@charset "UTF-8";

body {
	font-family: "Montserrat", sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.55em;
	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: 1.5625rem;*/
    font-size: clamp(1.155rem, 1.35vw, 1.75rem);
    line-height: 1.375em;
    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 + 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: 16px;
    display: block;
    color: var(--dark-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);
    font-weight: 300;
}

li{
	line-height:1.5em;
	margin-bottom:  0.85em;
    color: var(--dark-gray);
    font-weight: 300;
}

strong, b {
    font-weight: 700;
}

em, i {
    font-style: italic;
    font-weight: 300;
}

sup {
    top: -0.25em;
}

blockquote{
    margin-top: 2.55em;
    margin-bottom: 2.55em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2.55em;
    border-left: 4px solid var(--dark-gray);
}

blockquote,
blockquote p{
    font-size: 1.5625rem;
    color: var(--dark-gray);
    line-height: 1.65em;
    font-style: normal;
    font-weight: 500;
}
/* @Global Links
===================================== */


a, a:link,
a:visited {
    color: var(--green);
    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: "Montserrat", sans-serif;
	line-height: 1.25em;
    
    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: 100;
    color: var(--white);
    /*font-size: min(9.125vw, 11.25rem);*/
    font-size: clamp(2.8rem, 9.125vw, 11.25rem);
    margin-bottom: 1.25vw;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

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

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

h1.make-title-smaller{
    font-weight: 200;
    /*font-size: min(3.75vw, 4.25rem);*/
    font-size: clamp(2.55rem, 3.75vw, 4.25rem);
    margin-bottom: 3.55vw;
}

h1.cursive {
    font-family: parlare, sans-serif;
    font-weight: 400;
    color: var(--white);
    /*font-size: min(4.9vw, 6.25rem);*/
    font-size: clamp(2.25rem, 6.25vw, 7.25rem);
    text-transform: none;
    letter-spacing: 0;
    
    padding-left:0.55em;
    margin-bottom: 3.55vw;
    overflow: visible;
    position: relative;
    z-index: 10;
}
/* @end Headings (H1)
===================================== */


/* @Headings (H2)
===================================== */
h2{
    /*font-size:4.55rem;*/
    font-size: clamp(2.55rem, 3.8vw, 6.25rem);
    font-weight: 200;
    color: var(--dark-gray);
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}

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

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

#heroWrapper h2{
    /*font-size: min(3.75vw, 4.125rem);*/
    font-size: clamp(1.75rem, 3.75vw, 4.125rem);
    color: var(--white);
    margin-bottom: 0;
}
/* @end Headings (H2)
===================================== */

/* @Headings (H3)
===================================== */
h3{
    /*font-size: min(2.255vw, 2.75rem);*/
    font-size: clamp(1.75rem, 2.255vw, 3rem);
    font-weight: 500;
    color: var(--green);
    margin-bottom: 0.75em;
    text-transform: capitalize;
}

h3 em{
    font-weight: 500;
}

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

h3 a:hover,
h3 a:active{
	color: var(--hover) !important;
	text-decoration: none;
}
/* @end Headings (H3)
===================================== */

/* @Headings (H4)
===================================== */
h4{
    /*font-size: 1.375rem;*/
    font-size: clamp(1.125rem, 1.255vw, 1.35rem);
    font-weight: 700;
    color: var(--dark-gray);
    margin: 3vw 0 4.5vw;
}

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

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

/* @Headings (H5)
===================================== */
h5{
/*	font-size: 1.275vw;*/
    font-size: clamp(1.1rem, 1.275vw, 1.575rem);
    font-weight: 400;
    color: var(--dark-gray);
    margin-top: -1.25vw;
    margin-bottom: 2.25em;
}

h5 em{
    font-weight: 400;
}

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

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


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

label a:hover,
label a:active{
    color: var(--hover);
}
/* @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: 1440px) {
 /*   h2{
        font-size:4rem;
    }

    p {
        font-size: 1.425rem;
    }
*/
    
    h1.cursive {
    /*font-size: min(6.75vw, 7rem);*/
        margin-bottom: 5.55vw;
    }
}

@media only screen and (max-width: 1280px) {
/*
    h1.make-title-smaller {
        font-size: min(4.75vw, 5.25rem);
    }

    
    h2{
        font-size:3.55rem;
    }
    

    p {
        font-size: 1.325rem;
    }
*/
}

@media only screen and (max-width: 980px) {
/*
    h1 {
        font-size: min(10vw, 11.25rem);
    }
    
    #heroWrapper h2 {
        font-size: min(4.25vw, 4.125rem);
        color: var(--white);
    }

    
    h2{
        font-size:3.25rem;
    }
*/
    
    
/*
    h3{
        font-size: 2.25rem;
    }
*/
    
    h4{
/*        font-size: 1.375rem;*/
        margin: 3rem 0 4rem;
    }
    
    h5{
/*        font-size: 1.175rem;*/
        margin-top: -3vw;
    }
    
/*
    #heroWrapper p {
        font-size: 1.35rem;
    }
*/
    
/*
    p {
        font-size: 1.25rem;
    }
*/
    
    ul ul {
        margin-left: 2em;
    }
    
    blockquote, blockquote p {
        font-size: 1.25rem;
        line-height: 1.55em;
    }
    
    blockquote {
        margin-top: 2em;
        margin-bottom: 2em;
        padding-left: 2em;
    }

}

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

    h1{
       /*font-size: min(11.55vw, 12rem);*/
        margin-bottom: 0.55em;
    }

    
    h1.make-title-smaller{
        font-size: 3.25rem;
    }
    
    h1.cursive {
        /*font-size: min(8.55vw, 10rem);*/
        margin-bottom: 2.55rem;
        padding-left: 0;
    }
/*
    
    h2{
        font-size: min(6.66vw, 7rem);
    }


    
    h3{
        font-size: 1.75rem;
    }
   
    
    h4{
        font-size: 1.175rem;
    }
   
     h5{
        font-size: 1rem;
    }  
    

    #heroWrapper p {
        font-size: 1.25rem;
    }

    p,
    .content-column p{
        font-size: 1.125rem;
    }
*/
}
