@font-face {
  font-family: 'OpenSansLight';
  src: url('../fonts/opensans-light-webfont.eot');
  src: url('../fonts/opensans-light-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans-light-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemibold';
  src: url('../fonts/opensans-semibold-webfont.eot');
  src: url('../fonts/opensans-semibold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemiboldItalic';
  src: url('../fonts/opensans-semibolditalic-webfont.eot');
  src: url('../fonts/opensans-semibolditalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans-semibolditalic-webfont.woff') format('woff'), url('../fonts/opensans-semibolditalic-webfont.ttf') format('truetype'), url('../fonts/opensans-semibolditalic-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBold';
  src: url('../fonts/opensans-bold-webfont.eot');
  src: url('../fonts/opensans-bold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans-bold-webfont.woff') format('woff'), url('../fonts/opensans-bold-webfont.ttf') format('truetype'), url('../fonts/opensans-bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansExtraBold';
  src: url('../fonts/opensans-extrabold-webfont.eot');
  src: url('../fonts/opensans-extrabold-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans-extrabold-webfont.woff') format('woff'), url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'), url('../fonts/opensans-extrabold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansLightItalic';
  src: url('../fonts/opensans-lightitalic-webfont.eot');
  src: url('../fonts/opensans-lightitalic-webfont.eot#iefix') format('embedded-opentype'), url('../fonts/opensans-lightitalic-webfont.woff') format('woff'), url('../fonts/opensans-lightitalic-webfont.ttf') format('truetype'), url('../fonts/opensans-lightitalic-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.container {
  width: 1200px !important;
}
* {
  font-family: 'OpenSansRegular', Verdana;
}
p::selection {
  color: #fff;
  background: #f9b493;
}
a {
  color: #2a315d;
}
h1 {
  font-family: 'OpenSansRegular', Verdana;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  color: #2a315d;
}
strong {
  font-family: 'OpenSansSemibold', Verdana;
}
h3 {
  font-family: 'OpenSansSemibold', Verdana;
  font-size: 18px;
  color: #2a315d;
  background-color: #f2f2f2;
  display: block;
  height: 43px;
  line-height: 43px;
  text-indent: 28px;
  width: 250px;
  margin: 0px 0px 28px -28px;
  position: relative;
}
h3.smaller {
  width: 130px;
}
h3.medium {
  width: 430px;
}
h3.bigger {
  width: 600px;
}
h3 span {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 43px;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-left: 12px solid transparent;
}
time {
  color: #999999;
  font-size: 12px;
  line-height: 12px;
}
body {
  background-color: #efefef;
  margin: 0px;
}
.sub {
  display: none;
}
a.readmore {
  color: #f37033;
  font-size: 15px;
  line-height: 15px;
  height: 15px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
  width: 100px;
}
a.readmore:visited {
  color: #f4814b;
}
a.readmore:hover,
a.readmore:active {
  color: #2a315d;
  text-decoration: none;
}
.boldbutton,
.wpcf7-submit {
  padding: 10px 14px;
  background-color: #f37033;
  color: #fff;
  font-size: 19px;
  font-family: 'OpenSansSemibold', Verdana;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 0px;
}
.boldbutton:hover,
.wpcf7-submit:hover {
  background-color: #f69263;
  color: #fff;
  text-decoration: none;
}
#breadcrumb {
  margin: 28px 0px 0px 14px;
  height: 54px;
  padding: 0px;
}
#breadcrumb li {
  background-color: #efefef;
  float: left;
  font-size: 20px;
  margin: 0px;
  height: 54px;
  line-height: 54px;
  list-style: none;
  background-image: url('../img/breadcrumb-a.png');
  background-repeat: no-repeat;
  background-position: left;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #breadcrumb li {
    background-image: url("../img/breadcrumb-a-2x.png");
    background-size: 17px 54px;
  }
}
#breadcrumb li a {
  padding: 0px 10px 0px 35px;
  color: #898989;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-repeat: no-repeat;
  background-position: right;
}
#breadcrumb li:last-child {
  background: #f37033;
  padding: 0px 30px 0px 20px;
  color: #FFF;
  background-image: url('../img/breadcrumb-li.png');
  background-repeat: no-repeat;
  background-position: right;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #breadcrumb li:last-child {
    background-image: url("../img/breadcrumb-li-2x.png");
    background-size: 17px 54px;
  }
}
#breadcrumb li:first-child,
#breadcrumb li:first-child a {
  background-image: none;
}
#breadcrumb li:first-child a {
  padding: 0px 10px 0px 20px;
}
#breadcrumb li:last-child a {
  background-image: url('../img/breadcrumb-a-lastchild.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #breadcrumb li:last-child a {
    background-image: url("../img/breadcrumb-a-lastchild-2x.png");
    background-size: 58px 54px;
  }
}
#breadcrumb li:nth-last-child(2) a {
  background-image: url('../img/breadcrumb-a-lastchild.png');
  padding: 0px 30px 0px 35px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  #breadcrumb li:nth-last-child(2) a {
    background-image: url("../img/breadcrumb-a-lastchild-2x.png");
    background-size: 58px 54px;
  }
}
#breadcrumb li:first-child a {
  padding-left: 25px ;
}
#breadcrumb li a:hover {
  color: #f37033;
  text-decoration: none;
}
.simplepagination {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.simplepagination li {
  margin: 0px;
  padding: 0px;
  height: auto;
  float: left;
}
.simplepagination li a {
  display: block;
  padding: 0px 5px 0px 0px;
  margin: 0px 5px 0px 0px;
  border-right: solid 1px #999;
  color: #999;
  font-size: 12px;
  line-height: 19px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.simplepagination li a:hover {
  color: #f37033;
}
.simplepagination li.active a {
  color: #f37033;
  font-size: 15px;
}
.simplepagination li.active a:hover {
  text-decoration: none;
}
.simplepagination li:last-child a {
  border: 0px;
}
.controls {
  background-color: #f37033;
  height: 60px;
  width: 30px;
  display: block;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 21px 0px 0px 7px;
  position: absolute;
  z-index: 4;
  top: 95px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.controls:hover {
  background-color: #f69263;
}
.controls span {
  height: 17px;
  width: 12px;
  display: block;
  background-image: url('../img/icons.png');
  background-position: 155px 0;
  text-indent: -999px;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .controls span {
    background-image: url("../img/icons-2x.png");
    background-size: 512px 120px;
  }
}
.controls.next {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 21px 0px 0px 10px;
  right: 0px;
}
.controls.next span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#adv_p1,
#adv_p2 {
  margin: 14px 0 0 14px;
  float: left;
  width: 468px;
  height: 90px;
}
#adv_p2 {
  float: right;
}
#adv_p7,
#adv_p8 {
  margin: 28px 0 0 0;
}
#adv_p2024,
#adv_p2014 {
  margin: 28px 0 0 0;
}
#adv_p2024 ul,
#adv_p2014 ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#adv_p2024 ul li,
#adv_p2014 ul li {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: solid 1px #f2f2f2;
}
#adv_p2024 ul li:last-child,
#adv_p2014 ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}
#adv_p6 {
  width: 728px;
  margin-left: 90px;
}
.container {
  background-color: #fff;
}
header {
  background-color: #000034;
  margin: 0px;
}
header.bc {
  background-color: transparent;
}
header .container {
  padding-top: 14px;
  background-color: #f37033;
  background-image: url('../img/header.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .container {
    background-image: url("../img/header-2x.png");
    background-size: 1200px 261px;
  }
}
header h1 {
  float: left;
  margin-left: 14px;
  clear: left;
}
header h1 a {
  display: block;
  width: 450px;
  height: 44px;
  text-indent: -9999px;
  margin: 14px 0px;
  background-image: url('../img/logo.png');
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header h1 a {
    background-image: url("../img/logo-2x.png");
    background-size: 450px 44px;
  }
}
header form {
  float: right;
  -webkit-border-top-right-radius: 2em;
  -webkit-border-bottom-right-radius: 2em;
  -webkit-border-bottom-left-radius: 2em;
  -webkit-border-top-left-radius: 2em;
  -moz-border-radius-topright: 2em;
  -moz-border-radius-bottomright: 2em;
  -moz-border-radius-bottomleft: 2em;
  -moz-border-radius-topleft: 2em;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border-bottom-left-radius: 2em;
  border-top-left-radius: 2em;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0px 18px;
  background-color: #fff;
  height: 42px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2) inset;
  margin-top: 40px;
}
header form input {
  background: #fff;
  width: 260px;
  outline: none;
  margin: 0px;
  padding: 0px;
  border: 0px;
  line-height: 34px;
  height: 34px;
  margin-top: 4px;
  float: left;
  font-family: 'OpenSansLightItalic', Verdana;
}
header form input[type=submit] {
  background-image: url('../img/icons.png');
  background-position: -236px 0px;
  background-repeat: no-repeat;
  text-indent: -99999px;
  overflow: hidden;
  display: block;
  width: 18px;
  margin-top: 12px;
  height: 17px;
  font-size: 19px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header form input[type=submit] {
    background-image: url("../img/icons-2x.png");
    background-size: 512px 120px;
  }
}
nav {
  clear: both;
}
nav ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 0px 28px;
}
nav ul li {
  float: left;
  position: relative;
  display: inline-block;
}
nav ul li ul {
  padding: 0;
  margin: 0px;
  position: absolute;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  width: 170%;
}
nav ul li ul li {
  display: block;
}
nav ul li:hover ul {
  display: block;
}
nav ul li ul li {
  width: 100%;
  display: block;
}
nav#primary_menu {
  background-color: #e8e8e8;
  height: 65px;
  border-bottom: solid 1px #dbdbdb;
}
nav#primary_menu.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #f37033;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.2);
}
.admin-bar nav#primary_menu.fixed {
  top: 32px;
}
nav#primary_menu ul li a {
  color: #2a315d;
  font-size: 18px;
  font-family: 'OpenSansSemibold', Verdana;
  text-transform: uppercase;
  padding: 0px 17px;
  line-height: 65px;
  height: 65px;
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
nav#primary_menu.fixed ul {
  margin: 0px auto;
  max-width: 1144px;
}
nav#primary_menu.fixed ul li a {
  color: #fff;
}
nav#primary_menu ul li:first-child a {
  padding-left: 0px;
}
nav#primary_menu ul li:last-child a {
  padding-right: 0px;
}
nav#primary_menu ul li ul li:first-child a {
  padding-left: 17px;
}
nav#primary_menu ul li ul li:last-child a {
  padding-right: 17px;
}
nav#primary_menu ul li ul {
  top: 65px;
  background-color: #e8e8e8;
  -webkit-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
nav#primary_menu.fixed ul li ul {
  color: #2a315d;
  background-color: #f69263;
}
nav#primary_menu ul li ul li a:hover {
  background-color: #f2f2f2;
}
nav#primary_menu.fixed ul li ul li a:hover {
  background-color: #f9b493;
}
nav#primary_menu ul li a.menu-offshore-energy-14 {
  width: 110px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  background-image: url('../img/owimlogo.png');
  background-repeat: no-repeat;
  background-position: 17px 0px;
  margin-top: 20px;
}
nav#secondary_menu {
  background-color: #fff;
  height: 44px;
  border-bottom: 1px solid #dbdbdb;
}
nav#secondary_menu ul li a {
  color: #999999;
  font-size: 13px;
  font-family: 'OpenSansRegular', Verdana;
  text-transform: uppercase;
  padding: 0px 17px;
  line-height: 44px;
}
nav#secondary_menu ul li:first-child a {
  padding-left: 0px;
}
nav#secondary_menu ul li:last-child a {
  padding-right: 0px;
}
nav#businessguidebar {
  height: 70px;
  background-color: #f37033;
  color: #fff;
  text-transform: uppercase;
}
nav#businessguidebar h2 {
  margin: 0px;
}
nav#businessguidebar h2 a {
  line-height: 70px;
  margin: 0px 0px 0px 28px;
  font-size: 21px;
  font-family: 'OpenSansSemibold', Verdana;
  float: left;
  color: #fff;
  background-color: #f37033;
}
nav#businessguidebar h2 a strong {
  font-family: 'OpenSansExtraBold', Verdana;
  font-weight: normal;
}
nav#businessguidebar ul {
  padding: 0px;
  margin: 0px 17px 0px 0px;
  float: right;
}
nav#businessguidebar ul li a {
  color: #fff;
  height: 70px;
  line-height: 70px;
  padding: 0px 17px;
  display: block;
}
nav#businessguidebar ul li:hover a {
  background-color: #f2f2f2;
  color: #8b8b8b;
  text-decoration: none;
}
nav#businessguidebar ul li div.businessguidebar-az-div {
  background-color: #f2f2f2;
  position: absolute;
  top: 70px;
  left: -600px;
  width: 850px;
  min-height: 200px;
  z-index: 2;
  -webkit-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
nav#businessguidebar ul li div.businessguidebar-regions-div,
nav#businessguidebar ul li div.businessguidebar-categories-div {
  background-color: #f2f2f2;
  position: absolute;
  top: 70px;
  left: -220px;
  width: 550px;
  min-height: 200px;
  z-index: 2;
  -webkit-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
  display: none;
  padding-top: 12px;
}
nav#businessguidebar ul li div.businessguidebar-categories-div {
  width: 650px;
}
nav#businessguidebar ul li div.businessguidebar-regions-div {
  left: -370px;
}
nav#businessguidebar ul li div.businessguidebar-categories-div {
  left: -300px;
}
nav#businessguidebar ul li div.businessguidebar-regions-div ul,
nav#businessguidebar ul li div.businessguidebar-categories-div ul {
  width: 258px;
  float: left;
  background-color: red;
  position: relative;
}
nav#businessguidebar ul li div.businessguidebar-categories-div ul {
  width: 308px;
}
nav#businessguidebar ul li span {
  clear: both;
  display: block;
}
nav#businessguidebar ul li div ul.businessguidebar-az-list {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #fff;
  margin-left: 17px;
  width: 816px;
  height: 40px;
  position: relative;
  float: left;
}
nav#businessguidebar ul li div ul.businessguidebar-az-list li {
  float: left;
  width: auto;
  padding: 8px 9px;
  margin: 0px 1px;
  line-height: 15px;
  font-size: 15px;
  color: #8b8b8b;
  cursor: pointer;
}
nav#businessguidebar ul li div ul.businessguidebar-az-list li.active,
nav#businessguidebar ul li div ul.businessguidebar-az-list li:hover {
  background-color: #f37033;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
nav#businessguidebar ul li div ul.businessguidebar-az-companies {
  width: 390px;
  float: left;
  margin-left: 17px;
  position: relative;
  zoom: 1;
}
nav#businessguidebar ul li div ul.businessguidebar-az-companies:before {
  content: '';
  display: block;
}
nav#businessguidebar ul li div ul.businessguidebar-az-companies:after {
  content: '';
  display: table;
  clear: both;
}
nav#businessguidebar ul li div ul.businessguidebar-az-companies li {
  width: auto;
  float: none;
  margin-bottom: 12px;
}
nav#businessguidebar ul li div ul.businessguidebar-az-companies li a {
  color: #8b8b8b;
  height: auto;
  line-height: 20px;
  padding: 0px;
  display: inline;
  text-transform: none;
  font-size: 13px;
}
nav#businessguidebar ul li div ul.businessguidebar-az-companies li a:hover {
  text-decoration: underline;
}
nav#businessguidebar ul li ul.businessguidebar-categories-list li a,
nav#businessguidebar ul li ul.businessguidebar-regions-list li a {
  line-height: 32px;
  height: 32px;
  font-size: 13px;
  text-transform: none;
}
nav#businessguidebar ul li ul.businessguidebar-categories-list li a:hover,
nav#businessguidebar ul li ul.businessguidebar-regions-list li a:hover {
  text-decoration: underline;
  background-color: none;
}
nav#vesselbar {
  height: 70px;
  background-color: #f37033;
  color: #fff;
  text-transform: uppercase;
}
nav#vesselbar h2 {
  margin: 0px;
}
nav#vesselbar h2 a {
  line-height: 70px;
  margin: 0px 0px 0px 28px;
  font-size: 21px;
  font-family: 'OpenSansSemibold', Verdana;
  float: left;
  color: #fff;
  background-color: #f37033;
}
nav#vesselbar h2 a strong {
  font-family: 'OpenSansExtraBold', Verdana;
  font-weight: normal;
}
nav#vesselbar ul {
  padding: 0px;
  margin: 0px 17px 0px 0px;
  float: right;
}
nav#vesselbar ul li a {
  color: #fff;
  height: 70px;
  line-height: 70px;
  padding: 0px 17px;
  display: block;
}
nav#vesselbar ul li:hover a {
  background-color: #f2f2f2;
  color: #8b8b8b;
  text-decoration: none;
}
nav#vesselbar ul li div {
  background-color: #f2f2f2;
  position: absolute;
  top: 70px;
  left: -600px;
  width: 850px;
  min-height: 200px;
  z-index: 2;
  -webkit-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
nav#vesselbar ul.vesselbar-az-list {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #fff;
  margin-left: 17px;
  width: 816px;
  height: 40px;
  position: relative;
  float: left;
}
nav#vesselbar ul.vesselbar-az-list li {
  float: left;
  width: auto;
  padding: 8px 9px;
  margin: 0px 1px;
  line-height: 15px;
  font-size: 15px;
  color: #8b8b8b;
  cursor: pointer;
}
nav#vesselbar ul.vesselbar-az-list li.active,
nav#vesselbar ul.vesselbar-az-list li:hover {
  background-color: #f37033;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
nav#vesselbar ul.vesselbar-az-categories,
nav#vesselbar ul.vesselbar-az-owner,
nav#vesselbar ul.vesselbar-az-shipyard,
nav#vesselbar ul.vesselbar-az-vessel {
  width: 390px;
  float: left;
  margin-left: 17px;
  position: relative;
  zoom: 1;
}
nav#vesselbar ul.vesselbar-az-categories:before,
nav#vesselbar ul.vesselbar-az-owner:before,
nav#vesselbar ul.vesselbar-az-shipyard:before,
nav#vesselbar ul.vesselbar-az-vessel:before {
  content: '';
  display: block;
}
nav#vesselbar ul.vesselbar-az-categories:after,
nav#vesselbar ul.vesselbar-az-owner:after,
nav#vesselbar ul.vesselbar-az-shipyard:after,
nav#vesselbar ul.vesselbar-az-vessel:after {
  content: '';
  display: table;
  clear: both;
}
nav#vesselbar ul.vesselbar-az-categories {
  padding-top: 20px;
}
nav#vesselbar ul.vesselbar-az-categories p,
nav#vesselbar ul.vesselbar-az-owner p,
nav#vesselbar ul.vesselbar-az-shipyard p,
nav#vesselbar ul.vesselbar-az-vessel p {
  color: #8b8b8b;
  font-size: 13px;
  text-transform: none;
}
nav#vesselbar ul.vesselbar-az-categories li,
nav#vesselbar ul.vesselbar-az-owner li,
nav#vesselbar ul.vesselbar-az-shipyard li,
nav#vesselbar ul.vesselbar-az-vessel li {
  width: auto;
  float: none;
  margin-bottom: 12px;
}
nav#vesselbar ul.vesselbar-az-categories li a,
nav#vesselbar ul.vesselbar-az-owner li a,
nav#vesselbar ul.vesselbar-az-shipyard li a,
nav#vesselbar ul.vesselbar-az-vessel li a {
  color: #8b8b8b;
  height: auto;
  line-height: 20px;
  padding: 0px;
  display: inline;
  text-transform: none;
  font-size: 13px;
}
nav#vesselbar ul.vesselbar-az-categories li a:hover,
nav#vesselbar ul.vesselbar-az-owner li a:hover,
nav#vesselbar ul.vesselbar-az-shipyard li a:hover,
nav#vesselbar ul.vesselbar-az-vessel li a:hover {
  text-decoration: underline;
}
#newscarousel {
  margin-top: 28px;
  padding: 14px;
  width: 854px;
  background-color: #e8e8e8;
  margin-left: 28px;
}
#newscarousel .slider {
  margin-bottom: 0px;
  display: block;
  background-color: #e8e8e8;
  width: 622px;
  float: left;
}
#newscarousel .slider div {
  display: none;
}
#newscarousel .slider div .controls {
  display: none;
}
#newscarousel .slider div:first-of-type {
  display: block;
}
#newscarousel .slick-initialized div {
  display: block;
}
#newscarousel .slick-initialized div .controls {
  display: block;
}
#newscarousel .slick-slider {
  margin-bottom: 0px !important;
  display: block;
}
#newscarousel .slick-track .slick-slide img {
  width: 622px;
  height: 468px;
  border: 0px;
}
#newscarousel .slider .caption {
  width: 100%;
  padding-top: 14px;
  color: #f37033;
  font-family: 'OpenSansSemibold', Verdana;
  font-size: 21px;
  font-weight: normal;
}
#newscarousel .slider .caption a {
  color: #2a315d;
  font-family: 'OpenSansSemibold', Verdana;
}
#newscarousel .slick-slide img {
  margin: 0px auto;
}
#newscarousel .slick-center {
  background: #f37033;
}
#newscarousel .slick-slider .controls {
  top: 202px;
}
#sliderthumbs {
  width: 190px;
  float: right;
}
#sliderthumbs div {
  position: relative;
  margin-bottom: 14px;
}
#sliderthumbs div img {
  width: 100%;
  height: 122px;
}
#sliderthumbs div.active img {
  border: solid 3px #f37033;
}
#sliderthumbs div .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 190px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0px;
  padding: 3px 5px;
}
#sliderthumbs div.active .caption {
  bottom: 3px;
  left: 3px;
  width: 184px;
}
#sliderthumbs div .caption a {
  color: #fff;
  font-size: 12px;
}
.block-grid {
  width: 956px;
  margin-left: 14px;
  float: left;
}
.block-row {
  clear: both;
  border-top: solid 1px #f2f2f2;
  margin-top: 28px;
  padding-top: 28px;
  zoom: 1;
}
.block-row:before {
  content: '';
  display: block;
}
.block-row:after {
  content: '';
  display: table;
  clear: both;
}
.post-grid .block-row:first-of-type {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.block {
  width: 300px;
  height: 320px;
  margin-left: 28px;
  position: relative;
  float: left;
}
.doubleblock {
  width: 628px;
}
.tripleblock {
  width: 956px;
}
.block-row .block:first-of-type {
  margin-left: 0px;
}
.block-skyscrapers {
  width: 188px;
  padding-left: 28px;
  float: left;
  border-top: solid 1px #f2f2f2;
  margin-top: 28px;
  padding-top: 28px;
}
.postskyscrapers {
  border: 0px;
  margin-top: 0px;
}
.block-skyscrapers div {
  margin-bottom: 28px;
}
.error404 .page #search-form {
  background: #f4f4f4;
  height: 55px;
  float: left;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-indent: 20px;
  padding-right: 15px;
  margin-bottom: 28px;
}
.error404 .page #search-form input {
  background-color: #f4f4f4;
  width: 300px;
  border: none;
  line-height: 53px;
  padding: 0px;
}
.error404 .page #search-form input[type=submit] {
  border-left: 0px;
  background-image: url('../img/icons.png');
  background-position: -20px 16px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 18px;
  height: 53px;
  float: right;
  padding-right: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .error404 .page #search-form input[type=submit] {
    background-image: url("../img/icons-2x.png");
    background-size: 512px 120px;
  }
}
.error404 .content ul {
  clear: left;
  padding: 0px;
}
.error404 .content ul li {
  list-style: none;
}
.error404 .content ul li a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.error404 .content ul li a:hover {
  text-decoration: none;
  color: #f37033;
}
.error404 .footer {
  background-image: url('../img/footer404.png');
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  height: 405px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .error404 .footer {
    background-image: url("../img/footer404-2x.png");
    background-size: 1172px 230px;
  }
}
.error404 .footer ul {
  margin-top: 230px;
}
#newscarouselsponsors {
  width: 304px;
  margin-right: 14px;
}
.block-sponsors.logolist ul,
#newscarouselsponsors ul {
  list-style-type: none;
  padding: 0px;
  margin: 1px 0px 0px 0px;
  margin-top: 0px;
  width: 100%;
}
.block-sponsors ul li {
  padding-bottom: 14px;
  margin-bottom: 14px;
  text-indent: 14px;
  border-bottom: solid 1px #f2f2f2;
}
.block-sponsors.logolist ul li {
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.block-sponsors ul li:last-child {
  border: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.block-sponsors ul li.moresponsors {
  text-align: right;
}
.col-md-3 .block-sponsors {
  margin-top: 28px;
}
.block-news p {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
  height: 72px;
  overflow: hidden;
}
.block-news h2 {
  margin-top: 0px;
  font-size: 18px;
  background-color: #fff;
}
.block-news h2 a {
  color: #2a315d;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  font-size: 18px;
  font-family: 'OpenSansSemibold', Verdana;
  line-height: 26px;
  height: 52px;
  display: block;
}
.block-news h2 a:visited {
  color: #3a4480;
}
.block-news h2 a:hover,
.block-news h2 a:active {
  color: #3a4480;
}
.block-news a.readmore {
  position: absolute;
  bottom: 0px;
  left: 120px;
}
.block-news time {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.block-news.sponsored h2 {
  background: none;
}
.block-news.sponsored h2 a {
  color: #f37033;
}
.block-news.sponsored:first-child {
  margin-left: 28px;
}
.block-news.sponsored:last-child {
  margin-right: 28px;
}
.bgsponsors {
  background-color: #eaeaea;
  height: 390px;
  margin-left: -28px;
  margin-right: -28px;
  padding-top: 28px;
  padding-bottom: 28px;
  border-right: solid 4px #fff;
}
.bgsponsors .block-news {
  margin-left: 26px;
}
.block-advertorial {
  background-color: #2a315d;
  color: #fff;
  cursor: pointer;
}
.block-advertorial h2 {
  background: none;
}
.block-advertorial h2 a:link,
.block-advertorial h2 a:visited,
.block-advertorial h2 a:hover,
.block-advertorial h2 a:active {
  color: #fff;
  padding: 6px 6px 0px 6px;
  height: 46px;
}
.block-advertorial p {
  color: #fff;
  padding: 0px 6px;
}
.block-advertorial time {
  bottom: 6px;
  left: 6px;
  color: #fff;
  font-family: 'OpenSansBold', Verdana;
  font-size: 110%;
}
.block-advertorial a.readmore {
  bottom: 6px;
  color: #fff;
  left: auto;
  right: 6px;
  width: auto;
}
.block-advertorial img {
  width: 288px;
  height: 150px;
  margin-left: 6px;
  margin-top: 10px;
}
#newscarousel-right {
  margin-top: 28px;
}
#newscarousel-right #p20 {
  margin-left: 20px;
  width: 250px;
  height: 250px;
}
#newscarousel-right .block {
  margin-left: 20px;
  width: 250px;
  height: 300px;
  margin-top: 20px;
}
#newscarousel-right .block-advertorial img {
  width: 238px;
  height: 127px;
}
.block-video ul.block-videolist {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  clear: both;
}
.block-video ul.block-videolist li {
  clear: both;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #f2f2f2;
  height: 85px;
  position: relative;
}
.block-video ul.block-videolist li img {
  float: left;
  margin-right: 15px;
}
.block-video ul.block-videolist li h2 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  line-height: 19px;
  background-color: #fff;
  font-family: 'OpenSansSemibold', Verdana;
}
.block-video .simplepagination {
  margin-left: 15px;
}
.block-video span {
  display: block;
  width: 20px;
  height: 10px;
  background-image: url('../img/icons.png');
  background-position: 175px 0;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  left: 130px;
  bottom: 13px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .block-video span {
    background-image: url("../img/icons-2x.png");
    background-size: 512px 120px;
  }
}
.block-video a span {
  background-image: url('../img/icons.png');
  background-position: 234px 0;
  left: 86px;
  top: 37px;
  z-index: 9;
  width: 30px;
  height: 29px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .block-video a span {
    background-image: url("../img/icons-2x.png");
    background-size: 512px 120px;
  }
}
.block-video a:hover span {
  background-position: 204px 0;
}
.block-calendar {
  height: 250px;
}
.block-calendar table {
  float: left;
  padding: 0;
  width: 100%;
  margin-bottom: 0px;
  background-color: #f2f2f2;
}
.block-calendar table thead tr th {
  line-height: 35px;
  text-align: center;
  color: #4d4d4d;
  padding-top: 4px;
}
.block-calendar table thead tr td {
  background-color: #f37033;
  color: #fff;
  line-height: 32px;
  font-size: 12px;
  padding-top: 0px;
}
.block-calendar .month_name {
  color: #fff;
  text-transform: uppercase;
  font-family: 'OpenSansRegular', Verdana;
  font-size: 14px;
}
.block-calendar table .em-calnav-prev,
.block-calendar table .em-calnav-prev:hover,
.block-calendar table .em-calnav-next,
.block-calendar table .em-calnav-next:hover {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.block-calendar table tbody tr:last-child td {
  padding-bottom: 8px;
}
table.em-calendar td.eventful-today a {
  color: #f37033;
}
table.em-calendar td {
  padding: 0px;
}
table.em-calendar td.eventful a {
  color: #f37033;
}
.block-calendar table tbody tr td {
  width: 14.3%;
  line-height: 35px;
  color: #fff;
  text-align: center;
  color: #333333;
}
.block-calendar table tbody tr.days-names td {
  color: #999999;
}
.block-calendar table tbody tr td.past,
.block-calendar table tbody tr td.future {
  color: #ccc;
}
.block-calendar table tbody tr td.eventless-today {
  background-color: #f37033;
  color: #fff;
}
.block-calendarhighlight {
  background-color: #f2f2f2;
  height: 250px;
  display: block;
  overflow: hidden;
}
.block-calendarhighlight .slides {
  position: relative;
  width: 99999px;
  left: -628px;
}
.block-calendarhighlight .slides .slide {
  width: 628px;
  float: left;
  position: relative;
}
.block-calendarhighlight img {
  float: left;
}
.block-calendarhighlight h2,
.block-calendarhighlight time,
.block-calendarhighlight p,
.block-calendarhighlight a.readmore {
  float: left;
  clear: right;
  margin-left: 30px;
}
.block-calendarhighlight h2 {
  font-size: 18px;
  font-family: 'OpenSansSemibold', Verdana;
  width: 228px;
  overflow: hidden;
}
.block-calendarhighlight div p {
  width: 228px;
  line-height: 24px;
  font-size: 14px;
  margin-top: 12px;
  font-family: 'OpenSansLight', Verdana;
}
.block-jobs {
  background-color: #f2f2f2;
  height: 250px;
  display: block;
  overflow: hidden;
}
.block-jobs .slides {
  position: relative;
  width: 99999px;
  left: -956px;
}
.block-jobs .slides .slide {
  width: 956px;
  float: left;
  position: relative;
}
.block-jobs img {
  float: left;
}
.block-jobs .gradient {
  height: 250px;
  width: 80px;
  position: absolute;
  left: 250px;
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #f2f2f2));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #f2f2f2 100%);
  background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0) 0%, #f2f2f2 100%);
  background: -o-linear-gradient(#f2f2f2, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#000000', GradientType=0);
}
.block-jobs div div div {
  float: left;
  width: 538px;
  padding: 30px 30px;
}
.block-jobs h2 {
  font-family: 'OpenSansSemibold', Verdana;
  font-size: 18px;
  padding: 0px;
  margin: 0px;
}
.block-jobs div div div img {
  margin: 0px 10px 10px 0px;
}
.block-jobs p {
  width: 360px;
  line-height: 24px;
  font-size: 14px;
  margin: 12px 0px 24px 0px;
  font-family: 'OpenSansLight', Verdana;
  color: #808080;
  margin-left: 170px;
}
.block-jobs .boldbutton {
  margin-left: 170px;
}
.block-vessels {
  background-color: #f2f2f2;
  height: 280px;
  display: block;
  overflow: hidden;
}
.block-vessels .slides {
  position: relative;
  width: 99999px;
  left: -956px;
}
.block-vessels .slides .slide {
  width: 956px;
  float: left;
}
.block-vessels .controls {
  top: 110px;
}
.block-vessels .vessel-intro {
  width: 466px;
  margin-left: 50px;
  padding-top: 40px;
  float: left;
}
.block-vessels h2 {
  font-size: 18px;
  font-family: 'OpenSansSemibold', Verdana;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
.block-vessels p {
  line-height: 24px;
  color: #808080;
  margin-bottom: 30px;
}
.block-vessels strong,
.block-vessels i {
  display: block;
  float: left;
  font-weight: normal;
  font-style: normal;
  font-family: 'OpenSansLight', Verdana;
}
.block-vessels strong {
  width: 200px;
}
.block-vessels .vessel-gallery {
  width: 440px;
  height: 280px;
  position: relative;
  float: left;
  cursor: pointer;
}
.block-vessels .vessel-gallery .thumbs {
  position: absolute;
  height: 58px;
  bottom: 18px;
  text-align: center;
  width: 440px;
}
.block-vessels .vessel-gallery .thumbs img {
  border: solid 1px #fff;
  margin: 0px 5px;
  cursor: pointer;
}
.populararticles .block-news {
  margin-left: 28px;
}
.populararticles .block-news img {
  width: 468px;
  height: 250px;
  float: left;
}
.populararticles .block-news .timedate {
  position: absolute;
  top: 348px;
  left: 0px;
  display: block;
  width: 100%;
}
.populararticles .block-news h2 {
  position: absolute;
  top: 260px;
  width: 468px;
  background-color: #eaeaea;
}
.populararticles .populararticles-list {
  display: inline-block;
  float: right;
  width: 430px;
  margin-right: 28px;
}
.populararticles .populararticles-list .block-news {
  width: 429px;
  height: 110px;
  float: left;
  margin-left: 28px;
  margin-right: 28px;
  padding-top: 15px;
  border-top: 1px solid #FFF;
}
.populararticles .populararticles-list .block-news:first-child {
  padding-top: 0px;
  border-top: none;
}
.populararticles .populararticles-list .block-news:nth-child(2) {
  padding-top: 15px;
  border-top: 1px solid #FFF;
  height: 125px;
}
.populararticles .populararticles-list .block-news img {
  width: 157px;
  height: 95px;
  float: left;
}
.populararticles .populararticles-list .block-news h2,
.populararticles .populararticles-list .block-news p {
  float: right;
  width: 252px;
  position: relative;
}
.populararticles .populararticles-list .block-news h2 {
  top: 0px;
}
.populararticles .populararticles-list .block-news .timedate {
  position: absolute;
  top: 109px;
  left: 178px;
  display: block;
  width: 100%;
}
.populararticles .populararticles-list .block-news:first-child .timedate {
  top: 94px;
}
.bgpopulararticles {
  background-color: #eaeaea;
  height: 400px;
  margin-left: -28px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 28px;
  padding-bottom: 28px;
}
article.post,
article.page {
  margin-left: -14px;
  width: 692px;
}
.col-md-3.articleadvcontainer {
  width: 278px;
  margin: 0;
  padding: 0px 0px 0px 14px;
}
article.post h1,
article.page h1 {
  display: block;
  width: 100%;
  font-size: 30px;
  line-height: 38px;
  font-family: 'OpenSansSemibold', Verdana;
  color: #2a315d;
  margin: 28px 0px 28px 0px;
}
article.post h2,
article.post h3,
article.post h4 {
  font-family: 'OpenSansSemibold', Verdana;
  font-size: 20px;
  color: #333333;
  background-color: transparent;
  display: block;
  height: initial;
  line-height: normal;
  text-indent: 0px;
  width: initial;
  margin: 10px 0px;
  position: relative;
}
article.post h3 {
  font-size: 18px;
}
article.post h4 {
  font-size: 16px;
}
article.post .content p,
article.page .content p {
  margin-bottom: 14px;
}
article.post a,
article.page a {
  color: #f37033;
  text-decoration: underline;
}
article.post .content p b,
article.post .content p strong,
article.post .page p b,
article.post .page p strong {
  font-family: 'OpenSansSemibold', Verdana;
  font-weight: normal;
}
article.post p:first-of-type strong:first-of-type {
  font-size: 1.15em;
}
article.post p:first-of-type strong:first-of-type a {
  color: #f37033;
  font-family: 'OpenSansSemibold', Verdana;
  font-weight: normal;
}
article.post p:first-of-type strong:first-of-type i,
article.post p:first-of-type strong:first-of-type em {
  font-family: 'OpenSansSemiboldItalic', Verdana;
  font-weight: normal;
}
article.post .content blockquote {
  background: #efefef;
  border-left: 5px solid #d9d8d8;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\201C" "\201D";
}
article.post .content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
article.post .content blockquote p {
  display: inline;
  font-size: 14px;
}
article.post .content #post_thumbnail {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}
article.post .content #post_thumbnail a {
  position: relative;
  display: block;
}
article.post .content #post_thumbnail a button {
  position: absolute;
  background-image: url('../img/zoom.png');
  width: 33px;
  height: 33px;
  overflow: hidden;
  text-indent: -999px;
  border: 0px;
  display: block;
  background-color: #f9b493;
  opacity: 0.8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 10;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  article.post .content #post_thumbnail a button {
    background-image: url("../img/zoom-2x.png");
    background-size: 0px 0px;
  }
}
article.post .content #post_thumbnail a:hover button {
  background-color: #f37033;
}
article.post .content [class*='huge_it_slideshow_description_text_'] {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #FFF;
}
article.post .content [id*='huge_it_slideshow_left_'],
article.post .content [id*='huge_it_slideshow_right_'] {
  background: #f37033 !important;
  height: 60px !important;
  width: 30px !important;
  display: block;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 21px 0px 0px 7px !important;
  position: absolute;
  z-index: 4;
  top: 183px !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
article.post .content [id*='huge_it_slideshow_left-ico_'],
article.post .content [class*='huge_it_slideshow_next_btn_'] {
  background-image: url('../img/icons.png');
  background-position: 155px 0;
  text-indent: -999px;
  height: 17px ;
  width: 12px ;
  display: block ;
  left: 5px !important;
  top: 35px !important;
  z-index: 4;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  article.post .content [id*='huge_it_slideshow_left-ico_'],
  article.post .content [class*='huge_it_slideshow_next_btn_'] {
    background-image: url("../img/icons-2x.png");
    background-size: 512px 120px;
  }
}
article.post .content [id*='huge_it_slideshow_right_'] {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
article.post .content [id*='huge_it_slideshow_right_'] [class*='huge_it_slideshow_next_btn_'] {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 5px;
}
[class*='huge_it_slideshow_image_wrap_'] {
  margin-bottom: 28px !important;
}
article.post .content #post_thumbnail span,
article.post .content .wp-caption-text {
  display: block;
  color: #666666;
  font-size: 80%;
  margin-top: 5px;
  width: 320px;
}
article.post .content .wp-caption-text {
  width: 100%;
}
article.post img.alignright,
article.post figure.alignright {
  float: right;
  margin: 5px 0px 5px 5px;
}
article.post img.alignleft,
article.post figure.alignleft {
  float: left;
  margin: 5px 5px 5px 0px;
}
article.post img.aligncenter,
article.post figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
article.page .addthis_toolbox {
  margin: 28px 0 28px 0;
  margin: 28px 0 14px 0;
}
article.post #post_share_buttons {
  clear: left;
}
article.post #post_share_buttons,
article.post #post_follow_buttons {
  width: 50%;
  float: left;
  margin: 28px 0 14px 0;
}
article.post #post_share_buttons h3,
article.post #post_follow_buttons h3 {
  font-size: 15px;
}
article.post #post_follow_buttons ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  height: 32px;
}
article.post #post_follow_buttons ul li {
  float: left;
  margin-right: 4px;
}
article.post #post_follow_buttons ul li a {
  height: 32px;
  width: 32px;
  background-image: url('../img/icons.png');
  overflow: hidden;
  display: block;
  text-indent: -9999px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  article.post #post_follow_buttons ul li a {
    background-image: url("../img/icons-2x.png");
    background-size: 512px 120px;
  }
}
article.post #post_follow_buttons ul li a.tw {
  background-position: 360px 0;
}
article.post #post_follow_buttons ul li a.fb {
  background-position: 392px 0;
}
article.post #post_follow_buttons ul li a.nl {
  background-position: 424px 0;
}
article.post #post_follow_buttons ul li a.rss {
  background-position: 328px 0;
}
article.post footer,
article.page footer {
  clear: both;
}
article.post footer p,
article.page footer p {
  font-family: 'OpenSansLight', Verdana;
}
#popular_posts {
  margin-top: 14px;
}
#popular_posts h3 {
  background-color: transparent;
  color: #f37033;
  margin-bottom: 6px;
}
#popular_posts ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#popular_posts ul li {
  border-bottom: solid 1px #f2f2f2;
  clear: both;
  margin-bottom: 8px;
  padding-bottom: 8px;
  zoom: 1;
}
#popular_posts ul li:before {
  content: '';
  display: block;
}
#popular_posts ul li:after {
  content: '';
  display: table;
  clear: both;
}
#popular_posts ul li a img {
  float: left;
  margin: 0px 6px 0px 0px;
  width: 80px;
}
#popular_posts ul li a span {
  float: right;
  width: 170px;
  font-size: 13px;
}
#popular_posts ul li a:hover {
  text-decoration: none;
  color: #f37033;
}
#disqus_thread {
  margin: 28px 0;
  margin-left: 0px;
  margin: 28px 0 28px 0px;
  font-family: 'OpenSansLight', Verdana;
}
#disqus_thread {
  margin: 0;
}
.post-grid .block-row.relatedposts {
  clear: both;
  border-top: solid 1px #f2f2f2;
  margin-top: 28px;
  padding-top: 28px;
  zoom: 1;
}
.post-grid .block-row.relatedposts:before {
  content: '';
  display: block;
}
.post-grid .block-row.relatedposts:after {
  content: '';
  display: table;
  clear: both;
}
#em-wrapper #eventlist {
  padding: 0px;
}
#em-wrapper #eventlist li {
  margin: 0px 0px 20px 0px;
  list-style: none;
}
#em-wrapper #eventlist li a {
  font-size: 14px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#em-wrapper #eventlist li a:hover {
  color: #f37033;
}
#em-wrapper .em-pagination {
  margin-top: 28px;
}
#em-wrapper .em-pagination a.page-numbers,
#em-wrapper .em-pagination strong {
  margin-left: 1px;
  width: 54px;
  float: left;
  line-height: 54px;
  height: 54px;
  background-color: #efefef;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  text-indent: 24px;
  font-family: 'OpenSansSemibold', Verdana;
}
#em-wrapper .em-pagination a.page-numbers:hover,
#em-wrapper .em-pagination strong {
  color: #FFF;
  background: #f37033;
  text-decoration: none;
}
.event a {
  text-decoration: underline;
  color: #2a315d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.event a:hover {
  color: #f37033;
}
.event a.submit {
  line-height: 54px;
  height: 54px;
  background-color: #2a315d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: 100px;
  color: #FFF;
  text-indent: 22px;
  font-size: 18px;
  text-decoration: none;
  float: left;
}
.event a.submit:hover {
  background-color: #f37033;
}
.pagination {
  height: 54px;
}
.pagination a,
.pagination span {
  float: left;
  margin-right: 2px;
  font-family: 'OpenSansSemibold', Verdana;
  font-size: 20px;
}
.pagination a.page-numbers,
.pagination span {
  background-color: #efefef;
  padding: 0px 22px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 54px;
  line-height: 54px;
}
.pagination span {
  color: #FFF;
  background: #f37033;
}
.pagination span.dots {
  color: #999999;
  background-color: #f7f7f7;
}
.pagination a.page-numbers:hover {
  background-color: #f37033;
  color: #FFF;
  text-decoration: none;
}
.pagination a.next,
.pagination a.prev {
  padding: 0px 30px 0px 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url('../img/pagination-next.png');
  background-repeat: no-repeat;
  background-position: right;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .pagination a.next,
  .pagination a.prev {
    background-image: url("../img/pagination-next-2x.png");
    background-size: 15px 54px;
  }
}
.pagination a.next:hover {
  background-image: url('../img/pagination-next-hover.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .pagination a.next:hover {
    background-image: url("../img/pagination-next-hover-2x.png");
    background-size: 15px 54px;
  }
}
.pagination a.prev {
  padding: 0px 22px 0px 30px;
  background-image: url('../img/pagination-previous.png');
  background-repeat: no-repeat;
  background-position: left;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .pagination a.prev {
    background-image: url("../img/pagination-previous-2x.png");
    background-size: 15px 54px;
  }
}
.pagination a.prev:hover {
  background-image: url('../img/pagination-previous-hover.png');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .pagination a.prev:hover {
    background-image: url("../img/pagination-previous-hover-2x.png");
    background-size: 15px 54px;
  }
}
#jobsiframe {
  margin-left: -14px;
  margin-top: 14px;
  border: 0px;
}
.searchblock {
  min-height: 1200px;
  height: auto !important;
  height: 1200px;
}
.footer {
  clear: both;
  width: 1144px;
  margin-left: 14px;
  border-top: solid 30px #fff;
  background-color: #f2f2f2;
  height: 175px;
  position: relative;
}
.footer ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
}
.footer ul li {
  float: left;
  margin-right: 20px;
}
.footer ul li a {
  color: #808080;
  font-family: 'OpenSansLight', Verdana;
}
.footer .socialmediaicons {
  position: absolute;
  left: auto;
  right: 10px;
  top: 20px;
}
.footer .socialmediaicons li {
  margin-right: 10px;
}
.footer .socialmediaicons li a {
  display: block;
  text-indent: -999px;
  overflow: hidden;
}
.footer .socialmediaicons li a.sm_facebook,
.footer .socialmediaicons li a.sm_twitter,
.footer .socialmediaicons li a.sm_newsletter,
.footer .socialmediaicons li a.sm_rss {
  height: 30px;
  width: 30px;
  background-image: url('../img/social_icons.png');
  background-position: 0px 0;
  background-color: #f37033;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .footer .socialmediaicons li a.sm_facebook,
  .footer .socialmediaicons li a.sm_twitter,
  .footer .socialmediaicons li a.sm_newsletter,
  .footer .socialmediaicons li a.sm_rss {
    background-image: url("../img/social_icons-2x.png");
    background-size: 120px 30px;
  }
}
.footer .socialmediaicons li a.sm_twitter {
  background-position: 60px 0;
}
.footer .socialmediaicons li a.sm_newsletter {
  background-position: 90px 0;
}
.footer .socialmediaicons li a.sm_rss {
  background-position: 30px 0;
}
.footer .socialmediaicons li a.sm_rss:hover,
.footer .socialmediaicons li a.sm_newsletter:hover,
.footer .socialmediaicons li a.sm_twitter:hover,
.footer .socialmediaicons li a.sm_facebook:hover {
  background-color: #cccccc;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66666667%;
}
.col-md-10 {
  width: 83.33333333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66666667%;
}
.col-md-7 {
  width: 58.33333333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66666667%;
}
.col-md-4 {
  width: 33.33333333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66666667%;
}
.col-md-1 {
  width: 8.33333333%;
}
@media print {
  .block-sponsors,
  .block-skyscrapers,
  #businessguidebar,
  #primary_menu,
  #secondary_menu,
  .block-calendarhighlight,
  .block-calendar,
  .block-jobs,
  #vessels,
  #adv_p1,
  #adv_p2,
  #adv_p6,
  #search-form,
  #disqus_thread,
  .footer,
  .articleadvcontainer,
  .addthis_toolbox,
  .relatedposts {
    display: none;
  }
  article.post {
    width: 100%;
  }
  article.post p {
    font-size: 120%;
  }
  article.post .content h2,
  article.page .content h2,
  article.post .content h2 strong {
    font-size: 110%;
  }
  header .container h1 a {
    margin: 0px;
    background-image: url('../img/logo-print.png') !important;
    -webkit-print-color-adjust: exact;
  }
  a[href]:after {
    content: none !important;
  }
}
article.post .content .smallpagination p {
  margin-bottom: 3px;
}
.smallpagination span a {
  float: left;
  margin-right: 2px;
  font-family: 'OpenSansSemibold', Verdana;
  font-size: 13px;
  padding: 0px 12px;
  background-color: #efefef;
  padding: 0px 22px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  color: #f37033;
  text-decoration: none;
  cursor: pointer;
}
.smallpagination span.page-numbers-active a,
.smallpagination span a:hover {
  background-color: #f37033;
  color: #FFF;
}
#smart-cmp-host .fade {
  opacity: 1;
}
#smart-cmp-host .modal.fade .modal-dialog {
  transform: translate(0, 0);
}
#smart-cmp-host #smart-cmp-modal .modal-content {
  border: 0px;
  box-shadow: none;
}
.smart-cmp-btn-primary:hover {
  color: #fff !important;
  background-color: #f37033 !important;
  border-color: #f37033 !important;
}
.smart-cmp-btn-primary {
  color: #fff !important;
  background-color: #2a315d !important;
  border-color: #2a315d !important;
}
#smart-cmp-host #smart-cmp-modal input:checked + .slider {
  background-color: #2a315d !important;
}
#smart-cmp-header {
  color: #333 !important;
  font-size: 20px !important;
}
.smart-cmp-accept-btn {
  background-color: #2a315d !important;
  color: #fff;
  border: 1px solid #2a315d !important;
}
#smart-cmp-text {
  color: #333 !important;
  font-size: 12px !important;
}
#smart-cmp-host .smart-cmp-btn {
  font-size: 12px !important;
}
#smart-cmp-footer {
  padding: 10px 0px !important;
}
@media only screen and (min-width: 768px) {
  #smart-cmp-host #smart-cmp-footer #smart-cmp-text {
    padding: 10px 30px 10px 30px !important;
  }
}