@charset "UTF-8";
/* CSS Document */

body {
background: #0384d6;
margin:0 auto;
height: 100%;
color:#444;
font-size:100%;
font-family: 'OpenSansRegular', 'robotolight', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: left;
padding: 0;}

p {margin: 0 0 10px 0; line-height: 160%; font-size: 110%;}
	
ul {margin: 10px 0 20px 0; line-height: 160%; padding: 0 0 0 10px; font-size: 110%;}
li {margin: 0 0 5px 13px;}

ul li p {margin: 0 0 0 0; line-height: 130%;}

strong {
   font-family: 'OpenSansBold', 'robotobold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;}
	
em, i {    
	/*font-family: 'source_serif_prolight_italic', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight:normal;*/}


a, a:link, a:visited {color:#0387dc; text-decoration: none;}
a:hover {color:#0387dc; text-decoration: underline;}
a:focus, a:active {color:#52b8fa;}


   .container {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
	  -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      -o-flex-flow: row wrap;
      flex-flow: row wrap;
	  margin-left: auto;
      margin-right: auto;}

	@media (min-width: 1200px) {
      .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;}
    }
	
	@media (max-width: 1250px) {
      .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;}
	}


	/*@media (min-width: 1200px) {
      .container {
        width: 1700px;
        margin-left: auto;
        margin-right: auto;}
    }
	
	@media (max-width: 1200px) {
      .container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;}
	}*/

	 
 .c1 {width: 100%;} /*header*/
 .c2 {} /*header h1*/
 .c3 {width: 100%;} /*nav*/
 .c4 {width: 100%} /*content*/
 .c5 {}
 .c6 {width: 350px} /*column_l*/
 .c7 {width: 65%} /*column_r*/
 .c7a {width: 87%} /*column_1*/
 .c8 {width: 100%;} /*footer*/


#wrapper {
	background:#fff;
	padding:0;
	clear:both;	}
	

header {
	padding: 0;
	margin: 0;
	position:relative;
    font-family: 'OpenSansRegular', 'robotomedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#621e00;
	background: #fff}
	
header nav {display:inline-block;}


.text_header {
	width: 70%;
	float: right;
	margin: 110px 15% 40px 0;}

.logo {
  width:225px;
  margin: 0 0 -5px 0;
  float: left;
  bottom:0;}

.logo img {width:100%; height:auto;}


header h1 {
	font-size:300%;
    font-family: 'BergamoStdBold', 'robotobold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	line-height:100%;
	margin:0;
	color:#fff;
	text-shadow: 0 0 5px #555;}

header h1 a, header h1 a:link, header h1 a:visited, header h2 a, header h2 a:link, header h2 a:visited {color:#ffffff; text-decoration: none;}
header h1 a:hover, header h2 a:hover {color:#9bd5fb; text-decoration:none;}
header h1 a:focus, header h1 a:active, header h2 a:focus, header h2 a:active {color:#52b8fa;}
	
header h2 {
	font-size:215%;
	font-family: 'tex_gyre_pagellaregular', 'robotolight', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin:5px 0 0;
	line-height:100%;
	color:#fff;
    text-shadow: 0 0 5px #555;}

.caps {font-size: 75%;}


.social_head {	
	float: right; 
	position: absolute; 
	right: 5%; 
	top: 20px;}


#head_image {
	height: auto;
	background: #96DCF3 url("images/sunset-sky.jpg") repeat-x left bottom;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding: 20px 0 0 0;}


h1 {	
    font-family: 'tex_gyre_pagellabold', Georgia, Constantia, "DejaVu Serif", "Hoefler Text", "Lucida Bright", serif;
	font-weight:normal;
	color:#022271;
	margin:10px 0 10px;
	font-size:230%;
	line-height:100%;}
	
h2 {	
    font-family: 'tex_gyre_pagellabold', Georgia, Constantia, "DejaVu Serif", "Hoefler Text", "Lucida Bright", serif;
	font-weight:normal;
	color:#3070D0;
	margin:15px 0 5px 0;
	font-size:190%;
	line-height:140%;}

h3 {
    font-family: 'OpenSansRegular', 'robotolight', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#022271;
	margin:10px 0 20px 0;
	font-size:145%;}
	
h4 {
	font-family: 'OpenSansRegular', 'robotolight', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#022271;
	margin:10px 0 20px 0;
	font-size:130%;}

h5 {
	font-family: 'OpenSansSemibold', 'robotomedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#3070D0;
	margin:20px 0 5px 0;
	font-size:130%;}

h6 {
	font-weight:normal;
	font-size:90%;
	line-height:110%;
	margin: 0 0 10px;}

.small {font-size:80%;}
	

/*#content {
	width: 1200px;
	text-align:left;
	min-height: 400px;
	margin: 0;}  not being used, poss delete */
	
.pagehead {
	font-family: 'OpenSansRegular', 'robotomedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: 'source_serif_prosemibold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";*/
	font-weight:normal;
	margin:0 0 5px; 
	font-size:180%;}


.image_container {width: 100%; padding: 0 14% 20px; text-align: center;}

.item_container {width: 100%; padding: 30px 17% 30px;}


.title_container {width: 100%; padding: 10px 17% 0;}
.title_container h1 {color: #fff;}

.title_container h1 a, .title_container h1 a:link, .title_container h1a:visited {color:#fff; text-decoration: none;}
.title_container h1 a:hover {color:#aaa;}
.title_container h1 a:focus, .title_container h1 a:active {color:#a65430;}

.title_sub {font-size: 80%;}


.blue_bg_light {background-color:#c6e9fc;}
.blue_light {color:#c6e9fc;}
.blue_med {color:#0390F2;}
.blue_dark {color:#022271;}

.photo_r {width:400px; float:right; margin: 10px 0 0 30px;}
.photo_r250 {width:250px; float:right; margin: 10px 0 0 30px;}
.photo_r300 {width:300px; float:right; margin: 5px 0 0 30px;}
.photo_r500 {width:500px; float:right; margin: 5px 0 0 30px;}
.photo_r550 {width:550px; float:right; margin: 5px 0 0 30px;}
.photo_l {width:400px; float:left; margin: 10px 30px 0 0;}
.photo_l250 {width:250px; float:left; margin: 10px 30px 0 0;}
.photo_l300 {width:300px; float:left; margin: 10px 30px 0 0;}
.photo_l500 {width:500px; float:left; margin: 0 30px 0 0;}
.photo_l550 {width:550px; float:left; margin: 0 30px 0 0;}
.photo_r img, .photo_r250 img, .photo_r300 img, .photo_r500 img, .photo_r550 img, .photo_l img, .photo_l250 img, .photo_l300 img, .photo_l500 img, .photo_l550 img {width:100%; height:auto;}

.photo_sm {float:left; width:125px; margin:10px 20px 0 0;}
.photo_sm img {width: 100%; height: auto;}

.image_center {width: 80%; margin: 40px 10% 30px;}
.image_center img {width: 100%; height: auto;}

.video_container {
	margin:0; 
	padding: 0;}
	
.video {
	float:left;
	width:70%; 
	margin: 20px 15% 0;}

.video iframe {border: none;}

.googlecal {}
.googlecal iframe {}


.newsletter {width: 50%; margin: 0 40% 0 0;}

.ctct-form-embed, .ctct-form-defaults, .ctct-form-text p, .ctct-form-button button {
	font-family: 'OpenSansRegular', 'robotolight', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 110%;
	padding:0;}

.ctct-form-header h2 {font-family: 'tex_gyre_pagellabold', Georgia, Constantia, "DejaVu Serif", "Hoefler Text", "Lucida Bright", serif;}


.one_col {margin:20px 10% 0;}
.one_col img {width:100%; height:auto;}

.two_col {width:43%; margin: 0 3% 30px 0; padding: 2%; float:left;}

.three_col_index {width:29%; margin: 0 4% 20px; height: auto;}
.three_col {width:33%; margin: 0; float:left;}

/*.six_col {width:13.5%; margin: 0 1.5%; float:left;}

.five_col_index {width:17%; margin: 0 1.5%;}
.five_col {width:17%; margin: 0 1.5%; float:left;}*/


.highlight {float:left; margin: 5px 2% 15px;}
.highlight img {width:100%; height:auto; margin: 20px 0 10px;}
.highlight p {font-size: 100%; color:#022271; margin:0; padding: 0 15px;}

.highlight h1 {
    font-family: 'tex_gyre_pagellabold', 'robotomedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:15px 0 0; 
	font-size:200%;}

.highlight h1 a, .highlight h1 a:link, .highlight h1 a:visited {color:#3070D0; text-decoration: none;}
.highlight h1 a:hover {color:#3070D0; text-decoration: underline;}
.highlight h1 a:focus, .highlight h1 a:active {color:#52b8fa;}

.highlight h4 {margin:10px 0; font-size:120%;}

.highlight h5 {color:#022271; margin:0; font-size:120%;}


.divider {
	width:60%;
	margin: 40px 20% 30px;
	border-top: #022271 1px solid;}

.divider2 {
	width:100%;
	margin: 5px 0 10px;
	border-top: #022271 1px solid;}

.divider3 {
	width:40%;
	margin: 25px 30% 0;
	border-top: #74c7fb 1px solid;}

.button {
	float:left;
    color: #fff;
    font-size: 105%;
    font-family: 'OpenSansBold', 'robotomedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
    margin: 0 20px 0 0;
    padding: 0;
    text-align: center;}
	
.button a, .button a:link,.button a:visited {
    background: #4286d7;
	padding: 10px 22px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;}

.button a:hover {background:#022271;}


nav {
	padding: 0;
	margin: 0;
	background:#0384d6;
	text-align:center;
	font-family: 'OpenSansRegular', 'robotolight', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 95%;}

nav:after {
	content:"";
	display:table;
	clear:both;}

nav ul {
	display: inline-block;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;}
	
nav ul li {
	margin: 0;
	display:inline-block;
	padding: 0;}

nav ul ul {
	display: none;
	position: absolute; 
	margin:0;
	text-align:left;
	top:100%;}
	
nav ul li:hover > ul {display:inherit;}
	
nav ul ul li {
   	/*width: 220px;*/ /*without width specified here submenu will be as wide as items in menu. specified here in .services and .about*/
	display:list-item;
	position: relative;
	background-color:#0597F5;
	letter-spacing: 0;}
	
nav a, nav a:link, nav a:visited {
	display:block;
	padding:17px 20px;
	color:#fff;
	font-size:125%;
	line-height:18px;
	text-decoration:none;}

nav a:hover {
	color:#fff;
	background-color: #022271;}

.submenu {font-size:90%;}
.submenu a, .submenu a:link, .submenu a:visited {background-color: #022271; padding:12px 20px;}
.submenu a:hover {color:#fff; background-color: #0384d6;}	

.about {margin: 0 0 0 -65px; width: auto;}

.menu {display:none;}



.hidden {visibility:hidden; position:absolute;}
.m_hidden { }
.s_hidden { }

.clear {clear:both;}
.c_hidden { }

.f_hidden { }
.icon {visibility:hidden;position:absolute;}


.footer_container {margin: 0 0 0;}

#footer img, footer img, #contact img {vertical-align:middle; padding:0 0 2px;}

#footer, footer {
	/*footer bg comes from body bg*/
	font-family: 'OpenSansRegular', 'robotolight', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 90%;
	background: #142f73;
	color:#fff;
	margin: 0 0 60px 0;
	bottom: 0;
	clear:both;}

#footer .space, footer .space {padding:0 10px;}

#footer p, footer p {margin:0; color:#d2ecfb;}

#footer strong, footer strong {font-family: 'OpenSansBold', 'robotobold', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal;}

#footer a, #footer a:link, #footer a:visited, footer a, footer a:link, footer a:visited {color:#6feffe; text-decoration: none;}
#footer a:hover, footer a:hover {color:#6feffe; text-decoration: underline;}
#footer a:focus, #footer a:active, footer a:focus, footer a:active {color:#fff;}

#footer_content {
	width: 100%;
	text-align:left;
	margin: 30px 16% 10px;}

#footer h3, footer h3 {
    font-family: 'tex_gyre_pagellabold', Georgia, Constantia, "DejaVu Serif", "Hoefler Text", "Lucida Bright", serif;
	font-weight:normal;
	color:#9bd5fb;
	margin:0 0 5px 0;
	font-size:130%;
	letter-spacing: .02em;}

#footer h4, footer h4 {
    font-family: 'OpenSansRegular', 'robotomedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#fff;
	margin:0 0 10px;
	font-size:115%;}

#footer .two_col, footer .two_col {width:47%; margin: 0 1.5% 30px; padding: 20px 0 0 0; float:left;}

.social_foot {float: right; margin-top:10px;}

.social_head img, .social_foot img {
	width: 32px; 
	height: auto;
	margin: 0 0 0 15px;}


.space {padding:0 20px 0 0;}

.design {font-size:85%; float:right;}
.design a, .design a:link, .design a:visited {color:#005e7f;}
.design a:hover {color:#bf1e2d;}

.copyright {
	font-family: 'OpenSansRegular', 'robotolight', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 20px 0; 
	text-align: right;}


/*mailchimp form*/
#mc_embed_signup {
	color: #000;
	clear:left; 
	width:300px;
	margin: 0;}

#mc_embed_signup form {margin: 0;}

#mc_embed_signup p {color: #000;}

#mc_embed_signup h2 {
	font-family: 'OpenSansRegular', 'robotomedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#d1e9d4;
	margin:0;
	font-size:130%;
	line-height:130%;}

.indicates-required {color: #000; font-size: 85%; margin-bottom: 10px;}
.mc-field-group {color: #000; margin-bottom: 5px;}



@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/OpenSans-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/OpenSans-Semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
	
@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight_italic';
    src: url('fonts/roboto-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'BergamoStdRegular';
	src: url('fonts/BergamoStd-Regular-webfont.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BergamoStdBold';
	src: url('fonts/BergamoStd-Bold-webfont.woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'tex_gyre_pagellaregular';
    src: url('fonts/texgyrepagella-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tex_gyre_pagellabold';
    src: url('fonts/texgyrepagella-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
