body {
  font-size: 1.6em;
  line-height: 1.6em;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767px) {
  body {
    line-height: 1.5em;
    font-size: 1.5em;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gill Sans W01 Book';
  line-height: 1.4em;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1em;
  }
}
.sidebar h2 {
  line-height: 1.1em;
}
.jumbotron .lead {
  font-size: 1.5em;
}
.smallMeta {
  font-family: 'Gill Sans W01 Bold';
  font-size: 0.8em;
}
.bandTitle {
  margin-top: 10px;
  margin-bottom: 35px;
  font-size: 2.1em;
}
.gsLight {
  font-family: 'Gill Sans W01 Light';
}
.gsLight em {
  font-family: 'GillSansW01-LightItalic';
}
.gsBook,
.navbar-header,
.navbar.megamenu,
.latestTabList li {
  font-family: 'Gill Sans W01 Book';
}
.gsBook em,
.navbar-header em,
.navbar.megamenu em,
.latestTabList li em {
  font-family: 'GillSansW01-BookItalic';
}
.gsMedium {
  font-family: 'Gill Sans W01 Medium';
}
.gsMedium em {
  font-family: 'GillSansW01-MediumItali';
}
.gsBold {
  font-family: 'Gill Sans W01 Bold';
}
.gsBold em {
  font-family: 'GillSansW01-BoldItalic';
}
.btn {
  font-family: 'Gill Sans W01 Bold';
}
.navbar-brand {
  font-family: 'Gill Sans W01 Bold';
}
.noTopMargin {
  margin-top: 0;
}
.col-sm-8.wide-gutter-col h2,
.col-sm-8.wide-gutter-col h3,
.col-sm-8.wide-gutter-col h4 {
  font-family: 'Gill Sans W01 Medium';
}
/*
	
	
font-family: 'Transport New Medium'
font-family: 'Transport New Light'
font-family: 'Transport New Heavy'



font-family:'Gill Sans W01 Heavy';
font-family:'GillSansW01-HeavyItalic';
font-family:'GillSansW01-ExtraBold';
font-family:'GillSansW01-UltraBold';
font-family:'Gill Sans W01 Shadow';
font-family:'Gill Sans W01 Cond';
font-family:'GillSansW01-CondensedBd';
font-family:'GillSansW01-CondensedUl';
font-family:'GillSansW01-XCondensedB';
font-family:'GillSansW01-LightShadow';
font-family:'Gill Sans Infant W01';
font-family:'GillSansInfantW01-Itali';
font-family:'GillSansInfantW01-Bold';
font-family:'GillSansInfantW01-BoldI';
font-family:'GillSansW01-DisplayBold_709822';
font-family:'GillSansW01-DisplayXtra';
font-family:'GillSansW01-DisplayBold_709825';

*/
.navbar {
  background-color: #111;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  border-width: 0 !important;
}
.navbar a {
  color: white;
  text-decoration: none;
}
.navbar .icon-bar {
  background-color: white;
}
.navbar .navbar-brand {
  font-size: 0.8em;
  height: auto;
  padding: 10px 15px 10px;
}
.navbar .navbar-brand img {
  width: 300px;
  height: auto;
}
@media (max-width: 767px) {
  .navbar .navbar-brand img {
    width: 145px;
  }
}
.navbar ul {
  padding: 0 0 0 0;
}
.navbar ul li {
  padding-bottom: 0;
}
.navbar .navbar-right {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .navbar .navbar-right {
    margin-right: 0;
  }
}
.navbar .navbar-right li > a {
  padding: 35px 16px;
}
.navbar .navbar-right li > a:focus,
.navbar .navbar-right li > a:active,
.navbar .navbar-right li > a:hover {
  background-color: #444;
}
@media (max-width: 767px) {
  .navbar .navbar-right li > a {
    padding: 10px;
  }
}
.navbar .navbar-right .dropdown li {
  background: white;
}
.navbar .navbar-right .dropdown li a {
  padding: 10px;
}
.navbar .navbar-right .dropdown li a:focus,
.navbar .navbar-right .dropdown li a:active,
.navbar .navbar-right .dropdown li a:hover {
  background-color: #ddd;
}
.navbar .navbar-collapse {
  padding-right: 0;
}
#carousel-home-news {
  padding: 60px 0;
}
#carousel-home-news .carousel-indicators {
  bottom: 5px;
}
#carousel-home-news .carousel-indicators li {
  border: 1px solid #25658f;
  border-radius: 0;
}
#carousel-home-news .carousel-indicators li.active {
  background-color: #25658f;
}
#carousel-home-news .container {
  position: relative;
}
#carousel-home-news h2 {
  margin-top: 0;
  line-height: 1.2em;
}
#carousel-home-news .carousel-inner {
  width: 85%;
  margin: auto;
}
#carousel-home-news .carousel-inner .item .valign {
  width: 100%;
}
#carousel-home-news .carousel-inner .item .valign .bgCol {
  background-size: cover;
  background-position: center center;
  width: 40%;
}
@media (max-width: 767px) {
  #carousel-home-news .carousel-inner .item .valign .bgCol {
    display: none;
  }
}
#carousel-home-news .carousel-inner .item .valign .textCol {
  width: 60%;
  padding-left: 45px;
}
@media (max-width: 767px) {
  #carousel-home-news .carousel-inner .item .valign .textCol {
    width: 100%;
    float: none;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
  }
}
#carousel-home-news .carousel-inner .item .valign p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #carousel-home-news {
    text-align: center;
    padding: 30px 0;
  }
  #carousel-home-news img {
    margin: auto;
  }
}
#carousel-home-news .carousel-control {
  background-image: none !important;
  color: #25658f;
  text-shadow: none;
  opacity: 1;
  width: auto;
}
.discoverBand .item,
.metroBand .item {
  position: relative;
  background: #374349;
}
.discoverBand .item h4,
.metroBand .item h4 {
  margin: 0;
  padding: 12px;
  font-size: 1.2em;
}
.discoverBand .item h4 a,
.metroBand .item h4 a {
  color: white;
}
.discoverBand .item h4 a:hover,
.metroBand .item h4 a:hover {
  text-decoration: none;
}
.discoverBand .item:hover,
.metroBand .item:hover {
  background-color: #2c353a;
}
.latestBandTabs {
  margin-top: 40px;
}
.latestBandTabs .btn-group.tablefy {
  border-spacing: 10px 0;
  margin-top: -8px;
}
@media (max-width: 767px) {
  .latestBandTabs .btn-group.tablefy {
    border-spacing: 3px 0;
  }
}
.latestBandTabs .btn-group.tablefy .cell.active,
.latestBandTabs .btn-group.tablefy .cell:hover {
  background-color: #e7ebf1;
  color: #25658f;
  border-top: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.03);
}
.latestBandTabs .btn-group.tablefy .cell {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f4f6f9;
}
@media (max-width: 767px) {
  .latestBandTabs .btn-group.tablefy .cell {
    font-size: 1em;
    font-family: 'Gill Sans W01 Book';
    padding: 15px 0;
    text-transform: capitalize;
  }
  .latestBandTabs .btn-group.tablefy .cell span {
    display: none;
  }
}
.latestTabList {
  overflow: auto;
  padding-left: 0;
  margin-bottom: 0;
}
.latestTabList li {
  float: left;
  font-size: 1em;
  list-style: none;
  width: 20%;
  position: relative;
}
.latestTabList li a {
  text-align: center;
  line-height: 1em;
}
@media (max-width: 991px) {
  .latestTabList li {
    word-spacing: 200px;
  }
}
@media (max-width: 767px) {
  .latestTabList li {
    padding: 0;
  }
}
.latestTabList li.active ::before,
.latestTabList li:hover ::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 15px 20px;
  border-color: #e7ebf1 transparent;
  display: block;
  width: 0;
  bottom: 0;
  z-index: 1;
  left: 42%;
}
@media (max-width: 991px) {
  .latestTabList li.active ::before,
  .latestTabList li:hover ::before {
    left: 40%;
  }
}
@media (max-width: 767px) {
  .latestTabList li.active ::before,
  .latestTabList li:hover ::before {
    border-width: 0 10px 12px;
    left: 35%;
  }
}
.latestTabList li.active a,
.latestTabList li:hover a {
  color: #25658f;
}
.latestTabList a {
  color: #333;
  font-weight: bold;
  padding: 30px 0;
  display: block;
  text-deocoration: none;
}
.latestTabList a:focus,
.latestTabList a:hover,
.latestTabList a:active {
  text-decoration: none;
}
@media (max-width: 767px) {
  .latestTabList a {
    padding: 20px 0;
  }
}
.latestBand {
  position: relative;
  z-index: 100;
}
.latestBand .container {
  overflow: hidden;
  position: relative;
}
.latestBand .inner {
  padding: 15px 0;
}
.latestBand .inner span {
  margin-right: 7px;
}
.latestBand .btn {
  position: absolute;
  top: 45%;
  font-size: 2.5em;
  color: #2a73a3;
}
.latestBand .btn:hover,
.latestBand .btn:active,
.latestBand .btn:focus {
  color: #25658f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.latestBand .btn.prev {
  left: 0;
}
.latestBand .btn.next {
  right: 0;
}
.latestBand .owl-carousel {
  width: 90%;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .latestBand .owl-carousel {
    width: 80%;
  }
}
.latestBand .owl-carousel .owl-item {
  float: left;
}
.latestBand .owl-carousel .owl-item .item {
  padding: 15px;
}
.workingBand h3 {
  margin-bottom: 15px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .workingBand h3 {
    margin-bottom: 10px;
  }
}
.workingBand img {
  margin-bottom: 20px;
}
.workingBand .btn {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .workingBand .btn {
    margin-top: 10px;
  }
}
.workingBand .jobVacancies {
  margin-bottom: 0;
}
.workingBand .jobVacancies h4 {
  margin: 0;
}
.workingBand .jobVacancies p {
  line-height: 1.3em;
}
.workingBand .jobVacancies li {
  border-radius: 0 !important;
  border-top: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 11px 0;
}
.workingBand .jobVacancies li:first-child {
  border-top: 0;
}
.polarRegionsBand .webcamsBlock {
  padding-top: 20px;
  padding-bottom: 40px;
}
.polarRegionsBand .list-group {
  margin-bottom: 0;
  font-size: 1.2em;
}
.polarRegionsBand .list-group.indicators {
  list-style: none;
  border-top: 1px solid #d7dee8;
  padding: 0;
}
.polarRegionsBand .list-group.indicators li {
  background: none;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #d7dee8;
  padding: 0;
}
.polarRegionsBand .list-group.indicators li h4 {
  margin: 0;
}
@media (max-width: 767px) {
  .polarRegionsBand .list-group.indicators li h4 a {
    display: inline-block;
  }
}
.polarRegionsBand .list-group.indicators li p {
  margin-bottom: 0;
}
.polarRegionsBand .list-group.indicators li .pull-right {
  margin-left: 10px;
}
.polarRegionsBand .list-group.indicators li .small {
  font-size: 0.7em;
  margin-top: 0;
}
.polarRegionsBand .list-group.indicators li a {
  display: block;
  padding: 8px;
}
@media (min-width: 992px) {
  .polarRegionsBand .list-group.indicators li a {
    padding: 8px;
  }
}
@media (min-width: 1200px) {
  .polarRegionsBand .list-group.indicators li a {
    padding: 5px 10px;
  }
}
@media (max-width: 991px) {
  .polarRegionsBand .list-group.indicators li a {
    font-size: 0.8em;
    line-height: 1.1em;
  }
}
@media (max-width: 767px) {
  .polarRegionsBand .list-group.indicators li a {
    padding: 0;
  }
}
.polarRegionsBand .list-group.indicators li a.active,
.polarRegionsBand .list-group.indicators li a:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .polarRegionsBand .list-group.indicators li a.active,
  .polarRegionsBand .list-group.indicators li a:focus {
    background: #25658f;
    color: white;
  }
}
@media (max-width: 767px) {
  .polarRegionsBand .list-group.indicators li a.active,
  .polarRegionsBand .list-group.indicators li a:focus {
    background: none;
    color: #25658f;
  }
}
.polarRegionsBand .list-group.indicators li a:hover {
  text-decoration: none;
  cursor: pointer;
  color: white;
  background: #1b4866;
}
@media (max-width: 767px) {
  .polarRegionsBand .list-group.indicators li a:hover {
    background: none;
    color: #1b4866;
  }
}
@media (max-width: 767px) {
  .polarRegionsBand .list-group.indicators li a.btn {
    display: inline-block !important;
    color: black !important;
    margin: 5px 0 10px;
  }
}
@media (max-width: 767px) {
  .polarRegionsBand .list-group.indicators li {
    padding: 10px 0;
  }
}
.polarRegionsBand .carousel {
  background: #333;
  height: 100%;
  width: 100%;
}
.polarRegionsBand .carousel .item {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.polarRegionsBand .carousel .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 10px 15px 5px 15px;
  width: 100%;
  background: url(../img/trans-black-50.png);
}
.polarRegionsBand .carousel .carousel-caption h3 {
  margin: 0;
}
.polarRegionsBand .carousel .carousel-caption a {
  position: relative;
  z-index: 1000;
  display: inline-block;
  margin-top: 5px;
  color: #68AEEB;
}
.polarRegionsBand .cust-col-3,
.polarRegionsBand .cust-col-2 {
  padding-top: 0;
  padding-bottom: 0;
}
.polarRegionsBand .mobile-featuredimg {
  position: relative;
}
.polarRegionsBand .mobile-featuredimg a {
  color: white;
}
.polarRegionsBand .mobile-featuredimg .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 10px;
  width: 100%;
  background: url(../img/trans-black-50.png);
  margin-bottom: 0;
}
.socialMediaBand .socialIcon {
  display: block;
  background-image: url(../img/masonryicons.png);
  width: 20px;
  height: 20px;
  float: right;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.socialMediaBand .inner {
  background-color: #aaa;
  padding: 15px 15px 5px 15px;
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-weight: 100;
  overflow: hidden;
}
.socialMediaBand .inner p {
  overflow: hidden;
}
.socialMediaBand .inner a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.socialMediaBand .inner a:hover,
.socialMediaBand .inner a:active,
.socialMediaBand .inner a:focus {
  text-decoration: underline;
}
.socialMediaBand .twitter .inner {
  background-color: #50ADAD;
}
.socialMediaBand .youtube .inner {
  padding: 0;
}
.socialMediaBand .youtube .socialIcon {
  background-position: 0 155px;
}
.socialMediaBand .flickr .inner {
  padding: 0;
}
.socialMediaBand .flickr .socialIcon {
  background-position: 0 418px;
}
.socialMediaBand .book .inner {
  background-color: #C27E33;
}
.socialMediaBand .book .socialIcon {
  background-position: 0px 246px;
  height: 28px;
}
.socialMediaBand .rss .inner {
  background-color: #30709A;
}
.socialMediaBand .rss .socialIcon {
  background-position: 0 332px;
}
.socialMediaBand .facebook .inner {
  background-color: #3a5795;
}
.socialMediaBand .facebook .socialIcon {
  background-position: 5px 68px;
}
.scroll-indicator {
  position: fixed;
  bottom: -70px;
  margin-right: -73px;
  right: 50%;
  z-index: 1000;
  display: none;
  opacity: 0.8;
}
.xlgreybg {
  background-color: #f4f6f9;
}
.lgreybg {
  background-color: #e7ebf1;
}
.lmgreybg {
  background-color: #e3e3e3;
}
.mgreybg {
  background-color: #333333;
  color: #cbd9df;
}
.mgreybg a {
  color: white;
}
.turqbg {
  background-color: #0da59f !important;
  color: rgba(255, 255, 255, 0.9);
}
.turqbg a {
  color: white;
}
.dbluebg {
  background-color: #1b4866;
}
.color1a-bg {
  background-color: #333333 !important;
}
.color1b-bg {
  background-color: #333333 !important;
}
.color1c-bg {
  background-color: #333333 !important;
}
.color2a-bg {
  background-color: #444444 !important;
}
.color2b-bg {
  background-color: #444444 !important;
}
.color2c-bg {
  background-color: #444444 !important;
}
.color3a-bg {
  background-color: #555555 !important;
}
.color3b-bg {
  background-color: #555555 !important;
}
.color3c-bg {
  background-color: #555555 !important;
}
@media (min-width: 768px) {
  .valign {
    display: table;
  }
  .valign .col {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}
.band {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .band {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.band.greybg {
  background: #444;
}
.band.short-band {
  padding-top: 30px;
  padding-bottom: 30px;
}
.band.short-band-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.nav-tabs {
  border-bottom: 0;
}
.main-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fullWidth {
  width: 100%;
}
.dropdown.fullWidth {
  width: 100%;
}
.dropdown.fullWidth .btn {
  width: 100%;
  text-align: left;
}
.dropdown.fullWidth .dropdown-menu {
  width: 100%;
}
.dropdown.fullWidth span {
  margin-top: 10px;
  float: right;
}
.dropdown .btn {
  background: white;
  color: black;
  border: 1px solid #ccc;
  font-size: 1.1em;
  font-family: 'Gill Sans W01 Book';
}
.dropdown .btn em {
  font-family: 'GillSansW01-BookItalic';
}
.dropdown .btn span {
  margin-left: 10px;
}
.dropdown .btn:hover {
  background: #eee;
  color: black;
}
.tablefy-container {
  margin: 0 -10px;
}
.tablefy {
  display: table;
  width: 100%;
  border-spacing: 10px;
}
.tablefy .cell {
  display: table-cell;
  white-space: normal;
  float: none;
}
.tablefy .cell.active,
.tablefy .cell:hover {
  background-color: #25658f;
  color: white;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
}
.tablefy .cell {
  background-color: #cdd6e2;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 17px;
  padding-bottom: 17px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .tablefy.inlineBlock .cell {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    padding: 15px 8px;
  }
}
@media (max-width: 767px) {
  .cust-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 767px) {
  .cust-col-1-xs {
    width: 100% !important;
    padding: 15px !important;
  }
}
.cust-col-3 {
  width: 33.33%;
  float: left;
  padding: 15px;
}
@media (max-width: 767px) {
  .cust-col-3 {
    width: 50%;
    padding: 5px;
  }
}
.cust-col-2x3 {
  width: 66.66%;
  float: left;
}
@media (max-width: 767px) {
  .cust-col-2x3 {
    width: 50%;
    padding-left: 15px;
  }
}
.cust-col-4 {
  width: 25%;
  float: left;
  padding: 15px;
}
@media (max-width: 991px) {
  .cust-col-4 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .cust-col-4 {
    width: 50%;
    padding: 5px;
  }
}
.cust-col-5 {
  width: 20%;
  float: left;
  padding: 15px;
}
@media (max-width: 991px) {
  .cust-col-5 {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .cust-col-5 {
    width: 50%;
    padding: 5px;
  }
}
.cust-col-2 {
  width: 50%;
  float: left;
  padding: 15px;
}
@media (max-width: 767px) {
  .cust-col-2 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .pull-right-66 {
    width: 66.66%;
    float: right;
  }
}
@media (max-width: 991px) {
  .pull-right-66 {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .pull-right-66 {
    float: none;
    margin-left: 0;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .wide-gutter-row {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media (min-width: 992px) {
  .wide-gutter-col {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .full-width-xs {
    width: 100%;
  }
}
.std-padding-block {
  margin: 15px 0 35px;
  padding: 15px 25px;
}
.std-padding-block h3 {
  margin-top: 10px;
}
.single-meta {
  margin-bottom: 30px;
}
.spacer {
  display: block;
  height: 40px;
}
.listing-grid img {
  margin-bottom: 10px;
}
.listing-grid .glyphicon {
  margin-right: 7px;
}
ul {
  padding: 0 0 0 20px;
}
ul li {
  padding-bottom: 3px;
}
.horizontal-list {
  overflow: auto;
  margin-bottom: 7px;
}
.horizontal-list li {
  float: left;
  margin-right: 30px;
}
.standard-tabs ul.nav-tabs li {
  padding-bottom: 0;
}
.standard-tabs ul.nav-tabs li a {
  border-radius: 0;
  background-color: #eee;
  margin-right: 5px;
  border: 0;
  margin-top: 7px;
}
.standard-tabs ul.nav-tabs li a:hover,
.standard-tabs ul.nav-tabs li a:active,
.standard-tabs ul.nav-tabs li.active a,
.standard-tabs ul.nav-tabs li.active a:hover,
.standard-tabs ul.nav-tabs li.active a:active,
.standard-tabs ul.nav-tabs li.active a:focus {
  background-color: #25658f;
  color: white;
  border: 0;
}
.standard-tabs .tab-pane {
  padding: 30px 0;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.margin-top-none {
  margin-top: 0 !important;
}
.margin-top-sm {
  margin-top: 10px !important;
}
.margin-top-md {
  margin-top: 20px !important;
}
.margin-top-lg {
  margin-top: 30px !important;
}
.margin-bottom-md {
  margin-bottom: 15px !important;
}
.margin-bottom-lg {
  margin-bottom: 30px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-none {
  margin-bottom: 0 !important;
}
.dl-horizontal dt {
  text-align: left;
  width: auto;
}
.dl-striped dt,
.dl-striped dd {
  padding: 10px;
}
.dl-striped dt {
  background: #e7ebf1;
}
.no-padding-list li {
  padding-bottom: 0;
}
.relative-override {
  position: relative !important;
}
#latestCanvas {
  position: relative;
}
#latestCanvas .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
.searchpage-searchbox {
  padding: 10px 0 10px 15px;
}
.img-purchase {
  position: absolute;
  width: auto !important;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(225, 225, 225, 0.6);
  border-left: 1px solid rgba(225, 225, 225, 0.6);
}
.img-purchase:hover,
.img-purchase:active,
.img-purchase:focus {
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(225, 225, 225, 0.6);
  border-left: 1px solid rgba(225, 225, 225, 0.6);
}
img {
  max-width: 100%;
  height: auto;
}
.jumbotron {
  opacity: 1;
  background-color: #555;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  margin-bottom: 0;
  display: block;
  height: 400px;
  position: relative;
  color: white;
}
.jumbotron .img-purchase {
  right: 20px;
  bottom: 20px;
}
.jumbotron .cover {
  background: #eee;
  position: absolute;
  width: 100%;
  height: 100%;
}
.jumbotron .cover.homeCover {
  background: #25658f;
}
.jumbotron.landing {
  height: auto;
}
.jumbotron.landing .textOverlay {
  position: relative;
  display: table-cell;
  height: 300px;
  vertical-align: middle;
  bottom: 0;
}
.jumbotron.landing h1 {
  font-size: 3em !important;
}
@media (max-width: 767px) {
  .jumbotron.landing h1 {
    font-size: 2em !important;
    line-height: 1.8em !important;
  }
}
.jumbotron.landing .subheading {
  padding: 10px 0 0 10px;
  line-height: 2.3em;
}
@media (max-width: 767px) {
  .jumbotron.landing .subheading {
    line-height: 2.6em;
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .jumbotron {
    height: 250px;
  }
}
.jumbotron .logo {
  position: absolute;
  bottom: 65px;
  left: 35px;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 767px) {
  .jumbotron .logo {
    left: 0;
    padding: 20px;
  }
}
.jumbotron .strap {
  position: absolute;
  right: 35px;
  top: 35px;
  font-size: 2.4em;
  font-weight: 100;
}
.jumbotron.minheight {
  height: auto;
  padding: 20px;
}
.jumbotron.minheight .logo {
  max-width: 500px;
  bottom: 45px;
}
.jumbotron.minheight .strap {
  font-size: 2em;
}
.jumbotron .whitedownarrow {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.jumbotron .overlay {
  position: absolute;
  bottom: 50px;
  max-width: 700px;
}
@media (max-width: 767px) {
  .jumbotron .overlay {
    margin: 0 20px;
    text-align: center;
  }
}
.jumbotron .overlay h1 {
  font-size: 2.5em;
  background: rgba(0, 41, 76, 0.8);
  padding: 10px 15px;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .jumbotron .overlay h1 {
    font-size: 1.5em;
    padding: 13px;
    line-height: 1.2em;
  }
}
.jumbotron .overlay p {
  font-weight: bold;
  margin-top: 5px;
}
.jumbotron .overlay p span {
  background: rgba(0, 41, 76, 0.8);
  padding: 10px 15px;
  display: inline-block;
}
.jumbotron .overlay p span a {
  color: #72b1db;
}
@media (max-width: 767px) {
  .jumbotron .overlay p span {
    font-size: 0.7em;
    padding: 2px 10px;
  }
}
@media (max-width: 767px) {
  .jumbotron .overlay {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .outer {
    display: table;
    height: 250px;
    width: 100%;
  }
  .outer .cell {
    display: table-cell;
    vertical-align: bottom;
  }
  .outer .cell img {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
}
.header {
  padding: 30px 0;
}
.transCoverBlack-50 {
  background-image: url('trans-black-50.png');
  width: 100%;
  height: 100%;
  display: block;
}
.transCoverblack-50-shallow {
  background-image: url('trans-black-50.png');
  width: 100%;
  display: block;
  margin-bottom: -20px;
}
.transCoverBlack-25 {
  background-image: url('trans-black-25.png');
  width: 100%;
  height: 100%;
  display: block;
}
.blackbg {
  background-color: #444;
}
.blackbg a {
  color: white;
}
.sideitem {
  margin-bottom: 30px;
}
.sideitem h4 {
  padding: 15px;
  margin: 0;
}
.singleFeature {
  position: relative;
}
.singleFeature a {
  color: #7fccff;
}
.singleFeature .textOverlay {
  position: absolute;
  bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
.singleFeature .textOverlay h1 {
  margin-top: 0;
  font-size: 2em;
  line-height: 59px;
  margin-left: 10px;
}
.singleFeature .textOverlay .single-meta {
  font-size: 1.1em;
  padding-left: 10px;
}
.singleFeature .textOverlay span {
  padding: 0 0 4px 0;
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.7), -10px 0 0 rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.7);
}
.singleFeature .textOverlay span a {
  color: #7fccff;
}
@media (min-width: 768px) {
  .singleFeature .textOverlay.narrower {
    width: 80%;
  }
}
.reducedHeader img {
  max-width: 410px;
  width: 100%;
}
.reducedHeader .tableDisplay {
  display: table;
  height: 150px;
  padding: 30px 50px;
}
@media (max-width: 767px) {
  .reducedHeader .tableDisplay {
    height: auto;
    width: 100%;
  }
}
.reducedHeader .tableDisplay .cellDisplay {
  display: table-cell;
  vertical-align: middle;
}
.footer {
  padding: 50px 0 40px;
  background: #333;
  color: #f8f8f8;
  margin-bottom: 0px;
  font-family: 'Gill Sans W01 Light';
}
.footer em {
  font-family: 'GillSansW01-LightItalic';
}
.footer h2,
.footer h3,
.footer h4 {
  margin-bottom: 20px;
  color: white;
  font-family: 'Gill Sans W01 Medium';
}
.footer h2 em,
.footer h3 em,
.footer h4 em {
  font-family: 'GillSansW01-MediumItali';
}
.footer a {
  color: #7fccff;
}
.footer img {
  margin-bottom: 15px;
}
.footer hr {
  border-top: 1px solid #777;
}
.footer ul li {
  margin-bottom: 0;
  padding-bottom: 3px;
}
.dl-sublanding {
  font-size: 1.1em;
  margin: 20px 0;
}
.dl-sublanding dd {
  margin-bottom: 3px;
}
.sh-heading {
  line-height: 1.2em;
}
.sh-sublanding {
  margin: 20px 0;
}
.col-peopleGrid {
  display: block;
  overflow: hidden;
}
.col-peopleGrid .item {
  margin: 0 0 5px;
}
.col-peopleGrid .item h4 {
  line-height: 1.2em;
  margin-bottom: 5px;
}
.col-peopleGrid .item .jobTitle {
  font-size: 0.9em;
  line-height: 1.4em;
}
.col-peopleGrid .item p {
  line-height: 1.2em;
}
.tab-gallery h3 {
  margin-top: 0;
}
.tab-horizontalListing hr {
  margin-top: 10px;
}
.tab-horizontalListing .media .media-left {
  float: left;
  margin-right: 25px;
}
.tab-horizontalListing .media .media-left img {
  margin-top: 4px;
}
.tab-horizontalListing .media h4 {
  margin-top: 0;
}
.secondaryNav {
  font-size: 0.9em;
}
.secondaryNav.first-level {
  background-color: #444;
}
.secondaryNav.first-level li a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.secondaryNav.first-level li.active a,
.secondaryNav.first-level a:hover {
  background-color: #666;
}
.dropdown-menu > li {
  padding: 0;
  margin: 0;
}
.dropdown-menu > li > a {
  white-space: normal;
  padding: 5px 15px;
  border-bottom: 1px solid #eee;
}
ul.level-four-nav {
  padding: 0;
  list-style: none;
  margin-left: -5px;
}
ul.level-four-nav li {
  padding-bottom: 0;
}
ul.level-four-nav li a {
  display: block;
  padding: 3px 8px;
  line-height: 1.5em;
  font-weight: 600;
}
ul.level-four-nav li a:hover,
ul.level-four-nav li a:active,
ul.level-four-nav li a:focus {
  background: #25658f;
  color: white;
  text-decoration: none;
}
ul.level-four-nav li.active a {
  background: #25658f;
  color: white;
}
.sidebar-greybg {
  padding: 30px;
  background: #e7ebf1;
  overflow: hidden;
  font-size: 1em;
}
@media (max-width: 767px) {
  .sidebar-greybg {
    padding: 20px;
    background: none;
  }
}
.sidebar-greybg img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.sidebar-greybg ul {
  padding: 0;
  list-style: none;
}
.sidebar-greybg ul li {
  padding: 0;
}
.sidebar-greybg h3 {
  margin-top: 5px;
}
.sidebar-greybg .boxed {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 7px 15px 5px;
  margin: 20px 0;
  color: white;
}
@media (min-width: 769px) {
  .col-right {
    float: right;
  }
}
.dl-spaced dd {
  margin-bottom: 10px;
}
#search_filter .checkbox {
  margin-left: 20px;
}
.follow-us {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.follow-us li {
  float: left;
  margin-right: 10px;
}
.follow-us li a {
  width: 50px;
  height: 50px;
  background-image: url(social-media.png);
  border: 0;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}
.follow-us li a.twitter {
  background-position: 0 0;
}
.follow-us li a.facebook {
  background-position: 277px 0;
}
.follow-us li a.linkedin {
  background-position: 107px 0;
}
.follow-us li a.youtube {
  background-position: 221px 0;
}
.follow-us li a.rss {
  background-position: 50px 0;
}
.peopleSearch .form-group,
.projectsSearch .form-group,
.fullWidthSearch .form-group {
  width: 100% !important;
}
.peopleSearch .mainSearchCont,
.projectsSearch .mainSearchCont,
.fullWidthSearch .mainSearchCont {
  overflow: hidden;
}
.peopleSearch .mainSearch,
.projectsSearch .mainSearch,
.fullWidthSearch .mainSearch {
  width: 100% !important;
  border-radius: 0;
}
.site-search-box {
  padding: 20px;
}
#did_you_mean.breadcrumb.lgreybg {
  background: none !important;
  padding: 0;
}
#did_you_mean.breadcrumb.lgreybg p {
  font-size: 1.3em;
  padding: 20px 0;
}
#did_you_mean a {
  font-weight: bold;
}
.btn {
  border-radius: 0;
}
.btn-default {
  border: 0;
  color: white;
  background-color: #0da59f;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #097671;
  color: white;
}
@media (max-width: 767px) {
  .btn-lg {
    font-size: 1em;
    padding: 10px;
  }
}
a {
  color: #2a73a3;
}
.ssba img {
  margin: 5px 8px 0 0;
}
body {
  background: #333;
}
.wrapper {
  background: white;
}
.padding-10 {
  padding: 10px;
}
