a{
	text-decoration: none;
	color: #005841;
}
* {padding:0; margin:0; outline: none;}
.left{float:left!important;}
.right{float:right!important;}
.none{float:none!important;}
.a_left{text-align:left!important;}
.a_center{text-align:center!important;}
.a_right{text-align:right!important;}
.italic {font-style: italic;}
.bold {font-weight: bold!important;}
.error {color: #FF0000;}
.no_margin_top { margin-top: 0 !important; }
.no_padding_top { padding-top: 0 !important; }
.no_padding_bottom { padding-bottom: 0 !important; }
.color_blue { color: #002e5f !important; }
b, strong { font-weight: bold; }
ul {
	padding-left: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #005841;
	font-family: 'Crimson Text', serif;
	line-height: normal;
}
h2{
	font-size: 49px;
	line-height: normal;
}
h2 a{
	color: 005841;
}
h1{
	margin: 0;
	font-size: 60px;
	line-height: 60px;
}
h1 a{
	color: 005841;
}
h3{
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
}
body{
	background: #fff;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	line-height: 30px;
	height: 100%;
}
html{
	width: 100%;
	overflow:auto;
	height: 100%;
}
.wrap{
	width: 100%;
	height:100%;
}
.site, .art_site {
	width: 92%;
	max-width: 980px;
	margin: 0 auto;
}

.clr{
	clear: both;
}
.art_left_photo{
	float: left;
	display: inline;
	margin-right: 10%;
	margin-bottom: 2%;
	width: 45%;
}
.art_right_photo{
	float: right;
	display: inline;
	margin-left: 10%;
	margin-bottom: 2%;
	width: 45%;
}
.art_content{
	float: left;
	width: 100%;
}
.art_content a {
	text-decoration: underline;
}
.art_content a:hover{
	color: #005841;
	text-decoration: none;
}
.art_head{
	float: left;
	width: 100%;
	margin-bottom: 5%;
}
.art_head h1,
.art_head .subtitle,
.ta-center {
	text-align: center;
}
.art_spacer{
	float: left;
	width: 100%;
	height: 21px;
}
.art_coll_left{
	float: left;
	width: 45%;
}
.art_coll_right{
	float: right;
	width: 45%;
}
.art_thumb{
	width: 52px;
	margin-top: 1px;
	margin-left: 1px;
	float: left;
	cursor: pointer;
}
.first_thumb{
	margin-left: 0px;
}
.art_photos{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;
/* 	overflow: hidden; */
	width: 100%;
}
.art_photos li{
/* 	display: none; */

}
.art_photos li:FIRST-CHILD{
/* 	display: block; */
}
.art_photos li img{
	display: block;
	margin: 0 auto;
/* 	width: 100%; */
	max-width: 100%;
	height: auto;
}
.art_main{
	display: block;
/* 	width: 100%; */
  max-width: 100%;
  height: auto;
}
.news_item{
	float: left;
	width: 31.66%;
	margin-left: 2.5%;
	margin-top: 9%;
}
.news_item:nth-child(3n+1){
	margin-left: 0;
}
.news_item h2 {
	color: #f39000;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 6%;
}
.news_item_first {
	
}
.news_date {
	color: #d8dce1;
	font-size: 14px;
	font-weight: 500;
}
.news_foto{
	margin-bottom: 6%;
}
.news_list_foto {
	height: 140px;
}
.news_foto_first {
	float: right;
	width: 65.83%;
	margin: 0;
}
.news_foto_first img {
	width: 100%;
	height: auto;
}
.news_item_first .news_item_text{
	float: left;
	width: 31.66%;
	font-size: 20px;
	line-height: 32px;
}
.news_cont_detail{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.error,.text_error_2{
  color: #f00;
}
.text_error{
	border: 1px solid #FF0000;
}

input, textarea{
  font-family: 'Source Sans Pro', sans-serif;
}
.read_more{
	float: right;
}
.search_list{
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
.search_list li{
	float: left;
	width: 100%;
}
.search_replace{
	font-weight: bold;
}
.input_form{
	background: #fff;
	width: 100%;
  height: 44px;
  border: 1px solid #c7c7c7;
  line-height: 1.8em;
  color: #9a9a9a;
  padding: 0 0 0 15px;
  font-size: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
.sel_form{
	background: #fff;
  width: 100%;
  height: 44px;
  border: 1px solid #c7c7c7;
  line-height: 1.8em;
  color: #9a9a9a;
  padding: 0 0 0 15px;
  font-size: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
}
.textarea_form{
	width: 100%;
  border: 1px solid #c7c7c7;
  font-size: 1em;
  color: #9a9a9a;
  padding: 0 0 0 15px;
  height: 108px;
  overflow: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  resize: none;
  display: block;
}
.content_gray .input_form,
.content_gray .sel_form,
.content_gray .textarea_form {
	border-color: #fff;
}
.button {
  background-color: #005841;
  border: none;
  
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
/*   min-width: 50px; */
  padding: 0 28px;
  text-align: center;
  text-decoration: none !important;
}
.button:HOVER {
	color: #fff !important;
} 
.button_small {
	height: 27px;
	line-height: 27px;
	padding: 0 24px;
	text-transform: none;
}
.button_gray {
	background: #c7c7c7 !important;
}
.button_blue {
	background: #002e5f !important;
}
.button_icon {
	padding-right: 50px;
	position: relative;
}
.button_icon_download {
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -9px;
	background: url('../images/sprite.png') no-repeat -64px -163px;
	height: 17px;
	width: 17px;
}

.text_error{
	border: 1px solid #FF0000 !important;
}
.menu_bar {
	background-color: #005841;
	border-top: 1px solid #eef4f2;
	height: 57px;
}
.menu_menu {
	padding-left: 126px;
}
.menu_menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu_menu > ul > li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
  height: 57px;
}
.menu_menu > ul > li:FIRST-CHILD {
}
.menu_menu a {
  font-size: 18px;
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 100;
  color: #fff;
  text-transform: uppercase;
  line-height: 57px;
  font-weight: 600;
  transition: all 0.2s linear 0s;
}
.menu_menu a.menu_active,
.menu_menu a:HOVER,
.menu_menu a.over {
	background-color: #e6efec;
	color: #005841;
}
.menu_menu .sub_menu {
  background-color: #fff;
  display: none;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 3px 0;
  position: absolute;
  top: 57px;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  z-index: 99;
  min-width: 100%;
}
.menu_menu .sub_menu li{
  text-align: left;
  padding: 0 3px;
}
.menu_menu .sub_menu li:FIRST-CHILD{
  border: 0px;
}
.menu_menu .sub_menu li a{
  color: #686868;
  font-size: 12px;
  white-space: nowrap;
  display: block;
  padding: 0 7px; 
}
.menu_menu .sub_menu li a:HOVER, .menu_menu .sub_menu li a.menu_active{
  color: #20519f;
  background: #eaeff6;
}


.hidden { display: none; }
.ajax_form .col { 
	margin-top: 0;
	margin-bottom: 0;
}
.ajax_form p,
.row {
	margin-bottom: 20px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    width: 100%;
/*     max-width: 640px; */
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overflow_hidden {
	overflow: hidden;
}
.top_bar {
	background-color: #fff;
	height: 131px;
}
.logo { margin-top: 15px; }
.subtitle {
	color: #666;
	font-family: "Crimson Text", serif;
	font-size: 32px;
	
}
.content_wrapper {
	padding: 2% 0;
}
.content_gray,
.art_gray {
	background-color: #e0e0e0;
	background-image: url('../images/home_projects.png');
	background-position: center top;
	background-repeat: repeat-y;
	background-size: cover;
}
.slider_wrapper {
	width: 100%;
}
.slider_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../images/slider_overlay.png') no-repeat center top;
	background-size: cover;
}
.home_slider {
  width: 100%;
  height: 413px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.home_slider li {
  height: 413px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page_slide {
	height: 155px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer_top {
	display: table;
}
.footer_column {
	color: #005841;
	display: table-cell;
	vertical-align: top;
	padding-left: 30px;
	font-size: 14px;
	font-weight: 300;
}
.footer_column:FIRST-CHILD {
	padding-left: 0;
}
.footer_column_title {
	font-weight: bold;
}
.footer_bottom {
	background: transparent; /* The Fallback */
  background: rgba(255, 255, 255, 0.5);
  padding: 2% 0;
  text-align: right;
  margin-top: 2%;
  font-size: 14px;
  font-weight: 300;
}
.footer_bottom img {
	vertical-align: middle;
}
.home_articles .art_head {
	text-align: center;
}
.services_home_item {
	position: relative;
}
.services_home_title {
	background: #005841;
	color: #fff;
	font-family: "Crimson Text", serif;
	font-size: 31px;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	height: 60px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.services_home_text {
	background: #fff;
	height: 159px;
	padding: 10px 0 0 30px;
	overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.services_home_over {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #005841;
	color: #fff;
	display: none;
	opacity: 0;
	padding: 60px 10px 10px 10px;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}
.services_home_item.over .services_home_over {
	display: block;
	opacity: 0.95;
}
.services_home_link {
	position: absolute;
	bottom: 16px;
	right: 17px;
	background: url('../images/go.png');
	height: 38px;
	width: 38px;
	z-index: 2;
	display: none;
}
.services_home_item.over .services_home_link {
  display: block;
}
.inner-page .services_home_text {
	border: 1px solid #005841;
}
.top_right {
	float: right;
}
.phone_bar {
	float: right;
	padding-top: 23px;
	line-height: 23px;
}
.phone_bar span {
	color: #005841;
	font-weight: bold;
}
.phone_bar a {
	color: #666;
}
.phone_bar img {
	vertical-align: middle;
}
.search_form {
	clear: both;
	float: right;
  padding-top: 23px;
}
.search_input {
	background: #e0e0e0;
	border: none;
	height: 40px;
	padding: 0 0 0 15px;
	color: #666;
	font-size: 18px;
	width: 391px;
	float: left;
}
.search_submit {
	float: left;
}
.refer_home_wrapper {
	position: relative;
}
#refer_home-prev a{
	background: url('../images/sprite.png') no-repeat 0 0;
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -24px;
	height: 48px;
	width: 23px;
	text-indent: -999em;
}
#refer_home-next a{
  background: url('../images/sprite.png') no-repeat -23px 0;
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -24px;
  height: 48px;
  width: 23px;
  text-indent: -999em;
}
.refer_title {
  color: #005841;
  font-family: "Crimson Text", serif;
  font-size: 31px;
  line-height: normal;
}
.refer_home_item {
	text-align: center;
}
.refer_image img { width: 100%; }
.refer_intro {
	color: #666;
	font-size: 16px;
}

.refer_intro {
	line-height: 24px;
	height: 54px;
}
.refer_link {
	border: 2px solid #005841;
	color: #005841;
	font-size: 13px;
	line-height: normal;
	text-transform: uppercase;
	padding: 5px 20px;
	text-decoration: none !important;
	display: inline-block;
}
.refer_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.refer_item {
	float: left;
	width: 31.33%;
	margin: 0 1% 2% 1%;
	text-align: center;
}

.refer-filter{
  text-align: center;
  margin: 5.5% 0;
}
.refer-filter a {
  border: 2px solid #005841;
  color: #005841;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px 15px;
  text-decoration: none !important;
  display: inline-block;
  margin: 2px 8px;
}
.refer-filter a.active,
.refer-filter a:hover {
  background: #005841;
  color: #fff;
}
.cc-message a{
	color: #fff;
	text-decoration: underline;
}
.cc-compliance{
	margin-left: 20px;	
}