
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Fjalla One';
    src: url('../fonts/FjallaOne-Regular.eot');
    src: url('../fonts/FjallaOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FjallaOne-Regular.woff2') format('woff2'),
        url('../fonts/FjallaOne-Regular.woff') format('woff'),
        url('../fonts/FjallaOne-Regular.ttf') format('truetype'),
        url('../fonts/FjallaOne-Regular.svg#FjallaOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype'),
        url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ThinItalic.eot');
    src: url('../fonts/Raleway-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-ThinItalic.woff2') format('woff2'),
        url('../fonts/Raleway-ThinItalic.woff') format('woff'),
        url('../fonts/Raleway-ThinItalic.ttf') format('truetype'),
        url('../fonts/Raleway-ThinItalic.svg#Raleway-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}



body {
font-family: 'Roboto';
}@charset "utf-8";
/* GLOBAL RESET */


/* 
LOGO GREEN - #00A59B
LOGO BLUE - #1176BC
LOGO GREY - #211F1F

*/

/* CSS Document */


/* Fonts 
get font reference in google fonts
font-family: 
font-family: 
font-family: 
font-family: 


*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-display: swap;
	vertical-align: baseline;
	
}

	html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: black;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="select"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
select,
textarea {
  font-size: 16px;
}
#statusMessage {
font-family: 'Fjalla One';
text-transform: uppercase;
letter-spacing: 2px;
}


.successMessage {
color: #00A59B;
}

.errorMessage {
color: red;
}


#spfield {
opacity: 0;
position: absolute;
top: -100%;
left: -100%;
z-index: -100;
height: 0;
width: 0;
}


.green_cta {
font-family: 'Fjalla One';
background-color: #00A59B;
text-decoration: none;
color: white;
padding: 16px 8px;
text-align: center;
display: block;
position: relative;
width: 100%;
max-width: 225px;
margin: 12px auto;
transition: .6s ease-in-out;
letter-spacing: 2px;
}

.green_cta:hover {
background-color: #211F1F;
color: #00A59B;
}


@media screen and (min-width: 1024px) {


    .green_cta {
    padding: 10px 6px;
    }
    
}
#top_email_link {
display: none;
}

.all_navigation_background {
display: block;
position: relative;
width: 100%;
z-index: 75;
background-color: white;
}


.all_navigation_wrapper {
display: block;
position: relative;
}

.all_navigation_top_bar_wrapper {
display: block;
position: relative;
background-color:  #211F1F;
}

.all_navigation_top_bar_link_wrapper {
display: flex;
justify-content: space-around;
position: relative;
align-items: center;
width: 100%;
text-decoration: none;
color: white;
max-width: 205px;
margin-left: 5%;
}

.all_navigation_top_bar_icon_wrapper {
display: block;
position: relative;
width: 36px;
padding: 6px;
}

.all_navigation_top_bar_icon {
width: 100%;
fill: white;
}

.all_navigation_top_bar_text {
font-family: 'Fjalla One';
font-size: 1rem;
letter-spacing: 2px;
display: block;
position: relative;
padding: 8px 6px;

}

.hamburger_wrapper {
display: block;
position: absolute;
top: 50%;
right: 10px;
transform: translate(0, -50%);
width: auto;
cursor: pointer;
}

.bar1, .bar2, .bar3 {
background-color: #00A59B;
height: 4px;
border-radius: 4px;
width: 38px;
margin-bottom: 4px;
}

.nav_logo_wrapper {
display: block;
position: relative;
padding: 12px;
max-width: 225px;
margin: 0 auto;
}

.mob_nav_logo {
display: block;
width: 100%;
}

.desk_nav_logo {
display: none;
width: 100%;
}


#navigation_wrapper {
display: block;
z-index: 100;
position: absolute;
top: 48px;
left: 0;
width: 100%;
background-color: rgba(255, 255, 255, .90);
transition: .8s ease-in-out;
overflow: hidden;
height: auto;
max-height: 0;
}


#navigation_wrapper ul {
display: block;
position: relative;
padding: 0 8px;
}

#navigation_wrapper ul li {
display: block;
position: relative;
}



.navlinks {
display: block;
position: relative;
text-align: center;
text-decoration: none;
color: #1176BC;
padding: 16px 8px;
transition: .6s ease-in-out;
}


.navlinks:before {
    content: "";
   position: absolute;
   width: 100%;
   height: 3px;
   bottom: -1px;
   left: 0;
   background-color: #00A59B;
   visibility: hidden;
   -webkit-transform: scaleX(0);
   transform: scaleX(0);
   -webkit-transition: all 0.3s ease-in-out 0s;
   transition: all 0.3s ease-in-out 0s;
 }
 

 
 .navlinks:hover:before {
      visibility: visible;
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
 } 

.navlinks:hover {
color: #00A59B;
}


@media screen and (min-width: 1024px) {

    .all_navigation_top_bar_wrapper {
    display: flex;
    justify-content: space-around;
    position: relative;
    background-color:  #211F1F;
    }


    #top_email_link {
    display: flex;
    max-width: 135px;
    }

    .all_navigation_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    }

    .navigation_links_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    }

    .all_navigation_top_bar_wrapper {
    width: 100%;
    }

    .nav_logo_wrapper {
    padding: 16px;
    max-width: 175px;
    margin: 0 auto;
    }

    .mob_nav_logo {
    display: none;
    }
    
    .desk_nav_logo {
    display: block;
    }

    #navigation_wrapper {
    display: block;
    position: relative;
    width: 80%;
    max-width: 1000px;
    top: 0;
    max-height: 99999px;
    margin: 0 auto;
    }

    #navigation_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    }

    #navigation_wrapper ul li {
    width: 13%;
    margin-right: 8px;
    }

    .hamburger_wrapper {
    display: none;
    }    
}

@media screen and (min-width: 1440px) {

    .navigation_links_wrapper {
    margin: 0 auto;
    max-width: 1800px;
    }

    .nav_logo_wrapper {
    padding: 16px;
    max-width: 225px;
    width: 15%;
    margin-left: 10%;
    }

    #navigation_wrapper {
    width: 75%;
    max-width: 99999px;
    margin: 0;
    }

}