*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
  font-size: 14px;
  color: #666;
  font-family: 'Open Sans', sans-serif;
}
body:before {
  content: 'desktop';
  display: none;
}

.container {
  width: 1320px;
  margin: 0 auto;
}
.container:before,
.container:after {
  content: ' ';
  display: table;
}
.container:after {
  clear: both;
}

h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 44px;
  line-height: 42px;
  color: #666;
  margin: 10px 0 4px;
}

h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #666;
  margin: 0 0 10px;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 26px;
  color: #231f20;
  margin: 0 0 10px;
  letter-spacing: -0.015em;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: #231f20;
  margin: 0 0 10px;
}

.content__main h4 {
  text-transform: uppercase;
  margin-top: 16px;
}

h5 {
  color: #656565;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 1px;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #666;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}

a {
  /*color: #61D4EF;*/
  color: #2158b9;
}
a:hover {
  text-decoration: underline;
}
.content__main a {
  text-decoration: underline;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  margin: 0 0 21px;
  padding: 0 0 0 43px;
}
ul li,
ol li {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.content__main table {
  border: 1px solid #062a74;
  border-collapse: collapse;
  margin: 8px 0 0;
}
.content__main table thead {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #062a74;
  text-align: left;
}
.content__main table thead th {
  padding: 10px 0 10px 28px;
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
}
.content__main table tbody td {
  border-right: 1px solid #0ca2ce;
  padding: 12px 10px 12px 25px;
  /*font-size: 16px;*/
  line-height: 24px;
  color: #062a74;
  vertical-align: top;
}
.content__main table tbody td:first-child {
  /*font-weight: 700;*/
  width: 22%;
  padding-left: 33px;
}
.content__main table tbody td:last-child {
  border: 0;
}
.content__main table tbody tr:nth-child(odd) {
  background-color: rgba(12, 162, 206, 0.3);
}
.content__main table tbody tr:last-child td {
  padding-bottom: 20px;
}

.col--double {
  float: left;
  width: 50%;
}
.col--double:before,
.col--double:after {
  content: ' ';
  display: table;
}
.col--double:after {
  clear: both;
}

.selectBox-dropdown {
  border: 1px solid #c4c4c4;
  background: none;
  min-width: 281px;
  cursor: pointer;
}
.selectBox-dropdown .selectBox-arrow {
  width: 40px;
}
.selectBox-dropdown .selectBox-arrow:after {
  width: 13px;
  height: 9px;
  content: '';
  background: url('../images/dropdown.png') 0 0 no-repeat;
  top: calc(50% - 4px);
  left: calc(50% - 6px);
  position: absolute;
  display: block;
}
.selectBox-dropdown .selectBox-label {
  color: #253370;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  display: block;
  padding: 13px 8px 12px 14px;
  width: calc(100% - 40px);
}

.menu-item-has-children {
  position: relative;
}
.sub-menu {
  position: absolute;
  display: none;
  z-index: 99;
}

.header {
  border-bottom: 1px solid #656565;
}

.header__top-bar {
  position: relative;
  z-index: 1009;
}
.header__top-bar nav {
  float: right;
  background-color: #072b75;
  padding: 0 35px 0 10px;
}
.header__top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__top-bar ul > li {
  display: inline-block;
  margin-bottom: 0;
}
.header__top-bar a {
  color: #61d4ef;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  padding: 11px 11px;
  display: inline-block;
  vertical-align: middle;
}
.header__top-bar li.active {
  background-color: #61d4ef;
  color: #2158b9;
}
.header__top-bar li.active a {
  color: #2158b9;
}
/*
  .header__top-bar li.active a {
    color: #fff;
  }*/
.header__top-bar li:first-child a {
  /*font-size: 16px;*/
}
.header__top-bar li:last-child a {
  padding: 7px 0 7px 10px;
}
.header__bottom-bar {
  background-color: #fff;
  padding: 18px 0 0;
  margin-top: -30px;
}
.header__bottom-bar .header__nav {
  float: right;
  margin: 15px 0 0;
  width: 100%;
}
.header__bottom-bar .header__nav > ul {
  display: flex;
  justify-content: space-between;
}
.header__bottom-bar .header__nav .twocolumnNav .sub-menu {
  width: 480px;
  max-width: 480px;
}
.header__bottom-bar .header__nav .twocolumnNav .sub-menu .row .col {
  width: 220px;
  float: left;
}
.header__bottom-bar .header__nav .twocolumnNav .sub-sub-menu {
  text-align: left;
  margin-left: 15px;
}
.header__bottom-bar .header__nav .twocolumnNav .sub-sub-menu li {
  display: block;
}
.header__bottom-bar .header__nav .twocolumnNav .sub-sub-menu li a {
  font-size: 13px;
  padding: 2px 10px;
}
@media all and (max-width: 1029px) {
  .header__top-bar {
    background-color: #072b75;
  }
  .header__top-bar nav {
    background-color: none;
    padding: 0;
  }
  .header__bottom-bar {
    margin-top: 0;
  }
  .header__bottom-bar .header__nav > ul {
    display: block;
  }
  .header__bottom-bar .header__nav .twocolumnNav .sub-menu {
    width: auto;
    max-width: 240px;
  }
  .header__bottom-bar .header__nav .twocolumnNav .sub-menu .row .col {
    width: auto;
    float: none;
  }
  .header__bottom-bar .header__nav .twocolumnNav .sub-sub-menu {
    text-align: left;
    margin-left: 15px;
  }
  .header__bottom-bar .header__nav .twocolumnNav .sub-sub-menu li {
    display: block;
  }
  .header__bottom-bar .header__nav .twocolumnNav .sub-sub-menu li a {
    font-size: 15px;
    padding: 7px 15px 7px;
  }
  .header__bottom-bar .header__nav .twocolumnNav .menu-item-has-children:after {
    width: 0;
    height: 0;
    position: absolute;
    display: none;
    content: '';
    background: none;
  }
}
.header__bottom-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.header__bottom-bar ul > li {
  display: inline-block;
  margin-bottom: 0;
}
.header__bottom-bar ul a {
  font-family: 'Arial', 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #2259ba;
  font-weight: 700;
  padding: 10px 15px 12px;
  display: inline-block;
  border-bottom: 8px solid transparent;
  text-decoration: none;
}
.header__bottom-bar ul a:hover,
.header__bottom-bar ul li.current-menu-item a,
.header__bottom-bar ul li.current-page-parent a {
  text-decoration: none;
  border-color: #255cb8;
}
.header__bottom-bar ul.sub-menu {
  top: calc(100%);
  left: -10px;
  width: 200%;
  max-width: 240px;
  background-color: #255cb8;
  text-align: left;
  padding: 15px 15px 10px;
}
.header__bottom-bar ul.sub-menu li {
  margin: 0;
}
.header__bottom-bar ul.sub-menu a {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
  padding: 7px 15px 7px;
}
.header__bottom-bar ul.sub-menu a:hover {
  text-decoration: underline;
}
.header__bottom-bar li {
  margin: 0 22px;
}
.header__logo {
  display: block;
  width: 256px;
  height: 74px;
  float: left;
  margin-left: 36px;
}
.header__logo img {
  max-width: 100%;
}
.header__hamburger {
  text-transform: uppercase;
  font-weight: 700;
  color: #2158b9;
  width: 36px;
  height: 40px;
  display: block;
  float: right;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  padding-top: 26px;
  background: url('../images/icon-hamburger.png') center top no-repeat;
  display: none;
  margin-top: 30px;
}

.footer {
  position: relative;
  background-color: #fdb515;
  padding: 28px 0 21px;
}
.footer .container {
  position: relative;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 11px;
}
.footer ul > li {
  display: inline-block;
  margin-bottom: 0;
}
.footer ul a {
  display: inline-block;
  color: #231f20;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
}
.footer ul li {
  margin-right: 22px;
}
.footer ul.list--social {
  margin-bottom: 26px;
}
.footer ul.list--social li {
  margin: 0 10px;
}
.footer small {
  font-family: 'Arial', 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #231f20;
  display: block;
  letter-spacing: -0.06em;
}
.footer__left-col {
  float: left;
  max-width: 60%;
  padding: 0 0 0 75px;
}
.footer__right-col {
  float: right;
  max-width: 40%;
  min-width: 354px;
}
.footer__right-col p {
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  color: #fff;
  margin: 0 0 7px;
  letter-spacing: 0.06em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.footer__right-col p:first-of-type {
  text-transform: uppercase;
}
.footer__right-col p:first-of-type a {
  font-size: 33px;
  text-decoration: none;
}
.footer__right-col a {
  color: #fff;
  text-decoration: underline;
}
.footer__right-col.show-mobile {
  display: none;
}
.footer-badge {
  position: absolute;
  top: 0px;
  right: 420px;
  width: 120px;
}
.footer-badge-image {
  max-width: 100%;
}
.blog__post {
  padding: 20px 0;
}
.blog__post:before,
.blog__post:after {
  content: ' ';
  display: table;
}
.blog__post:after {
  clear: both;
}
.blog__media {
  float: left;
  width: 30%;
  text-align: center;
  position: relative;
}
.blog__media img.play {
  position: absolute;
  top: 45px;
  left: 108px;
}
.blog__media img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: -5px;
}
.blog__media iframe {
  width: 100%;
  display: block;
}
.blog__content {
  float: left;
  width: 68%;
  margin-left: 2%;
}
.blog__content .btn.btn--arrow.btn--big {
  text-decoration: none;
}

.btn,
.gform_button {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  padding: 4px 8px 5px 20px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 109px;
  color: #fff;
  background-color: #072b75;
  border: 1px solid #fff;
  -moz-box-shadow: 0 0 0 3px #072b75;
  -webkit-box-shadow: 0 0 0 3px #072b75;
  box-shadow: 0 0 0 3px #072b75;
  margin: 3px;
  text-align: center;
  cursor: pointer;
}
.btn:hover,
.gform_button:hover {
  background: #315caa;
  transition: 0.5s;
}
#page-wrapper a.btn {
  text-decoration: none;
}
#page-wrapper a.btn:hover,
#page-wrapper a.btn:focus,
#page-wrapper a.btn:active,
#page-wrapper a.btn:visited {
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .btn {
    font-size: 14px;
    line-height: 14px;
  }
}
.btn--arrow {
  position: relative;
}
.btn--arrow:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 8px;
  height: 13px;
  background: url('../images/icon-arrow-white.png') no-repeat;
  top: 2px;
  margin-left: 10px;
}
.btn--big {
  -moz-box-shadow: 0 0 0 4px #072b75;
  -webkit-box-shadow: 0 0 0 4px #072b75;
  box-shadow: 0 0 0 4px #072b75;
  /*padding: 8px 23px 9px 43px;*/
  padding: 8px 20px 9px 24px;
  letter-spacing: 0.25em;
}
.btn--light-blue {
  background-color: #0ca2ce;
  border-color: #0ca2ce;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  margin: 0;
}
.btn--arrow-big {
  background-color: #a4bc3f;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  -moz-box-shadow: 0 0 0 5px #a4bc3f;
  -webkit-box-shadow: 0 0 0 5px #a4bc3f;
  box-shadow: 0 0 0 5px #a4bc3f;
  margin: 5px;
  padding: 11px 10px 8px 16px;
  position: relative;
  letter-spacing: 0;
  font-weight: 400;
}
.btn--arrow-big:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 18px;
  height: 31px;
  background: url('../images/link-arrow-big.png') 0 -31px no-repeat;
  margin-left: 12px;
  top: -2px;
}
.btn--arrow-big.blank {
  color: #a4bc3f;
  margin: 0;
  border: 1px solid #a4bc3f;
  background-color: transparent;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 15px 17px 12px;
}
.btn--arrow-big.blank:after {
  background-position: 0 0;
}

.form__row {
  margin-bottom: 11px;
}
.form__row:before,
.form__row:after {
  content: ' ';
  display: table;
}
.form__row:after {
  clear: both;
}
.form__input-container:before,
.form__input-container:after {
  content: ' ';
  display: table;
}
.form__input-container:after {
  clear: both;
}
.form__input {
  border: 1px solid #231f20;
  background-color: transparent;
  font-family: 'Arial', 'Open Sans', sans-serif;
  font-size: 14px;
  color: #231f20;
  height: 26px;
  width: 100%;
  padding: 0 11px;
}
.form__input:-moz-placeholder {
  color: #231f20;
}
.form__input::-moz-placeholder {
  color: #231f20;
}
.form__input:-ms-input-placeholder {
  color: #231f20;
}
.form__input::-webkit-input-placeholder {
  color: #231f20;
}
.form--contact {
  background-color: #83a52b;
  padding: 21px 0px 13px 16px;
  margin-bottom: 17px;
}
.form--contact p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Arial', 'Open Sans', sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0em;
}
.form--contact a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.form--contact .btn {
  float: right;
}
.form--contact .form__input {
  border-color: #fff;
}
.form--contact .form__input:-moz-placeholder {
  color: #fff;
}
.form--contact .form__input::-moz-placeholder {
  color: #fff;
}
.form--contact .form__input:-ms-input-placeholder {
  color: #fff;
}
.form--contact .form__input::-webkit-input-placeholder {
  color: #fff;
}

.headline--red {
  color: #bb001a;
}
.headline--green {
  color: #83a52b;
}
.headline--orange {
  color: #de6a29;
}
.headline--blue {
  color: #315baa;
}

.icon--search {
  display: inline-block;
  text-indent: -9999px;
  -webkit-background-size: contain;
  background-size: contain;
  width: 20px;
  height: 20px;
  background: url('../images/icon-search.png') no-repeat;
}
.icon--facebook {
  display: inline-block;
  text-indent: -9999px;
  -webkit-background-size: contain;
  background-size: contain;
  width: 8px;
  height: 13px;
  background: url('../images/facebook-social-icon.svg');
  background-size: cover;
}
.icon--piggy {
  display: inline-block;
  text-indent: -9999px;
  -webkit-background-size: contain;
  background-size: contain;
  width: 32px;
  height: 31px;
  background: url('../images/icon-piggy.png') no-repeat;
  background-size: cover;
}
.icon--book {
  display: inline-block;
  text-indent: -9999px;
  -webkit-background-size: contain;
  background-size: contain;
  width: 18px;
  height: 13px;
  background: url('../images/icon-book.png') 0 0 no-repeat;
}
.icon--book.on-hover {
  background-position: 0 -13px;
}
.icon--pen {
  display: inline-block;
  text-indent: -9999px;
  -webkit-background-size: contain;
  background-size: contain;
  width: 14px;
  height: 15px;
  background: url('../images/icon-pen.png') 0 0 no-repeat;
}
.icon--pen.on-hover {
  background-position: 0 -15px;
}
.icon--tick {
  display: inline-block;
  text-indent: -9999px;
  -webkit-background-size: contain;
  background-size: contain;
  width: 14px;
  height: 12px;
  background: url('../images/icon-tick.png') 0 0 no-repeat;
}
.icon--tick.on-hover {
  background-position: 0 -12px;
}
.icon--plus {
  display: inline-block;
  text-indent: -9999px;
  -webkit-background-size: contain;
  background-size: contain;
  width: 14px;
  height: 18px;
  background: url('../images/icon-plus.png') 0 0 no-repeat;
}
.icon--plus.on-hover {
  background-position: 0 -18px;
}
.icon--science {
  display: inline-block;
  text-indent: -9999px;
  -webkit-background-size: contain;
  background-size: contain;
  width: 17px;
  height: 18px;
  background: url('../images/icon-science.png') 0 0 no-repeat;
}
.icon--science.on-hover {
  background-position: 0 -18px;
}
.icon--social {
  display: inline-block;
  text-indent: -9999px;
  -webkit-background-size: contain;
  background-size: contain;
  width: 16px;
  height: 15px;
  background: url('../images/icon-social.png') 0 0 no-repeat;
}
.icon--social.on-hover {
  background-position: 0 -15px;
}
.icon--art {
  display: inline-block;
  text-indent: -9999px;
  -webkit-background-size: contain;
  background-size: contain;
  width: 16px;
  height: 16px;
  background: url('../images/icon-art.png') 0 0 no-repeat;
}
.icon--art.on-hover {
  background-position: 0 -16px;
}
.icon--tech {
  display: inline-block;
  text-indent: -9999px;
  -webkit-background-size: contain;
  background-size: contain;
  width: 16px;
  height: 16px;
  background: url('../images/icon-tech.png') 0 0 no-repeat;
}
.icon--tech.on-hover {
  background-position: 0 -16px;
}
.icon--cursor {
  display: inline-block;
  text-indent: -9999px;
  -webkit-background-size: contain;
  background-size: contain;
  width: 12px;
  height: 15px;
  background: url('../images/icon-cursor.png') 0 15px no-repeat;
}
.icon--cursor.on-hover {
  background-position: 0 0px;
}

.link--arrow {
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-weight: 800;
  text-transform: uppercase;
}
.link--arrow:after {
  position: relative;
  display: inline-block;
  content: '\003e';
  margin-left: 5px;
  color: #072b75;
  font-weight: 700;
  top: -1px;
}

.list--social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--social > li {
  display: inline-block;
  margin-bottom: 0;
}
.list--social a {
  width: 40px;
  display: block;
}
ul.list--social li a img {
  -webkit-filter: drop-shadow(2px 2px 18px #666);
  -ms-filter: drop-shadow(2px 2px 18px #666);
  filter: drop-shadow(2px 2px 18px #666);
}
.list--triple {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--triple:before,
.list--triple:after {
  content: ' ';
  display: table;
}
.list--triple:after {
  clear: both;
}
.list--triple > li {
  display: block;
  float: left;
  margin-bottom: 0;
}
.list--triple .list__item {
  width: calc(100% / 3);
}
.list--pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.list--pagination > li {
  display: inline-block;
  margin-bottom: 0;
}
.list--pagination li {
  margin: 0 4px;
}
.list--pagination a,
.list--pagination span {
  width: 29px;
  height: 29px;
  line-height: 29px;
  display: block;
  color: #0da3cf;
  font-size: 20px;
}
.list--pagination a:hover,
.list--pagination a.active {
  background-color: #0da3cf;
  color: #fff;
}
.list--pagination a:hover,
.list--pagination span.current {
  background-color: #0da3cf;
  color: #fff;
}
.list--boxed-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list--boxed-items > li {
  display: inline-block;
  margin-bottom: 0;
}
.list--boxed-items li {
  margin: 0 13px 13px 0;
}
.list--boxed-items li:first-child {
  margin-left: 0;
}
.list--boxed-items li:last-child {
  margin-right: 0;
}
.list--boxed-items a {
  width: 41px;
  height: 41px;
  line-height: 39px;
  display: block;
  color: #83a52b;
  border: 1px solid #83a52b;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}
.list--boxed-items a:hover,
.list--boxed-items a.active {
  background-color: #83a52b;
  color: #fff;
  text-decoration: none;
}
.list--blue li {
  color: #0da3cf;
}
.list--blue a {
  color: #0da3cf;
}

.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion:before,
.accordion:after {
  content: ' ';
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion > li {
  display: block;
  float: left;
  margin-bottom: 0;
}
.accordion > li {
  float: none;
}
.accordion__item {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #c4c4c4;
  position: relative;
}
.accordion__head {
  position: relative;
  padding: 10px;
}
.accordion__head:after {
  width: 13px;
  height: 9px;
  display: block;
  position: absolute;
  content: '';
  top: 25px;
  right: 20px;
  background: url('../images/dropdown.png') 0 0 no-repeat;
}
.accordion__head.on-hover:after {
  background-position: -13px 0;
}
.accordion__head .gfx-simple {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.accordion__head .text-field {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 90px);
}
.accordion .expand {
  cursor: pointer;
}
.accordion .expandable {
  overflow: hidden;
  max-height: 0;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.accordion .expanded .accordion__head {
  border-bottom: 1px solid #c4c4c4;
}
.accordion .expanded .accordion__head:after {
  background-position: 0 -9px;
}
.accordion .expanded .accordion__head.on-hover:after {
  background-position: -13px -9px;
}
.accordion .expanded .expandable {
  max-height: 1000px;
}

.tabs-area {
  padding: 8px 0 0;
}
.tabs-area h4 {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #838485;
  text-align: center;
  margin: 0 0 27px;
}
.tabs__links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tabs__links > li {
  display: inline-block;
  margin-bottom: 0;
}
.tabs__links li {
  margin: 0 5px;
  vertical-align: bottom;
}
.tabs__links a {
  display: inline-block;
  min-width: 273px;
  border: 1px solid #838485;
  border-bottom-color: #fff;
  padding: 9px 15px 13px;
  bottom: -9px;
  position: relative;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #838485;
  height: 68px;
  line-height: 39px;
}
.tabs__links a.active {
  color: #fff;
  bottom: -1px;
  padding-top: 13px;
}
.tabs__links a strong {
  display: block;
  font-size: 18px;
}
.tabs__links a span {
  display: inline-block;
  clear: both;
  line-height: 20px;
  vertical-align: middle;
}
.tabs__link--green.active {
  background-color: #9dbb3b;
  border-color: #9dbb3b;
}
.tabs__link--orange.active {
  background-color: #f2a134;
  border-color: #f2a134;
}
.tabs__link--blue.active {
  background-color: #56b2d8;
  border-color: #56b2d8;
}
.tabs__link--purple.active {
  background-color: #9ca2d1;
  border-color: #9ca2d1;
}
.tabs__content {
  position: relative;
  z-index: 2;
  padding: 50px 0 62px 107px;
}
.tabs__content:before,
.tabs__content:after {
  content: ' ';
  display: table;
}
.tabs__content:after {
  clear: both;
}
.tabs__content h3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 27px;
  line-height: 28px;
}
.tabs__content .image-holder {
  float: left;
}
.tabs__content .image-holder + .tabs__text {
  max-width: 72%;
}
.tabs__content .image-holder img {
  max-width: 100%;
}
.tabs__text {
  float: left;
  padding: 0 0 0 115px;
}
.tabs__text h3 {
  margin: 0 0 13px;
}
.tabs__text p {
  margin: 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #231f20;
}
.tabs__text p:last-of-type {
  margin-bottom: 22px;
}
.tabs__text .btn {
  float: right;
  margin-right: 41px;
}
.tabs--green {
  background-color: #9dbb3b;
}
.tabs--orange {
  background-color: #f2a134;
}
.tabs--blue {
  background-color: #56b2d8;
}
.tabs--purple {
  background-color: #9ca2d1;
}
.hidden {
  /*for initially hiding carousel content*/
  display: none;
}
.hero-banner__slide {
  background-size: cover;
  padding: 40px 0 30px;
  height: 481px;
}
.carousel-link {
  /*cover carousel li with a link*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* this is a fix for IE7-9 */
  background-color: #ffffff;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
}
.hero-banner__slide .mobile-img {
  display: none;
}
.hero-banner h2 {
  color: #072b75;
  font-size: 39px;
  line-height: 41px;
  font-weight: 400;
  margin: 0 0 20px;
  text-align: right;
  float: right;
  max-width: 600px;
}
.hero-banner a {
  text-decoration: none;
}
.hero-banner h2 span {
  display: block;
  margin-left: 50px;
  text-align: right;
}
.hero-banner h3 {
  font-family: 'Open Sans', sans-serif;
  text-align: right;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  float: right;
  clear: both;
  margin: 0 0 10px 0;
  letter-spacing: -0.015em;
}
.hero-banner .hero-form-dropdown {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
.hero-banner__content {
  float: left;
  width: calc(94.6% - 420px);
  padding: 14px 0 0;
  text-align: right;
}
.hero-banner__content a {
  /*To pop link above the banner image field link*/
  position: relative;
  z-index: 100;
}
.hero-banner__content p {
  text-align: right;
  clear: both;
}
.hero-banner__content:before,
.hero-banner__content:after {
  content: ' ';
  display: table;
}
.hero-banner__content:after {
  clear: both;
}

.hero-banner .unslider-wrap {
  height: 481px;
}

.unslider .unslider-nav {
  margin-top: 10px;
}

.unslider .unslider-nav ol li {
  border-radius: 15px;
  height: 15px;
  width: 15px;
  background-color: white;
  border-color: #838485;
  margin: 8px 8px 0px 8px;
}

.unslider .unslider-nav ol li.unslider-active {
  background-color: #838485;
}

.hero-banner__form {
  width: 417px;
  float: right;
}

.hero-banner__form-outer-container {
  clear: both;
}

#gform_wrapper_1 .hero-banner__form-fields {
  padding-bottom: 15px;
}

#gform_wrapper_1 .hero-banner__form-field {
  /*margin-bottom: 15px;*/
  clear: both;
  overflow: hidden;
}

@media all and (max-width: 1029px) {
  .hero-banner__slide {
    background: none !important;
    height: auto;
  }
  .hero-banner__slide .hero-banner__content {
    display: none;
  }
  .hero-banner__slide .mobile-img {
    width: 100%;
    display: block;
  }
  .unslider-fade .unslider-wrap li {
    position: absolute;
  }
  .unslider-fade .unslider-wrap li.unslider-active {
    position: relative;
  }
  .hero-banner .unslider-wrap {
    height: auto;
  }
}

@media all and (min-width: 1030px) {
  .hero-banner__form {
    width: 360px;
    height: 481px;
    float: right;
    padding: 32px;
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 75;
  }

  .hero-banner__form-outer-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
}

.hero-banner__form p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 36px;
  font-family: 'Arial', 'Open Sans', sans-serif;
}
.hero-banner__form p a:not(.hero-form-dropdown) {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.basic-information {
  text-align: center;
  padding: 35px 0 0;
}
.basic-information .container {
  max-width: 760px;
}
.basic-information p {
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.02em;
  margin: 0 auto 15px;
}
.basic-information strong {
  color: #2259ba;
}

.testimonial {
  text-align: center;
  padding: 40px 0 40px;
}
.testimonial .container {
  padding-top: 40px;
  overflow: hidden;
}
.testimonial h4 {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 19px;
  color: #838485;
  margin: 0 0 16px;
  letter-spacing: 0.015em;
}
.testimonial blockquote {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  max-width: calc(100% - 320px);
  margin: 0 auto;
  text-align: left;
}
.testimonial p {
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  margin: 0 0 26px;
  color: #838485;
  position: relative;
}
.testimonial.quotetestimonial p:first-of-type:before {
  width: 57px;
  height: 45px;
  content: '';
  position: absolute;
  display: block;
  left: -72px;
  top: -22px;
  background: url('../images/quote-mark.png') no-repeat;
}
.testimonial.quotetestimonial p:last-of-type:after {
  font-size: 40px;
  content: '\201D';
  font-family: 'Garamond', serif;
  font-weight: bold;
}
.testimonial.quotetestimonial span:last-of-type {
  margin-top: 22px;
}
.testimonial p:last-of-type {
  margin: 0 0 2px;
}
.testimonial.quotetestimonial a,
.testimonial.quotetestimonial a:active,
.testimonial.quotetestimonial a:focus,
.testimonial.quotetestimonial a:hover,
.testimonial.quotetestimonial a:visited {
  text-decoration: none;
}
.testimonial p a {
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #0ca2ce;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
}
.testimonial p a:after {
  color: #0ca2ce;
}
.testimonial span {
  display: block;
  text-align: right;
  font-size: 17px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #838485;
  padding-right: 99px;
}
.testimonial.blue {
  background-color: #0ca2ce;
}
.testimonial.blue p {
  color: #fff;
}
.testimonial.blue p:before {
  content: none;
}
.testimonial.blue span {
  color: #fff;
}
.testimonial.boxed {
  background-color: #f4f6f9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  overflow: hidden;
}
.testimonial.boxed blockquote {
  max-width: inherit;
  padding: 19px 21px 27px 24px;
}
.testimonial.boxed p {
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 0;
}
.testimonial.boxed p:last-of-type {
  margin-bottom: 19px;
}
.testimonial.boxed p:before {
  content: none;
}
.testimonial.boxed span {
  text-align: left;
  font-size: 16px;
}
.testimonial.boxed .image-holder img {
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 100%;
}
.testimonial.boxed .btn {
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  text-align: left;
  padding: 18px 10px 17px 24px;
}
.testimonial.boxed .btn:after {
  font-family: 'Roboto Slab', serif;
  background: none;
  content: '\003e';
  margin-left: 5px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  top: -1px;
}
.testimonial__grid {
  padding-top: 5px;
}
.testimonial__grid .container {
  position: relative;
}
.testimonial__grid .testimonial {
  width: calc(100% / 3 - 22px);
  margin: 0 11px 30px;
}
.testimonial__pagination {
  padding: 45px 0 75px;
}
.testimonial__image {
  float: left;
  max-width: 200px;
  margin: 10px 65px 25px 70px;
}
.testimonial__image img {
  display: block;
  max-width: 100%;
}
.testimonial__image + blockquote {
  float: left;
  width: calc(100% - 340px);
  padding-top: 30px;
}
.testimonial__image + blockquote span {
  padding-right: 45px;
  margin-top: 10px;
}

.masonry-container {
  width: 910px;
  margin: 0 auto;
}

.triple-box {
  padding: 20px 0 24px;
}
.triple-box .list--triple {
  margin: 0 auto;
  max-width: 90%;
}
.triple-box .list__item {
  padding: 0 40px 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.triple-box .list__item:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 93%;
  top: 20px;
  left: 100%;
  background: url('../images/vertical-dash-gray.png') repeat-y;
  z-index: 5;
}
.triple-box .list__item:last-of-type:after {
  content: none;
}
.triple-box .image-holder {
  height: 78px;
  line-height: 73px;
  margin: 0 0 3px;
}
.triple-box .image-holder img {
  max-width: 100%;
  display: inline-block;
  margin-bottom: -5px;
  vertical-align: middle;
}
.triple-box h4 {
  margin: 0 0 14px;
  color: #0da3cf;
  font-family: 'Roboto Slab', serif;
  font-size: 19px;
  line-height: 19px;
}
.triple-box p {
  margin: 0 auto 8px;
  font-size: 15px;
  line-height: 21px;
  max-width: 95%;
}
.triple-box a {
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0da3cf;
  font-family: 'Roboto Slab', serif;
}
.triple-box a:after {
  color: #0da3cf;
}

.section-wrapper {
  padding: 0 0 15px 64px;
  max-width: 1000px;
  margin: 0 auto;
}
.section-wrapper:before,
.section-wrapper:after {
  content: ' ';
  display: table;
}
.section-wrapper:after {
  clear: both;
}
.section-wrapper:first-of-type {
  padding-top: 38px;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
  padding-left: 4px;
}
.breadcrumbs > li {
  display: inline-block;
  margin-bottom: 0;
}
.breadcrumbs li {
  margin-right: 8px;
}
.breadcrumbs li:last-child a.active {
  color: #2158b9;
  font-weight: 600;
}
.breadcrumbs li:last-child a:after {
  content: none;
}
.breadcrumbs a {
  font-size: 13px;
  line-height: 28px;
  color: #656565;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.blue-articles {
  background-color: #0ca2ce;
  padding: 28px 0 36px;
}
.blue-articles .container {
  padding: 0 10%;
}
.blue-articles .col--double:first-child {
  background: url('../images/vertical-dash-white.png') right top repeat-y;
}
.blue-articles .col--double:first-child .blue-articles__item {
  float: left;
  padding-left: 0;
  padding-right: 55px;
}
.blue-articles h3 {
  font-family: 'Roboto Slab', serif;
  color: #fff;
  line-height: 23px;
  letter-spacing: -0.005em;
}
.blue-articles p {
  color: #fff;
  line-height: 21px;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}
.blue-articles a {
  font-weight: 700;
  color: #fff;
}
.blue-articles .link--arrow:after {
  color: #fff;
  font-weight: 700;
}
.blue-articles__item {
  padding-left: 55px;
  float: right;
}

.content__image-holder.right {
  float: right;
  margin: 61px 8px 22px 45px;
}
.content__image-holder.top-right {
  float: right;
  margin: 3px 0 20px 35px;
}
.content__image-holder .btn {
  letter-spacing: 0.04em;
}
.content__image-holder img {
  max-width: 100%;
}
.content__float-blue .testimonial {
  float: right;
  max-width: 49%;
  margin: 30px 0 30px 30px;
  position: relative;
  top: -14px;
  padding: 48px 0 52px;
}
.content__float-blue .testimonial blockquote {
  max-width: 84%;
  padding-left: 23px;
}
.content__float-blue .testimonial p {
  letter-spacing: 0;
  margin-bottom: 10px;
}
.content__float-blue .testimonial span {
  padding-right: 48px;
}
.content__float-blue > p {
  max-width: 66%;
}
.content__video-container {
  margin: 0 0 80px 30px;
}
.content__video-container iframe {
  display: block;
  width: 100%;
}
.content__video-container img {
  max-width: 100%;
}
.content__table {
  padding-bottom: 35px;
}
.content__table table {
  width: 91.5%;
}
.content__main {
  width: 66%;
  float: left;
  margin-bottom: 40px;
}
.content__main#success-stories {
  width: 95%;
}
.content__sidebar {
  width: 27%;
  float: right;
}
.content__headline {
  padding-right: 56px;
  margin-bottom: 45px;
}
.content__headline h1 {
  display: inline-block;
}
.content__headline .selectBox {
  float: right;
  margin-top: 4px;
}
.after__accordion {
  margin-top: 20px;
}

.catalog-box {
  border: 1px solid #656565;
  padding: 0 10px 23px;
  margin-bottom: 18px;
}
.catalog-box .top-side {
  padding: 12px 0 8px;
  background: url('../images/horizontal-dash-gray.png') left bottom repeat-x;
}
.catalog-box .top-side:before,
.catalog-box .top-side:after {
  content: ' ';
  display: table;
}
.catalog-box .top-side:after {
  clear: both;
}
.catalog-box .top-side .image-holder {
  float: left;
  max-width: 110px;
}
.catalog-box .top-side span {
  float: left;
  width: calc(100% - 112px);
  font-size: 16px;
  line-height: 19px;
  color: #2158b9;
  margin: 33px 0 0 2px;
}
.catalog-box .top-side a {
  color: #2158b9;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.catalog-box .bot-side {
  padding: 9px 35px 0 15px;
}
.catalog-box .bot-side h4 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  color: #062a74;
  margin-bottom: 3px;
}
.catalog-box .bot-side h4 span {
  font-size: 40px;
}
.catalog-box .bot-side a {
  color: #2158b9;
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
}
.catalog-box .bot-side img {
  margin-top: 9px;
}

.sidebar-promotion {
  background-color: #072b75;
  padding: 26px 21px 12px;
  clear: both;
}
.sidebar-promotion p {
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.sidebar-promotion .icon--piggy {
  margin-right: 5px;
  position: relative;
  top: -7px;
}
.sidebar-promotion span {
  color: #a4bc3f;
  font-family: 'Roboto Slab', serif;
  font-size: 37px;
  line-height: 37px;
  letter-spacing: 0.06em;
}

.video-gallery {
  padding: 5px 0 0;
}
.video-gallery .blog__post {
  background: url('../images/horizontal-dash-gray.png') center top repeat-x;
  padding: 46px 0 44px;
}
.video-gallery .blog__media {
  margin-top: 3px;
}
.video-gallery .blog__content h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 18px;
}
.video-gallery .blog__content p {
  font-size: 12px;
  line-height: 21px;
  max-width: 90%;
}

.ways-to-learn {
  padding: 10px 0 0;
}
.ways-to-learn h4 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 18px;
}
.ways-to-learn h5 {
  color: #656565;
  font-size: 17px;
  line-height: 19px;
  text-transform: uppercase;
  margin: 42px 0 16px;
}
.ways-to-learn p {
  line-height: 26px;
  margin-bottom: 15px;
}
.ways-to-learn .blog__post {
  background: url('../images/horizontal-dash-gray.png') center top repeat-x;
  padding: 40px 0 45px;
}
.ways-to-learn .blog__post:first-of-type {
  background: none;
}
.ways-to-learn .blog__media {
  width: 23%;
}
.ways-to-learn .blog__content {
  width: 72%;
}
.ways-to-learn .blog__content > a {
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0ca2ce;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
}
.ways-to-learn .blog__content > a:after {
  color: #0ca2ce;
}

.grade-accordion {
  padding-top: 20px;
  padding-bottom: 34px;
}
.grade-accordion h3 {
  margin-bottom: 20px;
}
.grade-accordion .accordion__head {
  border-left: 6px solid transparent;
  padding: 23px 10px 21px 19px;
}
.grade-accordion .accordion__head h3 {
  color: #253370;
  margin-bottom: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
.grade-accordion .accordion__head h3 + a {
  display: inline-block;
  margin-top: 12px;
}
.grade-accordion .accordion__head h3 + p {
  margin-top: 16px;
  margin-bottom: 5px;
}
.grade-accordion .accordion__head p {
  line-height: 20px;
}
.grade-accordion .accordion__head a {
  color: #0da3cf;
  font-weight: 600;
}
.grade-accordion .accordion__head i {
  margin-right: 22px;
}
.grade-accordion .accordion__head.on-hover {
  background-color: #253370;
}
.grade-accordion .accordion__head.on-hover h3,
.grade-accordion .accordion__head.on-hover p {
  color: #fff;
}
.grade-accordion .accordion__head.c-orange {
  background-color: #f57b20;
}
.grade-accordion .accordion__head.c-orange h3,
.grade-accordion .accordion__head.c-orange p {
  color: #fff;
}
.grade-accordion .accordion__head.c-orange i {
  background-position: 0 -15px;
}
.grade-accordion .accordion__head.c-orange:after {
  background-position: -13px 0;
}
.grade-accordion .accordion__item {
  margin-bottom: 11px;
}
.grade-accordion .accordion__item.expanded .accordion__head {
  border-color: #072b75;
  border-bottom-color: #c4c4c4;
}
.grade-accordion .accordion__item.expanded .accordion__head.c-orange {
  border-color: transparent;
}
.grade-accordion .accordion__item.expanded .accordion__head.c-orange:after {
  background-position: -13px -9px;
}
.grade-accordion .accordion__item .accordion__body {
  padding: 27px 15px 6px 15px;
  display: none;
}
.grade-accordion .accordion__item.expanded .accordion__body {
  margin-top: -1px;
  display: block;
}
.grade-accordion .accordion__body {
  background-color: #f4f6f9;
  -moz-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.13);
}
.grade-accordion .accordion__body li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.add-info {
  padding-bottom: 19px;
}
.add-info h3 {
  margin-bottom: 19px;
}

.button-row {
  padding-top: 20px;
  padding-bottom: 63px;
}
.button-row .btn {
  margin-right: 25px;
}

.call-to-action {
  border: 1px solid #a4bc3f;
  padding: 44px 40px 32px 55px;
  margin-bottom: 50px;
}
.call-to-action h3 {
  color: #072b75;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
.call-to-action a {
  white-space: nowrap;
}

.page-template-front-page #page-wrapper .header {
  border-bottom: 0;
}
#page-wrapper.page-generic .testimonial {
  padding-top: 62px;
  padding-bottom: 33px;
}
#page-wrapper.page-school .testimonial {
  padding-bottom: 30px;
}

.hero-banner__form p {
  margin-bottom: 16px;
}

@media all and (max-width: 1360px) {
  body:before {
    content: 'sm-desktop';
  }

  .container {
    width: 1000px;
  }

  .header__top-bar .container {
    padding-right: 45px;
  }

  .header__logo {
    margin-left: 0;
  }

  .header__bottom-bar .container {
    padding-right: 45px;
  }
  .header__bottom-bar li {
    margin: 0 4px;
  }

  .hero-banner h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .hero-banner h3 {
    font-size: 21px;
    line-height: 26px;
  }
  .hero-banner__content {
    padding-top: 21px;
    width: calc(94.6% - 380px);
  }

  .basic-information p {
    max-width: 75%;
  }

  .tabs-area {
    padding: 10px 0 0;
  }
  .tabs__links a {
    min-width: 223px;
  }
  .tabs__content {
    padding: 47px 0 45px 89px;
  }
  .tabs__content .image-holder {
    margin-top: 11px;
  }
  .tabs__content .image-holder + .tabs__text {
    max-width: 67.6%;
  }
  .tabs__content h3 {
    max-width: 75%;
  }
  .tabs__text {
    padding-left: 91px;
  }

  .testimonial {
    padding-bottom: 30px;
  }
  .testimonial blockquote {
    padding-left: 30px;
  }
  .testimonial p:last-of-type {
    margin-bottom: 0;
  }

  .triple-box {
    padding: 18px 0 28px;
  }
  .triple-box .list--triple {
    max-width: 92%;
  }
  .triple-box .list__item {
    padding: 0 35px 22px;
  }
  .triple-box p {
    max-width: 100%;
  }
  .footer__right-col.show-mobile {
    display: block;
    margin-bottom: 20px;
  }

  .footer-badge {
    right: 0;
    top: 60px;
  }
  .footer__right-col {
    min-width: 100%;
    display: none;
  }
  .footer__left-col {
    max-width: 100%;
  }
}
@media all and (max-width: 1029px) {
  body:before {
    content: 'tablet';
  }

  .content__main table tbody td {
    padding-left: 10px;
  }
  .content__main table tbody td:first-child {
    padding-left: 10px;
  }

  .hide-tablet {
    display: none !important;
  }

  .container {
    width: 747px;
  }

  .header__top-bar .container {
    padding-right: 38px;
  }
  .header__bottom-bar {
    padding: 18px 0 16px;
    position: relative;
  }
  .header__bottom-bar .container {
    padding-right: 39px;
  }
  .header__bottom-bar .header__nav {
    display: none;
    top: calc(100% + 1px);
    position: absolute;
    width: 100%;
    background-color: #fff;
    float: none;
    margin: 0;
    left: 0;
    z-index: 20;
    border-bottom: 1px solid #656565;
  }
  .header__bottom-bar li {
    margin: 0 20px;
    vertical-align: bottom;
  }
  .header__bottom-bar li:last-child {
    margin: 0 20px;
  }
  .header__hamburger {
    display: block;
  }
  .header__logo {
    margin-left: 42px;
  }

  .hero-banner {
    background: none;
    padding: 0;
  }
  .hero-banner .container {
    width: 100%;
  }
  .hero-banner .hero-form-dropdown {
    pointer-events: auto;
    text-decoration: underline;
    color: #fff;
  }
  .hero-banner h2 {
    line-height: 36px;
    margin-bottom: 18px;
  }
  .hero-banner__content {
    width: 100%;
    float: none;
    padding: 65px 12.3% 137px;
  }
  .hero-banner__form {
    width: 100%;
    float: none;
    background: #2158b9;
    text-align: center;
    padding: 27px 0 0;
  }
  .hero-banner__form p {
    color: #fff;
    padding-bottom: 25px;
    margin-bottom: 0;
  }
  .hero-banner__form p a:not(.hero-form-dropdown) {
    color: #fff;
  }
  .hero-banner__form form {
    display: none;
    max-width: 596px !important;
    margin: 0 auto;
  }
  .hero-banner__form .form__row {
    float: left;
    margin: 0 24px 10px;
    width: 250px;
  }
  .hero-banner__form .form__row:last-child {
    width: calc(100% - 48px);
  }
  .hero-banner__form .form__input {
    border-color: #fff;
    color: #fff;
  }
  .hero-banner__form .form__input:-moz-placeholder {
    color: #fff;
  }
  .hero-banner__form .form__input::-moz-placeholder {
    color: #fff;
  }
  .hero-banner__form .form__input:-ms-input-placeholder {
    color: #fff;
  }
  .hero-banner__form .form__input::-webkit-input-placeholder {
    color: #fff;
  }

  .basic-information {
    padding: 30px 0 0;
  }
  .basic-information p {
    margin-bottom: 19px;
    max-width: 66%;
  }
  .basic-information p:last-of-type {
    line-height: 21px;
  }

  .tabs-area {
    padding-top: 10px;
  }
  .tabs-area h4 {
    margin: 0 auto 25px;
    max-width: 55%;
  }
  .tabs__links a {
    min-width: 112px;
    height: 90px;
    bottom: -10px;
  }
  .tabs__content {
    padding: 46px 0 48px 62px;
  }
  .tabs__content .image-holder {
    margin-top: 5px;
    max-width: 182px;
  }
  .tabs__content h3 {
    max-width: 100%;
  }
  .tabs__text {
    padding-left: 62px;
  }
  .tabs__text p:last-of-type {
    margin-bottom: 19px;
  }
  .tabs__text .btn {
    margin-right: 11px;
  }

  .testimonial {
    padding: 67px 0 40px;
  }
  .testimonial h4 {
    margin-bottom: 20px;
  }
  .testimonial blockquote {
    max-width: calc(100% - 195px);
    padding-left: 15px;
  }
  .testimonial p {
    font-size: 19px;
    line-height: 28px;
  }
  .testimonial p:first-of-type:before {
    left: -55px;
    top: -16px;
    width: 49px;
    height: 39px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .testimonial span {
    font-size: 14px;
    padding-right: 68px;
  }
  .testimonial__pagination {
    padding: 25px 0 55px;
  }

  .triple-box {
    padding-bottom: 39px;
  }
  .triple-box .list--triple {
    max-width: 100%;
  }
  .triple-box .list__item {
    padding: 0 25px 10px;
  }
  .triple-box .list__item:after {
    height: 84%;
  }

  .section-wrapper {
    padding-left: 40px;
  }

  .content__sidebar {
    width: 32%;
  }

  .masonry-container {
    width: 745px;
  }

  .footer__left-col {
    padding-left: 55px;
  }
  .footer__left-col nav li {
    display: block;
    margin-bottom: 10px;
  }
  .footer__right-col {
    min-width: 330px;
  }
  .footer ul.list--social {
    margin-bottom: 12px;
  }
  .footer ul.list--social a {
    width: 30px;
  }

  #page-wrapper.page-main .header__bottom-bar .header__nav {
    top: 100%;
  }
}

@media all and (max-width: 1029px) {
  .header__logo {
    margin-left: 10px;
    max-width: 196px;
    height: auto;
  }
  .header__hamburger {
    margin: 14px 14px 0 0;
  }
  .header__top-bar .container {
    padding: 0 15px;
  }
  .header__top-bar li {
    margin: 0 -1px;
  }
  .header__top-bar a {
    padding: 11px 8px;
  }
  .header__bottom-bar {
    padding: 14px 0 10px;
  }
  .header__bottom-bar .container {
    padding: 0 15px;
  }
  .header__bottom-bar li {
    width: 100%;
    margin: 0;
  }
  .header__bottom-bar li:last-child {
    margin: 0;
  }
  .header__bottom-bar ul {
    background-color: #255cb8;
  }
  .header__bottom-bar ul a {
    display: block;
    text-align: left;
    border: 0;
    color: #fff;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .header__bottom-bar ul a br {
    display: none;
  }
  .header__bottom-bar ul.sub-menu {
    position: static;
    padding: 0 0 10px 15px;
  }
  .header__bottom-bar ul .menu-item-has-children:after {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 5px;
    background: url('../images/dropdown-plus.png') no-repeat center center;
    cursor: pointer;
    z-index: 10;
  }
  .header__bottom-bar ul .menu-item-has-children.open:after {
    background-image: url('../images/dropdown-minus.png');
  }
  .header__nav > ul > li {
    border-bottom: 1px solid #249dcb;
  }
}
@media all and (max-width: 767px) {
  body:before {
    content: 'phone';
  }

  .container {
    width: 100%;
    min-width: 320px;
  }

  .btn--arrow-big {
    font-size: 18px;
    line-height: 18px;
    padding: 9px 4px 6px 10px;
  }
  .btn--arrow-big.blank {
    padding: 13px 11px 10px;
  }

  .header__logo {
    margin-left: 10px;
    max-width: 196px;
    height: auto;
  }
  .header__hamburger {
    margin: 14px 14px 0 0;
  }
  .header__top-bar .container {
    padding: 0 15px;
  }
  .header__top-bar li {
    margin: 0 -1px;
  }
  .header__top-bar a {
    padding: 11px 8px;
  }
  .header__bottom-bar {
    padding: 14px 0 10px;
  }
  .header__bottom-bar .container {
    padding: 0 15px;
  }
  .header__bottom-bar li {
    width: 100%;
    margin: 0;
  }
  .header__bottom-bar li:last-child {
    margin: 0;
  }
  .header__bottom-bar ul {
    background-color: #255cb8;
  }
  .header__bottom-bar ul a {
    display: block;
    text-align: left;
    border: 0;
    color: #fff;
    font-weight: 400;
  }
  .header__bottom-bar ul a br {
    display: none;
  }
  .header__bottom-bar ul.sub-menu {
    position: static;
    padding: 0 0 10px 15px;
  }
  .header__bottom-bar ul .menu-item-has-children:after {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 5px;
    background: url('../images/dropdown-plus.png') no-repeat center center;
    cursor: pointer;
    z-index: 10;
  }
  .header__bottom-bar ul .menu-item-has-children.open:after {
    background-image: url('../images/dropdown-minus.png');
  }
  .header__nav > ul > li {
    border-bottom: 1px solid #249dcb;
  }

  .list--triple .list__item {
    width: 100%;
    float: none;
  }
  .list--boxed-items li {
    margin: 0 10px 20px;
  }
  .list--boxed-items a {
    width: 33px;
    height: 33px;
    line-height: 31px;
    font-size: 20px;
  }

  .hero-banner h2 {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 12px;
  }
  .hero-banner h2 span {
    margin-left: 30px;
  }
  .hero-banner h3 {
    font-size: 14px;
    line-height: 17px;
  }
  .hero-banner__content {
    padding: 27px 4.5% 78px;
  }
  .hero-banner__form {
    padding: 16px 10px 0;
  }
  .hero-banner__form p {
    padding-bottom: 21px;
  }
  .hero-banner__form .form__row {
    margin: 0 auto 10px;
    width: 280px;
    float: none;
  }
  .hero-banner__form .btn {
    float: none;
  }
  .tabs-area {
    padding-top: 1px;
  }
  .tabs-area h4 {
    max-width: 85%;
    margin-bottom: 27px;
  }
  .tabs__links li {
    margin: 0 1px;
  }
  .tabs__links a {
    font-size: 13px;
    min-width: 0px;
    width: 112px;
  }
  .tabs__links a strong {
    font-size: 15px;
  }
  .tabs__text {
    padding: 0;
  }
  .tabs__text .btn {
    float: none;
    margin-right: 0;
    letter-spacing: 0.12em;
  }
  .tabs__content {
    padding: 50px 30px 86px;
    text-align: center;
  }
  .tabs__content .image-holder {
    display: none;
  }
  .tabs__content .image-holder + .tabs__text {
    max-width: 100%;
  }
  .tabs__content p:last-of-type {
    margin-bottom: 24px;
  }

  .testimonial {
    padding: 50px 0 40px;
  }
  .testimonial h4 {
    margin: 0 auto 20px;
    max-width: 80%;
  }
  .testimonial p {
    font-size: 17px;
    line-height: 26px;
  }
  .testimonial p:first-of-type:before {
    left: -42px;
    top: -8px;
    width: 32px;
    height: 25px;
  }
  .testimonial blockquote {
    max-width: calc(100% - 50px);
    padding-left: 30px;
  }
  .testimonial span {
    padding-right: 44px;
  }
  .testimonial__grid .testimonial {
    width: calc(100% / 2 - 18px);
    margin: 0 9px 20px;
  }
  .testimonial__pagination {
    padding: 20px 0 40px;
  }
  .testimonial__image {
    float: none;
    margin: 0 auto 20px;
  }
  .testimonial__image + blockquote {
    width: 100%;
    float: none;
  }
  .testimonial__image + blockquote span {
    padding-right: 15px;
  }

  .list--pagination li {
    margin: 0 3px;
  }
  .list--pagination a {
    font-size: 16px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  .masonry-container {
    width: calc(100% - 18px);
  }

  .triple-box {
    padding: 52px 0 39px;
  }
  .triple-box .list__item {
    margin-bottom: 9px;
  }
  .triple-box .list__item:before,
  .triple-box .list__item:after {
    content: ' ';
    display: table;
  }
  .triple-box .list__item:after {
    clear: both;
  }
  .triple-box .list__item:after {
    height: 1px;
    width: 82%;
    left: 10%;
    top: inherit;
    bottom: 10px;
    background: url('../images/horizontal-dash-gray.png') repeat-x;
  }
  .triple-box .image-holder {
    display: inline-block;
    vertical-align: middle;
    width: 94px;
  }
  .triple-box .text-field {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 99px);
    text-align: left;
    padding: 0 0 20px 7px;
  }
  .triple-box h4 {
    margin-bottom: 8px;
  }
  .triple-box p {
    margin-bottom: 4px;
  }

  .section-wrapper {
    padding: 0 15px;
  }

  .content__image-holder.right {
    margin: 30px 0px 15px 25px;
  }
  .content__main {
    float: none;
    width: auto;
    clear: both;
  }
  .content__sidebar {
    float: none;
    width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .content__sidebar .form--contact {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .content__sidebar .catalog-box {
    width: 49%;
    float: left;
  }
  .content__float-blue .testimonial {
    float: none;
    max-width: inherit;
    margin: 15px -15px;
    padding: 20px 15px;
  }
  .content__float-blue .testimonial blockquote {
    padding: 0;
    width: 90%;
  }
  .content__float-blue > p {
    max-width: inherit;
  }
  .content__video-container {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 500px;
  }
  .content__table table {
    width: 100%;
  }
  .content__table td {
    display: block;
    padding: 5px 10px 5px 30px;
  }
  .content__table td:first-child {
    width: 100%;
    padding-left: 20px;
  }
  .content__table td:last-child {
    border-right: 1px solid #0ca2ce;
  }
  .content__table td br {
    display: none;
  }
  .content__table td span {
    display: block;
    margin-top: 10px;
  }
  .content__table td span:first-child {
    margin-top: 0;
  }
  .content__table tr:last-child td {
    padding-bottom: 5px;
  }
  .content__main img {
    float: none;
  }

  .footer {
    text-align: center;
  }
  .footer ul.list--social {
    margin-bottom: 20px;
  }
  .footer ul li {
    margin-right: 0;
  }
  .footer__left-col,
  .footer__right-col {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .footer__right-col {
    display: none;
  }
  .footer__right-col.show-mobile {
    display: block;
    margin-bottom: 20px;
    min-width: 0px;
  }
  .footer__left-col {
    padding: 0 30px;
  }

  .page-quotes .content__headline h1 {
    margin-bottom: 20px;
    display: block;
  }
  .page-quotes .content__headline .selectBox {
    display: block;
    float: left;
    margin-bottom: 20px;
  }
  .blog__media {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
    max-width: 480px;
  }
  .blog__content {
    text-align: center;
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 480px;
  }

  .video-gallery .blog__post {
    padding: 25px 0;
  }
  .video-gallery .blog__content p {
    max-width: inherit;
  }

  .ways-to-learn h3 {
    text-align: center;
  }
  .ways-to-learn h4 {
    font-size: 19px;
    line-height: 23px;
  }
  .ways-to-learn h5 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 24px;
  }
  .ways-to-learn p {
    font-size: 13px;
    line-height: 21px;
  }
  .ways-to-learn .blog__media {
    width: 100%;
  }
  .ways-to-learn .blog__content {
    width: 100%;
  }

  .button-row .btn {
    display: block;
    max-width: 460px;
    margin: 0 auto 14px;
  }

  .call-to-action {
    padding: 20px 15px;
    margin-bottom: 35px;
    text-align: center;
  }
}
@media all and (max-width: 498px) {
  .tabs__links li {
    margin: 0 -1px;
    width: calc(25% - 1px);
  }
  .tabs__links a {
    width: 100%;
    padding: 6px 5px 10px;
    font-size: 12px;
    letter-spacing: -0.05em;
  }
  .tabs__links a strong {
    font-size: 13px;
  }

  .blue-articles .col--double {
    width: auto;
    float: none;
    text-align: center;
  }
  .blue-articles .col--double:first-child {
    background: url('../images/horizontal-dash-white.png') left bottom repeat-x;
  }
  .blue-articles .col--double:first-child .blue-articles__item {
    padding: 0 0 20px;
  }
  .blue-articles .col--double:last-child .blue-articles__item {
    padding: 20px 0 0;
  }

  .testimonial__grid .testimonial {
    width: calc(100% - 18px);
    margin: 0 9px 15px;
  }

  .content__sidebar .form--contact {
    width: auto;
    margin-right: 0;
    float: none;
  }
  .content__sidebar .catalog-box {
    width: auto;
    float: none;
  }
  .content__image-holder.right {
    margin: 30px auto 15px;
    float: none;
    display: block;
    text-align: center;
  }
  .content__image-holder.top-right {
    margin: 30px auto 15px;
    float: none;
    display: block;
    text-align: center;
  }

  .sidebar-promotion span {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 480px) {
  .header__top-bar .container {
    padding: 0 16px 0 0;
  }
  .header__top-bar a {
    font-size: 9px;
    padding: 11px 8px;
  }
}
@media all and (max-width: 360px) {
  .header__top-bar a {
    font-size: 8px;
    padding: 11px 4px;
  }
}

/* =WordPress Core
  -------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Gravity Forms Home Page */

body .gform_wrapper input,
body .gform_wrapper select {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

body .gform_wrapper select {
  background: #fff !important;
  border: 1px solid #ccc;
  color: #666;
  padding: 0 24px 0 3px !important;
  height: 26px;
  margin-left: 0 !important;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

body .gform_wrapper .ginput_container_select {
  position: relative;
}

body .gform_wrapper .ginput_container_select:after {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  pointer-events: none;
}

body
  .gform_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  input[type='text'] {
  margin-bottom: 0;
}

body .gfield_label {
  margin-bottom: 5px;
}

.hero-banner__form .gform_wrapper input[type='text'],
.hero-banner__form .gform_wrapper input[type='email'],
.hero-banner__form .gform_wrapper input[type='password'],
.hero-banner__form .gform_wrapper input[type='tel'],
.content__sidebar .gform_wrapper input[type='text'],
.content__sidebar
  .gform_wrapper
  input[type='email']
  .content__sidebar
  .gform_wrapper
  input[type='password']
  .content__sidebar
  .gform_wrapper
  input[type='tel'] {
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: 'Arial', 'Open Sans', sans-serif;
  font-size: 14px;
  height: 26px;
  width: 100% !important;
}
body .hero-banner__form .gform_wrapper form ul li.gfield,
body .content__sidebar .gform_wrapper form ul li.gfield {
  margin-top: 0;
}

body .gform_wrapper .gfield_checkbox {
  margin: 0 !important;
}

body .gform_wrapper .gfield_checkbox label {
  color: #fff;
  font-weight: bold;
  font-size: 16px !important;
  width: auto !important;
}

body .gform_wrapper .gform-flex .gfield_checkbox {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 641px) {
  body .gform_wrapper .gform-flex .gfield_checkbox {
    padding-right: 16px;
  }
}

body .gform_wrapper .gform_footer:after {
  content: '';
  display: table;
  clear: both;
}

body .ginput_container {
  margin-top: 0px !important;
}

body .gfield {
  margin-bottom: 8px !important;
}

.hero-banner__form p,
.content__sidebar p {
  margin-bottom: 10px;
}
.hero-banner .gform_wrapper label.gfield_label,
.hero-content__sidebar .gform_wrapper label.gfield_label span,
.content__sidebar .gform_wrapper label.gfield_label,
.content__sidebar .gform_wrapper label.gfield_label span {
  font-family: 'Arial', 'Open Sans', sans-serif;
  font-size: 10px;
  color: #fff;
  margin: 5px 0 3px 0 !important;
}
.hero-banner .gform_wrapper .gfield_required,
.content__sidebar .gform_wrapper .gfield_required {
  color: #fff;
}
.hero-banner input.gform_button {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-size: 12px !important;
  line-height: 12px;
  font-weight: 700;
  padding: 4px 8px 5px 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  max-width: 135px;
  color: #fff;
  background-color: #072b75;
  border: 1px solid #fff;
  -moz-box-shadow: 0 0 0 3px #072b75;
  -webkit-box-shadow: 0 0 0 3px #072b75;
  box-shadow: 0 0 0 3px #072b75;
  text-align: center;
  cursor: pointer;
  float: right;
  background-image: url('../images/icon-arrow-white.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  padding-right: 20px;
}
.hero-banner input.gform_button:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 18px;
  height: 31px;
  background: url('../images/link-arrow-big.png') 0 -31px no-repeat;
  margin-left: 12px;
  top: -2px;
}
.hero-banner input.gform_button:hover {
  background-color: #315caa;
  background-image: url('../images/icon-arrow-white.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  transition: 0.5s;
}
.hero-banner .ginput_container {
  margin-bottom: 0;
}

/* Gravity Forms Page Landing/Blog */
.page-blogs .content__sidebar .widget.widget_text {
  padding: 0;
  border: none;
}

@media screen and (max-width: 641px) {
  .page-blogs
    .gform_wrapper
    input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']),
  .page-landing
    .gform_wrapper
    input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']),
  body
    .gform_wrapper
    .field_sublabel_hidden_label
    .ginput_complex.ginput_container
    input[type='text'],
  .gform_wrapper
    input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']),
  #gform_submit_button_10,
  #input_10_2,
  #input_10_3 {
    line-height: inherit !important;
  }
}

.page-blogs .content__sidebar input,
.page-landing input {
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: 'Arial', 'Open Sans', sans-serif;
  font-size: 14px;
  color: #231f20;
  height: 26px;
  width: 100%;
  padding: 0 11px;
  margin-bottom: 1px;
}
.page-landing .gfield_label,
.page-landing .gfield_label span,
.page-blogs .content__sidebar .gfield_label,
.page-blogs .content__sidebar .gfield_label span {
  font-family: 'Arial', 'Open Sans', sans-serif;
  font-size: 10px;
  color: #fff;
}
.page-blogs .content__sidebar.gform_fields li,
.page-landing .gform_fields li {
  color: #fff;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}
.page-blogs .content__sidebar .gform_fields input,
.page-landing .gform_fields input {
  color: #000;
  font-size: 16px;
  margin: 0px !important;
  padding: 0px;
  width: 100% !important;
}
.page-blogs .content__sidebar .gfield .gfield_description,
.page-landing .gfield .gfield_description {
  margin: 0px;
}
.page-blogs .content__sidebar input.gform_button,
.page-landing input.gform_button {
  margin-top: 18px;
}
.page-landing .form--contact {
  padding-bottom: 60px;
}
.content__sidebar input.gform_button,
.page-landing input.gform_button {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-size: 12px !important;
  line-height: 12px;
  font-weight: 700;
  padding: 4px 8px 5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  max-width: 135px;
  color: #fff;
  background-color: #072b75;
  border: 1px solid #fff;
  -moz-box-shadow: 0 0 0 3px #072b75;
  -webkit-box-shadow: 0 0 0 3px #072b75;
  box-shadow: 0 0 0 3px #072b75;
  text-align: center;
  cursor: pointer;
  float: right;
  margin-top: 15px;
}
.page-blogs .searchform input[type='submit'] {
  font-family: 'Roboto Slab', serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  padding: 4px 8px 5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  background-color: #072b75;
  border: 1px solid #fff;
  -moz-box-shadow: 0 0 0 3px #072b75;
  -webkit-box-shadow: 0 0 0 3px #072b75;
  box-shadow: 0 0 0 3px #072b75;
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
}
.page-blogs .content__sidebar input.gform_button:after,
.page-landing input.gform_button:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 31px;
  margin-left: 12px;
  top: -2px;
}
.page-blogs .content__sidebar input.gform_button:hover,
.page-landing input.gform_button:hover {
  background-color: #315caa;
  transition: 0.5s;
}

/* Gravity Forms Validation */

.hero-banner .gform_validation_error {
  margin-top: 0px !important;
}
.hero-banner div.validation_error,
.page-landing div.validation_error {
  color: #c04000 !important;
  border: none !important;
  font-size: 11px !important;
  margin-bottom: 6px !important;
  padding: 0px !important;
}
.hero-banner .gfield_error .gfield_label,
.page-landing .gfield_error .gfield_label,
.hero-banner .gfield_error .gfield_label span,
.page-landing .gfield_error .gfield_label span {
  color: #ffebcd !important;
  margin: 1px 0 1px 3px !important;
}
.hero-banner li.gfield_error,
.page-landing li.gfield_error {
  background-color: #c04000 !important;
  border: none !important;
  padding: 0 2px 4px 2px !important;
  width: 100% !important;
}
.hero-banner .gform_validation_error .gfield_error input,
.page-landing .gform_validation_error .gfield_error input {
  background-color: #ffebcd !important;
  color: black !important;
}

.hero-banner li.gfield_error .gfield_description,
.page-landing li.gfield_error .gfield_description {
  display: none !important;
}
@media all and (min-width: 1030px) {
  .hero-banner .gform_validation_error .gform_footer {
    margin-top: 5px !important;
    padding: 0px !important;
  }
}

/* Gravity forms additional */

#input_1_1_3_container label,
#input_1_5_6_container label {
  display: none;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #231f20;
}
.form small {
  color: #fff;
  font-size: 10px;
  position: absolute;
  margin-top: 36px;
}

/* Landing Page */

.curriculum-pros {
  list-style: none;
  padding: 0;
  margin: 0;
}
.curriculum-pros .gfx__item:before,
.curriculum-pros .gfx__item:after {
  content: ' ';
  display: table;
}
.curriculum-pros .gfx__item:after {
  clear: both;
}
.curriculum-pros .gfx {
  width: 87px;
  float: left;
  text-align: center;
}
.curriculum-pros .gfx img {
  display: inline-block;
  max-width: 100%;
}
.curriculum-pros .text-field {
  float: left;
  width: calc(100% - 87px);
  padding-top: 5px;
}
.curriculum-pros h4 {
  text-transform: uppercase;
  color: #072b75;
  font-size: 12px;
  margin-bottom: 6px;
  letter-spacing: 0.06em;
  margin-top: 0;
}
.curriculum-pros p {
  line-height: 20px;
  margin-bottom: 10px;
}
.curriculum-pros li {
  margin-bottom: 0;
}
.landing__logo {
  margin-bottom: 20px;
  float: right;
  max-width: 100%;
}
.landing__logo img {
  max-width: 100%;
}

.sidebar__logo {
  margin-bottom: 34px;
  display: block;
  max-width: 100%;
}
.sidebar__logo img {
  max-width: 100%;
}
#page-wrapper.page-landing .hero-banner .container,
.blog #page-wrapper .hero-banner .container,
.archive #page-wrapper .hero-banner .container {
  position: relative;
  padding-bottom: 64px;
  width: 1000px;
}
.blog #page-wrapper .hero-banner .hero-banner__content,
.archive #page-wrapper .hero-banner .hero-banner__content {
  width: auto;
  padding: 176px 0 16px 64px;
}
#page-wrapper.page-landing .hero-banner,
.blog #page-wrapper .hero-banner,
.archive #page-wrapper .hero-banner {
  background-size: cover;
  padding: 0 !important;
  transform-origin: top left;
}
#page-wrapper.page-landing .hero-banner .mobile-img,
.blog #page-wrapper .hero-banner .mobile-img,
.archive #page-wrapper .hero-banner .mobile-img {
  display: none;
}
#page-wrapper.page-landing .hero-banner__content {
  background: none;
  padding-top: 82px;
  width: calc(94.6% - 268px);
  min-height: 360px;
}
#page-wrapper.page-landing.landing-overlap .hero-banner__content {
  width: calc(90% - 268px);
  min-height: 0;
}
#page-wrapper.page-landing .content__sidebar .form--contact p {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 36px;
  font-family: 'Arial', 'Open Sans', sans-serif;
  margin-bottom: 10px;
}
#page-wrapper.page-landing .content__sidebar li {
  margin: 0;
  padding-right: 0;
  list-style: none !important;
  margin-bottom: 12px;
}
#page-wrapper.page-landing .content__sidebar .gform_wrapper {
  margin: 0;
}
#page-wrapper.page-landing .hero-banner h2 {
  color: #fff;
  font-size: 39px;
  line-height: 43px;
  letter-spacing: 0.01em;
  margin: 0;
}
.blog #page-wrapper .hero-banner h1,
.archive #page-wrapper .hero-banner h1 {
  color: #fff;
  font-size: 39px;
  line-height: 43px;
  letter-spacing: 0.01em;
  margin: 0;
}
#page-wrapper.page-landing .hero-banner .content__sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
#page-wrapper.page-landing .hero-banner .content__sidebar .form--contact {
  width: 260px;
  height: 100%;
  overflow: hidden;
  float: right;
  padding: 16px 28px;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 75;
}
#page-wrapper.page-landing
  .landing-v2-container
  .content__sidebar
  .form--contact {
  background-color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
#page-wrapper.page-landing .section-wrapper {
  position: relative;
  padding: 26px 0 30px 0;
}
@media all and (min-width: 1031px) {
  #page-wrapper.page-landing.landing-overlap .section-wrapper {
    padding-left: 80px;
  }
}
#page-wrapper.page-landing h3 {
  color: #0da3cf;
  font-size: 20px;
  line-height: 23px;
  max-width: 90%;
  letter-spacing: -0.009em;
  margin-bottom: 17px;
}
#page-wrapper.page-landing .content__main > p {
  padding-left: 5px;
  max-width: 93%;
  line-height: 20px;
}
#page-wrapper.page-landing .content__sidebar > p {
  line-height: 20px;
}
#page-wrapper.page-landing .content__callout {
  width: 100%;
  padding: 30px;
  margin: 50px 30px 0 30px;
  border: 1px solid #83a52b;
}
@media all and (max-width: 1030px) {
  #page-wrapper.page-landing .content__callout {
    width: auto;
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
@media all and (min-width: 768px) {
  #page-wrapper.page-landing.page-landing-noside .section-wrapper {
    padding: 56px 80px 60px;
  }
}
#page-wrapper.page-landing.page-landing-noside .content__main {
  width: 100%;
}
#page-wrapper.page-landing .content__sidebar {
  overflow: hidden;
}
#page-wrapper.page-landing .section-wrapper .content__sidebar {
  width: 25%;
}
#page-wrapper.page-landing.landing-overlap .content__sidebar {
  position: absolute;
  z-index: 15;
  top: -330px;
  right: 43px;
  width: 26.5%;
}
#page-wrapper.page-landing .landing-v2-wrapper {
  max-width: 1100px;
  padding-top: 12px;
}
#page-wrapper.page-landing .hero-banner .container.landing-v2-container {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 0px;
}
#page-wrapper.page-landing
  .hero-banner
  .container.landing-v2-container
  .content__sidebar {
  position: relative;
}
#page-wrapper.page-landing
  .hero-banner
  .container.landing-v2-container
  .content__sidebar
  .form--contact {
  width: 100%;
  margin-bottom: 0px;
}
.gform_wrapper div.validation_error,
.gform_wrapper .gfield_description.validation_message {
  color: #ffffff !important;
  font-weight: bold;
}

@media all and (min-width: 1031px) {
  #page-wrapper.page-landing .landing-v2-wrapper .content__main {
    width: 70%;
  }
  #page-wrapper.page-landing .landing-v2-wrapper .content__sidebar {
    width: 27%;
  }
}
#page-wrapper.page-landing .landing-v2-wrapper h3 {
  color: #135ba7;
  font-size: 26px;
  line-height: 26px;
}
#page-wrapper.page-landing .landing-v2-wrapper h4 {
  color: #253571;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .section-wrapper.section-wrapper-noside {
    padding-right: 64px;
  }
}
.section-wrapper.section-wrapper-noside .content__main {
  width: 100%;
}
@media all and (max-width: 1360px) {
  #page-wrapper.page-landing .hero-banner {
    padding-bottom: 98px;
  }
}
@media all and (max-width: 1030px) {
  #page-wrapper.page-landing .form--contact .btn {
    letter-spacing: 0.01em;
  }
  #page-wrapper.page-landing .content__sidebar {
    position: static;
    width: auto;
  }
  .landing__logo {
    display: block;
  }
  .sidebar__logo {
    display: none;
  }
  #page-wrapper.page-landing .content__main .form--contact table {
    max-width: 350px;
  }
  #page-wrapper.page-landing .content__main .form--contact table {
    border: none;
  }
  #page-wrapper.page-landing .content__main .form--contact table tr td p {
    margin: 0;
  }
  #page-wrapper.page-landing .content__main .form--contact table tr {
    background-color: transparent;
  }
  #page-wrapper.page-landing .hero-banner,
  .blog #page-wrapper .hero-banner,
  .archive #page-wrapper .hero-banner {
    background: none !important;
    padding: 0 !important;
  }
  #page-wrapper.page-landing .hero-banner .container,
  .blog #page-wrapper .hero-banner .container,
  .archive #page-wrapper .hero-banner .container {
    display: none;
  }
  #page-wrapper.page-landing .hero-banner .mobile-img,
  .blog #page-wrapper .hero-banner .mobile-img,
  .archive #page-wrapper .hero-banner .mobile-img {
    width: 100%;
    display: block;
  }
  #page-wrapper.page-landing .section-wrapper {
    padding: 20px 15px;
  }
  #page-wrapper.page-landing .content__main {
    width: 100%;
  }
  #page-wrapper.page-landing .landing-form {
    background-color: #2158b9;
  }
}
@media all and (max-width: 767px) {
  #page-wrapper.page-landing .hero-banner__content {
    width: 100%;
  }
  #page-wrapper.page-landing .section-wrapper {
    padding: 20px 15px;
  }
  #page-wrapper.page-landing .content__sidebar .form--contact {
    width: 50%;
    margin: 0 auto 10px;
    float: none;
  }
  #page-wrapper.page-landing .content__float-blue .testimonial {
    margin: 0;
  }
  #page-wrapper.page-landing .content__callout {
    margin: 0;
  }
  .footer-badge {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 20px;
  }
}
@media all and (max-width: 498px) {
  #page-wrapper.page-landing .content__sidebar .form--contact {
    width: 100%;
  }
}
#page-wrapper.page-landing .landing-form .gform_button {
  color: #ffffff;
  border: 1px solid #fff;
  box-shadow: none;
  font-size: 15px !important;
  padding: 0;
  height: 40px;
  margin: 0;
  width: 100%;
  float: none;
  display: block;
  max-width: none;
  outline: none;
  margin-bottom: 10px;
}

.mobile-only {
  display: none;
}
@media all and (max-width: 1030px) {
  .mobile-only {
    display: block;
  }
}
@media all and (max-width: 1030px) {
  .desktop-only {
    display: none;
  }
}

/* Calvert Forms */
.textwidget .form--contact input#first_name,
.textwidget .form--contact input#last_name,
.textwidget .form--contact input#email,
.textwidget .form--contact input#phone {
  border: 1px solid #fff;
  background-color: transparent;
  font-family: 'Arial', 'Open Sans', sans-serif;
  font-size: 14px;
  color: #231f20;
  height: 26px;
  width: 100%;
  padding: 0 11px;
}

p.fname,
p.lname,
p.email,
p.phone {
  font-size: 14px;
  margin: 0;
}
.form--contact .btn {
  float: right;
  right: 44px;
  position: relative;
  background-image: url('../images/icon-arrow-white.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  padding-right: 20px;
}

/* Validity */

form input.validityError[type='text'],
form input.validityError[type='email'],
form input.validityError[type='tel'] {
  border: 2px solid red !important;
  color: red !important;
}

form input.validityError[type='text']::placeholder,
form input.validityError[type='email']::placeholder,
form input.validityError[type='tel']::placeholder {
  color: red !important;
}

.clearfix:after {
  content: ' '; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.gform_wrapper .gform_footer.top_label {
  margin-top: 0;
}

/* Blog pages */
.page-blogs .featured-image img {
  max-width: 100%;
  height: auto;
}

.page-blogs .content__sidebar .widget {
  margin-bottom: 32px;
  border: 1px solid #cccccc;
  padding: 16px;
}

.page-blogs .content__sidebar .widget h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #999999;
}

.page-blogs .content__sidebar .widget ul {
  list-style: none inside;
  padding-left: 0;
}

.page-blogs .content__sidebar .widget ul li a,
.page-blogs .content__sidebar .widget .tagcloud a {
  text-decoration: none;
}

.page-blogs .content__sidebar .gform_widget {
  background-color: #83a52b;
  padding: 16px;
  color: #ffffff;
  border-color: #83a52b;
}

.page-blogs .content__sidebar .gform_widget h3 {
  color: #ffffff;
}
.page-blogs .content__headline {
  margin-bottom: 15px;
}
.page-blogs .post-date {
  font-weight: bold;
  color: #000;
}
.page-blogs h4 {
  text-transform: none;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
}
.page-blogs .blog-title {
  text-decoration: none;
}
.page-blogs .blog-title h4 {
  color: #0ca2ce;
}
.page-blogs h5 {
  font-size: 16px;
  line-height: 18px;
  color: #656565;
  font-size: 17px;
  line-height: 19px;
  text-transform: uppercase;
  margin: 42px 0 16px;
}
.page-blogs p {
  line-height: 25px;
  margin-bottom: 15px;
}
.page-blogs .content__main img {
  max-width: 100%;
  height: auto;
}
.page-blogs .blog__post {
  background: url('../images/horizontal-dash-gray.png') center top repeat-x;
  padding: 40px 0 45px;
}
.page-blogs .blog__post:first-of-type {
  background: none;
}
.page-blogs .blog__media {
  width: 23%;
}
.page-blogs .blog__media img {
  height: auto;
}
.page-blogs .blog__content {
  width: 72%;
}
.page-blogs .blog__content > a {
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #0ca2ce;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
}
.page-blogs .blog__content > a:after {
  color: #0ca2ce;
}
.blog-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.blog-pagination a,
.blog-pagination span {
  min-width: 29px;
  height: 29px;
  line-height: 29px;
  display: inline-block;
  color: #0da3cf;
  font-size: 20px;
}
.blog-pagination a:hover,
.blog-pagination a.active {
  background-color: #0da3cf;
  color: #fff;
}
.blog-pagination a:hover,
.blog-pagination span.current {
  background-color: #0da3cf;
  color: #fff;
}
.page-blogs .current-cat {
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .page-blogs .blog__media,
  .page-blogs .blog__content {
    width: 100%;
    max-width: none;
    text-align: left;
  }
}
