@charset "UTF-8";

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

p {
	font-family: inherit;
	font-weight: 300;
    font-size: clamp(1rem, 1vw, 1.25rem);
    line-height: 1.75em;
    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(--light-borders);
}

ul{
    margin:0.55em 0 2em 3em;
	text-align: left;
    font-size: 16px;
    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(--black);
    font-weight: 300;
    font-size: clamp(1rem, 1vw, 1.25rem);
}

li{
    font-size: clamp(1rem, 1vw, 1.25rem);
	line-height:1.25em;
	margin-bottom:  0.75em;
    color: var(--black);
    font-weight: 300;
}

li:last-child{
    margin-bottom: 0;
}


strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

sup {
    top: -0.25em;
}

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

blockquote,
blockquote p{
    font-size: 1.5rem;
    color: var(--gray);
    line-height: 1.65em;
    font-style: normal;
    font-weight: 500;
}

.lead-copy p,
.lead-copy{
    font-size: clamp(1rem, 1.2125vw, 1.75rem);
    font-weight: 300;
    line-height: 1.55em;
}

/*
.lead-copy li{
    font-size: clamp(1rem, 1.2125vw, 1.75rem);
    font-weight: 300;
}
*/


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


a, a:link,
a:visited {
    color: var(--orange);
    text-decoration: none;
    font-weight: 500;

    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
===================================== */
table thead,
.btn,
.button,
button,
label,
input[type=submit],
#navWrapper li,
.off-canvas-list,
label,
h1, h2, 
h3, h4{
    font-family: "Libre Franklin", sans-serif;
	line-height: 1.25em;
    
    position: relative;
    text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

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

h1 em,
h1 i,
h2 i,
h2 em,
h3 em,
h3 i{
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}
/* @end General Text Elements
===================================== */

/* @Headings (H1)
===================================== */
h1{
    font-family: "Roboto", sans-serif;
    font-size: clamp(2rem, 3vw, 3.25rem);
    font-weight: 300;
    color: var(--dark-gray);
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 1.45em;
}

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

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

h1 em,
h1 i{
    font-size: clamp(5rem, 7.25vw, 7.75rem);
    letter-spacing: 0;
}

.one-column h1,
.two-column h1,
.three-column h1{
    text-transform: uppercase;
    letter-spacing: 10px;
}

h1.contact{
    font-size: clamp(1.65rem, 2.6875vw, 3rem);
    font-weight: 400;
    color: var(--white);
}
/* @end Headings (H1)
===================================== */


/* @Headings (H2)
===================================== */
h2{
    font-family: "Roboto", sans-serif;
    font-size: clamp(1.65rem, 2.875vw, 3.25rem);
    font-weight: 300;
    color: var(--dark-gray);
    margin-bottom: 1em;
}

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

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

h2 em,
h2 i{
    font-size: clamp(3.65rem, 5.5vw, 6rem);
}

.money-center-column h2{
    font-size: clamp(1.25rem, 2.25vw, 2.55rem);
    margin-bottom: 1.75em;
}

.one-column h2,
.two-column h2,
.three-column h2{
    text-transform: uppercase;
    letter-spacing: 10px;
}

h2.contact{
    font-size: clamp(1.65rem, 2.6875vw, 3rem);
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
}

.slider-wrapper-3-column h2{
    font-size: clamp(1.65rem, 2.5vw, 2.75rem);
    margin-bottom: 0.75em; 
    line-height: 1.45em;
}
/* @end Headings (H2)
===================================== */

/* @Headings (H3)
===================================== */
h3{
    font-size: clamp(1.75rem, 2vw, 2.25rem);
    font-weight: 700;
    color: var(--dark-gray);
}

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

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

.slider-column-right-content h3{
    font-size: clamp(1.125rem, 1.95vw, 2.25rem);
    font-weight: 300; 
    text-transform: uppercase;
}

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

/* @Headings (H4)
===================================== */
h4{
	font-size: clamp(1.125rem, 1.275vw, 1.55rem);
    font-weight: 600;
    margin-bottom: 1em;
    line-height: 1.45em;
    color: var(--dark-gray);
}

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

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

.slider-3-column-content h4{
    font-size: clamp(1rem, 1.125vw, 1.25rem);
}

.image-text-row h4{
    margin-bottom: 0.55em;
}

#footerWrapper h4{
    font-size: clamp(1rem, 1.35vw, 1.45rem);
    font-weight: 300;
    margin-bottom: 0.25em;
}

.single-job-openings h4{
    color: var(--purple);
}

h4.contact{
    font-size: clamp(1.25rem, 1.45vw, 1.65rem);
    font-weight: 600;
    color: var(--white);
    margin-bottom: 0.55em;
}

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

/* @Headings (H5)
===================================== */
h5{
    font-size: clamp(0.975rem, 1.125vw, 1.25rem);
    font-weight: 700;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 3.25em;
}

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

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

.slider-wrapper-3-column h5{
    margin-bottom: 1em;
}
/* @end Headings (H5)
===================================== */


/* @Label
===================================== */
label,
label a,
label a:visited,
label a:link {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 0.055em;
    margin-bottom: 0.25em !important;
}

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

h1 span,
h2 span,
h3 span{
  color: var(--orange);
}

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

a.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: 1520px) {
    h1 {
        font-size: clamp(2rem, 2vw, 2.25rem) !important;
    }

}

@media only screen and (max-width: 1180px) {
    h1 {
        font-size: clamp(1.55rem, .175vw, 2rem) !important;
    }
    
    ul {
        margin: 0.55em 0 2em 2em;
    }

}


