@charset "UTF-8";

/*Futura*/
@font-face {
    font-display: swap;
    font-family: 'Futura-Book';
    src: url('../fonts/Futura-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Futura-Book';
    src: url('../fonts/Futura-Book-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Futura-Book';
    src: url('../fonts/Futura-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Futura-Book';
    src: url('../fonts/Futura-Medium-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Futura';
    src: url('../fonts/Futura-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Futura-Book';
    src: url('../fonts/Futura-Bold-Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/*Helvetica Neue*/
@font-face {
    font-display: swap;
    font-family: 'Helvetica-Neue';
    src: url('../fonts/Helvetica-Neue.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Helvetica-Neue';
    src: url('../fonts/Helvetica-Neue-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Helvetica-Neue';
    src: url('../fonts/Futura-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Helvetica-Neue';
    src: url('../fonts/Futura-Medium-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Helvetica-Neue';
    src: url('../fonts/Helvetica-Neue-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Helvetica-Neue';
    src: url('../fonts/Helvetica-Neue-Light-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-display: swap;
    font-family: 'Helvetica-Neue';
    src: url('../fonts/Helvetica-Neue-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Helvetica-Neue';
    src: url('../fonts/Helvetica-Neue-Bold-Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}


#asl-storelocator.asl-cont *{
    font-family: 'Helvetica Neue', sans-serif !important;
    line-height: 1.45em !important;
}

#asl-storelocator.asl-cont .fa{
    font-family: FontAwesome !important;
}

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

.lead-copy,
.lead-copy p,
p {
	font-family: inherit;
	font-weight: 400;
    font-size: 1rem;
    line-height: 1.45em;
    margin-bottom: 0 !important;

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

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

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;
}

hr{
    max-width: 100%;
    margin: 2em auto !important;
    border-top: none !important;
    border-bottom: 1px solid var(--borders);
}

ul{
    margin:0.55em 0 2em 3em;
	text-align: left;
    font-size: 1rem;
    display: block;
    color: var(--gray);
}

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

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

ol li{
    list-style-type: auto;
	border-bottom: none;
	margin-bottom:0.75em;
    color: var(--dark-gray);
}

li{
	line-height:1.5em;
	margin-bottom:  0.35em;
    color: var(--dark-gray);
}


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: 20px;
    color: var(--dark-gray);
    line-height: 1.35em;
    font-style: normal;
    font-weight: 600;
}

blockquote {
    padding-left: 2em;
}

.small-copy{
    font-size: 0.85rem;
}

.uppercase{
    text-transform: uppercase !important;
}
/* @Global Links
===================================== */


a, a:link,
a:visited {
    color: var(--red);
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;

    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(--hover);
    text-decoration: none;
}

a:focus{
    box-shadow: none !important;
    text-decoration: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

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

/* Heading Text Elements
===================================== */
#footerWrapper,
.accordion-title,
.categories-menu,
.sub-categories-menu,
table thead,
.btn,
.button,
button,
label,
input[type=submit],
#navWrapper li,
.off-canvas-list,
label,
h1, h2, 
h3, h4{
    font-family: 'Futura-Book', sans-serif;
	line-height: 1.125em;
    font-style: normal;
    
    position: relative;
    text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1, h2, 
h3, h4, h5{
    margin-bottom:0.55em;
}

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

/* @Headings (H1)
===================================== */
h1{
    font-weight: 600;
    color: var(--dark-blue);
    font-size: 5.5rem;
    margin-bottom: 0.85em;
    text-transform: uppercase;
    line-height: 1.125em;
}

h1 a,
h1 a:visited,
h1 a:link{
	color: var(--dark-blue);
}

h1 a:hover,
h1 a:active{
	color: var(--hover);
	text-decoration: none;
}

h1.small-h1{
    color: var(--red);
    font-size: 4.55rem;
}
/* @end Headings (H1)
===================================== */


/* @Headings (H2)
===================================== */
h2{ 
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 0.75em;
    text-transform: capitalize;
}

h2 a,
h2 a:visited,
h2 a:link {
	color: var(--red);
}

h2 a:hover,
h2 a:active{
	color: var(--hover);
	text-decoration: none;
}

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

/* @Headings (H3)
===================================== */
h3{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--red);
    margin-bottom: 0.75em;
    text-transform: uppercase;
}

h3 a,
h3 a:visited,
h3 a:link {
	color: var(--red);
}

h3 a:hover,
h3 a:active{
	color: var(--hover) !important;
	text-decoration: none;
}

h3 span{
    color: var(--blue);
}

#faqsWrapper h3{
    text-transform: none;
}
/* @end Headings (H3)
===================================== */

/* @Headings (H4)
===================================== */
h4{
	font-size: 0.945rem;
    font-weight: 700;
    color: var(--red);
}

h4 a,
h4 a:visited,
h4 a:link {
	color: var(--red);
}

h4 a:hover,
h4 a:active{
	color: var(--hover);
	text-decoration: none;
}
/* @end Headings (H4)
===================================== */

/* @Headings (H5)
===================================== */
h5{
	font-size: 0.75rem;
    font-weight: 700;
    color: var(--red);
}

h5 a,
h5 a:visited,
h5 a:link {
	color: var(--red);
}

h5 a:hover,
h5 a:active{
	color: var(--hover);
	text-decoration: none;
}
/* @end Headings (H5)
===================================== */


/* @H6
===================================== */
.grantee-filters h4,
.grantee-header h6,
h6,
h6 a,
h6 a:visited,
h6 a:link {
    font-size: 0.95rem !important;
    color: var(--gray);
    font-weight: 600 !important;
    line-height: 1em;
}

h6 a:hover,
h6 a:active{
    color: var(--hover);
}
/* @end H6
===================================== */

/* @Label
===================================== */
label,
label a,
label a:visited,
label a:link {
    font-size: 1rem !important;
    color: var(--gray);
    font-weight: 400 !important;
    line-height: 1em !important;
}

label a:hover,
label a:active{
    color: var(--hover);
}

.list-wrap li label{
    font-weight: 400 !important;
}

.nf-field-label .nf-label-span {
    margin-bottom: 1em !important;
    display: block;
    text-transform: uppercase;
    color: var(--dark-blue);
}
/* @end Label
===================================== */

.white,
.white p, 
.white h1,
.white h2, 
.white h3,
.white h4{
	color: var(--white);
}

p.white, 
h1.white,
h2.white, 
h3.white,
h4.white,
h1.white a,
h2.white a, 
h3.white a,
h4.white a,
.white h1 a,
.white h2 a, 
.white h3 a,
.white h4 a,
h1.white a:link,
h2.white a:link, 
h3.white a:link,
h4.white a:link,
.white h1 a:link,
.white h2 a:link, 
.white h3 a:link,
.white h4 a:link{
	color: var(--white) !important;
}

@media only screen and (max-width: 1800px) {
    h1 {
        font-size: 5.55rem;
    }
}


@media only screen and (max-width: 1600px) {
    h1,
    #heroWrapper h1{
        font-size: 4.55rem;
    }
}

@media only screen and (max-width: 1280px) {
    h1,
    #heroWrapper h1{
        font-size: 3.75rem;
    }

    .three-column-content-wrapper h3,
    h3{
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 720px) {

    h1,
    #heroWrapper h1{
        font-size: 2.75rem;
    }
    
    h2,
    .three-column-content-wrapper h2 {
        font-size: 1.75rem;
    }
    
    .one-column h1,
    .two-column.title-content h1,
    .two-column .title-content h2,
    .team-row .title-content h1,
    .team-row .title-content h2,
    .two-column-image h1, 
    .two-column-image h2,
    .team-row .left-column-content h1, 
    .team-row .left-column-content h2 {
        margin-bottom: 0.75em;
        font-size: 2rem;
    }

    
    #heroWrapper p,
    .lead-copy,
    .lead-copy p{
        font-size: 1rem;
    }
    
    .three-column-content-wrapper h3,
    h3{
        font-size: 1.125rem;
    }
    
    .advisory-board h4 {
        font-size: 1.125rem;
        margin-bottom: 0.55em;
    }
    
    .team-row h4 {
        font-size: 1.55rem;
    }
    
    ul ul {
        margin-left: 2em;
    }

}
