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

body {
background: #00573d;
margin:0 auto;
height: 100%;
color:#000;
font-size:100%;
font-family: 'source_serif_prolight', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
text-align: left;
padding: 0;
margin:0;}

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

strong {
   font-family: 'source_serif_prosemibold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "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:#00573d; text-decoration: none;}
a:hover {color:#4c8675;}
a:focus, a:active {color:#00573d;}


   .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;}
	}

	 
 .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: 'source_serif_probold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color:#00573d;
	background: #fff
}
	
header h1, header nav {display:inline-block;}

header h1 {
	font-size:215%;
    font-family: 'source_serif_probold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin:20px 0 0;
	color:#00573d;
	line-height:110%;}

header h1 a, header h1 a:link, header h1 a:visited {color:#00573d; text-decoration: none;}
header h1 a:hover {color:#4c8675; text-decoration:none;}
header h1 a:focus, header h1 a:active {color:#00573d;}
	
header h2 {
	font-size:110%;
	font-family: 'robotolight', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0 0 7px 1.5%;
	line-height:110%;
	color:#222;}

.caps {font-size: 75%;}

	
#name {
	width: 1200px;
	text-align:left;
	margin: 0 auto 25px;}

.logo {
  width: 140px;
  margin: 20px 20px 15px -80px;
  float: left;}

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


#head_image_home, #head_image_services, #head_image_about, #head_image_news, #head_image_pub, #head_image_contact {min-height: 235px;}

#head_image_home {
	background: #4c8675 url("images/header-landscape.jpg") repeat-x left bottom;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;}

#head_image_services {	
	background: #4c8675 url("images/header-landscape-services.jpg") repeat-x left bottom;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;}

#head_image_about {	
	background: #4c8675 url("images/header-landscape-about.jpg") repeat-x left bottom;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;}

#head_image_news {	
	background: #4c8675 url("images/header-landscape-news.jpg") repeat-x left bottom;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;}

#head_image_pub {
	background: #4c8675 url("images/header-landscape-publications.jpg") repeat-x left bottom;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;}

#head_image_contact {
	background: #4c8675 url("images/header-landscape-contact.jpg") repeat-x left bottom;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;}


	
nav {
	padding: 0;
	margin: 0;
	background:#00573d;
	text-align:center;
	font-family: 'robotomedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:100%;
	letter-spacing: .05em;
	text-transform:uppercase;}

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:#b9bdba;
	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: #4c8675;}

.submenu {font-size:90%;}
.submenu a, .submenu a:link, .submenu a:visited {background-color: #4c8675; padding:12px 20px;}
.submenu a:hover {color:#fff; background-color: #00573d;}	

.services {margin: 0 0 0 -69px; width: 200px;}
.about {margin: 0 0 0 -54px; width: auto;}

.menu {display:none;}


h1 {	
    font-family: 'source_serif_probold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight:normal;
	color:#00573d;
	margin:0 0 10px;
	font-size:180%;
	line-height:100%;}
	
h2 {	
    font-family: 'source_serif_probold', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight:normal;
	color:#4c8675;
	margin:20px 0 5px 0;
	font-size:150%;
	line-height:130%;}

h3 {
    font-family: 'source_serif_proregular', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight:normal;
	color:#00573d;
	margin:10px 0 0 0;
	font-size:125%;}
	
h4 {
    font-family: 'source_serif_proregular', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight:normal;
	color:#00573d;
	margin:0 0 5px 0;
	font-size:110%;}

h5 {
    font-family: 'source_serif_proregular', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-weight:normal;
	margin:7px 0 0 0;
	font-size:105%;}

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

.small {font-size:80%;}
	

#content {
	width: 1200px;
	text-align:left;
	min-height: 400px;
	margin: 20px auto 50px;}
	
.pagehead {
	font-family: 'robotomedium', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
    /*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 {margin: 20px 0 0; text-align: center;}
.item_container {margin: 20px 2% 0;}
.footer_container {margin: 20px 2% 0;}


.photo {width:300px; float:left; margin: 0 0 0 50px;}
.photo img {width:100%; height:auto;}


.service {float:left;}
.service img {width:100%; height:auto; margin-top: 10px;}
.service h1 {margin:0; font-size:140%;}
.service p {margin:0;}

.service .highlight {margin: 5px 0 15px;}


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

.three_col_index {width:29%; margin: 0 2%;}
.three_col {width:33%; margin: 0; float:left;}

.two_col {width:50%; margin: 0; float:left;}



.photo_sm {
	float:left;
	width:125px;
	margin:10px 20px 0 0;}

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


.divider {
	width:60%;
	margin: 50px 20% 20px;
	border-top: #b0e0b5 1px solid;}

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

.divider3 {
	width:40%;
	margin: 20px 30%;
	border-top: #b0e0b5 1px solid;}

.divider4 {
	width:60%;
	margin: 40px 20% 40px;
	border-top: #7cad9f 1px solid;}



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

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

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


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

#footer {
	/*footer bg comes from body bg*/
	font-family: 'robotolight', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
	bottom: 0;
	font-size: 85%;
	clear:both;}

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

#footer p {margin:0; color:#fff;}

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

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

#footer_content {
	width: 1200px;
	text-align:left;
	margin: 30px auto 40px;}

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


.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 {margin: 20px 0;}


/*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: '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: 'source_serif_prolight';
    src: url('fonts/sourceserifpro-light-webfont.woff2') format('woff2'),
         url('fonts/sourceserifpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_serif_prolight_italic';
    src: url('fonts/sourceserifpro-lightit-webfont.woff2') format('woff2'),
         url('fonts/sourceserifpro-lightit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'source_serif_prosemibold';
    src: url('fonts/sourceserifpro-semibold-webfont.woff2') format('woff2'),
         url('fonts/sourceserifpro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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


@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.woff2') format('woff2'),
         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.woff2') format('woff2'),
         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.woff2') format('woff2'),
         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.woff2') format('woff2'),
         url('fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}