@charset "UTF-8";
/****** Fonts ******/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
@font-face {
  font-family: 'MyriadProRegular';
  src: url("../fonts/myraid_pro/regular/MyriadProRegular.eot");
  src: url("../fonts/myraid_pro/regular/MyriadProRegular.eot") format("embedded-opentype"), url("../fonts/myraid_pro/regular/MyriadProRegular.woff2") format("woff2"), url("../fonts/myraid_pro/regular/MyriadProRegular.woff") format("woff"), url("../fonts/myraid_pro/regular/MyriadProRegular.ttf") format("truetype"), url("../fonts/myraid_pro/regular/MyriadProRegular.svg#MyriadProRegular") format("svg"); }

@font-face {
  font-family: 'MyriadProSemibold';
  src: url("../fonts/myraid_pro/semibold/MyriadProSemibold.eot");
  src: url("../fonts/myraid_pro/semibold/MyriadProSemibold.eot") format("embedded-opentype"), url("../fonts/myraid_pro/semibold/MyriadProSemibold.woff2") format("woff2"), url("../fonts/myraid_pro/semibold/MyriadProSemibold.woff") format("woff"), url("../fonts/myraid_pro/semibold/MyriadProSemibold.ttf") format("truetype"), url("../fonts/myraid_pro/semibold/MyriadProSemibold.svg#MyriadProSemibold") format("svg"); }

@font-face {
  font-family: 'MyriadProBold';
  src: url("../fonts/myraid_pro/bold/MyriadProBold.eot");
  src: url("../fonts/myraid_pro/bold/MyriadProBold.eot") format("embedded-opentype"), url("../fonts/myraid_pro/bold/MyriadProBold.woff2") format("woff2"), url("../fonts/myraid_pro/bold/MyriadProBold.woff") format("woff"), url("../fonts/myraid_pro/bold/MyriadProBold.ttf") format("truetype"), url("../fonts/myraid_pro/bold/MyriadProBold.svg#MyriadProBold") format("svg"); }

/****** SCSS Functions ******/
/****** theme color variations ******/
/****** dimentions ******/
/****** Building Blocks ******/
.last-margin-0 > *:last-child {
  margin-bottom: 0; }

.bs-colum-gap-0 {
  margin: 0; }
  .bs-colum-gap-0 > div[class^="col-"] {
    padding: 0; }

@media screen and (min-width: 1200px) {
  .bs-colum-gap-50-lg {
    margin: 0 -25px; }
    .bs-colum-gap-50-lg > div[class^="col-"] {
      padding: 0 25px; }
  .bs-colum-gap-70-lg {
    margin: 0 -35px; }
    .bs-colum-gap-70-lg > div[class^="col-"] {
      padding: 0 35px; } }

.gap-bottom-5 {
  margin-bottom: 5px; }

.gap-bottom-10 {
  margin-bottom: 10px; }

.gap-bottom-15 {
  margin-bottom: 15px; }

.gap-bottom-20 {
  margin-bottom: 20px; }

.gap-bottom-25 {
  margin-bottom: 25px; }

.gap-bottom-30 {
  margin-bottom: 30px; }

.gap-bottom-35 {
  margin-bottom: 35px; }

.gap-bottom-40 {
  margin-bottom: 40px; }

.gap-bottom-45 {
  margin-bottom: 45px; }

.gap-bottom-50 {
  margin-bottom: 50px; }

@media screen and (min-width: 1200px) {
  .gap-bottom-5-lg {
    margin-bottom: 5px; }
  .gap-bottom-10-lg {
    margin-bottom: 10px; }
  .gap-bottom-15-lg {
    margin-bottom: 15px; }
  .gap-bottom-20-lg {
    margin-bottom: 20px; }
  .gap-bottom-25-lg {
    margin-bottom: 25px; }
  .gap-bottom-30-lg {
    margin-bottom: 30px; }
  .gap-bottom-35-lg {
    margin-bottom: 35px; }
  .gap-bottom-40-lg {
    margin-bottom: 40px; }
  .gap-bottom-45-lg {
    margin-bottom: 45px; }
  .gap-bottom-50-lg {
    margin-bottom: 50px; }
  .text-left-lg {
    text-align: left; }
  .text-center-lg {
    text-align: center; }
  .text-right-lg {
    text-align: right; } }

@media screen and (max-width: 1199px) {
  .gap-bottom-5-md {
    margin-bottom: 5px; }
  .gap-bottom-10-md {
    margin-bottom: 10px; }
  .gap-bottom-15-md {
    margin-bottom: 15px; }
  .gap-bottom-20-md {
    margin-bottom: 20px; }
  .gap-bottom-25-md {
    margin-bottom: 25px; }
  .gap-bottom-30-md {
    margin-bottom: 30px; }
  .gap-bottom-35-md {
    margin-bottom: 35px; }
  .gap-bottom-40-md {
    margin-bottom: 40px; }
  .gap-bottom-45-md {
    margin-bottom: 45px; }
  .gap-bottom-50-md {
    margin-bottom: 50px; }
  .text-left-md {
    text-align: left; }
  .text-center-md {
    text-align: center; }
  .text-right-md {
    text-align: right; } }

@media screen and (max-width: 991px) {
  .gap-bottom-5-sm {
    margin-bottom: 5px; }
  .gap-bottom-10-sm {
    margin-bottom: 10px; }
  .gap-bottom-15-sm {
    margin-bottom: 15px; }
  .gap-bottom-20-sm {
    margin-bottom: 20px; }
  .gap-bottom-25-sm {
    margin-bottom: 25px; }
  .gap-bottom-30-sm {
    margin-bottom: 30px; }
  .gap-bottom-35-sm {
    margin-bottom: 35px; }
  .gap-bottom-40-sm {
    margin-bottom: 40px; }
  .gap-bottom-45-sm {
    margin-bottom: 45px; }
  .gap-bottom-50-sm {
    margin-bottom: 50px; }
  .text-left-sm {
    text-align: left; }
  .text-center-sm {
    text-align: center; }
  .text-right-sm {
    text-align: right; } }

@media screen and (max-width: 767px) {
  .gap-bottom-5-xs {
    margin-bottom: 5px; }
  .gap-bottom-10-xs {
    margin-bottom: 10px; }
  .gap-bottom-15-xs {
    margin-bottom: 15px; }
  .gap-bottom-20-xs {
    margin-bottom: 20px; }
  .gap-bottom-25-xs {
    margin-bottom: 25px; }
  .gap-bottom-30-xs {
    margin-bottom: 30px; }
  .gap-bottom-35-xs {
    margin-bottom: 35px; }
  .gap-bottom-40-xs {
    margin-bottom: 40px; }
  .gap-bottom-45-xs {
    margin-bottom: 45px; }
  .gap-bottom-50-xs {
    margin-bottom: 50px; }
  .text-left-xs {
    text-align: left; }
  .text-center-xs {
    text-align: center; }
  .text-right-xs {
    text-align: right; } }

/****** Default Styles ******/
html,
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  position: relative;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased; }

a {
  color: #000;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #116999;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "futura-pt", sans-serif;
  color: #116999;
  font-weight: 700; }

h1 {
  margin: 0 0 25px 0;
  line-height: 1;
  font-size: 33px; }

h2 {
  margin: 0 0 25px 0;
  line-height: 1;
  font-size: 24px; }

h3 {
  margin: 0 0 20px 0;
  line-height: 1;
  font-size: 22px; }

h4 {
  margin: 0 0 20px 0;
  line-height: 1;
  font-size: 20px; }

p {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a4a; }

textarea:focus, input:focus {
  outline: none; }

.font-size-14 {
  font-size: 14px; }

.font-size-15 {
  font-size: 15px; }

.font-size-18 {
  font-size: 18px; }

.prominent-text {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #4a4a4a; }

/****** Global Classes ******/
.inline-list {
  margin: 0;
  padding: 0;
  font-size: 0; }
  .inline-list > li {
    margin-right: 10px;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    display: inline-block; }
  .inline-list > li:last-child {
    margin-right: 0; }
  .inline-list.no-margin > li {
    margin: 0; }

.info-link {
  color: #000;
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none; }

.info-link .fa {
  margin-left: 7px; }

.info-link:hover {
  color: #000; }

.checkbox.custom-checkbox {
  margin: 0;
  line-height: 1; }

.checkbox.custom-checkbox input {
  display: none; }

.checkbox.custom-checkbox label {
  line-height: 1;
  min-height: 30;
  padding-left: 40px; }

.checkbox.custom-checkbox label span {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 16px;
  color: rgba(62, 62, 62, 0.5); }

.checkbox.custom-checkbox label span:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: #f8f9fa;
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.checkbox.custom-checkbox input:checked + span {
  color: #3e3e3e; }

.checkbox.custom-checkbox input:checked + span:after {
  background: #f8f9fa url(../images/tick-icon.svg) center center no-repeat; }

.btn {
  border: 0;
  font-size: 16px;
  background-color: transparent;
  text-decoration: none;
  position: relative;
  border: solid 1px #116999;
  font-weight: 600;
  border-radius: 7px;
  color: #116999;
  border-radius: 0;
  line-height: 1;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 24px 8px 24px;
  font-family: "futura-pt", sans-serif;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease; }
  .btn:after {
    content: "";
    font-family: fontAwesome;
    margin-left: 10px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease; }
  .btn:focus, .btn:hover {
    background-color: #FFF;
    border-color: #f9f9f9; }
  .btn:hover::after {
    margin-left: 12px; }

.btn-primary {
  background: #116999;
  border-color: #116999;
  color: #FFF; }
  .btn-primary:focus, .btn-primary:hover {
    background: #116999;
    color: #FFF;
    border-color: #116999; }

.btn-pink {
  border: 0;
  background: #ee9f2d;
  color: #FFF; }

.btn-pink:hover, .btn-pink:focus {
  border: 0;
  background: #ffae37;
  color: #FFF; }

.btn-pink:after, .btn-pink:hover:after {
  margin-left: 0px; }

.btn-square {
  background: #116999;
  color: #FFF;
  line-height: 0.9;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 16px;
  min-height: 30px;
  min-width: auto;
  padding: 5px 13px;
  font-weight: 300; }
  .btn-square:focus, .btn-square:hover {
    background: #1998de;
    color: #FFF;
    border-color: #1998de; }
  .btn-square.btn-pink {
    background: #ffae37;
    color: #FFF; }

.social-icons > li {
  margin-right: 16px; }

.social-icons > li a {
  display: block;
  color: #ffae37;
  text-decoration: none;
  font-size: 21px; }

.social-icons > li a:hover {
  color: #116999; }

.form-control {
  height: 60px;
  border-radius: 6px;
  background-color: #f8f9fa;
  border: 0;
  padding: 6px 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #3e3e3e;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal; }
  .form-control:focus {
    outline: none;
    background: #FFF;
    color: #000;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }
  .form-control::-moz-placeholder {
    opacity: 1;
    color: rgba(62, 62, 62, 0.5); }
  .form-control:invalid {
    border: solid 1px #990000;
    box-shadow: none;
    outline: none; }

textarea.form-control {
  height: 133px;
  padding: 15px;
  resize: none; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: -100;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease; }
  .search-overlay .search-field {
    position: relative;
    width: 700px;
    margin: 0 auto;
    margin-top: 180px;
    padding: 73px 0; }
  .search-overlay .search-field .form-control {
    background: #FFF;
    height: 77px;
    box-shadow: none;
    border: 0;
    border-radius: 0px;
    font-size: 24px;
    padding: 6px 30px; }
  .search-overlay .search-field .search-close {
    position: absolute;
    top: 103px;
    font-size: 24px;
    line-height: 20px;
    right: 30px;
    z-index: 100;
    cursor: pointer; }
  .search-overlay .search-field .search-close:hover {
    color: #116999; }
  @media screen and (max-width: 767px) {
    .search-overlay .search-field {
      width: 96%; } }

.show-search .search-overlay {
  z-index: 10000;
  opacity: 1; }

.vertical-list {
  margin: 0;
  padding: 0; }
  .vertical-list > li {
    list-style-type: none;
    margin: 0 0 10px 0;
    line-height: 1; }
  .vertical-list > li:last-child {
    margin-bottom: 0; }
  .vertical-list > li a {
    color: #4a4a4a; }
  .vertical-list > li .btn {
    margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .vertical-list a {
      display: block; }
    .vertical-list span {
      margin-top: 25px;
      margin-left: 0px !important; } }

.breadcrumb {
  background: transparent;
  padding: 0;
  border-radius: 0;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 0; }
  .breadcrumb > li {
    color: #3e3e3e;
    font-weight: 400;
    line-height: 1;
    position: relative;
    font-size: 15px; }
  .breadcrumb > li:last-child {
    margin-right: 0; }
  .breadcrumb > .active {
    color: #3e3e3e; }
  .breadcrumb > li a {
    color: #116999;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    font-size: 15px; }
  .breadcrumb > li a:hover {
    color: #ffae37; }
  .breadcrumb > li + li::before {
    content: "";
    font-family: fontAwesome;
    font-size: 16px;
    padding: 0 10px;
    color: #3e3e3e;
    font-size: 15px; }

.image-block {
  margin-bottom: 20px;
  position: relative; }
  .image-block .image-holder {
    margin-bottom: 15px;
    position: relative;
    border-radius: 0;
    overflow: hidden; }
  .image-block .image-holder img {
    min-width: 100%; }
  .image-block .image-holder .captions-area {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1.3;
    font-weight: 700;
    width: 100%;
    padding: 0 25px 14px 18px;
    font-size: 16px;
    text-shadow: 0 1px 2px transparent;
    font-weight: 400;
    color: #FFF; }
  .image-block > *:last-child {
    margin-bottom: 0; }
  .image-block .searchicon {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffae37;
    color: #FFF;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px; }

.left-nav {
  padding: 22px 22px 40px 22px;
  background: #FFF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 35px; }
  .left-nav h3 {
    margin: 0 0 25px 0; }
  .left-nav .vertical-list > li {
    margin-bottom: 18px;
    line-height: 19px; }
  .left-nav .vertical-list > li a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    color: #116999; }
  .left-nav .vertical-list > li a:hover,
  .left-nav .vertical-list > li.active a {
    color: #ed9f2d; }
  .left-nav .vertical-list > li:last-child {
    margin-bottom: 0; }

.dates-list {
  margin-bottom: 30px; }
  .dates-list h3 {
    margin: 0 0 28px 0;
    line-height: 1.2; }
  .dates-list ul {
    margin: 0 0 30px 0;
    padding: 0; }
  .dates-list ul li {
    margin: 0 0 15px 0;
    padding: 4px 32px 7px 62px;
    list-style-type: none;
    position: relative;
    line-height: 1.4;
    cursor: pointer; }
  .dates-list ul li a {
    display: block;
    text-decoration: none; }
  .dates-list ul li:hover a {
    color: #FFF; }
  .dates-list ul li.active, .dates-list ul li:hover {
    background: #116999;
    color: #FFF; }
  .dates-list ul li.active:after, .dates-list ul li:hover::after {
    content: "";
    position: absolute;
    top: 2px;
    font-size: 20px;
    right: 16px;
    font-family: fontAwesome; }
  .dates-list ul li .date-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
    background: #116999;
    display: block; }
  .dates-list > *:last-child {
    margin-bottom: 0; }

.share-button {
  min-height: 50px;
  background: #FFF;
  color: rgba(17, 105, 153, 0.8);
  padding: 18px 18px 15px 18px;
  text-align: center; }
  .share-button > li {
    font-size: 20px;
    line-height: 1;
    text-align: center; }
  .share-button > li:first-child {
    margin-right: 16px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px; }
  .share-button > li a {
    color: #ffae37;
    text-decoration: none; }
  .share-button > li a:hover {
    color: #ffae37; }
  @media screen and (max-width: 500px) {
    .share-button > li:first-child {
      display: block;
      margin: 0 0 13px 0; } }

.archieve-buttons > li {
  margin-right: 5px; }

.archieve-buttons > li .btn {
  min-width: inherit;
  min-height: inherit;
  padding: 12px 25px; }

.archieve-buttons > li .btn-primary.active:hover {
  background: #ffae37;
  color: #FFF; }

.archieve-buttons > li:last-child {
  margin-right: 0; }

@media screen and (max-width: 600px) {
  .archieve-buttons > li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0; }
  .archieve-buttons > li:last-child {
    margin-bottom: 0; }
  .archieve-buttons > li .btn {
    display: block;
    width: 100%; } }

.timer-area {
  margin-bottom: 18px; }
  .timer-area time {
    display: block;
    text-align: center; }
  .timer-area time:after {
    content: "";
    display: block;
    clear: both; }
  .timer-area time .lbl {
    display: block;
    float: left;
    background: #143173;
    width: calc(100% - 79px);
    font-size: 14px;
    color: #FFF;
    height: 40px;
    line-height: 40px; }
  .timer-area time .date {
    width: 79px;
    float: right;
    height: 40px;
    background: #FFF;
    line-height: 41px;
    text-transform: uppercase;
    font-size: 14px;
    color: #143173; }
  @media screen and (max-width: 1199px) {
    .timer-area time .lbl {
      width: calc(100% - 100px);
      text-align: left;
      padding: 0 10px; }
    .timer-area time .date {
      width: 100px; } }

.info-box {
  margin: 35px 50px 40px 50px;
  position: relative; }
  .info-box h1 {
    line-height: 38px;
    margin: 0 0 12px 0;
    line-height: 1.1; }
  .info-box p {
    color: #4a4a4a;
    line-height: 26px;
    font-style: italic;
    font-size: 18px; }
  .info-box > *:last-child {
    margin-bottom: 0; }

.content-left {
  padding: 0px 70px 0px 65px !important; }

.help-box {
  background: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 25px; }

.help-box h3 {
  margin: 0 0 15px 0; }

.help-box p {
  margin: 0 0 20px 0;
  line-height: 1.7;
  color: #3e3e3e; }

.get-in-touch {
  background: #FFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 25px;
  margin-top: -20px; }
  .get-in-touch .vertical-list > li {
    line-height: 1;
    color: #3e3e3e;
    margin: 0 0 32px 0; }
  .get-in-touch .vertical-list > li span {
    display: block;
    padding-top: 6px; }
  .get-in-touch .vertical-list > li a {
    display: block;
    color: #116999;
    padding-top: 6px;
    text-decoration: none; }
  .get-in-touch .vertical-list > li a:hover {
    color: #ffae37; }
  .get-in-touch .vertical-list > li:last-child {
    margin-bottom: 0; }

.countdown {
  background: #116999;
  padding: 15px 25px;
  text-align: center; }
  .countdown .row {
    margin: 0 -7px; }
  .countdown .row > div {
    padding: 0 7px; }
  .countdown .row > div label {
    display: block;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 5px 0; }
  .countdown .row > div span {
    display: block;
    color: #FFF;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.8;
    font-family: "futura-pt", sans-serif; }

.search-layer {
  position: absolute;
  top: -7px;
  padding: 19px 0;
  right: 0;
  width: 100%;
  background: #116999;
  text-align: right;
  z-index: -110;
  opacity: 0;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease; }
  .search-layer .inner {
    width: 540px;
    position: relative;
    float: right; }
    .search-layer .inner .form-control {
      background: none;
      height: 45px;
      box-shadow: none;
      border-radius: 0;
      color: white;
      font-size: 24px;
      font-weight: 400;
      padding: 6px 60px 6px 35px; }
    .search-layer .inner .form-control::-moz-placeholder {
      color: white; }
    .search-layer .inner .form-control::-webkit-input-placeholder {
      color: white; }
    .search-layer .inner .search-cross {
      position: absolute;
      top: 11px;
      right: 25px;
      width: 24px;
      height: 24px;
      cursor: pointer; }
    .search-layer .inner .search-cross:hover {
      opacity: 0.5; }
    .search-layer .inner:after {
      content: "";
      width: 23px;
      height: 23px;
      position: absolute;
      top: 12px;
      left: 0;
      background: url(../images/search-icon.svg) 0 0px no-repeat; }
  @media screen and (max-width: 991px) {
    .search-layer .inner {
      width: 400px; } }
  @media screen and (max-width: 767px) {
    .search-layer {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      padding: 0;
      background: rgba(0, 0, 0, 0.8); }
      .search-layer .inner {
        width: 100%;
        position: absolute;
        background: #000;
        border-top: solid 1px rgba(255, 255, 255, 0.3);
        top: 155px;
        left: 0;
        padding: 0 30px; }
        .search-layer .inner .form-control {
          font-size: 16px; }
        .search-layer .inner .search-cross {
          right: 30px; }
        .search-layer .inner:after {
          left: 30px; } }

.have-question {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 20px;
  padding: 26px 30px 190px 30px;
  min-height: 260px;
  background: #FFF url(../images/have-question-image.jpg) right bottom no-repeat;
  text-align: left; }
  .have-question h3 {
    margin: 0 0 15px 0;
    color: #116999; }
  .have-question p {
    color: #3e3e3e;
    margin-bottom: 0;
    line-height: 20px;
    position: relative; }
  .have-question p:after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -48px;
    width: 15px;
    height: 32px;
    background: url(../images/help-pointer.png) 0 0px no-repeat; }
  .have-question .buttons-wrapper {
    text-align: center;
    position: absolute;
    left: 0;
    padding: 0 15px;
    bottom: 23px;
    width: 100%; }
  .have-question .btn-primary {
    background: #ffae37 !important;
    color: #FFF;
    border-color: #ffae37; }
  @media screen and (max-width: 1199px) {
    .have-question {
      padding: 26px 15px 190px 15px; }
      .have-question .buttons-wrapper .btn {
        display: block; } }

.features-boxes {
  margin-bottom: 30px; }
  .features-boxes .item {
    border-bottom: solid 1px #FFF;
    min-height: 62px;
    line-height: 1.1;
    padding: 13px 20px;
    background: #d71e00;
    color: #FFF;
    font-size: 18px;
    font-family: "futura-pt", sans-serif;
    position: relative; }
  .features-boxes .item:after {
    content: "";
    position: absolute;
    right: 22px;
    font-family: fontAwesome;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .features-boxes .item a {
    display: block;
    color: #FFF;
    text-decoration: none; }
  .features-boxes .item a:hover {
    color: rgba(255, 255, 255, 0.6); }
  .features-boxes .item.pink {
    background: #ffae37; }
  .features-boxes .item.blue {
    background: #116999; }
  .features-boxes .item span {
    display: block;
    font-family: "Source Sans Pro", sans-serif; }

.related-downloads {
  padding: 42px 0; }
  .related-downloads h3 {
    margin: 0 0 24px 0; }
  .related-downloads .items-wrapper .inner {
    background: rgba(216, 216, 216, 0.5);
    padding: 20px 40px 12px 14px;
    border-radius: 10px;
    min-height: 123px;
    position: relative; }
  .related-downloads .items-wrapper .inner:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 16px;
    width: 7px;
    height: 11px;
    background: url(../images/download-icon.svg) 0 0px no-repeat;
    z-index: 100;
    transform: rotate(-137deg);
    -moz-transform: rotate(-137deg);
    -webkit-transform: rotate(-137deg); }
  .related-downloads .items-wrapper .inner:hover {
    background: rgba(255, 174, 55, 0.5); }
  .related-downloads .items-wrapper .inner:hover::after {
    background: url(../images/download-icon-hover.svg) 0 0px no-repeat; }
  .related-downloads .items-wrapper .inner h5 {
    font-size: 15px;
    color: #3e3e3e;
    margin: 0 0 23px 0;
    line-height: 1; }
  .related-downloads .items-wrapper .inner .file-name {
    display: block;
    font-size: 15px;
    font-weight: 400;
    word-break: break-all;
    line-height: 16px; }
  .related-downloads .items-wrapper .inner .file-name a {
    display: block;
    color: #3e3e3e;
    text-decoration: none; }

.partner-logos {
  border-bottom: solid 1px #f1f1f1;
  padding: 45px 0;
  text-align: center; }

.partner-logos .inline-list > li {
  margin-right: 34px; }

.partner-logos .inline-list > li:last-child {
  margin-right: 0; }

.grey-logos {
  padding: 32px 0;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0; }
  .grey-logos .row > div:first-child {
    color: #116999;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    padding-top: 19px; }
  .grey-logos .list {
    margin: 0;
    padding: 0; }
  .grey-logos .list li {
    text-align: center; }
  .grey-logos .list li a {
    display: block; }
  .grey-logos .list li img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%; }
  @media screen and (max-width: 767px) {
    .grey-logos {
      padding: 16px 0; }
      .grey-logos .row > div:first-child {
        padding-top: 0;
        padding-bottom: 20px; } }

.choose-acsense {
  padding: 60px 0; }
  .choose-acsense .left-side h2 {
    font-size: 30px;
    margin: 0; }
  .choose-acsense .left-sid p {
    color: #4a4a4a;
    margin: 0 0 18px 0; }
  .choose-acsense .left-side h2 + p {
    font-size: 22px;
    color: rgba(74, 74, 74, 0.6);
    letter-spacing: -0.24px;
    margin: 0 0 10px 0; }
  @media screen and (min-width: 992px) {
    .choose-acsense .container {
      background: url(../images/polygon.png) top right no-repeat;
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media screen and (min-width: 1331px) {
    .choose-acsense .right-side .comment-box {
      width: 450px; }
    .choose-acsense .right-side .comment-box.red {
      margin-left: 20px; }
    .choose-acsense .right-side .comment-box.blue {
      margin-left: 74px; } }
  .choose-acsense .right-side .comment-box {
    display: table;
    padding: 28px;
    width: 100%;
    margin-bottom: 28px;
    border-radius: 10px;
    box-shadow: 0 2px 30px 5px rgba(28, 54, 95, 0.05), 0 1px 4px rgba(0, 0, 0, 0.08);
    background: #FFF; }
  .choose-acsense .right-side .comment-box > div {
    display: table-cell;
    vertical-align: top; }
  .choose-acsense .right-side .comment-box > div:first-child {
    width: 70px;
    padding-top: 5px; }
  .choose-acsense .right-side .comment-box > div p {
    line-height: 21px;
    color: #116999;
    margin: 0 0 10px 0; }
  .choose-acsense .right-side .comment-box > div > *:last-child {
    margin-bottom: 0; }
  .choose-acsense .right-side > *:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 400px) {
    .choose-acsense .left-side .buttons-wrapper .btn {
      display: block; } }

.what-we-do {
  padding: 30px 0; }
  @media screen and (min-width: 992px) {
    .what-we-do .row > .left-side {
      padding-right: 70px; }
    .what-we-do .row > .right-side .wrapper {
      width: 424px; } }
  .what-we-do .row > .left-side img {
    display: inline-block;
    vertical-align: top; }
  .what-we-do .row > .right-side {
    padding-top: 58px; }
  @media screen and (max-width: 991px) {
    .what-we-do .row > .right-side {
      padding: 30px 15px 30px 15px; } }

.related-articles h4 {
  margin: 20px 0; }

.related-articles .vertical-list > li {
  margin-bottom: 14px; }

.related-articles .vertical-list > li:last-child {
  margin-bottom: 0; }

.related-articles .vertical-list > li a {
  position: relative;
  font-size: 17px; }

.related-articles .vertical-list > li span {
  line-height: 1.1;
  margin-right: 25px; }

.related-articles .vertical-list > li span:after {
  content: " ";
  margin-left: 0px;
  font-family: fontAwesome;
  opacity: 0; }

.related-articles .vertical-list > li a:hover {
  font-weight: 400;
  color: #ffae37; }

.related-articles .vertical-list > li a:hover::after {
  opacity: 1; }

.related-articles.downloadwrap {
  padding: 40px 0 120px; }

.related-articles .downloadbox {
  border-radius: 15px;
  background: rgba(74, 74, 74, 0.15);
  width: 165px;
  height: 126px;
  margin-right: 1%;
  float: left;
  padding: 15px;
  text-decoration: none; }

.related-articles .downloadbox h4 {
  visibility: hidden;
  margin-top: 0;
  margin-bottom: 35px; }

.related-articles .downloadbox span {
  font-size: 15px;
  text-align: left;
  position: relative;
  width: 100%;
  display: block;
  height: 45px;
  overflow: hidden; }

.related-articles .downloadbox span:after {
  content: url("../images/shape.png");
  height: 10px;
  width: 10px;
  right: 2px;
  bottom: 5px;
  position: absolute;
  transform: rotate(-135deg); }

.related-articles .downloadbox:hover {
  background: #f6be52; }

.related-articles .downloadbox:hover h4 {
  visibility: visible;
  color: #FFF; }

.related-articles .downloadbox:hover span {
  color: #FFF; }

.related-articles .downloadbox:hover span:after {
  content: url("../images/shape-white.png"); }

@media screen and (max-width: 767px) {
  .related-articles .vertical-list > li a {
    margin-top: 10px; } }

@media screen and (max-width: 480px) {
  .related-articles .downloadbox {
    width: 100%;
    margin-bottom: 20px; }
    .related-articles .downloadbox:last-child {
      margin-bottom: 0px; } }

.features {
  position: relative; }
  .features .feature-item {
    border: solid 1px #dbdbdb;
    border-left: 0; }
  .features .feature-item .text-wrapper h2 {
    margin: 0 0 20px 0; }
  @media screen and (min-width: 992px) {
    .features .row {
      position: relative;
      margin-top: -30px; }
    .features:after {
      content: "";
      width: 100%;
      height: 100px;
      background: #f1f1f1;
      position: absolute;
      top: 1px;
      left: 0; }
    .features .feature-item .text-wrapper {
      bottom: -62px; }
    .features .feature-item:hover {
      transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      z-index: 100; }
    .features .feature-item:hover .text-wrapper {
      bottom: 0; } }
  @media screen and (max-width: 767px) {
    .features .container {
      padding: 0; } }

.feature-item {
  position: relative;
  text-align: right;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 2px 27px 9px rgba(0, 0, 0, 0.2); }

.feature-item > img {
  display: inline-block;
  vertical-align: top; }

.feature-item.red {
  background-color: #d71e00; }

.feature-item.pink {
  background-color: #ffae37; }

.feature-item.blue {
  background-color: #116999; }

.feature-item .text-wrapper {
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 20px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }

.feature-item .text-wrapper h2 {
  font-size: 28px;
  font-family: "futura-pt", sans-serif;
  color: #FFF;
  line-height: 1;
  margin: 0; }

.feature-item .text-wrapper h2 span {
  display: block;
  font-family: "Source Sans Pro", sans-serif; }

.feature-item .text-wrapper .btn {
  border-color: #FFF;
  color: #FFF; }

.feature-item .text-wrapper .btn:hover {
  color: #000; }

@media screen and (max-width: 1199px) {
  .feature-item .text-wrapper h2 {
    font-size: 18px;
    margin: 0 0 10px 0; }
  .feature-item .text-wrapper .btn {
    font-size: 14px;
    min-height: inherit;
    padding: 8px 20px; } }

.conversation-area {
  padding: 30px 0;
  text-align: center; }
  .conversation-area h2 {
    margin: 0 0 8px 0; }
  .conversation-area p {
    line-height: 26px;
    margin: 0 280px 15px 280px;
    font-size: 17px; }
  @media screen and (max-width: 991px) {
    .conversation-area p {
      margin: 0 90px 15px 90px; } }
  .conversation-area .btn-info {
    background: #5194c4;
    border-color: #5194c4;
    font-size: 20px;
    font-family: "futura-pt", sans-serif;
    min-height: 50px;
    padding: 16px 24px 11px 24px;
    color: #FFF;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15); }
  .conversation-area .btn-info:after {
    display: none; }
  .conversation-area .btn-info img {
    position: relative;
    top: -3px; }

.herotext {
  padding-bottom: 60px; }
  .herotext .textbottom {
    padding: 20px; }
  .herotext .openingbox {
    box-shadow: 0 2px 30px 5px rgba(28, 54, 95, 0.05), 0 1px 4px rgba(0, 0, 0, 0.08);
    background: #FFF;
    padding: 20px; }
  .herotext .openingbox:hover {
    box-shadow: 0 2px 10px 2px rgba(28, 54, 95, 0), 0 0px 3px rgba(0, 0, 0, 0.1); }
  .herotext .openingbox ul {
    margin: 0px;
    list-style: none;
    line-height: 2;
    padding: 0px; }
  .herotext .openingbox li {
    color: #116999;
    font-size: 15px; }
  .herotext .clock {
    padding: 12px;
    margin-top: -75px;
    float: right;
    background: #ffae37;
    box-shadow: 0 2px 22px 5px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 767px) {
    .herotext .openingbox {
      margin-top: 30px; } }
  .herotext .openingbox strong {
    width: 28%;
    display: inline-block; }
    @media screen and (max-width: 479px) {
      .herotext .openingbox strong {
        width: 100%;
        display: block; } }

.devele {
  background: #116999;
  margin-bottom: 30px; }
  .devele .col-md-8 {
    padding: 40px 15px;
    background: #ee9f2d; }
  .devele .col-md-4 {
    padding: 36px 15px; }
  .devele h2 {
    color: #FFF; }
  .devele .right h2, .devele .right p {
    padding-left: 20px; }
  .devele ul {
    list-style: none;
    padding: 0px;
    color: #FFF;
    margin-bottom: 0px; }
  .devele ul li {
    display: inline-block;
    width: 45%;
    line-height: 28px;
    font-size: 18px; }
    @media screen and (max-width: 639px) {
      .devele ul li {
        width: 100%; } }
    .devele ul li:nth-child(7) {
      display: block; }
  .devele .col-md-8 {
    box-shadow: -750px 0 0 #ee9f2d; }
  .devele p {
    color: #FFF;
    width: 70%;
    float: left;
    margin: 0px; }
  .devele p img {
    float: right; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .devele .col-md-8 {
      margin: 0 -15px;
      padding: 40px 30px; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .devele img {
      width: 18% !important;
      margin-top: -50px; }
    .devele .col-md-8 {
      box-shadow: 0px 0px 0 #ee9f2d; } }
  @media screen and (min-width: 991px) and (max-width: 1199px) {
    .devele .col-md-8 {
      box-shadow: -200px 0px 0 #ee9f2d; }
    .devele ul li {
      font-size: 16px;
      line-height: 32px; }
    .devele p {
      font-size: 15px; } }

.blogpage {
  padding: 20px 0 0;
  position: relative; }
  .blogpage .blogpage h1 {
    margin: 0 100px 5px 0; }

/****** Building Blocks ******/
.show-mobile-menu {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.show-mobile-menu .mobile-nav {
  left: 0; }

.mobile-nav {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: white;
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 10001;
  box-shadow: 0 0 24px 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  display: block; }
  @media screen and (min-width: 768px) {
    .mobile-nav {
      display: none; } }
  .mobile-nav .heading {
    padding: 25px; }
  .mobile-nav .heading .icons {
    text-align: right;
    padding-top: 16px; }
  .mobile-nav .heading .icons a {
    margin-right: 16px;
    font-size: 20px;
    color: #ffae37; }
  .mobile-nav .heading .icons a:hover {
    opacity: 0.5; }
  .mobile-nav .features-boxes {
    margin: 0; }
  .mobile-nav .features-boxes .item {
    min-height: 55px;
    padding: 9px 20px;
    font-size: 16px; }
  .mobile-nav .nav-list {
    padding: 25px 17px 50px 17px; }
  .mobile-nav .nav-list ul {
    margin: 0;
    padding: 0; }
  .mobile-nav .nav-list ul li {
    border-bottom: solid 1px #dde1e7;
    list-style-type: none;
    position: relative; }
  .mobile-nav .nav-list ul li.dropdown:after {
    content: "";
    font-size: 16px;
    position: absolute;
    top: 4px;
    right: 0;
    font-family: fontAwesome; }
  .mobile-nav .nav-list ul li.dropdown.open::after {
    content: ""; }
  .mobile-nav .nav-list ul li a {
    display: block;
    font-size: 16px;
    padding: 11px 25px 10px 5px;
    text-decoration: none;
    line-height: 1;
    color: #116999; }
  .mobile-nav .nav-list ul li a:hover {
    color: #4a4a4a; }
  .mobile-nav .nav-list ul li a:focus {
    font-weight: 700; }
  .mobile-nav .nav-list ul li:last-child {
    border: 0px; }
  .mobile-nav .nav-list .dropdown-menu {
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    float: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    margin: 0; }
  .mobile-nav .nav-list .dropdown-menu li {
    border: 0; }
  .mobile-nav .nav-list .dropdown-menu li a {
    font-size: 14px;
    padding: 5px 25px 5px 5px; }
  .mobile-nav .nav-list .dropdown-menu li a:hover {
    font-weight: 400;
    background: none;
    color: #ffae37; }
  .mobile-nav .mobileicon {
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px 15px 25px; }
  .mobile-nav .mobileicon li {
    display: inline-block;
    margin: 0 10px; }
  .mobile-nav .mobileicon li:first-child {
    margin-left: 10px; }
  .mobile-nav .mobileicon a {
    color: #ffae37; }
  .mobile-nav .mobileicon a:hover, .mobile-nav .mobileicon a:focus {
    color: #4a4a4a; }
  .mobile-nav .logos {
    text-align: center;
    padding-bottom: 20px; }
  .mobile-nav .mobile-logo img {
    width: 100px; }

.header {
  top: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 999; }
  .header .top-bar {
    padding: 20px 0 25px 0;
    position: relative; }
  .header .top-bar:after {
    content: "";
    width: 100%;
    height: 217px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .header .info-links {
    text-align: right;
    padding-top: 5px; }
  .header .info-links > li {
    line-height: 1;
    margin-right: 25px; }
  .header .info-links > li > a span {
    color: #FFF; }
  .header .info-links > li > a:hover span {
    opacity: 1; }
  .header .info-links > li.phone {
    font-size: 16px;
    color: #FFF;
    font-weight: 700;
    font-family: "futura-pt", sans-serif; }
  .header .info-links > li.phone img {
    position: relative;
    top: -2px;
    padding-right: 6px; }
  .header .info-links > li.phone a {
    color: #fff;
    text-decoration: none; }
  .header .info-links > li.search-icon a {
    display: block; }
  .header .info-links > li.search-icon a img:hover {
    opacity: 0.7; }
  .header .info-links > li:last-child {
    margin-right: 0; }
  .header .info-links > li span {
    font-size: 20px;
    opacity: 0.5; }
  .header .info-links + .menu-icon {
    margin-top: 18px;
    margin-right: 12px;
    cursor: pointer;
    float: right; }
  .header .info-links + .menu-icon:hover {
    opacity: 0.5; }
  .header .logo-holder img {
    max-width: 180px;
    margin-top: -40px;
    margin-left: 10px; }
  @media screen and (max-width: 1199px) {
    .header .logo-holder img {
      margin-top: -20px;
      max-width: 140px; } }
  @media screen and (max-width: 767px) {
    .header .logo-holder img {
      margin-top: 0px;
      width: 75px;
      display: inline-block; } }
  .header .navigation .container {
    background: #FFF;
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.15); }
  .header .navigation .inline-list {
    text-align: right; }
  .header .navigation .inline-list > li {
    line-height: 1;
    margin-right: 22px; }
  .header .navigation .inline-list > li:last-child {
    margin-right: 0; }
  .header .navigation .inline-list > li:last-child img {
    margin-top: -6px;
    margin-right: 5px; }
  .header .navigation .inline-list > li > a {
    display: block;
    padding: 14px 10px;
    font-size: 16px;
    color: #364046;
    text-decoration: none;
    font-weight: 600;
    font-family: "futura-pt", sans-serif; }
  .header .navigation .inline-list > li:hover > a {
    color: #FFF;
    background: #ee9f2d; }
  .header .navigation .inline-list > li:hover > .dropdown-menu {
    display: block; }
  .header .navigation .inline-list > li.active > a {
    background: #ee9f2d;
    color: #FFF; }
  .header .navigation .inline-list > li.reservbtn > a {
    background: #ffae37;
    color: #FFF;
    padding: 30px; }
  .header .navigation .inline-list > li.reservbtn a:hover {
    background: #f6be52; }
  .header .navigation .inline-list > li.search-icon a {
    padding: 14px 25px; }
  .header .navigation .inline-list > li.search-icon a:hover {
    background: none; }
  .header .navigation .inline-list > li.search-icon a:hover img {
    opacity: 0.8; }
  .header .navigation .inline-list > li.search-icon {
    position: relative;
    margin-right: 0px; }
  .header .navigation .inline-list > li.search-icon:before {
    position: absolute;
    border-left: 1px #e9edeb solid;
    left: -5%;
    top: -25%;
    height: 149%;
    content: " "; }
  @media screen and (max-width: 1199px) {
    .header .navigation {
      text-align: center; }
      .header .navigation .inline-list {
        text-align: right;
        padding: 10px 15px 10px 0px; }
      .header .navigation .inline-list > li.reservbtn > a {
        padding: 14px 10px; }
      .header .navigation .container {
        box-shadow: none; }
      .header .navigation .inline-list > li.search-icon:before {
        top: 0%;
        height: 100%; }
      .header .navigation .inline-list > li > a {
        font-size: 14px;
        padding: 14px 10px; }
      .header .navigation .inline-list > li {
        margin-right: 12px; } }
  @media screen and (max-width: 1024px) {
    .header .navigation .inline-list > li > a {
      padding: 14px 5px; } }
  @media screen and (max-width: 991px) {
    .header .navigation .inline-list > li:not(:last-child) {
      margin-right: 10px; }
    .header .navigation .inline-list > li > a {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .header .navigation {
      display: none; } }
  .header .dropdown-menu {
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    border: 0;
    float: none;
    max-width: none;
    background: none;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16); }
  .header .dropdown-menu ul {
    width: 205px;
    margin: 0;
    padding: 10px 0;
    background: #ee9f2d;
    position: relative; }
  .header .dropdown-menu ul li {
    line-height: 1;
    list-style-type: none; }
  .header .dropdown-menu ul li a {
    display: block;
    padding: 12px 15px;
    font-size: 16px;
    color: #FFF;
    text-decoration: none; }
  .header .dropdown-menu ul li a:hover {
    background: #f6be52; }
  .header.sticky {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1000;
    animation: animate_header 0.4s ease 0s;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1); }
    .header.sticky .container {
      box-shadow: none !important; }
    .header.sticky .navigation, .header.sticky .top-bar {
      background: #FFF; }
    .header.sticky .navigation .container {
      border-top: 0;
      box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.15); }
    .header.sticky .top-bar .phone {
      color: #116999; }
    .header.sticky .info-links > li > a span {
      color: #ffae37;
      opacity: 1; }
    .header.sticky .info-links > li > a:hover span {
      color: #116999; }
    .header.sticky .dropdown-menu {
      top: 92%; }
  @media screen and (max-width: 767px) {
    .header {
      border-bottom: solid 4px #116999;
      background: #FFF; } }

#banner {
  min-height: 450px;
  max-height: 450px;
  background: top center no-repeat;
  background-size: cover;
  margin-top: -150px; }

@media screen and (max-width: 1200px) {
  #banner {
    margin-top: -205px; } }

.visual {
  height: 550px;
  overflow: hidden; }
  .visual > img {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    min-height: 100%; }

.visual.small {
  height: 300px; }

@media screen and (max-width: 1240px) {
  .visual {
    height: 370px; }
    .visual > img {
      min-height: 100%; }
  .visual.small {
    height: 130px; } }

@media screen and (max-width: 991px) {
  .visual {
    height: 250px; }
    .visual > img {
      min-height: 100%; }
  .visual.small {
    height: 120px; } }

@media screen and (max-width: 520px) {
  .visual {
    height: 200px; }
    .visual > img {
      min-height: auto; }
  .visual.small {
    height: 100px; } }

.banner {
  position: relative; }
  .banner.show-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  @media screen and (min-width: 768px) {
    .banner:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute; } }
  .banner .banner-image {
    min-width: 100%;
    max-width: 100%; }
  .banner .banner-img {
    min-width: 100%; }
  .banner .waves {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 171px;
    width: 100%;
    background: url(../images/wave1.png) left top repeat-x;
    display: none;
    animation: animate_background 40s linear 0s infinite; }
  .banner .waves2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 171px;
    width: 100%;
    background: url(../images/wave2.png) left top repeat-x;
    display: none;
    animation: animate_background2 40s linear 0s infinite; }
  .banner .captions h1 {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35); }
  .banner .captions {
    padding-top: 140px;
    display: none;
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .banner .captions.home {
    padding-top: 40px; }
  .banner .captions .container {
    position: relative; }
  .banner .home.captions {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
  @media screen and (min-width: 992px) {
    .banner .waves {
      display: block; }
    .banner .waves2 {
      display: block; }
    .banner .captions {
      display: block; }
    .banner .captions .container {
      padding-left: 70px; }
    .banner .captions .container .inner {
      width: 760px;
      margin: auto;
      text-align: center; } }
  .banner .captions h1 {
    font-size: 50px;
    font-family: "futura-pt", sans-serif;
    letter-spacing: -1.36px;
    line-height: 0.8;
    margin: 0 0 14px 0;
    color: #FFF; }
  .banner .captions h1 span {
    display: block;
    font-family: "Source Sans Pro", sans-serif; }
  .banner .captions h1 + p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 26px;
    line-height: 29px;
    margin: 0 0 14px 0;
    color: #FFF;
    font-family: "futura-pt", sans-serif; }
  .banner .captions .btn-primary:not(:hover) {
    background: #116999;
    border-color: #116999; }
  .banner .captions .btn-primary {
    padding: 16px 30px;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px; }
  .banner .captions .btn-primary:after {
    content: " ";
    margin: 0px; }
  .banner.inner-banner:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #f1f1f1; }
  .banner.inner-banner.pink-border::before {
    background: #ffae37; }
  .banner.inner-banner.blue-border::before {
    background: #116999; }
  .banner.inner-banner.red-border::before {
    background: #d71e00; }
  .banner.inner-banner .captions h1 {
    margin-bottom: 0; }

.main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  height: 100px; }

@keyframes animate_background {
  from {
    background-position: 0 0; }
  to {
    background-position: -1600px 0; } }

@keyframes animate_background2 {
  from {
    background-position: 0 0; }
  to {
    background-position: 1600px 0; } }

@keyframes animate_header {
  from {
    top: -100%; }
  to {
    top: 0; } }

.navbar-fixed-top {
  position: relative !important; }
  .navbar-fixed-top .top-bar .phone {
    color: #116999 !important; }
  .navbar-fixed-top .top-bar li a span {
    color: #fff !important; }

@media screen and (min-width: 1199px) {
  .captionsbody {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none; }
  .showoverlay .captionsbody {
    display: block; } }

.content-block {
  text-align: center;
  padding: 60px 0 45px 0; }
  .content-block .intro-area p {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 28px; }
  .content-block .image-holder {
    position: relative; }
  .content-block .image-holder img {
    margin: auto; }
  .content-block .h-list .item .image {
    margin-bottom: 32px; }
  .content-block .h-list .item .image img {
    margin: auto; }
  .content-block .h-list .item p {
    font-size: 16px;
    line-height: 22px; }
  .content-block .h-list .item p:last-child {
    margin-bottom: 0; }
  .content-block .articles .item {
    text-align: center; }
  .content-block .articles .item img {
    margin-bottom: 20px; }
  .content-block .articles .item h3 {
    font-size: 20px;
    margin: 0 0 20px 0; }
  .content-block .articles .item p {
    margin: 0 0 28px 0; }
  .content-block .articles .item .btn-border:not(:hover) {
    color: #595959; }
  .content-block .captions {
    width: 328px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 70px;
    z-index: 1000; }
  .content-block .btn:hover {
    background: #f6be52;
    border-color: #f6be52; }
  .content-block.v3 .text-area {
    text-align: left; }
  .content-block.v3 .text-area p {
    margin: 0 0 28px 0; }
  .content-block.v3 .text-area .btn-border:not(:hover) {
    color: #3e3e3e; }
  .content-block.v3 .text-area .buttons-wrapper {
    padding-top: 14px; }
  .content-block.v7 {
    margin: 40px 0;
    border: 1px solid rgba(151, 151, 151, 0.15);
    padding: 0px; }
    @media screen and (min-width: 992px) {
      .content-block.v7 .image-holder {
        background: url(../images/wij-helpen.jpg) center center no-repeat;
        background-size: cover;
        min-height: 340px; }
      .content-block.v7 .text-area {
        text-align: left;
        padding: 80px 0 40px !important;
        background: none; } }
    .content-block.v7 .btn:after {
      margin-left: 10px; }
  .content-block.v8 {
    padding: 0; }
    @media screen and (min-width: 992px) {
      .content-block.v8 .image-holder {
        min-height: 440px; }
      .content-block.v8 .text-area {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .content-block.v8 .text-area {
      text-align: left; }
    .content-block.v8 .text-area .buttons-wrapper {
      padding-top: 12px; }
    @media screen and (max-width: 991px) {
      .content-block.v8 {
        padding: 0px 0; }
        .content-block.v8 .image-holder {
          min-height: 440px; } }
    .content-block.v8 .btn-pink:after {
      margin-left: 15px; }
  .content-block.v10 .image-holder {
    position: relative; }
  .content-block.v10 .image-holder img {
    min-width: 100%; }
  .content-block.v10 .text-area {
    width: 457px;
    padding: 90px 0 70px 0;
    margin: auto; }
  .content-block.v10 .captions {
    background-color: rgba(0, 84, 125, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: 0;
    width: 470px;
    padding: 18px 78px 18px 23px;
    text-align: left;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    .content-block.v10 .captions p {
      font-size: 22px;
      color: white;
      line-height: 1;
      font-weight: 500;
      padding: 0;
      margin: 0; }
    .content-block.v10 .captions h1 {
      margin: 0;
      font-size: 50px;
      font-weight: 700;
      line-height: 1;
      color: white; }
  @media screen and (max-width: 1100px) {
    .content-block.v10 .text-area {
      display: block;
      padding: 60px 0px;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .content-block.v10 .text-area {
      width: 100%;
      padding: 30px 15px;
      margin: 0px 0px; }
    .content-block.v10 .captions {
      width: 100%;
      left: 0;
      padding: 15px;
      transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      text-align: center; }
      .content-block.v10 .captions p {
        font-size: 16px;
        margin-bottom: 10px; }
      .content-block.v10 .captions h1 {
        font-size: 25px; } }
  .content-block.v10 .btn-pink {
    line-height: 1.6; }
  .content-block.v11 {
    background: #f9f9f9; }
    .content-block.v11 .text-area p {
      color: #4a4a4a; }
    .content-block.v11 .text-area .buttons-wrapper {
      padding: 0; }
    .content-block.v11 .text-area .buttons-wrapper:after {
      display: none; }
    .content-block.v11 .imgcaptions {
      background: rgba(17, 105, 153, 0.8);
      padding: 25px;
      width: 390px;
      color: #FFF;
      margin: auto;
      font-size: 22px;
      text-align: left;
      position: absolute;
      top: 30%;
      transform: translateY(-30%);
      left: 50%;
      transform: translateX(-50%);
      font-family: "futura-pt", sans-serif; }
    .content-block.v11 .imgcaptions strong {
      font-size: 50px;
      font-family: "futura-pt", sans-serif;
      text-transform: uppercase;
      display: block;
      margin-top: 5px;
      line-height: 1; }
    @media screen and (max-width: 1300px) {
      .content-block.v11 .text-area {
        width: auto;
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 991px) {
      .content-block.v11 .text-area {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 500px) {
      .content-block.v11 .text-area .buttons-wrapper .btn {
        display: block; }
      .content-block.v11 .imgcaptions {
        transform: translateY(20%);
        top: 20%;
        left: 50%;
        transform: translateX(-50%); }
      .content-block.v11 .imgcaptions strong {
        font-size: 30px; } }
    @media screen and (max-width: 479px) {
      .content-block.v11 .imgcaptions strong {
        font-size: 20px; }
      .content-block.v11 .imgcaptions {
        transform: translateY(20%);
        top: 20%;
        left: 10%;
        transform: translateX(-10%); } }
  @media screen and (min-width: 992px) {
    .content-block.v12 .container {
      width: 555px; } }
  .content-block.v12 h3 {
    font-size: 22px;
    margin: 0 0 20px 0; }
  .content-block.v13 h3 {
    font-size: 22px;
    margin: 0 0 20px 0; }
  .content-block.v13 .image-holder span {
    display: block;
    margin: auto;
    width: 250px;
    height: 250px;
    border-radius: 250px; }
  .content-block.v14 h3 {
    font-size: 22px;
    margin: 0 0 20px 0; }
  .content-block.v14 .image-holder span {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    overflow: hidden; }
  .content-block.v15 {
    padding: 0; }
    .content-block.v15 .item {
      position: relative; }
    .content-block.v15 .item img {
      min-width: 100%; }
    .content-block.v15 .item:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(17, 105, 153, 0.7);
      z-index: 100; }
    .content-block.v15 .item:first-child::after {
      background: rgba(17, 105, 153, 0.7); }
    .content-block.v15 .item:last-child::after {
      background: rgba(62, 62, 62, 0.7); }
    .content-block.v15 .item .btn-border {
      background: transparent;
      color: white;
      border-color: #FFF; }
    .content-block.v15 .item .btn-border:hover {
      background: #FFF;
      color: #3e3e3e; }
    .content-block.v15 .captions {
      width: 328px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      bottom: 70px;
      z-index: 1000; }
      .content-block.v15 .captions p {
        line-height: 1;
        font-size: 22px;
        margin: 0 0 15px 0;
        color: #FFF;
        font-weight: 500; }
      .content-block.v15 .captions h1 {
        font-size: 50px;
        margin: 0 0 42px 0;
        line-height: 1;
        color: #FFF; }
      @media screen and (max-width: 991px) {
        .content-block.v15 .captions {
          width: 100%;
          padding: 0 15px;
          left: 0;
          transform: translateX(0);
          -moz-transform: translateX(0);
          -webkit-transform: translateX(0);
          margin: 0; }
          .content-block.v15 .captions p {
            font-size: 16px; }
          .content-block.v15 .captions h1 {
            font-size: 30px; } }
  .content-block.v16 .image-holder img {
    min-width: 100%;
    margin: 0; }
  .content-block.v16 .left-side .image-holder {
    text-align: left;
    position: relative; }
  .content-block.v16 .left-side .image-holder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 105, 153, 0.7);
    z-index: 10; }
  .content-block.v16 .left-side .image-holder .captions {
    z-index: 100;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
  .content-block.v16 .left-side .image-holder .captions h1 {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size: 60px;
    line-height: 1;
    text-align: left; }
  .content-block.v16 .left-side .image-holder .captions h1 span {
    display: block;
    color: #FFF;
    font-weight: 700; }
  .content-block.v16 .details-area {
    text-align: left; }
  .content-block.v16 .details-area .image-holder {
    margin-bottom: 18px;
    position: relative; }
  @media screen and (max-width: 400px) {
    .content-block.v16 .left-side .image-holder .captions {
      width: 100%;
      padding: 0 15px; }
    .content-block.v16 .left-side .image-holder .captions h1 {
      font-size: 30px;
      text-align: center; } }
  @media screen and (max-width: 991px) {
    .content-block.v8 .text-area {
      padding-bottom: 30px; }
    .content-block.v8 .image-holder {
      position: relative; }
    .content-block.v9 .text-area {
      padding-top: 30px;
      padding-bottom: 0; } }

.news-block {
  padding: 80px 0; }
  .news-block .image-holder {
    position: relative; }
  .news-block .captions {
    left: 30px;
    bottom: 30px;
    width: 300px;
    z-index: 100; }
  .news-block .captions .buttons {
    margin-bottom: 10px; }
  .news-block .captions span {
    font-size: 14px;
    text-transform: lowercase;
    line-height: 21px;
    font-weight: 700;
    color: #FFF; }
  .news-block .captions a {
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: 600;
    color: #116999;
    text-decoration: underline; }
  .news-block .captions span.btn-pink:after {
    content: " ";
    margin: 0px; }
  .news-block .captions span.btn2 {
    padding-right: 35px;
    border: 0px; }
  .news-block .captions span.btn2:after {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    position: absolute;
    right: 0px;
    width: 26px;
    height: 31px;
    line-height: 11px;
    top: 0; }
  @media screen and (max-width: 991px) {
    .news-block.v1 .image-holder img {
      min-width: 100%; }
    .news-block.v1 .captions {
      width: 100%;
      left: 0;
      padding: 0 15px; } }
  .news-block.v2 .image-holder:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.3); }
  .news-block.v2 .captions {
    width: 100%;
    padding: 0 30px;
    left: 0;
    bottom: auto;
    top: 109px;
    text-align: center; }
  .news-block.v2 .captions .buttons {
    margin-bottom: 15px; }
  .news-block.v2 .captions p {
    font-size: 21px; }
  .news-block.v2 .last-block .buttons {
    margin-bottom: 20px; }
  @media screen and (max-width: 1199px) {
    .news-block.v2 .captions {
      top: 20px; } }
  @media screen and (max-width: 991px) {
    .news-block.v2 .image-holder img {
      min-width: 100%; }
    .news-block.v2 .captions {
      top: 50%;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%); } }
  .news-block.v3 .image-holder {
    border: 1px #eee solid;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .news-block.v3 .image-holder .blog-img {
    min-width: 100%;
    max-height: 170px !important;
    min-height: 170px !important; }
  .news-block.v3 .captions {
    width: 220px;
    padding: 15px 10px 15px 20px; }
  .news-block.v3 .captions .btn {
    padding: 5px 20px !important; }
  .news-block.v3 .captions .btn2 {
    padding-right: 44px !important; }
  @media screen and (max-width: 1199px) {
    .news-block.v3 .captions {
      width: 100%;
      left: 0;
      padding: 0 15px; } }
  .news-block.v4 h2 {
    margin-bottom: 18px; }
  .news-block.v4 .image-holder {
    margin-bottom: 10px; }
  .news-block.v4 .image-holder .btn {
    position: absolute;
    left: 0;
    bottom: 20px; }
  .news-block.v4 .desc p {
    color: #3e3e3e; }
  .news-block.v4 .desc p:last-child {
    margin-bottom: 0; }
  .news-block.v5 h2 {
    margin-bottom: 50px; }
  .news-block.v5 .date-field {
    margin-bottom: 20px; }
  .news-block.v5 .desc {
    margin-bottom: 35px; }
  .news-block.v5 .desc p {
    color: #3e3e3e; }
  .news-block.v5 .desc p:last-child {
    margin-bottom: 0; }
  .news-block.v6 .captions {
    bottom: 30px;
    min-height: 90px; }
  .news-block.v6 .date-item .btn {
    background: #ee9f2d;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600; }
  .news-block.v6 .date-item .btn:after {
    content: " "; }
  .news-block.v6 .captions .buttons.up {
    margin-top: -32px; }
  .news-block.v6 .gap-bottom-25-md {
    margin-bottom: 30px; }
  .news-block.v6 .addons {
    margin-top: 50px; }
  .news-block.v6 .addons h2 {
    margin-bottom: 35px !important; }
  .news-block.v6 .addons li {
    margin-bottom: 22px; }
  .news-block.v6 .addons .btn {
    background: #ee9f2d;
    line-height: 1.4;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: 600; }
  .news-block.v6 .addons .btn:after {
    content: " ";
    margin-right: 0; }
  .news-block.v6 .addons .info-link {
    font-size: 18px;
    margin-top: 45px; }
  .news-block.v7 .item {
    padding: 24px 20px 0 20px;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative; }
    .news-block.v7 .item:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: linear-gradient(180deg, transparent 0%, black 100%);
      z-index: 0; }
    .news-block.v7 .item.bg1 {
      background: url(../images/news-block7-img1.jpg) 0 0px no-repeat;
      background-size: cover; }
    .news-block.v7 .item.bg2 {
      background: url(../images/news-block7-img2.jpg) 0 0px no-repeat;
      background-size: cover; }
    .news-block.v7 .item.bg3 {
      background: url(../images/news-block7-img3.jpg) 0 0px no-repeat;
      background-size: cover; }
    .news-block.v7 .item.bg4 {
      background: url(../images/news-block7-img4.jpg) 0 0px no-repeat;
      background-size: cover; }
    .news-block.v7 .item .title-area {
      position: relative;
      z-index: 1; }
    .news-block.v7 .item .desc {
      padding: 100px 0 20px 0;
      position: relative;
      z-index: 1; }
    .news-block.v7 .item .desc p {
      margin-bottom: 15px;
      font-size: 19px;
      line-height: 21px;
      font-weight: 700;
      color: #FFF; }
    .news-block.v7 .item .desc p:last-child {
      margin-bottom: 0; }
    .news-block.v7 .item .more-link {
      display: block;
      text-align: left;
      position: relative;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      z-index: 1;
      margin: 0 -20px;
      background: #FFF;
      line-height: 1;
      padding: 15px 20px;
      text-align: right;
      font-size: 16px;
      font-weight: 400;
      color: #3e3e3e; }
    .news-block.v7 .item .more-link .fa {
      margin-left: 10px; }
    .news-block.v7 .item:hover {
      cursor: pointer; }
    .news-block.v7 .item:hover .more-link {
      background: transparent;
      color: #FFF; }
  .news-block.v8 .item:after {
    display: none; }
  .news-block.v8 .item .title-area span {
    display: block;
    color: rgba(62, 62, 62, 0.5);
    padding-top: 7px;
    font-size: 15px;
    display: block;
    font-weight: 400; }
  .news-block.v8 .item .desc {
    padding: 63px 0 20px 0; }
  .news-block.v8 .item .desc p {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px; }
  .news-block.v8 .item .more-link {
    text-align: left; }
  .news-block.v8 .item:hover .desc p {
    color: #116999; }
  .news-block.v8 .item:hover .more-link {
    color: #3e3e3e;
    text-align: right; }
  .news-block.v9 .item:after {
    display: none; }
  .news-block.v9 .item .desc {
    padding: 0 0 100px 0; }
  .news-block.v9 .item .desc p {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px; }
  .news-block.v9 .item .desc p:last-of-type {
    margin-bottom: 0; }
  .news-block.v9 .item .desc time {
    display: block;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #116999; }
  .news-block.v9 .item .more-link {
    text-align: right; }
  .news-block.v9 .item:hover .desc p {
    color: #116999; }
  .news-block.v9 .item:hover .desc time {
    color: #3e3e3e; }
  .news-block.v9 .item:hover .more-link {
    color: #3e3e3e; }
  @media screen and (min-width: 1200px) {
    .news-block.v10 .date-item {
      display: table;
      width: 100%;
      margin-bottom: 15px; }
    .news-block.v10 .date-item .row {
      margin: 0;
      display: table-row;
      width: 100%; }
    .news-block.v10 .date-item .row > div {
      display: table-cell;
      float: none;
      padding: 0 0 13px 0; } }
  .news-block.v10 .date-item .row {
    margin-bottom: 15px; }
  .news-block.v10 .date-item a {
    color: #116999;
    font-size: 14px;
    display: block;
    line-height: 18px;
    font-weight: 700; }
  .news-block.v10 .date-item .row > div.text-wrapper {
    padding-left: 15px;
    position: relative;
    top: -8px; }
  .news-block.v10 .date-item .row > div.text-wrapper p {
    font-size: 18px;
    line-height: 26px;
    color: #000; }
  .news-block.v10 .date-item .row > div.text-wrapper p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1199px) {
    .news-block.v10 .date-item .row > div.text-wrapper {
      padding-top: 15px; }
    .news-block.v10 .captions {
      width: 100%;
      left: 0;
      padding: 15px 10px 0px 20px; } }
  @media screen and (min-width: 768px) {
    .news-block.v11 .info-link {
      margin-top: 15px; } }
  .news-block.v11 .captions {
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 7px 7px;
    padding: 35px 70px 26px 30px;
    background: rgba(17, 105, 153, 0); }
  .news-block.v11 .captions:after {
    content: "";
    font-family: fontAwesome;
    color: #FFF;
    font-size: 25px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
  .news-block.v11 .captions p {
    font-size: 30px;
    color: #FFF;
    line-height: 28px;
    font-weight: 700; }
  .news-block.v11 .captions p:last-child {
    margin-bottom: 0; }
  .news-block.v11 .captions .btn-square {
    position: absolute;
    top: -15px;
    left: 30px; }
  .news-block.v11 .image-holder:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 0; }
  .news-block.v11 .image-holder:hover {
    cursor: pointer; }
  .news-block.v11 .image-holder:hover .captions {
    background: rgba(17, 105, 153, 0.8); }
  @media screen and (max-width: 1199px) {
    .news-block.v11 .captions p {
      font-size: 25px;
      line-height: 1.3; } }
  @media screen and (max-width: 991px) {
    .news-block.v11 .captions {
      padding: 25px 50px 13px 20px; }
    .news-block.v11 .captions .btn-square {
      left: 20px; }
    .news-block.v11 .captions p {
      font-size: 17px;
      font-weight: 500; }
    .news-block.v11 .image-holder img {
      min-width: 100%; } }
  .news-block.v12 {
    padding: 66px 0; }
    .news-block.v12 h3 {
      font-size: 30px;
      margin: 0 0 20px 0;
      font-family: "futura-pt", sans-serif; }
    .news-block.v12 .info-item {
      min-height: 230px;
      padding: 30px 24px 22px 22px;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
      border-radius: 7px; }
    .news-block.v12 .info-item h3 {
      margin: 0 0 42px 0;
      font-weight: 600;
      line-height: 28px;
      font-size: 22px; }
    .news-block.v12 .info-item .buttons-wrapper {
      text-align: right; }
    .news-block.v12 .item .image-holder {
      position: relative;
      margin-bottom: 10px; }
    .news-block.v12 .item .image-holder img {
      min-width: 100%;
      border: solid 4px #FFF;
      transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease; }
    .news-block.v12 .item .image-holder:hover img {
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3); }
    .news-block.v12 .item .image-holder .btn {
      position: absolute;
      top: 14px;
      right: -8px; }
    .news-block.v12 .item .desc p {
      margin: 0 0 20px 0;
      color: #4a4a4a;
      line-height: 26px; }
    .news-block.v12 .item .desc > *:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 1199px) {
      .news-block.v12 .grid .item:nth-child(2n + 1) {
        clear: both; } }

.footers {
  background: url(../images/footer-image.jpg) center center no-repeat;
  position: relative;
  background-size: cover;
  padding: 50px 0 190px 0;
  color: #FFF;
  font-family: "futura-pt", sans-serif;
  position: relative; }
  .footers .overlay {
    background: linear-gradient(#116999, rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(#116999, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(#116999, rgba(255, 255, 255, 0)); }
  .footers h3 {
    color: #3e3e3e;
    font-family: "futura-pt", sans-serif;
    font-size: 20px; }
  .footers p {
    font-size: 17px;
    font-family: "futura-pt", sans-serif;
    line-height: 22px;
    color: #4a4a4a;
    line-height: 26px; }
  .footers form {
    padding-top: 5px; }
  .footers .social-icons {
    margin-bottom: 24px; }
  .footers .vertical-list > li {
    margin: 0 0 15px 0;
    color: #FFF;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-size: 17px; }
  .footers .vertical-list > li .fa {
    margin-right: 6px; }
  .footers .vertical-list > li a {
    text-decoration: none; }
  .footers .vertical-list > li:last-child {
    margin-bottom: 0;
    color: #FFF;
    text-decoration: none; }
  .footers .btn-info {
    text-transform: uppercase; }
  .footers .btn-info:not(:hover) {
    background-color: #143173; }
  .footers.v1 .social-icons > li a {
    color: #FFF; }
  .footers.v1 .social-icons > li a:hover {
    color: #57b8ec; }
  .footers.v1 h3 {
    color: #FFF; }
  .footers.v1 p {
    color: #FFF;
    font-size: 15px;
    line-height: 22px; }
  .footers.v1 form {
    padding-top: 5px; }
  .footers.v1 form .form-control {
    background: #FFF; }
  .footers.v2 {
    background: #FFF;
    padding: 45px 0; }
    .footers.v2 .social-icons li {
      margin-right: 10px; }
    .footers.v2 .social-icons li a {
      height: 44px;
      line-height: 44px;
      width: 44px;
      display: inline-block;
      background: rgba(255, 174, 55, 0.8);
      text-align: center;
      color: #FFF;
      border-radius: 50%; }
    .footers.v2 h3 {
      color: #116999;
      margin-bottom: 20px !important; }
    .footers.v2 .overlay {
      display: none; }
    @media screen and (max-width: 1100px) {
      .footers.v2 .icons-area {
        width: 226px;
        min-height: 183px;
        border-right: solid 1px #d8d8d8; }
      .footers.v2 .social-icons li a {
        height: 32px;
        line-height: 32px;
        width: 32px;
        font-size: 16px; } }
    .footers.v2 .icons-area .vertical-list > li {
      color: #116999;
      margin-bottom: 14px;
      font-weight: 400 !important; }
    .footers.v2 .icons-area .vertical-list > li .fa {
      color: #116999; }
    .footers.v2 .icons-area .vertical-list > li:last-child {
      margin-bottom: 0; }
    .footers.v2 .links a {
      display: inline-block;
      font-weight: 400;
      font-family: "futura-pt", sans-serif; }
      @media screen and (max-width: 767px) {
        .footers.v2 .links a {
          display: block; }
          .footers.v2 .links a:last-child {
            margin-bottom: 15px; } }
    .footers.v2 p {
      margin-bottom: 10px; }
    .footers.v2 a {
      color: rgba(62, 62, 62, 0.9); }
  @media screen and (max-width: 991px) {
    .footers {
      padding: 50px 0; } }
  .footers .form-control {
    height: 47px;
    border-radius: 5px;
    box-shadow: none;
    background: #f9f9f9; }
  .footers .form-control:focus {
    outline: none;
    background: #f9f9f9;
    color: #000;
    box-shadow: none; }
  .footers .form-control::-moz-placeholder {
    opacity: 1;
    color: #3e3e3e; }

.copyright {
  padding: 30px 0; }

.copyright .inline-list {
  text-align: center; }

.copyright .inline-list > li {
  color: rgba(74, 74, 74, 0.3);
  margin-right: 20px;
  font-size: 13px; }

.copyright .inline-list > li a {
  color: rgba(74, 74, 74, 0.3);
  font-size: 16px;
  text-decoration: none; }

.copyright .inline-list > li a:hover {
  color: #57b8ec; }

.copyright .inline-list > li:last-child {
  margin-right: 0; }

.extras {
  padding: 40px 0; }
  @media screen and (min-width: 992px) {
    .extras .map-wrapper {
      padding: 0; }
    .extras .map-wrapper .row {
      display: table;
      width: 100%;
      margin: 0; }
    .extras .map-wrapper .row > div {
      padding: 0;
      float: none;
      display: table-cell;
      vertical-align: top; } }
  .extras .map-wrapper iframe {
    height: 330px;
    display: block; }
  @media screen and (max-width: 991px) {
    .extras .map-wrapper .image-wrapper img {
      display: block;
      margin: auto;
      max-width: 100%; } }
  .extras.v2 .grey-bg {
    background: rgba(249, 249, 249, 0.5);
    padding: 26px 45px; }
  .extras.v2 .help-text {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    color: #3e3e3e;
    position: relative;
    padding-left: 165px; }
    .extras.v2 .help-text strong {
      font-weight: 700;
      color: #116999;
      font-size: 19px; }
    .extras.v2 .help-text span {
      display: block;
      font-size: 19px; }
    .extras.v2 .help-text span mark {
      padding: 0;
      background: none;
      color: #ffae37;
      font-weight: 700; }
    .extras.v2 .help-text .help-image {
      position: absolute;
      bottom: -26px;
      left: 0; }
  .extras.v2 .icons-list {
    padding-top: 12px; }
  .extras.v2 .icons-list > li a {
    font-size: 17px;
    font-weight: 500;
    color: #116999;
    margin-right: 22px;
    font-family: "futura-pt", sans-serif;
    text-decoration: none; }
  .extras.v2 .icons-list > li a:hover {
    color: #ffae37; }
  .extras.v2 .icons-list > li:last-child {
    margin-right: 0; }
  .extras.v2 .icons-list .fa {
    color: #116999; }
  @media screen and (max-width: 991px) {
    .extras.v2 .grey-bg {
      padding: 20px 15px; }
    .extras.v2 .help-text {
      padding-left: 0;
      text-align: center; }
      .extras.v2 .help-text .help-image {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 0 auto 15px auto;
        display: block; }
      .extras.v2 .help-text span:first-child {
        color: red; }
    .extras.v2 .icons-list {
      text-align: center; } }

.misc {
  text-align: center;
  padding: 30px 0; }
  .misc h3 {
    font-size: 26px;
    margin: 0 0 6px 0; }
  .misc p {
    margin: 0 0 20px 0; }

.referral {
  padding-top: 36px; }
  .referral .image-holder img {
    display: block;
    max-width: 100%;
    margin: auto; }
  @media screen and (min-width: 992px) {
    .referral .container {
      width: 890px; }
    .referral .contents-wrapper {
      padding: 28px 0 47px 0; } }
  .referral .contents-wrapper h2 {
    margin: 0 0 4px 0;
    font-size: 30px; }
  .referral .contents-wrapper p {
    font-style: italic;
    margin: 0 0 20px 0;
    color: #4a4a4a; }
  .referral .contents-wrapper h2 + p {
    font-size: 22px;
    font-style: inherit;
    color: rgba(74, 74, 74, 0.6);
    letter-spacing: 0.24px;
    margin: 0 0 15px 0; }
  .referral .contents-wrapper > *:last-child {
    margin-bottom: 0; }
  .referral .contents-wrapper .buttons-wrapper .btn:not(:hover) {
    background: #3a67af;
    border-color: #3a67af; }
  @media screen and (max-width: 991px) {
    .referral {
      padding: 30px 0; } }
  @media screen and (max-width: 600px) {
    .referral .contents-wrapper .buttons-wrapper .btn {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis; } }

/****** Full Pages ******/
#page .main-area {
  padding: 10px 0 30px 0;
  position: relative; }

@media screen and (min-width: 1200px) {
  #page .main-area .left-column {
    margin-top: -35px; } }

#page .main-area .middle-column > *:last-child {
  margin: 0; }

#page .main-area .grey-text {
  font-size: 18px;
  color: rgba(8, 52, 66, 0.7);
  line-height: 28px; }

@media screen and (max-width: 1199px) {
  #page .main-area {
    padding: 30px 0; } }

#page h2 {
  margin: 0 0 18px 0; }

#page .bottom-logos {
  text-align: center;
  padding-bottom: 55px; }

#page .extras.v1 {
  padding: 60px 0 20px 0; }

#page .content-block.v11 {
  border-top: solid 1px #F1F1F1; }

#page .news-block.v12 {
  padding: 62px 0 115px 0; }

@media screen and (min-width: 1199px) {
  #page .what-we-do {
    padding: 0 0 135px 0; } }

#page .conversation-area {
  padding: 60px 0 95px 0;
  text-align: center; }

@media screen and (max-width: 1199px) {
  #page .news-block.v12 {
    padding: 45px 0 15px 0; } }

@media screen and (max-width: 991px) {
  #page .choose-acsense {
    padding: 40px 0 0 0; } }

@media screen and (max-width: 767px) {
  #page .extras.v1 {
    padding: 0; }
  #page .conversation-area {
    padding: 30px 0; } }

#page .contact-form {
  margin: 0; }
  #page .contact-form .form-group {
    margin-bottom: 20px; }
  #page .contact-form .bootstrap-select {
    margin-bottom: 10px; }
  #page .contact-form .checkboxes {
    padding-bottom: 10px; }
  #page .contact-form .checkboxes .inline-list > li {
    margin-right: 36px; }
  #page .contact-form .checkboxes .inline-list > li:last-child {
    margin-right: 0; }
  #page .contact-form .action-button {
    padding-top: 20px; }
  #page .contact-form .action-button .btn {
    font-size: 14px;
    font-family: "futura-pt", sans-serif; }
