/* ==========================================================================
   Reset
   ========================================================================== */
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, caption, tbody, tfoot, thead, th, 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-weight:normal;
}
::-moz-selection { background: #A9D3C5; color: FFF; text-shadow: 1px 1px 1px #000; }
::selection { background: #A9D3C5; color: #FFF; text-shadow: 1px 1px 1px #000; }
strong {
	font-weight:bold;
}
html {
	height:100%;
}
@font-face {
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Slab', serif;
	font-weight:normal;
	font-style:normal;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
	background-color:#A9D3C5;
}
button {
	outline:none;
}
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Main styles
   ========================================================================== */

* {
	outline:none;
}
.center-wrap {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	/*overflow: auto;*/
}
nav .center-wrap, footer .center-wrap {
	width:95%;
}
a {
	color:#37CB9B;
	text-decoration:none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
.fixed-nav {
	position:fixed;
	background-color:#277E56;
	top: 0px;
	z-index: 7000;
	border-top: 5px solid #FFFFFF;
	height:70px;
	width:100%;
	display: block;
}
a.logo {
	display: block;
	margin-top:11px;
	color:#FFF;
	font-size:25px !important;
	font-weight:800;
	text-transform: none !important;
}
body#current a.currentpage {
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:4px solid #FFFFFF;
}
a:hover, a:active {
	color: #009A53;
	text-decoration:underline;
}
.nav-style  {
	width:100%;
	height:70px;
	display: block;
	position:fixed;
	background-color: #277E56;
	top: 0px;
	z-index: 7000;
	border-top:solid 5px #FFFFFF;
}
a.logo-top {
	display: block;
	margin-top: 7px;
	padding:0 !important;
}
nav.nav-style ul {
	display: block;
}
nav.nav-style ul li {
	display: inline;
}
nav.nav-style ul li a {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-left: 20px;
	display: inline-block;
	padding: 25px 0;
}
nav.nav-style ul li a:hover{
	text-decoration:none;
	color:#A9D3C5;
	border-bottom:#FFFFFF 4px solid;
}
a.contact-button {
	padding: 10px 15px !important;
	border-radius:8px;
	background-color:#11462D;
	text-align:center;
}
a.contact-button:hover {
	border:none !important;
	background-color: #326B50;
	color:#FFF !important;
}
a.button {
	padding: 10px 15px !important;
	border-radius:8px;
	background-color:#37CB9B;
	text-align:center;
	color: #FFFFFF;
}
a.button:hover {
	border:none !important;
	background-color: #277E56 !important;
	color:#FFF !important;
	text-decoration: none;;
}
.parallax-window {
	height: 100%;
	/*height:683px;
    background: transparent;
	background-repeat: no-repeat;
	background-position: center top;*/
	-moz-box-shadow: inset 0px 152px 550px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0px 152px 550px rgba(0,0,0,0.1);
    box-shadow: inset 0px 152px 550px rgba(0,0,0,0.1);
}
.parallax-mirror {
		margin-top: 50px;
}
}
.home h1 {
	font-family: 'Roboto Slab', serif;
	/*padding-top: 145px;*/
	padding-top: 10px;
	line-height: 45px;
	max-width: 800px;
	margin: auto;
	font-size: 40px !important;
	letter-spacing:0 !important;
	color: #277E56;
	text-align: center;
}
h1.welcome {
	padding-top: 150px;
	font-size: 40px !important;
	letter-spacing: 0 !important;

}
.home h2 {
	font-family: 'Roboto', sans-serif;
	font-size:22px;
	font-style:italic;
	display: block;
	margin:0;
	color:#277E56;
	text-align:center;
	letter-spacing:0 !important;

}
.rule {
	max-width:632px;
	margin: 20px auto;
	display:block;
	background-color:#FFF;
	height:1px;
	-webkit-box-shadow: 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 2px rgba(0,0,0,0.3);
}
.purple-rule {
	background-color:#277E56;
	margin:30px auto 0 auto;
	height:1px;
	display:block;
	max-width:84%;
}
h1 {
	font-family: 'Roboto Slab', serif;
	font-size:40px !important;
	letter-spacing:6px;
	color:#277E56;
	text-shadow:none !important;
	text-align:center;
	padding-top:90px;
	margin-bottom:10px;
}
h2 {
	font-family: 'Roboto Slab', serif;
	font-size:28px;
	text-align:center;
	margin:30px auto;
	letter-spacing:6px;
	color:#277E56;
	padding: 0px 8%;
}
h3 {
	font-family: 'Roboto Slab', serif;
	font-size:22px;
	line-height:30px;
	color:#450F5D;
	text-align:left;
	padding: 40px 8% 30px 8%;

}
h4 {
	font-size:24px;
	color:#FFF;
	text-align:center;
	font-family: 'Roboto Slab', serif;
}
h5 {
	font-size:28px;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	font-family: 'Roboto Slab', serif;
	margin-bottom:30px;
}
p {
	color:#666666;
	text-align:left;
	font-size:16px;
	line-height:30px;
}

/* Mission */

.mission {
	background-image:url(../img/ui/mission.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#1f3f55;
	width: 90%;
	max-width: 960px;
	margin: auto;
	padding: 12px;
}
.mission-box {
	background-color: rgba(17,70,45,0.8);
	padding: 50px 0;
	max-width: 796px;
	margin: 50px auto;
}
.mission-box h3 {
	font-family: 'Roboto Slab', serif;
	font-size:28px;
	letter-spacing:6px;
	color:#FFFFFF;
	margin-bottom:20px;
	text-align:center;
	padding:0;
}
.mission-box p {
	font-size:19px;
	line-height:36px;
	color:#FFFFFF;
	text-align:center;
	margin:0 auto 40px auto;
	max-width:677px;
	width:100%;
}
.mission-box a {
	padding: 13px 40px !important;
	border-radius:8px;
	border:solid 1px #FFF;
	font-size:18px !important;
	color:#FFF !important;
	display:block;
	max-width:250px;
	margin:auto;
	text-align:center;
}
.mission-box a:hover {
	border:solid 1px #11462D;
	background-color: #11462D;
	text-decoration:none;
}
.banner {
	width:94%;
	padding:20px 3%;
	background-color:#37CB9B;
}
.banner a {
	color:#450F5D;
}
.alert {
	width:94%;
	margin: 75px auto;
	padding:20px 3%;
	background-color:#FF4646;
}
.alert h1 {
	color: #FFF !important;
padding-top: 10px;
line-height: 30px;
margin: 0px auto 10px auto;
font-size: 24px !important;
letter-spacing: 0 !important;
text-align: center;
-webkit-text-shadow: none !important;
-moz-text-shadow: none!important;
text-shadow: none !important;
}
.alert p {
	color: #FFF !important;
	line-height: 20px;
}

/* Footer */

footer {
	background-image: radial-gradient(circle, #3A9381, #569C8E, #4B9183, #4A8F82, #257766);
	width:100%;
}
.top-footer {
	max-width:960px;
	padding:50px 0 50px 0;
	margin:auto;
	overflow:auto;
}
.top-footer ul {
	text-align:left;
	list-style:none;
	color:#FFF;
	margin-top:12px;
}
.top-footer li {
	margin-bottom:10px;
}
.top-footer a {
	text-align:left;
	color:#28FAB6;
	margin-top:10px;
}
.top-footer a.link {
	color:#28FAB6;
	margin-top:0 !important;
	display:inline;
}
.top-footer .contact {
	width: 43%;
	float: left;
	margin-right: 2%;
}
.top-footer .contact .fb {
	margin-right:20px;
}
.fb, .tw {
	display:block;
}
.tw {
	display:none;
	visibility:hidden;
}
.top-footer .location {
	width:55%;
	float:left;
}
.map {
	border:#FFF 8px solid;
	height:210px;
}
.top-footer p {
	color:#FFF;
	font-size:14px;
	line-height:20px;
}
.bottom-footer {
	width: 94%;
	padding: 10px 3%;
	background-color: #FFFFFF;
	float: left;
}
.bottom-footer p {
	text-align:right;
	color:#277E56;
	margin: 30px 60px 0 0;
}

/* --------------
    Inside Pages
-------------- */

.inside {
	max-width:960px;
	width:95%;
	margin:120px auto 40px auto;
	background-color:#FFF;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	padding-bottom: 50px;
}

.inside p {
	padding: 40px 8% 0 8%;
}
.inside li {
	padding: 10px 8% 0 0;
	margin-left: 12%;
	color: #666666;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	list-style-position:outside;
}
.hero {
	width: 100%;
	height: 150px;
	max-width:960px;
	background-position: top center;
	background-color: #277E56;
}
.hero h1 {
	color: #FFFFFF;
	font-size: 28px !important;
	line-height: 32px;
	padding: 50px 8% 0 8%;
}
.rule {
	max-width: 632px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 75%;
}
.insurance-box, a.team-member-box {
	padding: 40px;
	background-color: #450F5D;
	max-width: 796px;
	width: 75%;
	margin: 30px auto;
  }
.insurance-box {
	margin-top:80px;
}
a.team-member-box {
	padding:25px 40px;
	display:block;
  }
.insurance-box h2, a.team-member-box h2 {
	color:#FFF;
	text-align:center;
	padding:0;
	margin:0 auto 20px auto;
  }
.team-member-box h2 {
	  letter-spacing:0 !important;
  }
.insurance-box p, a.team-member-box p {
	color:#FFF;
	text-align:center;
	padding:0;
	font-size:18px;
	line-height:36px;
  }
a.team-member-box:hover {
	  text-decoration:none;
	  background-color:#8238C8;
  }
p.description {
	font-size:14px;
	color:#450F5D;
	text-align:center;
	padding:0;
}
.team-member h2 {
	margin:60px auto 20px auto;
	letter-spacing:0;
}
.quote {
	color:#450F5D;
	font-size:20px;
	line-height:34px;
	margin-top:50px;
	display:block;
	max-width:70%;
	margin: 50px auto 0;
	text-align:center;
}
.testimonials .quote {
	margin:20px 0;
	text-align:left;
	max-width:100%;

}
p.quote-graphic {
	font-style:italic;
	background-image:url(../img/ui/quote.png);
	background-repeat:no-repeat;
	background-position:7% 30px;
}
/* --------------
    To Top
-------------- */

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	overflow:hidden;
	width:54px;
	height:54px;
	border:none;
	text-indent:-9999px;
	background: url(../img/ui/back-to-top.png) no-repeat left top;
	bottom:27px;
	right: 2%;
	z-index:9000;
	opacity:.6;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
#toTop:hover {
	opacity:1;
}
#toTop:active, #toTop:focus {
	outline:none;
}

/* --------------
   Mobile Nav
-------------- */

/* Overlay style */

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:#277E56;
	z-index: 9999;
}

/* Button */

button#trigger-overlay, button#trigger-overlay-two {
	border: none;
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: transparent;
	margin:-55px 3% 0 0;
	padding:0;
	outline:none;
	opacity:.7;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
button#trigger-overlay:hover, button#trigger-overlay-two:hover {
	opacity:1;
}

a.button {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}

a.button:hover {
	opacity:.7;
}

/* Overlay closing cross */

.overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 4%;
	top: 25px;
	overflow: hidden;
	border: none;
	background: url(../img/ui/close.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	cursor:pointer;
	outline: none;
	z-index: 100;
	opacity:.7;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
.overlay .overlay-close:hover {
	opacity:1;
}

/* Menu style */

.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}
.overlay ul li a {
	color: #FFFFFF;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	font-size:30px;
	margin: 0 auto;
	padding: 25px;
	opacity:.7;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	font-weight:bold;
}
.overlay ul li a:hover,
.overlay ul li a:focus {
	opacity:1;
	text-decoration:none;
}
.overlay ul li.social {
	margin-top:20px;
}
.overlay ul li a.dribbble, .overlay ul li a.linkedin {
	padding:25px;
}

/* Effects */

.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

/* Fade in */

#current {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.bump {
	margin-left:10px;
}
.jump-link {
	margin-bottom:80px;
	display:block;
}
.page-jump {
	background-color:#B73FEC;
	width:100%;
	text-align: center;
}
.page-jump li {
	display:inline-block;
	padding:22px 10px;
}
.page-jump a {
	font-weight:bold;
	color:#FFF;
	font-size:13px;
	display:block;
}
.page-jump a:hover {
	color:#A8D3C5;
	text-decoration:none;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media screen and (max-height: 30.5em) {
  .overlay nav {
	  height: 70%;
	  font-size: 34px;
  }
  .overlay ul li {
	  min-height: 34px;
  }
}
@media screen and (max-width: 1000px) {
	.page-jump li {
	  	padding: 22px 6px;
	}
	.page-jump a {
		font-size:12px;
	}
}
@media screen and (max-width: 960px) {
  .tablet-show {
	  display: block !important;
	  visibility: visible;
  }
  .tablet-hide {
	  display: none !important;
	  visibility: hidden;
  }
  .mobile-hide {
	  visibility:hidden;
	  display:none;
  }
  .mobile-show {
	   visibility:visible !important;
	   display:block !important;
  }
  .fixed-nav {
	height:48px !important;
  }
  .fixed-nav ul {
	margin-top:9px !important;
  }
  .fixed-nav a.logo-top.float-left {
	  margin-top:-2px !important;
  }
  button#trigger-overlay-two {
	margin-top:-44px !important;
  }
  ul#nav {
	display: none;
	width:100%;
  }

  nav .center-wrap, footer .center-wrap, .info .center-wrap {
		max-width:940px;
	}
	nav ul {
		margin-right:0;
	}
	nav .logo-top {
		margin-left:0;
	}
	nav a {
		margin-right:14px;
	}
	.page-jump li {
		padding: 14px 0px;
		}

  /* Footer */

  footer .left-col {
	width:90%;
	float:none !important;
	margin:auto;
	padding-bottom:12px;
  }
  footer .mid-col {
	width:90%;
	float:none !important;
	margin:auto;
  }
  footer .right-col {
	width:90%;
	float:none !important;
	margin:auto;
	padding-top:55px;
  }
    .top-footer {
	  max-width:94%;
  }
}

@media screen and (max-width: 868px) {

	.home h1 {
		max-width:90%;
		margin:auto;
		padding-top:120px !important;
	}
	.home h2 {
		max-width:90%;
		margin:10px auto;
	}
	.mission-box {
		margin: 50px 25px;
		padding:50px 25px;
	}
	.rule {
		max-width:70%;
	}
	.bottom-footer p {
		text-align: center;
		margin: 25px auto;
	}
	.bottom-footer img.float-left {
		display:none;
	}
}
@media screen and (max-width: 701px) {
	.inside {
		margin-top:100px;
		}
		.page-jump li {
			padding:14px 10px;
		}
}
@media screen and (max-width: 620px) {
	.home h2 {
		margin-top:15px;
		line-height: 28px;
	}
	.mission-box {
		margin: 50px 0 0 0;
	}
	.top-footer {
		width:94%;
	}
	.top-footer .contact, .top-footer .follow {
		width:100%;
	}
	.top-footer .contact {
		margin-bottom: 40px;
	}
	.top-footer .location {
		width: 100%;
	}
	.page-jump {
		display:none;
		visibility:hidden;
	}
	 .parallax-window {
	  height: 100%;
	}
	.insurance-box, a.team-member-box {
	max-width: 70%;
	margin: 20px auto;
	}
}

@media screen and (max-width: 320px) {
  .push-up {
	margin-top:-51.2%;
  }
  .desktop {
	margin-top:3%;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
/* Style adjustments for high resolution devices */
  #toTop {
	  background: url(../img/ui/back-to-top@2x.png);
	  background-size: 54px 54px;
  }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
