/*
	Theme Name: DHS Discounted Fares Theme
	Theme URI: http://kimberlyshollwebdesign.com
	Description: Blank WordPress Theme
	Version: 1.4.3
	Author: Kimberly Sholl
	Author URI: http://kimberlyshollwebdesign.com
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	scroll-behavior: smooth;
}
body {
	font:400 18px/1.4 'Outfit', sans-serif;
	color:#000000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
section {max-width: 1200px; margin: 130px auto; padding: 0 50px;}
.extraContentWrap {max-width: 600px; margin: 0 auto;}
img {
	max-width:100%;
	vertical-align:bottom;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000; 
	font-family: 'Outfit', sans-serif;
	font-weight: 900;
}
h1 {font-size: 38px;}
h2 {font-size: 30px;}
h3 {font-size: 24px; margin: 20px 0;}
strong {font-weight: 900;}
p {margin: 0 0 20px;}
a {
	color:#293990;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {
	color:#24848e;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
li {margin-bottom: 10px;}
a.anchor {display: block; position: relative; top: -250px; visibility: hidden;}
button:focus {outline: none;}
.nomarginbot {margin-bottom: 0;}
.heavy {font-weight: 700;}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	min-height: 100vh;
	overflow: hidden;
	display: block;
}

/* header */
.header {
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 50px;
}
.headerStd {
	padding: 0 50px 0; 
	height: auto; 
	background-color: #ffffff;
}
.hdrInnerWrap {
	max-width: 100%; 
	margin: auto;
	height: auto;
	box-shadow: 0px 1px 10px 5px #f2f2f2;
    padding: 20px 50px;
    border-radius: 0 0 50px 50px;
	display: flex;
	align-items: center;
}

/* logo */
.logo {display: flex;align-items: center; width: 300px; float: left;}
.logo-img {float: left; margin-right: 20px;}
.logo a {ext-decoration: none; color: #006633;}
.logo a:hover {text-decoration: none; color: #006633;}

/* nav */
.navWrap {float: right; width: 70%;}
.nav {width: auto; float: right;}
.nav ul {list-style: none; margin-top: 10px; display: flex; align-items: center;}
.nav ul li {float: left; margin-right: 30px; margin-bottom: 0; text-align: center;}
.nav ul li a {font-size: 15px; color: #000000; padding-bottom: 7px; font-family: "Outfit", sans-serif;; font-weight: 400; text-decoration: none;}
.nav li.menu-item a:hover {text-decoration: none; color: #24848e;}
.nav li.current_page_item a {text-decoration: none; color: #24848e;}
.nav .applyBtn {
	background-color: #21245e;
    padding: 5px 30px 10px;
    border-radius: 10px;
    margin-right: 0;
	color: #ffffff;
}
.nav .applyBtn:hover {background-color: #e8e73d;}
.nav .applyBtn:hover a { color: #21245e;}
.nav .applyBtn a {color: #ffffff;}
.nav .applyBtn a:hover {color: #21245e;}
.mobileNav {position: absolute; right: 0; top: 0; width: 100%; text-align: right; z-index: 6000;}
.shiftnav-toggle-button {background: #293990 !important; color: #ffffff !important; width: 100%;}

/* section */
.sectionHeader {margin: auto; text-align: center;}
.sectionHeader h2 {margin-bottom: 0;}
.sectionHeader h3 {margin-bottom: 0; margin-top: 0; font-weight: 300;}
.sectionHeader p {font-size: 15px;}

/* splash */
.splashWrap {padding: 0;}

/* buttons */
#siteButton {
	padding: 10px 20px;
    border-radius: 5px;
    background: #21245e;
    border: none;
	font-family: 'Outfit', sans-serif;
    font-weight: bold;
    margin: 20px;
	color: #ffffff;
}
#siteButton:hover {
	background-color: #e8e73d;
	color: #21245e;
}
.siteBtn {
	background-color: #21245e;
    padding: 5px 30px 10px;
    border-radius: 10px;
    margin-right: 0;
    color: #ffffff;
    text-decoration: none;
	border: none;
}
.siteBtn:hover {
	background-color: #e8e73d;
    padding: 5px 30px 10px;
    border-radius: 10px;
    margin-right: 0;
    color: #21245e;
    text-decoration: none;
	border: none;
}
.applyBtn {
	background-color: #21245e;
    padding: 5px 30px 10px;
    border-radius: 10px;
    margin-right: 0;
    color: #ffffff;
    text-decoration: none;
	border: none;
}
.applyBtn:hover {
	background-color: #e8e73d;
    padding: 5px 30px 10px;
    border-radius: 10px;
    margin-right: 0;
    color: #21245e;
    text-decoration: none;
	border: none;
}

/* fixes */
.offsetAnchor {
	display: block;
	position: relative;
	top: -220px;
	visibility: hidden;
}

/* main */
#main {margin: 0 auto;}

/* support */
.supportWrapper {background-color: #ffffff; padding: 0;}
.supportHeadingWrapper {
    text-align: center;
    background-color: #f2f2fa;
    padding-bottom: 50px;
    padding-top: 20px;
}
.supportHeading {margin: auto; max-width: 1020px; text-align: center;}
.supportHeading h2 {font-weight: 300;}

/* footer */
.footer {
	text-align: center;
	background-color: #293990;
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	background-image: url(/wp-content/themes/dhsDiscFares/img/footerImg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.footerContain {padding: 0 50px 50px; max-width: 1300px; margin: auto !important;}
.rightWrap {max-width: 315px; margin: auto;}
.footerImgWrap {float: left;}
.footerImgWrap img {max-width: 118px;}
.accordWrap p {color: #ffffff; font-weight: 600; font-size: 15px; font-family: 'CharterITCPro-Regular', serif; text-align: right;}
.accordWrap p span {font-style: italic;}
.accordionFooter {margin-top: 40px;}
.accordionFooter .accordion-item, .accordionFooter .accordion-item:last-of-type, .accordionFooter .accordion-item:not(:first-of-type), .accordionFooter .accordion-item:first-of-type {border: none;}
.accordionFooter .accordion-button {background-color: #ffffff; font-size: 17px; font-weight: 600;}
.accordionFooter .accordion-button:not(.collapsed) {background-color: #ffffff;}
.accordionFooter .accordion-button::after {display: none;}
.accordionFooter .accordion-body {background-color: #ffffff; border-radius: 10px;}
.accordionFooter .accordion-item, .accordionFooter .accordion-item:last-of-type, .accordionFooter .accordion-item:first-of-type {margin-bottom: 0;}
.accordion-button {
	padding: 20px 30px;
	font-size: 25px;
	font-weight: bold;
	border-radius: 10px;
}
.accordion-button::after {
	width: 25px;
	height: 25px;
	background-size: 25px;
}
.accordion-button:focus, .accordion-button:focus-visible {border-color:#000000; box-shadow: none;}
.accordion-button:not(.collapsed) {color:#000000; background-color: transparent; box-shadow: none;}
.accordion-item, .accordion-item:last-of-type, .accordion-item:not(:first-of-type), .accordion-item:first-of-type {border: 2px solid #6262ac; border-radius: 10px; margin-bottom: 20px;}
.accordion-header {border-radius: 10px;}
.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:first-of-type .accordion-button {border-radius: 10px;}
.card-body {padding: 1rem 30px;}
.accordion-body ul {list-style: none; font-size: 18px;}
.accordion-body ul li a {text-decoration: underline;}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/

/* hero */
.heroHeadingTxt {width: 60%; margin: 0 auto 20px; text-align: center;}
.blue {color: #273992;}

/* qualify */
.qualifyWrap {background-color: #f2f2fa; margin-bottom: 100px; padding: 50px 0 0;}
.qualifyWrap:after {
	content: "";
    display: block;
    margin: 0;
    width: 93%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #24858e; /* This creates the border. Replace black with whatever color you want. */
}
.qualifyImgWrap {padding: 0; position: relative;}
.qualifyImgWrap img {position: absolute; bottom: -70px; left: -10px;}
.qualifyListItems {list-style: none; padding-left: 0; width: 90%;}
.qualifyListItems li {
	margin-bottom: 15px;
	background-color: #ffffff;
    border-radius: 20px;
    min-height: 60px;
    padding-left: 20px;
    padding-top: 10px;
}
.qualifyListItems li.num1::before {
	content: '';
	width: 55px;
	height: 35px;
	background-image: url(/wp-content/themes/dhsDiscFares/img/eligIcon1.png);
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	float: left;
}
.qualifyListItems li.num2::before {
	content: '';
	width: 55px;
	height: 35px;
	background-image: url(/wp-content/themes/dhsDiscFares/img/eligIcon2.png);
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	float: left;
}
.qualifyListItems li.num3::before {
	content: '';
	width: 55px;
	height: 35px;
	background-image: url(/wp-content/themes/dhsDiscFares/img/eligIcon3.png);
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	float: left;
}

/* how to */
.howWrapper {background-color: #ffffff; margin-bottom: 50px; padding: 0;}
.howStepWrapper {max-width: 1020px; margin: auto;}
.howCard1, .howCard2 {
	background-color: #ffffff;
	border-radius: 0 10px 0 0;
	text-decoration: none;
	padding: 20px 5px;
	text-align: left;
}
.howCard1 {margin-top: 20px;}
.howStepWrap {background-color: #f1f2f9; border-radius: 10px;}
.howStep1 {
	background-image: url(/wp-content/themes/dhsDiscFares/img/connectCardBG.png);
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 320px;
}
.howStep2 {
	background-image: url(/wp-content/themes/dhsDiscFares/img/cellPhoneBG.png);
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 320px;
}
.stepsList {padding-left: 0;}
.stepsList li {
	margin-bottom: 15px;
	margin-left: 0;
	list-style: none;
}
.stepsList li.step1::before {
	content: '';
    width: 36px;
    height: 36px;
    background-image: url(/wp-content/themes/dhsDiscFares/img/step1.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    float: left;
    margin-right: 10px;
}
.stepsList li.step2::before {
	content: '';
    width: 36px;
    height: 36px;
    background-image: url(/wp-content/themes/dhsDiscFares/img/step2.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    float: left;
    margin-right: 10px;
}
.stepsList li.step3::before {
	content: '';
    width: 36px;
    height: 36px;
    background-image: url(/wp-content/themes/dhsDiscFares/img/step3.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    float: left;
    margin-right: 10px;
}
.stepSubList {margin-top: 15px; margin-left: 40px;}
.stepSubList li {list-style: disc;}
.howCardButton {margin: 25px auto 50px;}

.tooltip {
	color: #273992;
    font-weight: bold;
    text-decoration: underline;
}
[data-tooltip] {position: relative; color: #273992;}
[data-tooltip]:hover::after {
	display: block;
	position: absolute;
	content: attr(data-tooltip);
	border: 1px solid #273992;
	background: #ffffff;
	color: #273992;
	padding: 10px;
	bottom: 25px;
	left: 0;
	width: 325px;
    font-size: 14px;
}

/* paper app */
.paperWrap {max-width: 1020px; margin: -15px auto 100px;}
.paperWrapImg img {margin-top: -90px; z-index: 1000; position: relative;}

/* learn more */
.learnWrapper {background-color: #ffffff; padding: 0; max-width: 1160px; margin: 0 auto 50px;}
.learnContainer {display: inline-flex; align-items: center; margin-top: 50px;}
.learnBox {display: inline-flex; align-items: center; margin-bottom: 30px;}
.learnBox img {max-width: 60px; margin-right: -30px; z-index: 100;}
.learnBox p {
	border: 2px solid #24858e;
	border-radius: 10px;
	margin-bottom: 0;
	padding: 30px 10px 30px 50px;
	font-size: 15px;
	min-height: 190px;
}
.learnBox span {font-style: italic; font-size: 12px; font-weight: 700;}
.learnBox a {color: #24858e;}
.learnImg {text-align: center;}
.learnImg img {max-height: 300px}

/*------------------------------------*\
    INTERIOR PAGES
\*------------------------------------*/

/* events */
.eventHeading {max-width: 1080px; margin: 0 auto 20px; padding: 0 10px;}
.eventMenu {display: flex; padding-left: 0;}
.eventMenu ul {list-style: none; padding-left: 5px;}
.eventMenu ul li {display: inline-block; margin: 0 8px; padding: 5px;}
.eventMenu ul a {text-decoration: none; color: #000000;}
.eventMenu ul a:hover {border-bottom: 2px solid #6262ac;}
.eventWrap {margin: auto !important; max-width: 1080px; text-align: left;}
.eventContent {max-width: 1080px; margin: auto; padding: 0 20px;}
.eventSectionWrap h2 {font-weight: 400; padding-top: 50px; padding-bottom: 50px;}
.eventSectionWrap ol, .eventSectionWrap ul {margin: 0 0 20px 20px;}
.eventButtonWrap {margin-bottom: 100px; text-align: center;}
.currentHR {margin: 40px 0;}
.currentHR:last-of-type {display: none;}
.pastHR {margin: 40px 0;}
.pastHR:last-of-type {display: none;}
.noEvents {font-weight: 300;}

acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* faqs */
.faqHeading {max-width: 1080px; margin: 0 auto 20px; padding: 0 10px;}
.faqMenu {display: flex; padding-left: 0;}
.faqMenu ul {list-style: none; padding-left: 5px;}
.faqMenu ul li {display: inline-block; margin: 0 8px; padding: 5px;}
.faqMenu ul a {text-decoration: none; color: #000000;}
.faqMenu ul a:hover {border-bottom: 2px solid #6262ac;}
.faqWrap {margin: auto !important; max-width: 1080px; text-align: left;}
.faqContent {max-width: 1080px; margin: auto; padding: 0 20px;}
.faqSectionWrap h2 {font-weight: 400; padding-top: 50px;}
.faqSectionWrap ol, .faqSectionWrap ul {margin: 0 0 20px 20px;}
.faqButtonWrap {margin-bottom: 100px; text-align: center;}
/* Sticky Bar */
.stickyWrap {
  margin: 0 auto;
  width: 1080px;
  height: auto;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: 0 8px 6px -6px #B8B8B8;
  -moz-box-shadow: 0 8px 6px -6px #B8B8B8;
  box-shadow: 0 8px 6px -6px #B8B8B8;
  border: none;
}
.stickyBackground {
  background-color: #ffffff;
  width: 100%;
  margin: 30px 0;
}
.stickyBackground p {
  font-size: 18px;
  font-weight: bold;
}

/* media */
.mediaHero {margin: auto !important; max-width: 1080px; text-align: left;}
.mediaWrap {margin: auto !important; max-width: 1080px; text-align: left;}
.mediaContent h3 {margin-left: 20px; margin-bottom: 0; margin-top: 50px; font-size: 20px; font-weight: 600;}
.mediaContent p {margin-left: 30px;}
.mediaContent ul {margin-left: 20px; list-style: inherit;}
.mediaContent img {max-width: 600px; width: 100%;}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:991px) {
	.howStepWrapper {max-width: 90%;}
	.howStepWrap {padding-top: 30px;}
	.howStep1 {
		background-image: url(/wp-content/themes/dhsDiscFares/img/connectCardBGSmLight.png);
		background-size: cover;
		background-position: center;
		max-height: 85px;
	}
	.howStep2 {
		background-image: url(/wp-content/themes/dhsDiscFares/img/cellPhoneBGSmLight.png);
		background-size: cover;
		background-position: center;
		max-height: 85px;
	}
	.howCardButton {text-align: center;}
	.paperWrap {max-width: 90%;}
	.paperWrapImg img {margin-top: 0;}
	.learnWrapper {text-align: center;}
	.learnContainer {display: flex;}
	.learnBox p {width: 100%;}
	.learnImg {display: none;}
}
@media only screen and (min-width:941px) {
	.mobileNav {display: none;}
}
@media only screen and (max-width:940px) {
	.headerStd {margin-top: 20px; padding: 20px 20px 0;}
	.navWrap {display: none;}
	.logo {float: none; margin: auto;}
}
@media only screen and (max-width:864px) {	
	.sticky {top: 65px;}
}
@media only screen and (max-width:767px) {
	.qualifyImgWrap img {display: none;}
	.qualifyWrap:after {width: 100%;}
	.paperWrapImg img {display: none;}
}
@media only screen and (max-width:628px) {
	.footer {background-image: none;}
}
@media only screen and (max-width:606px) {
	.accordWrap {width: 240px; margin: 40px auto 0;}
}
@media only screen and (max-width:575px) {
	.footerImgWrap {float: none;}
}
@media only screen and (max-width:547px) {
	.howCard2 .stepsList li.step2::before {margin-bottom: 35px;}
	.howCard2 .stepsList li.step3::before {margin-bottom: 54px;}
}
@media only screen and (max-width:480px) {
	.howCard1 .stepsList li.step2::before {margin-bottom: 29px;}
}
@media only screen and (max-width:467px) {
	.howCard2 .stepsList li.step1::before {margin-bottom: 35px;}
	.howCard2 .stepsList li.step2::before {margin-bottom: 54px;}
}
@media only screen and (max-width:415px) {
	.stickyWrap {width: 100%; text-align: left;}
	.faqMenu ul li {display: flex;}
}
@media only screen and (max-width:415px) {
	.qualifyListItems li.num3::before {margin-bottom: 35px;}
	.howCard1 .stepsList li.step2::before {margin-bottom: 54px;}
}
@media only screen and (max-width:393px) {
	.qualifyListItems li.num3::before {margin-bottom: 35px;}
	.howCard1 .stepsList li.step3::before {margin-bottom: 50px;}
}
@media only screen and (max-width:349px) {
	.iconMenuWrap {width: 118px; margin: auto;}
	.footerImgWrap {float: none; margin: auto;}
	.footer {padding: 45px 20px;}
}
@media only screen and (max-width:320px) {
	.accordWrap {margin: 0 auto;}
}

/*------------------------------------*\
    IE Fixes
\*------------------------------------*/
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	 /* IE 10+ fixes */

}

@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
	/* IE 9 fixes */

}

/* IE 8 and Lower fixes in alt stylesheet style-ie-adjust.css */

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    BOOTSTRAP FIXES
\*------------------------------------*/

.row {margin-left: 0; margin-right: 0;}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
/*	a[href]:after {
		content:" (" attr(href) ")";
	}*/
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
	.headerStd, .printBtn, #shiftnav-toggle-main, footer {display: none;}
}
