/* @General Text Elements
Regular 400
Semi-Bold 600
Bold 700
===================================== */
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,600,700');

body {
	font-family: 'Poppins', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.45em;
	color: var(--black);
	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

p {
	font-family: inherit;
	font-weight: inherit;
    font-size: 16px;
    line-height: 1.55em;

	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

#subHeroWrapper p,
#heroWrapper p{
    color: var(--white);
}

p + p {
	margin-top:1.25em;
	margin-bottom: 1.25em;
}

p + h2,
p + h3,
p + h4,
p + h5{
	margin-top:1.25em;
}

div, dl, dt, dd, ol, li,
pre, form, p, th, td {
	margin: 0;
	padding: 0;
	direction: ltr;
}

ul{
    margin:0.55em 0 1em 3em;
	text-align: left;
    font-size: 18px;
    display: inline-block;
}

ol{
    margin:0.55em 0 1em 1em;
	text-align: left;
    font-size: 18px;
    display: inline-block;
}

ul ul{
	margin-bottom:.25em;
}

ol li{
	list-style-type: decimal !important;
	border-bottom: none !important;
	margin-bottom:0.75em !important;
}

li{
	line-height:1.5em;
	margin-bottom: 10px;
}


strong, b {
  font-weight: 700;
}

em, i {
    font-style: italic;
}

sup {
    top: -0.25em;
}

blockquote{
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
}

blockquote,
blockquote p{
    font-size: 24px;
    color: var(--black);
    line-height: 40px;
    font-style: normal;
    font-weight: 500;
}

blockquote {
    padding-left: 2em;
}


/* @Global Links
===================================== */
a, a:link,
a:visited {
    color: var(--blue);
    text-decoration: none;

    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

a:hover,
a:active {
    color: var(--black);
    text-decoration: underline;
}

/* @end General Text Elements
===================================== */

/* Heading Text Elements
Light 300
Regular 400
Semi-Bold 600
Bold 700
===================================== */
table thead,
.btn,
.button,
button,
input[type=submit],
#navWrapper,
#secondaryNavWrapper li,
#secondaryNavWrapperDropDown .f-dropdown li,
.off-canvas-list,
.secondary-nav,
h1, h2, h3, h4, h5{
	font-family: 'Poppins', sans-serif;
	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
	color: var(--black);
	font-style: normal;
	line-height: 1.1em;
    margin-bottom:0.75em;
    font-weight: 600;
    position: relative;
}

h1 span, 
h2 span, 
h3 span, 
h4 span, 
h5 span, 
h6 span{
	color: var(--blue);
}

/* @end General Text Elements
===================================== */

/* @Headings (H1)
===================================== */
h1{
    font-size: 48px;
    font-weight: 300;
}

#subHeroWrapper h1,
#heroWrapper h1{
    color: var(--white);
}


/* @end Headings (H1)
===================================== */


/* @Headings (H2)
===================================== */
h2{
    font-size: 36px;
    font-weight: 600;
    padding-top: 0.5em;
}

h2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid var(--blue);
    width: 50px;
    display: inline-block;
}

.text-center h2:before{
    content: '';
    left: calc(50% - 25px);
}


.modal-title{
	background: transparent !important;
	background-color: none !important;
    border: none !important;
    padding: 0 !important;

	font-size: 1.55em !important;
	line-height: normal;
	color: var(--black) !important;
}

#subHeroWrapper h2{
    font-size: 48px;
    font-weight: 300;
    color: var(--white);
}

#subHeroWrapper h2:before{
    border-top: none;
    width: inherit;
}

/* @end Headings (H2)
===================================== */

/* @Headings (H3)
===================================== */
h3,
h3 a,
h3 a:link,
h3 a:active,
h3 a:visited{
    color: var(--black);
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    position: relative;
    padding-top: 1em;
}

h3 a:hover{
    color: var(--blue);
}

h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid var(--blue);
    width: 50px;
    display: inline-block;
}

.text-center h3:before{
    content: '';
    left: calc(50% - 25px);
}

#messagesWrapper h3:before {
    border-top: none;
    width: inherit;
}


#messagesWrapper h3:before {
    padding-top: 0;
}

.locations h3{
    margin-bottom: 1em;
}

.grid-card h3{
    margin-bottom: 0.75em;
}
/* @end Headings (H3)
===================================== */

/* @Headings (H4)
===================================== */
h4,
h4 a,
h4 a:link,
h4 a:active,
h4 a:visited{
    color: var(--black);
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

h4 a:hover{
    color: var(--blue);
}

.dropdown-pane h4{
    margin-bottom: 0;
}

#footerWrapper h4{
    color: var(--white);
    margin-bottom: 2em;
}

#footerWrapper h4 a{
    color: var(--white);
}

#footerWrapper h4 a:hover{
	color: var(--blue);
}

.searchandfilter h4 {
    margin: 0 0 0.45em !important;
    padding: 0 !important;
    font-size: 14px !important;
    color: var(--black);
    text-transform: uppercase;
}

.locations .searchandfilter h4 {
    color: var(--white);
}
/* @end Headings (H4)
===================================== */


/* @Headings (H5)
===================================== */
h5{
	font-size: 14px;
    color: var(--black);
    text-transform: uppercase;
}

#subHeroWrapper h5,
#heroWrapper h5{
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
}
/* @end Headings (H5)
===================================== */


/* @Label
===================================== */

label{
    font-size: 14px;
	color: var(--black);
	margin-bottom: 0.25em;
}

/* @end Label
===================================== */


.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue p,
.bg-blue label,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black p,
.bg-black label{
    color: var(--white) !important;
}


@media only screen and (max-width: 720px) {
    h1{
        font-size: 38px;
    }
    
    h2{
        font-size: 26px;
    }
    
    #subHeroWrapper h2{
        font-size: 38px;
    }
    
    h3{
        font-size: 20px;
    }

}
