/*-----Reset-----*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
	display:block;
}

html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 	border : 0;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #00C4A9;
	color: #FFF;
}

::-moz-selection {
	background: #00C4A9;
	color: #FFF;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

img {
    max-width: 100%;
	border: none;
	outline: 0;
}

.thumbC {
	background: #FFF;
	padding: 9px;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 4px solid #EEE;
	border-left: 1px solid #EEE;
}

.thumbL {
	background: #FFF;
	padding: 9px;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 4px solid #EEE;
	border-left: 1px solid #EEE;
	float: left;
	margin-right: 30px;
}

.ad {
	padding-bottom: 60px;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-transition: opacity 1s ease;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.4px;
	color: #555;
	background: #F8F8F8;
	font: 400 14px/28px 'Open Sans', sans-serif;
}

/*----- General -----*/

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/*----- Buttons & Links -----*/

a {
	color: #00C4A9;
	text-decoration: none;
}

a:hover {
	color: #FF6A00;
	text-decoration: underline;
}

a.green-button {
	background: #00C4A9;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 44px;
	height: 44px;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	font-style: normal;
	border-bottom: 4px solid #00B49B;
}

a.green-button:hover {
	background: #FF6A00;
	color: #FFF;
	border-bottom: 4px solid #E05C00;
}

a.white-button {
	background: #FFF;
	text-transform: uppercase;
	color: #00C4A9;
	display: inline-block;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 44px;
	height: 44px;
	width: 100%;
	font-style: normal;
	border-top: 1px solid #EEE;
}

a.white-button:hover {
	background: #FF6A00;
	color: #FFF;
}

/*----- Typography -----*/

.container h1 {
	font-style: italic;
	font-weight: 300;
	color: #FFF;
	font-size: 32px;
	line-height: 48px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.page-heading h1 {
	font-weight: 300;
	color: #555;
	font-size: 26px;
	line-height: 26px;
	padding-top: 45px;
	padding-bottom: 45px;
	text-align: center;
}

h2 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	font-style: normal;
}

h2 span {
	height: 2px;
	width: 50px;
	display: block;
	background: #00C4A9;
	margin-top: 5px;
}

h2.mission {
	color: #FFF;
	text-align: center;
	line-height: 46px;
	font-size: 30px;
	padding-top: 20px;
}

p {
	padding-bottom: 20px;
}

.green {
	color: #00C4A9;
}

blockquote {
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	color: #777;
	line-height: 30px;
	margin-bottom: 30px;
	background: #FFF;
	padding: 20px;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 4px solid #EEE;
	border-left: 1px solid #EEE;
}

.author {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 10px;
}

blockquote.last {
	margin-bottom: 10px;
}

.bold {
	font-weight: 600;
}

/*----- Back To Top -----*/

#toTop {
	position: fixed;
	bottom: 40px;
	right: 80px;
	cursor: pointer;
	display: none;
	z-index: 99;
	background: #00C4A9;
	text-align: center;
	padding: 4px 10px 8px;
	color: #FFF;
	line-height: normal;
	border-radius: 50%;
	font-size: 20px;
}

#toTop:hover {
	background: #FF6A00;
}

/*----- Header -----*/

header {
	height: 170px;
	border-bottom: 68px solid #00C4A9;
}

.logo {
	float: left;
	height: 170px;
}

.logo img {
	height: 100px;
	width: 283px;
	padding-top: 30px;
}

.finance {
	margin-top: 40px;
}

.phone {
	text-align: right;
	font-size: 15px;
	font-weight: 400;
	color: #979797;
	margin-top: -8px;
	float: right;
}

/*----- Layout -----*/

.wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	clear: both;
	overflow: hidden;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}

.container {
	background: #00C4A9;
	margin-bottom: 20px;
	border-bottom: 4px solid #00AB92;
}

.container2 {
	background: #FFF;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.page-heading {
	background: #EEE;
	border-bottom: 4px solid #DDD;
}

article {
	float: left;
	width: 700px;
}

aside {
	float: right;
	width: 360px;
}

.contentleft {
	float: left;
	width: 45%;
}

.contentright {
	float: right;
	width: 45%;
}

.col, .col.odd {
	background: #FFF;
	float: left;
	width: 270px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: 20px 40px 20px 0px;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 4px solid #EEE;
	border-left: 1px solid #EEE;
}

.col.last {
	margin-right: 0;
}

.col h3 {
	font-weight: 300;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 20px;
}

.circle {
	color: #FFF;
	background: #00C4A9;
	font-size: 18px;
	text-align: center;
	padding: 5px 12px;
	border-radius: 100%;
	font-weight: 600;
}

.col p {
	font-size: 14px;
	line-height: 22px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

.col img {
	margin-bottom: 10px;
}

ul.list li {
	margin-bottom: 8px;
}

/*----- Accordion -----*/

.accordionButton {
	background: #00C4A9 url(images/icons/plus.png) no-repeat 98% center;
	cursor: pointer;
	padding: 8px 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	color: #FFF;
	display: block;
	border-bottom: 4px solid #00B49B;
}
	
.accordionContent {
	padding: 5px 0px;
	margin-bottom: 6px;
	clear: both;
	overflow: hidden;
}
	
.over, .on {
	background: #FF6A00 url(images/icons/minus.png) no-repeat 98% center;
	color: #FFF;
	display: block;
	border-bottom: 4px solid #E05C00;
}

/*----- Menu -----*/

.menu {
	width: 100%;
	padding: 0;
	position: relative;
	float: left;
	background: #00C4A9;
	list-style: none;
	z-index: 1000;
	margin: 0px;
	font-weight: 600;
}

.menu li {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 20px;
	position: relative;
}

.menu li a {
	padding: 24px 26px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	-o-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
}

.menu li:hover > a {
	color: #FFF;
	background: #00AB92;
}

.menu li.active > a {
	background: #00AB92;
}

.menu > li > a {
	text-transform: uppercase;
}

/* Drop-down */

.menu ul, .menu ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 999;
	width: 150px;
	background: #00C4A9;
}

.menu ul {
    top: 68px;
    left: 0;
}

.menu ul li ul {
    top: 0;
    left: 150px;
}

.menu ul li {
	clear:both;
	width:100%;
	font-size:14px;
}

.menu ul li a {
	width:100%;
	padding:12px 22px;
	display:inline-block;
	float:left;
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}

.menu ul li:hover > a {
	background: #00AB92;
}

/* Social Icons */

.menu li.social {
	float: right;
	margin-right: 20px;
	font-size: 16px;
}

.menu li.social a {
	display: inline-block;
	padding: 24px 6px 20px;
	color: #FFF;
	position: relative;
	width: 15px;
	text-align: center;
	background: transparent;
}

.menu li.social a:hover {
	color: #FFF;
	background: transparent;
}

/* collapsible */

.menu > li.showhide {
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #FFF;
	background: #00C4A9;
}

.menu > li.showhide span.title {
	margin: 16px 0 0 18px;
	float: left;
}

.menu> li.showhide span.icon {
	margin: 17px 20px;
	float: right;
}

.menu > li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #FFF;
}

/* Menu Zoom */

.zoom {
    -webkit-animation: zoom .3s ease both;
    -moz-animation: zoom .3s ease both;
    -o-animation: zoom .3s ease both;
    animation: zoom .3s ease both;
}

@-webkit-keyframes zoom {
    0% { -webkit-transform: scale(.6); }
    100% { -webkit-transform: scale(1); }
}

@-moz-keyframes zoom {
    0% { -moz-transform: scale(.6); }
    100% { -moz-transform: scale(1); }
}

@-o-keyframes zoom {
    0% { -o-transform: scale(.6); }
    100% { -o-transform: scale(1); }
}

@keyframes zoom {
    0% { transform: scale(.6); }
    100% { transform: scale(1); }
}

/*----- Contact Form -----*/

#contactform {
	display: block;
}

#contactform fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#contactform label {
	display: block;
	font-size: 16px;
}

#contactform input  {
	background: #FFF;
	margin: 0 0 20px;
	width: 100%;
	padding: 14px;
	border: 1px solid #DDD;
	font: 300 16px 'Open Sans', sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}

#contactform textarea {
	background: #FFF;
	margin: 0 0 20px;
	width: 100%;
	padding: 14px;
	overflow: auto;
	border: 1px solid #DDD;
	font: 300 16px 'Open Sans', sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}

#contactform input:focus, #contactform textarea:focus {
  	outline: none;
	border: 1px solid #00C4A9;
	-webkit-appearance: none;
}

#contactform input.submit {
	margin: 14px 0 20px;
	width: 200px;
	cursor: pointer;
	color: #FFF;
	background: #00C4A9;
	background: -webkit-linear-gradient(top, #00C4A9 0%,#00C4A9 100%);
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	padding: 14px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	font: 700 13px/120% 'Open Sans', sans-serif;
	border-top: 1px solid #00C4A9;
	border-right: 1px solid #00C4A9;
	border-bottom: 4px solid #00AB92;
	border-left: 1px solid #00C4A9;
}

#contactform input.submit:hover {
	color: #FFF;
	background: #FF6A00;
	background: -webkit-linear-gradient(top, #FF6A00 0%,#FF6A00 100%);
	-webkit-appearance: none;
	border-top: 1px solid #FF6A00;
	border-right: 1px solid #FF6A00;
	border-bottom: 4px solid #E05C00;
	border-left: 1px solid #FF6A00;
}

#message {
	margin: 15px 0;
	padding: 0;
}

.error_message {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #FF6A00;
	padding: 0 10px;
	color: #FFF;
	font-weight: 700;
}

.loader { 
	padding: 0 10px; 
}

#contact #success_page h2 {
	display: block;
	height: 40px;
	padding: 0 10px;
}

#mapIframe {
	width: 100%;
	height: 500px;
}

.overlay {
  background:transparent;
  position:relative;
  width:100%;
  height:500px; /* your iframe height */
  top:500px;  /* your iframe height */
  margin-top:-500px;  /* your iframe height */
}

/*----- Footer -----*/

footer {
	padding-top: 30px;
	background: #000;
	overflow: hidden;
	padding-bottom: 30px;
	margin-top: 40px;
}

footer p {
	font-size: 12px;
	color: #DDD;
	padding-bottom: 0px;
}

footer a {
	color: #DDD;
	text-decoration: none;
}

footer a:hover {
	color: #00C4A9;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------- Breakpoint 1 --------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
	
/*----- General ----*/

.thumbL {
	float: none;
	width: 100%;
}
	
/*----- Typography -----*/

h2 {
	font-size: 20px;
}

h2 span {
	margin-top: 3px;
}

/*----- Header ----*/
	
header {
	border-bottom: none;
	margin-bottom: 50px;
}

.logo {
	margin-left: 20px;
}

.phone {
	margin-right: 20px;
}

/*----- Layout -----*/
	
.inner {
	width: 100%;
}

.container h1 {
	font-size: 26px;
	line-height: 26px;
}

section {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}

article {
	width: 45%;
}

aside {
	width: 45%;
}

.col {
	width: 45%;
	margin: 20px 40px 20px 0;
}

.col.odd {
	width: 45%;
	margin: 20px 0px 20px 0;
	float: right;
}

.col.last {
	float: right;
}

/*----- Menu -----*/

.menu {
	margin: 0;
	display: block;
}

.menu li {
	display: block;
	width: 100%;
}

.menu > li > a {
	padding: 16px 70px 16px 18px;
	text-align: left;
	border-top: solid 1px rgba(255, 255, 255, 0.07);
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}

.menu a {
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}

.menu ul, .menu ul li ul {
	width: 100%;
	left: 0;
	padding: 0 20px;
	position: static;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}
	
.menu li.social { 
	float: left;
	margin: 20px 0 20px;
	border-bottom: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	text-align: center;
}

.menu li.social a {
	display: inline;
	padding: 8px 15px 8px 15px;
	border: none;
}

.menu li.social a:hover { 
	color: #fff;
}
	
.menu > li.showhide {
	display: block;
}

}

/*================================================================================= Breakpoint 2 ==================================================================*/

@media only screen and (max-width: 960px){
	
.ad {
	padding-bottom: 0;
}
	
/*----- Back To Top -----*/

#toTop {
	right: 40px;
}
	
/*----- Buttons & Links-----*/

a.green-button {
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 40px;
	height: 40px;
}

/*---- Layout -----*/

.wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}
	
.container h1 {
	font-size: 20px;
	line-height: 20px;
}

.contentleft {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.contentright {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.contentleft img, .contentright img {
	height: auto;
	width: 100%;
}

article {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

aside {
	float: none;
	width: 100%;
}

}

/*===================================================================================== Breakpoint 3 ============================================================================*/

@media only screen and (max-width: 728px){
	
/*----- General -----*/

.thumbC {
	padding: 0;
	border: none;
}

.thumbL {
	padding: 0;
	border: none;
	float: none;
	margin-right: 0;
}

.left {
	float: none;
	display: block;
	text-align: center;
}

.right {
	float: none;
	display: block;
	text-align: center;
}
	
/*----- Typography -----*/

.container h1 {
	font-size: 20px;
	line-height: 30px;
}

.page-heading h1 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 40px;
	padding-bottom: 30px;
}

h2 {
	font-size: 20px;
	text-align: center;
}

h2 span {
	display: none;
}

/*----- Buttons & Links-----*/

a.green-button {
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 40px;
	height: 40px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
	
/*----- Header -----*/

header {
	height: auto;
}

.logo {
	float: none;
	height: 120px;
	text-align: center;
	margin-left: 0;
}

.logo img {
	padding-top: 20px;
}

.phone {
	float: none;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: normal;
}

.finance {
	display: none;
}

/*----- Layout -----*/

.col, .col.odd {
	float: none;
	width: 100%;
	margin: 0px 0px 20px;
}
	
}
