body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #333333;
  outline: none;
}

a, a:active, a:focus, a:active {
  color: #28777D;
}

a:hover {
  color: #3baeb7;
}

h1, h2, h3, h4 {
  color: #28777D;
}

.fw {
  width: 100%;
}

#header .header-logo {
  width: 500px;
  height: auto;
  max-width: 100%;
}
#header .langlinks a, #header .langlinks a:hover, #header .langlinks a:focus, #header .langlinks a:active, #header .langlinks a:visited {
  color: #ffffff;
  background-color: #999999;
  padding: 10px;
  text-decoration: none;
}
#header .langlinks a:hover, #header .langlinks a:hover:hover, #header .langlinks a:focus:hover, #header .langlinks a:active:hover, #header .langlinks a:visited:hover {
  background-color: #b3b3b3;
}

.claim {
  font-weight: bold;
  display: block;
}

.img-mob {
  width: 100%;
  height: auto;
}

.mthead {
  cursor: pointer;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: border-bottom-color 1s ease-in-out;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
}
.mthead.thead-1 {
  background-color: #26787d;
}
.mthead.thead-1.active {
  border-color: #26787d;
}
.mthead.thead-1:hover, .mthead.thead-1.active {
  background-color: #26787d;
}
.mthead.thead-2 {
  background-color: #829ca8;
}
.mthead.thead-2.active {
  border-color: #829ca8;
}
.mthead.thead-2:hover, .mthead.thead-2.active {
  background-color: #829ca8;
}
.mthead.thead-3 {
  background-color: #00456e;
}
.mthead.thead-3.active {
  border-color: #00456e;
}
.mthead.thead-3:hover, .mthead.thead-3.active {
  background-color: #00456e;
}
.mthead.thead-4 {
  background-color: #999999;
}
.mthead.thead-4.active {
  border-color: #999999;
}
.mthead.thead-4:hover, .mthead.thead-4.active {
  background-color: #999999;
}

.tboxes .tbox {
  color: #ffffff;
  font-size: 1.2em;
}
.tboxes .tbox.tbox1 {
  display: none;
}
.tboxes .tbox.tbox1 .tboxtext {
  background-color: #26787d;
}
.tboxes .tbox.tbox2 {
  display: none;
}
.tboxes .tbox.tbox2 .tboxtext {
  background-color: #829ca8;
}
.tboxes .tbox.tbox3 {
  display: none;
}
.tboxes .tbox.tbox3 .tboxtext {
  background-color: #00456e;
}
.tboxes .tbox.tbox4 {
  display: none;
}
.tboxes .tbox.tbox4 .tboxtext {
  background-color: #999999;
}

#footer {
  margin-bottom: 50px;
}
#footer .footer {
  background-color: #999999;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2rem;
}
#footer .footer a, #footer .footer p {
  margin-bottom: 0;
  color: #4c4a4a;
}
#footer .footer a:hover {
  color: #000;
  text-decoration: none;
}

#footer-menu {
  list-style-type: none;
}

.cn-button.bootstrap {
  background-color: #28777D !important;
}

@media (min-width: 992px) {
  .headpad {
    padding-left: 2px;
    padding-right: 2px;
  }

  .boxpadone {
    padding-left: 0px;
    padding-right: 4px;
  }

  .boxpadtwo {
    padding-left: 0px;
    padding-right: 4px;
  }

  .specpad {
    padding-left: 17px;
    padding-right: 17px;
  }

  .claim {
    display: inline-block;
    font-size: 1.4rem;
    color: #999999;
  }

  .thead {
    cursor: pointer;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 15px solid #fff;
    transition: border-bottom-color 1s ease-in-out;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
  }
  .thead.thead-1 {
    background-color: #999999;
  }
  .thead.thead-1.active {
    border-color: #26787d;
  }
  .thead.thead-1:hover, .thead.thead-1.active {
    background-color: #26787d;
  }
  .thead.thead-2 {
    background-color: gray;
  }
  .thead.thead-2.active {
    border-color: #829ca8;
  }
  .thead.thead-2:hover, .thead.thead-2.active {
    background-color: #829ca8;
  }
  .thead.thead-3 {
    background-color: #666666;
  }
  .thead.thead-3.active {
    border-color: #00456e;
  }
  .thead.thead-3:hover, .thead.thead-3.active {
    background-color: #00456e;
  }
  .thead.thead-4 {
    background-color: #4d4d4d;
  }
  .thead.thead-4.active {
    border-color: #999999;
  }
  .thead.thead-4:hover, .thead.thead-4.active {
    background-color: #999999;
  }

  .tboxes .tbox {
    position: absolute;
    left: 17px;
    top: 0px;
    width: 100%;
    color: #ffffff;
    font-size: 1.2em;
  }
  .tboxes .tbox.tbox1 {
    display: flex;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .tboxes .tbox.tbox1 .tboxtext {
    background-color: #26787d;
  }
  .tboxes .tbox.tbox2 {
    display: none;
  }
  .tboxes .tbox.tbox2 .tboxtext {
    background-color: #829ca8;
  }
  .tboxes .tbox.tbox3 {
    display: none;
  }
  .tboxes .tbox.tbox3 .tboxtext {
    background-color: #00456e;
  }
  .tboxes .tbox.tbox4 {
    display: none;
  }
  .tboxes .tbox.tbox4 .tboxtext {
    background-color: #999999;
  }

  #footer {
    margin-bottom: 50px;
  }
  #footer .footer {
    background-color: #999999;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2rem;
  }
  #footer .footer a, #footer .footer p {
    margin-bottom: 0;
    color: #4c4a4a;
  }
  #footer .footer a:hover {
    color: #000;
    text-decoration: none;
  }

  #footer-menu {
    margin-bottom: 0;
  }
  #footer-menu li {
    display: inline-block;
    margin-left: 1rem;
  }
}

/*# sourceMappingURL=ydc.css.map */
