﻿@import url("https://use.typekit.net/css6mfu.css");
html, body {
  min-height: 100%;
  height: 100%;
}

body {
  font-size: 1em;
  font-family: "effra";
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  height: 120px;
}
@media only screen and (min-width: 992px) {
  .sticky {
    height: 180px;
  }
}

.sticky + .content {
  display: block;
  margin-top: 116px;
}
@media only screen and (min-width: 992px) {
  .sticky + .content {
    margin-top: 160px;
  }
}
@media only screen and (min-width: 1199px) {
  .sticky + .content {
    margin-top: 160px;
  }
}

a {
  cursor: pointer;
}

.header_zone {
  text-align: right;
  vertical-align: middle;
}
.header_zone .header_contact {
  background-color: #02357a;
  display: block;
  position: relative;
  padding-top: 0.5em;
  margin-bottom: -0.5em;
  min-height: 45px;
  color: white;
  font-size: 0.9em;
  vertical-align: middle;
}
.header_zone .header_contact a {
  text-decoration: none;
  color: #03a6d7;
}
.header_zone .header_contact .row {
  height: 45px;
  vertical-align: middle;
}
.header_zone .header_contact .lb-icons {
  color: #03a6d7;
  padding-right: 0.25em;
}
.header_zone .header_contact .icon-spacer-right {
  margin-right: 0.25em;
}
.header_zone .header_contact .icon-spacer-left {
  margin-left: 0.25em;
}
.header_zone .header_contact .main-tel-no {
  color: #03a6d7;
  font-size: 1.2em;
  font-weight: normal;
  vertical-align: middle;
}
.header_zone .header_contact .main-tel-no a {
  text-decoration: none;
  color: #03a6d7;
}
@media only screen and (min-width: 992px) {
  .header_zone .header_contact .icon-spacer-right {
    margin-right: 1em;
  }
  .header_zone .header_contact .icon-spacer-left {
    margin-left: 1em;
  }
  .header_zone .header_contact .main-tel-no {
    font-size: 1.6em;
    font-weight: bold;
  }
}
.header_zone .branding-bar {
  display: block;
  height: 70px;
  background-color: white;
}
@media only screen and (min-width: 992px) {
  .header_zone .branding-bar {
    height: 110px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.header_zone .branding_navigation_bar .logo {
  display: block;
  position: relative;
  padding-top: 0.95em;
  padding-bottom: 0.75em;
  max-width: 100%;
}
.header_zone .branding_navigation_bar .secondary-menu {
  margin-bottom: 1em;
}
.header_zone .branding_navigation_bar .secondary-menu ul {
  list-style: none;
  display: inline;
}
.header_zone .branding_navigation_bar .secondary-menu ul li {
  display: inline;
  margin-right: 1em;
}
.header_zone .branding_navigation_bar .secondary-menu ul li a {
  text-decoration: none;
  color: #03a6d7;
}
.header_zone .search_bar {
  display: block;
  height: 100px;
  background: rgb(237, 174, 19);
  background: linear-gradient(132deg, rgb(237, 174, 19) 20%, rgb(26, 65, 111) 50%, rgb(2, 53, 122) 100%);
  text-align: center;
  padding-top: 1.5em;
}
.header_zone .search_bar .join-input {
  font-size: 1em;
  color: grey;
  padding: 0.5em 1em;
  background: white;
  border: none;
  width: 70%;
}
.header_zone .search_bar .join-button {
  font-size: 1em;
  color: white;
  padding: 0.5em 1em;
  background: #03a6d7;
  border: none;
  width: 30%;
}
.header_zone .search_bar .join-input-left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-right: 1px solid grey;
}
.header_zone .search_bar .join-input-right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
}
@media only screen and (min-width: 992px) {
  .header_zone .search_bar {
    height: 142px;
    padding-top: 3em;
  }
  .header_zone .search_bar .join-input {
    padding: 0.8em 1em;
    width: 80%;
  }
  .header_zone .search_bar .join-button {
    padding: 0.8em 1em;
    width: 20%;
  }
}
.header_zone .header-image-rotator {
  background-image: url(/USERASSETS/header-images/header1.png);
  background-size: cover;
  background-position: top center;
  display: block;
  height: 450px;
  overflow: hidden;
}
.header_zone .header-image-rotator .header-image-text-block {
  height: 450px;
  text-align: left;
  color: white;
  padding-top: 3em;
}
.header_zone .header-image-rotator .header-image-text-block h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}
.header_zone .header-image-rotator .header-image-text-block h1 {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 1.3em;
}
.header_zone .header-image-rotator .header-image-text-block a.link-lblue-btn {
  border-radius: 5px;
  background-color: #03a6d7;
  color: white;
  padding: 0.5em 1em;
  font-size: 0.9em;
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .header_zone .header-image-rotator .header-image-text-block {
    height: 550px;
    padding-top: 5em;
  }
  .header_zone .header-image-rotator .header-image-text-block h2 {
    font-size: 3em;
  }
  .header_zone .header-image-rotator .header-image-text-block h1 {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 992px) {
  .header_zone .header-image-rotator {
    height: 550px;
  }
}
.header_zone .header-image-rotator .header-image-award-block {
  position: relative;
  display: flex;
  height: 450px;
  vertical-align: bottom;
  bottom: 0px;
}
.header_zone .header-image-rotator .header-image-award-block img {
  border: 5px solid white;
  border-radius: 2px;
  padding: 0.25em;
  align-self: flex-end;
  margin-bottom: 300px;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .header_zone .header-image-rotator .header-image-award-block {
    height: 550px;
  }
  .header_zone .header-image-rotator .header-image-award-block img {
    margin-bottom: 200px;
  }
}
.header_zone .header-image-overlay-message {
  margin-top: -150px;
  background-image: url(/USERASSETS/_template/home-header-wave.png);
  background-size: cover;
  background-position: center top;
  display: block;
  height: 220px;
  overflow: hidden;
  text-align: center;
}
.header_zone .header-image-overlay-message .header-image-important-updates {
  padding-top: 6em;
  text-align: center;
  font-size: 0.9em;
  color: white;
}
.header_zone .header-image-overlay-message .header-image-important-updates a {
  color: white;
  text-decoration: none;
}
.header_zone .header-image-overlay-message .header-image-important-updates h3 {
  color: white;
  font-size: 1em;
  font-weight: bold;
}
@media only screen and (min-width: 1800px) {
  .header_zone .header-image-overlay-message .header-image-important-updates {
    padding-top: 6em;
    font-size: 1em;
  }
  .header_zone .header-image-overlay-message .header-image-important-updates h3 {
    color: white;
    font-size: 1.1em;
    font-weight: bold;
  }
}

.header_zone_2 .search_bar {
  display: block;
  height: 100px;
  background: rgb(237, 174, 19);
  background: linear-gradient(132deg, rgb(237, 174, 19) 20%, rgb(26, 65, 111) 50%, rgb(2, 53, 122) 100%);
  text-align: center;
  padding-top: 1.5em;
}
.header_zone_2 .search_bar .join-input {
  font-size: 1em;
  color: grey;
  padding: 0.5em 1em;
  background: white;
  border: none;
  width: 70%;
}
.header_zone_2 .search_bar .join-button {
  font-size: 1em;
  color: white;
  padding: 0.5em 1em;
  background: #03a6d7;
  border: none;
  width: 30%;
}
.header_zone_2 .search_bar .join-input-left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-right: 1px solid grey;
}
.header_zone_2 .search_bar .join-input-right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
}
@media only screen and (min-width: 992px) {
  .header_zone_2 .search_bar {
    height: 142px;
    padding-top: 3em;
  }
  .header_zone_2 .search_bar .join-input {
    padding: 0.8em 1em;
    width: 80%;
  }
  .header_zone_2 .search_bar .join-button {
    padding: 0.8em 1em;
    width: 20%;
  }
}
.header_zone_2 .header-image-rotator {
  background-image: url(/USERASSETS/header-images/header1.png);
  background-size: cover;
  background-position: top center;
  display: block;
  height: 450px;
  overflow: hidden;
}
.header_zone_2 .header-image-rotator .header-image-text-block {
  height: 450px;
  text-align: left;
  color: white;
  padding-top: 3em;
}
.header_zone_2 .header-image-rotator .header-image-text-block h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}
.header_zone_2 .header-image-rotator .header-image-text-block h1 {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 1.3em;
}
.header_zone_2 .header-image-rotator .header-image-text-block a.link-lblue-btn {
  border-radius: 5px;
  background-color: #03a6d7;
  color: white;
  padding: 0.5em 1em;
  font-size: 0.9em;
  color: white;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .header_zone_2 .header-image-rotator .header-image-text-block {
    height: 550px;
    padding-top: 5em;
  }
  .header_zone_2 .header-image-rotator .header-image-text-block h2 {
    font-size: 3em;
  }
  .header_zone_2 .header-image-rotator .header-image-text-block h1 {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 992px) {
  .header_zone_2 .header-image-rotator {
    height: 550px;
  }
}
.header_zone_2 .header-image-rotator .header-image-award-block {
  position: relative;
  display: flex;
  height: 450px;
  vertical-align: bottom;
  bottom: 0px;
}
.header_zone_2 .header-image-rotator .header-image-award-block img {
  border: 5px solid white;
  border-radius: 2px;
  align-self: flex-end;
  margin-bottom: 300px;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .header_zone_2 .header-image-rotator .header-image-award-block {
    height: 550px;
  }
  .header_zone_2 .header-image-rotator .header-image-award-block img {
    margin-bottom: 200px;
  }
}
.header_zone_2 .header-image-overlay-message {
  margin-top: -150px;
  background-image: url(/USERASSETS/_template/home-header-wave.png);
  background-size: cover;
  background-position: center top;
  display: block;
  height: 220px;
  overflow: hidden;
  text-align: center;
}
.header_zone_2 .header-image-overlay-message .header-image-important-updates {
  padding-top: 6em;
  text-align: center;
  font-size: 0.9em;
  color: white;
}
.header_zone_2 .header-image-overlay-message .header-image-important-updates a {
  color: white;
  text-decoration: none;
}
.header_zone_2 .header-image-overlay-message .header-image-important-updates h3 {
  color: white;
  font-size: 1em;
  font-weight: bold;
}
.header_zone_2 .header-image-standard {
  display: block;
  height: 300px;
  overflow: hidden;
}
.header_zone_2 .header-image-standard .header-image-text-block {
  height: 300px;
  text-align: left;
  color: white;
  padding-top: 3em;
}
.header_zone_2 .header-image-standard .header-image-text-block h1 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
}
.header_zone_2 .header-image-standard .header-image-text-block h2, .header_zone_2 .header-image-standard .header-image-text-block p {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 1.3em;
}
@media only screen and (min-width: 992px) {
  .header_zone_2 .header-image-standard .header-image-text-block {
    height: 300px;
    padding-top: 3em;
  }
  .header_zone_2 .header-image-standard .header-image-text-block h1 {
    font-size: 2.5em;
  }
  .header_zone_2 .header-image-standard .header-image-text-block h2, .header_zone_2 .header-image-standard .header-image-text-block p {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 992px) {
  .header_zone_2 .header-image-standard {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .header_zone_2 .header-image-standard {
    height: 350px;
  }
}
.header_zone_2 .std-header-image-overlay {
  margin-top: -120px;
  background-image: url(/USERASSETS/_template/standard-page-curve.png);
  background-size: cover;
  background-position: center top;
  display: block;
  height: 150px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .header_zone_2 .std-header-image-overlay {
    height: 200px;
    margin-top: -170px;
  }
}

.yellow-wave {
  /*background-image: url(/userassets/_template/product-background.png);
  background-color: #FAE7B8;
  background-repeat:no-repeat;
  background-size: contain;*/
  background: #FAE7B8 url(/userassets/_template/product-background.png) no-repeat right top;
  position: relative;
  min-height: 250px;
  height: auto;
  display: block;
  background-position: center top;
  padding-top: 180px;
  padding-bottom: 180px;
  top: -50px;
  margin-bottom: -80px;
  overflow: hidden;
  z-index: 0;
}
.yellow-wave h2 {
  color: #02357a;
  font-weight: bold;
  font-size: 1.2em;
}
.yellow-wave .productitems {
  width: 100%;
}
.yellow-wave .productitems td {
  border-bottom: 1px solid #000000;
}
.yellow-wave .productitems td.title {
  width: 50%;
  color: #02357a;
}
@media only screen and (min-width: 992px) {
  .yellow-wave {
    min-height: 270px;
  }
}
@media only screen and (min-width: 1400px) {
  .yellow-wave {
    min-height: 350px;
  }
}

.carousel .carousel-indicators {
  margin-bottom: 0;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
  width: 5%;
}

.body-content {
  color: #414042;
  font-weight: 400;
  margin-top: 0em;
  padding-bottom: 2em;
}
.body-content p.intro {
  font-size: 1.1em;
  color: #02357a;
}
.body-content h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #02357a;
  padding-top: 0.5em;
  margin-bottom: 0.1em;
}
.body-content h2.home {
  font-size: 1.8em;
  font-weight: bold;
  color: #02357a;
  padding-top: 0.5em;
  margin-bottom: 1em;
}
.body-content h3 {
  color: #03a6d7;
  font-size: 1.2em;
  font-weight: bold;
}
.body-content a {
  color: #03a6d7;
  text-decoration: none;
}
.body-content .question {
  font-size: 1.2em;
  color: #02357a;
  font-weight: bold;
}
.body-content .radio-question-toolbar input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.body-content .radio-question-toolbar label {
  display: inline-block;
  background-color: white;
  padding: 10px 30px;
  font-size: 16px;
  border: 1px solid #000000;
  margin-right: 1em;
  margin-bottom: 1em;
}
.body-content .radio-question-toolbar input[type=radio]:checked + label {
  background-color: #02357a;
  color: white;
}
.body-content .radio-question-toolbar input[type=radio]:focus + label {
  color: white;
}
.body-content .radio-question-toolbar label:hover {
  background-color: #03a6d7;
  color: white;
}
.body-content .cboxlist-question-toolbar input[type=checkbox] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.body-content .cboxlist-question-toolbar label {
  display: inline-flex;
  background-color: white;
  padding: 10px 30px;
  font-size: 16px;
  border: 1px solid #000000;
  margin-right: 1em;
  margin-bottom: 0.5em;
  color: #000000;
}
.body-content .cboxlist-question-toolbar input[type=checkbox]:checked + label {
  background-color: #02357a;
  color: white;
}
.body-content .cboxlist-question-toolbar input[type=checkbox]:focus + label {
  color: white;
}
.body-content .cboxlist-question-toolbar label:hover {
  background-color: #03a6d7;
  color: white;
}
.body-content .question-single-textbox {
  display: inline-block;
  background-color: white;
  padding: 10px 30px;
  font-size: 16px;
  border: 1px solid #000000;
}
.body-content .question-textbox-fullwidth {
  width: 100%;
}
.body-content .question-dropdownlist {
  display: inline-block;
  background-color: white;
  padding: 10px 30px;
  font-size: 16px;
  border: 1px solid #000000;
  font-size: 1em;
  font-family: "effra";
}
.body-content .question-dropdownlist .radComboBox_Bootstrap, .body-content .question-dropdownlist .radComboBox {
  font-size: 1em;
  font-family: "effra";
}
.body-content .question-dropdownlist .radComboBox_Bootstrap .rcbActionButton, .body-content .question-dropdownlist .radComboBox .rcbActionButton {
  border-width: 0;
}
.body-content .question-dropdownlist .radComboBox_Bootstrap .rcbExpanded, .body-content .question-dropdownlist .radComboBox .rcbExpanded {
  border-color: none;
  box-shadow: none;
}
.body-content .question-dropdownlist .radComboBox_Bootstrap .rcbInner, .body-content .question-dropdownlist .radComboBox .rcbInner {
  border-width: 0px !important;
  border-style: none !important;
  border-radius: 0px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border-color: none !important;
}
.body-content .question-dropdownlist .rcbInput, .body-content .question-dropdownlist .rcbInputCell {
  font-size: 1em;
  font-family: "effra";
}
.body-content .rcbInner {
  border-width: 0px !important;
  border-style: none !important;
  border-radius: 0px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border-color: none !important;
}
.body-content .radComboBox .rcbActionButton, .body-content .radComboBox_Bootstrap {
  border-width: 0 !important;
  border-color: none !important;
  padding: 1px !important;
  border-style: none !important;
}
.body-content .CTA-Button2 {
  display: block;
  border-radius: 5px;
  background-color: #03a6d7;
  color: white;
  padding: 0.7em 2em;
  width: 100%;
  font-size: 1.2em;
  color: white;
  text-decoration: none;
  word-wrap: break-word;
  text-align: center;
}
.body-content .CTA-Button {
  display: block;
  border-radius: 5px;
  background-color: #03a6d7;
  color: white;
  padding: 0.5em 1em;
  width: 100%;
  font-size: 0.9em;
  color: white;
  text-decoration: none;
  word-wrap: break-word;
  text-align: center;
}
.body-content img {
  max-width: 100%;
}
.body-content .body-img {
  max-width: 100%;
  margin-bottom: 1em;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
  border-radius: 50%;
}
.body-content ul li a {
  color: #02357a;
  font-weight: bold;
  text-decoration: none;
}
.body-content ul li a:hover {
  color: #03a6d7;
}
.body-content ul.search li a {
  color: #02357a;
  font-weight: bold;
  text-decoration: none;
}
.body-content ul.search li a:hover {
  color: #03a6d7;
}
.body-content ul.search li em {
  font-weight: normal !important;
}
.body-content a.link-lblue-btn {
  border-radius: 5px;
  background-color: #03a6d7;
  color: white;
  padding: 0.5em 1em;
  font-size: 0.9em;
  color: white;
  text-decoration: none;
}
.body-content .publish-date {
  color: #02357a;
}
.body-content .publish-statement {
  color: #02357a;
  font-style: italic;
}
.body-content .news-bar {
  display: block;
  padding-top: 2em;
  padding-bottom: 2em;
}
.body-content .news-bar row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.body-content .news-bar .row.display-flex > [class*=col-] {
  flex-grow: 1;
  margin-bottom: 2em;
}
.body-content .news-bar .latestnews .newsbox_outer {
  border: 1px solid #CCCCCC;
  overflow: hidden;
  padding: 1em;
  min-height: 260px;
  height: 100%;
}
.body-content .news-bar .latestnews .newsbox_outer a {
  text-decoration: none;
  color: #02357a;
}
.body-content .news-bar .latestnews .newsbox_outer .newsbox_readmore {
  display: block;
  height: 40px;
}
.body-content .news-bar .latestnews .newsbox_outer .newsbox_readmore .readmore {
  display: inline-block;
  background-color: #02357a;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  padding: 0.4em 0.5em 0.4em 0.5em;
  font-size: 0.9em;
  transition: all 0.5s ease 0s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .body-content .news-bar .latestnews .newsbox_outer .newsbox_readmore .readmore {
    font-size: 0.9em;
    padding: 0.4em 1em 0.4em 1em;
  }
}
.body-content .news-bar .latestnews .newsbox_outer .newsbox_readmore .readmore:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #03a6d7;
  z-index: -2;
}
.body-content .news-bar .latestnews .newsbox_outer .newsbox_readmore .readmore:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(1.5887096774, 42.1008064516, 96.9112903226);
  transition: all 0.3s;
  z-index: -1;
}
.body-content .news-bar .latestnews .newsbox_outer .newsbox_readmore .readmore:hover {
  color: #03a6d7;
}
.body-content .news-bar .latestnews .newsbox_outer .newsbox_readmore .readmore:hover:before {
  width: 100%;
}
.body-content .news-bar .latestnews .newsbox_outer .newsbox_text {
  display: block;
  height: 196px;
  font-size: 0.9em;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 1em;
}
.body-content .news-bar .latestnews .newsbox_outer .newsbox_text h2 {
  font-size: 1.5em;
  position: relative;
  color: #03a6d7;
}
@media only screen and (min-width: 992px) {
  .body-content .news-bar .latestnews .newsbox_outer .newsbox_text h2 {
    font-size: 1.5em;
  }
}
.body-content .news-bar .latestnews .newsbox_outer:hover {
  background-color: #EBF7FE;
}
.body-content .accordion-item .accordionFAQ-header {
  background: #02357a;
  padding: 0.5em 1em;
  font-size: 1em;
  font-weight: bold;
}
.body-content .accordion-item .accordionFAQ-header .accordion-button {
  font-size: 1.2em;
  color: white;
}
.body-content .accordion-item .accordionFAQ-header .accordion-button:after {
  font-family: "Font Awesome 6 Free";
  content: "\f077";
  float: right;
  color: #ffffff;
  height: 24px;
  width: 20px;
}
.body-content .accordion-item .accordionFAQ-header .accordion-button[aria-expanded=true]:after {
  /* symbol for "opening" panels */
  content: "\f077";
}
.body-content .accordion-item .accordionFAQ-header .accordion-button[aria-expanded=false]:after {
  /* symbol for "collapsed" panels */
  content: "\f078";
}
.body-content .accordion-item .accordion-body {
  padding: 0.5em 1em;
}
.body-content a.product-link {
  all: revert;
  color: none;
  text-decoration: none;
}
.body-content .product-box {
  display: block;
  margin-bottom: 2em;
  cursor: pointer;
}
.body-content .product-box .product-image {
  height: 200px;
  display: block;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
}
.body-content .product-box .product-image img {
  max-height: 190px;
}
@media only screen and (min-width: 992px) {
  .body-content .product-box .product-image {
    height: 280px;
  }
  .body-content .product-box .product-image img {
    max-height: 270px;
  }
}
.body-content .product-box .product-wave {
  background-image: url(/USERASSETS/_template/product-wave.jpg);
  background-size: cover;
  display: block;
  width: 100%;
  min-height: 40px;
}
@media only screen and (min-width: 800px) {
  .body-content .product-box .product-wave {
    min-height: 35px;
  }
}
@media only screen and (min-width: 1199px) {
  .body-content .product-box .product-wave {
    min-height: 50px;
  }
}
.body-content .product-box .product-text h3 {
  color: #03a6d7;
  font-size: 1.2em;
  font-weight: bold;
}
.body-content .product-box .product-text p {
  color: #414042;
}
@media only screen and (min-width: 1199px) {
  .body-content {
    margin-top: 2em;
  }
}

.testimoniallistings .col-12, .testimoniallistings .col-4 {
  margin: 0em 0em;
  padding: 0;
}
.testimoniallistings .testimonial-block {
  padding: 0.5em;
  border-radius: 0px;
  border: 1px solid #03a6d7;
}
.testimoniallistings .testimonial-block .ctext-block {
  padding: 0.5em;
}
.testimoniallistings .testimonial-block .ctext-block p {
  text-align: center;
}
.testimoniallistings .testimonial-block .ctext-block p.testimonial-title {
  font-size: 1.2em;
  color: #02357a;
  text-align: center;
}
.testimoniallistings .testimonial-block .ctext-block p.testimonial-by {
  font-weight: normal;
  color: #03a6d7;
  text-align: center;
}

.focus-products {
  background-image: url(/userassets/_template/product-background.png);
  background-size: cover;
  min-height: 200px;
  background-position: center top;
}
.focus-products .focus-products-box {
  text-align: center;
}
.focus-products .focus-products-box .focus-products-image {
  max-width: 80%;
  text-align: center;
}
.focus-products .focus-products-box .focus-products-image img {
  max-width: 100%;
}
.focus-products .focus-products-box .focus-products-text {
  color: #02357a;
  text-align: center;
  font-weight: 400;
}
.focus-products .focus-products-box .focus-products-text h2 {
  font-size: 1.6em;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .focus-products {
    min-height: 270px;
  }
}
@media only screen and (min-width: 1400px) {
  .focus-products {
    min-height: 350px;
  }
}

.focus-boxes, .cruise-focus-boxes {
  border-top: 2px solid white;
  background: #03357A;
  background-size: cover;
  height: auto;
  min-height: 500px;
}
@media only screen and (min-width: 750px) {
  .focus-boxes, .cruise-focus-boxes {
    min-height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .focus-boxes, .cruise-focus-boxes {
    background: #03357A url(/userassets/_template/focus-boxes-background.jpg) no-repeat left bottom;
    min-height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .focus-boxes, .cruise-focus-boxes {
    min-height: 500px;
  }
}
.focus-boxes .col-md-4, .focus-boxes .col-md-6, .cruise-focus-boxes .col-md-4, .cruise-focus-boxes .col-md-6 {
  border-right: 2px solid white;
  padding: 0;
  margin: 0;
}
.focus-boxes .focus-box, .focus-boxes .cruise-focus-box, .cruise-focus-boxes .focus-box, .cruise-focus-boxes .cruise-focus-box {
  text-align: center;
  padding: 0;
  margin: 0;
  display: block;
}
.focus-boxes .focus-box .focus-box-image, .focus-boxes .focus-box .cruise-focus-box-image, .focus-boxes .cruise-focus-box .focus-box-image, .focus-boxes .cruise-focus-box .cruise-focus-box-image, .cruise-focus-boxes .focus-box .focus-box-image, .cruise-focus-boxes .focus-box .cruise-focus-box-image, .cruise-focus-boxes .cruise-focus-box .focus-box-image, .cruise-focus-boxes .cruise-focus-box .cruise-focus-box-image {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.focus-boxes .focus-box .focus-box-image, .focus-boxes .cruise-focus-box .focus-box-image, .cruise-focus-boxes .focus-box .focus-box-image, .cruise-focus-boxes .cruise-focus-box .focus-box-image {
  height: 180px;
}
.focus-boxes .focus-box .focus-box-text, .focus-boxes .focus-box .cruise-focus-box-text, .focus-boxes .cruise-focus-box .focus-box-text, .focus-boxes .cruise-focus-box .cruise-focus-box-text, .cruise-focus-boxes .focus-box .focus-box-text, .cruise-focus-boxes .focus-box .cruise-focus-box-text, .cruise-focus-boxes .cruise-focus-box .focus-box-text, .cruise-focus-boxes .cruise-focus-box .cruise-focus-box-text {
  color: white;
  text-align: left;
  font-weight: 400;
  width: 80%;
  padding-left: 10%;
  line-height: 1.2em;
  font-size: 0.9em;
  padding-top: 0.4em;
  padding-bottom: 1em;
  background-color: #02357a;
}
.focus-boxes .focus-box .focus-box-text h2, .focus-boxes .focus-box .cruise-focus-box-text h2, .focus-boxes .cruise-focus-box .focus-box-text h2, .focus-boxes .cruise-focus-box .cruise-focus-box-text h2, .cruise-focus-boxes .focus-box .focus-box-text h2, .cruise-focus-boxes .focus-box .cruise-focus-box-text h2, .cruise-focus-boxes .cruise-focus-box .focus-box-text h2, .cruise-focus-boxes .cruise-focus-box .cruise-focus-box-text h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #03a6d7;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 992px) {
  .focus-boxes .focus-box, .focus-boxes .cruise-focus-box, .cruise-focus-boxes .focus-box, .cruise-focus-boxes .cruise-focus-box {
    background-color: none;
  }
  .focus-boxes .focus-box .focus-box-text, .focus-boxes .cruise-focus-box .focus-box-text, .cruise-focus-boxes .focus-box .focus-box-text, .cruise-focus-boxes .cruise-focus-box .focus-box-text {
    padding-bottom: 0;
  }
  .focus-boxes .focus-box .focus-box-image, .focus-boxes .cruise-focus-box .focus-box-image, .cruise-focus-boxes .focus-box .focus-box-image, .cruise-focus-boxes .cruise-focus-box .focus-box-image {
    height: 320px;
  }
  .focus-boxes .focus-box .focus-box-image img, .focus-boxes .cruise-focus-box .focus-box-image img, .cruise-focus-boxes .focus-box .focus-box-image img, .cruise-focus-boxes .cruise-focus-box .focus-box-image img {
    width: 100%;
  }
}
.cruise-focus-boxes {
  min-height: 800px;
}
.cruise-focus-boxes .cruise-focus-box-text h2 {
  padding-bottom: 1em;
  display: block;
}
.cruise-focus-boxes .cruise-focus-box-text p {
  line-height: 1.15em;
}
.cruise-focus-boxes .cruise-focus-box-text p.lblue {
  font-weight: bold;
  color: #03a6d7;
  margin-bottom: 0.5em;
}
.cruise-focus-boxes .cruise-focus-box-text a {
  color: white;
  text-decoration: none;
}
.cruise-focus-boxes .cruise-focus-box-text a:hover {
  color: #03a6d7;
}
.cruise-focus-boxes .cruise-focus-box-text ul {
  color: white;
}
.cruise-focus-boxes .cruise-focus-box-text ul li {
  line-height: 1.75em;
}
.cruise-focus-boxes .cruise-focus-box-text ul li a {
  color: white;
  text-decoration: none;
}
.cruise-focus-boxes .cruise-focus-box-text ul li a:hover {
  color: #03a6d7;
}
@media only screen and (min-width: 992px) {
  .cruise-focus-boxes {
    background-color: none;
  }
  .cruise-focus-boxes .cruise-focus-box-text {
    margin-top: 1em;
    padding-bottom: 0;
  }
  .cruise-focus-boxes .cruise-focus-box-image {
    height: 310px;
  }
  .cruise-focus-boxes .cruise-focus-box-image img {
    width: 100%;
  }
}

.suppliers-bar {
  padding-bottom: 3em;
}
.suppliers-bar .suppliers-bar-header {
  padding-top: 2em;
  text-align: center;
  color: #02357a;
}
.suppliers-bar .suppliers-bar-header h3 {
  color: #02357a;
}
.suppliers-bar .supplier-circle {
  display: block;
  text-align: center;
}
.suppliers-bar .supplier-circle img {
  position: relative;
  max-width: 120px;
}
@media only screen and (min-width: 992px) {
  .suppliers-bar .supplier-circle {
    max-width: 200px;
  }
}

.faq-bar {
  display: block;
  background-image: url(/USERASSETS/_template/faq_bq.png);
  background-size: cover;
  background-position: center center;
  min-height: 720px;
  padding-top: 8em;
  margin-bottom: 1em;
  text-align: center;
  color: white;
  font-weight: bold;
  line-height: 1.1em;
}
.faq-bar h3 {
  color: white;
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 2em;
}
.testimonial-bar {
  display: block;
  min-height: 200px;
  padding-top: 1.5em;
  margin-bottom: 0.5em;
}
.testimonial-bar img {
  max-width: 100%;
}
.testimonial-bar .testimonial-block {
  text-align: center;
}
.testimonial-bar .testimonial-block .testimonial-header {
  color: #02357a;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 0.75em;
}
.testimonial-bar .testimonial-block .testimonial-text {
  color: #02357a;
}
.testimonial-bar .testimonial-block .testimonial-text .testimonial-by {
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .testimonial-bar {
    padding-top: 3em;
    margin-bottom: 1em;
    min-height: 300px;
  }
  .testimonial-bar .testimonial-header {
    font-size: 2em;
  }
}
.join-newsletter {
  display: block;
  background-color: #03a6d7;
  background-image: url(/USERASSETS/_template/newsletter-join-bg-overlay2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 3em;
  min-height: 250px;
}
@media only screen and (min-width: 1199px) {
  .join-newsletter {
    background-size: contain;
  }
}
.join-newsletter .join-newsletter-text-container {
  padding-top: 6em;
  text-align: center;
  color: white;
}
.join-newsletter .join-newsletter-text-container h3 {
  color: #02357a;
  font-size: 1.7em;
  font-weight: bold;
}
.join-newsletter .join-newsletter-text-container .join-input {
  font-size: 0.9em;
  color: grey;
  padding: 0.6em 1em;
  background: white;
  border: none;
  border-color: #03a6d7;
  width: 40%;
}
.join-newsletter .join-newsletter-text-container .join-button {
  font-size: 0.9em;
  color: white;
  padding: 0.6em 1em;
  background: #02357a;
  border: none;
  border-color: #03a6d7;
  width: 20%;
}
.join-newsletter .join-newsletter-text-container .join-input-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-right: 1px solid grey;
}
.join-newsletter .join-newsletter-text-container .join-input-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
}

.mas-footer {
  background-color: #02357a;
  padding-top: 5em;
  padding-bottom: 5em;
  margin-bottom: 5em;
}
.mas-footer .mas-footer-text {
  color: white;
  font-size: 0.9em;
}
.mas-footer .mas-footer-text h4 {
  color: #03a6d7;
  font-size: 1.2em;
}
.mas-footer .mas-footer-text ul {
  list-style: none;
  list-style-position: outside;
  padding-left: 0;
}
.mas-footer .mas-footer-text ul li a {
  color: white;
  text-decoration: none;
}
.mas-footer .mas-footer-text ul li a:hover {
  color: #03a6d7;
}
.mas-footer .mas-footer-social-awards .social-icon {
  margin-right: 1em;
}
.mas-footer .footer-copyright {
  color: white;
  font-size: 0.9em;
}
.mas-footer .footer-copyright hr {
  margin-top: 2em;
  margin-bottom: 2em;
}

#myTopBtn {
  position: fixed;
  bottom: 2%;
  float: right;
  color: white;
  right: 2%;
  max-width: 50px;
  width: 100%;
  font-size: 18px;
  background-color: #02357a;
  padding: 5px;
  border-radius: 0%;
  border: 1px solid white;
}
#myTopBtn a {
  color: white;
  text-decoration: none;
}
#myTopBtn a:hover {
  color: #03a6d7;
}

/*MENU 2*/
#menu2 {
  display: none;
  position: absolute;
  font-size: 1em;
  right: 0em;
  top: 60px;
  width: 100%;
  z-index: 5000;
}
#menu2 a {
  transition: all 0.125s ease-in-out;
  -webkit-transition: all 0.125s ease-in-out;
}
#menu2 a:hover {
  color: #02357a;
  text-decoration: none;
}
#menu2 ul {
  margin: 0;
  padding: 0;
}
#menu2 .main-menu2 {
  display: none;
}
#menu2 a {
  padding: 0.3em 0.4em;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
  color: #03a6d7;
}
#menu2 li {
  border-width: 0 0 0px;
  list-style: none;
  padding: 0.25em 0em 0.25em 0em;
}
#menu2 label.drop-icon2 {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0.1em 0.8em;
  font-size: 20px;
  background-color: #02357a;
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, 0.75);
}
#menu2 input[type=checkbox] {
  display: none;
}
#menu2 ul span.drop-icon2 {
  display: none;
}
#menu2 input[type=checkbox]:checked + .sub-menu2 {
  display: block;
}
#menu2 .sub-menu2 {
  background-color: #02357a;
  border-width: 0px 0px 0px;
  margin: 0em 0em;
  width: 100%;
  display: none;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
}
#menu2 .sub-menu2 .sub-menu2 {
  font-size: 0.9em;
}
#menu2 .sub-menu2 a:hover {
  color: #03a6d7;
  text-decoration: none;
}
#menu2 .sub-menu2 li {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  margin-left: 1em;
  position: relative;
  display: block;
  color: #fff;
}
#menu2 .sub-menu2 li:last-child {
  border-width: 0;
}
#menu2 .sub-menu2 li label.drop-icon2 {
  position: absolute;
  right: 0px;
  top: 0px;
}

#tm2:checked + .main-menu2 {
  display: block;
  margin-top: 0px;
  background-color: #02357a;
}

#toggle-menu2 {
  border: none;
  /*border-style: solid;
      border-color: rgba(0, 0, 0, .05);*/
  position: relative;
  display: block;
  color: #4d4d4f;
  text-align: right;
  border-width: 0 0 0px;
  font-size: 0.9em;
  z-index: 5000;
  font-family: "Effra";
  font-weight: 400;
}
#toggle-menu2 a {
  padding: 0.3em 0.4em;
  text-align: left;
  text-decoration: none;
}
#toggle-menu2 .drop-icon2 {
  position: absolute;
  right: 0px;
  top: 0px;
}
#toggle-menu2 span.drop-icon2 {
  top: -45px;
  position: absolute;
  padding: 0.1em 0.8em;
  font-size: 20px;
  text-align: left;
  background-color: #02357a;
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid white;
}
@media screen and (min-width: 768px) {
  #toggle-menu2 span.drop-icon2 {
    top: 0.5em;
  }
}

@media only screen and (min-width: 993px) {
  #menu2 {
    top: 0px;
    display: block;
    position: relative;
    font-size: 1em;
    position: relative;
    height: 40px;
    line-height: 33px;
  }
  #menu2 input[type=checkbox]:checked + .sub-menu2 {
    display: none;
  }
  #menu2 .main-menu2 {
    display: block;
    color: white;
  }
  #menu2 label.drop-icon2 {
    display: none;
  }
  #menu2 a:hover {
    color: #03a6d7;
    text-decoration: none;
  }
  #menu2 ul {
    text-align: right;
    color: white;
  }
  #menu2 #tm2:checked + .main-menu2 {
    display: block;
    background-color: #02357a;
  }
  #menu2 li, #menu2 a {
    position: relative;
    display: block;
    color: #03a6d7;
  }
  #menu2 li {
    float: none;
    display: inline-block;
    text-align: right;
    padding-left: 0.5em;
  }
  #menu2 li:hover > input[type=checkbox] + .sub-menu2 {
    display: block;
  }
  #menu2 ul span.drop-icon2 {
    display: inline-block;
  }
  #menu2 .sub-menu2 {
    border-width: 0;
    margin: 0;
    position: absolute;
    display: none;
    top: 55px;
    left: 0px;
    width: 100%;
    z-index: 3000;
    width: 17em;
    border-left: 8px solid #02357a;
  }
  #menu2 .sub-menu2 li {
    text-indent: 0em;
    margin: 0;
    padding: 0.3em 0em 0.3em 0em;
    float: none;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #02357a;
  }
  #menu2 .sub-menu2 li a:hover {
    color: #02357a;
    text-decoration: none;
    border-bottom: none;
  }
  #menu2 .sub-menu2 .drop-icon2 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25em 1em 0em 1em;
  }
  #toggle-menu2 {
    position: relative;
    display: none;
    color: white;
  }
}
/* MENU */
#menu {
  display: block;
  position: absolute;
  font-size: 1em;
  right: 0em;
  width: 100%;
  z-index: 5000;
height:100%;
margin-top:10px;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu ul span.drop-icon {
  display: none;
}
#menu .main-menu {
  display: none;
}
#menu a {
  padding: 0.1em 0.6em;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: block;
  color: white;
  transition: all 0.125s ease-in-out;
  -webkit-transition: all 0.125s ease-in-out;
}
#menu a:hover {
  color: #03a6d7;
  text-decoration: none;
}
#menu li {
  position: relative;
  list-style: none;
  padding: 0.25em 0em 0.25em 0em;
}
#menu li label.drop-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0.1em 0.8em;
  font-size: 20px;
  background-color: #02357a;
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, 0.75);
}
#menu input[type=checkbox] {
  display: none;
}
#menu input[type=checkbox]:checked + .sub-menu {
  display: block;
}
#menu .sub-menu {
  background-color: #02357a;
  border-width: 0px;
  width: 100%;
  display: none;
  font-size: 1em;
  padding-left: 1em;
}
#menu .sub-menu a:hover {
  color: #03a6d7;
  text-decoration: none;
}
#menu .sub-menu li {
  position: relative;
  display: block;
  color: #fff;
}
#menu .sub-menu li:last-child {
  border-width: 0;
}
#menu .sub-menu li label.drop-icon {
  position: absolute;
  right: 0px;
  top: 0px;
}

#tm:checked + .main-menu {
  display: block;
  top: 38px;
  background-color: #02357a;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#toggle-menu {
  border: none;
  position: relative;
  display: block;
  color: #02357a;
  text-align: right;
  border-width: 0 0 0px;
  font-size: 1em;
  z-index: 5000;
}
#toggle-menu a {
  padding: 0.3em 0.4em;
  text-align: left;
  text-decoration: none;
}
#toggle-menu .drop-icon {
  position: absolute;
  right: 0px;
  top: -26px;
}
#toggle-menu span.drop-icon {
  position: absolute;
  padding: 0.2em 0.8em;
  font-size: 1.5em;
  text-align: left;
  background-color: #02357a;
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid white;
}

@media only screen and (min-width: 993px) {
  #menu {
    top: 9px;
    display: block;
    position: relative;
    font-size: 1em;
    position: relative;
    height: 48px;
    line-height: 36px;
  }
  #menu ul {
    text-align: right;
    color: white;
  }
  #menu ul span.drop-icon {
    display: inline-block;
  }
  #menu .sub-menu {
    background-color: #02357a;
    border-width: 0px;
    width: 100%;
    display: none;
    font-size: 1em;
    padding-left: 0em;
  }
  #menu .sub-menu a:hover {
    color: #02357a;
    text-decoration: none;
  }
  #menu .sub-menu li {
    position: relative;
    display: block;
    color: #03a6d7;
  }
  #menu .sub-menu li:last-child {
    border-width: 0;
  }
  #menu .sub-menu li label.drop-icon {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  #menu input[type=checkbox]:checked + .sub-menu {
    display: none;
  }
  #menu label.drop-icon {
    display: none;
  }
  #menu li, #menu a {
    position: relative;
    display: block;
    color: #02357a;
  }
  #menu li {
    float: none;
    display: inline-block;
    text-align: right;
    padding-left: 0.5em;
  }
  #menu li:hover > input[type=checkbox] + .sub-menu {
    display: block;
  }
  #menu #tm:checked + .main-menu {
    display: block;
    background-color: #02357a;
  }
  #menu .main-menu {
    display: block;
    margin-top: 15px;
  }
  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    display: none;
    left: 0;
    top: 47px;
    z-index: 3000;
    width: 17em;
    border-left: 8px solid #03a6d7;
    font-size: 1em;
  }
  #menu .sub-menu li a {
    color: white;
    text-decoration: none;
  }
  #menu .sub-menu li a:hover {
    color: #03a6d7;
    text-decoration: none;
    border-bottom: none;
  }
  #menu .sub-menu .drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25em 1em 0em 1em;
  }
  #menu .sub-menu .sub-menu {
    top: 0px;
    left: 100%;
  }
  #menu li:hover > input[type=checkbox] + .sub-menu {
    display: block;
  }
  #toggle-menu {
    position: relative;
    display: none;
  }
}
