/* Mixin */
.indent {
  padding-left: 60px;
}
.indent-5 {
  margin: 0 auto;
  max-width: 95%;
}
.indent-10 {
  margin: 0 auto;
  max-width: 90%;
}
.indent-15 {
  margin: 0 auto;
  max-width: 85%;
}
.indent-20 {
  margin: 0 auto;
  max-width: 80%;
}
@media (max-width: 1170px) {
  .indent {
    padding-left: 0;
  }
  .indent-20 {
    margin: 0 auto;
    max-width: 85%;
  }
}
@media (max-width: 991px) {
  .indent-15,
  .indent-20 {
    margin: 0 auto;
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .indent {
    padding: 0;
  }
  .indent-5,
  .indent-10,
  .indent-15,
  .indent-20 {
    margin: 0 auto;
    max-width: 100%;
  }
}
.graphic-fill {
  width: 100%;
  position: relative;
}
.graphic-fill.size1,
.graphic-fill.size5 {
  height: 350px;
}
.graphic-fill.size1 .graphic,
.graphic-fill.size5 .graphic {
  width: 100%;
}
.graphic-fill.size2 .graphic {
  width: 50%;
}
.graphic-fill.size2 .text-wrapper {
  padding-left: 45px;
}
.graphic-fill.size2.image-right .text-wrapper {
  padding-left: 0;
  padding-right: 45px;
}
.graphic-fill.image-right .graphic {
  left: auto;
  right: 0;
}
.graphic-fill.text-left .text-wrapper {
  padding-left: 60px;
}
.graphic-fill.text-right {
  text-align: right;
}
.graphic-fill.text-right .text-wrapper {
  padding-right: 60px;
}
.graphic-fill .band {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background-color: #ed6811;
  height: 70px;
}
.graphic-fill .text-wrapper {
  margin-bottom: 60px;
}
.graphic-fill img {
  position: absolute;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.graphic-fill .graphic {
  z-index: 10;
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0;
  width: 50%;
  width: calc(50% - 45px);
  height: 100%;
  background-color: #01385e;
}
.graphic-fill .graphic.type1 {
  width: 50%;
  width: calc(50% + 45px);
}
@media (max-width: 1199px) {
  .graphic-fill {
    margin-bottom: 0;
    padding-top: 0;
  }
  .graphic-fill.text-left .text-wrapper {
    padding-left: 0px;
  }
  .graphic-fill.text-right {
    text-align: left;
  }
  .graphic-fill.text-right .text-wrapper {
    padding-right: 0px;
  }
  .graphic-fill.size2 .graphic {
    width: 100%;
  }
  .graphic-fill.size2 .text-wrapper {
    padding-left: 0px;
  }
  .graphic-fill.size2.image-right .text-wrapper {
    padding-left: 0;
    padding-right: 0px;
  }
  .graphic-fill .graphic {
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    height: 350px;
  }
  .graphic-fill .graphic.type1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .graphic-fill.text-right {
    text-align: center;
  }
  .graphic-fill.size2 .graphic {
    width: 100%;
  }
  .graphic-fill.size2 .text-wrapper {
    padding-left: 0px;
  }
  .graphic-fill.size2.image-right .text-wrapper {
    padding-left: 0;
    padding-right: 0px;
  }
}
.applications {
  width: 100%;
  position: relative;
}
.applications h3 {
  text-transform: uppercase;
}
.applications img {
  position: absolute;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.applications .graphic-wrapper {
  background-color: #ffffff;
}
.applications .graphic-wrapper .graphic:first-child {
  display: block;
}
.applications .main {
  margin-bottom: 60px;
}
.applications .wrapper {
  cursor: pointer;
  margin-top: 15px;
  padding: 30px 0;
}
.applications .shape-wrapper:after {
  width: 0px;
  height: 0px;
  opacity: 0;
}
.applications .open .shape-wrapper {
  width: 120%!important;
}
.applications .open .shape-wrapper:after {
  opacity: 1;
  width: 30px;
  height: 30px;
}
.applications .text-wrapper {
  display: none;
}
.applications .graphic {
  display: none;
  overflow: hidden;
  top: 0;
  position: absolute;
  right: 0;
  width: 50%;
  width: calc(50% - 45px);
  height: 100%;
  background-color: #01385e;
}
@media (max-width: 1199px) {
  .applications {
    padding-top: 0;
  }
  .applications .graphic {
    position: relative;
    width: 100%;
    height: 350px;
    margin-bottom: 60px;
  }
  .applications .open .shape-wrapper {
    width: 95%!important;
  }
}
@media (max-width: 1199px) {
  .applications .graphic-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .applications .shape-wrapper {
    width: 95%!important;
  }
  .applications .shape-wrapper:after {
    display: none;
  }
}
.strapgap {
  overflow: hidden;
  width: 100%;
}
.strapgap.type1 .row {
  margin: 0 -30px;
}
.strapgap.type1 div[class*=' col-'],
.strapgap.type1 div[class*='col-'] {
  padding: 0 30px;
}
.strapgap.type2 .row {
  margin: 0 0px;
}
.strapgap.type2 div[class*=' col-'],
.strapgap.type2 div[class*='col-'] {
  padding: 0 0px;
}
.strapgap .row {
  margin: 0 -45px;
}
.strapgap div[class*=' col-'],
.strapgap div[class*='col-'] {
  padding: 0 45px;
}
.icons-section {
  text-align: center;
}
.icons-section h3 {
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}
.icons-section img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
  max-height: 60%;
}
.icons-section .icon {
  position: relative;
  width: 75%;
  border-radius: 50%;
  padding-top: 75%;
  display: block;
  margin: 0 auto;
  background-color: #01385e;
  margin-bottom: 60px;
}
.icons-section .icos-wrapper {
  float: left;
  width: 100%;
  margin-bottom: -30px;
}
.icons-section .icos-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.icons-section .ico-wrapper {
  max-width: 430px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.icons-section .title-wrapper {
  margin-top: 1em;
  transform: translateY(50%);
}
.icons-section .text-wrapper {
  margin-top: 1em;
}
.icons-section .title-wrapper {
  position: relative;
  height: 50px;
}
@media (max-width: 767px) and (min-width: 467px) {
  .icons-section .icon {
    margin: 0 auto;
    width: 50%;
    padding-top: 50%;
  }
  .icons-section .text-wrapper,
  .icons-section .title-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.staff-section {
  text-align: center;
}
.staff-section h3 {
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}
.staff-section img {
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
}
.staff-section .icon {
  position: relative;
  width: 60%;
  border-radius: 50%;
  padding-top: 60%;
  display: block;
  margin: 0 auto;
  background-color: #01385e;
  margin-bottom: 60px;
}
.staff-section .icos-wrapper {
  float: left;
  width: 100%;
  margin-bottom: -30px;
}
.staff-section .icos-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.staff-section .ico-wrapper {
  max-width: 430px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.staff-section .title-wrapper {
  margin-top: 1em;
  transform: translateY(50%);
}
.staff-section .text-wrapper {
  margin-top: 1em;
}
.staff-section .title-wrapper {
  position: relative;
  height: 50px;
}
@media (max-width: 767px) and (min-width: 467px) {
  .staff-section .icon {
    margin: 0 auto;
    width: 50%;
    padding-top: 50%;
  }
  .staff-section .text-wrapper,
  .staff-section .title-wrapper {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.hero.height1 {
  height: 600px;
}
.hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero .cover {
  z-index: 1;
}
.hero .cta-wrapper {
  margin-top: 60px;
}
.hero .graphic img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .hero {
    height: auto;
    padding: 60px 0!important;
  }
  .hero .cover {
    position: relative;
  }
}
footer {
  text-align: center;
  padding: 60px 0;
  font-size: 0;
}
footer a:hover,
footer a:focus {
  color: #ed6811;
}
footer .spacer {
  font-size: 1rem;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ffffff;
}
footer .spacer:last-child {
  margin-right: 0;
  padding: 0;
  border-right: 0;
}
@media (max-width: 767px) {
  footer .spacer {
    width: 100%;
    border-right: 0;
    margin: 0;
    padding: 0;
  }
}
.flex-direction-nav {
  width: 100%;
  list-style: none;
  position: relative;
  z-index: 1000;
}
.flex-direction-nav li {
  list-style: none;
}
.flex-direction-nav a {
  height: 50px;
  width: 40px;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flex-direction-nav .flex-prev {
  left: 50%;
  margin-left: -95px;
  background-image: url('../img/arrow-left-orange.png');
}
.flex-direction-nav .flex-next {
  right: 50%;
  margin-right: -5px;
  background-image: url('../img/arrow-right-white.png');
}
@media (max-width: 1199px) {
  .flex-direction-nav {
    height: 70px;
    background-color: #01385e;
  }
  .flex-direction-nav .flex-prev {
    margin-left: -55px;
  }
  .flex-direction-nav .flex-next {
    margin-right: -55px;
  }
}
@media (max-width: 767px) {
  .flex-direction-nav .flex-prev {
    left: auto;
    margin-left: -55px;
  }
  .flex-direction-nav .flex-next {
    right: auto;
    margin-right: -55px;
  }
}
.underline {
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}
.underline:after {
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0.5rem;
  border-top: 4px solid #ed6811;
}
.why-choose-us h3 {
  margin-top: 2rem;
}
.why-choose-us .graphic {
  overflow: hidden;
  top: 0;
  position: absolute;
  right: 0;
  width: 75%;
  height: 100%;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.contact-icons img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
  max-height: 60%;
}
.contact-icons a {
  color: #000000;
}
.contact-icons .icon-wrapper {
  width: 20%;
  float: left;
  margin-bottom: 30px;
}
.contact-icons .icon {
  float: left;
  position: relative;
  width: 100%;
  border-radius: 50%;
  padding-top: 100%;
  display: block;
  margin: 0 auto;
  background-color: #01385e;
}
.contact-icons .text-wrapper {
  padding-left: 30px;
  float: right;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 1400px) {
  .contact-icons .icon-wrapper {
    width: 100%;
  }
  .contact-icons .icon {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 33.3%;
    padding-top: 33.3%;
  }
  .contact-icons .text-wrapper {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact-icons .icon {
    width: 240px;
    padding-top: 240px;
  }
}
.big-bullet {
  margin-top: 60px;
  display: block;
  float: left;
  font-size: 0;
}
.big-bullet .bullet-wrapper {
  width: 15%;
  width: calc(100px);
  display: inline-block;
  vertical-align: middle;
}
.big-bullet .bullet {
  background-color: #01385e;
  color: #ffffff;
  border-radius: 50%;
  position: relative;
  padding-top: 100%;
  width: 100%;
}
.big-bullet .inner {
  font-size: 2rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: 'lucida', Arial;
}
.big-bullet .text-wrapper {
  font-size: 1rem;
  padding-left: 30px;
  vertical-align: middle;
  display: inline-block;
  width: 85%;
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .big-bullet .text-wrapper,
  .big-bullet .bullet-wrapper {
    width: 100%;
    padding-left: 0;
  }
  .big-bullet .bullet {
    width: 30%;
    margin: 0 auto;
    padding-top: 30%;
    margin-bottom: 30px;
  }
}
.grids .grid-wrapper {
  margin-bottom: -30px;
}
.grids .grid {
  background-color: #ed6811;
  color: #ffffff;
  position: relative;
  margin-bottom: -2000px;
  padding-bottom: 2000px;
}
.grids .inner {
  padding: 60px  60px ;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .grids .grid {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .grids .inner {
    padding: 30px;
  }
}
.stacktable {
  width: 100%;
}
.st-head-row {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}
.st-val {
  width: 49%;
  padding-left: 1%;
}
/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}
@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
  .st-key {
    padding-right: 3%!important;
  }
  .st-head-row {
    background-color: #01385e;
    color: #ffffff;
    font-size: 1rem;
  }
}
.cookie-policy {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 1000000;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.cookie-policy .cta {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.cookie-policy .cta:hover,
.cookie-policy .cta:focus {
  background: #01385e;
}
@media (max-width: 1500px) {
  .cookie-policy br {
    display: none;
  }
}
#cookiepolicy {
  display: none;
}
#privacy-wrapper p a:hover {
  color: #01385e;
}
.g-recaptcha {
  margin-bottom: 30px;
}
.flexslider li {
  margin-left: 0;
}
.grecaptcha-badge {
  display: none!important;
}
.captchabox {
  width: auto;
}
.captchabox {
  display: block;
  width: 280px;
  text-align: left;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 0.8rem;
}
.captchabox img {
  margin-right: 15px;
  float: left;
}
.submit {
  cursor: pointer;
}
