
:root {
  --header-bg: #013F7E;
  --light-blue: #42B3DC;
  --green: #56A93C;
  --green-hover: #70be5b;
  --bg: #f8f5ef;
  --bg-blue: rgb(39, 70, 78);
  --orange: #ee7b34;
  --yellow: #fcce0b;
  --yellow-hover: #e6bc00;
  --gray: #70695f;
  --light-gray: #9e9892;
  --link: #53bfec;
  --link-hover: #49acd6;
  --page-width: 900px;
}

html, body, img {
  image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 1400px) {
  .main-content {
    padding-bottom: 600px !important;
  }
}

.hide {
  display: none;
}

header {
  color: white;
  background: #013F7E;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align:right;
}

header .language-links, header .home-link {
  display: inline-block;
  padding-top: 50px;
}

header .language-links a, header .home-link a {
  color: white;
  text-transform: uppercase;
}

.home-link {
  border-bottom: 1px solid #42B3DC;
  font-weight: bold;
}

header .language-links {
  margin-right: 40px;
}

footer {
  color: white;
  background: #013F7E;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 3px solid #42B3DC;
}

footer .mtp-block {
  padding-bottom: 40px;
  border-bottom: 1px solid #42B3DC;
  font-size: 1.3em;
}

footer .mtp-block h1 {
  color: #42B3DC;
  margin-bottom: 20px;
}

footer .mtp-block h1 sup {
  font-size: 0.5em;
  top: -1em;
}

footer .mtp-block .contact-links {
  margin-top: 20px;
}

footer .mtp-block .contact-links i {
  color: #42B3DC;
  margin-right: 10px;
}

footer .copyright-block {
  padding-top: 40px;
}

footer .mtp-block .hours {
  border-left: 1px solid #42B3DC;
  padding-left: 40px;
}

footer .copyright-block .logo img {
  max-width: 250px;
  margin-bottom: 20px;
}

footer .copyright-block p {
  margin: 0;
}

footer a {
  color: white;
}

.main-content {
  background-color: white;
  background-image: url('/assets/img/bg_couple_dock.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 60px;
  padding-bottom: 350px;
  color: #013F7E;
}

.featured-sections .item {
  padding: 10px;
  color: #013F7E;
}

.featured-sections .item .inner {
  border: 3px solid #013F7E;
  padding: 20px;
  text-align: center;
  line-height: 1.2;
}

.featured-sections .item .inner h3 {
  font-size: 19px;
  font-weight: bold;
}

.featured-sections .item .inner .btn-enter {
  background-color: #42B3DC;
  border-color: #42B3DC;
  border-radius: 0;
  color: white;
  font-weight:bold;
  width: 100%;
}

.featured-sections .item .inner h3, .featured-sections .item .inner p {
  text-align: left;
}

.featured-sections .item .description {
  min-height: 170px;
}

.fr .featured-sections .item .inner h3 {
  min-height: 45px;
}

.fr .featured-sections .item .description {
  min-height: 250px;
}

.featured-sections .item .icon {
  height: 80px;
  margin: auto;
  text-align: center;
}

.faqs dl {
  font-size: 1.4em;
  border-bottom: 2px solid #42B3DC;
}

.faqs dt {
  border-top: 2px solid #42B3DC;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.faqs dt i {
  font-size: 1.4em;
  position: absolute;
  top: 20px;
  right: 20px;
}

.faqs dt i.fa-plus  {
  color: #42B3DC;
}

.faqs dt i.fa-minus  {
  color: #56A93C;
  display: none;
}

.faqs dt.open i.fa-minus  {
  display: block;
}

.faqs dt.open i.fa-plus  {
  display: none;
}

.faqs dt span {
  display: block;
  max-width: calc(100% - 80px);
}

.faqs dd {
  display: none;
  padding-bottom: 20px;
}

.faqs dd.open {
  display: block;
}

.resources .icon {
  max-width: 90px;
  padding-top: 10px;
}

.resources .btn-download {
  margin-top: 25px;
  background-color: #013F7E;
  border-color: #013F7E;
  border-radius: 0;
  color: #42B3DC;
  font-weight:bold;
  width: 100%;
  position: absolute;
  top:20px;
  right:0;
}

.resources .btn-download:hover {
  color: white;
}

.resources .btn-download i {
  margin-left: 10px;
}

.videos h1 {
  font-weight: bold;
}

.videos .title {
  min-height: 80px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.modal-video-login .modal-dialog .modal-content {
  background-color: #013F7E;
  color: white;
  padding: 40px;
}

.modal-video-login .btn-enter {
  background-color: #56A93C;
  border-color: #56A93C;
  color: white;
  font-weight: bold;
  width: 100%;
}

.modal-video-login .error-message {
  background: #E5133D;
  color: white;
  font-weight:bold;
  padding: 10px 20px;
  cursor: pointer;
}

.modal-video-login .error-message i {
  font-size: 1.6em;
}

@media (min-width: 576px) {
  .modal-dialog {
      width: 90%;
      max-width: 850px;
  }
}

.modal-video-show .modal-dialog .modal-content {
  background-color: #013F7E;
  color: white;
  padding: 40px;
  border-radius: 40px;
}
