@charset "UTF-8";

/* 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{backgmodaround-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:normal}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: 'Work Sans', sans-serif;
	font-size: 1.6em;
	line-height: 1.6;
	color: #808080;
	font-weight: 300;
}
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;
}

@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4em;
	}
}

/* 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: 3.5rem; line-height: 1.2; color: #5CB8B3; }
h3 { font-size: 2.8rem; line-height: 1.3; color: #5CB8B3; }
h4 { font-size: 2rem; line-height: 1.3; color: #5CB8B3; }
h5 { font-size: 2rem; line-height: 1.3; color: #1B806D; }
p { margin-top: 0; }
strong { font-weight: bold !important; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
	color: #808080;
}
.text-sm {
	font-size: 1.3rem;
}
.text-xsm {
	font-size: 1rem;
}
.text-highlight_blue {
	color: #2874AF;
}
.text-highlight_teal {
	color: #5CB8B3;
}
.text-highlight_green {
	color: #A2D184;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	h1 { font-size: 3rem; }
	h2 { font-size: 2.5rem;}
	h3 { font-size: 2.2rem; }
	h4 { font-size: 2rem; }
	
	.text-para1 {
		font-size: 1.7rem;
	}
}
/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.white {
  color: #FFF !important;
}
.green {
  color: #1b806d;
}
.teal {
  color: #5cb8b3;
}
.blue {
  color: #2874af;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: underline;
	color: #5CB8B3;
}
a:hover {
	color: #1B806D;
}
a.link {
    background-image: url(../images/icons/ic_arrow_link.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 20px 0 0;
}

/* 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;
	background: #FFF;
	margin: 15px 1% 15px 1%;
	padding: 40px;
	border-radius: 10px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.125);
	   -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.125);
	        box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.125);
}
.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%; }

.feature-blue {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(39,116,174,0.3);
	   -moz-box-shadow: 0px 0px 20px 0px rgba(39,116,174,0.3);
	        box-shadow: 0px 0px 20px 0px rgba(39,116,174,0.3);
	border: solid 1px rgba(39,116,174,0.5);
}
.feature-teal {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(92,184,178,0.4);
	   -moz-box-shadow: 0px 0px 20px 0px rgba(92,184,178,0.4);
	        box-shadow: 0px 0px 20px 0px rgba(92,184,178,0.4);
	border: solid 1px rgba(92,184,178,0.5);
}
.feature-green {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(162,209,132,0.3);
	   -moz-box-shadow: 0px 0px 20px 0px rgba(162,209,132,0.3);
	        box-shadow: 0px 0px 20px 0px rgba(162,209,132,0.3);
	border: solid 1px rgba(162,209,132,0.5);
}

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 30px;
		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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
	min-height: 140px;
	width: 100%;
	background-image: url("../images/header-bg.svg");
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.hero {
	width: 100%;
	max-width: 1280px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}
.hero-caption {
	position: absolute;
	top: 50px;
	left: 30px;
	width: 35%;
}
.hero-caption h2 {
	font-size: 6rem;
	color: #A2D184;
}
.hero-caption h4 {
	font-size: 2rem;
	color: #4D8D40;
}
.hero-caption a {
	display: inline-block;
	border: solid 1px #4D8D40;
	padding: 10px 30px;
	color: #4D8D40;
	border-radius: 10px;
	margin-top: 10px;
    text-decoration: none;
}
.hero-caption a:hover {
	background: #4D8D40;
	color: #FFF;
}
.hero-image {
	position: absolute;
	right: 30px;
	top: 0;
	width: 40%;
	height: 530px;
	padding: 50px;
	background-image:  url("../images/hero-bg.svg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.hero-image img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
section.texture-subtle {
	background-image: url(../images/texture-subtle.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
}
section.subtle {
	background: #EEE;
}
footer.main {
	background: rgb(68,182,229);
    background: linear-gradient(90deg, rgba(68,182,229,1) 0%, rgba(92,184,179,1) 25%, rgba(162,209,132,1) 50%, rgba(125,196,157,1) 75%, rgba(68,182,229,1) 100%);
	overflow: hidden;
	clear: both;
	padding: 40px 0 10px 0;
	color: #FFF;
    text-align: center;
    font-size: 1.3rem;
}
footer.main a {
    color: #FFF;
}
footer.main a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1180px) {
	.hero-caption h2 {
		font-size: 5rem;
	}
}
@media only screen and (max-width: 1024px) {
	.hero-image {
		top: 40px;
		width: 50%;
		height: 530px;
		padding: 40px;
	}
}
@media only screen and (max-width: 768px) {
	.hero {
		width: 100%;
		height: 430px;
	}
	.hero-image {
		top: 0;
		width: 60%;
		padding: 30px;
		right: -100px;
	}
	.hero-caption {
		position: absolute;
		top: 50px;
		left: 30px;
		width: 45%;
	}
	.hero-caption h2 {
		font-size: 4rem;
	}
	.hero-caption h4 {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 480px) {
	header.main {
		padding: 80px 0 0 0;
		background: #EEE;
		min-height: 50px;
	}
	.hero {
		width: 100%;
		height: 580px;
	}
	.hero-image {
		position: relative;
		top: 0;
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		height: 530px;
		padding: 30px;
		right: auto;
	}
	.hero-caption {
		position: absolute;
		top: 310px;
		z-index: 100;
		left: 0;
		width: 100%;
		padding: 20px;
		text-align: center;
		-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	.hero-caption h2 {
		font-size: 2.5rem;
	}
	.hero-caption h4 {
		font-size: 1.5rem;
	}
	main {
		padding: 30px 0;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
.nav-primary {
	background: rgb(68,182,229);
    background: linear-gradient(90deg, rgba(68,182,229,1) 0%, rgba(92,184,179,1) 25%, rgba(162,209,132,1) 50%, rgba(125,196,157,1) 75%, rgba(68,182,229,1) 100%);
}
ul.nav-primary {
	overflow: hidden;
	display: table;
	margin: 0 auto 0 auto;
	background: none;
}
ul.nav-primary li {
	float: left;
	font-size: 1.4rem;
}
ul.nav-primary li a {
	display: block;
	padding: 15px 20px;
	color: #FFF;
    text-decoration: none;
}
ul.nav-primary li a:hover {
	opacity: 0.6;
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background: rgb(68,182,229);
background: linear-gradient(0deg, rgba(68,182,229,1) 0%, rgba(162,209,132,1) 50%, rgba(68,182,229,1) 100%);
		-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);
	}
    .nav-primary {
    	background: none;
    }
	ul.nav-primary {
		overflow: hidden;
		display: block;
		margin: 10px auto 0 auto;
		background: none !important;
        width: 80%;
	}
	ul.nav-primary li {
		width: 100%;
		float: left;
		font-size: 1.4rem;
        background-image: url(../images/icons/ic_arrow-right_white.svg);
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-size: 10px 10px;
        border-bottom: solid 1px rgba(255,255,255,0.3);
	}
	ul.nav-primary li a {
		display: block;
		padding: 10px 0;
		color: #FFF;
	}
	ul.nav-primary li a:hover {
		opacity: 0.6;
	}
	.trigger {
		position: absolute;
		width: 50px;
		height: 60px;
		display: block;
		top: 20px;
		right: 15px;
		background: url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 20px 20px;
		border: solid 1px rgba(76,141,64,0.5);
		border-radius: 5px;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 0;
		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: 90px;
        width: 40px;
        height: 40px;
	}
}

/* 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;
	margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 0 30px;
	padding: 0 20px 5px 20px;
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
	overflow: hidden;
	max-width: 768px;
	margin: 0 auto 30px auto;
}
ul.featitems li {
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 160px 20px 20px 20px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 150px 150px;
}
ul.featitems li h3 {
	font-size: 2.5rem;
	color: #5CB8B3;
}
ul.featitems li h3 {
	font-size: 2.5rem;
	color: #5CB8B3;
}
ul.featitems li a {
	display: inline-block;
	background: #5CB8B3;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 1.4rem;
	color: #FFF;
    text-decoration: none;
}
ul.featitems li a:hover {
	background: rgba(92,184,178,0.7);
}

@media only screen and (max-width: 768px) {
	ul.featitems li {
		float: left;
		width: 100%;
		text-align: left;
		padding: 20px 20px 20px 115px;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 100px 100px;
	}
}

@media only screen and (max-width: 480px) {
	ul.featitems {
		max-width: 320px;
	}
	ul.featitems li {
		float: left;
		width: 100%;
		text-align: left;
		padding: 20px 20px 20px 95px;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 80px 80px;
	}
	ul.featitems li h3 {
		font-size: 2rem;
		color: #5CB8B3;
	}
	ul.featitems li a {
		font-size: 1.2rem;
	}
}

/* Header Call to Action
–––––––––––––––––––––––––– */
ul.header-cta {
	position: absolute;
	top: 10px;
	right: 10%;
}
ul.header-cta li {
	float: left;
	border-radius: 7px;
	margin-right: 10px;
	font-size: 1.4rem;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: left 10px center;
}
ul.header-cta li a {
	display: inline-block;
	padding: 5px 15px 5px 30px;
	color: #FFF;
    text-decoration: none;
}
ul.header-cta li a:hover {
	opacity: 0.5;
}
ul.header-cta li:nth-child(1) {
	background-color: #5CB8B3;
}
ul.header-cta li:nth-child(2) {
	background-color: #2874AF;
}

@media only screen and (max-width: 1180px) {
	ul.header-cta {
		right: 20px;
	}
}
@media only screen and (max-width: 768px) {
	ul.header-cta {
		position: absolute;
		top: 20px;
		right: 65px;
	}
	ul.header-cta li {
		float: none;
		margin-bottom: 5px;
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 480px) {
	ul.header-cta {
		top: 0;
		right: auto;
		width: 100%;
		padding: 10px 10px 5px 10px;
		border-bottom: solid 1px #DDD;
	}
	ul.header-cta li {
		float: left;
		border-radius: 7px;
		margin-right: 1%;
		margin-left: 1%;
        width: 100%;
		font-size: 1.2rem;
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: left 10px center;
	}
	ul.header-cta li:nth-child(1) {
		width: 98%;
	}
	ul.header-cta li:nth-child(2) {
		width: 41%;
	}
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
	overflow: hidden;
	margin-bottom: 30px;
}
ul.contact-details li {
	padding: 8px 0 8px 40px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	line-height: 1.2;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	overflow: hidden;
	display: table;
	margin: 0 auto 20px auto;
}
ul.sitemap li {
	float: left;
	font-size: 1.5rem;
	text-align: center;
    font-weight: bold;
}
ul.sitemap li a {
	color: #FFF;
	display: block;
	padding: 5px 10px;
}
ul.sitemap li a:hover {
	opacity: 0.6;
}

@media only screen and (max-width: 768px) {
	ul.sitemap li {
		width: 100%;
	}
}

/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	border-top: 0;
}
.accordian header {
	display: block;
	margin: 0 0 20px 0;
	padding: 20px 30px 20px 20px;
	background: rgba(92,184,178,0.2);
	border-radius: 8px;
	cursor: pointer;
	color: #5CB8B3;
	font-weight: bold;
	background-image:  url(../images/icons/ic_arrow-down_teal.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
}
.accordian section {
	display: none;
	padding: 20px;
	background: #FFF;
	font-size: 1.5rem;
}
.accordian section.active {
	display: block;
}

@media only screen and (max-width: 480px) {
	.accordian section {
		padding: 10px;
	}
}

/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal, .modal-box {
    z-index: 900;
}
.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    overflow: auto;
}
.modal-box {
    position: relative;
    width: 80%;
    max-width: 768px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
}
.modal-header {
    padding: 20px 40px;
    background-image: url(../images/texture-subtle.svg);
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #1B806D;
}
.modal-body {
    background: #FFF;
    padding: 60px 40px;
    font-size: 1.3rem;
}
.close-modal {
    text-align: right;
    cursor: pointer;
}
button {
    background: #000;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    outline: none;
}
.modal-trigger {
    display: inline-block;
    width: 30.333%;
    margin: 0 3% 40px 0;
    min-height: 330px;
    padding: 30px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: ease .2s;
    border: solid 1px #FFF;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    color: #1B806D;
    text-decoration: none;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 10px;
    background-image: url(../images/texture-subtle.svg);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.modal-trigger:nth-child(3n+1) {
    clear: left;
}
.modal-trigger p {
    margin: 0 0 5px 0;
}
.modal-trigger img {
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #FFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.modal-trigger:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
@-webkit-keyframes modalbox {
 0% {
 top: -250px;
 opacity: 0;
}
 100% {
 top: 0;
 opacity: 1;
}
}
 @keyframes modalbox {
 0% {
 top: -250px;
 opacity: 0;
}
 100% {
 top: 0;
 opacity: 1;
}
}


@media only screen and (max-width: 768px) {
	.modal-box {
		width: 90%;
		margin: 50px auto;
	}
	.modal-header {
		padding: 20px 20px;
	}
	.modal-body {
		background: #FFF;
		padding: 20px 20px;
		font-size: 1.3rem;
	}
	.modal-trigger {
		width: 47%;
		min-height: 370px;
	}
	.modal-trigger:nth-child(3n+1) {
		clear: none;
	}
}

@media only screen and (max-width: 480px) {
	.modal-trigger {
		width: 100%;
		margin: 0 0 40px 0;
		min-height: 300px;
	}
	.modal-trigger:nth-child(3n+1) {
		clear: none;
	}
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 220px;
	height: auto;
	display: inline-block;
	padding: 15px 15px;
}
img.logo-menu {
	width: 130px;
	height: auto;
	padding: 15px 15px;
    display: none;
}
img.logo-footer {
	width: 220px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 15px 30px;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
    border: solid 1px #DDD;
}
img.profile {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
	border-radius: 50%;
	max-width: 300px;
	margin: 0 auto;
}
img.ic-social {
	width: 60px;
	height: 60px;
	display: inline-block;
}
img.ic-heading {
	width: 80px;
	height: 80px;
	display: block;
	margin-bottom: 10px;
}
img.img-resource {
	width: 100%;
	max-width: 250px;
	height: auto;
	display: block;
	border-radius: 10px 10px 0 0;
	margin-bottom: 15px;
	-webkit-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.15);
}

@media only screen and (max-width: 768px) {
	img.logo {
		width: 180px;
		padding: 10px 10px;
	}
    img.logo-menu {
       display: block;
    }
}
@media only screen and (max-width: 480px) {
	img.logo {
		width: 120px;
        padding-bottom: 0;
	}
	img.logo-footer {
		width: 180px;
		height: auto;
		display: block;
		margin: 0 auto;
		padding: 15px 30px;
	}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
}
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;
}

input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	width: 100%;
	padding: 10px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #505050;
	-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,
textarea:focus, 
select:focus {
	border: 1px solid red;
	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"] {
	display: block;
	padding: 10px 40px;
	margin: 20px auto 0 auto;
	background: #5CB8B3;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 3px;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 1rem;
	text-align: left;
	display: block;
}
.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%;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.5rem;
	border-radius: 7px;
    text-decoration: none;
}
a.btn-primary:hover {
	opacity: 0.7;
}
.btn-blue {
	background-color: #2874AF;
}
.btn-teal {
	background-color: #5CB8B3;
}
.btn-green {
	background-color: #A2D184;
}


a.btn-corona {
	display: inline-block;
    position: fixed;
    top: 155px;
    right: -104px;
    z-index: 200;
    transform: rotate(90deg);
	text-align: center;
	padding: 15px 25px;
	margin: 15px auto 0 auto;
	background-color: #2874AF;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #FFF;
	border-radius: 0 0 5px 5px;
	border: solid 1px #FFF;
	text-transform: uppercase;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
    text-decoration: none;
}
a.btn-corona:hover {
	background-color: #44B6E5;
}

@media only screen and (max-width: 1024px) {
    a.btn-corona {
        top: 180px;
        right: -82px;
        font-size: 0.9rem;
        padding: 10px 25px;
    }
}


/* 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; }
.pb0 { padding-bottom: 0; }

.no-padding { padding: 0; }
.no-margin { margin: 0; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

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;
	}
}

@media only screen and (max-width: 480px) {
	hr.space20 { height: 0px; }
	hr.space40 { height: 0px; }
	hr.space60 { height: 0px; }
	hr.space80 { height: 0px; }
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.crt-post-text {
    font-size: 1.1rem !important;
}
.crt-date {
    font-size: 1.1rem !important;
}
.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 20px 0 20px;
	color: #FFF;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.5);
	width: 100%;
	margin: 0 auto;
	-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) {
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0;
	}
}
@media only screen and (max-width: 480px) {
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
}
