@charset "UTF-8";
.jobs-list .pagging ul, .icons-box, .blue.extra .pagination ul, .gallery .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .icons-box:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

#header {
  background: #0f1d3c;
  position: relative;
  z-index: 10; }
  #header .container {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      #header .container {
        position: relative;
        padding-bottom: 0; } }
    @media (min-width: 1220px) {
      #header .container {
        padding-top: 26px; } }
  #header .user-overlay .container {
    padding-top: 0;
    padding-bottom: 0; }

.sticky #header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0; }

.logo {
  float: left;
  background-image: url(/img/theme/logo.png);
  background-image: url(/img/theme/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 128px;
  height: 35px; }
  @media (max-width: 767px) {
    .logo {
      margin-top: 4px;
      width: 140px; } }

.logo-home {
  background-image: url(/img/theme/logo-home.png);
  background-image: url(/img/theme/logo-home.svg); }

@media (min-width: 768px) {
  .header-content {
    padding: 6px 0 0; } }
@media (min-width: 1220px) {
  .header-content {
    padding: 7px 0 0; } }

@media (min-width: 768px) {
  .nav-area {
    padding: 13px 0 0 4px;
    display: inline-block;
    vertical-align: top; } }
@media (min-width: 1220px) {
  .nav-area {
    padding: 0 0 0 60px; } }
@media (max-width: 767px) {
  .nav-area .list-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.25s linear; } }

.nav-opener {
  position: relative;
  width: 30px;
  height: 29px;
  float: right;
  z-index: 0;
  margin: 8px 6px 0 0;
  border-radius: 3px;
  border: 1px solid #fff;
  transition: all 0.25s linear; }
  .nav-opener:hover {
    background: #fff; }
    .nav-opener:hover span, .nav-opener:hover:before, .nav-opener:hover:after {
      background: #0f1d3c; }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    border-radius: 3px;
    position: absolute;
    top: 12px;
    left: 12%;
    right: 12%;
    height: 3px;
    background: #fff;
    transition: all 0.25s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 5px; }
  .nav-opener:after {
    top: 19px; }

#nav {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0; }
  @media (max-width: 767px) {
    #nav {
      background: #0d1c3b;
      padding: 10px 0;
      transform: translateY(-100%);
      transition: all 0.25s linear; } }
  #nav > li {
    padding: 0; }
    @media (max-width: 767px) {
      #nav > li {
        display: block; } }
    @media (min-width: 768px) {
      #nav > li {
        margin: 0 3px 15px; } }
    @media (min-width: 1024px) {
      #nav > li {
        margin: 0 8px 15px; } }
    @media (min-width: 1220px) {
      #nav > li {
        margin: 0 10px 30px; } }
    @media (min-width: 768px) {
      #nav > li.hover {
        margin-bottom: 0;
        padding-bottom: 15px; } }
    @media (min-width: 1220px) {
      #nav > li.hover {
        margin-bottom: 0;
        padding-bottom: 30px; } }
    @media (min-width: 768px) {
      #nav > li.hover > a {
        color: #00b3f1; } }
    @media (min-width: 768px) {
      #nav > li.hover .more-items {
        display: block; } }
    #nav > li.hover .dropdown {
      display: block; }
    @media (min-width: 768px) {
      #nav > li.hover.more {
        margin-bottom: 0;
        padding-bottom: 15px; } }
    @media (min-width: 1220px) {
      #nav > li.hover.more {
        padding-bottom: 30px; } }
    #nav > li.hover.self > a {
      color: #F36D25; }
    #nav > li.more {
      position: relative; }
    #nav > li.active > a {
      color: #00b3f1; }
    #nav > li.self.active > a {
      color: #F36D25; }
    #nav > li.self > a:hover {
      color: #F36D25; }
  #nav a {
    color: #fff;
    transition: all 0.25s linear; }
    @media (max-width: 767px) {
      #nav a {
        display: block;
        padding: 8px 10px;
        color: #d9d6d4; } }
    #nav a:hover {
      color: #00b3f1; }
  #nav .social-networks {
    margin: 0;
    font-size: 0;
    line-height: 0; }
    #nav .social-networks li {
      font-size: 29px;
      line-height: 29px;
      padding: 0 6px;
      display: inline-block;
      vertical-align: top; }
    #nav .social-networks a {
      color: #00b3f1; }
      #nav .social-networks a:hover {
        color: #007aa5; }
      @media (max-width: 767px) {
        #nav .social-networks a {
          padding: 0; } }
  @media (min-width: 768px) {
    #nav .more-items {
      font-weight: 300; } }
  @media (min-width: 768px) {
    #nav .more-items a {
      color: #d9d6d4; }
      #nav .more-items a:hover {
        color: #00b3f1; } }
  #nav .more-items ul {
    overflow: hidden; }
    @media (min-width: 768px) {
      #nav .more-items ul {
        padding: 0; } }
    @media (min-width: 768px) {
      #nav .more-items ul li {
        margin: 0 0 14px; } }
  #nav .more-items .social-networks {
    padding: 0; }
    @media (min-width: 768px) {
      #nav .more-items .social-networks {
        margin: 12px -16px 0; } }
    @media (min-width: 768px) {
      #nav .more-items .social-networks a {
        color: #00b3f1; }
        #nav .more-items .social-networks a:hover {
          color: #008dbe; } }
  #nav .more-opener {
    position: relative;
    padding-right: 14px; }
    #nav .more-opener:after {
      color: #00b3f1;
      font-size: 18px;
      line-height: 18px;
      content: '\e800';
      font-family: "fontello";
      position: absolute;
      right: 0;
      top: 1px; }
  @media (min-width: 768px) {
    #nav .dropdown ul {
      display: table;
      width: 100%; } }
  @media (min-width: 1024px) {
    #nav .dropdown ul {
      font-size: 15px;
      font-weight: 700;
      line-height: 18px; } }
  @media (min-width: 768px) {
    #nav .dropdown ul a {
      color: #0f1d3c;
      display: block;
      padding: 5px;
      text-align: center;
      min-height: 50px;
      white-space: nowrap;
      text-align: center; }
      #nav .dropdown ul a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 50px; }
      #nav .dropdown ul a > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%; }
      #nav .dropdown ul a:hover {
        color: #00b3f1; } }
  @media (min-width: 1220px) {
    #nav .dropdown ul a {
      min-height: 112px; }
      #nav .dropdown ul a:before {
        min-height: 112px; } }
  @media (min-width: 768px) {
    #nav .dropdown ul a:hover {
      background: #fff; } }
  #nav .dropdown ul span img {
    margin: 0 5px 0 0; }
    @media (min-width: 1220px) {
      #nav .dropdown ul span img {
        margin: 0 20px 0 0; } }
  @media (min-width: 768px) {
    #nav .dropdown li {
      display: table-cell;
      vertical-align: middle;
      background: #e9e9e9;
      width: 1%; } }
  @media (min-width: 768px) {
    #nav .dropdown li + li {
      border-left: 1px solid #b7b7b7; } }
  @media (min-width: 768px) {
    #nav .dropdown li.contact a {
      position: relative;
      color: #fff;
      min-width: 110px;
      background: url(/img/theme/bg02.jpg) no-repeat;
      background-size: cover; }
      #nav .dropdown li.contact a i {
        display: inline-block;
        vertical-align: middle;
        font-size: 25px;
        line-height: 25px; }
      #nav .dropdown li.contact a span {
        display: none; } }
  #nav .dropdown li.contact a i {
    margin: 0 5px; }
    @media (min-width: 768px) {
      #nav .dropdown li.contact a i {
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        width: auto !important;
        margin: -12px 0 0 -12px; } }
    @media (min-width: 1220px) {
      #nav .dropdown li.contact a i {
        font-size: 40px;
        line-height: 40px;
        margin: -20px 0 0 -20px; } }
  @media (min-width: 768px) {
    #nav .dropdown li.contact a:hover {
      background: #00a8ff; }
      #nav .dropdown li.contact a:hover i {
        opacity: 0.28; }
      #nav .dropdown li.contact a:hover span {
        display: inline-block;
        vertical-align: middle; } }
  @media (min-width: 768px) {
    #nav .dropdown li.support {
      min-width: 170px; } }
  @media (min-width: 1024px) {
    #nav .dropdown li.support {
      min-width: 300px; } }
  @media (min-width: 768px) {
    #nav .dropdown li.support a {
      color: #fff;
      position: relative;
      background: url(/img/theme/img01.jpg) no-repeat;
      background-size: cover; }
      #nav .dropdown li.support a:hover:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(7, 14, 28, 0.8); } }
  #nav .dropdown li.support a .holder {
    position: relative;
    z-index: 1; }
  @media (min-width: 768px) {
    #nav .dropdown li.support a .btn-default {
      color: #fff; } }
  #nav .dropdown li.support a:hover .btn-default {
    color: #00b3f1; }
  @media (min-width: 768px) {
    #nav .dropdown li.support .sub-title {
      line-height: 0; } }
  @media (min-width: 1024px) {
    #nav .dropdown li.support .sub-title {
      display: inline-block;
      vertical-align: middle;
      padding: 0 20px 0 0; } }
  #nav .dropdown li.support .sub-title img {
    margin: 0 5px 0 0; }
  #nav .dropdown li.support .btn-default {
    font-weight: 400; }
    #nav .dropdown li.support .btn-default:after {
      top: 1px; }
    @media (max-width: 767px) {
      #nav .dropdown li.support .btn-default {
        color: #d9d6d4; }
        #nav .dropdown li.support .btn-default:before, #nav .dropdown li.support .btn-default:after {
          display: none; } }
    @media (min-width: 1024px) {
      #nav .dropdown li.support .btn-default {
        display: inline-block;
        vertical-align: middle; } }

@media (min-width: 768px) {
  .more-items {
    display: none;
    position: absolute;
    left: -20px;
    top: 100%;
    width: 189px;
    background: #162b59;
    border-radius: 8px;
    padding: 24px 28px 16px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.47); }
    .more-items:before {
      content: "";
      position: absolute;
      left: 27px;
      top: -5px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 7px solid #162b59; } }

.dropdown {
  display: none; }
  @media (min-width: 768px) {
    .dropdown {
      position: absolute;
      left: 10px;
      top: 100%;
      right: 10px; } }
  .dropdown .title a {
    display: block;
    padding: 25px;
    background: url(/img/theme/bg01.jpg) no-repeat;
    background-size: cover;
    position: relative; }
    @media (min-width: 1220px) {
      .dropdown .title a {
        padding: 31px 58px 30px; } }
    .dropdown .title a:hover .btn-default {
      padding: 0 43px 0 0; }
    .dropdown .title a:hover:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(7, 14, 28, 0.5); }
  .dropdown .title .btn-default {
    position: relative;
    z-index: 1;
    padding: 0 36px 0 0;
    font-weight: 400; }
    .dropdown .title .btn-default:after {
      top: 1px; }
    @media (min-width: 768px) {
      .dropdown .title .btn-default {
        font-size: 18px;
        line-height: 20px; } }

@media (max-width: 767px) {
  .nav-active .nav-opener {
    background: #0f1d3c; }
    .nav-active .nav-opener span {
      opacity: 0; }
    .nav-active .nav-opener:after, .nav-active .nav-opener:before {
      top: 12px;
      background: #fff;
      transform: rotate(45deg); }
    .nav-active .nav-opener:after {
      transform: rotate(-45deg); } }
.nav-active .nav-area .list-holder {
  max-height: 4000px; }
@media (max-width: 767px) {
  .nav-active #nav {
    transform: translateY(0); } }
.nav-active.home .nav-opener:before, .nav-active.home .nav-opener:after,
.nav-active.home .nav-opener span {
  background: #fff; }

.contact-block .user-overlay1,
.contact-block .user-overlay2,
.contact-block .user-overlay3 {
  position: fixed;
  background: #00b3f1; }
  .contact-block .user-overlay1 .container,
  .contact-block .user-overlay2 .container,
  .contact-block .user-overlay3 .container {
    padding-top: 0;
    padding-bottom: 0; }
.contact-block .content-form {
  opacity: 1;
  z-index: 10;
  visibility: visible; }

.user-info {
  float: right;
  padding: 2px 0 0 15px;
  line-height: 0;
  position: relative; }
  @media (min-width: 768px) {
    .user-info {
      padding: 0 0 0 15px; } }
  .user-info .user-signup, .user-info .user-opener {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    position: relative;
    color: #fff;
    padding: 0 0 0 27px;
    z-index: 10; }
    .user-info .user-signup:before, .user-info .user-opener:before {
      content: "";
      width: 17px;
      height: 17px;
      border-radius: 100%;
      background: #00b3f1;
      position: absolute;
      left: 0;
      top: 2px; }
  @media (max-width: 767px) {
    .user-info .user-signup {
      display: block;
      margin-top: 5px; } }
  .user-info .user-login {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    position: relative;
    color: #fff;
    padding: 0 0 0 27px;
    z-index: 10; }
    @media (max-width: 767px) {
      .user-info .user-login {
        display: block; } }
    .user-info .user-login:before {
      content: "";
      width: 17px;
      height: 17px;
      border-radius: 100%;
      background: #F36D21;
      position: absolute;
      left: 0;
      top: 2px; }
  .user-info .mask {
    overflow: hidden;
    background: #00b3f1;
    position: fixed;
    border-radius: 50%;
    top: 0;
    right: 0;
    z-index: 10;
    transition: right 0.6s ease 0s, top 0.6s ease 0s, width 0.6s ease 0s, height 0.6s ease 0s; }

.home #header {
  background: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
.home #nav a {
  color: #0f1d3c; }
  @media (max-width: 767px) {
    .home #nav a {
      color: #d9d6d4; } }
  .home #nav a:hover {
    color: #00b3f1; }
@media (min-width: 768px) {
  .home #nav .more-items a {
    color: #d9d6d4; }
    .home #nav .more-items a:hover {
      color: #00b3f1; } }
.home #nav .more-items .social-networks li {
  margin: 0; }
.home #nav .more-items .social-networks a {
  color: #00b3f1; }
  .home #nav .more-items .social-networks a:hover {
    color: #007aa5; }
.home .user-info .user-opener, .home .user-info .user-login, .home .user-info .user-signup {
  color: #0f1d3c; }
  .home .user-info .user-opener:hover, .home .user-info .user-login:hover, .home .user-info .user-signup:hover {
    color: #00b3f1; }
.home .nav-opener {
  border-color: #0f1d3c; }
  .home .nav-opener:before, .home .nav-opener:after,
  .home .nav-opener span {
    background: #0f1d3c; }
  .home .nav-opener:hover {
    background: #0f1d3c; }
    .home .nav-opener:hover:before, .home .nav-opener:hover:after,
    .home .nav-opener:hover span {
      background: #fff; }

.socials-area {
  border-top: 1px solid #1c2a47;
  padding: 8px; }

.social-networks {
  margin: 0;
  font-size: 0;
  line-height: 0; }
  .social-networks li {
    font-size: 28px;
    line-height: 28px; }
    .social-networks li a {
      position: relative;
      z-index: 1;
      display: block; }
      .social-networks li a:hover {
        color: #007aa5; }
      .social-networks li a:before {
        content: "";
        position: absolute;
        left: 4px;
        right: 4px;
        bottom: 4px;
        top: 4px;
        background: #fff;
        border-radius: 100%;
        z-index: -1; }

.user-overlay,
.user-overlay1,
.user-overlay2,
.user-overlay3 {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -999;
  line-height: 20px;
  transition: all 0.30s linear; }
  .user-overlay .num-box,
  .user-overlay1 .num-box,
  .user-overlay2 .num-box,
  .user-overlay3 .num-box {
    display: block;
    margin: 0 0 25px; }
    @media (min-width: 1220px) {
      .user-overlay .num-box,
      .user-overlay1 .num-box,
      .user-overlay2 .num-box,
      .user-overlay3 .num-box {
        margin: 0 0 41px; } }
  .user-overlay .num,
  .user-overlay1 .num,
  .user-overlay2 .num,
  .user-overlay3 .num {
    color: #4c9dba;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    display: inline-block;
    vertical-align: top; }
    .user-overlay .num:before,
    .user-overlay1 .num:before,
    .user-overlay2 .num:before,
    .user-overlay3 .num:before {
      content: "1"; }
    @media (min-width: 768px) {
      .user-overlay .num,
      .user-overlay1 .num,
      .user-overlay2 .num,
      .user-overlay3 .num {
        font-size: 32px;
        line-height: 36px; } }
  .user-overlay .header,
  .user-overlay1 .header,
  .user-overlay2 .header,
  .user-overlay3 .header {
    margin: 0 0 25px; }
    @media (min-width: 1220px) {
      .user-overlay .header,
      .user-overlay1 .header,
      .user-overlay2 .header,
      .user-overlay3 .header {
        margin: 0 0 187px; } }
    .user-overlay .header .title,
    .user-overlay1 .header .title,
    .user-overlay2 .header .title,
    .user-overlay3 .header .title {
      margin: 0; }
  .user-overlay .title,
  .user-overlay1 .title,
  .user-overlay2 .title,
  .user-overlay3 .title {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #0f1d3c;
    margin: 0 0 70px;
    letter-spacing: -1px; }
    @media (min-width: 768px) {
      .user-overlay .title,
      .user-overlay1 .title,
      .user-overlay2 .title,
      .user-overlay3 .title {
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 50px; } }
    .user-overlay .title span,
    .user-overlay1 .title span,
    .user-overlay2 .title span,
    .user-overlay3 .title span {
      color: #fff;
      font-weight: 700; }
  .user-overlay .btn-list,
  .user-overlay1 .btn-list,
  .user-overlay2 .btn-list,
  .user-overlay3 .btn-list {
    margin: 0; }
    @media (min-width: 768px) {
      .user-overlay .btn-list,
      .user-overlay1 .btn-list,
      .user-overlay2 .btn-list,
      .user-overlay3 .btn-list {
        font-size: 0;
        line-height: 0;
        text-align: justify; }
        .user-overlay .btn-list:after,
        .user-overlay1 .btn-list:after,
        .user-overlay2 .btn-list:after,
        .user-overlay3 .btn-list:after {
          content: "";
          display: inline-block;
          vertical-align: top;
          font-size: 0;
          line-height: 0;
          width: 100% !important; } }
    @media (min-width: 1220px) {
      .user-overlay .btn-list,
      .user-overlay1 .btn-list,
      .user-overlay2 .btn-list,
      .user-overlay3 .btn-list {
        margin: 0 -45px; } }
    .user-overlay .btn-list li,
    .user-overlay1 .btn-list li,
    .user-overlay2 .btn-list li,
    .user-overlay3 .btn-list li {
      font-size: 15px;
      line-height: 18px;
      padding: 0;
      margin: 0 0 10px; }
      @media (max-width: 767px) {
        .user-overlay .btn-list li,
        .user-overlay1 .btn-list li,
        .user-overlay2 .btn-list li,
        .user-overlay3 .btn-list li {
          display: block; } }
      @media (min-width: 768px) {
        .user-overlay .btn-list li,
        .user-overlay1 .btn-list li,
        .user-overlay2 .btn-list li,
        .user-overlay3 .btn-list li {
          font-size: 17px;
          line-height: 20px;
          margin: 0;
          padding: 0 15px;
          vertical-align: top; } }
      @media (min-width: 1220px) {
        .user-overlay .btn-list li,
        .user-overlay1 .btn-list li,
        .user-overlay2 .btn-list li,
        .user-overlay3 .btn-list li {
          padding: 0 50px; } }
      .user-overlay .btn-list li.active .content-form,
      .user-overlay1 .btn-list li.active .content-form,
      .user-overlay2 .btn-list li.active .content-form,
      .user-overlay3 .btn-list li.active .content-form {
        z-index: 1;
        opacity: 1;
        visibility: visible; }
    .user-overlay .btn-list .open,
    .user-overlay1 .btn-list .open,
    .user-overlay2 .btn-list .open,
    .user-overlay3 .btn-list .open {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 31px 0 0; }
      .user-overlay .btn-list .open:hover,
      .user-overlay1 .btn-list .open:hover,
      .user-overlay2 .btn-list .open:hover,
      .user-overlay3 .btn-list .open:hover {
        opacity: 0.70; }
      .user-overlay .btn-list .open:after,
      .user-overlay1 .btn-list .open:after,
      .user-overlay2 .btn-list .open:after,
      .user-overlay3 .btn-list .open:after {
        content: '\e803';
        font-family: "fontello";
        position: absolute;
        right: 0;
        top: 1px;
        font-size: 20px;
        line-height: 20px; }
  .user-overlay .content,
  .user-overlay1 .content,
  .user-overlay2 .content,
  .user-overlay3 .content {
    height: 100vh;
    overflow: hidden;
    white-space: nowrap;
    text-align: center; }
    .user-overlay .content:before,
    .user-overlay1 .content:before,
    .user-overlay2 .content:before,
    .user-overlay3 .content:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .user-overlay .content > *,
    .user-overlay1 .content > *,
    .user-overlay2 .content > *,
    .user-overlay3 .content > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      width: 100%; }
  .user-overlay .content-holder,
  .user-overlay1 .content-holder,
  .user-overlay2 .content-holder,
  .user-overlay3 .content-holder {
    width: 100%;
    padding: 15px 0; }
  .user-overlay .content-box,
  .user-overlay1 .content-box,
  .user-overlay2 .content-box,
  .user-overlay3 .content-box {
    min-height: 380px;
    position: relative; }
    @media (min-width: 768px) {
      .user-overlay .content-box,
      .user-overlay1 .content-box,
      .user-overlay2 .content-box,
      .user-overlay3 .content-box {
        min-height: 547px; } }
  .user-overlay .form-active .num:before,
  .user-overlay1 .form-active .num:before,
  .user-overlay2 .form-active .num:before,
  .user-overlay3 .form-active .num:before {
    content: "2"; }
  .user-overlay .close,
  .user-overlay1 .close,
  .user-overlay2 .close,
  .user-overlay3 .close {
    padding: 0;
    position: absolute !important;
    right: 10px;
    top: 10px; }
    .user-overlay .close:after,
    .user-overlay1 .close:after,
    .user-overlay2 .close:after,
    .user-overlay3 .close:after {
      display: none; }
    .user-overlay .close:hover,
    .user-overlay1 .close:hover,
    .user-overlay2 .close:hover,
    .user-overlay3 .close:hover {
      opacity: 0.60; }
    @media (min-width: 768px) {
      .user-overlay .close,
      .user-overlay1 .close,
      .user-overlay2 .close,
      .user-overlay3 .close {
        font-size: 25px;
        line-height: 25px; } }
    @media (min-width: 1220px) {
      .user-overlay .close,
      .user-overlay1 .close,
      .user-overlay2 .close,
      .user-overlay3 .close {
        font-size: 35px;
        line-height: 35px;
        right: 80px;
        top: 68px; } }
  .user-overlay .open.back,
  .user-overlay1 .open.back,
  .user-overlay2 .open.back,
  .user-overlay3 .open.back {
    padding: 0;
    font-size: 25px;
    line-height: 25px;
    position: absolute !important;
    left: 10px;
    top: 10px; }
    .user-overlay .open.back:after,
    .user-overlay1 .open.back:after,
    .user-overlay2 .open.back:after,
    .user-overlay3 .open.back:after {
      display: none; }
    .user-overlay .open.back:hover,
    .user-overlay1 .open.back:hover,
    .user-overlay2 .open.back:hover,
    .user-overlay3 .open.back:hover {
      opacity: 0.60; }
    @media (min-width: 768px) {
      .user-overlay .open.back,
      .user-overlay1 .open.back,
      .user-overlay2 .open.back,
      .user-overlay3 .open.back {
        font-size: 35px;
        line-height: 35px; } }
    @media (min-width: 1220px) {
      .user-overlay .open.back,
      .user-overlay1 .open.back,
      .user-overlay2 .open.back,
      .user-overlay3 .open.back {
        top: 68px;
        right: auto;
        left: 80px;
        font-size: 45px;
        line-height: 45px; } }
  .user-overlay .mask,
  .user-overlay1 .mask,
  .user-overlay2 .mask,
  .user-overlay3 .mask {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    border-radius: 100%;
    z-index: -1;
    background: #00b3f1;
    transition: all 0.30s linear; }

.thanks-block {
  height: 100%;
  overflow: auto;
  color: #0f1d3c;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00b3f1;
  transition: all 0.25s linear;
  text-align: center;
  margin: 0 auto;
  width: 100% !important; }
  @media (min-width: 1220px) {
    .thanks-block {
      min-height: 550px; } }
  .thanks-block .holder {
    margin: 0 auto;
    overflow: hidden;
    max-width: 400px;
    padding: 83px 20px 40px; }
  .thanks-block .ico {
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto 38px; }
    @media (max-width: 768px) {
      .thanks-block .ico {
        margin: 0 auto 30px; } }
  .thanks-block h2 {
    font-size: 31px;
    min-height: 87px;
    margin: 0 0 30px;
    line-height: 35px;
    letter-spacing: -1px; }
    @media (max-width: 768px) {
      .thanks-block h2 {
        min-height: inherit; } }
  .thanks-block strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; }
    @media (max-width: 768px) {
      .thanks-block strong {
        font-size: 16px;
        line-height: 24px; }
        .thanks-block strong br {
          display: none; } }
  .thanks-block .close {
    padding: 0;
    position: absolute !important;
    right: 10px;
    top: 10px; }
    .thanks-block .close:after {
      display: none; }
    .thanks-block .close:hover {
      opacity: 0.60; }
    @media (min-width: 768px) {
      .thanks-block .close {
        font-size: 25px;
        line-height: 25px; } }
    @media (min-width: 1220px) {
      .thanks-block .close {
        font-size: 35px;
        line-height: 35px;
        right: 80px;
        top: 68px; } }

body:not(.user-active) .user-info .mask {
  right: 100% !important;
  top: 9px !important;
  width: 0px !important;
  height: 0px !important;
  margin: 0 -22px 0 0; }

.user-active {
  overflow: hidden; }
  .user-active .user-overlay {
    position: fixed;
    opacity: 1;
    visibility: visible;
    z-index: 9999; }
  .user-active #header {
    z-index: 1000; }

.user-active1 {
  overflow: hidden; }
  .user-active1 .user-overlay1 {
    position: fixed;
    opacity: 1;
    visibility: visible;
    z-index: 9999; }
  .user-active1 #header {
    z-index: -1; }

.user-active2 {
  overflow: hidden; }
  .user-active2 .user-overlay2 {
    position: fixed;
    opacity: 1;
    visibility: visible;
    z-index: 9999; }
  .user-active2 #header {
    z-index: -1; }

.user-active3 {
  overflow: hidden; }
  .user-active3 .user-overlay3 {
    position: fixed;
    opacity: 1;
    visibility: visible;
    z-index: 9999; }
  .user-active3 #header {
    z-index: -1; }

#footer {
  background: #0c162e;
  border-top: 1px solid #264079; }
  @media (min-width: 768px) {
    #footer {
      position: static;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; } }

.footer-logo {
  margin: 0 0 15px; }
  @media (min-width: 1220px) {
    .footer-logo {
      margin: 4px 0 25px; } }

.footer-t {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0;
  line-height: 0; }
  @media (min-width: 1024px) {
    .footer-t {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (min-width: 1220px) {
    .footer-t {
      padding-top: 60px;
      padding-bottom: 15px; } }
  .footer-t .col {
    font-size: 12px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .footer-t .col {
        width: 33.333%;
        padding: 0 10px 15px 0;
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 1024px) {
      .footer-t .col {
        width: 14.285%; } }
    @media (min-width: 768px) {
      .footer-t .col:first-child {
        width: 100%;
        text-align: center; } }
    @media (min-width: 1024px) {
      .footer-t .col:first-child {
        width: 14.285%;
        text-align: left; } }
  .footer-t a {
    color: #fff; }
    .footer-t a:hover {
      opacity: 0.60; }
  @media (max-width: 767px) {
    .footer-t .opener {
      display: block;
      padding: 5px 15px 5px 5px;
      position: relative; }
      .footer-t .opener:after {
        font-size: 18px;
        line-height: 18px;
        content: '\e800';
        font-family: "fontello";
        position: absolute;
        right: 3px;
        top: 5px; } }
  @media (min-width: 768px) {
    .footer-t .opener {
      pointer-events: none; } }
  .footer-t .title {
    font-weight: 600; }
    @media (min-width: 768px) {
      .footer-t .title {
        display: block;
        margin: 0 0 5px; } }
    @media (min-width: 1024px) {
      .footer-t .title {
        margin: 0 0 8px; } }
    .footer-t .title.blue a {
      color: #00b3f1; }
    .footer-t .title.orange a {
      color: #F36D25; }
  .footer-t .sub-title {
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px; }
    @media (min-width: 1024px) {
      .footer-t .sub-title {
        font-size: 19px;
        line-height: 24px; } }
    .footer-t .sub-title span {
      display: block; }
    .footer-t .sub-title a {
      color: #00b3f1; }
      .footer-t .sub-title a:hover {
        opacity: 0.80; }
  .footer-t .slide {
    margin: 0; }
    @media (max-width: 767px) {
      .footer-t .slide {
        padding: 2px 5px 0; } }
    @media (min-width: 768px) {
      .footer-t .slide.js-slide-hidden {
        display: block !important;
        position: static !important;
        left: auto !important;
        top: auto !important; } }
    .footer-t .slide li {
      margin: 0 0 3px; }
      @media (min-width: 1024px) {
        .footer-t .slide li {
          margin: 0 0 8px; } }
  .footer-t .footer-logo a {
    opacity: 1; }

.footer-b {
  border-top: 1px solid #264079;
  padding: 10px 70px 0 0;
  position: relative; }
  @media (min-width: 768px) {
    .footer-b {
      padding: 14px 70px 10px 0; } }
  @media (min-width: 1220px) {
    .footer-b {
      padding: 18px 70px 8px 0; } }
  @media (min-width: 1400px) {
    .footer-b {
      padding: 18px 100px 5px; } }
  .footer-b .col-sm-6 {
    position: static;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .footer-b .col-sm-6 {
        padding-bottom: 0; } }
  @media (max-width: 1219px) {
    .footer-b .container {
      width: 890px; } }
  @media (max-width: 1023px) {
    .footer-b .container {
      width: 670px; } }
  @media (min-width: 1220px) {
    .footer-b .container {
      width: 1120px; } }
  @media (min-width: 1400px) {
    .footer-b .container {
      width: 1200px; } }
  .footer-b .copyright {
    font-size: 14px;
    line-height: 16px;
    color: #122247; }
    .footer-b .copyright p {
      margin: 0; }
      @media (min-width: 768px) {
        .footer-b .copyright p {
          margin: 10px 0 0; } }
      @media (min-width: 1220px) {
        .footer-b .copyright p {
          margin: 14px 0 0; } }
      .footer-b .copyright p a {
        color: #122247; }
        .footer-b .copyright p a:hover {
          opacity: 0.80; }
  .footer-b .social-networks li {
    font-size: 30px;
    line-height: 30px;
    padding: 0 5px 5px; }
    @media (min-width: 1220px) {
      .footer-b .social-networks li {
        font-size: 38px;
        line-height: 38px;
        padding: 0 0 14px 14px; } }
  .footer-b .social-networks a {
    color: #00b3f1; }
  @media (max-width: 767px) {
    .footer-b .text-right {
      text-align: left; } }

.top-link {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  bottom: 0;
  white-space: nowrap;
  text-align: center; }
  .top-link:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .top-link > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%; }
  @media (min-width: 1400px) {
    .top-link {
      width: 100px; } }
  .top-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #264079;
    width: 1px;
    height: 9999px; }
  .top-link .top {
    color: #00b3f1;
    font-size: 30px;
    line-height: 30px; }
    .top-link .top:hover {
      color: #007aa5; }
    @media (min-width: 1400px) {
      .top-link .top {
        font-size: 36px;
        line-height: 36px; } }

@font-face {
  font-family: 'fontello';
  src: url("/fonts/fontello.eot?41712340");
  src: url("/fonts/fontello.eot?41712340#iefix") format("embedded-opentype"), url("/fonts/fontello.svg?41712340") format("svg"), url("/fonts/fontello.woff?41712340") format("woff"), url("/fonts/fontello.ttf?41712340") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/font/fontello.svg?27884118#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-down-open-mini:before {
  content: '\e800'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e801'; }

/* '' */
.icon-arrow-left:before {
  content: '\e802'; }

/* '' */
.icon-arrow-right:before {
  content: '\e803'; }

/* '' */
.icon-twitter-circled:before {
  content: '\e804'; }

/* '' */
.icon-facebook-circled:before {
  content: '\e805'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\e806'; }

/* '' */
.icon-soundcloud-circled:before {
  content: '\e807'; }

/* '' */
.icon-top-arrow:before {
  content: '\e808'; }

/* '' */
.icon-comment:before {
  content: '\e809'; }

/* '' */
.icon-close:before {
  content: '\e80a'; }

/* '' */
.icon-left-open-big:before {
  content: '\e80b'; }

/* '' */
.icon-right-open-big:before {
  content: '\e80c'; }

/* '' */
.icon-location:before {
  content: '\e80d'; }

/* '' */
.icon-phone:before {
  content: '\e80e'; }

/* '' */
.icon-mail:before {
  content: '\e80f'; }

/* '' */
.icon-arrow-left-1:before {
  content: '\e810'; }

/* '' */
.icon-arrow-right-1:before {
  content: '\e811'; }

/* '' */
.icon-back:before {
  content: '\e812'; }

/* '' */
.icon-mail-circled:before {
  content: '\e813'; }

/* '' */
.icon-arrow-top:before {
  content: '\e814'; }

/* '' */
.icon-arrow-bottom:before {
  content: '\e815'; }

/* '' */
.icon-edit:before {
  content: '\e816'; }

/* '' */
.icon-back-1:before {
  content: '\e817'; }

/* '' */
body {
  line-height: 18px;
  min-width: 320px;
  background-color: #264079; }
  @media (min-width: 768px) {
    body {
      font-size: 15px;
      line-height: 24px; } }

a {
  text-decoration: none; }
  a:focus, a:hover {
    outline: none;
    text-decoration: none; }

.btn {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0; }

.btn-default {
  color: #0f1d3c;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  white-space: normal;
  padding: 0;
  background: none;
  border: 0;
  padding-right: 30px;
  position: relative;
  text-align: left;
  transition: all 0.25s linear; }
  .btn-default:after {
    font-size: 22px;
    line-height: 18px;
    color: #00b3f1;
    content: '\e803';
    font-family: "fontello";
    position: absolute;
    right: 0;
    top: 1px;
    transition: all 0.25s linear; }
  .btn-default:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 2px;
    top: 0;
    z-index: 0;
    background: #c6ffff;
    border-radius: 100%;
    transition: all 0.25s linear; }
  .btn-default:focus, .btn-default:hover {
    color: #00b3f1;
    background: none; }
    .btn-default:focus:after, .btn-default:hover:after {
      right: -10px; }
    .btn-default:focus:before, .btn-default:hover:before {
      right: -8px; }

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default.focus:active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  background: none;
  box-shadow: none;
  outline: none; }

.btn-toolbar > .btn,
.btn-group > .btn {
  margin: 5px 5px 5px; }

.btn-xs, .btn-group-xs > .btn,
.btn-sm, .btn-group-sm > .btn,
.btn-lg, .btn-group-lg > .btn {
  padding: 0 30px 0 0; }

.btn-group-vertical > .btn-group > .btn {
  margin: 0; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: 5px; }

.input-group-addon, .input-group-btn {
  padding: 5px; }

.btn-group-justified > .btn:after {
  right: 5px; }
.btn-group-justified > .btn:before {
  right: 7px; }

.btn-group-justified > .btn-group {
  padding: 0 4px; }

h1 {
  line-height: 26px;
  margin: 0; }
  @media (min-width: 768px) {
    h1 {
      font-size: 30px;
      line-height: 34px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 36px;
      line-height: 40px; } }
  h1 span {
    color: #00b3f1;
    font-weight: 700; }

h2 {
  margin: 0;
  line-height: 24px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 24px;
      line-height: 28px; } }

h3 {
  margin: 0;
  line-height: 20px; }

.bg-primary {
  color: #0f1d3c; }

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

#main {
  position: relative;
  z-index: 2;
  background: #fff; }

.visual {
  position: relative;
  padding: 80px 0 80px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .visual {
      height: 65vh;
      padding: 0; } }
  .visual .container {
    position: relative;
    z-index: 2; }
  .visual h1 {
    margin: 0 0 10px; }
    @media (min-width: 1220px) {
      .visual h1 {
        margin: 0 0 32px; } }
  @media (max-width: 767px) {
    .visual .img-holder {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; } }
  @media (min-width: 768px) {
    .visual .img-holder {
      position: relative;
      height: 100vh; } }
  .visual .img-holder:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.77);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
  .visual .img-holder img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto; }
  .visual .caption {
    position: relative; }
    @media (min-width: 768px) {
      .visual .caption {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 60px 0 35px; } }
  @media (min-width: 768px) {
    .visual .block {
      display: table;
      width: 100%;
      height: calc(60vh - 55px); } }
  @media (min-width: 768px) {
    .visual .caption-box {
      display: table-cell;
      vertical-align: middle; } }
  @media (min-width: 768px) {
    .visual .carousel-holder {
      display: table-footer-group;
      height: 1%; } }
  @media (max-width: 1023px) {
    .visual .carousel-holder {
      display: none; } }
  .visual .image {
    width: 280px;
    margin: 0 auto 20px;
    position: relative; }
    @media (min-width: 768px) {
      .visual .image {
        display: inline-block;
        vertical-align: middle; } }
    @media (min-width: 1220px) {
      .visual .image {
        width: 553px;
        margin: 0 auto;
        padding: 0 75px 0 93px; } }
    .visual .image img {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      height: auto; }
    .visual .image .img-frame {
      position: relative;
      width: 280px;
      height: 280px;
      background: url(/img/theme/img03.png) no-repeat;
      background-size: 100% 100%; }
      @media (min-width: 1220px) {
        .visual .image .img-frame {
          width: 385px;
          height: 385px; } }
    .visual .image.second .img-frame {
      background: url(/img/theme/img43.png) no-repeat;
      background-size: 100% 100%; }
    .visual .image.third .img-frame {
      background: url(/img/theme/api.png) no-repeat;
      background: url(/img/theme/api.svg) no-repeat;
      background-size: 100% 100%; }
  .visual .detail {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    transition: 0.3s linear all;
    -webkit-animation-name: push;
    -webkit-animation-duration: 5s;
    animation-name: push;
    animation-duration: 5s; }
    @media (min-width: 768px) {
      .visual .detail {
        display: inline-block;
        vertical-align: middle;
        max-width: 59%;
        padding: 0 0 0 25px; } }
    @media (min-width: 1220px) {
      .visual .detail {
        max-width: 50%;
        padding: 0; } }
    .visual .detail p {
      margin: 0 0 18px; }
      @media (min-width: 1220px) {
        .visual .detail p {
          margin: 0 0 29px; } }
      .visual .detail p img {
        margin: 0 5px 0 0; }
  .visual .links-list {
    margin: 0;
    line-height: 0; }
    @media (min-width: 768px) {
      .visual .links-list {
        margin: 0 -5px; } }
    @media (min-width: 1220px) {
      .visual .links-list {
        margin: 0 -25px; } }
    @media (max-width: 767px) {
      .visual .links-list li {
        padding: 0;
        display: block;
        margin: 0 0 8px; } }
    @media (min-width: 1220px) {
      .visual .links-list li {
        padding: 0 25px 20px;
        margin: 0; } }
    .visual .links-list a {
      display: inline-block;
      vertical-align: middle; }
      .visual .links-list a span {
        display: block;
        color: #a2a1a1;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 15px;
        font-weight: 600; }
      .visual .links-list a:hover .btn-default {
        color: #00b3f1; }
    .visual .links-list .btn-default.orange {
      color: #231f20; }
      .visual .links-list .btn-default.orange:hover {
        color: #F36D25; }
  .visual .feature-info {
    font-size: 13px;
    line-height: 16px; }
  .visual .new-feature {
    display: block;
    margin-top: 20px; }
  .visual .orange {
    color: #231f20; }
    @media (min-width: 768px) {
      .visual .orange {
        font-size: 15px;
        line-height: 24px; } }
    .visual .orange h1 {
      font-weight: 600; }
      .visual .orange h1 span {
        font-weight: 600;
        color: #F36D25; }

@media (min-width: 768px) {
  .home .visual .detail {
    font-size: 18px;
    line-height: 27px; } }
@media (min-width: 1220px) {
  .home .visual .detail p {
    margin: 0 0 64px; } }

@keyframes push {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.logos-carousel {
  position: relative; }
  @media (max-width: 767px) {
    .logos-carousel {
      width: 450px;
      margin: 0 auto;
      padding: 0 25px; } }
  @media (max-width: 479px) {
    .logos-carousel {
      width: 300px;
      padding: 0 25px; } }
  .logos-carousel .mask {
    position: relative;
    overflow: hidden;
    min-height: 49px; }
    @media (max-width: 767px) {
      .logos-carousel .mask {
        width: 400px; } }
    @media (max-width: 479px) {
      .logos-carousel .mask {
        width: 250px; } }
  .logos-carousel .slideset {
    position: relative;
    font-size: 0;
    line-height: 0; }
    @media (min-width: 768px) {
      .logos-carousel .slideset {
        text-align: justify;
        width: 100% !important; }
        .logos-carousel .slideset:after {
          content: "";
          width: 100%;
          font-size: 0;
          line-height: 0;
          display: inline-block;
          vertical-align: middle; } }
  .logos-carousel .slide {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .logos-carousel .slide {
        width: 200px;
        text-align: center; } }
    @media (max-width: 479px) {
      .logos-carousel .slide {
        width: 250px; } }
    @media (min-width: 1024px) {
      .logos-carousel .slide {
        padding: 0 20px; } }
    @media (min-width: 1220px) {
      .logos-carousel .slide {
        padding: 0 37px; } }
    .logos-carousel .slide img {
      opacity: 0.25;
      display: inline-block;
      vertical-align: top;
      max-width: 100%;
      width: 100%;
      height: auto; }
      .logos-carousel .slide img:hover {
        opacity: 0.50; }
      @media (max-width: 767px) {
        .logos-carousel .slide img {
          max-width: 170px; } }
    .logos-carousel .slide .logo-holder {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .logos-carousel .slide .logo-holder {
          height: 49px;
          display: table;
          width: 100%; } }
      .logos-carousel .slide .logo-holder .logo-frame {
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 767px) {
          .logos-carousel .slide .logo-holder .logo-frame {
            display: table-cell;
            vertical-align: middle; } }
  .logos-carousel .btn-next,
  .logos-carousel .btn-prev {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 25px;
    line-height: 25px;
    margin: -12px 0 0 0; }
  .logos-carousel .btn-next {
    left: auto;
    right: 0; }

.article {
  background: #e4e4e4;
  overflow: hidden; }
  @media (min-width: 768px) {
    .article {
      min-height: 400px; } }
  @media (min-width: 1220px) {
    .article {
      min-height: 650px; } }
  .article h1 {
    margin: 0 0 10px; }
    @media (min-width: 1220px) {
      .article h1 {
        margin: 0 0 15px; } }
    .article h1 br {
      display: none; }
      @media (min-width: 1220px) {
        .article h1 br {
          display: inline-block;
          vertical-align: top; } }
    .article h1 span {
      color: #00b3f1; }
  .article h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .article h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 26px; } }
    .article h2 span {
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      display: block; }
    .article h2 br {
      display: none; }
      @media (min-width: 1220px) {
        .article h2 br {
          display: inline-block;
          vertical-align: top; } }
  .article .map-holder,
  .article .img-holder {
    opacity: 0;
    position: relative;
    background-repeat: no-repeat;
    min-height: 150px;
    overflow: hidden;
    transition: all 0.40s linear; }
    @media (max-width: 1024px) {
      .article .map-holder,
      .article .img-holder {
        background-size: cover !important; } }
    @media (min-width: 768px) {
      .article .map-holder,
      .article .img-holder {
        float: left;
        width: 50%;
        min-height: 400px; } }
    @media (min-width: 1220px) {
      .article .map-holder,
      .article .img-holder {
        min-height: 650px; } }
    .article .map-holder picture,
    .article .img-holder picture {
      max-width: 100%; }
      .article .map-holder picture img,
      .article .img-holder picture img {
        width: auto;
        height: auto;
        max-width: 100%;
        transform: none;
        position: static; }
        @media (min-width: 768px) {
          .article .map-holder picture img,
          .article .img-holder picture img {
            top: 0;
            left: 50%;
            width: auto;
            height: 100%;
            position: absolute;
            transform: translateX(-50%); } }
  .article .map-holder {
    background-attachment: inherit; }
    @media (max-width: 767px) {
      .article .map-holder {
        height: 175px; } }
  .article .detail {
    opacity: 0;
    overflow: hidden;
    letter-spacing: -5px;
    transition: all 0.60s linear;
    white-space: nowrap;
    text-align: center; }
    .article .detail:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .article .detail > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      width: 100%; }
    .article .detail .detail-holder {
      width: 100%;
      max-width: 100%;
      letter-spacing: 0;
      padding-top: 100px;
      transition: all 0.60s linear; }
    .article .detail p {
      margin: 0 0 10px; }
      @media (min-width: 1220px) {
        .article .detail p {
          margin: 0 0 40px; } }
  .article.in-viewport .detail,
  .article.in-viewport .map-holder,
  .article.in-viewport .img-holder {
    opacity: 1;
    background-position: center;
    background-size: cover; }
    .article.in-viewport .detail.contain,
    .article.in-viewport .map-holder.contain,
    .article.in-viewport .img-holder.contain {
      background-size: contain !important; }
  .article.in-viewport .detail .detail-holder {
    padding-top: 0; }
  .article .description {
    padding: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .article .description {
        float: left;
        max-width: 580px;
        padding: 15px 15px 15px 40px; } }
    @media (min-width: 1024px) {
      .article .description {
        max-width: 700px; } }
    @media (min-width: 1220px) {
      .article .description {
        max-width: 700px;
        padding: 15px 80px 15px 120px; } }
    .article .description.heading h1,
    .article .description.heading h2 {
      font-weight: 700; }
      @media (min-width: 768px) {
        .article .description.heading h1,
        .article .description.heading h2 {
          font-size: 24px;
          line-height: 30px; } }
  .article .btn-list {
    margin: 0; }
    .article .btn-list li {
      padding: 0;
      margin: 0 0 10px; }
      @media (min-width: 1220px) {
        .article .btn-list li {
          margin: 0 0 28px; } }
  .article .btn-default sup {
    font-size: 9px; }
  .article .tag,
  .article time {
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-style: italic;
    margin: 0 0 15px; }
    @media (min-width: 1220px) {
      .article .tag,
      .article time {
        margin: 0 0 24px; } }
  .article .info-list {
    margin: 0; }
    .article .info-list li {
      position: relative;
      padding: 0 0 5px 25px; }
      @media (min-width: 1220px) {
        .article .info-list li {
          padding: 0 0 10px 40px; } }
      .article .info-list li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #00b3f1; }
        @media (min-width: 768px) {
          .article .info-list li:before {
            width: 10px;
            height: 10px;
            top: 8px; } }
  .article .logo-holder {
    margin: 0 0 15px; }
    @media (min-width: 1024px) {
      .article .logo-holder {
        margin: 0 0 26px; } }
  .article.bg .contact-list a,
  .article.bg .contact-list address {
    color: #0f1d3c; }
  .article.bg .contact-list a:hover {
    color: #00b3f1; }
  .article.align-right {
    color: #e9e9e9;
    background: #0f1d3c; }
    .article.align-right .map-holder,
    .article.align-right .img-holder {
      background-size: cover;
      background-position: center; }
      @media (min-width: 768px) {
        .article.align-right .map-holder,
        .article.align-right .img-holder {
          float: right; } }
      .article.align-right .map-holder.contain,
      .article.align-right .img-holder.contain {
        background-size: contain !important; }
    @media (min-width: 768px) {
      .article.align-right .description {
        float: right;
        padding: 15px 40px 15px 15px; } }
    @media (min-width: 1220px) {
      .article.align-right .description {
        padding: 15px 90px 15px 60px; } }
    .article.align-right .btn-default {
      font-weight: 400;
      color: #e9e9e9; }
      .article.align-right .btn-default:hover {
        color: #00b3f1; }
        .article.align-right .btn-default:hover span {
          color: #00b3f1; }
      .article.align-right .btn-default span {
        display: block;
        color: #525968; }
    .article.align-right.bg {
      color: #0f1d3c;
      background: #ebebeb; }
      .article.align-right.bg .btn-default {
        font-weight: 600;
        color: #0f1d3c; }
        .article.align-right.bg .btn-default:focus, .article.align-right.bg .btn-default:hover {
          color: #00b3f1; }
    @media (min-width: 768px) {
      .article.align-right.download {
        min-height: 388px; } }
    @media (min-width: 768px) {
      .article.align-right.download .img-holder {
        min-height: 388px; } }
    @media (min-width: 1220px) {
      .article.align-right.download .description {
        padding: 15px 130px 15px 20px; } }
  .article.blue {
    color: #e9e9e9;
    background: #264079; }
    .article.blue .btn-default {
      font-weight: 400;
      color: #e9e9e9; }
      .article.blue .btn-default:hover {
        color: #00b3f1; }
        .article.blue .btn-default:hover span {
          color: #00b3f1; }
      .article.blue .btn-default span {
        display: block;
        color: #525968; }

.contact-us a {
  color: #fff;
  background-size: cover;
  display: block;
  position: relative;
  font-weight: 300; }
  @media (min-width: 768px) {
    .contact-us a {
      font-size: 18px;
      line-height: 22px; } }
  @media (min-width: 1024px) {
    .contact-us a {
      font-size: 30px;
      line-height: 34px; } }
  .contact-us a:before {
    content: "";
    background: rgba(0, 179, 241, 0.78);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
  .contact-us a:hover:before {
    background: rgba(0, 168, 255, 0.78); }
  .contact-us a span {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .contact-us a span:before {
      content: '\e809';
      font-family: "fontello";
      margin: 0 5px;
      vertical-align: top; }
      @media (min-width: 1220px) {
        .contact-us a span:before {
          margin: 0 25px;
          font-size: 40px;
          line-height: 40px; } }
.contact-us .container {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 1024px) {
    .contact-us .container {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1220px) {
    .contact-us .container {
      padding-top: 71px;
      padding-bottom: 74px; } }

.contact-block {
  background: #0f1d3c url(/img/theme/bg04.jpg) no-repeat 50% 0;
  background-size: cover;
  color: #fff; }
  .contact-block .container {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 1220px) {
      .contact-block .container {
        padding-top: 131px;
        padding-bottom: 113px; } }
  .contact-block .logo-holder {
    margin: 0 0 15px; }
    @media (min-width: 1220px) {
      .contact-block .logo-holder {
        margin: 0 0 26px; } }
  .contact-block .col {
    margin: 0 0 20px;
    white-space: nowrap;
    text-align: center; }
    .contact-block .col:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .contact-block .col > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      width: 100%; }
    @media (min-width: 768px) {
      .contact-block .col {
        margin: 0; } }
    .contact-block .col .col-holder {
      width: 100%;
      max-width: 100%; }

.contact-list {
  margin: 0; }
  .contact-list li {
    margin: 0 0 5px; }
    @media (min-width: 1220px) {
      .contact-list li {
        margin: 0 0 12px; } }
  .contact-list a,
  .contact-list address {
    color: #fff;
    padding: 0 0 0 30px;
    position: relative;
    margin: 0; }
    .contact-list a:before,
    .contact-list address:before {
      color: #00b3f1;
      font-family: "fontello";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 16px; }
  .contact-list address:before {
    top: 2px;
    content: '\e80d'; }
  .contact-list a:hover {
    color: #00b3f1; }
  .contact-list a.tel:before {
    content: '\e80e'; }
  .contact-list a.email:before {
    top: 1px;
    content: '\e80f'; }
  @media (min-width: 768px) {
    .contact-list address {
      line-height: 24px; } }

.contact-box {
  width: 280px;
  height: 280px;
  padding: 30px;
  border-radius: 100%;
  background: #00b3f1;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center; }
  .contact-box:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .contact-box > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%; }
  @media (min-width: 768px) {
    .contact-box {
      width: 335px;
      height: 335px;
      padding: 30px; } }
  @media (min-width: 1024px) {
    .contact-box {
      width: 415px;
      height: 415px; } }
  @media (min-width: 1220px) {
    .contact-box {
      width: 515px;
      height: 515px; } }
  .contact-box .header {
    margin: 0 0 25px; }
    @media (min-width: 1220px) {
      .contact-box .header {
        margin: 0 0 78px; } }
  .contact-box .num {
    color: #4c9dba;
    font-size: 22px;
    font-weight: 300;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px; }
    .contact-box .num:before {
      content: "1"; }
    @media (min-width: 768px) {
      .contact-box .num {
        font-size: 32px;
        line-height: 36px; } }
    @media (min-width: 1220px) {
      .contact-box .num {
        margin: 0 0 41px; } }
  .contact-box h2 {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #0f1d3c;
    margin: 0; }
    @media (min-width: 768px) {
      .contact-box h2 {
        font-size: 32px;
        line-height: 36px; } }
    .contact-box h2 span {
      color: #fff;
      font-weight: 700; }
  .contact-box .btn-list {
    left: -30px;
    position: relative;
    text-align: right;
    max-width: 250px;
    margin: 0 auto; }
    .contact-box .btn-list li {
      font-size: 15px;
      line-height: 18px;
      padding: 0;
      margin: 0 0 10px; }
      @media (min-width: 768px) {
        .contact-box .btn-list li {
          display: block;
          font-size: 17px;
          line-height: 20px; } }
      @media (min-width: 1220px) {
        .contact-box .btn-list li {
          margin: 0 0 41px; } }
      .contact-box .btn-list li.active .content-form {
        opacity: 1;
        visibility: visible; }
      .contact-box .btn-list li > a {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 22px 0 0;
        transition: all 0.25s linear; }
        @media (min-width: 768px) {
          .contact-box .btn-list li > a {
            padding: 0 43px 0 0; } }
        .contact-box .btn-list li > a:after {
          content: '\e803';
          font-family: "fontello";
          position: absolute;
          right: 0;
          top: 0;
          transition: all 0.25s linear; }
          @media (min-width: 768px) {
            .contact-box .btn-list li > a:after {
              font-size: 21px;
              line-height: 21px; } }
        .contact-box .btn-list li > a:hover {
          opacity: 0.80; }
          .contact-box .btn-list li > a:hover:after {
            right: -10px; }

.insights-bar {
  background: #e9e9e9;
  font-size: 13px;
  line-height: 16px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .insights-bar .container {
    padding-top: 15px;
    padding-bottom: 16px; }
  .insights-bar .title-part {
    width: 150px;
    float: left;
    line-height: 17px;
    text-align: right;
    overflow: hidden;
    position: relative; }
    @media (max-width: 767px) {
      .insights-bar .title-part {
        padding: 0 0 10px;
        margin: 0 0 10px;
        float: none;
        display: block; } }
    @media (min-width: 1220px) {
      .insights-bar .title-part {
        padding: 7px 20px 7px 0;
        width: 165px; } }
    .insights-bar .title-part:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 1px;
      right: 0;
      background: #b7b7b7; }
      @media (max-width: 767px) {
        .insights-bar .title-part:after {
          width: 60px;
          bottom: 0;
          left: 0;
          top: auto;
          height: 1px; } }
    .insights-bar .title-part .logo-holder {
      float: left;
      line-height: 14px;
      margin: 0 6px 0 0; }
    .insights-bar .title-part strong {
      float: left; }
  .insights-bar .detail {
    overflow: hidden;
    font-style: italic; }
    @media (min-width: 768px) {
      .insights-bar .detail {
        padding: 0 0 0 15px; } }
    @media (min-width: 1220px) {
      .insights-bar .detail {
        padding: 8px 0 0 62px; } }
    .insights-bar .detail p {
      margin: 0 0 10px; }
    .insights-bar .detail time {
      color: #b3b3b3; }
  .insights-bar .download {
    position: relative;
    padding: 0 30px 0 0;
    float: right;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
    margin: -4px 0 0 10px; }
    .insights-bar .download:focus, .insights-bar .download:hover {
      color: #00b3f1; }
    .insights-bar .download:after {
      content: "";
      background: url(/img/theme/icon-download.png) no-repeat;
      width: 24px;
      height: 22px;
      position: absolute;
      right: 0;
      top: 0; }
  .insights-bar.add .detail p {
    margin: 0; }

.banner {
  background: url(/img/theme/img10.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 300;
  position: relative; }
  .banner:before {
    content: "";
    background: rgba(15, 29, 60, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
  .banner .caption {
    min-height: 175px;
    white-space: nowrap;
    text-align: center; }
    .banner .caption:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 175px; }
    .banner .caption > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      width: 100%; }
    @media (min-width: 768px) {
      .banner .caption {
        min-height: 296px;
        white-space: nowrap;
        text-align: center; }
        .banner .caption:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 296px; }
        .banner .caption > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 100%;
          width: 100%; } }
  .banner h1 {
    font-weight: 300;
    margin: 0 0 11px; }
  .banner p {
    margin: 0 0 10px; }

.banner.standard-masthead {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .banner.standard-masthead .masthead-button {
    margin: 30px 0 0 0;
    padding: 0; }
    .banner.standard-masthead .masthead-button li {
      margin: 0;
      padding: 0; }
      .banner.standard-masthead .masthead-button li a {
        text-transform: uppercase;
        height: 50px;
        display: block;
        font-weight: 500;
        width: 282px;
        background-color: #0f1d3c;
        line-height: 50px;
        font-size: 15px;
        color: #fff;
        text-align: center;
        margin: 0 auto; }
      .banner.standard-masthead .masthead-button li a:hover {
        background-color: #FFFFFF;
        color: #0F1D3C;
        border: 3px solid #0F1D3C;
        line-height: 44px; }
  @media (max-width: 767px) {
    .banner.standard-masthead .masthead-button {
      margin: 20px 0 0 0; }
      .banner.standard-masthead .masthead-button li a {
        height: 40px;
        width: 250px;
        line-height: 40px; } }
  .banner.standard-masthead:before {
    background: none; }
  .banner.standard-masthead .container {
    width: 100%;
    padding: 0;
    position: relative;
    height: 650px; }
    .banner.standard-masthead .container .row {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 245px;
      background-color: rgba(255, 255, 255, 0.75);
      margin: 0; }
      .banner.standard-masthead .container .row .caption {
        min-height: auto; }
        .banner.standard-masthead .container .row .caption:before {
          min-height: auto; }
      .banner.standard-masthead .container .row h1 {
        color: #24B1E6;
        font-weight: 1000;
        font-size: 44px;
        margin-top: 67px;
        text-transform: uppercase; }
      .banner.standard-masthead .container .row p {
        color: #000;
        font-size: 22px;
        line-height: 30px;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 3%; }
      @media (max-width: 1219px) {
        .banner.standard-masthead .container .row h1 {
          font-size: 36px; }
        .banner.standard-masthead .container .row p {
          font-size: 18px;
          line-height: 25px; } }
      @media (max-width: 767px) {
        .banner.standard-masthead .container .row h1 {
          margin-top: 50px;
          font-size: 30px; }
        .banner.standard-masthead .container .row p {
          font-size: 16px;
          line-height: 22px; } }
      @media (max-width: 479px) {
        .banner.standard-masthead .container .row h1 {
          font-size: 28px; }
        .banner.standard-masthead .container .row p {
          font-size: 14px;
          line-height: 20px; } }
    @media (max-width: 1219px) {
      .banner.standard-masthead .container .row {
        height: 235px; } }
  @media (max-width: 1219px) {
    .banner.standard-masthead .container {
      height: 500px; } }
  @media (max-width: 767px) {
    .banner.standard-masthead .container {
      height: 400px; } }

.banner.masthead-short.standard-masthead {
  background-image: url(/img/theme/insights-masthead.jpg); }
  .banner.masthead-short.standard-masthead .container .row {
    border-bottom: 2px solid #00b3f1;
    margin-bottom: -1px;
    height: 215px; }
  @media (max-width: 1219px) {
    .banner.masthead-short.standard-masthead .container .row {
      height: 210px; } }
  @media (max-width: 767px) {
    .banner.masthead-short.standard-masthead .container .row {
      height: 160px; } }

.banner.masthead-low-header.standard-masthead .container .row {
  height: auto;
  padding: 70px; }
  .banner.masthead-low-header.standard-masthead .container .row h1 {
    margin-top: 0; }
  .banner.masthead-low-header.standard-masthead .container .row p {
    font-size: 24px;
    line-height: 30px; }
@media (max-width: 1219px) {
  .banner.masthead-low-header.standard-masthead .container .row {
    padding: 50px; } }
@media (max-width: 767px) {
  .banner.masthead-low-header.standard-masthead .container .row {
    padding: 30px; } }

.secondary-brand-content-block {
  margin-top: 50px; }
  .secondary-brand-content-block.bottom {
    margin-bottom: 50px; }
  .secondary-brand-content-block h3 {
    color: #F36D25;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .secondary-brand-content-block ul {
    list-style: none; }
  .secondary-brand-content-block li:before {
    content: "• ";
    color: #24B1E6;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    top: 3px; }
  .secondary-brand-content-block a {
    color: #24B1E6; }
    .secondary-brand-content-block a:hover {
      color: #26407A; }

.team-block {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0;
  line-height: 0; }
  @media (min-width: 1220px) {
    .team-block {
      padding-top: 107px;
      padding-bottom: 69px; } }
  @media (min-width: 1220px) {
    .team-block .block-holder {
      padding: 0 60px; } }
  @media (min-width: 1220px) {
    .team-block .team-holder {
      margin: 0 0 46px; } }
  .team-block h2 {
    font-weight: 700;
    margin: 0 0 15px; }
    @media (min-width: 1220px) {
      .team-block h2 {
        margin: 0 0 39px; } }
  .team-block .col-holder {
    font-size: 0;
    line-height: 0;
    margin: 0 -10px; }
    @media (min-width: 1220px) {
      .team-block .col-holder {
        margin: 0 -55px; } }
  .team-block .col {
    font-size: 15px;
    line-height: 26px;
    padding: 0 10px 20px; }
    @media (max-width: 767px) {
      .team-block .col {
        width: 33.33%;
        display: inline-block;
        vertical-align: top; } }
    @media (max-width: 479px) {
      .team-block .col {
        max-width: 320px;
        width: 100%;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .team-block .col {
        display: inline-block;
        vertical-align: top;
        width: 33.33%; } }
    @media (min-width: 1220px) {
      .team-block .col {
        padding: 0 55px 55px; } }
    @media (min-width: 768px) {
      .team-block .col .name {
        font-size: 18px;
        line-height: 26px; } }
    @media (min-width: 768px) {
      .team-block .col .desigination {
        font-size: 15px;
        line-height: 26px; } }
    @media (min-width: 1220px) {
      .team-block .col .image {
        margin: 0 0 25px; } }
  .team-block .image {
    margin: 0 0 10px; }
    @media (min-width: 1220px) {
      .team-block .image {
        margin: 0 0 14px; } }
    .team-block .image img {
      display: block;
      width: 100%;
      height: auto; }
  .team-block .name {
    font-size: 15px;
    line-height: 26px;
    font-weight: 700; }
  .team-block .desigination {
    font-size: 13px;
    line-height: 16px;
    display: block;
    word-spacing: -1px; }
    @media (min-width: 768px) {
      .team-block .desigination {
        line-height: 26px; } }
  @media (max-width: 767px) {
    .team-block .col-lg-2 {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      padding-bottom: 20px; } }
  @media (max-width: 479px) {
    .team-block .col-lg-2 {
      max-width: 320px;
      width: 100%;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .team-block .col-lg-2 {
      padding-bottom: 20px; } }
  @media (min-width: 1220px) {
    .team-block .col-lg-2 {
      padding-bottom: 48px; } }

.resources-block .resources-header img {
  max-width: 100%;
  display: block;
  margin: 0 auto 40px auto; }
@media only screen and (max-width: 1000px) {
  .resources-block .resources-header img {
    max-width: 100%; } }
.resources-block .resources-body {
  width: 50%;
  margin: 0 auto;
  padding: 0 0 40px 0; }
@media only screen and (max-width: 700px) {
  .resources-block .resources-body {
    width: 75%; } }
@media only screen and (max-width: 500px) {
  .resources-block .resources-header img {
    margin-bottom: 20px; }
  .resources-block .resources-body {
    width: 90%; } }
.resources-block .resources-footer {
  background-color: #EFEFEF; }
  .resources-block .resources-footer .resources-footer-inner {
    width: 50%;
    margin: 0 auto;
    padding: 40px 0; }
    .resources-block .resources-footer .resources-footer-inner h2 {
      color: #17AEE7;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: bold; }
    .resources-block .resources-footer .resources-footer-inner p {
      margin-bottom: 20px; }
    .resources-block .resources-footer .resources-footer-inner .resources-form-errors {
      margin-bottom: 20px;
      color: #ff0000; }
    .resources-block .resources-footer .resources-footer-inner .captcha {
      margin-bottom: 15px; }
    .resources-block .resources-footer .resources-footer-inner .errors {
      color: red;
      display: none; }
    .resources-block .resources-footer .resources-footer-inner .resources-form-email label {
      margin-right: 5px; }
    .resources-block .resources-footer .resources-footer-inner .resources-form-email input#resource-email {
      display: inline-block;
      width: 50%;
      padding: 5px 10px;
      margin-right: 20px; }
    .resources-block .resources-footer .resources-footer-inner .resources-form-email input#resource-form-button {
      border: none;
      background-color: #FDC50C;
      font-weight: bold;
      padding: 6px 10px;
      width: 180px; }
    .resources-block .resources-footer .resources-footer-inner .resources-form-email .resources-form-checkbox {
      margin-bottom: 20px;
      margin-top: 20px; }
      .resources-block .resources-footer .resources-footer-inner .resources-form-email .resources-form-checkbox input {
        margin-right: 5px; }
      .resources-block .resources-footer .resources-footer-inner .resources-form-email .resources-form-checkbox label {
        font-weight: normal;
        display: inline; }
    @media only screen and (max-width: 1100px) {
      .resources-block .resources-footer .resources-footer-inner .resources-form-email label, .resources-block .resources-footer .resources-footer-inner .resources-form-email input#resource-email, .resources-block .resources-footer .resources-footer-inner .resources-form-email input#resource-form-button {
        display: block;
        margin-bottom: 10px; }
      .resources-block .resources-footer .resources-footer-inner .resources-form-email input#resource-email {
        width: 80%; } }
    @media only screen and (max-width: 500px) {
      .resources-block .resources-footer .resources-footer-inner .resources-form-email input#resource-email {
        width: 100%; } }
  @media only screen and (max-width: 700px) {
    .resources-block .resources-footer .resources-footer-inner {
      width: 75%; } }
  @media only screen and (max-width: 500px) {
    .resources-block .resources-footer .resources-footer-inner {
      width: 90%; } }

.career-block {
  background: #e9e9e9;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1220px) {
    .career-block {
      padding-top: 82px;
      padding-bottom: 11px; } }
  .career-block h1 {
    text-align: center;
    font-weight: 700;
    margin: 0 0 15px; }
    @media (min-width: 1220px) {
      .career-block h1 {
        font-size: 34px;
        line-height: 46px;
        margin: 0 0 20px; } }
  .career-block img {
    max-width: 100%; }
  .career-block .holder {
    margin: 0 0 20px; }
    @media (min-width: 1220px) {
      .career-block .holder {
        padding: 0 100px 36px;
        margin: 0;
        line-height: 22px; } }
    .career-block .holder .title {
      display: block;
      margin: 0 0 4px; }
    .career-block .holder p {
      margin: 0 0 15px; }
      @media (min-width: 1220px) {
        .career-block .holder p {
          margin: 0 0 22px; } }
    .career-block .holder ul {
      margin: 0 0 10px; }
      @media (min-width: 1220px) {
        .career-block .holder ul {
          margin: 0 0 25px; } }
      .career-block .holder ul li {
        margin: 0 0 4px; }
    .career-block .holder a {
      color: #00b3f1; }
      .career-block .holder a:hover {
        opacity: 0.80; }
      .career-block .holder a.btn-default {
        color: #0f1d3c; }
        .career-block .holder a.btn-default:hover, .career-block .holder a.btn-default:focus {
          color: #00b3f1; }
  .career-block .img-holder {
    margin-bottom: 20px;
    margin-top: 20px; }
    @media (min-width: 1220px) {
      .career-block .img-holder {
        margin: 70px -60px 60px; } }
    .career-block .img-holder img {
      display: block;
      width: 100%;
      height: auto; }
  .career-block .header {
    margin: 0 0 20px; }
    @media (min-width: 1220px) {
      .career-block .header {
        margin: 0 0 83px; } }
    .career-block .header .sub-title {
      color: #00b3f1;
      display: block;
      font-size: 15px;
      font-weight: 600;
      line-height: 20px;
      margin: 0 0 5px;
      text-transform: none; }
      @media (min-width: 1220px) {
        .career-block .header .sub-title {
          margin: 0 0 20px; } }
      .career-block .header .sub-title a {
        color: #00b3f1; }
        .career-block .header .sub-title a:hover {
          opacity: 0.80; }
    .career-block .header .written-by {
      color: #959595; }
      .career-block .header .written-by a {
        color: #959595; }

.paging-box {
  padding: 15px 0;
  border-top: 1px solid #b3b3b3; }
  @media (min-width: 1220px) {
    .paging-box {
      padding: 49px 0; } }
  .paging-box .title {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    line-height: 18px;
    display: block;
    margin: 0 0 15px; }
    @media (min-width: 1220px) {
      .paging-box .title {
        margin: 0 0 55px; } }
  .paging-box a {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px; }
    .paging-box a:hover {
      color: #00b3f1; }
  .paging-box .btn-next,
  .paging-box .btn-prev {
    padding: 0;
    box-shadow: none;
    position: relative;
    float: left;
    padding: 0 0 0 24px;
    border: 0; }
    @media (min-width: 768px) {
      .paging-box .btn-next,
      .paging-box .btn-prev {
        margin: 10px 0 0; } }
    @media (min-width: 1220px) {
      .paging-box .btn-next,
      .paging-box .btn-prev {
        margin: 14px 0 0; } }
    .paging-box .btn-next:before,
    .paging-box .btn-prev:before {
      color: #00b3f1;
      content: '\e810';
      font-family: "fontello";
      position: absolute;
      left: 0;
      top: 0;
      font-size: 18px; }
  .paging-box .btn-next {
    float: right;
    padding: 0 24px 0 0; }
    .paging-box .btn-next:before {
      content: '\e811';
      left: auto;
      right: 0; }
  .paging-box .paging-holder {
    overflow: hidden; }
    @media (min-width: 1220px) {
      .paging-box .paging-holder {
        margin: 0 0 41px; } }
  .paging-box .social-networks {
    float: left;
    width: 100%;
    padding: 15px 0; }
    @media (min-width: 768px) {
      .paging-box .social-networks {
        overflow: hidden;
        float: none;
        width: auto;
        padding: 0 30px 0 0; } }
    .paging-box .social-networks li {
      padding: 0 5px 10px; }
      @media (min-width: 1220px) {
        .paging-box .social-networks li {
          padding: 0 9px 18px; } }
    .paging-box .social-networks a {
      color: #00b3f1;
      font-size: 35px;
      line-height: 35px; }
      @media (min-width: 1220px) {
        .paging-box .social-networks a {
          font-size: 44px;
          line-height: 44px; } }
  .paging-box .btn-back {
    padding: 22px 0 0;
    position: relative; }
    .paging-box .btn-back:before {
      font-weight: 400;
      color: #00b3f1;
      content: '\e812';
      font-family: "fontello";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      font-size: 13px; }

.positions-available {
  background: #dcd8d6; }
  .positions-available .title {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 1024px) {
      .positions-available .title {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 1220px) {
      .positions-available .title {
        padding-top: 74px;
        padding-bottom: 73px; } }
    .positions-available .title h3 {
      font-size: 15px;
      font-weight: 600;
      line-height: 20px;
      margin: 0; }

.jobs-list {
  margin: 0;
  font-weight: 600; }
  .jobs-list li {
    border-top: 1px solid #00b3f1; }
  .jobs-list .holder {
    overflow: hidden;
    padding: 15px 0;
    background: #e9e9e9; }
    @media (min-width: 1024px) {
      .jobs-list .holder {
        padding: 30px 0; } }
    @media (min-width: 1220px) {
      .jobs-list .holder {
        padding: 61px 0; } }
    .jobs-list .holder:hover {
      background: #00b3f1; }
      .jobs-list .holder:hover em,
      .jobs-list .holder:hover .sub-title {
        color: #fff; }
      .jobs-list .holder:hover .sub-title a {
        color: #fff; }
      .jobs-list .holder:hover .location {
        color: #FFFFFF; }
  .jobs-list .sub-title {
    display: block;
    color: #00b3f1;
    font-weight: 600;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .jobs-list .sub-title {
        margin: 0;
        width: 30%;
        padding: 0 10px 0 0;
        display: inline-block;
        vertical-align: middle; } }
    @media (min-width: 1024px) {
      .jobs-list .sub-title {
        line-height: 23px; } }
    @media (min-width: 1220px) {
      .jobs-list .sub-title {
        padding: 0 15px 0 59px;
        width: 24.9%; } }
    .jobs-list .sub-title a {
      color: #00b3f1; }
  .jobs-list .location {
    color: #959595;
    font-size: 15px !important;
    line-height: 15px; }
  .jobs-list .description {
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .jobs-list .description {
        width: 69%; } }
    @media (min-width: 1220px) {
      .jobs-list .description {
        width: 74%; } }
    @media (min-width: 1220px) {
      .jobs-list .description span {
        font-size: 24px;
        line-height: 33px; } }
    .jobs-list .description em {
      display: block;
      font-style: normal;
      font-weight: 400;
      color: #959595; }
    .jobs-list .description br {
      display: none; }
      @media (min-width: 1220px) {
        .jobs-list .description br {
          display: inline-block;
          vertical-align: top; } }
  .jobs-list .load-more {
    position: relative;
    padding: 0 18px 0 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    background: none;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 1220px) {
      .jobs-list .load-more {
        margin: 0 0 0 59px; } }
    .jobs-list .load-more:hover {
      color: #00b3f1;
      background: none; }
    .jobs-list .load-more:after {
      font-size: 25px;
      line-height: 25px;
      color: #00b3f1;
      content: "+";
      position: absolute;
      right: 0;
      top: -3px; }
  .jobs-list .more .container {
    padding-top: 15px;
    padding-bottom: 5px; }
    @media (min-width: 1024px) {
      .jobs-list .more .container {
        padding-top: 30px;
        padding-bottom: 20px; } }
    @media (min-width: 1220px) {
      .jobs-list .more .container {
        padding-top: 73px;
        padding-bottom: 71px; } }
  .jobs-list.top .title-holder {
    padding: 8px 8px 0; }
    @media (min-width: 768px) {
      .jobs-list.top .title-holder {
        width: 22.5%;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media (min-width: 1220px) {
      .jobs-list.top .title-holder {
        width: 31.7%;
        padding: 30px 49px 30px 10px; } }
  .jobs-list.top .sub-title {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .jobs-list.top .sub-title {
        float: right;
        max-width: 240px;
        text-align: right; } }
  .jobs-list.top .description-holder {
    padding: 15px 10px; }
    @media (min-width: 768px) {
      .jobs-list.top .description-holder {
        width: 77.5%;
        float: left;
        border-left: 1px solid transparent;
        padding-top: 20px; } }
    @media (min-width: 1220px) {
      .jobs-list.top .description-holder {
        width: 68.3%;
        padding: 30px 10px 30px 58px; } }
  .jobs-list.top .description {
    position: relative;
    z-index: 10;
    max-width: 900px;
    width: 100%; }
    @media (min-width: 768px) {
      .jobs-list.top .description {
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 1220px) {
      .jobs-list.top .description span {
        display: block;
        margin: 0 0 18px;
        font-size: 20px;
        line-height: 24px; } }
  .jobs-list.top .holder {
    display: block;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #e9e9e9; }
    .jobs-list.top .holder:hover {
      background: #e9e9e9; }
      .jobs-list.top .holder:hover em,
      .jobs-list.top .holder:hover .sub-title {
        color: #fff; }
      .jobs-list.top .holder:hover:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 179, 241, 0.7); }
    .jobs-list.top .holder.bg .title-holder {
      padding: 8px; }
      @media (min-width: 1220px) {
        .jobs-list.top .holder.bg .title-holder {
          padding: 50px 49px 50px 10px; } }
    .jobs-list.top .holder.bg .description-holder {
      background: url(/img/theme/bg07.jpg) no-repeat 50% 0;
      background-size: cover; }
      @media (min-width: 768px) {
        .jobs-list.top .holder.bg .description-holder {
          border-left: 1px solid #00b3f1; } }
  .jobs-list.top .load-more {
    padding: 0 23px 0 0;
    display: inline-block;
    vertical-align: top; }
    .jobs-list.top .load-more:hover {
      background: none; }
      .jobs-list.top .load-more:hover:before {
        display: none; }
  .jobs-list .btn-next,
  .jobs-list .btn-prev {
    margin: 1px 0 0;
    position: relative; }
    .jobs-list .btn-next span,
    .jobs-list .btn-prev span {
      top: -6px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      position: absolute;
      border: 2px solid #0f1d3c; }
      @media (min-width: 1024px) {
        .jobs-list .btn-next span,
        .jobs-list .btn-prev span {
          top: -9px;
          width: 44px;
          height: 44px; } }
      .jobs-list .btn-next span:after,
      .jobs-list .btn-prev span:after {
        top: 50%;
        left: 50%;
        content: '\e80b';
        position: absolute;
        margin: -10px 0 0 -6px;
        color: #00b3f1;
        font: 20px/20px 'fontello'; }
        @media (min-width: 1024px) {
          .jobs-list .btn-next span:after,
          .jobs-list .btn-prev span:after {
            margin: -13px 0 0 -8px;
            font: 26px/28px 'fontello'; } }
    .jobs-list .btn-next:hover,
    .jobs-list .btn-prev:hover {
      color: #00b3f1; }
      .jobs-list .btn-next:hover span,
      .jobs-list .btn-prev:hover span {
        border-color: #00b3f1; }
  .jobs-list .btn-next {
    float: right;
    text-align: right;
    padding-left: 45px; }
    @media (min-width: 1024px) {
      .jobs-list .btn-next {
        padding-left: 62px; } }
    .jobs-list .btn-next span {
      left: 0; }
      .jobs-list .btn-next span:after {
        content: '\e80c';
        margin: -10px 0 0 -4px; }
        @media (min-width: 1024px) {
          .jobs-list .btn-next span:after {
            margin: -13px 0 0 -5px; } }
  .jobs-list .btn-prev {
    float: left;
    padding-right: 45px; }
    @media (min-width: 1024px) {
      .jobs-list .btn-prev {
        padding-right: 62px; } }
    .jobs-list .btn-prev span {
      right: 0; }
  .jobs-list .pagging {
    overflow: hidden;
    text-align: center; }
    .jobs-list .pagging ul {
      font-size: 16px;
      overflow: hidden;
      line-height: 20px; }
      @media (min-width: 1024px) {
        .jobs-list .pagging ul {
          font-size: 25px;
          line-height: 28px; } }
      .jobs-list .pagging ul li {
        border: 0;
        margin: 0 1.2% 10px;
        vertical-align: top;
        display: inline-block; }
        @media (min-width: 1024px) {
          .jobs-list .pagging ul li {
            margin: 0 2.2% 10px; } }
        .jobs-list .pagging ul li.active a {
          cursor: default;
          pointer-events: none;
          color: #00b3f1; }
      .jobs-list .pagging ul a:hover {
        color: #00b3f1; }

@media (min-width: 1220px) {
  .top.jobs-list.case-studies-list .description-holder {
    padding-top: 65px; } }

.jobs-list.top.case-studies-list .description span {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  word-wrap: break-word; }
@media (max-width: 500px) {
  .jobs-list.top.case-studies-list .description span {
    font-size: 22px; } }
.jobs-list.top.case-studies-list .description .case-studies-tags span {
  font-size: 18px;
  display: inline;
  text-transform: none; }
@media (min-width: 300px) {
  .jobs-list.top.case-studies-list .sub-title img {
    width: 50%;
    display: block;
    margin: 0 auto; } }
@media (min-width: 500px) {
  .jobs-list.top.case-studies-list .sub-title img {
    width: 200px; } }
@media (min-width: 768px) {
  .jobs-list.top.case-studies-list .sub-title img {
    width: 140px; } }
@media (min-width: 1220px) {
  .jobs-list.top.case-studies-list .sub-title img {
    width: 160px; } }
@media (min-width: 1920px) {
  .jobs-list.top.case-studies-list .sub-title img {
    width: 180px; } }

.navigation {
  position: relative;
  margin: -40px 0 0;
  z-index: 100;
  left: 0;
  right: 0;
  transition: all 0.25s linear; }
  @media (min-width: 768px) {
    .navigation {
      margin: -66px 0 0; } }
  @media (min-width: 1024px) {
    .navigation {
      margin: -56px 0 0; } }
  @media (min-width: 1220px) {
    .navigation {
      margin: -86px 0 0; } }
  .navigation.fixed-position {
    margin: 0; }
    .navigation.fixed-position .navigation-list a {
      font-weight: 600;
      padding: 7px; }
  .navigation .opener {
    display: block;
    padding: 10px;
    font-weight: 700;
    background: #e9e9e9;
    border: 1px solid #b7b7b7; }
    .navigation .opener span {
      display: block;
      position: relative;
      padding: 0 20px 0 0; }
      .navigation .opener span:after {
        font-size: 20px;
        line-height: 20px;
        content: '\e800';
        font-family: "fontello";
        position: absolute;
        right: 0;
        top: 0; }
    .navigation .opener:hover {
      color: #F36D25;
      background: #fff; }
  @media (max-width: 767px) {
    .navigation .list-holder {
      max-height: 0;
      position: absolute;
      left: 10px;
      right: 10px;
      top: 100%;
      overflow: hidden;
      z-index: 10;
      transition: all 0.25s linear; } }
  @media (min-width: 1220px) {
    .navigation .list-holder {
      padding: 0 59px; } }
  @media (max-width: 767px) {
    .navigation .list-holder ul {
      transition: all 0.25s linear;
      transform: translateY(-100%); } }
  .navigation.active .opener {
    color: #F36D25;
    background: #fff; }
    .navigation.active .opener span:after {
      content: '\e801'; }
  @media (max-width: 767px) {
    .navigation.active .list-holder {
      max-height: 4000px; } }
  @media (max-width: 767px) {
    .navigation.active .list-holder ul {
      transform: translateY(0); } }

.navigation-list {
  margin: 0;
  font-weight: 700;
  border: 1px solid #b7b7b7; }
  @media (max-width: 767px) {
    .navigation-list {
      border-top: 0; } }
  @media (min-width: 768px) {
    .navigation-list {
      display: table;
      width: 100%;
      text-align: center; } }
  @media (min-width: 768px) {
    .navigation-list li {
      display: table-cell;
      vertical-align: top; } }
  .navigation-list li + li {
    border-top: 1px solid #b7b7b7; }
    @media (min-width: 768px) {
      .navigation-list li + li {
        border-top: 0;
        border-left: 1px solid #b7b7b7; } }
  .navigation-list a {
    display: block;
    padding: 8px;
    background: #e9e9e9;
    transition: all 0.25s linear; }
    @media (min-width: 768px) {
      .navigation-list a {
        padding: 8px 5px; } }
    @media (min-width: 1220px) {
      .navigation-list a {
        padding: 30px 8px; } }
    @media (max-width: 1023px) {
      .navigation-list a {
        font-size: 13px; } }
    .navigation-list a.anchor-active, .navigation-list a:hover {
      color: #F36D25;
      background: #fff; }
  .navigation-list.blue a.anchor-active, .navigation-list.blue a:hover {
    color: #00b3f1; }

.cookies-banner {
  background-color: #FDC60C;
  display: none; }
  .cookies-banner .button {
    background-color: #0E162E;
    border: 2px solid #0E162E;
    color: #fff;
    font-size: 12px;
    height: 29px;
    margin-left: 30px;
    text-transform: uppercase;
    width: 141px; }
    @media (max-width: 767px) {
      .cookies-banner .button {
        font-size: 10px; } }
  .cookies-banner .button:hover {
    background-color: #fff;
    color: #0E162E; }
  .cookies-banner .checkbox {
    display: inline-block;
    margin-right: 5px;
    top: 2px; }
    @media (min-width: 768px) {
      .cookies-banner .checkbox {
        transform: scale(1.3); } }
  @media (max-width: 1219px) {
    .cookies-banner .consent {
      margin-top: 5px;
      text-align: center; } }
  .cookies-banner .consent-label {
    font-size: 12px;
    font-weight: bold; }
    @media (max-width: 1219px) {
      .cookies-banner .consent-label {
        display: inline-block; } }
    @media (max-width: 767px) {
      .cookies-banner .consent-label {
        font-size: 10px; } }
  .cookies-banner .message {
    text-align: center; }
    .cookies-banner .message p {
      font-size: 12px;
      margin: 0 auto;
      padding: 5px 0;
      width: 90%; }
      @media (max-width: 767px) {
        .cookies-banner .message p {
          font-size: 10px; } }
  .cookies-banner .vertical-center {
    align-items: center;
    display: flex;
    padding: 5px 0; }
    @media (max-width: 1219px) {
      .cookies-banner .vertical-center {
        align-items: inherit;
        display: inherit;
        padding: 10px 0; } }

.info-block {
  position: relative;
  z-index: 10;
  padding: 30px 0; }
  .info-block.bg01 {
    background: #e9e9e9 url(/img/theme/bg05.jpg) no-repeat 100% 0;
    background-size: cover; }
  .info-block.bg02 {
    background: #e9e9e9 url(/img/theme/bg06.jpg) no-repeat 100% 0;
    background-size: cover; }
  .info-block.bg03 {
    background: #e9e9e9 url(/img/theme/img44.jpg) no-repeat;
    background-size: cover; }
  .info-block.bg04 {
    background: #e9e9e9 url(/img/theme/img45.jpg) no-repeat;
    background-size: cover; }
  .info-block.bg05 {
    background: #e9e9e9 url(/img/theme/img46.jpg) no-repeat;
    background-size: cover; }
  .info-block.bg06 {
    background: #e9e9e9 url(/img/theme/img51.jpg) no-repeat;
    background-size: cover; }
  .info-block.bg07 {
    background: #e9e9e9 url(/img/theme/img52.jpg) no-repeat;
    background-size: cover; }
  .info-block.bg08 {
    background: #e9e9e9 url(/img/theme/img56.jpg) no-repeat;
    background-size: cover; }
  .info-block.bg09 {
    background: #e9e9e9 url(/img/theme/img57.jpg) no-repeat;
    background-size: cover; }
  .info-block:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(233, 233, 233, 0.6); }
  @media (min-width: 768px) {
    .info-block {
      min-height: 400px;
      white-space: nowrap;
      text-align: center;
      text-align: left; }
      .info-block:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 340px; }
      .info-block > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%; } }
  @media (min-width: 1024px) {
    .info-block {
      min-height: 450px;
      white-space: nowrap;
      text-align: center;
      text-align: left; }
      .info-block:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 450px; }
      .info-block > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%; } }
  @media (min-width: 1220px) {
    .info-block {
      min-height: 590px;
      white-space: nowrap;
      text-align: center;
      text-align: left; }
      .info-block:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 590px; }
      .info-block > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%; } }
  .info-block h2 {
    font-weight: 700;
    margin: 0 0 10px; }
  .info-block h3 {
    font-weight: 700;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .info-block h3 {
        font-size: 18px;
        line-height: 22px; } }
    .info-block h3.checkbox {
      padding-left: 100px;
      background-image: url(/img/theme/checkbox-light.png);
      height: 100px;
      line-height: 100px;
      background-size: 100px;
      background-repeat: no-repeat;
      background-position: left; }
      .info-block h3.checkbox + .detail {
        padding-left: 15px; }
      @media (max-width: 767px) {
        .info-block h3.checkbox {
          padding-top: 37px;
          line-height: 25px; } }
  .info-block .testimonial-meta {
    margin-top: 25px; }
    .info-block .testimonial-meta img {
      margin-right: 50px;
      border-radius: 50%;
      height: 100px;
      float: left; }
    .info-block .testimonial-meta h3 {
      height: 100px; }
    @media (max-width: 1023px) {
      .info-block .testimonial-meta h3 {
        padding-top: 37px; } }
  .info-block blockquote {
    clear: both;
    position: relative;
    top: 4em;
    font-size: 15px;
    line-height: 24px; }
    .info-block blockquote:before {
      content: "\201C";
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em; }
    @media (max-width: 1023px) {
      .info-block blockquote {
        top: 0; } }
  .info-block .lined-header {
    position: relative; }
    .info-block .lined-header h2 {
      font-family: sans-serif;
      font-weight: 100;
      font-size: 18px; }
    .info-block .lined-header:after {
      content: '';
      background: #00b3f1;
      height: 4px;
      width: 128px;
      position: absolute; }
  @media (min-width: 768px) {
    .info-block .detail-col,
    .info-block .detail {
      float: none;
      display: inline-block;
      vertical-align: middle; } }
  .info-block .row {
    font-size: 0;
    line-height: 0; }
  .info-block .detail {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .info-block .detail {
        font-size: 15px;
        line-height: 24px; } }
  .info-block.turquoise {
    color: #e9e9e9; }
    .info-block.turquoise .popup {
      background: #00b3f1; }
    .info-block.turquoise:after {
      background: rgba(0, 179, 241, 0.85); }
    .info-block.turquoise h2 {
      color: #fff; }
  .info-block.blue {
    color: #e9e9e9; }
    .info-block.blue:after {
      background: rgba(38, 64, 121, 0.9); }
    .info-block.blue .popup {
      background: #264079; }
    .info-block.blue .gallery .header .title-info {
      color: #fff; }
  @media (min-width: 1024px) {
    .info-block.top {
      padding-top: 120px;
      min-height: 300px; }
      .info-block.top:before {
        vertical-align: top;
        min-height: 300px; } }
  @media (min-width: 1220px) {
    .info-block.top {
      padding-top: 160px;
      min-height: 460px; }
      .info-block.top:before {
        min-height: 460px;
        vertical-align: top; } }
  .info-block.popup-active {
    z-index: 11; }
  @media (min-width: 768px) {
    .info-block .carousel-holder {
      padding: 25px 0 0; } }
  @media (min-width: 1220px) {
    .info-block .carousel-holder {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 75px;
      padding: 0 60px; } }
  @media (max-width: 1023px) {
    .info-block .logos-carousel .slideset {
      white-space: nowrap; } }
  @media (min-width: 768px) {
    .info-block .logos-carousel .slide {
      padding: 0 10px; } }
  @media (min-width: 1024px) {
    .info-block .logos-carousel .slide {
      padding: 0 15px; } }
  @media (min-width: 1220px) {
    .info-block .logos-carousel .slide {
      padding: 0 36px; } }
  @media (min-width: 1220px) {
    .info-block.carousel-block .block-holder {
      padding: 110px 0; } }

.detail-list {
  counter-reset: section;
  font-size: 13px;
  line-height: 20px; }
  @media (min-width: 768px) {
    .detail-list {
      font-size: 14px;
      line-height: 22px; } }
  .detail-list li {
    overflow: hidden;
    margin: 0 0 15px; }
    @media (min-width: 1220px) {
      .detail-list li {
        margin: 0 0 69px; } }
  .detail-list .icon-holder {
    float: left;
    margin: 0 15px 0 0; }
    @media (min-width: 1220px) {
      .detail-list .icon-holder {
        margin: 12px 27px 0 0; } }
  .detail-list .description {
    overflow: hidden; }
    .detail-list .description:before,
    .detail-list .description .list-item-before {
      content: counter(section) ".";
      counter-increment: section;
      margin: 0 5px 0 0;
      float: left; }

@media (min-width: 1220px) {
  .lists-holder {
    padding: 59px; } }
@media (min-width: 1220px) {
  .lists-holder .holder {
    margin: 0 0 35px; } }
.lists-holder .accordion {
  width: 100%; }
  @media (min-width: 768px) {
    .lists-holder .accordion:after {
      content: "";
      font-size: 0;
      line-height: 0;
      width: 100%;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 768px) {
    .lists-holder .accordion li {
      display: inline-block;
      vertical-align: top;
      width: 24%;
      margin: 0 0 18px; } }
  @media (min-width: 1024px) {
    .lists-holder .accordion li {
      width: 220px; } }
  @media (min-width: 1220px) {
    .lists-holder .accordion li {
      margin: 0 0 67px; } }

.accordion {
  margin: 0; }
  .accordion li {
    text-align: left;
    margin: 0 0 15px;
    border-bottom: 1px solid #0f1d3c; }
    @media (min-width: 1220px) {
      .accordion li {
        margin: 0 0 32px; } }
  @media (min-width: 768px) {
    .accordion .opener-box {
      min-height: 59px;
      white-space: nowrap;
      text-align: center;
      text-align: left; }
      .accordion .opener-box:before {
        content: '';
        display: inline-block;
        vertical-align: bottom;
        width: 0;
        min-height: 59px; }
      .accordion .opener-box > * {
        white-space: normal;
        display: inline-block;
        vertical-align: bottom;
        max-width: 100%;
        width: 100%; } }
  .accordion .opener {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    margin: 0 0 11px; }
    @media (min-width: 768px) {
      .accordion .opener {
        display: inline-block; } }
    .accordion .opener span {
      display: block;
      padding: 0 30px 0 0;
      position: relative; }
      @media (min-width: 1024px) {
        .accordion .opener span {
          padding: 0 50px 0 0; } }
      .accordion .opener span:after {
        font-size: 22px;
        line-height: 22px;
        content: '\e815';
        font-family: "fontello";
        position: absolute;
        right: 0;
        bottom: 1px;
        z-index: 1; }
      .accordion .opener span:before {
        content: "";
        position: absolute;
        bottom: 3px;
        right: 3px;
        width: 15px;
        height: 15px;
        border-radius: 100%;
        z-index: 0; }
    .accordion .opener sup {
      text-transform: none; }
    .accordion .opener br {
      display: none; }
      @media (min-width: 768px) {
        .accordion .opener br {
          display: inline-block;
          vertical-align: top; } }
  .accordion .slide {
    font-size: 14px;
    line-height: 22px; }
    .accordion .slide p {
      margin: 0 0 15px; }
  .accordion.bold .opener {
    font-weight: 700; }
  .accordion .active .opener span:after {
    content: '\e814'; }
  .accordion.blue .opener span:after {
    color: #00b3f1; }
  .accordion.blue .opener span:before {
    background: #c6ffff; }

.accordion-list .accordion {
  font-size: 0;
  line-height: 0; }
  @media (min-width: 1024px) {
    .accordion-list .accordion {
      margin: 0 -2%; } }
  @media (min-width: 1220px) {
    .accordion-list .accordion {
      margin: 0 -3.5%; } }
  @media (min-width: 1024px) {
    .accordion-list .accordion li {
      width: 46%;
      margin: 0 2% 15px;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 1220px) {
    .accordion-list .accordion li {
      width: 43%;
      margin: 0 3.5% 15px; } }

.icons-list {
  margin: 0;
  font-size: 0;
  line-height: 0; }
  @media (min-width: 1220px) {
    .icons-list {
      margin: 0 -35px; } }
  .icons-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 15px; }
    @media (min-width: 1220px) {
      .icons-list li {
        padding: 0 35px 37px; } }
  .icons-list .open:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26); }
    .icons-list .open:hover .icon {
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26); }
  @media (min-width: 768px) {
    .icons-list.one li {
      display: block;
      text-align: center; } }
  .icons-list div.icon {
    margin: 0 auto 14px; }
  .icons-list .sub-title {
    display: block;
    font-size: 15px;
    line-height: 18px; }

.blue .icons-list a {
  color: #e9e9e9; }
  .blue .icons-list a:hover {
    color: #00b3f1; }

.icon {
  display: table;
  width: 74px;
  height: 74px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  border: 2px solid #00b3f1;
  overflow: hidden;
  margin: 0 auto; }
  .icon picture {
    display: table-cell;
    vertical-align: middle; }
    .icon picture img {
      max-width: 45px; }
  .icon.img01 picture img {
    max-width: 35px; }

.icons-box .open {
  color: #0f1d3c;
  float: right;
  font-weight: 600; }
  @media (min-width: 768px) {
    .icons-box .open {
      width: 80px; } }
  @media (min-width: 1024px) {
    .icons-box .open {
      width: 121px; } }
  @media (max-width: 767px) {
    .icons-box .open {
      width: 71px; } }
  .icons-box .open:hover {
    color: #00b3f1; }
  .icons-box .open:first-child {
    float: left; }
.icons-box .icon {
  margin: 0 auto 5px; }
  @media (min-width: 768px) {
    .icons-box .icon {
      width: 70px;
      height: 70px; } }
  @media (min-width: 1024px) {
    .icons-box .icon {
      width: 74px;
      height: 74px; } }
  @media (min-width: 1220px) {
    .icons-box .icon {
      margin: 0 auto 14px; } }
  @media (max-width: 767px) {
    .icons-box .icon {
      width: 50px;
      height: 50px; }
      .icons-box .icon img {
        width: 28px; } }
.icons-box .sub-title {
  font-size: 13px;
  line-height: 16px; }
  @media (min-width: 1024px) {
    .icons-box .sub-title {
      font-size: 15px;
      line-height: 18px; } }
@media (min-width: 1024px) {
  .icons-box .icons-holder {
    margin: 0 0 25px; } }
@media (min-width: 1220px) {
  .icons-box .icons-holder {
    margin: 0 0 17px; } }
@media (min-width: 1024px) {
  .icons-box .icons-holder.second {
    margin: 0 0 20px; } }
@media (min-width: 1220px) {
  .icons-box .icons-holder.second {
    margin: 0 0 32px; } }
.icons-box .icons-holder.second .open {
  float: none;
  display: inline-block;
  vertical-align: top; }
.icons-box li {
  position: absolute; }
  .icons-box li.item1 {
    left: 115px;
    top: -17px; }
    @media (min-width: 768px) {
      .icons-box li.item1 {
        top: -20px;
        left: 135px; } }
    @media (min-width: 1024px) {
      .icons-box li.item1 {
        left: 188px; } }
    @media (min-width: 1220px) {
      .icons-box li.item1 {
        left: 212px;
        top: -27px; } }
  .icons-box li.item2 {
    left: 109px;
    top: 115px; }
    @media (min-width: 768px) {
      .icons-box li.item2 {
        top: 132px;
        left: 135px; } }
    @media (min-width: 1024px) {
      .icons-box li.item2 {
        top: 190px;
        left: 190px; } }
    @media (min-width: 1220px) {
      .icons-box li.item2 {
        top: 212px;
        left: 212px; } }
    .icons-box li.item2 a {
      color: #0f1d3c; }
      .icons-box li.item2 a:hover {
        color: #e9e9e9; }
  .icons-box li.item3 {
    left: -8px;
    top: 180px; }
    @media (min-width: 768px) {
      .icons-box li.item3 {
        top: 210px; } }
    @media (min-width: 1024px) {
      .icons-box li.item3 {
        top: 300px; } }
    @media (min-width: 1220px) {
      .icons-box li.item3 {
        top: 340px; } }
  .icons-box li.item4 {
    right: -8px;
    top: 180px; }
    @media (min-width: 768px) {
      .icons-box li.item4 {
        top: 210px; } }
    @media (min-width: 1024px) {
      .icons-box li.item4 {
        top: 300px; } }
    @media (min-width: 1220px) {
      .icons-box li.item4 {
        top: 336px;
        right: 0; } }
  .icons-box li.item5 {
    left: 33px;
    top: 80px; }
    @media (min-width: 768px) {
      .icons-box li.item5 {
        top: 100px;
        left: 35px; } }
    @media (min-width: 1024px) {
      .icons-box li.item5 {
        top: 180px;
        left: 55px; } }
    @media (min-width: 1220px) {
      .icons-box li.item5 {
        top: 211px;
        left: 65px; } }
  .icons-box li.item6 {
    right: 33px;
    top: 80px; }
    @media (min-width: 768px) {
      .icons-box li.item6 {
        top: 100px;
        right: 35px; } }
    @media (min-width: 1024px) {
      .icons-box li.item6 {
        top: 180px;
        right: 55px; } }
    @media (min-width: 1220px) {
      .icons-box li.item6 {
        top: 211px;
        right: 69px; } }
  .icons-box li .open {
    width: inherit; }

@media (min-width: 1220px) {
  ul.icons-box .icon {
    margin-bottom: 10px; } }

.caption-list {
  margin: 0;
  font-size: 11px;
  line-height: 14px;
  color: #e9e9e9; }
  .caption-list li {
    position: absolute; }
    .caption-list li.item01 {
      left: 0;
      top: 20px; }
      @media (min-width: 1024px) {
        .caption-list li.item01 {
          top: 50px;
          left: 0; } }
      @media (min-width: 1220px) {
        .caption-list li.item01 {
          left: -20px;
          top: 77px; } }
    .caption-list li.item02 {
      left: 0;
      top: 70px; }
      @media (min-width: 1024px) {
        .caption-list li.item02 {
          top: 100px;
          left: 40px; } }
      @media (min-width: 1220px) {
        .caption-list li.item02 {
          top: 143px;
          left: 47px; } }
    .caption-list li.item03 {
      left: 0;
      top: 115px; }
      @media (min-width: 1024px) {
        .caption-list li.item03 {
          top: 165px;
          left: 0; } }
      @media (min-width: 1220px) {
        .caption-list li.item03 {
          top: 238px;
          left: -89px; } }
    .caption-list li.item04 {
      right: 0;
      top: 20px; }
      @media (min-width: 1024px) {
        .caption-list li.item04 {
          top: 50px;
          right: 30px; } }
      @media (min-width: 1220px) {
        .caption-list li.item04 {
          right: -16px;
          top: 77px; } }
    .caption-list li.item05 {
      right: 0;
      top: 70px; }
      @media (min-width: 1024px) {
        .caption-list li.item05 {
          top: 100px;
          right: 40px; } }
      @media (min-width: 1220px) {
        .caption-list li.item05 {
          right: 48px;
          top: 143px; } }
    .caption-list li.item06 {
      right: 0;
      top: 115px; }
      @media (min-width: 1024px) {
        .caption-list li.item06 {
          top: 165px; } }
      @media (min-width: 1220px) {
        .caption-list li.item06 {
          top: 238px; } }
      @media (min-width: 1400px) {
        .caption-list li.item06 {
          right: -65px; } }
    .caption-list li.item07 {
      bottom: -17px;
      left: 0; }
      @media (min-width: 1024px) {
        .caption-list li.item07 {
          bottom: 0; } }
      @media (min-width: 1220px) {
        .caption-list li.item07 {
          left: 34px;
          bottom: 5px; } }
    .caption-list li.item08 {
      left: 100px;
      bottom: 20px; }
      @media (min-width: 768px) {
        .caption-list li.item08 {
          left: 130px; } }
      @media (min-width: 1024px) {
        .caption-list li.item08 {
          left: 180px;
          bottom: 30px; } }
      @media (min-width: 1220px) {
        .caption-list li.item08 {
          left: 200px;
          bottom: 48px; } }
    .caption-list li.item09 {
      left: 100px;
      bottom: -30px; }
      @media (min-width: 768px) {
        .caption-list li.item09 {
          left: 135px; } }
      @media (min-width: 1024px) {
        .caption-list li.item09 {
          left: 180px;
          bottom: -15px; } }
      @media (min-width: 1220px) {
        .caption-list li.item09 {
          left: 205px;
          bottom: -35px; } }
    .caption-list li.item10 {
      right: 0;
      bottom: -17px; }
      @media (min-width: 1024px) {
        .caption-list li.item10 {
          bottom: 0; } }
      @media (min-width: 1220px) {
        .caption-list li.item10 {
          right: 36px;
          bottom: 5px; } }

.popup {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  background: #e9e9e9;
  overflow: hidden;
  transition: all 0.40s linear; }
  .popup .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 25px;
    line-height: 25px;
    z-index: 3;
    font-weight: 700;
    color: #00b3f1; }
    .popup .close:hover {
      color: #008dbe; }
    @media (min-width: 1220px) {
      .popup .close {
        font-size: 40px;
        line-height: 40px;
        right: 52px;
        top: 43px; } }

.popup-active .popup {
  opacity: 1;
  z-index: 1;
  visibility: visible; }

.change .gallery .btn-prev,
.change .gallery .btn-next,
.orange .gallery .btn-prev,
.orange .gallery .btn-next,
.blue .gallery .btn-prev,
.blue .gallery .btn-next {
  border: 2px solid #fff; }
.change .gallery .pagination ul a,
.orange .gallery .pagination ul a,
.blue .gallery .pagination ul a {
  border: 2px solid #00b3f1; }
  .change .gallery .pagination ul a:hover,
  .orange .gallery .pagination ul a:hover,
  .blue .gallery .pagination ul a:hover {
    border: 2px solid #00b3f1;
    background: #fff; }
.change .gallery .pagination ul li.active a,
.orange .gallery .pagination ul li.active a,
.blue .gallery .pagination ul li.active a {
  border: 2px solid #00b3f1;
  background: #fff; }

.blue.extra .btn-prev,
.blue.extra .btn-next {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid #0f1d3c;
  text-align: center;
  padding: 3px;
  font-size: 18px;
  line-height: 18px;
  color: #00b3f1;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 1024px) {
    .blue.extra .btn-prev,
    .blue.extra .btn-next {
      width: 44px;
      height: 44px;
      font-size: 25px;
      line-height: 25px;
      padding: 7px; } }
  .blue.extra .btn-prev:hover,
  .blue.extra .btn-next:hover {
    background: #fff; }
  .blue.extra .btn-prev .icon-right-open-big,
  .blue.extra .btn-next .icon-right-open-big {
    margin: 0 0 0 2px; }
.blue.extra .pagination {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px; }
  @media (min-width: 1220px) {
    .blue.extra .pagination {
      padding: 0 25px; } }
  .blue.extra .pagination ul {
    font-size: 0;
    line-height: 0; }
    .blue.extra .pagination ul li {
      margin: 0 4px 0 3px;
      display: inline-block;
      vertical-align: middle; }
      .blue.extra .pagination ul li.active a {
        border-color: #00b3f1;
        background: #00b3f1; }
    .blue.extra .pagination ul a {
      display: block;
      width: 24px;
      height: 24px;
      border-radius: 100%;
      border: 2px solid #0f1d3c; }
      .blue.extra .pagination ul a:hover {
        border-color: #00b3f1;
        background: #00b3f1; }

.extra .gallery .slide {
  min-height: 430px; }
  @media (min-width: 1024px) {
    .extra .gallery .slide {
      min-height: 510px; } }
  @media (min-width: 1220px) {
    .extra .gallery .slide {
      min-height: 650px; } }

.gallery {
  padding: 0 0 50px;
  height: 100%; }
  @media (min-width: 768px) {
    .gallery {
      padding: 0; } }
  .gallery .slideset {
    position: relative; }
  .gallery .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    min-height: 400px; }
    @media (min-width: 1024px) {
      .gallery .slide {
        min-height: 510px; } }
    @media (min-width: 1220px) {
      .gallery .slide {
        min-height: 650px; } }
    .gallery .slide.active {
      z-index: 2; }
  .gallery .image {
    position: relative; }
    @media (min-width: 768px) {
      .gallery .image {
        float: left;
        width: 42.5%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0; }
        .gallery .image img {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0; } }
    .gallery .image img {
      display: block;
      width: 100%;
      height: auto; }
    @media (min-width: 768px) {
      .gallery .image .img-holder {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0; }
        .gallery .image .img-holder img {
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          left: 0; } }
    .gallery .image .logos-list img {
      width: auto;
      position: static; }
    .gallery .image.logos {
      position: static; }
      @media (min-width: 768px) {
        .gallery .image.logos {
          white-space: nowrap;
          text-align: center; }
          .gallery .image.logos:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0;
            min-height: 100%; }
          .gallery .image.logos > * {
            white-space: normal;
            display: inline-block;
            vertical-align: middle;
            max-width: 100%;
            width: 100%; } }
      @media (min-width: 1024px) {
        .gallery .image.logos {
          position: absolute; } }
  .gallery .logos-holder {
    padding: 15px 0 0; }
  .gallery .logos-list {
    margin: 0; }
    @media (min-width: 768px) {
      .gallery .logos-list {
        max-width: 520px;
        float: left; } }
    .gallery .logos-list li {
      padding: 0 10px 15px;
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 1220px) {
        .gallery .logos-list li {
          padding: 30px 17px; } }
    .gallery .logos-list img {
      opacity: 0.30; }
      .gallery .logos-list img:hover {
        opacity: 0.50; }
  .gallery .slide-detail {
    overflow: hidden;
    letter-spacing: -5px;
    white-space: nowrap;
    text-align: center;
    text-align: left; }
    .gallery .slide-detail:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .gallery .slide-detail > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      width: 100%; }
    @media (min-width: 768px) {
      .gallery .slide-detail {
        float: left;
        width: 57%; } }
    .gallery .slide-detail .detail-holder {
      width: 100%;
      max-width: 100%;
      letter-spacing: 0; }
    .gallery .slide-detail p {
      margin: 0 0 10px; }
      @media (min-width: 1220px) {
        .gallery .slide-detail p {
          margin: 0 0 40px; } }
  .gallery .description {
    padding: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .gallery .description {
        float: left;
        max-width: 580px;
        padding: 15px 15px 40px 40px; } }
    @media (min-width: 1024px) {
      .gallery .description {
        max-width: 700px; } }
    @media (min-width: 1220px) {
      .gallery .description {
        max-width: 700px;
        padding: 70px 90px 150px 40px; } }
  @media (min-width: 768px) {
    .gallery .align-right .image {
      float: right; } }
  @media (min-width: 768px) {
    .gallery .align-right .description {
      float: right;
      padding: 15px 40px 50px 15px; } }
  @media (min-width: 1220px) {
    .gallery .align-right .description {
      padding: 70px 90px 150px 40px; } }
  .gallery .header {
    margin: 0 0 15px; }
    @media (min-width: 1220px) {
      .gallery .header {
        margin: 0 0 30px; } }
    .gallery .header h2 {
      margin: 0 0 5px; }
    .gallery .header .icon {
      float: left;
      margin: 0 10px 0 0; }
      @media (min-width: 768px) {
        .gallery .header .icon {
          margin: 0 19px 0 0; } }
    .gallery .header .title-info {
      overflow: hidden;
      padding: 9px 0 0; }
    @media (min-width: 1220px) {
      .gallery .header .sub-heading {
        font-size: 18px;
        font-weight: 300;
        font-style: italic;
        line-height: 20px; } }
  .gallery .btn-list {
    margin: 0; }
    .gallery .btn-list li {
      padding: 0;
      margin: 0 0 10px; }
      @media (min-width: 1220px) {
        .gallery .btn-list li {
          margin: 0 0 28px; } }
  .gallery .btn-default {
    font-weight: 400; }
    .gallery .btn-default.semi {
      font-weight: 600; }
    .gallery .btn-default sup {
      font-size: 9px; }
  .gallery .pagination-holder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 2;
    text-align: center; }
    @media (min-width: 768px) {
      .gallery .pagination-holder {
        text-align: left; } }
    @media (min-width: 1220px) {
      .gallery .pagination-holder {
        bottom: 81px;
        padding: 0 0 0 124px; } }
  .gallery .btn-prev,
  .gallery .btn-next {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid #0f1d3c;
    text-align: center;
    padding: 3px;
    font-size: 18px;
    line-height: 18px;
    color: #00b3f1;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 1024px) {
      .gallery .btn-prev,
      .gallery .btn-next {
        width: 44px;
        height: 44px;
        font-size: 25px;
        line-height: 25px;
        padding: 7px; } }
    .gallery .btn-prev:hover,
    .gallery .btn-next:hover {
      background: #fff; }
    .gallery .btn-prev .icon-right-open-big,
    .gallery .btn-next .icon-right-open-big {
      margin: 0 0 0 2px; }
  .gallery .pagination {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px; }
    @media (min-width: 1220px) {
      .gallery .pagination {
        padding: 0 25px; } }
    .gallery .pagination ul {
      font-size: 0;
      line-height: 0; }
      .gallery .pagination ul li {
        margin: 0 4px 0 3px;
        display: inline-block;
        vertical-align: middle; }
        .gallery .pagination ul li.active a {
          border-color: #00b3f1;
          background: #00b3f1; }
      .gallery .pagination ul a {
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        border: 2px solid #0f1d3c; }
        .gallery .pagination ul a:hover {
          border-color: #00b3f1;
          background: #00b3f1; }

.contact-info {
  background-color: #264079; }
  .contact-info .contact-info-container {
    max-width: 1200px;
    margin: 0 auto; }
  .contact-info .contact-form-errors, .contact-info .server-errors {
    color: red;
    margin-bottom: 15px;
    margin-top: 5px;
    display: none; }
  .contact-info .contact-form-errors p {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .contact-info {
      padding: 0; } }
  @media (min-width: 1024px) {
    .contact-info {
      padding: 50px 100px; } }
  .contact-info .detail-holder {
    display: inline-block;
    padding-top: 20px; }
    @media (max-width: 1023px) {
      .contact-info .detail-holder {
        float: none;
        display: block;
        margin: 0 auto;
        width: 80%; } }
    @media (min-width: 1024px) {
      .contact-info .detail-holder {
        width: 50%;
        height: 100%;
        display: inline-block; } }
    .contact-info .detail-holder .office-info {
      padding: 30px;
      color: white; }
      .contact-info .detail-holder .office-info .office-details {
        padding: 0;
        list-style-type: none;
        display: inline-block; }
        .contact-info .detail-holder .office-info .office-details a {
          color: white; }
      .contact-info .detail-holder .office-info .city-name {
        display: block;
        font-size: 15pt;
        font-weight: bold; }
  .contact-info .contact-holder {
    background-color: #264079; }
    @media (max-width: 1023px) {
      .contact-info .contact-holder {
        width: 100%; } }
    @media (min-width: 1024px) {
      .contact-info .contact-holder {
        width: 50%;
        height: 100%;
        display: inline-block; } }
    .contact-info .contact-holder .infusion-form {
      text-align: center;
      width: 100%;
      margin: 20px auto;
      background-color: #fff;
      padding: 20px; }
      .contact-info .contact-holder .infusion-form input:not([type=checkbox]) {
        height: 32px; }
      .contact-info .contact-holder .infusion-form input:not([type=checkbox]), .contact-info .contact-holder .infusion-form textarea {
        width: 100%;
        padding: 6px 12px;
        font-size: 13px;
        line-height: 1.42857;
        color: #4c9dba;
        background-color: #fff;
        border: 1px solid #0f1d3c;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
        .contact-info .contact-holder .infusion-form input:not([type=checkbox]):focus, .contact-info .contact-holder .infusion-form textarea:focus {
          border-color: #66afe9;
          outline: 0;
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
      .contact-info .contact-holder .infusion-form .title {
        font-size: 20pt;
        font-weight: normal; }
        .contact-info .contact-holder .infusion-form .title span {
          color: #00b3f1; }
      .contact-info .contact-holder .infusion-form .infusion-field {
        margin: 10px; }
        .contact-info .contact-holder .infusion-form .infusion-field img {
          border-radius: 4px;
          margin-bottom: 10px; }
        @media (min-width: 768px) {
          .contact-info .contact-holder .infusion-form .infusion-field .half {
            width: 49%;
            display: inline-block; } }
      .contact-info .contact-holder .infusion-form .captcha {
        max-width: 304px;
        margin: 0 auto 15px auto; }
      .contact-info .contact-holder .infusion-form button {
        margin-bottom: 15px; }
    @media (max-width: 1023px) {
      .contact-info .contact-holder .infusion-form {
        width: 80%; } }
    @media (max-width: 767px) {
      .contact-info .contact-holder #contact-first-name {
        margin-bottom: 10px; }
      .contact-info .contact-holder .infusion-form {
        width: 100%;
        border-radius: 0; } }

@media (min-width: 1220px) {
  .blue.extra.info-block {
    padding: 30px 0; } }

.underline {
  text-decoration: underline; }

.centered-box-holder {
  background-color: #264079;
  position: relative;
  padding: 30px; }
  @media (max-width: 479px) {
    .centered-box-holder {
      padding: 0; } }
  .centered-box-holder .centered-box {
    position: relative;
    margin: 30px 0;
    padding: 20px 40px 10px 20px;
    border-radius: 5px;
    min-width: 340px; }
    .centered-box-holder .centered-box a:not(.btn) {
      text-decoration: underline; }
    .centered-box-holder .centered-box input {
      display: inline-block; }
    .centered-box-holder .centered-box div {
      position: relative; }
    .centered-box-holder .centered-box .title {
      font-size: 20pt;
      font-weight: normal;
      text-align: center; }
      .centered-box-holder .centered-box .title span {
        color: #00b3f1; }
      .centered-box-holder .centered-box .title img {
        height: 1ex; }
    .centered-box-holder .centered-box .signup-errors {
      color: #ff0000;
      text-align: center;
      padding-top: 10px; }
    .centered-box-holder .centered-box .input-holder, .centered-box-holder .centered-box .btn-holder, .centered-box-holder .centered-box .btn-area, .centered-box-holder .centered-box .captcha {
      margin: 20px 0; }
    .centered-box-holder .centered-box .error input:not([type=checkbox]) {
      width: 90%; }
    .centered-box-holder .centered-box .error::before {
      content: "*";
      color: red;
      text-align: left;
      padding-right: 10px; }
    .centered-box-holder .centered-box.white {
      background-color: white; }
    @media (max-width: 479px) {
      .centered-box-holder .centered-box {
        width: 100%;
        left: 0;
        border-radius: 0;
        margin: 0; } }
    @media (min-width: 480px) {
      .centered-box-holder .centered-box {
        width: 80%;
        left: 10%; } }
    .centered-box-holder .centered-box.narrow-box {
      text-align: center; }
      @media (min-width: 768px) {
        .centered-box-holder .centered-box.narrow-box {
          width: 50%;
          left: 25%; } }
      @media (min-width: 1220px) {
        .centered-box-holder .centered-box.narrow-box {
          width: 20%;
          left: 40%; } }
    .centered-box-holder .centered-box.wide-box {
      text-align: left; }
      @media (min-width: 768px) {
        .centered-box-holder .centered-box.wide-box {
          width: 80%;
          left: 10%; } }
      @media (min-width: 1220px) {
        .centered-box-holder .centered-box.wide-box {
          width: 60%;
          left: 20%; } }

.sign-up {
  overflow: hidden;
  position: relative; }
  .sign-up .container {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .sign-up .container {
        padding-top: 35px;
        padding-bottom: 35px; } }
    @media (min-width: 1220px) {
      .sign-up .container {
        padding-top: 70px;
        padding-bottom: 78px; } }
  .sign-up a {
    color: #fff;
    display: block;
    position: relative;
    font-weight: 300; }
    @media (min-width: 768px) {
      .sign-up a {
        font-size: 30px;
        line-height: 34px; } }
    .sign-up a:before {
      content: "";
      background: rgba(15, 29, 60, 0.9);
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }
    .sign-up a:hover:before {
      background: rgba(15, 29, 60, 0.95); }
    .sign-up a span {
      position: relative;
      z-index: 2;
      display: inline-block;
      vertical-align: top; }
      .sign-up a span:before {
        content: '\e816';
        font-family: "fontello";
        margin: -1px 5px 0;
        display: inline-block;
        vertical-align: middle; }
        @media (min-width: 768px) {
          .sign-up a span:before {
            margin: -4px 22px 0;
            font-size: 44px; } }
  .sign-up .video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }
    .sign-up .video img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: 0 !important; }

.target-box {
  background: url(/img/theme/img50.png) no-repeat;
  background-size: 100% 100%;
  width: 280px;
  height: 280px;
  margin: 0 auto 15px;
  padding: 20px 15px;
  position: relative; }
  @media (min-width: 768px) {
    .target-box {
      width: 340px;
      height: 340px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .target-box {
      width: 450px;
      height: 450px;
      padding: 40px 15px; } }
  @media (min-width: 1220px) {
    .target-box {
      width: 498px;
      height: 497px;
      padding: 49px 32px; } }
  .target-box .title {
    color: #00b3f1;
    font-size: 19px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0 0 12px; }
    @media (min-width: 1220px) {
      .target-box .title {
        margin: 0 0 23px; } }
    .target-box .title span,
    .target-box .title .logo-holder {
      display: inline-block;
      vertical-align: middle; }
  .target-box.add {
    background: url(/img/theme/img59.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .target-box.add {
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .target-box.add {
        margin-bottom: 0; } }
    @media (min-width: 1220px) {
      .target-box.add {
        width: 495px;
        height: 498px; } }
    .target-box.add a {
      color: #e9e9e9; }

.particles-js {
  position: absolute;
  left: 57px;
  right: 57px;
  top: 57px;
  bottom: 57px;
  overflow: hidden;
  background-image: url("/css/main.css");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

.js-video-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.popup .video-block .btn-play-video {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background: url(/img/theme/btn-play-pause.png) no-repeat;
  background-size: 100px 49px;
  background-position: 100% 0;
  text-indent: -9999px;
  overflow: hidden; }
.popup .video-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .popup .video-holder .mejs-controls,
  .popup .video-holder .mejs-offscreen,
  .popup .video-holder .mejs-layers {
    display: none !important; }
  .popup .video-holder video {
    display: block;
    width: 100%;
    height: auto; }
.popup .playing img {
  display: none; }
.popup .playing .btn-play-video {
  display: none !important; }

.user-overlay1,
.user-overlay2,
.user-overlay3 {
  visibility: hidden !important; }

.user-active1 .user-overlay1,
.user-active2 .user-overlay2,
.user-active3 .user-overlay3 {
  visibility: visible !important; }

.user-overlay1 .content-form,
.user-overlay2 .content-form,
.user-overlay3 .content-form {
  visibility: hidden !important;
  left: -9999px !important;
  top: -9999px !important; }

.user-active1 .user-overlay1 .content-form,
.user-active2 .user-overlay2 .content-form,
.user-active3 .user-overlay3 .content-form {
  visibility: visible !important;
  left: 0 !important;
  top: 0 !important; }

.blue .btn-default {
  color: #fff; }
  .blue .btn-default:hover, .blue .btn-default:after {
    color: #00b3f1; }

.turquoise {
  color: #0f1d3c; }
  .turquoise .btn-default {
    color: #fff; }
    .turquoise .btn-default:hover, .turquoise .btn-default:after {
      color: #0f1d3c; }
  .turquoise.info-block {
    opacity: 1;
    color: #0f1d3c; }
    .turquoise.info-block h2 {
      color: #0f1d3c; }

.homepage-left {
  background-image: url(/img/theme/img04.jpg);
  background-size: cover; }

.homepage-right {
  background-image: url(/img/theme/img08.jpg);
  background-size: cover; }

/* Campaign Reporting */
@media (max-width: 767px) {
  #campaign .container .detail-col {
    margin-top: 20px;
    text-align: center; }
    #campaign .container .detail-col ul {
      display: inline-block; } }
/* Homepage Logos */
.homepage-logo-image {
  display: block;
  margin: 0 auto;
  max-width: 1400px; }

/* AWA Banner: Temporary */
#landingpage-banner {
  display: block;
  background-color: #FFFFFF;
  text-align: center; }

#landingpage-banner .inner-container {
  display: inline-block;
  margin: 20px 0; }

#landingpage-banner .inner-container img {
  max-width: 250px;
  display: inline-block; }

#landingpage-banner .inner-container .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
  background-color: #29b0e7;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 30px; }

@media screen and (max-width: 500px) {
  #landingpage-banner .inner-container img {
    clear: both;
    display: block;
    margin-bottom: 20px; } }
.homepage-blog-image:after {
  display: none; }
@media (max-width: 767px) {
  .homepage-blog-image {
    display: none; } }

.infusion-field.infusion-field-left {
  text-align: left; }

.infusion-field.infusion-field-left select {
  width: 100%; }

/* Landing Page Masthead Styles */
.landingpagestyle h1 {
  color: #25AFE5;
  font-weight: bold;
  font-size: 65px;
  letter-spacing: -3px; }

.landingpagestyle .detail p {
  color: #0F1D3C;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 100px; }

.landingpagestyle .detail .links-list li {
  padding: 0 0 0 30px; }

.landingpagestyle .detail .links-list li a {
  display: block;
  width: 282px;
  height: 50px;
  background-color: #0F1D3C;
  color: #FFFFFF;
  padding: 25px 35px;
  text-transform: uppercase;
  text-align: center; }

.landingpagestyle .detail .links-list li a:hover {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #FFFFFF;
  color: #0F1D3C;
  border: 3px solid #0F1D3C; }

.api-landing-page .group:after {
  content: "";
  display: table;
  clear: both; }

.api-landing-page .inner-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 5%; }

.api-landing-page button {
  cursor: pointer; }

.api-landing-page .button {
  width: 430px;
  height: 50px;
  color: #0D172F;
  background-color: #FDC501;
  text-decoration: none;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  cursor: pointer; }

/* Blurb */
.api-landing-page .blurb h2 {
  text-transform: uppercase;
  color: #25AFE5;
  font-weight: bold;
  margin-bottom: 20px; }

.api-landing-page .blurb {
  background: transparent url("/img/theme/API_Website_NeedCustomized_BG.jpg") no-repeat center center;
  background-size: cover;
  background-color: #00B3F1; }

.api-landing-page .blurb p {
  color: #FFFFFF;
  width: 70%; }

.api-landing-page .blurb p strong {
  font-weight: 600;
  color: #F36D25; }

/* Features */
.api-landing-page .features .features-nav {
  margin: 0;
  padding: 0;
  text-align: center; }

.api-landing-page .features .features-nav li {
  list-style: none;
  display: inline-block;
  width: 25%;
  font-size: 18px;
  line-height: 70px;
  height: 70px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  background: transparent url("/img/theme/bar.png") no-repeat right center; }

.api-landing-page .features .features-nav li#features-nav-active {
  background: #00B3F1; }

.api-landing-page .features .features-nav li:last-child {
  background: none; }

.api-landing-page .features .features-nav #features-nav-active {
  margin-left: -2px;
  background-color: #00B3F1;
  color: #FFFFFF;
  font-weight: 600; }

.api-landing-page .features .features-body > div {
  display: none;
  padding: 50px 0 0 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 92.5% 40%;
  background-size: 20%; }

.api-landing-page .features .features-body #features-body-active {
  display: block; }

.api-landing-page .features .features-body h3 {
  font-size: 24px;
  line-height: 35px;
  color: #F36D25;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold; }

.api-landing-page .features .features-body p {
  color: #0D172F;
  width: 100%;
  margin-bottom: 60px;
  text-align: center; }

.api-landing-page .features .features-body .features-body-item-container {
  text-align: center;
  margin-bottom: 40px; }

.api-landing-page .features .features-body .features-body-item {
  display: inline-block;
  width: 20%;
  margin: 0 2%; }

.api-landing-page .features .features-body .features-body-item img {
  display: block;
  margin: 0 auto;
  width: 40%;
  margin-bottom: 20px; }

.api-landing-page .features .features-body .features-body-item h4 {
  color: #F36D25;
  font-weight: bold;
  line-height: 20px;
  height: 40px;
  text-transform: capitalize;
  margin: 0 0 5px 0;
  font-size: 18px; }

.api-landing-page .features .features-body .features-body-item p {
  line-height: 20px;
  height: 40px; }

.api-landing-page .features .features-body .features-body-link {
  display: block;
  max-width: 428px;
  padding: 5px 35px;
  line-height: 50px;
  background-color: #0F1D3C;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto; }

.api-landing-page .features .features-body .features-body-link:hover {
  border: 3px solid #0F1D3C;
  color: #0F1D3C;
  background-color: #FFFFFF;
  padding-top: 2px;
  padding-bottom: 2px; }

/* API */
.api-landing-page .test-api {
  background: #00B3F1 url("/img/theme/API_Website_TestAPI_BG.jpg") no-repeat right center;
  background-size: cover; }

.api-landing-page .test-api .test-api-left {
  width: 50%;
  float: left; }

.api-landing-page .test-api .test-api-curl {
  margin-bottom: 35px; }

.api-landing-page .test-api .test-api-placeholder {
  width: 45%;
  float: right; }

.api-landing-page .test-api h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.api-landing-page .test-api p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 30px; }

.api-landing-page .test-api .button {
  float: left;
  width: 430px;
  padding: 5px 20px;
  color: #FFFFFF;
  background-color: #0F1D3C;
  text-decoration: none;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal; }

.api-landing-page .test-api .button:hover {
  border: 3px solid #0F1D3C;
  color: #0F1D3C;
  background-color: #FFFFFF;
  padding-top: 2px;
  padding-bottom: 2px; }

/* Compare */
.api-landing-page .compare {
  background-color: #F1F1F1; }

.api-landing-page .compare h2 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.api-landing-page .compare table {
  border-collapse: separate;
  border-spacing: 20px 0;
  margin-left: -20px;
  margin-bottom: 50px;
  width: 100%; }

.api-landing-page .compare table td, .api-landing-page .compare table th {
  background-color: #FFFFFF; }

.api-landing-page .compare table th {
  height: 110px;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center; }

.api-landing-page .compare table th:nth-child(1) {
  color: #00B3F1;
  background-color: #FFFFFF; }

.api-landing-page .compare table th:nth-child(2) {
  background-color: #0D172F; }

.api-landing-page .compare table th:nth-child(3) {
  background-color: #F36D25; }

.api-landing-page .compare table th:nth-child(4) {
  background-color: #264079; }

.api-landing-page .compare table td {
  color: #0D172F;
  font-size: 15px;
  text-align: center;
  padding: 10px 0; }

.api-landing-page .compare table tr:nth-child(even) td {
  background-color: #D9D9D9; }

.api-landing-page .compare table td img {
  margin: 0 auto;
  width: 10%; }

.api-landing-page .compare table td img.compare-extras-x {
  width: 8%; }

.api-landing-page .compare .button {
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
  line-height: 40px;
  background-color: #0F1D3C;
  color: #FFFFFF; }

.api-landing-page .compare .button:hover {
  border: 3px solid #0F1D3C;
  color: #0F1D3C;
  background-color: #FFFFFF;
  padding-top: 2px;
  padding-bottom: 2px; }

.api-landing-page .compare .extras {
  display: none; }

/* Advertisers */
.api-landing-page .advertisers {
  background-color: #FFFFFF; }

.api-landing-page .advertisers h2 {
  color: #0C162E;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px; }

.api-landing-page .advertisers h3 {
  color: #00B3F1;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 60px; }

.api-landing-page .advertisers .quote {
  float: left;
  height: 585px;
  width: 32%;
  background-color: #eeeeee;
  padding: 150px 35px 0 35px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF; }

.api-landing-page .advertisers .quote:nth-child(1) {
  margin-right: 2%;
  background: #0D172F url("/img/theme/BrightBlue_Quote_Icon.png") no-repeat center 8.5%;
  background-size: 22.5%; }

.api-landing-page .advertisers .quote:nth-child(2) {
  margin-right: 2%;
  background: #F36D25 url("/img/theme/DarkBlue_Quote_Icon.png") no-repeat center 8.5%;
  background-size: 22.5%; }

.api-landing-page .advertisers .quote:nth-child(3) {
  background: #264079 url("/img/theme/BrightBlue_Quote_Icon.png") no-repeat center 8.5%;
  background-size: 22.5%; }

.api-landing-page .advertisers .quote p {
  margin-bottom: 30px;
  font-size: 15px; }

.api-landing-page .advertisers .quote p.author, .api-landing-page .advertisers .quote p.company {
  margin-bottom: 5px; }

@media screen and (max-width: 1220px) {
  .landingpagestyle h1 {
    line-height: 50px;
    font-size: 45px;
    letter-spacing: 0; }

  .landingpagestyle .detail p {
    font-size: 24px; }

  .landingpagestyle .detail .links-list li {
    margin-bottom: 20px;
    padding-left: 10px; }

  .api-landing-page .test-api .test-api-left {
    margin-bottom: 40px; }

  .api-landing-page .test-api .test-api-placeholder {
    width: 60%;
    margin: 0 auto 0 auto;
    clear: both;
    display: block;
    float: none; }

  .api-landing-page .test-api .button {
    float: none;
    width: 100%; }

  .api-landing-page .compare table td {
    font-size: 18px; }

  .api-landing-page .compare table th {
    font-size: 20px; } }
@media screen and (max-width: 1150px) {
  .api-landing-page .features .features-nav {
    border-bottom: 1px solid #EEEEEE; }

  .api-landing-page .features .features-nav li {
    display: block;
    font-size: 18px;
    background-image: none;
    width: 100%;
    line-height: 60px;
    height: 60px; }

  .api-landing-page .features .features-body > div {
    padding: 30px 0 0 0; }

  .api-landing-page .features .features-body h3 {
    font-size: 25px; }

  .api-landing-page .features .features-body p {
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 40px; }

  .api-landing-page .features .features-body ul {
    margin-left: 50px;
    margin-bottom: 30px; }

  .api-landing-page .features .features-body ul li {
    font-size: 18px;
    line-height: 35px; }

  .api-landing-page .features .features-body .features-body-link {
    max-width: 100%; }

  .api-landing-page .advertisers .quote {
    width: 50%;
    height: auto;
    padding-bottom: 30px;
    float: none;
    margin: 20px auto !important; }

  .api-landing-page .test-api .test-api-left {
    width: 100%; }

  .api-landing-page .compare .button {
    width: 100%; } }
@media screen and (max-width: 1050px) {
  .landingpagestyle h1 {
    font-size: 35px; }

  .landingpagestyle .detail p {
    font-size: 20px; }

  .api-landing-page .features .features-body .features-body-item {
    width: 40%; }

  .api-landing-page .test-api h2 {
    font-size: 30px;
    line-height: 35px; }

  .api-landing-page .compare h2 {
    font-size: 30px;
    line-height: 35px; } }
@media screen and (max-width: 767px) {
  .landingpagestyle h1 {
    text-align: center; }

  .landingpagestyle .detail p {
    text-align: center; }

  .landingpagestyle .detail p {
    text-align: center; }

  .landingpagestyle .links-list {
    text-align: center; }

  .api-landing-page .compare table {
    display: table;
    overflow-x: auto;
    border-spacing: 0 0;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-right: 0; }

  .api-landing-page .compare table th {
    padding: 0 5px; }

  .api-landing-page .inner-container {
    padding: 50px 5%; }

  .api-landing-page .test-api .test-api-placeholder {
    width: 80%; }

  .api-landing-page .advertisers .quote {
    width: 80%; } }
@media screen and (max-width: 700px) {
  .api-landing-page .features .features-body .features-body-item {
    width: 80%; }

  .api-landing-page .test-api .test-api-curl {
    width: 100%; }

  .api-landing-page .compare table th {
    font-size: 16px; }

  .api-landing-page .compare table td {
    font-size: 14px; }

  .api-landing-page .compare .button {
    width: 100%; }

  .api-landing-page .blurb p {
    width: 100%; } }
@media screen and (max-width: 500px) {
  .api-landing-page .compare table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-spacing: 0 0; }

  .api-landing-page .advertisers .quote {
    width: 95%;
    padding-top: 90px;
    background-size: 15% !important;
    background-position: center 5% !important; }

  .api-landing-page .advertisers .quote p {
    font-size: 15px;
    line-height: 20px; }

  .api-landing-page .test-api .test-api-placeholder {
    width: 95%;
    margin: 0 auto 0 auto;
    clear: both;
    display: block;
    float: none; }

  .api-landing-page .advertisers h2,
  .api-landing-page .advertisers h3 {
    font-size: 30px;
    line-height: 35px; } }
/* Self Serve DSP Page */
.selfserve-landing-page {
  /* Blurb */
  /* Features */
  /* Traffic Sources */
  /* Partnerships */
  /* Compare */ }
  .selfserve-landing-page .group:after {
    content: "";
    display: table;
    clear: both; }
  .selfserve-landing-page h2 {
    color: #0D172F;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px; }
  .selfserve-landing-page button {
    cursor: pointer; }
  .selfserve-landing-page .button {
    width: 430px;
    height: 70px;
    color: #FFFFFF;
    background-color: #0F1D3C;
    text-decoration: none;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer; }
  .selfserve-landing-page .inner-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 5%; }
  .selfserve-landing-page .blurb {
    background: transparent url("/img/theme/DSP_Website_Backgrounds.jpg") no-repeat center center;
    background-size: cover;
    background-color: #00B3F1; }
  .selfserve-landing-page .blurb h2 {
    text-transform: uppercase;
    color: #25AFE5;
    font-weight: bold;
    margin-bottom: 20px; }
  .selfserve-landing-page .blurb p {
    color: #FFFFFF;
    margin-bottom: 30px;
    width: 70%; }
  .selfserve-landing-page .blurb p + p {
    margin-bottom: 0; }
  .selfserve-landing-page .blurb p strong {
    color: #F36D25;
    font-weight: 600; }
  .selfserve-landing-page .features .features-nav {
    margin: 0;
    padding: 0;
    text-align: center; }
  .selfserve-landing-page .features .features-nav li {
    list-style: none;
    display: inline-block;
    width: 50%;
    font-size: 18px;
    line-height: 70px;
    height: 70px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    background: transparent url("/img/theme/bar.png") no-repeat right center; }
  .selfserve-landing-page .features .features-nav #features-nav-active {
    margin-left: -2px;
    background-color: #00B3F1;
    color: #FFFFFF;
    font-weight: bold;
    background-image: none; }
  .selfserve-landing-page .features .features-nav-video {
    background: transparent url("/img/theme/bar.png") no-repeat right center; }
  .selfserve-landing-page .features .features-nav .features-nav-performance {
    background: transparent url("/img/theme/bar.png") no-repeat left center; }
  .selfserve-landing-page .features .features-body > div {
    display: none;
    padding: 50px 0 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 92.5% 40%;
    background-size: 20%; }
  .selfserve-landing-page .features .features-body #features-body-active {
    display: block; }
  .selfserve-landing-page .features .features-body h3 {
    font-size: 25px;
    color: #F36D25;
    margin-bottom: 20px; }
  .selfserve-landing-page .features .features-body p {
    color: #0D172F;
    font-size: 18px;
    width: 100%;
    margin-bottom: 40px; }
  .selfserve-landing-page .features .features-body ul {
    margin-left: 90px;
    margin-bottom: 60px; }
  .selfserve-landing-page .features .features-body ul li {
    color: #0D172F;
    font-size: 25px;
    font-weight: bold; }
  .selfserve-landing-page .features .features-body .features-body-link {
    display: block;
    max-width: 100%;
    padding: 5px 20px;
    line-height: 50px;
    background-color: #0F1D3C;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 100px; }
  .selfserve-landing-page .features .features-body .features-body-link:hover {
    border: 3px solid #0F1D3C;
    color: #0F1D3C;
    background-color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px; }
  .selfserve-landing-page .features .features-body-col {
    float: left;
    width: 33.333333%;
    padding-top: 225px;
    padding-left: 2.5%;
    padding-right: 2.5%; }
  .selfserve-landing-page .features .features-body-curated {
    background: transparent url("/img/theme/performance_icon_1.png") no-repeat center top;
    background-size: 60%; }
  .selfserve-landing-page .features .features-body-granular {
    background: transparent url("/img/theme/performance_icon_2.png") no-repeat center top;
    background-size: 43%; }
  .selfserve-landing-page .features .features-body-micro {
    background: transparent url("/img/theme/performance_icon_3.png") no-repeat center top;
    background-size: 43%; }
  .selfserve-landing-page .features .features-body-highfill {
    background: transparent url("/img/theme/video_icon_1.png") no-repeat center top;
    background-size: 50%; }
  .selfserve-landing-page .features .features-body-tools {
    background: transparent url("/img/theme/video_icon_2.png") no-repeat center top;
    background-size: 37%; }
  .selfserve-landing-page .features .features-body-reporting {
    background: transparent url("/img/theme/video_icon_3.png") no-repeat center top;
    background-size: 51%; }
  .selfserve-landing-page .features .features-body-col h2 {
    color: #F36D25;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize; }
  .selfserve-landing-page .features .features-body-col ul {
    margin: 0;
    padding: 0 0 0 25px; }
  .selfserve-landing-page .features .features-body-col ul li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px; }
  .selfserve-landing-page .trafficsources {
    background-color: #00B3F1; }
  .selfserve-landing-page .trafficsources h2 {
    font-size: 25px;
    color: #0D172F; }
  .selfserve-landing-page .trafficsources img {
    width: 100%; }
  .selfserve-landing-page .partnerships {
    background-color: #F1F1F1; }
  .selfserve-landing-page .partnerships h2 {
    font-size: 25px;
    color: #0D172F; }
  .selfserve-landing-page .partnerships img {
    width: 100%; }
  .selfserve-landing-page .compare {
    background-color: #FFFFFF; }
  .selfserve-landing-page .compare table {
    border-collapse: separate;
    border-spacing: 20px 0;
    margin-left: -20px;
    margin-bottom: 50px;
    width: 100%; }
  .selfserve-landing-page .compare table td, .selfserve-landing-page .compare table th {
    background-color: #FFFFFF; }
  .selfserve-landing-page .compare table th {
    height: 110px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center; }
  .selfserve-landing-page .compare table th:nth-child(1) {
    color: #00B3F1;
    background-color: #FFFFFF; }
  .selfserve-landing-page .compare table th:nth-child(2) {
    background-color: #0D172F; }
  .selfserve-landing-page .compare table th:nth-child(3) {
    background-color: #F36D25; }
  .selfserve-landing-page .compare table th:nth-child(4) {
    background-color: #264079; }
  .selfserve-landing-page .compare table td {
    color: #0D172F;
    font-size: 15px;
    text-align: center;
    padding: 5px 0; }
  .selfserve-landing-page .compare table tr:nth-child(even) td {
    background-color: #D9D9D9; }
  .selfserve-landing-page .compare table td img {
    margin: 0 auto; }
  .selfserve-landing-page .compare table td img {
    width: 10%; }
  .selfserve-landing-page .compare table td img.compare-extras-x {
    width: 8%; }
  .selfserve-landing-page .compare .button {
    margin-left: auto;
    margin-right: auto;
    line-height: 70px; }
  .selfserve-landing-page .compare .button:hover {
    border: 3px solid #0F1D3C;
    color: #0F1D3C;
    background-color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 60px; }
  .selfserve-landing-page .compare .extras {
    display: none; }

/* Self Serve DSP Page: 1500 and down */
@media screen and (max-width: 1500px) {
  .selfserve-landing-page {
    /* Containers */
    /* Blurb */
    /* Features */
    /* Partnerships */
    /* Compare */
    /* Advertisers */ }
    .selfserve-landing-page .inner-container {
      padding-top: 75px;
      padding-bottom: 75px; }
    .selfserve-landing-page .blurb h2 {
      line-height: 35px; }
    .selfserve-landing-page .blurb p {
      line-height: 36px; }
    .selfserve-landing-page .features .features-nav li {
      font-size: 16px;
      line-height: 60px;
      height: 60px; }
    .selfserve-landing-page .features .features-body > div {
      padding: 40px 0 0 0; }
    .selfserve-landing-page .features .features-body h3 {
      font-size: 25px;
      margin-bottom: 20px; }
    .selfserve-landing-page .features .features-body p {
      font-size: 18px;
      line-height: 40px;
      margin-bottom: 20px; }
    .selfserve-landing-page .features .features-body ul {
      margin-left: 10px;
      margin-bottom: 20px; }
    .selfserve-landing-page .features .features-body ul li {
      font-size: 18px;
      line-height: 30px; }
    .selfserve-landing-page .features .features-body .features-body-link {
      height: 60px;
      line-height: 60px;
      font-size: 18px; }
    .selfserve-landing-page .partnerships h2 {
      font-size: 25px; }
    .selfserve-landing-page .compare h2 {
      font-size: 25px; }
    .selfserve-landing-page .compare table {
      border-spacing: 10px 0;
      margin-left: 0; }
    .selfserve-landing-page .compare table th {
      height: 80px; }
    .selfserve-landing-page .compare table td {
      padding: 8px 0; }
    .selfserve-landing-page .advertisers h2 {
      font-size: 25px;
      margin-bottom: 0; }
    .selfserve-landing-page .advertisers h3 {
      font-size: 25px;
      margin-bottom: 40px; }
    .selfserve-landing-page .advertisers .quote {
      height: 475px;
      width: 32%;
      padding: 130px 20px 0 20px;
      font-size: 14px;
      line-height: 20px; } }
/* Self Serve DSP Page: 1250 and down */
@media screen and (max-width: 1250px) {
  .selfserve-landing-page {
    /* Features */ }
    .selfserve-landing-page .features .features-body .features-body-link {
      margin-bottom: 40px; }
    .selfserve-landing-page .features .features-body-col {
      padding-top: 180px; }
    .selfserve-landing-page .features .features-body-col h2 {
      margin-bottom: 20px; } }
/* Self Serve DSP Page: 1000 and down */
@media screen and (max-width: 1000px) {
  .selfserve-landing-page {
    /* Containers */
    /* Blurb */
    /* Features */
    /* Partnerships */
    /* Compare */ }
    .selfserve-landing-page .button {
      width: 100%;
      height: 60px;
      line-height: 60px; }
    .selfserve-landing-page .inner-container {
      padding-top: 60px;
      padding-bottom: 60px; }
    .selfserve-landing-page .blurb h2 {
      line-height: 32px; }
    .selfserve-landing-page .blurb p {
      line-height: 32px; }
    .selfserve-landing-page .features .features-body-col {
      float: none;
      width: 100%;
      padding: 20px 0;
      padding-right: 30%;
      background-position: right center;
      background-size: 20%; }
    .selfserve-landing-page .partnerships h2 {
      font-size: 25px; }
    .selfserve-landing-page .compare h2 {
      font-size: 25px; }
    .selfserve-landing-page .compare table {
      border-spacing: 5px 0; }
    .selfserve-landing-page .compare table th {
      height: 60px;
      font-size: 18px;
      line-height: 25px; }
    .selfserve-landing-page .compare table td {
      font-size: 18px;
      padding: 3px 0;
      line-height: 30px; }
    .selfserve-landing-page .compare table td img {
      width: 20px; } }
/* Self Serve DSP Page: 750 and down */
@media screen and (max-width: 750px) {
  .selfserve-landing-page {
    /* Containers */
    /* Blurb */
    /* Features */
    /* Compare */
    /* Advertisers */ }
    .selfserve-landing-page .inner-container {
      padding-top: 50px;
      padding-bottom: 50px; }
    .selfserve-landing-page .blurb h2 {
      font-size: 20px;
      line-height: 28px; }
    .selfserve-landing-page .blurb p {
      font-size: 18px;
      line-height: 28px; }
    .selfserve-landing-page .features #features-body-active {
      background-image: none; }
    .selfserve-landing-page .features .features-body p {
      width: 100%; }
    .selfserve-landing-page .compare h2 {
      margin-bottom: 20px; }
    .selfserve-landing-page .compare table {
      border-spacing: 2px 0; }
    .selfserve-landing-page .compare table th {
      height: 50px;
      font-size: 16px;
      line-height: 22px; }
    .selfserve-landing-page .compare table td {
      font-size: 16px;
      padding: 5px 0;
      line-height: 18px; }
    .selfserve-landing-page .compare table td img {
      width: 18px; }
    .selfserve-landing-page .advertisers h2 {
      font-size: 25px;
      margin-bottom: 0; }
    .selfserve-landing-page .advertisers h3 {
      font-size: 25px; }
    .selfserve-landing-page .advertisers .quote {
      background-color: #eeeeee;
      padding: 150px 35px 30px 35px;
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 20px;
      float: none;
      width: 100%;
      height: auto; }
    .selfserve-landing-page .advertisers .quote:nth-child(1) {
      margin-right: 0;
      background: #0D172F url("/img/theme/BrightBlue_Quote_Icon.png") no-repeat center 13%;
      background-size: 16%; }
    .selfserve-landing-page .advertisers .quote:nth-child(2) {
      margin-right: 0;
      background: #F36D25 url("/img/theme/DarkBlue_Quote_Icon.png") no-repeat center 13%;
      background-size: 16%; }
    .selfserve-landing-page .advertisers .quote:nth-child(3) {
      background: #264079 url("/img/theme/BrightBlue_Quote_Icon.png") no-repeat center 13%;
      background-size: 16%; }
    .selfserve-landing-page .advertisers .quote p {
      margin-bottom: 30px; }
    .selfserve-landing-page .advertisers .quote p.author, .selfserve-landing-page .advertisers .quote p.company {
      margin-bottom: 5px; } }
/* Self Serve DSP Page: 500 and down */
@media screen and (max-width: 500px) {
  .selfserve-landing-page {
    /* Containers */
    /* Blurb */
    /* Features */
    /* Compare */
    /* Advertisers */ }
    .selfserve-landing-page .inner-container {
      padding-top: 35px;
      padding-bottom: 35px; }
    .selfserve-landing-page .blurb h2 {
      font-size: 18px;
      line-height: 25px; }
    .selfserve-landing-page .blurb p {
      font-size: 16px;
      line-height: 25px; }
    .selfserve-landing-page .features .features-nav li {
      width: 100%;
      display: block;
      font-size: 20px;
      line-height: 50px;
      height: 50px; }
    .selfserve-landing-page .features .features-body > div {
      padding: 20px 0 0 0; }
    .selfserve-landing-page .features .features-body h3 {
      font-size: 24px;
      line-height: 30px; }
    .selfserve-landing-page .features .features-body p {
      font-size: 18px;
      line-height: 32px; }
    .selfserve-landing-page .features .features-body ul {
      margin-left: 5px;
      margin-bottom: 20px; }
    .selfserve-landing-page .features .features-body ul li {
      font-size: 16px;
      line-height: 24px; }
    .selfserve-landing-page .features .features-body .features-body-link {
      max-width: 100%; }
    .selfserve-landing-page .features .features-body-col {
      float: none;
      width: 100%;
      padding: 10px 0;
      padding-right: 0;
      background-position: right center;
      background-image: none; }
    .selfserve-landing-page .features .features-body-col h2 {
      margin-bottom: 10px; }
    .selfserve-landing-page .compare table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
      border-spacing: 0 0; }
    .selfserve-landing-page .compare table th {
      height: 40px;
      font-size: 14px;
      line-height: 20px;
      padding: 0 2px; }
    .selfserve-landing-page .compare table td {
      font-size: 14px;
      padding: 3px 0;
      line-height: 16px; }
    .selfserve-landing-page .advertisers .quote {
      padding: 100px 25px 20px 25px;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px; }
    .selfserve-landing-page .advertisers .quote:nth-child(1) {
      margin-right: 0;
      background: #0D172F url("/img/theme/BrightBlue_Quote_Icon.png") no-repeat center 13%;
      background-size: 12%; }
    .selfserve-landing-page .advertisers .quote:nth-child(2) {
      margin-right: 0;
      background: #F36D25 url("/img/theme/DarkBlue_Quote_Icon.png") no-repeat center 13%;
      background-size: 12%; }
    .selfserve-landing-page .advertisers .quote:nth-child(3) {
      background: #264079 url("/img/theme/BrightBlue_Quote_Icon.png") no-repeat center 13%;
      background-size: 12%; }
    .selfserve-landing-page .advertisers .quote p {
      margin-bottom: 20px; } }
/* Careers Section */
.careers-page {
  /* Mastheads */
  /* Careers Centered Text Block */
  /* Careers Image */
  /* Perks and Benefits */
  /* Follow Us */ }
  .careers-page .inner-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 100px 63px 100px; }
  .careers-page h2 {
    font-size: 28px;
    font-weight: 600;
    color: #25AFE5;
    margin-bottom: 20px;
    text-align: center; }
  .careers-page p {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    text-align: center; }
  .careers-page .masthead {
    position: relative; }
    .careers-page .masthead img {
      width: 100%; }
    .careers-page .masthead .masthead-copy-block {
      position: absolute;
      width: 100%;
      bottom: 0;
      height: 310px;
      padding: 60px 0;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.8); }
      .careers-page .masthead .masthead-copy-block h1 {
        color: #25AFE5;
        font-size: 42px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px; }
      .careers-page .masthead .masthead-copy-block p {
        text-align: center;
        font-size: 24px;
        margin-bottom: 50px;
        color: #0F1D3C; }
      .careers-page .masthead .masthead-copy-block a {
        display: block;
        width: 282px;
        background-color: #0F1D3C;
        line-height: 15px;
        font-size: 15px;
        color: #FFFFFF;
        text-align: center;
        padding: 20px 35px;
        margin: 0 auto; }
      .careers-page .masthead .masthead-copy-block a:hover {
        padding-top: 17px;
        padding-bottom: 17px;
        background-color: #FFFFFF;
        color: #0F1D3C;
        border: 3px solid #0F1D3C; }
  .careers-page .careers-centered-textblock {
    background-color: #294379; }
    .careers-page .careers-centered-textblock p {
      margin-bottom: 0; }
  .careers-page .careers-centered-textblock.our-team {
    background-color: #25AFE5; }
    .careers-page .careers-centered-textblock.our-team h2 {
      color: #0F1D3C; }
  .careers-page .careers-scaled-imageblock img {
    width: 100%; }
  .careers-page .perks-and-benefits .inner-container {
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 35px; }
  .careers-page .perks-and-benefits p {
    color: #0F1D3C; }
  .careers-page .perks-and-benefits .group {
    margin-top: 50px;
    text-align: center; }
  .careers-page .perks-and-benefits .content-block {
    display: inline-block;
    width: 30%;
    padding: 0 1%;
    vertical-align: top;
    margin-bottom: 20px; }
    .careers-page .perks-and-benefits .content-block h3 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      color: #F36D25;
      margin-top: 10px;
      margin-bottom: 10px; }
    .careers-page .perks-and-benefits .content-block p {
      font-size: 15px;
      line-height: 20px; }
  .careers-page .follow-us .group:after {
    content: "";
    display: table;
    clear: both; }
  .careers-page .follow-us p {
    color: #0F1D3C;
    margin-bottom: 25px; }
  .careers-page .follow-us .content-block {
    position: relative;
    display: block;
    float: left;
    width: 32%;
    padding: 25px; }
    .careers-page .follow-us .content-block p {
      font-size: 24px;
      color: #FFFFFF; }
    .careers-page .follow-us .content-block .fake-button {
      width: 100%;
      color: #FFFFFF;
      padding: 15px 0;
      text-align: center; }
    .careers-page .follow-us .content-block .cta {
      position: relative;
      top: 90px;
      width: 100%; }
    .careers-page .follow-us .content-block img {
      margin: 0 auto;
      display: block; }
  .careers-page .follow-us .glassdoor {
    margin-right: 2%;
    background-color: #0CAA41;
    padding-bottom: 115px; }
    .careers-page .follow-us .glassdoor .fake-button {
      background-color: #0F1D3C; }
  .careers-page .follow-us .instagram {
    margin-right: 2%;
    padding: 0; }
    .careers-page .follow-us .instagram #instafeed a {
      display: block;
      float: left;
      width: 48.5%;
      margin-bottom: 3%; }
      .careers-page .follow-us .instagram #instafeed a img {
        display: block;
        width: 100%; }
    .careers-page .follow-us .instagram #instafeed a:nth-child(1),
    .careers-page .follow-us .instagram #instafeed a:nth-child(3) {
      margin-right: 3%; }
    .careers-page .follow-us .instagram #instafeed a:nth-child(3),
    .careers-page .follow-us .instagram #instafeed a:nth-child(4) {
      margin-bottom: 0; }
  .careers-page .follow-us .facebook {
    background-color: #0F1D3C;
    padding-bottom: 119px; }
    .careers-page .follow-us .facebook .fake-button {
      background-color: #25AFE5; }
    .careers-page .follow-us .facebook .cta {
      top: 94px; }
  .careers-page .whats-your-passion {
    background-color: #294379; }
    .careers-page .whats-your-passion p {
      margin-bottom: 0; }
  .careers-page .questions {
    background-color: #25afe5; }
    .careers-page .questions h2 {
      color: #0F1D3C; }
    .careers-page .questions p {
      margin-bottom: 40px; }
    .careers-page .questions a {
      display: block;
      width: 282px;
      background-color: #0F1D3C;
      line-height: 15px;
      font-size: 15px;
      color: #FFFFFF;
      text-align: center;
      padding: 20px 35px;
      margin: 0 auto; }
    .careers-page .questions a:hover {
      padding-top: 17px;
      padding-bottom: 17px;
      background-color: #FFFFFF;
      color: #0F1D3C;
      border: 3px solid #0F1D3C; }

/* Careers Page: 1650 and down */
@media screen and (max-width: 1650px) {
  .careers-page {
    /* Masthead Block */ }
    .careers-page .masthead .masthead-copy-block {
      height: 190px;
      padding: 20px 0; }
      .careers-page .masthead .masthead-copy-block h1 {
        font-size: 32px;
        margin-bottom: 10px; }
      .careers-page .masthead .masthead-copy-block p {
        font-size: 20px;
        margin-bottom: 25px; }
      .careers-page .masthead .masthead-copy-block a {
        line-height: 14px;
        font-size: 14px;
        padding: 15px 30px;
        width: 280px; }
      .careers-page .masthead .masthead-copy-block a:hover {
        padding-top: 12px;
        padding-bottom: 12px;
        border: 3px solid #0F1D3C; } }
/* Careers Page: 1405 and down */
@media screen and (max-width: 1405px) {
  .careers-page {
    /* Follow Us */ }
    .careers-page .follow-us .inner-container {
      max-width: 1000px;
      padding-right: 0;
      padding-left: 0; }
    .careers-page .follow-us p {
      margin-bottom: 15px; }
    .careers-page .follow-us .content-block {
      width: 32%;
      padding: 25px; }
      .careers-page .follow-us .content-block p {
        font-size: 18px;
        color: #FFFFFF; }
      .careers-page .follow-us .content-block .fake-button {
        width: 100%;
        color: #FFFFFF;
        padding: 15px 0;
        text-align: center; }
      .careers-page .follow-us .content-block .cta {
        position: relative;
        top: 50px;
        width: 100%; }
      .careers-page .follow-us .content-block img {
        margin: 0 auto;
        display: block; }
    .careers-page .follow-us .glassdoor {
      padding-bottom: 73px; }
      .careers-page .follow-us .glassdoor .follow-us-logo {
        width: 60%; }
    .careers-page .follow-us .instagram {
      margin-right: 2%;
      padding: 0; }
      .careers-page .follow-us .instagram #instafeed a {
        display: block;
        float: left;
        width: 48.5%;
        margin-bottom: 3%; }
        .careers-page .follow-us .instagram #instafeed a img {
          display: block;
          width: 100%; }
      .careers-page .follow-us .instagram #instafeed a:nth-child(1),
      .careers-page .follow-us .instagram #instafeed a:nth-child(3),
      .careers-page .follow-us .instagram #instafeed a:nth-child(5) {
        margin-right: 3%; }
    .careers-page .follow-us .facebook {
      background-color: #0F1D3C;
      padding-bottom: 78px; }
      .careers-page .follow-us .facebook .follow-us-logo {
        width: 60%; }
      .careers-page .follow-us .facebook .cta {
        top: 55px; } }
/* Careers Page: 1000 and down */
@media screen and (max-width: 1000px) {
  .careers-page {
    /* Masthead Block */
    /* Follow Us */ }
    .careers-page .inner-container {
      padding: 30px 50px; }
    .careers-page h2 {
      font-size: 20px;
      line-height: 20px; }
    .careers-page p {
      font-size: 15px;
      line-height: 20px; }
    .careers-page .masthead .masthead-copy-block {
      height: 140px;
      padding: 30px 0; }
      .careers-page .masthead .masthead-copy-block h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px; }
      .careers-page .masthead .masthead-copy-block p {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 10px; }
      .careers-page .masthead .masthead-copy-block a {
        line-height: 14px;
        font-size: 14px;
        padding: 15px 30px;
        width: 280px; }
      .careers-page .masthead .masthead-copy-block a:hover {
        padding-top: 12px;
        padding-bottom: 12px;
        border: 3px solid #0F1D3C; }
    .careers-page .follow-us .content-block {
      float: none;
      width: 400px;
      margin-bottom: 40px;
      clear: both; }
    .careers-page .follow-us .glassdoor {
      margin-right: auto;
      margin-left: auto; }
    .careers-page .follow-us .instagram {
      margin-right: auto;
      margin-left: auto; }
      .careers-page .follow-us .instagram #instafeed a:nth-child(3),
      .careers-page .follow-us .instagram #instafeed a:nth-child(4) {
        margin-bottom: 0; }
    .careers-page .follow-us .facebook {
      margin-right: auto;
      margin-left: auto; } }
/* Careers Page: 800 and down */
@media screen and (max-width: 800px) {
  .careers-page {
    /* Perks and Benefits */
    /* Follow Us */ }
    .careers-page .perks-and-benefits .group {
      margin-top: 30px; }
    .careers-page .perks-and-benefits .content-block {
      width: 45%;
      margin-bottom: 15px; }
    .careers-page .follow-us .inner-container {
      padding-left: 0;
      padding-right: 0; } }
/* Careers Page: 500 and down */
@media screen and (max-width: 500px) {
  .careers-page {
    /* Perks and Benefits */ }
    .careers-page .perks-and-benefits .group {
      margin-top: 30px; }
    .careers-page .perks-and-benefits .content-block {
      width: 90%;
      margin-bottom: 15px; } }
/* Careers Page: 400 and down */
@media screen and (max-width: 400px) {
  .careers-page {
    /* Masthead Block */
    /* Follow Us */ }
    .careers-page .inner-container {
      padding: 20px 30px; }
    .careers-page .masthead .masthead-copy-block {
      height: 95px;
      padding: 15px 0; }
      .careers-page .masthead .masthead-copy-block h1 {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 5px; }
      .careers-page .masthead .masthead-copy-block p {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 5px; }
      .careers-page .masthead .masthead-copy-block a {
        padding: 10px 30px; }
      .careers-page .masthead .masthead-copy-block a:hover {
        padding-top: 7px;
        padding-bottom: 7px;
        border: 3px solid #0F1D3C; }
    .careers-page .follow-us .content-block {
      width: 100%; }
    .careers-page .questions a {
      width: 100%; } }
.g2-thankyou-masthead {
  position: relative;
  background: transparent url("/img/theme/masthead-cover.jpg") no-repeat center center;
  background-size: cover;
  height: 700px;
  width: 100%; }

.g2-thankyou-masthead-text {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 50px 0 47px 0; }

.g2-thankyou-masthead-text h1 {
  font-size: 54px;
  line-height: 60px;
  font-weight: bold;
  color: #00B3F1;
  margin-bottom: 15px;
  text-transform: uppercase; }

.g2-thankyou-masthead-text p {
  font-size: 20px;
  color: #0F1D3C;
  margin-bottom: 0;
  font-weight: 300; }

.g2-thankyou-inner-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 68px 50px; }

.g2-thankyou-text-block h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 600; }

.g2-thankyou-text-block p {
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 40px;
  font-weight: 300; }

.g2-thankyou-text-block p + p {
  margin-bottom: 20px; }

.g2-thankyou-text-block .button {
  display: block;
  text-decoration: none;
  background-color: #00B3F1;
  font-size: 14px;
  width: 260px;
  margin: 0 auto;
  color: #FFFFFF;
  padding: 10px 0; }

.g2-thankyou-extra1 {
  margin-top: 40px; }

.g2-thankyou-list {
  max-width: 750px;
  margin: 0 auto; }

.g2-thankyou-list li a {
  font-weight: bold;
  color: #00B3F1; }

.g2-thankyou-list li {
  text-align: left; }

/* Thank You Page: 1500 and down */
@media screen and (max-width: 1500px) {
  .g2-thankyou-masthead {
    height: 600px; } }
/* Thank You Page: 1000 and down */
@media screen and (max-width: 1000px) {
  .g2-thankyou-masthead {
    height: 500px; } }
/* Thank You Page: 750 and down */
@media screen and (max-width: 750px) {
  .g2-thankyou-masthead {
    height: 425px;
    margin-top: -50px; }

  .g2-thankyou-masthead-text h1 {
    font-size: 40px;
    line-height: 44px; }

  .g2-thankyou-masthead-text p {
    font-size: 18px; }

  .g2-thankyou-inner-container {
    padding: 68px 20px; } }
/* About Us */
.centered-textblock {
  background-color: #294379;
  text-align: center;
  padding: 70px 0; }
  .centered-textblock .inner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%; }
  .centered-textblock h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #25afe5;
    margin-bottom: 20px; }
  .centered-textblock p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 30px; }
  .centered-textblock p + p {
    margin-bottom: 0; }
  .centered-textblock .button {
    padding: 15px 80px;
    background-color: #25afe5;
    color: #ffffff; }

.bottom-photo {
  width: 100%; }

/* Legal document ordered list styles */
.legaldoc ol {
  list-style: none;
  counter-reset: first; }
  .legaldoc ol > li {
    margin-top: 1em; }
    .legaldoc ol > li * {
      margin-top: 0.5em;
      margin-bottom: 0; }
    .legaldoc ol > li:before {
      content: counters(first,".") ". ";
      counter-increment: first; }
  .legaldoc ol ol ol ol {
    list-style: none;
    counter-reset: fourth; }
    .legaldoc ol ol ol ol > li:before {
      counter-increment: fourth;
      content: counter(fourth,lower-alpha) ". "; }

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

/*
     FILE ARCHIVED ON 05:51:24 Jun 26, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:18:39 Apr 28, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 218.844 (3)
  esindex: 0.012
  captures_list: 246.814
  CDXLines.iter: 13.109 (3)
  PetaboxLoader3.datanode: 180.92 (4)
  exclusion.robots: 0.128
  exclusion.robots.policy: 0.118
  RedisCDXSource: 11.652
  PetaboxLoader3.resolve: 129.924
  load_resource: 167.489
*/