@font-face {
  font-family: 'TUITypeLightLATNW-Bold';
  src: url("../fonts/TUIType_LATN_W_Bd.eot");
  src: url("../fonts/TUIType_LATN_W_Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/TUIType_LATN_W_Bd.woff") format("woff"), url("../fonts/TUIType_LATN_W_Bd.ttf") format("truetype"); }

@font-face {
  font-family: 'TUITypeLightLATNW';
  src: url("../fonts/TUITypeLt_LATN_W_Rg.eot");
  src: url("../fonts/TUITypeLt_LATN_W_Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/TUITypeLt_LATN_W_Rg.woff") format("woff"), url("../fonts/TUITypeLt_LATN_W_Rg.ttf") format("truetype"); }

body {
  overflow-x: hidden; }

a:focus {
  outline: none; }

#header {
  background: rgba(112, 203, 244, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  font-size: 16px;
  line-height: 24px;
  font-family: "TUITypeLightLATNW", Helvetica, Arial, sans-serif; }

#header .navbar {
  height: 72px;
  padding: 14px 0;
  margin-bottom: 0; }

#header .navbar-brand {
  padding: 0; }

#header .main-logo {
  height: 44px;
  width: auto; }

#header a {
  color: #092a5e;
  text-decoration: none !important; }

#io-bg {
  position: absolute;
  width: 100%;
  width: 100vw;
  height: 768px;
  background: #70cbf4 no-repeat center;
  background-size: cover; }

#io-bg:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  height: 100px; }

#io-bg:before {
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }

#io-content {
  font-size: 18px;
  line-height: 27px;
  color: #092a5e;
  font-family: "TUITypeLightLATNW", Helvetica, Arial, sans-serif; }

#io-content h1, #io-content h2, #io-content h3, #io-content h4, #io-content h5, #io-content h6 {
  font-weight: bold; }

#io-content h1 {
  font-family: "TUITypeLightLATNW-Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 24px; }

#io-content h1, #io-content h2, #io-content h3, #io-content h4, #io-content h5, #io-content h6, #io-content p, #io-content ul, #io-content ol, #io-content dl, #io-content blockquote, #io-content pre {
  margin-bottom: 16px; }

#io-content {
  padding-top: 74px; }

#io-content img {
  max-width: 100%;
  height: auto; }

#io-content strong {
  font-family: "TUITypeLightLATNW-Bold", Helvetica, Arial, sans-serif; }

#footer {
  height: 80px;
  background: #70cbf4;
  color: #092a5e;
  font-size: 14px;
  line-height: 16px;
  padding: 32px 0;
  font-family: "TUITypeLightLATNW", Helvetica, Arial, sans-serif; }

#footer a {
  color: #092a5e;
  text-decoration: none; }

#footer .menu-inline {
  overflow: hidden;
  margin: 0; }

#footer .menu-inline > * {
  float: left;
  padding: 0 16px;
  border-left: #092a5e solid 1px; }

#footer .menu-inline > *:first-child {
  padding-left: 0;
  border-left: 0 none; }

@media (max-width: 568px) {
  #footer .menu-inline.menu-xs-block > * {
    float: none;
    display: block;
    padding: 0;
    border-left: 0 none;
    margin: 0 0 8px; }
  #footer .menu-inline.menu-xs-block > a {
    text-decoration: underline; } }

#io-content .hero-title {
  font-size: 64px;
  line-height: 90px;
  color: #092a5e;
  text-align: center; }

#io-content .img-rosskemp {
  width: 410px;
  height: auto; }

#io-content .bg-image-container {
  background-size: cover;
  background-position: center;
  display: block; }

#io-content .bg-image-container img {
  visibility: hidden;
  opacity: 0; }

#io-content .shadowed {
  box-shadow: rgba(0, 0, 0, 0.1) 0 20px 20px; }

#io-content .block-link {
  display: block;
  text-decoration: none; }

#io-content .bg-secondary {
  color: #fff; }

#io-content .page-section {
  padding: 40px 0;
  position: relative; }

#io-content .page-section .section-title {
  font-size: 30px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: normal; }

#io-content .page-section .btn-section {
  width: 240px;
  max-width: 100%; }

#io-content .page-section .side-right {
  text-align: right; }

#io-content .page-section.section-has-overlay {
  position: relative; }

#io-content .page-section.section-has-overlay:before {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(9, 42, 94, 0.6); }

#io-content .page-section.section-has-overlay .container {
  position: relative; }

#io-content .page-section.section-hero {
  padding: 0; }

#io-content .page-section.section-hero .spacer-after-title {
  height: 40px; }

#io-content .page-section.section-hero .hero-title {
  color: #fff;
  margin: 240px 0 40px; }

#io-content .page-section.section-behind-the-scene .slider-main {
  margin-bottom: 45px; }

#io-content .page-section.section-behind-the-scene .slider-main .bg-image-container {
  height: 535px; }

#io-content .page-section.section-behind-the-scene .slider-main .slick-arrow {
  top: 32%;
  width: 72px;
  height: 72px;
  background-size: 36px; }

#io-content .page-section.section-behind-the-scene .slider-main .slick-next {
  right: -36px; }

#io-content .page-section.section-behind-the-scene .slider-main .slick-prev {
  left: -36px; }

#io-content .page-section.section-behind-the-scene .slider-main .slick-dots {
  bottom: -25px;
  margin-bottom: 0; }

#io-content .page-section.section-behind-the-scene .slider-nav .bg-image-container {
  height: 120px; }

#io-content .page-section.section-science-bit {
  background: #092a5e no-repeat center;
  background-size: cover;
  color: #fff; }

#io-content .page-section.section-science-bit .bubble-group .bubble {
  background: #fff;
  color: #092a5e; }

#io-content .sg-block .block-body p:last-child {
  margin-bottom: 0; }

#io-content .block-link {
  color: inherit;
  text-decoration: none; }

#io-content .block-overlay {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  min-height: 300px; }

#io-content .block-overlay p:last-child {
  margin-bottom: 0; }

#io-content .block-overlay .block-thumb img {
  width: 100%; }

#io-content .block-overlay .block-body {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  top: auto;
  background: rgba(255, 255, 255, 0.85);
  padding: 16px; }

#io-content .block-overlay .title {
  font-size: 18px;
  margin: 0 0 8px;
  text-transform: uppercase; }

@media (max-width: 576px) {
  body .spacer {
    height: 16px; }
  body .spacer.spacer-lg {
    height: 36px; }
  #io-bg {
    height: 320px; }
  #header .navbar {
    height: auto;
    padding: 4px 0; }
  #header .navbar-left, #header .navbar-right {
    width: 50%;
    float: left;
    vertical-align: top; }
  #header .navbar-right {
    width: 130px;
    float: right;
    text-align: right; }
  #header .navbar-text {
    padding: 0; }
  #header .main-logo {
    height: 24px;
    width: auto; }
  #header .text-link i {
    display: none; }
  #footer {
    height: auto;
    padding: 16px 0 8px; }
  #io-content {
    font-size: 16px;
    line-height: 24px; }
  #io-content {
    padding-top: 58px; }
  #io-content .btn-xs-block {
    display: block; }
  #io-content .hero-title {
    font-size: 36px;
    line-height: 46px; }
  #io-content .page-section {
    padding: 24px 0; }
  #io-content .page-section .section-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 16px; }
  #io-content .page-section .btn-section {
    width: 100%; }
  #io-content .page-section.section-hero .spacer-after-title {
    height: 32px; }
  #io-content .page-section.section-hero .bc-video-wrapper {
    height: auto; }
  #io-content .page-section.section-hero .hero-title {
    margin: 24px 0; }
  #io-content .block-overlay .block-body {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    padding: 8px; }
  #io-content .block-deal .block-body {
    padding: 8px; } }

@media (min-width: 640px) {
  .navbar-left {
    float: left; }
  .navbar-right {
    float: right; } }

@media (max-width: 640px) {
  #header .navbar-brand, #header .navbar-text {
    margin-top: 0;
    margin-bottom: 0; }
  #header .navbar-brand {
    padding: 8px 0; }
  #header .main-logo {
    height: 32px; } }

#io-content .vjs-poster {
  background-size: cover !important; }

#io-content .bg-tertiary {
  background-color: #e2f3fe !important; }

#io-content .bg-gray {
  background-color: #f3f0ec !important; }

#io-content .box {
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  padding: 16px;
  color: #092a5e; }

#io-content .box.box-jd {
  margin-bottom: 20px;
  background: #fff; }

#io-content .box.box-jd h5 {
  margin-bottom: 8px; }

#io-content .box.box-flat {
  background-color: #fff;
  padding: 40px; }

#io-content form .error.help-block {
  font-size: 0.9em;
  color: red; }

#io-content form .form-check .help-block {
  margin-left: -1.25rem; }

#io-content .tui-slider > * {
  display: none; }

#io-content .tui-slider > *:first-child {
  display: block; }

#io-content .tui-slider.slick-slider > * {
  display: block; }

#io-content .validate-form .form-group {
  margin-bottom: 8px; }

#io-content .validate-form .form-label {
  line-height: 1em;
  font-size: 0.9em; }

#io-content .bc-video-wrapper {
  overflow: hidden; }

#io-content .help-block {
  font-size: 0.9em;
  color: #999; }

#io-content .btn {
  cursor: pointer;
  padding-left: 32px;
  padding-right: 32px;
  text-transform: uppercase; }

#io-content .btn-default {
  background: #ccc;
  color: #666; }

#io-content .btn-white {
  background: #fff;
  color: #092a5e; }

#io-content .btn-primary {
  background: #70cbf4;
  color: #fff !important; }

#io-content .btn-secondary {
  background: #092a5e;
  color: #fff !important; }

#io-content .input-file + .btn {
  clear: both;
  display: block; }

.home-old #io-content .page-section.section-hero .hero-title {
  margin: 48px 0; }

.ie6 #header, .ie7 #header, .ie8 #header {
  background: #70cbf4; }

.ie7 #header .navbar {
  padding-bottom: 0; }

.ie7 #io-content .col-sm-6 {
  width: 48%; }

.ie7 #io-content .form-control {
  max-width: 85%; }

.ie7 #footer {
  padding: 60px 0 0; }
