@charset "UTF-8";

body {
	font-family: "Roboto", sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.35em;
	color: var(--dark-gray);
	/*This fixes an issue with Chrome rendering fonts*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

p {
	font-family: inherit;
	font-weight: 200;
    font-size: var(--body-copy);
    line-height: 1.45em;
    margin-bottom: 0 !important;

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

#footerWrapper p {
    font-size: var(--medium-copy);
    font-weight: 300;
}

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

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

.lead-copy,
.lead-copy p{
    font-size: var(--lead-copy);
    font-weight: 200;
    line-height: 1.34em;
}

.small-copy,
.small-copy p{
    font-size: var(--small-copy);
    font-weight: 400;
    line-height: 1.34em;
}

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, ol{
    margin:var(--xxsmall-margin) 0 var(--medium-margin) var(--medium-margin);
	text-align: left;
    font-size: var(--medium-copy);
    display: block;
}


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

ol li{
    list-style-type: auto;
	border-bottom: none;
	margin-bottom:0.75em;
    font-weight:200;
}

li{
	line-height:1.5em;
	margin-bottom:  0.25em;
    font-weight:200;
}

strong, b {
    font-weight: 700;
    color: var(--black);
}

em, i {
    font-style: italic;
}

sup {
    top: -0.25em;
}

blockquote{
    margin-top: var(--large-margin);
    margin-bottom: var(--large-margin);
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: var(--small-margin);
}

blockquote,
blockquote p{
    font-size: var(--lead-copy);
    color: var(--body-color);
    line-height: 1.35em;
    font-style: normal;
    font-weight: 600;
}

blockquote {
    padding-left: var(--small-margin);
}

/* @Global Links
===================================== */

a, a:link,
a:visited {
    color: var(--link);
    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(--hover);
    text-decoration: none;
}

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

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

/* Heading Text Elements
===================================== */
table thead,
.btn,
.button,
button,
input[type=submit],
#navWrapper li,
.off-canvas-list,
label,
h1, h2, 
h3, h4{
    font-family: "Roboto", sans-serif;
	line-height: 1.125em;
    text-transform: none;
    
    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-size: clamp(2.25rem, 7.125vw, 7.125rem);
    line-height: 1em;
    font-weight: 700;
    color: var(--primary-headings);
    margin-bottom: 0.125em;
}


h1 a,
h1 a:visited,
h1 a:link{
	color:  var(--primary-headings);
}

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

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


/* @Headings (H2)
===================================== */
h2{
    font-size: clamp(2.625rem, 7.625vw, 7.625rem);
    font-weight: 100;
    color: var(--primary-headings);
}

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

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

/* @Headings (H3)
===================================== */
h3{
    font-size: clamp(1.9375rem, 2.9375vw, 2.9375rem);
    font-weight: 400;
    color: var(--primary-headings);
    text-transform: none;
}

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

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

#team h3{
    font-size: clamp(1.875rem, 4.7vw, 4.7rem);
    font-weight: 200;
}

h3.display{
    font-family: "Roboto Condensed", sans-serif;
    font-size: clamp(1.875rem, 4.1875vw, 4.1875rem);
    font-weight: 200;
    margin-bottom: 0.35em;
}
/* @end Headings (H3)
===================================== */

/* @Headings (H4)
===================================== */
h4{
    font-family: "Roboto Condensed", sans-serif;
	font-size: clamp(1.5625rem, 3.5625vw, 3.5625rem);
    font-weight: 200;
    color: var(--secondary-headings);
}

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

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

.cta-wrapper h4{
    margin-bottom: 0.125em;
}

.content-column h4{
    font-family: "Roboto", sans-serif;
    color: var(--green);
    font-size: clamp(1.25rem, 1.75vw, 1.75rem);
    font-weight: 700;
}
/* @end Headings (H4)
===================================== */

/* @Headings (H5)
===================================== */
h5{
    font-family: "Libre Franklin", sans-serif;
	font-size: clamp(0.85rem, 2.125vw, 2.125rem);
    font-weight: 800;
    color: var(--secondary-headings);
}

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

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

#footerWrapper h5 {
    font-weight: 600;
    font-size: clamp(1rem, 1.725vw, 1.25rem);
}
/* @end Headings (H5)
===================================== */

/* @Headings (H6)
===================================== */
h6{
    font-family: "Libre Franklin", sans-serif;
	font-size: clamp(0.75rem, 1.5625vw, 1.5625rem);
    font-weight: 800;
    color: var(--secondary-headings);
}

h6 a,
h6 a:visited,
h6 a:link {
	color: var(--secondary-headings);
}

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


/* @Label
===================================== */
label,
label a,
label a:visited,
label a:link {
    font-size: clamp(0.675rem, 0.875vw, 0.857rem);
    font-weight: 500;
    color: var(--gray);
    margin-bottom: var(--xxxsmall-margin);
}

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

label span{
    font-size: clamp(0.95rem, 1vw, 1rem);
}
/* @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;
    opacity: 1;
}

.white h1 a:hover,
.white h2 a:hover,
.white h3 a:hover,
.white h4 a:hover,
h1.white a:hover,
h2.white a:hover, 
h3.white a:hover,
h4.white a:hover{
	opacity: 0.5;
}

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

}
