@charset "UTF-8";
/* Version 1.5
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#popup_this {
	background-image: url(../images/bg-texture.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	border-radius: 10px;
    padding: 50px;
    position: fixed;
    width: 550px;
    max-width: 768px;
    margin-top: 5px; /* Negative half of height. */
    margin-left: 0; /* Negative half of width. */
    box-sizing: border-box;
	font-size: 100%;
	color: #fff;
	text-shadow: 1px 1px 4px #676767;
}
.b-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
    background: #A9C23E;
	border-radius: 0px 10px;
    padding: 10px 15px;
}

@media only screen and (max-width: 768px) {
	#popup_this {
		padding: 40px;
		width: 480px;
		max-width: 550px;
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 480px) {
	#popup_this {
		padding: 30px;
		width: 380px;
		max-width: 480px;
		font-size: 1.5rem;
	}
}

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:norbmal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}


/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Nunito', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #808080;
	font-weight: 400;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pg-width-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
h1 { font-size: 5rem; line-height: 1.2; color: #5CB8B3; }
h2 { font-size: 4rem; line-height: 1.2; color: #5CB8B3; }
h3 { font-size: 3.2rem; line-height: 1.3; color: #5CB8B3; }
h4 { font-size: 2.4rem; line-height: 1.3; color: #5CB8B3; opacity: 0.6; }
p { margin-top: 0; }
strong { font-weight: bold !important; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2.2rem;
}
.text-cta {
    color: #FFF;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 10px 0;
}
.text-sm {
	font-size: 1.3rem;
}
.text-m {
	font-size: 2.9rem;
}
.text-lg {
	font-size: 6rem;
}
.text-highlight_white {
	color: #FFF;
}
.text-highlight_blue {
	color: #5CB8B3;
}
.text-highlight_red {
	color: #EF453E;
}
.text-highlight_darkred {
	color: #e13c30;
}
.text-highlight_pinkred {
	color: #DB8985;
	text-shadow: 1px 1px 2px #CCCCCC;
}
.text-highlight_green {
	color: #a9c23e;
}

@media only screen and (max-width: 768px) {
    .text-cta {
        font-size: 2.5rem;
    }
	.text-m {
		font-size: 2.3rem;
	}
	.text-lg {
		font-size: 5.4rem;
	}
}
@media only screen and (max-width: 480px) {
	h1 { font-size: 3rem; }
	h2 { font-size: 2.5rem; }
	h3 { font-size: 2rem; }
	h4 { font-size: 1.7rem; }
	
    .text-cta {
        font-size: 2rem;
    }
	.text-m {
		font-size: 2rem;
	}
	.text-lg {
		font-size: 4rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #EF453E;
}
a:hover {
	color: #5CB8B3;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 0 1% 0 1%;
	padding: 40px;
    border-radius: 10px;
    box-shadow: 0 3px 20px rgba(92,184,178,0.4);
	background: #EDFFFE;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 6.3333333%; }
.two.column-feature 		{ width: 14.6666667%; }
.three.column-feature 		{ width: 23%; }
.four.column-feature 		{ width: 31.3333333%; }
.five.column-feature 		{ width: 39.6666667%; }
.six.column-feature 		{ width: 48%; }
.seven.column-feature 		{ width: 56.3333333%; }
.eight.column-feature 		{ width: 64.6666667%; }
.nine.column-feature 		{ width: 73%; }
.ten.column-feature 		{ width: 81.3333333%; }
.eleven.column-feature 		{ width: 91.6666667%; }
.twelve.column-feature 		{ width: 98%; }

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 20px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}

/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex { display: flex }
.inline-flex { display: inline-flex }
.flex-auto { flex: 1 1 auto; min-width: 0;  min-height: 0 }
.flex-none { flex: none }
.flex-column { flex-direction: column }
.flex-row { flex-direction: row }
.flex-wrap { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }
.flex-wrap-reverse { flex-wrap: wrap-reverse }
.flex-column-reverse { flex-direction: column-reverse }
.flex-row-reverse { flex-direction: row-reverse }
.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-baseline { align-items: baseline }
.items-stretch { align-items: stretch }
.self-start { align-self: flex-start }
.self-end { align-self: flex-end }
.self-center { align-self: center }
.self-baseline { align-self: baseline }
.self-stretch { align-self: stretch }
.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-between { align-content: space-between }
.content-around { align-content: space-around }
.content-stretch { align-content: stretch }
.order-0 { order: 0 }
.order-1 { order: 1 }
.order-2 { order: 2 }
.order-3 { order: 3 }
.order-4 { order: 4 }
.order-5 { order: 5 }
.order-6 { order: 6 }
.order-7 { order: 7 }
.order-8 { order: 8 }
.order-last { order: 99999 }
.flex-grow-0 { flex-grow: 0 }
.flex-grow-1 { flex-grow: 1 }
.flex-shrink-0 { flex-shrink: 0 }
.flex-shrink-1 { flex-shrink: 1 }

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pre-header {
    background-color: #5CB8B3;
    color: #FFF;
}
.pre-header ul {
    float: right;
    overflow: hidden;
    padding: 8px 20px 8px 20px;
}
.pre-header ul li {
    font-size: 1.5rem;
    float: left;
}
.pre-header ul li:nth-child(1) a {
    color: #FFF;
    padding: 6px 15px;
    display: inline-block;
}
.pre-header ul li:nth-child(2) a {
    color: #FFF;
    padding: 6px 15px;
    display: inline-block;
}
.pre-header ul li:nth-child(3) a {
    color: #FFF;
    padding: 6px 35px 6px 15px;
    display: inline-block;
}
.pre-header ul li:nth-child(4) a {
    background-color: #9BC43E;
    border-radius: 25px;
    padding: 4px 20px;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
   font-size: 1.7rem;
}
.pre-header ul li:nth-child(1) a:hover {
    color: #EC4539;
   font-weight: bold;
}
.pre-header ul li:nth-child(2) a:hover {
    color: #EC4539;
   font-weight: bold;
}
.pre-header ul li:nth-child(3) a:hover {
    color: #EC4539;
   font-weight: bold;
}
.pre-header ul li:nth-child(4) a:hover {
    background-color: #373A36;
}
header.main {
	position: relative;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
.slider ul {
	height: 400px;
	list-style: none;
	margin: 0;
}
.slider ul li {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	border-radius: 10px;
}
.hero-title {
	height: 400px;
	display: flex;
	justify-content: center;
	flex-direction: column;
    margin: 30px 0 0 0;
}
.hero-title h2 {
	color: #FFF;
	font-size: 5rem;
}
.hero-title h4 {
	color: #FFF;
    font-size: 2.5rem;
    font-weight: normal;
}
section {
	overflow: hidden;
	clear: both;
}
section.texture-blue {
    min-height: 200px;
	background-image:  url(../images/../images/texture_blue.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
section.bold {
	background: #EF453E;
	color: #FFF;
}
section.subtle {
	background: #F5F5F4;
}
footer.main {
	background: #5CB8B3;
	clear: both;
	overflow: hidden;
	color: #FFF;
	padding: 40px 0;
}

@media only screen and (max-width: 768px) {
.pre-header ul {
    display: none;
}
    .slider ul {
        height: 300px;
    }
    .hero-title {
        height: 200px;
        margin: 0;
        text-align: center;
        padding: 0 0 50px 0;
    }
    main {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 480px) {
    .slider ul {
        height: 200px;
    }
    .hero-title {
        height: 100px;
        padding: 0 0 50px 0;
    }
    .hero-title h2 {
        font-size: 3rem;
    }
    .hero-title h4 {
        font-size: 1.8rem;
    }
    section.texture-blue {
        min-height: 100px;
    }
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 70px;
    right: 20px;
}
ul.nav-primary li {
	float: left;
	font-weight: bold;
    font-size: 1.8rem;
}
ul.nav-primary li a {
	display: block;
	padding: 5px 15px;
	color: #5CB8B3;
}
ul.nav-primary li a:hover {
	color: #EF453E;
}


@media only screen and (max-width:1024px) {
    ul.nav-primary {
        left: auto;
        position: relative;
        top: 0;
        margin: 0 auto;
        width: 760px;
        padding: 10px 0;
    }
    ul.nav-primary li {
        font-size: 1.6rem;
    }
    ul.nav-primary li a {
        padding: 5px 12px;

    }
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #5CB8B3;
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 320px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
    ul.nav-primary {
        margin: 30px 0 20px 0;
    }
    ul.nav-primary li {
        width: 100%;
        font-size: 2rem;
    }
    ul.nav-primary li a {
        padding: 10px 25px;
        color: #FFF;
        background-image: url(../images/icons/ic_arrow-right_white.svg);
        background-size: 15px 15px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    ul.nav-primary li a:hover {
        color: #EF453E;
    }
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 45px;
		left: 20px;
		background: #FFF url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 30px 30px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: none;
		top: 15px;
		right: 15px;
		background: url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}

@media only screen and (max-width:480px) {
    .trigger {
		top: 30px;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	overflow: hidden;
	list-style: disc;
}
ul.bullets li {
	margin: 0 0 15px 30px;
}

/* List
–––––––––––––––––––––––––– */
ul.list {
	overflow: hidden;
	list-style: none;
}
ul.list li {
	margin: 0 0 15px 0px;
    border-bottom: solid 1px #EEE;
    line-height: 1.3;
    font-size: 1.5rem;
    padding: 0 0 10px 0;
}
ul.list li a {
    font-size: 1.3rem;
}



/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
	overflow: hidden;
	padding: 20px 0;
    display: flex;
}
ul.featitems li {
	float: left;
	width: 29.333%;
	margin: 0 2%;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(92,184,178,0.4);
	padding: 30px;
	background: #EDFFFE;
	border: solid 1px #FFF;
	font-size: 1.5rem;
}
ul.featitems li img {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
}
ul.featitems li h3 {
	font-size: 2.4rem;
	color: #5CB8B3;
	padding: 10px 0;
}
ul.featitems li a {
    color: #FFF;
	background-color: #5CB8B3;
	display: inline-block;
	padding: 5px 15px;
	font-size: 1.4rem;
	border-radius: 50px;
	box-shadow: 0 3px 5px rgba(92,184,178,0.4);
}

@media only screen and (max-width: 768px) {
    ul.featitems {
        display: block;
    }
    ul.featitems li {
        width: 90%;
        margin: 0 5% 30px 5%;
    }
}

/* Feature Services
–––––––––––––––––––––––––– */
ul.feature-services {
	overflow: hidden;
	padding: 20px 0;
	display: flex;
    margin: 0 0 20px 0;
}
ul.feature-services li {
	float: left;
	width: 21%;
	margin: 0 2%;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(92,184,178,0.4);
	padding: 20px;
	background: #EDFFFE;
	border: solid 1px #FFF;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
}
ul.feature-services li img {
	width: 70px;
	height: 70px;
	display: block;
	margin: 0 auto;
}
ul.feature-services li h3 {
	font-size: 2rem;
	color: #5CB8B3;
}

@media only screen and (max-width: 768px) {
    ul.feature-services {
        display: block;
        margin: 0;
    }
    ul.feature-services li {
        width: 90%;
        margin: 0 5% 30px 5%;
    }
}

/* Resource Videos
–––––––––––––––––––––––––– */
ul.resource-videos {
	overflow: hidden;
	margin-bottom: 30px;
}
ul.resource-videos li {
	width: 31.333%;
	float: left;
	margin-right: 2%;
	padding: 10px;
}
ul.resource-videos li img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(92,184,178,0.4);
}

/* Resource PDFS
–––––––––––––––––––––––––– */
ul.resource-pdf {
	overflow: hidden;
	margin-bottom: 30px;
}
ul.resource-pdf li {
	width: 23%;
	float: left;
	margin-right: 2%;
	padding: 10px;
}
ul.resource-pdf li img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 3px 20px rgba(92,184,178,0.4);
	margin-bottom: 10px;
}
ul.resource-pdf li a {
	color: #5CB8B3;
	font-weight: bold;
	line-height: 1.2;
}
ul.resource-pdf li a:hover {
	color: #EF453E;
}

@media only screen and (max-width: 480px) {
	ul.resource-pdf li {
		width: 48%;
	}
	ul.resource-pdf li:nth-child(2n+1) {
		clear: left;
	}
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto 0 auto;
}
ul.sitemap li {
	float: left;
    font-size: 1.7rem;
	margin: 0 0 0 0;
}
ul.sitemap li a {
	color: #FFF;
    padding: 0 10px;
}
ul.sitemap li a:hover {
	color: #EF453E;
}

@media only screen and (max-width: 1024px) {
    ul.sitemap li {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 768px) {
    ul.sitemap li {
        width: 100%;
        font-size: 1.7rem;
        text-align: center;
    }
    ul.sitemap li a {
        padding: 5px 0;
        display: block;
    }
}

/* Terms
–––––––––––––––––––––––––– */
ul.terms {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto 0 auto;
}
ul.terms li {
	float: left;
    font-size: 1.3rem;
	margin: 15px 0 0 0;
}
ul.terms li a {
	color: #FFF;
    padding: 0px 10px;
}
ul.terms li a:hover {
	color: #EF453E;
}

@media only screen and (max-width: 1024px) {
    ul.terms li {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 768px) {
    ul.terms li {
        width: 100%;
        font-size: 1.7rem;
        text-align: center;
    }
    ul.terms li a {
        padding: 5px 0;
        display: block;
    }
}

/* Social
–––––––––––––––––––––––––– */
ul.social {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto 0 auto;
}
ul.social li {
	float: left;
    font-size: 1.7rem;
	margin: 0 0 0 0;
}
ul.social li a {
	color: #FFF;
    padding: 0 10px;
}
ul.social li img {
    width: 40px;
    height: auto;
    display: block;
    padding: 0 3px;
}
ul.social li img:hover {
    -webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
/* Social contact
–––––––––––––––––––––––––– */
ul.socials {
	list-style: none;
	overflow: hidden;
	margin: 0 auto 0 auto;
}
ul.socials li {
	float: left;
    font-size: 1.7rem;
	margin: 0 0 0 0;
}
ul.socials li a {
	color: #FFF;
    padding: 0 10px;
}
ul.socials li img {
    width: 40px;
    height: auto;
    display: block;
    padding: 0 3px;
}
ul.socials li img:hover {
    -webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 0 auto 40px auto;
	padding: 0;
	border-top: 0;
    max-width: 768px;
}
.accordian header {
	display: block;
	margin: 0;
	padding: 20px 20px;
	cursor: pointer;
    border-bottom: solid 1px #EEE;
    background-image: url(../images/icons/ic_plus_blue.svg);
    background-size: 20px 20px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    color: #5CB8B3;
    font-size: 2rem;
    font-weight: bold;
}
.accordian header:hover {
    padding: 20px 25px;
    
}
.accordian section {
	display: none;
	padding: 20px;
	background: #FFF;
}
.accordian section.active {
	display: block;
}

/* Accordian Dietitian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian-dietitian {
	list-style: none;
	margin: 0 auto 40px auto;
	padding: 0;
	border-top: 0;
}
.accordian-dietitian header {
	display: block;
	margin: 15px 0;
	padding: 30px 30px;
	cursor: pointer;
   border-radius: 5px;
   background-color: #5CB8B3;
    background-image: url(../images/icons/ic_arrow-down_white.svg);
    background-size: 20px 20px;
    background-position: right 40px center;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: bold;
}
.accordian-dietitian header:hover {
    padding: 30px 35px;
    
}
.accordian-dietitian section {
	display: none;
	padding: 20px;
	background: #FFF;
}
.accordian-dietitian section.active {
	display: block;
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 150px;
	height: auto;
	display: inline-block;
	padding: 15px 30px;
}
img.logo-footer {
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
   border-radius: 5px;
}
img.profile {
    width: 80%;
    float: left;
    height: auto;
    display: block;
    margin: 0px 15px 15px 25px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(92,184,178,0.6)
}

@media only screen and (max-width: 1024px) {
    img.logo {
        width: 120px;
        height: auto;
        display: block;
        margin: 0 auto 0 auto;
        padding: 15px 30px;
    }
}
@media only screen and (max-width: 768px) {
    img.logo-footer {
        width: 150px;
    }
}
@media only screen and (max-width: 480px) {
    img.logo {
        width: 80px;
    }
	img.profile {
		width: 100px;
	}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-container {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    border: solid 1px rgba(92,184,178,0.4);
	background: #EDFFFE;
}
ul.form {
	overflow: hidden;
	margin-bottom: 10px;
    margin: 0;
    list-style: none;
}
ul.form li {
	width: 98%;
	float: left;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}
#mc-embedded-subscribe {
    border-radius: 50px !important;
    margin: 0 auto !important;
    display: block !important; 
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="date"],
textarea,
select {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px rgba(92,184,178,0.5);
	border-radius: 5px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #A3A3A3;
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	min-height: 130px;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid #5CB8B3;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	color: #FFF;
	background-color: #A9C23E !important;
	display: inline-block;
	padding: 8px 25px;
	font-size: 1.5rem;
	border-radius: 50px;
	box-shadow: 0 3px 5px rgba(255,255,255,0.4);
    font-weight: bold;
	border: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
    color: #5CB8B3;
    font-weight: bold;
	font-size: 1.2rem;
	text-align: left;
	display: block;
	margin-bottom: 5px;
}
.required {
	color: red;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
	ul.form li.third {
		width: 98%;
		margin: 0 2% 0 0;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	background-color: #A9C23E;
	display: inline-block;
	padding: 10px 30px;
	font-size: 1.5rem;
	border-radius: 50px;
	box-shadow: 0 3px 5px rgba(255,255,255,0.2);
	margin-bottom: 5px;
}
a.btn-primary:hover {
	background-color: #373A36;
    box-shadow: 0 3px 5px rgba(55,58,54,0.3);
}
a.btn-secondary {
	color: #FFF;
	background-color: #A9C23E;
	display: inline-block;
	padding: 10px 30px;
	font-size: 1.5rem;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(92,184,178,0.4);
	margin-bottom: 5px;
}
a.btn-secondary:hover {
	background-color: #EF453E;
    box-shadow: 0 3px 5px rgba(55,58,54,0.3);
}
a.btn-popup {
	color: #FFF;
	background-color: #A9C23E;
	display: inline-block;
	padding: 10px 30px;
	font-size: 1.7rem;
	border-radius: 50px;
    box-shadow: 0 3px 5px rgba(55,58,54,0.3);
	margin-bottom: 5px;
	border: solid 1px #FFF;
}
a.btn-popup:hover {
	background-color: #373A36;
	box-shadow: 0 3px 5px rgba(255,255,255,0.2);
}
a.btn-header {
	color: #FFF;
	background-color: #A9C23E;
	display: inline-block;
	padding: 8px 35px;
	font-size: 1.7rem;
	line-height: 1.4;
	position: absolute;
	top: 65px;
	right: 30px;
	border-radius: 50px;
	box-shadow: 0 3px 5px rgba(169,194,61,0.4);
	text-align: center;
}
a.btn-header:hover {
    background: #5CB8B3;
	box-shadow: 0 3px 5px rgba(92,184,178,0.4);
}

@media only screen and (max-width: 1024px) {
    a.btn-header {
        top: 60px;
    }
}
@media only screen and (max-width: 768px) {
    a.btn-header {
        font-size: 1.4rem;
        position: relative;
        top: auto;
        right: auto;
        box-shadow: 0 3px 10px rgba(255,255,255,0.4);
        margin: 0 0 0 20px;
        width: 70%;
    }
}
	

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 { padding-top: 20px;	padding-bottom: 20px; }
.padding40 { padding-top: 40px; padding-bottom: 40px; }
.padding60 { padding-top: 60px; padding-bottom: 60px; }
.padding80 { padding-top: 80px; padding-bottom: 80px; }

.paddingtop20 { padding-top: 20px; }
.paddingleft0 { padding-left: 0px; }

.no-padding { padding: 0; }
.no-margin { margin: 0; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; clear: both; }

hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }

hr.divide20 { border-top: solid 1px #DDD; margin: 20px 0; }
hr.divide40 { border-top: solid 1px #DDD; margin: 40px 0; }
hr.divide60 { border-top: solid 1px #DDD; margin: 60px 0; }
hr.divide80 { border-top: solid 1px #DDD; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    
    hr.space20 { height: 20px; }
    hr.space40 { height: 20px; }
    hr.space60 { height: 20px; }
    hr.space80 { height: 20px; }
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.display-sm-only {
	display: none !important;
}
.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 20px 20px 20px;
	color: #FFF;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 100%;
	margin: 0 auto;
	background: #53A59F;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: right;
	height: 25px;
	padding: 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.display-sm-only {
		display: block !important;
	}
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0 0 0;
	}
}



