﻿/* Color Variables */
/* Basic Typography */
body {
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Headings */
/* Text */
p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
a {
  border-bottom: 1px solid transparent;
  font-weight: bold;
  color: #033359;
  padding-bottom: 3px;
  text-decoration: none;
}
a:hover,
a:focus {
  border-bottom: 1px solid #f4f3f3;
  text-decoration: none;
}
/* Error Pages */
.error-page {
  padding-top: 30px;
  padding-bottom: 50px;
}
.error-page h1 {
  font-size: 66px;
  font-weight: bold;
  color: #494949;
}
.error-template {
  padding: 40px 15px;
  text-align: center;
}
.error-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}
.error-actions .btn {
  margin-right: 10px;
}
/* Use this file for common UI components repeated in the website */
/* The idea is the same like BoostStrap Components 
    (e.g: Carousel, Accordion, Tooltip, etc.) */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.sm-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.row.sm-gutters > [class^="col-"],
.row.sm-gutters > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.row-flex,
.row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*-ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;*/
}
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -ms-flex: 0;
  -webkit-flex: 0;
  flex: 0;
}
.row-flex > div[class*='col-'],
.container-flex > div[class*='col-'] {
  margin: -0.2px;
  /* hack adjust for wrapping */
  margin-bottom: 30px;
}
.image-background {
  background-size: cover !important;
  background-position: center !important;
}
.image-background > img:first-child {
  display: none !important;
}
.select-inline {
  display: inline-block;
}
.grey-select-container {
  background: #e7e7e7;
  display: inline-block;
  position: relative;
}
.grey-select-container select {
  background: #e7e7e7;
  border: 0;
  color: #666;
  font-size: 16px;
  padding: 10px 40px 10px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.grey-select-container:after {
  color: #666;
  content: "\e252";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 0;
  top: 15%;
  border-left: 1px solid #aaa;
  padding: 5px 10px;
  pointer-events: none;
}
.grey-select-container.full-width {
  width: 100%;
}
.grey-select-container.full-width select {
  width: 100%;
}
.grey-select-container.select-border {
  border-left: 2px solid #ccc;
}
.white-select-container {
  background: #fff;
  display: inline-block;
  position: relative;
}
.white-select-container select {
  background: #fff;
  border: 0;
  color: #055da3;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 40px 10px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.white-select-container:after {
  color: #666;
  content: "\e252";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 0;
  top: 15%;
  border-left: 1px solid #aaa;
  padding: 5px 10px;
  pointer-events: none;
}
.white-select-container.full-width {
  width: 100%;
}
.white-select-container.full-width select {
  width: 100%;
}
.white-select-container.select-border {
  border-left: 2px solid #ccc;
}
.site-pagination .pagination-container {
  border-top: 1px solid #ccc;
}
.site-pagination .pagination-container a {
  border: 0;
  color: #666666;
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  padding: 6px 6px;
  margin-right: -5px;
  width: 10.5%;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-pagination .pagination-container a.active {
  background: #f4f3f3;
  color: #000;
}
.site-pagination .pagination-container a:hover {
  background: #f4f3f3;
  border: 0;
}
.site-pagination .pagination-container span.active {
  border: 0;
  background: #f4f3f3;
  color: #000;
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  padding: 6px;
  width: 11.5%;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-pagination.pagination-bottom {
  margin-bottom: 10px;
}
.site-pagination.pagination-bottom .pagination-container {
  border-bottom: 1px solid #ccc;
  border-top: 0;
}
.site-pagination.pagination-bottom .pagination-container .back-top {
  background: #ffc600;
  float: none;
  width: auto;
  padding: 8px 12px;
}
.breadcrumb {
  background: transparent;
}
.breadcrumb li {
  font-size: 14px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: " >";
}
.btn-yellow {
  background: #e6b200;
  color: #fff;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-yellow:hover {
  background: #ffc600;
  border: 0;
  color: #fff;
}
.btn-blue {
  background: #38bef5;
  color: #fff;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-blue:hover {
  background: #50c6f6;
  border: 0;
  color: #fff;
}
.btn-darkgray {
  background: #333333;
  border-color: #333333;
  color: #fff;
  font-size: 12px;
  padding: 8px 16px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-darkgray:hover {
  background: #ffc600;
  border-color: #ffc600;
}
.btn-post-job {
  background: #DB271F;
  border: 0;
  border-radius: 0;
  color: #fff;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-post-job i {
  font-size: 38px;
  margin: 0 5px 0 0;
}
.btn-post-job span.text-sm {
  display: block;
  margin: 2px 0 0 0;
}
.btn-post-job:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #e54f48 #fff;
}
.btn-post-job:hover {
  border: 0;
  background: #ae1f19;
  color: #fff;
}
/* Page Head */
.page-head {
  height: 201.45px;
  position: relative;
  overflow: hidden;
}
.page-head .head-text {
  background: rgba(3, 51, 89, 0.8);
  color: #fff;
  height: 100%;
  padding: 50px 20px 30px;
  position: absolute;
  max-width: 475px;
  min-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-head .head-text img {
  width: 100%;
}
.page-head .head-text .align-item .col-xs-10 h1 {
  margin-top: 10px;
}
.page-head .head-text .col-xs-10,
.page-head .head-text .col-sm-10 {
  padding-left: 0;
}
.page-head .head-text i {
  font-size: 42px;
}
.page-head .head-text h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}
.page-head .head-text h1 span {
  color: #ffc600;
}
.page-head .head-text p {
  font-weight: bold;
  line-height: 1.5;
  font-size: 12px;
}
.page-head.page-head-with-desc .head-text {
  padding: 27px 20px;
}
.page-head.about-page {
  overflow: visible;
}
.page-head.about-page .head-text {
  background: unset;
  background-image: linear-gradient(to bottom, rgba(3, 51, 89, 0.71), rgba(3, 51, 89, 0.71), hsl(207, 93%, 18%), #033359, #033359, #033359);
  position: absolute;
  z-index: 1;
  height: 540px;
  justify-content: flex-start;
}
.page-head.about-page .head-text .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 63%;
}
.page-head.about-page .head-text .img-overlay img {
  filter: opacity(0.1);
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.page-nav {
  background: #ffc600;
  padding: 15px 0 0 0;
}
.page-nav a,
.page-nav button {
  border-bottom: 0;
  border-left: 1px solid #cc9e00;
  color: rgba(51, 51, 51, 0.6);
  display: block;
  font-size: 16px;
  font-weight: 900;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-nav a span,
.page-nav button span {
  display: block;
  font-size: 11px;
}
.page-nav a.active,
.page-nav button.active {
  background: #fff;
  color: #033359;
}
.page-nav a.dive-pros,
.page-nav button.dive-pros {
  background: #E54F48;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  text-align: unset;
}
.page-nav a.dive-pros i,
.page-nav button.dive-pros i {
  font-size: 28px;
  margin: 0 10px 0 0;
}
.page-nav a.dive-pros:hover,
.page-nav button.dive-pros:hover {
  background: #db271f;
  color: #fff;
}
.page-nav a.get-listed,
.page-nav button.get-listed {
  background: #003F6C;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: unset;
}
.page-nav a.get-listed:before,
.page-nav button.get-listed:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #005d9f #ffc600;
}
.page-nav a.get-listed i,
.page-nav button.get-listed i {
  font-size: 32px;
  margin: 0 10px 0 0;
}
.page-nav a.get-listed:hover,
.page-nav button.get-listed:hover {
  background: #002139;
  color: #fff;
}
.page-nav a:hover,
.page-nav button:hover {
  background: #fff;
  color: #033359;
  border-bottom: 0;
}
.page-nav button {
  width: 100%;
  border: 0;
  padding: 30px 0;
  border-left: 1px solid #cc9e00;
  background: #ffc600;
}
.page-nav button:focus {
  outline: none;
}
.page-nav .right-sec {
  text-align: right;
  float: right;
}
.page-nav .right-sec span {
  width: auto;
  font-size: 15px;
  display: inline-block;
  color: rgba(51, 51, 51, 0.6);
  text-align: center;
  border-left: 1px solid #cc9e00;
  background: rgba(0, 0, 0, 0.1);
  padding: 16px 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-nav .right-sec span:first-child {
  border-left: 0;
}
.page-nav .right-sec span b {
  display: block;
  font-size: 20px;
}
.page-nav.nav-pro {
  border-bottom: 6px solid #E54F48;
}
.line-height-xs {
  line-height: 16px;
}
.line-height-sm {
  line-height: 22px;
}
.line-height-nm {
  line-height: 30px;
}
.color-gold {
  color: #ffc600;
}
.color-gray {
  color: #666;
}
.margin-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-xs-h {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-xs-all {
  margin: 5px;
}
.margin-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-sm-h {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-sm-all {
  margin: 10px;
}
.margin-nm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-nm-h {
  margin-right: 20px;
  margin-left: 20px;
}
.margin-nm-all {
  margin: 20px;
}
.margin-lg {
  margin-top: 35px;
  margin-bottom: 35px;
}
.margin-lg-h {
  margin-right: 35px;
  margin-left: 35px;
}
.margin-lg-all {
  margin: 35px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-v {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-margin-h {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-right: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-0 {
  margin-top: 0;
}
.padding-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-xs-h {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-xs-all {
  padding: 5px;
}
.padding-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-sm-h {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-sm-all {
  padding: 10px;
}
.padding-nm {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-nm-h {
  padding-right: 20px;
  padding-left: 20px;
}
.padding-nm-all {
  padding: 20px;
}
.padding-lg {
  padding-top: 35px;
  padding-bottom: 35px;
}
.padding-lg-h {
  padding-right: 35px;
  padding-left: 35px;
}
.padding-lg-all {
  padding: 35px;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-v {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-h {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.v-middle {
  vertical-align: middle !important;
}
/* TEXT */
.text-italic {
  font-style: italic;
}
.text-xs {
  font-size: 10px;
}
.text-sm {
  font-size: 12px;
}
.text-sm p {
  font-size: 12px;
}
.text-sm2 {
  font-size: 13px;
}
.text-sm2 p {
  font-size: 13px;
}
.text-nm {
  font-size: 14px;
}
.text-nm2 {
  font-size: 16px;
}
.text-lg {
  font-size: 18px;
}
.text-half-lg {
  font-size: 20px;
}
.text-2lg {
  font-size: 24px;
}
.text-3lg {
  font-size: 30px;
}
.text-4lg {
  font-size: 36px;
}
.text-5lg {
  font-size: 44px;
}
.text-6lg {
  font-size: 50px;
}
.text-light-100 {
  font-weight: 100;
}
.text-light {
  font-weight: 300;
}
.text-semi-bold {
  font-weight: 400;
}
.text-bold,
.text-strong {
  font-weight: 700;
}
.text-upper {
  text-transform: uppercase;
}
.title-with-border {
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
}
.auto-img {
  max-width: none;
  width: auto !important;
  height: auto;
}
.letter-spacing-lg {
  letter-spacing: 6px;
}
.letter-spacing-nm {
  letter-spacing: 4px;
}
.letter-spacing-sm {
  letter-spacing: 1px;
}
.letter-spacing-xs {
  letter-spacing: -1px;
}
.col_50 {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.grecaptcha-badge {
  z-index: 111;
}
#timeline {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}
#dates {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 45px;
}
#dates li {
  list-style: none;
  float: left;
  font-size: 24px;
  text-align: center;
  padding: 0 25px 0 0;
  background: url('/images/biggerdot.png') center bottom no-repeat;
  position: relative;
  /*&:first-child {
            a {
                span.dot {
                    left: 59%;
                }

                span.tab-marker {
                    left: 50%;
                }
            }
        }

        &:last-child {
            a {
                span.dot {
                    left: 47%;
                }

                span.tab-marker {
                    left: 23%;
                }
            }

            &.active {
                a {
                    span.dot {
                        left: 43.5%;
                    }
                }
            }
        }*/
}
#dates li a {
  border-bottom: 0;
  display: block;
  position: relative;
  text-align: left;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#dates li a:hover {
  border-bottom: 0;
}
#dates li a span.year {
  color: #999;
  font-size: 14px;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#dates li a span.title {
  font-size: 8px;
  font-weight: bold;
  display: block;
  height: 27px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#dates li a span.dot {
  display: block;
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 16px;
  width: 100%;
}
#dates li a span.dot i {
  background: #ddd;
  border-radius: 50%;
  border: 3px solid transparent;
  display: inline-block;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#dates li a span.tab-marker {
  display: block;
  position: absolute;
  bottom: -35px;
  left: -8px;
  opacity: 0;
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
#dates li a span.tab-marker:before {
  position: absolute;
  content: '';
  border-width: 0 16px 16px 16px;
  border-style: solid;
  border-color: #ddd transparent;
  top: -2px;
}
#dates li a span.tab-marker:after {
  position: absolute;
  content: '';
  border-width: 0 16px 16px 16px;
  border-style: solid;
  border-color: #f4f3f3 transparent;
}
#dates li.active a span.year {
  font-size: 20px;
  color: #ffc600;
  line-height: 20px;
}
#dates li.active a span.title {
  font-size: 8px;
  color: #066cbc;
}
#dates li.active a span.dot {
  /*bottom: -32px;*/
}
#dates li.active a span.dot i {
  background: #fff;
  border: 3px solid #033359;
  height: 14px;
  width: 14px;
}
#dates li.active a span.tab-marker {
  opacity: 1;
}
#timeline .tab-content {
  padding: 25px 0;
}
#timeline .tab-content .tab-pane {
  background: #F4F3F3;
  border: 1px solid #ddd;
  padding: 20px;
}
#timeline .tab-content .tab-pane .img {
  height: 189px;
  position: relative;
  overflow: hidden;
}
#timeline .tab-content .tab-pane .img img {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  position: absolute;
  right: -9999px;
  top: -9999px;
}
#timeline .tab-content .tab-pane h3 {
  margin-top: 0;
  color: #066cbc;
}
#timeline .tab-content .tab-pane .inner {
  font-size: 13px;
}
@media (max-width: 991px) {
  #timeline .tab-content {
    padding: 0 0 25px;
    text-align: center;
  }
  #timeline .tab-content .tab-pane h3 {
    margin-top: 15px;
  }
}