/*
	Fonts
*/
/*
	Colors
*/
h1 {
  margin-top: 40px;
  width: 100%;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #005288;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.acb_banner {
  width: 100%;
  height: 518px;
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  margin-bottom: 27px;
  position: relative;
}
.acb_banner .acb_text_wrap {
  width: 700px;
  height: 518px;
  display: table;
  margin: 0 auto;
}
.acb_banner .acb_text_wrap .acb_text {
  display: table-cell;
  vertical-align: middle;
}
.acb_banner .acb_text_wrap .acb_text p, .acb_banner .acb_text_wrap .acb_text .acb_wrapper.page_sections .content li, .acb_wrapper.page_sections .content .acb_banner .acb_text_wrap .acb_text li {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.acb_banner .acb_fa {
  display: block;
  position: absolute;
}
.acb_banner .acb_fa.crane {
  right: 120px;
  z-index: 1;
  top: 350px;
}

.acb_wrapper.page_sections {
  background-color: rgba(250, 250, 250, 0.8);
  padding-top: 15px;
  padding-bottom: 25px;
}
.acb_wrapper.page_sections .sidebar {
  width: 275px;
  float: left;
}
.acb_wrapper.page_sections .sidebar ul {
  list-style: none;
}
.acb_wrapper.page_sections .sidebar ul li {
  font-size: 22px;
  font-style: "Helvetica-Condensed-bold";
  font-stretch: condensed;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}
.acb_wrapper.page_sections .sidebar ul li.current_page_item a {
  color: #ff581d;
}
.acb_wrapper.page_sections .sidebar ul li a {
  text-decoration: none;
  font-weight: bold;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  color: #005288;
  display: block;
}
.acb_wrapper.page_sections .sidebar ul li a:hover {
  color: #ff581d;
  font-weight: bold;
}
.acb_wrapper.page_sections .content {
  float: right;
  width: 725px;
  overflow: hidden;
  /*Contact*/
}
.acb_wrapper.page_sections .content h5 {
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: bold;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  color: #4a4a4a;
  overflow: hidden;
}
.acb_wrapper.page_sections .content p, .acb_wrapper.page_sections .content ol li, .acb_wrapper.page_sections .content ul li, .acb_wrapper.page_sections .content li, .acb_wrapper.page_sections .content td {
  display: block;
  font-size: 20px;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  color: #4a4a4a;
  margin-bottom: 20px;
  line-height: 40px;
  font-stretch: condensed;
  font-weight: normal;
  line-height: 2;
}
.acb_wrapper.page_sections .content p a, .acb_wrapper.page_sections .content li a, .acb_wrapper.page_sections .content td a {
  color: #005288;
  text-decoration: none;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
}
.acb_wrapper.page_sections .content p a:hover, .acb_wrapper.page_sections .content li a:hover, .acb_wrapper.page_sections .content td a:hover {
  color: #ff581d;
}
.acb_wrapper.page_sections .content strong {
  font-weight: bold;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  color: #4a4a4a;
}
.acb_wrapper.page_sections .content em {
  color: #4a4a4a;
  font-weight: normal;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
}
.acb_wrapper.page_sections .content span {
  color: #4a4a4a;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
}
.acb_wrapper.page_sections .content ol, .acb_wrapper.page_sections .content ul {
  margin-left: 50px;
}
.acb_wrapper.page_sections .content ol li, .acb_wrapper.page_sections .content ul li {
  display: list-item;
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 2;
  margin-bottom: 0;
}
.acb_wrapper.page_sections .content ol li:last-child, .acb_wrapper.page_sections .content ul li:last-child {
  margin-bottom: 30px;
}
.acb_wrapper.page_sections .content ul li {
  display: list-item;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 2;
  margin-bottom: 0;
}
.acb_wrapper.page_sections .content ul li:last-child {
  margin-bottom: 30px;
}
.acb_wrapper.page_sections .content .gfield_label {
  color: #005288;
}
.acb_wrapper.page_sections .content input[type="text"] {
  border-radius: 9px;
  border: 1px solid #d3d3d3;
  max-width: 480px;
}
.acb_wrapper.page_sections .content input[type="text"]:focus {
  border-color: #005288;
}
.acb_wrapper.page_sections .content input[type="submit"] {
  padding: 10px 20px;
  border-radius: 9px;
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
  background: #005288;
  cursor: pointer;
}
.acb_wrapper.page_sections .content input[type="submit"]:hover {
  background: #ff581d;
}
.acb_wrapper.page_sections .content textarea {
  border-radius: 9px;
  border: 1px solid #d3d3d3;
  padding: 10px;
  max-width: 480px;
}
.acb_wrapper.page_sections .content textarea:focus {
  border-color: #005288;
}
.acb_wrapper.page_sections .content .gform_wrapper div.validation_error {
  color: #ff581d;
  border-bottom: 2px solid #ff581d;
  border-top: 2px solid #ff581d;
}
.acb_wrapper.page_sections .content .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  background-color: #ffb347;
}
.acb_wrapper.page_sections .content .gform_wrapper li.gfield.gfield_error {
  color: #ff581d;
  border-bottom: 2px solid #ff581d;
  border-top: 2px solid #ff581d;
  background-color: #fc8e24;
}
.acb_wrapper.page_sections .content .gform_wrapper li.gfield.gfield_error .gfield_captcha_container .validation_message {
  color: #ff581d;
}
.acb_wrapper.page_sections .clear {
  clear: both;
}

/*Article page*/
.acb_wrapper.page_sections.article .container {
  padding-top: 12px;
}
.acb_wrapper.page_sections.article .post_title {
  font-size: 30px;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  color: #000000;
  margin-bottom: 38px;
}
.acb_wrapper.page_sections.article .post_title .acb_single-image {
  margin-bottom: 40px;
}
.acb_wrapper.page_sections.article .post_title .acb_single-image img.post-image {
  height: 500px;
  width: 708px;
}
.acb_wrapper.page_sections.article .post_image {
  margin-bottom: 40px;
}
.acb_wrapper.page_sections.article .sidebar li {
  margin-bottom: 30px;
}
.acb_wrapper.page_sections.article .sidebar a {
  font-size: 22px;
  font-weight: normal;
  font-stretch: condensed;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  color: #9b9b9b;
  display: block;
}
.acb_wrapper.page_sections.article .sidebar a:hover {
  font-weight: normal;
}
.acb_wrapper.page_sections.article .sidebar h3 {
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.36;
  color: #4a4a4a;
  margin-top: 110px;
  margin-bottom: 27px;
}
.acb_wrapper.page_sections.article .sidebar .acb_back-article a {
  text-decoration: none;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.36;
  color: #005288;
  display: block;
}
.acb_wrapper.page_sections.article .sidebar .acb_back-article a:hover {
  color: #ff581d;
}

.acb_article-post, .acb_article-post.green, .acb_article-post.blue {
  padding: 6px 23px;
  display: inline-block;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14.6px;
  font-weight: normal;
  color: white;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  -webkit-border-top-right-radius: 100px;
  -webkit-border-bottom-right-radius: 100px;
  -moz-border-radius-topleft: 100px;
  -moz-border-radius-topright: 100px;
  background-color: #ff581d;
  margin-bottom: 30px;
}

.acb_article-post.green {
  background-color: #00573c;
}

.acb_article-post.blue {
  background-color: #005288;
}

/*Search*/
.search .search_page_wrapper .acb_search-result {
  font-family: 'PT Serif', serif;
  color: #005288;
  margin-bottom: 50px;
  font-size: 20px;
  font-style: italic;
}
.search .search_page_wrapper .acb_result-wrapper h3 {
  margin-bottom: 30px;
  line-height: 0.1;
}
.search .search_page_wrapper .acb_result-wrapper h3 a {
  color: #005288;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  font-weight: bold;
  display: block;
  font-size: 20px;
}
.search .search_page_wrapper .acb_result-wrapper h3 a:hover {
  color: #ff581d;
}
.search .search_page_wrapper .acb_result-wrapper p, .search .search_page_wrapper .acb_result-wrapper .acb_wrapper.page_sections .content li, .acb_wrapper.page_sections .content .search .search_page_wrapper .acb_result-wrapper li {
  color: #4a4a4a;
  font-family: "helvetica_condensedmedium", "Arial Narrow", sans-serif;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  line-height: 40px;
}
.search .search_page_wrapper .wp-pagenavi {
  margin-bottom: 80px;
  margin-top: 80px;
}
.search .search_page_wrapper .wp-pagenavi .pages {
  color: #005288;
}
.search .search_page_wrapper .wp-pagenavi span {
  padding: 5px 8px;
  margin: 3px;
}
.search .search_page_wrapper .wp-pagenavi span.current {
  color: #ff581d;
  padding: 5px 8px;
  margin: 3px;
  border-color: #ff581d;
}
.search .search_page_wrapper .wp-pagenavi a {
  padding: 5px 8px;
  color: #005288;
  margin: 3px;
}
.search .search_page_wrapper .wp-pagenavi a:hover {
  border-color: #ff581d;
}
.search .search_page_wrapper .wp-pagenavi .nextpostslink, .search .search_page_wrapper .wp-pagenavi .extend {
  padding: 5px 8px;
  color: #005288;
  margin: 3px;
}
.search .search_page_wrapper .no-results {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: #005288;
  margin-top: 100px;
}
.search .search_page_wrapper form {
  text-align: center;
  margin-bottom: 100px;
}
.search .search_page_wrapper form input[type="text"] {
  padding: 10px;
  margin-left: 10px;
  border-radius: 9px;
  border: 2px solid #d3d3d3;
}
.search .search_page_wrapper form input[type="text"]:focus {
  border-color: #005288;
}
.search .search_page_wrapper form input[type="submit"] {
  padding: 10px;
  border-radius: 9px;
  border: 2px solid #fff;
  color: #fff;
  background: #005288;
  font-weight: bold;
  cursor: pointer;
}
.search .search_page_wrapper form input[type="submit"]:hover {
  background: #ff581d;
}
