@charset "UTF-8";

body {
	font-family: "Lato", 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;
}

p {
	font-family: inherit;
	font-weight: 400;
    font-size: clamp(1.125rem, 1.275vw, 1.75rem);
    line-height: 1.575em;
    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;
}

.lead-copy p,
.lead-copy li{
    font-size: 1.125rem;
    font-weight: 300;
}

.small-copy p{
    font-size: 0.825rem;
    font-weight: 400;
}

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(--orange);
}

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

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

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

ol li{
    list-style-type: auto;
	border-bottom: none;
	margin-bottom:0.25em;
    color: var(--gray);
    font-weight: 400;
    font-size: clamp(1.125rem, 1.275vw, 1.75rem);
    line-height: 1em;
}

li{
	margin-bottom:  0.25em;
    color: var(--gray);
    font-weight: 400;
    font-size: clamp(1.125rem, 1.275vw, 1.75rem);
    line-height: 1em;
}


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;
    border-left: 4px solid var(--gray);
}

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

.lead-copy{
    font-size: 1.75em;
    font-weight: 400;
}

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

.nf-error-msg, .ninja-forms-req-symbol {
    color: var(--pink) !important;
}

/* @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;
}

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

/* @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: "Lato", 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-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: var(--gray);
    font-size: clamp(1.75rem, 3.35vw, 4rem);
    margin-bottom: 5.5vw;
    
}

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

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

.register h1 {
    font-size: clamp(2.25rem, 3.125vw, 3.125rem);
    font-weight: 500;
    color: var(--pink);
    margin-bottom: 1.55vw;
}
/* @end Headings (H1)
===================================== */


/* @Headings (H2)
===================================== */
h2{
    font-size: clamp(1.35rem, 1.75vw, 2.5rem);
    font-weight: 700;
    color: var(--orange);
    margin-bottom: 1.55vw;
}

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

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

/* @Headings (H3)
===================================== */
h3{
    font-size: clamp(1.25rem, 1.55vw, 2.5rem);
    font-weight: 700;
    color: var(--orange);
    margin-bottom: 0.75em;
    text-transform: capitalize;
}

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

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

h3.date {
    font-size: clamp(2.25rem, 3vw, 3rem);
    font-weight: 400;
    color: var(--gray);
    margin-bottom: 0;
    line-height: 1em;
    text-transform: uppercase;
}

.register-wrapper h3 {
    color: var(--gray);
    font-weight: 300;
    font-size: clamp(1.75rem, 2.5vw, 2.65rem);
    text-transform: none;
}
/* @end Headings (H3)
===================================== */

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

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

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

#footerWrapper h4,
#footerWrapper h4 a{
    font-size: 1.125rem;
    color: var(--very-light-blue);
    margin-bottom: 1.55em;
}

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

h4.time {
    font-size: clamp(1.25rem, 1.55vw, 1.65rem);
    font-weight:400;
    color: var(--gray);
    margin-bottom: 0.75em;
}

h4.location {
    font-size: clamp(2.25rem, 2vw, 2.75rem);
    font-weight:400;
    color: var(--gray);
    margin-bottom: 0.25em;
    padding-top:0.55em;
    line-height: 1em;
    text-transform: uppercase;
    
    border-top: 1px solid var(--gray);
}

.location{
    font-size: clamp(2.55rem, 3.75vw, 3rem);
    font-weight:400;
    color: var(--fuscia);
    text-transform: uppercase;
}
/* @end Headings (H4)
===================================== */

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

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

h5 a:hover,
h5 a:active{
	color: var(--black);
	text-decoration: none;
}
/* @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;
}

.white label {
    color: var(--yellow);
}

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: 1080px) {
    h1{
        margin-bottom: 8vw;
    }


    h2{
        margin-bottom: 5vw;
    }

}
