/* BEGIN general */
::-webkit-input-placeholder {
  color: #777;
}

:-moz-placeholder {
  color: #777;
}

::-moz-placeholder {
  color: #777;
}

:-ms-input-placeholder {
  color: #777;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: transparent !important;
  color: #333 !important;
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

body, html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 20px;
  color: #888888;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 400;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 26px;
  margin: 0 0 20px;
}

h1,
h2,
h3 {
  color: #333;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px;
}

h4 {
  font-weight: 400;
}

a {
  color: #334571;
  text-decoration: none;
}

a:hover {
  color: #334571;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

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

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

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.clear {
  clear: both;
}

.fadeIn {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

.container-fluid {
  max-width: 1300px;
}

.form-control {
  border-radius: 0;
  border: 1px solid #cccccc;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #ccc;
}

.form-control.error {
  background-color: #f1f1f1 !important;
}

.btn {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: none !important;
  position: relative;
  text-align: center;
}

.btn.btn-primary {
  background-color: #334571;
}

.btn.btn-primary:hover {
  background-color: #354B80;
}

.btn.btn-default {
  font-size: 21px;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 5px;
  background: transparent !important;
  padding: 0 30px;
  line-height: 48px;
  box-shadow: none !important;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.btn.btn-default:hover {
  opacity: 0.7;
}

.btn.btn-blue {
  font-size: 21px;
  color: #fff !important;
  line-height: 50px;
  font-weight: 700;
  padding: 0 30px;
  min-width: 277px;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #334571;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.12), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.12), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.12), transparent);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.12), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.12), transparent);
}

.btn.btn-blue:hover {
  background-color: #2B3C65;
}

.btn.btn-orange {
  font-size: 21px;
  font-family: 'brandon-text';
  color: #334571 !important;
  line-height: 50px;
  font-weight: 700;
  padding: 0 30px;
  min-width: 277px;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #e5d32b;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.12), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.12), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.12), transparent);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.12), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.12), transparent);
}

.btn.btn-orange:hover {
  background-color: #D8C620;
}

.btn span {
  position: absolute;
  text-transform: none;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 18px;
}

.btn-watch {
  background-image: url(../images/play-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 27px;
  display: inline-block;
  padding: 0 0 0 40px;
  text-decoration: none !important;
}

.popup_video {
  outline: none !important;
}

.is-mobile {
  display: none;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* END general */
/* BEGIN MODAL */
.modal-backdrop.in {
  filter: alpha(opacity=60);
  opacity: .6;
}

.modal.post-modal .modal-body {
  padding: 35px 35px 0;
}

.modal.post-modal .modal-content {
  border-radius: 0;
  color: #777;
  font-size: 18px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  border: 0;
  -webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.1);
}

.modal.post-modal .modal-content h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
  font-family: 'brandon-grotesque', sans-serif;
}

.modal.post-modal .modal-content p {
  margin: 0 auto 25px;
  max-width: 490px;
}

.modal.post-modal .modal-content .subscribe {
  background-image: url(../images/gradient-bg-small.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: none;
  padding: 35px;
  margin: 0 -35px;
}

/* END MODAL */

/* BEGIN swiper */
.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #F6F6F6;
  border: 0;
  padding: 0;
  margin: 0 6px !important;
  opacity: 1;
  transition: all .25s;
}

.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #777;
}
/* END swiper */

/* BEGIN HEADER */
#site-header {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  z-index: 400;
}

#site-header a {
  text-decoration: none;
  outline: none;
}

#site-header span.page {
  line-height: 20px;
  float: left;
  font-size: 16px;
  color: #333;
  opacity: 0.7;
  text-transform: uppercase;
  font-weight: 500;
  margin: 10px 0 0 24px;
}

#site-header .navbar-brand {
  margin: 0 0;
  padding: 0;
  height: auto;
}

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

#site-header .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-header .menu>li {
  float: left;
  margin: 0 0 0 40px;
  position: relative;
}

#site-header .menu>li:first-child {
  margin-left: 0;
}

#site-header .menu>li>a {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 70px;
  color: #333;
  opacity: 0.7;
}

#site-header .menu li.menu-item-has-children > a:after {
  content: '\f107';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 5px;
}

#site-header .menu li a:hover {
  opacity: 1;
}

#site-header .sub-menu {
  display: none;
}

#site-header .header-btn {
  display: inline-block;
  position: relative;
  background-color: #334571;
  padding: 0 15px;
  min-width: 152px;
  border: 0;
  border-radius: 5px;
  opacity: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
  overflow: hidden;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

#site-header .header-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);
  opacity: 0.04;
  z-index: 1;
}

#site-header .header-btn > span {
  position: relative;
  z-index: 2;
}

#site-header .header-btn:hover {
  background-color: #354B80;
}

/* END HEADER */
/* FOOTER */
#site-footer {
  font-size: 18px;
  text-align: center;
}

#site-footer .footer-menu {
  background-color: #333;
  padding: 44px 0;
}

#site-footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-footer .footer-menu ul li {
  display: inline-block;
  margin: 10px 15px;
}

#site-footer .footer-menu ul li a {
  color: #888888;
  text-transform: uppercase;
  text-decoration: none;
}

#site-footer .footer-menu ul li a:hover {
  color: #9a9a9a;
}

#site-footer .footer-menu ul li.twitter a {
  font-size: 16px;
}

#site-footer .footer-text {
  background-color: #2d2d2d;
  padding: 38px 20px;
  font-family: 'brandon-text';
  color: #555555;
}

#site-footer .footer-text img {
  display: block;
  margin: 0 auto 25px;
}

#site-footer .footer-text p {
  margin: 0 0 15px;
}

#site-footer .footer-text p:last-child {
  margin-bottom: 0;
}

#site-footer .footer-text p sup {
  font-size: 10px;
}

#site-footer .footer-text p a {
  color: #777;
}

/* END FOOTER */
/* BEGIN */
.section {
  font-size: 21px;
  padding: 80px 0;
}

.section h2 {
  font-size: 42px;
  margin: 0 0 15px;
  text-align: center;
}

.section ul li,
.section p {
  color: #777;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  line-height: 26px;
}

.section p:last-child {
  margin-bottom: 0;
}

.section ul {
  margin: 0 0 20px;
  padding: 0 0;
  list-style-position: inside;
}

.section .section-heading {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 34px;
  padding: 0 0 30px;
}

.section .section-heading:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 1px;
  background-color: #dddddd;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section .paragraph {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section .form-inline {
  max-width: 688px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 12px;
}

.section .form-inline .form-group {
  display: block;
}

.section .form-inline .form-control,
.section .form-inline .btn {
  float: left;
  width: 33.33%;
  height: 50px;
  padding: 5px 20px;
  font-size: 21px;
}

.section .form-inline .form-control {
  border-right-color: transparent;
}

.section .form-inline .form-control:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.section .form-inline .btn {
  padding: 0 20px;
  line-height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.section.gray {
  background-color: #f9f9f9;
}

.section.hero {
  background-color: #334571;
  background-image: url(../images/banner-overlay.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0;
}

.section.hero h2 {
  color: #fff;
}

.section.hero p {
  color: #fff;
  opacity: 0.7;
}

.section.hero .hero-text {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.hero .hero-video {
  background-image: url(../images/slant.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  text-align: center;
}

.section.hero .hero-video iframe,
.section.hero .hero-video video {
  width: 688px;
  height: 386px;
  display: block;
  margin: 0 auto;
  border: 0;
}

.section.signup h2 {
  font-size: 36px;
}

.section .container {
  max-width: 868px;
}

.section.welcome {
  padding: 100px 0;
  background-image: url(../images/gradient-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.section.welcome h1,
.section.welcome h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin: -8px 0 8px 0;
}

.section.welcome p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 32px;
  opacity: 0.7;
  color: #fff;
}

.section.welcome .btn {
  margin: 0 0;
}

.section.welcome.footer {
  text-align: center;
  padding: 148px 0;
}

.section.welcome.footer h2 {
  margin: 0 0 20px;
  text-align: center;
}

.section.welcome.footer p {
  max-width: 480px;
  margin: 0 auto 50px;
}

.section.welcome.footer .btn {
  width: 100%;
  max-width: 387px;
}

.section.quote {
  background-color: #eeeeee;
  padding: 50px 0;
}

.section.quote .container {
  padding-right: 248px;
  position: relative;
}

.section.quote p {
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  font-family: 'brandon-text', sans-serif;
}

.section.quote img {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.section.how-it-works {
  padding: 50px 0 100px;
}

.section.how-it-works .how-it-works-video {
  margin-bottom: 64px;
}

.section.how-it-works h3 {
  font-size: 18px;
  margin: 0 0 4px;
}

.section.guarantee {
  background-color: #31343d;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}

.section.guarantee h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 18px;
  color: #fff;
  font-family: 'Lato', sans-serif;
}

.section.guarantee p {
  color: #fff;
  opacity: 0.6;
  max-width: 460px;
  margin: 0 auto 25px;
}

.section.guarantee .btn {
  opacity: 0.6;
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  border-width: 2px !important;
  min-width: 264px;
}

.section.guarantee .btn:hover {
  opacity: 0.8;
}

.section.guarantee-note {
  background-color: #272a31;
  text-align: center;
  padding: 37px 0;
}

.section.guarantee-note p {
  color: #969799;
  margin: 0;
}

.section.guarantee-note p a {
  color: #d0d1d4;
  text-decoration: underline;
}

.section.shortcut-to-conversational {
  padding: 200px 0;
  text-align: center;
  display: none;
}

.home .section.shortcut-to-conversational {
  display: block;
}

.section.shortcut-to-conversational p {
  font-size: 24px;
  margin: 0 0 20px;
}

.section.shortcut-to-conversational h2 {
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 45px;
}

.section.shortcut-to-conversational .btn {
  color: #334571 !important;
  font-size: 18px;
  border: 2px solid #334571 !important;
  line-height: 46px;
  font-weight: 700;
  max-width: 387px;
  width: 100%;
  opacity: 1 !important;
}

.section.shortcut-to-conversational .btn:hover {
  border-color: #233561 !important;
  color: #233561 !important;
}

.section.faq {
  padding: 100px 0;
  background-color: #f6f6f6;
}

.section.faq .container-faq-heading {
  margin-bottom: 60px;
}

.section.faq .container-faq-heading h2 {
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
  margin: 35px 0 15px;
}

.section.faq .container-faq-heading p {
  margin: 0;
}

.section.faq .container-faq {
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  max-width: 960px;
  padding: 30px 30px;
}

.section.faq .container-faq h3 {
  font-size: 18px;
  margin: 0 0 4px;
}

.section.faq .container-faq .row {
  margin: 0 0;
}

.section.faq .container-faq .col-md-4 {
  padding: 30px 30px;
}

.section.faq .container-faq .col-md-4:nth-child(3n+1) {
  clear: both;
}

.section.onepercent {
  padding: 0 0 100px;
  background-color: #f6f6f6;
}

.section.onepercent h2 {
  text-align: left;
  font-size: 24px;
  margin: -2px 0 15px;
}

/* END */
/* CONTENT */
#site-content {
  padding-top: 70px;
}

.heading {
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
  padding: 98px 15px;
}

.heading h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 0;
  position: relative;
  padding: 0 0 32px;
}

.heading h1:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 1px;
  background-color: #dddddd;
}

.content {
  padding: 98px 0;
}

.content .container {
  max-width: 630px;
}

ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  margin: 0 10px;
}

ul.page-numbers li a,
ul.page-numbers li span {
  text-decoration: none;
}

.loop {
  margin-bottom: 40px;
}

.loop h2 {
  margin: 0 0 0;
}

/* END CONTENT */
/*blog*/
.meta-box {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.subscribe {
  max-width: 528px;
  font-family: 'Lato', sans-serif;
}

.subscribe .loading {
  opacity: 0.8;
}

.subscribe .alert-info {
  background-color: #fff;
  border-color: #fff;
  border-radius: 5px;
  margin: 0;
  color: #44b214;
}

.subscribe .alert-info button {
  font-size: 12px;
}

.subscribe input.form-control,
.subscribe button.btn {
  float: left;
}

.subscribe input.form-control {
  width: 194px;
  height: 50px;
  border: 0;
  color: #333;
  font-size: 18px;
  padding: 6px 20px;
}

.subscribe input.form-control:first-child {
  border-right: 1px solid #cccccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.subscribe button.btn {
  width: 140px;
  min-width: 140px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 18px;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section.gray.text-alone {
  text-align: center;
  background-color: #f6f6f6;
  padding: 27px 0;
}

.section.gray.text-alone p {
  margin: 0 0;
}

.archive .widget-title,
.archive .heading,
.page-template-blog .widget-title,
.page-template-blog .heading {
  display: none;
}

.blog-heading {
  background-image: url(../images/gradient-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  padding: 100px 0;
}

.blog-heading .container {
  max-width: 1140px;
}

.blog-heading h1,
.blog-heading h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 25px;
  font-family: 'brandon-grotesque', sans-serif;
}

.blog-heading p {
  opacity: 0.7;
  max-width: 438px;
  margin: 0 0 30px;
}

.blog-heading iframe {
  border: 0;
  max-width: 100%;
  width: 476px;
  float: right;
  height: 252px;
  margin: 30px 0 0;
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);
}

.blog-container .container {
  max-width: 830px;
}

.blog-container ul.page-numbers {
  margin-bottom: 100px;
}

.blog-search {
  font-size: 18px;
  color: #777;
  font-family: 'Lato', sans-serif;
  padding: 60px 0;
}

.blog-search h2 {
  margin: 0;
  font-weight: 700;
}

.blog-search form {
  width: 320px;
  float: left;
}

.blog-search form .form-control {
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 18px;
  padding: 6px 18px;
  color: #333;
}

.blog-search .dropdown {
  float: right;
}

.blog-search .dropdown button {
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 44px;
}

.blog-search .dropdown button strong {
  font-weight: 600;
}

.blog-search .dropdown .dropdown-menu {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.175);
  border: 0;
  background: #f6f6f6;
  right: 0;
  left: auto;
  font-size: 16px;
}

.blog-search .dropdown .dropdown-menu>li>a {
  color: #777;
  padding: 6px 15px;
  background: transparent;
}

.blog-search .dropdown .dropdown-menu>li>a:hover {
  color: #333;
}

.blog-loop .loop {
  margin: 0 0 100px;
}

.loop .post-author {
  width: 145px;
  height: 168px;
  position: relative;
  float: left;
  text-align: center;
  margin: 0 0 0 0;
  padding: 17px 0 0;
}

.loop .post-author h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #777;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.loop .post-author p {
  margin: 0 0;
  font-size: 12px;
  color: #999999;
  font-family: 'Lato', sans-serif;
}

.loop .post-author img {
  width: 100px;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loop .entry-excerpt {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #666;
}

.loop .entry-excerpt h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'brandon-text', sans-serif;
  margin: 0 0 15px;
}

.loop .entry-excerpt h2 a {
  color: #333;
  text-decoration: none;
}

.loop .entry-excerpt p {
  margin: 0;
}

.loop .entry-excerpt p a {
  font-weight: 700;
}

.loop.show-author .entry-excerpt {
  padding-left: 200px;
}

.optin-box {
  color: #777;
  width: 92%;
  max-width: 632px;
  margin: 0 auto;
  padding: 60px 82px 70px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.1);
}

.optin-box h1,
.optin-box p {
  font-size: 24px;
  line-height: 34px;
  margin: 0;
  color: #777;
}

.optin-box form {
  padding-top: 36px;
}

.optin-box .form-group {
  margin-bottom: 8px;
}

.optin-box .form-control {
  border-radius: 0;
  box-shadow: none !important;
  border: 2px solid #cccccc;
  height: 50px;
  font-size: 20px;
  color: #555555;
  padding: 6px 15px;
  outline: none;
}

.optin-box .form-control:focus {
  border-color: #2abe5b;
}

.optin-box .form-control.invalid {
  border-color: #cc0000 !important;
}

.optin-box .btn {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.04), transparent);
  background-color: #2abe5b;
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 20px;
  border: 0;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  outline: none !important;
  font-weight: 700;
  font-family: 'brandon-grotesque';
}

.optin-box .btn:hover {
  background-color: #1fb350;
}

.optin-box .btn small {
  font-size: 20px;
  display: inline-block;
  margin-left: 2px;
}

.optin-box .message {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(119, 119, 119, 0.6);
  color: #fff;
  padding: 160px 90px 0;
}

#shortcut-to-conversational {
  background-image: url(../images/blog-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 524px;
  padding: 54px 0 0;
  position: relative;
  font-family: 'Lato', sans-serif;
}

#shortcut-to-conversational .slogan {
  opacity: 0.8;
  font-size: 30px;
  max-width: 440px;
  margin: 0 auto;
  line-height: 32px;
}

#shortcut-to-conversational .slogan a:hover {
  text-decoration: underline;
}

#shortcut-to-conversational .brand {
  font-family: 'brandon-grotesque';
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 135px;
}

#shortcut-to-conversational .brand span {
  font-weight: 400;
}

#shortcut-to-conversational .optin-box {
  position: absolute;
  bottom: -125px;
  left: 0;
  right: 0;
  margin: auto;
}

#blog-press {
  background-color: #f6f6f6;
  padding: 174px 0 48px;
}

/*end blog*/
/*single*/
.single .widget-title {
  display: none;
}

.post-container .container {
  max-width: 730px;
  padding-top: 70px;
}

.post-container h1 {
  font-size: 60px;
  font-family: 'brandon-text', sans-serif;
  font-weight: 700;
  margin: 0 0 25px;
}

.entry-content {
  font-family: 'Lato', sans-serif;
  color: #777;
  font-size: 21px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 700;
}

.entry-content h2 {
  font-size: 36px;
  font-family: 'brandon-text', sans-serif;
  font-weight: 700;
  margin: 40px 0 10px;
}

.entry-content h3 {
  font-size: 23px;
  line-height: 1.4em;
  text-transform: none;
  padding: 0;
  margin: 40px 0 15px;
}

.entry-content h3:first-child {
  margin-top: 0;
}

.entry-content a {
  font-weight: 700;
}

.entry-content p {
  margin-bottom: 30px;
  line-height: 32px;
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 30px;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: 10px;
}

.entry-content ul li:last-child,
.entry-content ol li:last-child {
  margin-bottom: 0;
}

.entry-content blockquote {
  padding: 0 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
}

.entry-content blockquote:before {
  content: '';
  position: absolute;
  left: -38px;
  top: 0;
  width: 3px;
  background-color: #334571;
  height: 100%;
}

.entry-content blockquote br,
.entry-content blockquote p:empty {
  display: none;
}

.entry-content blockquote p:last-child {
  margin: 0;
}

.entry-content table {
  width: 100%;
  margin: 5px 0 30px;
}

.entry-content table tr th,
.entry-content table tr td {
  border: 1px solid #eeeeee;
  padding: 20px;
}

.entry-content table tr th {
  background-color: #f6f6f6;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 0;
}

.entry-content table tr td {
  color: #777;
}

.entry-content h3+table {
  margin-top: 10px;
}

.entry-content .entry-meta {
  font-size: 18px;
}

.entry-content .entry-meta img {
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.entry-content .entry-thumbnail {
  margin: 0 -20px;
  padding-top: 50px;
}

.entry-content .entry-thumbnail img {
  display: block;
  margin: 0 auto 70px;
}

.entry-content .entry-text {
  padding-bottom: 60px;
}

.entry-content .post-share {
  list-style: none;
  margin: 0 -5px 30px;
  padding: 0;
}

.entry-content .post-share li {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin: 0;
}

.entry-content .post-share a {
  font-size: 24px;
  line-height: 50px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #3b5998;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.04), transparent);
}

.entry-content .post-share a.twitter {
  background-color: #1bb2e9;
}

.entry-content .widget {
  margin-bottom: 30px;
  clear: both;
}

.entry-content .post-subscribe {
  background-color: #f6f6f6;
}

.entry-content .post-subscribe-text {
  padding: 35px;
  max-width: 666px;
  font-size: 18px;
  background-image: url(../images/post-subscribe.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.entry-content .post-subscribe-text h2 {
  margin: 0 0 10px;
  font-size: 30px;
  max-width: 460px;
}

.entry-content .post-subscribe-text p {
  max-width: 370px;
  margin: 0;
  line-height: 26px;
}

.entry-content .subscribe {
  padding: 35px;
  background-image: url(../images/gradient-bg-small.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: none;
}

.entry-content .subscribe input.form-control {
  width: 230px;
}

.entry-content .subscribe button.btn {
  width: 170px;
}

.entry-content .post-related {
  list-style: none;
  margin: 0 -15px;
  padding: 30px 0 90px;
}

.entry-content .post-related li {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin: 0;
}

.entry-content .post-related li img {
  display: block;
  margin: 0 auto 15px;
}

.entry-content .post-related li a {
  color: #333;
  text-decoration: none;
}

.entry-content .post-related li h4 {
  line-height: 1.4em;
  margin: 0;
}

.entry-content .floating-share {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  text-align: center;
  z-index: 400;
}

.entry-content .floating-share strong {
  display: block;
}

.entry-content .floating-share a {
  background-color: #3b5998;
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 9px 22px;
  border-radius: 4px;
  margin-top: 10px;
  opacity: 0.6;
}

.entry-content .floating-share a.twitter {
  background-color: #44ccf6;
}

.entry-content .floating-share a.google {
  background-color: #d13f2d;
}

.entry-content .floating-share a:hover {
  opacity: 1;
}

.entry-content .entry-note {
  line-height: 32px;
  padding: 35px;
  clear: both;
  margin-bottom: 20px;
  background-color: #fffddd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.entry-content .entry-note br,
.entry-content .entry-note p:empty {
  display: none;
}

.entry-content .entry-note p:last-child {
  margin: 0;
}

.entry-content .teacher-quote {
  padding: 35px;
  clear: both;
  position: relative;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.entry-content .teacher-quote br,
.entry-content .teacher-quote p:empty {
  display: none;
}

.entry-content .teacher-quote p:last-child {
  margin: 0;
}

.entry-content .teacher-quote .teacher-name {
  position: absolute;
  right: -280px;
  top: 0;
  background-color: #eeeeee;
  width: 280px;
  height: 107px;
  padding: 0 0 0 130px;
}

.entry-content .teacher-quote .teacher-name h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 107px;
  white-space: nowrap;
  color: #777;
}

.entry-content .teacher-quote .teacher-name img {
  position: absolute;
  bottom: 0;
  left: 10px;
}

#has-box-addons {
  position: relative;
}

.entry-content .box-addon {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  width: 250px;
  padding: 27px 30px 30px;
  font-size: 16px;
  position: absolute;
  left: 20px;
  -webkit-transition: opacity 1000ms 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 1000ms 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.entry-content .box-addon h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'brandon-text', sans-serif;
  margin: 0 0 8px;
  text-transform: none;
  color: #888;
}

.entry-content .box-addon p {
  line-height: 21px;
  margin-bottom: 24px;
}

.entry-content .box-addon .btn {
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
  padding: 0 15px;
  border-radius: 5px;
  display: block;
}

.entry-content .box-addon.box-addon-top {
  top: 8px;
}

.entry-content .box-addon.box-addon-middle {
  top: 50%;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
}

.entry-content .wp-caption {
  max-width: 100%;
}
/*end single*/

/*comment*/
.post-container #epoch-wrap {
  margin-bottom: 150px !important;
  max-width: 100% !important;
}

#epoch-wrap .comment-reply-title,
#epoch-wrap .comment-count-area {
  color: #777;
}

#epoch-wrap .comment-count-area a {
  text-decoration: none !important;
}

#epoch-wrap .comment-notes {
  font-size: 14px;
}

#epoch-wrap article.bypostauthor {
  margin-left: 0 !important;
  background-color: #f6f6f6 !important;
  padding: 15px !important;
  background-image: none !important;
}

#respond #commentform p.comment-form-author,
#respond #commentform p.comment-form-email,
#respond #commentform p.comment-form-url {
  width: 49.5% !important;
}

#respond #commentform p.comment-form-email {
  margin-right: 0 !important;
}

#respond #commentform p.form-submit {
  clear: both;
}

#respond input[type=text],
#respond input[type=email],
#respond input[type=url] {
  padding: 4px 10px !important;
  width: 100% !important;
}

#respond textarea {
  padding: 6px 10px !important;
}

#respond input[type=submit] {
  background-color: #334571;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 8px 20px;
  outline: none;
}

#respond input[type=submit]:hover {
  background-color: #2B3C65;
}

/*end comment*/
/*search*/
.search-heading {
  margin: 0 0 60px;
}

.search .widget-title {
  display: none;
}

/*end search*/
/*teachers*/
.page-template-teachers .heading {
  min-height: 324px;
}

#teachers-heading {
  text-align: center;
  max-width: 600px;
  color: #777;
  margin: -162px auto 0;
  padding: 70px 20px;
  background-color: #fff;
}

#teachers-heading h1 {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 32px;
  padding: 0 0 30px;
}

#teachers-heading h1:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 1px;
  background-color: #dddddd;
}

#teachers ul.interests {
  margin: 0 -4px;
  padding: 0 0;
}

#teachers ul.interests li {
  float: left;
  list-style: none;
  border: 1px solid #334571;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #334571;
  border-radius: 4px;
  font-weight: 500;
  margin: 0 4px 8px;
  white-space: nowrap;
  min-width: 188.5px;
  text-align: center;
  padding: 4px 10px 3px;
  text-transform: uppercase;
}

#teachers .nav-tabs {
  margin: 0 auto;
  text-align: center;
  border: 0;
}

#teachers .nav-tabs li {
  float: none;
  display: inline-block;
  list-style: none;
  margin: 0 0;
  padding: 0;
}

#teachers .nav-tabs li:first-child {
  margin-left: 0;
}

#teachers .nav-tabs li:last-child {
  margin-right: 0;
}

#teachers .nav-tabs li a {
  border: 0;
  background: transparent;
  outline: none;
  opacity: 0.6;
  -webkit-transition: opacity .28s ease;
  transition: opacity .28s ease;
}

#teachers .nav-tabs li a img {
  display: inline-block;
  vertical-align: bottom;
}

#teachers .nav-tabs li a:hover {
  opacity: 0.8;
}

#teachers .nav-tabs li.active a {
  opacity: 1;
}

#teachers .tab-content {
  background-color: #f6f6f6;
  padding: 74px 40px;
}

#teachers .tab-pane {
  max-width: 980px;
  margin: 0 auto;
  color: #777;
}

#teachers .tab-pane h2 {
  font-size: 36px;
  margin: 0 0 22px;
  padding: 0 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #cccccc;
}

#teachers .tab-pane h3 {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.5;
  margin: 0 0 10px;
  letter-spacing: 0.12em;
}

#teachers .tab-pane iframe {
  max-width: 100%;
  height: 245px;
  border: 0;
}

#teachers .tab-pane .bio-text p {
  margin-bottom: 30px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

/*end teachers*/
/*feedback*/
.page-template-feedback .heading {
  display: none;
}

.feedback-heading {
  background-image: url(../images/gradient-bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding: 75px 0;
}

.feedback-heading h1 {
  font-size: 72px;
  margin: 0 0;
  color: #fff;
  font-weight: 700;
  line-height: 68px;
}

.feedback-heading .sub-heading {
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
  font-family: 'Lato', sans-serif;
  margin: 0 0;
}

#feedback .container-fluid {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}

#feedback .entry-content {
  background-color: #eeeeee;
  max-width: 540px;
  padding: 44px 50px;
  font-size: 18px;
  color: #777;
  position: absolute;
  right: 30px;
  top: -164px;
}

#feedback .entry-content strong {
  color: #333;
}

#feedback .entry-content p {
  margin-bottom: 20px;
  line-height: 26px;
}

#feedback .entry-content p:last-child {
  margin-bottom: 0;
}

.feedback-more {
  color: #777 !important;
  text-decoration: none !important;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

.feedback-more:hover {
  color: #333 !important;
}

.grid-feedback {
  margin: 0 0 40px;
  clear: both;
}

.feedback {
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
  margin: 40px 3% 0 0;
  width: 48.5%;
  float: left;
  background-color: #fff;
}

.feedback.first {
  margin-bottom: 40px;
}

.grid-feedback .feedback.second {
  margin-top: 0;
}

.grid-feedback .feedback:nth-child(3n) {
  margin-right: 0;
}

.grid-feedback .grid-sizer {
  width: 48.5%;
}

.grid-feedback .gutter-sizer {
  width: 3%;
}

.feedback ul {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}

.feedback ul li {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #777;
  padding: 0 28px 18px 140px;
  position: relative;
}

.feedback ul li .label {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #333;
  border-radius: 0;
  display: inline-block;
  padding: 0;
  text-align: left;
  position: absolute;
  left: 28px;
}

.feedback ul li.teacher {
  background-color: #f6f6f6;
  border-bottom: 1px solid #cccccc;
  padding: 24px 28px 24px 140px;
  margin-bottom: 26px;
}

/*end feedback*/
/* SIGNUP PAGE */
.page-template-signup {
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #777;
}

.page-template-signup #site-content {
  padding: 78px 15px 40px;
  position: relative;
}

.page-template-signup #site-content .signup-logo {
  position: absolute;
  left: 15px;
  top: 20px;
  width: 42px;
  height: 42px;
  background-image: url(../images/signup-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.page-template-signup #site-content .signup-logo.pull-right {
  float: none !important;
  left: auto;
  right: 15px;
  opacity: 0;
}

.page-template-signup .container {
  max-width: 480px;
}

.page-template-signup #site-content h3 {
  font-size: 36px;
  margin: 0 0 42px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.page-template-signup #site-content ul {
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
}

.page-template-signup #site-content ul li {
  font-size: 22px;
  position: relative;
  padding: 0 0 0 46px;
  margin-bottom: 20px;
}

.page-template-signup #site-content ul li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/signup-icon.png);
  background-repeat: no-repeat;
  background-position: -73px 2px;
}

.page-template-signup #site-content ul li:last-child {
  margin-bottom: 0;
}

.page-template-signup #site-content ul li strong {
  font-weight: 700;
}

.page-template-signup #site-content ul li a {
  color: #334571;
  text-decoration: none;
}

.page-template-signup #site-content .btn {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  line-height: 60px;
  border: 0;
  padding: 0 0;
  border-radius: 5px;
  outline: none !important;
  margin: 0 0 24px;
  background-color: #334571;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.04), transparent);
}

.page-template-signup #site-content .btn:hover,
.page-template-signup #site-content .btn:focus,
.page-template-signup #site-content .btn:active {
  background-color: #394e80;
}

.page-template-signup #site-content .btn .fa {
  position: absolute;
  right: 18px;
  top: 0;
  font-size: 30px;
  line-height: 60px;
}

.page-template-signup #site-content .signup-bottom-text {
  font-style: italic;
  text-align: center;
  margin: 0 auto;
  max-width: 414px;
}

.page-template-signup #site-content .signup-bottom-text a {
  font-weight: 700;
}

/* END SIGNUP PAGE */
/*support page*/
.page-template-support #site-content {
  padding: 0;
}

.page-template-support .content {
  padding: 80px 15px;
}

.page-template-support #site-content .container {
  max-width: 1030px;
}

.support-footer a {
  font-weight: 700;
}

#support-header {
  background-image: url(../images/gradient-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: 'Lato';
}

#support-header .container {
  position: relative;
  padding-top: 105px;
  padding-bottom: 110px;
  width: 100%;
  max-width: 1290px;
}

#support-header ul.support-logo {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 15px;
  top: 18px;
}

#support-header ul.support-logo li {
  float: left;
  line-height: 42px;
  margin-left: 18px;
}

#support-header ul.support-logo li:first-child {
  margin-left: 0;
}

#support-header ul.support-logo li a {
  color: #fff;
  text-decoration: none;
}

#support-header ul.support-logo li a span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#support-header h1,
#support-header h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  margin: 0 0 40px;
  font-weight: 800;
}

#support-header form {
  width: 605px;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}

#support-header form input[type=text] {
  line-height: 57px;
  padding: 0 20px;
  border: 0;
  outline: none;
  float: left;
  width: 430px;
  font-size: 18px;
  color: #777;
}

#support-header form button {
  background-color: #e5d32b;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.04), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.04), transparent);
  width: 164px;
  line-height: 57px;
  padding: 0 15px;
  border: 0;
  outline: none;
  float: right;
  color: #334571;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
}

#support-header form button:hover {
  background-color: #D8C620;
}

#support-header .form-group {
  margin: 0;
}

.support-archive {
  background-color: #f6f6f6;
  color: #777;
  font-family: 'Lato';
  padding: 22px 38px;
}

.grid-support .grid-sizer {
  width: 46%;
}

.grid-support .gutter-sizer {
  width: 8%;
}

.grid-support .support-item {
  margin: 16px 0;
  width: 46%;
  float: left;
}

.grid-support .support-item:nth-child(2n) {
  margin-right: 0;
}

.support-item h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 8px;
  color: #777;
  letter-spacing: 0.1em;
}

.support-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-item ul li {
  position: relative;
}

.support-item ul li a {
  font-size: 18px;
  line-height: 30px;
  color: #777;
  text-decoration: none;
}

.support-item ul li a:hover {
  color: #5c5c5c;
}

.page-template-support-search #site-content,
.single-knowledge-base #site-content {
  padding: 0;
}

.page-template-support-search .content,
.single-knowledge-base .content {
  padding: 80px 0;
}

.page-template-support-search .content .container,
.single-knowledge-base .content .container {
  max-width: none;
}

.support-sidebar {
  background-color: #f6f6f6;
  padding: 10px 38px;
  font-family: 'Lato';
  width: 515px;
  float: left;
}

.support-sidebar .support-item {
  margin: 28px 0;
}

.support-sidebar .support-item ul li.active:before {
  content: '';
  width: 2px;
  height: 19px;
  position: absolute;
  left: -38px;
  top: 6px;
  background-color: #34496f;
}

.support-sidebar .support-item ul li.active a {
  color: #34496f;
  font-weight: 600;
}

.support-content.support-content-mobile {
  display: none;
}

.support-content {
  float: right;
  width: 515px;
  font-family: 'Lato';
}

.support-content h1,
.support-content>h2 {
  margin: 26px 0 26px;
  font-size: 36px;
  font-weight: 800;
}

.support-content .entry-content {
  padding-bottom: 60px;
  font-size: 18px;
}

.support-content .entry-content p {
  margin-bottom: 20px;
  line-height: 26px;
}

.support-content .entry-content p:last-child {
  margin-bottom: 0;
}

.support-content .support-meta {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #777;
  font-size: 18px;
  overflow: hidden;
  padding: 24px 0;
}

.support-content .support-meta p {
  margin: 0;
}

.support-content .support-meta p a {
  text-decoration: none;
  font-weight: 700;
}

.support-content .support-meta p span {
  margin: 0 10px;
  display: inline-block;
}

.support-content .support-meta.voted p a {
  opacity: 0.8;
}

.page-template-support-search .support-content>h2 {
  color: #777;
  font-size: 14px;
  text-transform: uppercase;
  margin: 37px 0 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.page-template-support-search .support-content .entry-content {
  padding-bottom: 0;
}

.support-search-keyword.support-search-keyword-mobile {
  display: none;
}

.support-sidebar .support-search-keyword {
  background-color: #e6e6e6;
  margin: -10px -38px 0;
  padding: 38px 38px;
  position: relative;
  width: auto !important;
}

.support-sidebar .support-search-keyword h3 {
  font-size: 24px;
  text-transform: none;
  font-weight: 800;
  margin: 0 0 0;
}

.support-search-keyword .support-back {
  position: absolute;
  width: 22px;
  height: 23px;
  background-image: url(../images/x-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-decoration: none;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.support-search-keyword .support-back:hover {
  background-position: 0 -25px;
}

/*end support page*/
/* HOME NEW */
#home-welcome {
  padding: 85px 0 0;
  background-image: url(../images/gradient-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

#home-welcome .container {
  max-width: 940px;
}

#home-welcome h1 {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#home-welcome h1 span {
  color: #e5d32b;
}

#home-welcome h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-family: 'brandon-text';
}

#home-welcome .welcome-text {
  max-width: 446px;
  margin: 0 auto 27px;
}

#home-welcome .welcome-text p {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.7);
}

#home-welcome .welcome-text p:last-child {
  margin-bottom: 0;
}

#home-welcome .welcome-buttons {
  margin: 0 -25px;
  padding: 0;
  list-style: none;
}

#home-welcome .welcome-buttons li {
  float: left;
  width: 50%;
  padding: 0 25px;
}

#home-welcome .welcome-button {
  position: relative;
  text-align: center;
  padding: 42px 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  bottom: -50px;
  -webkit-transition: bottom .28s ease;
  transition: bottom .28s ease;
}

#home-welcome .welcome-button>a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#home-welcome .welcome-button p {
  margin: 0 0 25px;
}

#home-welcome .welcome-button img {
  display: block;
  margin: 0 auto;
}

#home-welcome .welcome-button:hover {
  bottom: -35px;
}

#home-quote {
  background-color: #f6f6f6;
  padding: 130px 0 50px;
}

#home-quote .container {
  max-width: 940px;
  position: relative;
}

#home-quote img.forbes {
  position: absolute;
  right: 15px;
  top: 6px;
}

#home-quote p {
  font-size: 22px;
  line-height: 30px;
  font-family: 'brandon-text';
  margin: 0;
  padding-right: 292px;
}

/* END HOME NEW */
/* FOOTER SIGNUP */
#footer-signup {
  padding: 130px 0 130px;
  background-image: url(../images/gradient-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  font-family: 'Lato', sans-serif;
}

#footer-signup h2 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 15px;
  font-family: 'brandon-text';
  font-weight: 700;
}

#footer-signup p {
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 auto 25px;
  max-width: 600px;
}

#footer-signup .btn {
  line-height: 80px;
  font-size: 26px;
  width: 100%;
  max-width: 448px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.24);
}

/* END FOOTER SIGNUP */
/* SLIDER */
.flexslider {
  clear: both;
}

.flexslider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider ul li {
  display: inline-block;
}

#slider {
  border: 1px solid #eeeeee;
  overflow: hidden;
}

#slider img {
  display: block;
  width: 100%;
}

#slider ul li {
  display: none;
}

#slider ul li:first-child {
  display: block;
}

#carousel {
  background-color: #eeeeee;
  padding: 10px 10px;
  overflow: hidden;
}

#carousel img {
  cursor: pointer;
  opacity: 0.4;
  display: block;
  -webkit-transition: opacity .28s ease;
  transition: opacity .28s ease;
}

#carousel ul li {
  width: 107px;
  float: left;
  margin-right: 10px;
}

#carousel ul li:hover img,
#carousel ul li.flex-active-slide img {
  opacity: 1;
}

@media (max-width: 480px) {
  #carousel {
    padding: 5px;
  }

  #carousel ul {
    width: auto !important;
    transform: none !important;
  }

  #carousel ul li {
    float: left;
    width: 50% !important;
    margin: 0 !important;
    padding: 5px !important;
  }

  #carousel ul li:nth-child(2n+1) {
    clear: both;
  }
}

/* END SLIDER */
/* BS CTA */
.entry-content .bs-cta {
  background-color: #f6f6f6;
  margin: 40px 0 60px;
}

.entry-content .bs-cta+p:empty {
  display: none;
}

.entry-content .bs-cta+h2,
.entry-content .bs-cta+h3 {
  margin-top: 0;
}

.entry-content .bs-cta .cta-inner {
  padding: 80px 0;
}

.entry-content .bs-cta h2,
.entry-content .bs-cta h3 {
  font-size: 36px;
  font-family: 'brandon-text', sans-serif;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 20px;
}

.entry-content .bs-cta .cta-photo {
  text-align: center;
}

.entry-content .bs-cta .cta-text {
  padding-top: 25px;
}

.entry-content .bs-cta .btn {
  border-radius: 5px;
  background-color: #334571;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  font-size: 24px;
  font-family: 'brandon-text', sans-serif;
  font-weight: 700;
  padding: 0 25px;
  line-height: 67px;
  width: 100%;
  max-width: 360px;
}

@media (max-width: 992px) {
  .entry-content .bs-cta {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .entry-content .bs-cta .cta-inner {
    padding: 60px 30px;
  }
}

@media (max-width: 480px) {
  .entry-content .bs-cta .btn {
    padding: 0 10px;
  }
}

/* END BS CTA */
/*bluestudies + actualfluency*/
.page-id-3199.page-template-signup #site-content,
.page-id-3730.page-template-signup #site-content {
  padding-top: 88px;
}

.page-id-3199.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_bluestudies.png);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 336px;
  width: 336px;
  height: 45px;
}

.page-id-3730.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_actualfluency.png);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 367px;
  width: 367px;
  height: 45px;
}

.page-id-8968.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_iwtyal.png);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 315px;
  width: 315px;
  height: 50px;
}

.page-id-9378.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_coffeebreak.png);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 450px;
  width: 450px;
  height: 45px;
}

.page-id-9523.page-template-signup #site-content .signup-logo {
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 140px;
  width: 140px;
  height: 45px;
}

.page-id-9523.page-template-signup #site-content .signup-logo.pull-right {
  opacity: 1;
  background-image: url(../images/bs_wsi.png);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100px;
  width: 100px;
  height: 45px;
}

.page-id-11380.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_planetexpats.png);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 367px;
  width: 367px;
  height: 45px;
}

.page-id-12434.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_mimic.png);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 367px;
  width: 367px;
  height: 45px;
}

.page-id-17366.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_polyglotpower.png);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 400px;
  width: 400px;
  height: 45px;
}

.page-id-19975.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_nomadichustle.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  max-width: 400px;
  width: 400px;
  height: 45px;
}

.page-id-30412.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_mdecomedy2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  max-width: 312px;
  width: 312px;
  height: 63px;
}

.page-id-31878.page-template-signup #site-content {
  padding-top: 120px;
}

.page-id-31878.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_daddyblogger.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  max-width: 318px;
  width: 318px;
  height: 80px;
}

.page-id-34680.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_maxwellhertan.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  max-width: 349px;
  width: 349px;
  height: 45px;
}

.page-id-35947.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_alllanguageresources.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  max-width: 369px;
  width: 369px;
  height: 50px;
}

.page-id-38851.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_edlatimore.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  max-width: 349px;
  width: 349px;
  height: 45px;
}

.page-id-43496.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_holadrew.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  max-width: 349px;
  width: 349px;
  height: 45px;
}

.page-id-53550.page-template-signup #site-content .signup-logo {
  background-image: url(../images/bs_drewlewis.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  max-width: 349px;
  width: 349px;
  height: 45px;
}

@media (max-width: 767px) {

  .page-id-9523.page-template-signup #site-content,
  .page-id-9378.page-template-signup #site-content,
  .page-id-8968.page-template-signup #site-content,
  .page-id-3199.page-template-signup #site-content,
  .page-id-3730.page-template-signup #site-content,
  .page-id-11380.page-template-signup #site-content,
  .page-id-12434.page-template-signup #site-content,
  .page-id-17366.page-template-signup #site-content,
  .page-id-19975.page-template-signup #site-content,
  .page-id-30412.page-template-signup #site-content,
  .page-id-31878.page-template-signup #site-content,
  .page-id-34680.page-template-signup #site-content,
  .page-id-35947.page-template-signup #site-content,
  .page-id-38851.page-template-signup #site-content,
  .page-id-43496.page-template-signup #site-content,
  .page-id-53550.page-template-signup #site-content {
    padding-top: 40px;
  }
}

@media (max-width: 480px) {

  .page-id-9523.page-template-signup #site-content .signup-logo,
  .page-id-9378.page-template-signup #site-content .signup-logo,
  .page-id-8968.page-template-signup #site-content .signup-logo,
  .page-id-3199.page-template-signup #site-content .signup-logo,
  .page-id-3730.page-template-signup #site-content .signup-logo,
  .page-id-3730.page-template-signup #site-content .signup-logo,
  .page-id-11380.page-template-signup #site-content .signup-logo,
  .page-id-12434.page-template-signup #site-content .signup-logo,
  .page-id-17366.page-template-signup #site-content .signup-logo,
  .page-id-19975.page-template-signup #site-content .signup-logo,
  .page-id-30412.page-template-signup #site-content .signup-logo,
  .page-id-31878.page-template-signup #site-content .signup-logo,
  .page-id-34680.page-template-signup #site-content .signup-logo,
  .page-id-35947.page-template-signup #site-content .signup-logo,
  .page-id-38851.page-template-signup #site-content .signup-logo,
  .page-id-43496.page-template-signup #site-content .signup-logo,
  .page-id-53550.page-template-signup #site-content .signup-logo {
    width: 100%;
    background-size: 100% auto;
  }
}

/*end bluestudies + actualfluency*/
/* PAGE sme-presell */
.page-template-page_sme-presell #site-content {
  padding: 0 0;
}

.sme-header {
  padding: 20px 20px;
}

.sme-header a.logo img {
  display: inline-block;
  max-width: 42px;
  height: auto;
}

.sme-footer {
  padding: 0 20px 30px;
}

.sme-footer p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #aaa;
  margin: 0 0;
}

.sme-content {
  padding: 0 0;
}

.sme-content .container {
  max-width: 940px;
}

.sme-content h1 {
  font-size: 48px;
  font-family: 'brandon-text';
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px;
}

.sme-content .sme-video {
  margin-bottom: 45px;
}

.sme-content .sme-terms {
  font-style: italic;
  color: #aaa;
  padding: 300px 0 100px;
}

.sme-content .sme-button {
  padding: 15px 0 0;
}

.sme-content .sme-button button.btn {
  display: block;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 92px;
  padding: 0 20px;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
}

.sme-content .sme-button button.btn:after {
  content: '\f105';
  font: normal normal normal 30px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.sme-content .entry-content {
  max-width: 650px;
  margin: 0 auto;
  font-size: 22px;
  color: #555555;
}

.sme-content .entry-content h2 {
  font-size: 30px;
  font-family: 'brandon-text';
  font-weight: 700;
}

@media (max-width: 575px) {
  .sme-content h1 {
    font-size: 30px;
  }

  .sme-content .sme-button button.btn {
    font-size: 20px;
    line-height: 60px;
  }

  .sme-content .sme-button button.btn:after {
    font-size: 22px;
  }

  .sme-content .sme-terms {
    padding: 100px 0 50px;
  }
}

/* END PAGE sme-presell */

/* HOME WELCOME */
body.home #home-welcome {
  padding-bottom: 185px;
}

body.page-template-page_online #home-welcome {
  position: relative;
  padding-top: 110px;
}

#home-welcome .medellin-alert {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
}

#home-welcome .medellin-alert p {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  opacity: 0.7;
  margin: 0 0;
}

#home-welcome .medellin-alert p a {
  color: #fff;
}

/* END HOME WELCOME */
/* HOME QUOTE */
body.home #home-quote {
  padding-top: 0;
}

body.home #home-quote .container {
  max-width: 940px;
}

/* END HOME QUOTE */
/* MED SECTION */
.med-section {
  font-size: 18px;
  font-family: 'Lato';
}

.med-section p {
  margin-bottom: 25px;
}

.med-section p:last-child {
  margin-bottom: 0;
}

.med-section .med-col-heading {
  font-size: 18px;
  font-family: 'brandon-text';
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 2px;
}

.med-section.med-alert {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 16px 15px;
}

.med-section.med-alert p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.med-section.med-alert p a {
  color: #334571;
}

/* END MED SECTION */
/* BEGIN med-welcome */
#med-welcome {
  padding-bottom: 72px;
  background-color: #f6f6f6;
}

#med-welcome .med-welcome-text {
  max-width: 610px;
  margin: 0 auto;
  padding: 70px 0;
}

#med-welcome .med-welcome-text h1 {
  font-size: 48px;
  font-family: 'brandon-text';
  font-weight: 700;
  margin: 0 0 15px;
}

#med-welcome .med-welcome-text p {
  margin: 0 0;
}

#med-welcome .med-welcome-video {
  position: relative;
  margin-bottom: 75px;
}

#med-welcome .med-welcome-video iframe {
  width: 100%;
  height: 100%;
}

#med-welcome .med-welcome-video>img {
  position: relative;
  display: block;
  z-index: 10;
  transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
}

#med-welcome .med-welcome-video .med-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#med-welcome .med-welcome-video button.med-video-play {
  border: 0;
  padding: 0 0;
  width: 96px;
  height: 96px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNzU5YzUyMS1hOWI2LTQ2OGUtOWY5Ni02NDE4NGQ3NWZiNTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzU1RTAxNzRGODRGMTFFODk1MjhGMEU4OEE0MDlGQjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzU1RTAxNzNGODRGMTFFODk1MjhGMEU4OEE0MDlGQjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjNmZjFkYWUtMWRhOS00OWQ5LTlmNjktMDQwNTNkOGU3YWE3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOmI3NTljNTIxLWE5YjYtNDY4ZS05Zjk2LTY0MTg0ZDc1ZmI1MCIvPiA8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);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: none;
  z-index: 15;
  transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

#med-welcome .med-welcome-video.playing>img {
  opacity: 0;
  visibility: hidden;
}

#med-welcome .med-welcome-video.playing button.med-video-play {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  #med-welcome .row {
    margin-left: -30px;
    margin-right: -30px;
  }

  #med-welcome .col-md-4 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  #med-welcome .col-md-4 {
    padding-bottom: 30px;
  }

  #med-welcome .col-md-4:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  #med-welcome .med-welcome-text h1 {
    font-size: 28px;
  }

  #med-welcome .med-welcome-video button.med-video-play {
    width: 75px;
    height: 75px;
  }
}

/* END med-welcome */
/* BEGIN med-contact */
#med-contact {
  padding: 100px 0;
}

#med-contact .med-contact-inner {
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.08);
}

#med-contact .row {
  max-width: 1030px;
  margin: 0 auto;
  padding: 50px 0;
}

#med-contact .col-md-4 {
  padding-left: 30px;
  padding-right: 30px;
}

#med-contact p a {
  color: inherit;
  text-decoration: none;
}

#med-map {
  height: 376px;
  background-color: #f5f5f5;
}

#med-map iframe {
  width: 100%;
}

@media (max-width: 767px) {
  #med-contact .col-md-4 {
    padding-bottom: 30px;
  }

  #med-contact .col-md-4:last-child {
    padding-bottom: 0;
  }
}

/* END med-contact */
/* BEGIN med-programs */
#med-programs {
  background-image: url(../images/gradient-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

#med-programs h2 {
  font-size: 42px;
  font-family: 'brandon-grotesque';
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px;
}

#med-programs h2 span {
  display: inline-block;
  color: #e5d32b;
}

#med-programs .med-intro-programs {
  padding: 95px 0;
}

#med-programs .med-intro-programs p {
  opacity: 0.7;
}

#med-programs .med-program {
  position: relative;
  top: 0;
  padding: 38px 30px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: top .28s ease;
  transition: top .28s ease;
}

#med-programs .med-program:hover {
  top: -15px;
}

#med-programs .med-program h3 {
  font-size: 24px;
  font-family: 'brandon-grotesque';
  font-weight: 700;
  margin: 0 0 5px;
}

#med-programs .med-program p {
  font-size: 15px;
  line-height: 21px;
  color: #777;
  margin-bottom: 25px;
}

#med-programs .med-program a.med-program-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

#med-programs .container-fluid {
  max-width: 960px;
}

#med-programs .row {
  margin-bottom: -100px;
}

@media (min-width: 992px) {
  #med-programs .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }

  #med-programs .row:before,
  #med-programs .row:after {
    display: none;
  }

  #med-programs .row .col-md-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  #med-programs .med-program {
    min-height: 100%;
  }
}

@media (max-width: 991px) {
  #med-programs .med-intro-programs p br {
    display: none;
  }

  #med-programs .col-md-6 {
    padding-bottom: 30px;
  }

  #med-programs .col-md-6:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  #med-programs h2 {
    font-size: 28px;
  }
}

/* END med-programs */

/* BEGIN med-cta */
#med-cta {
  background-color: #eeeeee;
  padding: 180px 0 80px;
}

#med-cta h2 {
  font-size: 36px;
  font-family: 'brandon-text';
  font-weight: 700;
  margin: 0 0 18px;
}

#med-cta .btn {
  font-family: 'brandon-grotesque';
  font-size: 26px;
  font-weight: 700;
  line-height: 80px;
  width: 100%;
  max-width: 449px;
  padding: 0 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.24);
  border-radius: 5px;
  background-color: #334571;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 480px) {
  #med-cta h2 {
    font-size: 28px;
  }
}

/* END med-cta */

/* BEGIN MEGA MENU */
body.mega-open:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200;
}

#site-header .menu li.menu-item-has-mega {
  position: static;
}

.mega-menu {
  background-color: #f6f6f6;
  font-family: 'Lato';
  font-size: 16px;
  line-height: 22px;
  color: #777;
}

.mega-menu a {
  display: inline-block;
  color: inherit;
}

.mega-menu p {
  margin: 0;
}

.mega-menu .container {
  width: 100%;
  max-width: 1100px;
}

.mega-menu .compare-programs {
}

.mega-menu .compare-programs a {
  color: #334571;
  font-weight: 700;
}

.mega-menu .compare-programs a > i {
  margin-left: 2px;
}

.mega-menu .menu-program {
  position: relative;
  display: block;
  min-height: 100%;
  padding: 30px 30px 20px 90px;
  color: inherit;
  border-radius: 10px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.mega-menu .menu-program span sup {
  font-size: 11px;
}

.mega-menu .menu-program__icon {
  position: absolute;
  top: 30px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
}

.mega-menu .menu-program__name {
  display: block;
  font-family: 'brandon-grotesque';
  font-size: 21px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}

.mega-menu .menu-program:hover {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}

.mega-menu__primary {
  padding-top: 50px;
  padding-bottom: 40px;
}

.mega-menu__secondary {
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mega-menu__secondary .menu-program {
  padding: 20px 20px 20px 80px;
}

.mega-menu__secondary .menu-program__icon {
  top: 20px;
  width: 40px;
  height: 36px;
}

.mega-menu__secondary .menu-program__name {
  font-size: 17px;
  color: #555;
}

@media (min-width: 768px) {
  #site-header .menu>li:hover>.mega-menu {
    opacity: 1;
    visibility: visible;
  }

  #site-header .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
  }

  .mega-menu .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .mega-menu .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mega-menu .compare-programs {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 100%;
    padding-left: 100px;
  }
  
  .mega-menu .compare-programs:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50px;
    width: 1px;
    height: 95px;
    background-color: #ccc;
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
  #site-header .mega-menu {
    display: none;
    margin-bottom: 20px;
  }

  .mega-menu .container {
    padding: 0;
    width: auto;
    max-width: 100%;
  }

  .mega-menu .compare-programs {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    text-align: center;
  }

  .mega-menu .menu-program {
    padding-top: 20px;
  }

  .mega-menu .menu-program__icon {
    top: 20px;
  }

  .mega-menu__primary {
    padding: 20px 20px 30px;
  }

  .mega-menu__secondary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mega-menu__secondary .menu-program {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* END MEGA MENU */

/* online-sm-countdown */
.online-sm-countdown-block {
  background-color: #f5f5f5;
  border-radius: 6px;
  max-width: 635px;
  margin: 0 auto 30px;
  padding: 20px 20px;
}

.online-sm-countdown-block h3 {
  margin: 0 0 20px !important;
  padding: 0 !important;
}

.online-sm-countdown {
  display: flex;
  flex-wrap: wrap;
  max-width: 310px;
  margin: 0 auto;
  text-align: center;
}

.online-sm-countdown>div {
  width: 33.33%;
}

.online-sm-countdown .sm-countdown-number {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 5px;
}

.online-sm-countdown .sm-countdown-label {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  opacity: 0.7;
}

/* END online-sm-countdown */
/* home-program */
.home-program {
  clear: both;
  margin-top: 50px;
}

.home-program .container-fluid {
  max-width: 100%;
}

.home-program .row {
  margin: 0;
}

.home-program .row>div {
  position: relative;
  padding: 0;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-program .home-program-intro {
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  color: #777;
  padding: 100px 100px 70px;
}

.home-program .home-program-intro h2 {
  font-family: 'brandon-text';
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 16px;
}

.home-program .home-program-intro h2 sup {
  font-size: 14px;
  top: -22px;
  left: 3px;
}

.home-program .home-program-intro h3 {
  font-family: 'brandon-text';
  font-size: 16px;
  font-weight: 700;
  color: #334571;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}

.home-program .home-program-intro p {
  line-height: 30px;
}

.home-program .home-program-intro p:last-child {
  margin-bottom: 0;
}

.home-program .home-program-links {
  padding: 80px 40px 40px;
}

.home-program .home-program-links>a {
  display: block;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  padding: 18px 20px 18px 25px;
  margin-bottom: 10px;
  right: 0;
  font-family: 'brandon-grotesque';
  font-size: 24px;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.home-program .home-program-links>a:after {
  content: "\f105";
  font: normal normal normal 24px/1 FontAwesome;
  color: #aaaaaa;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.home-program .home-program-links>a span {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #777;
  font-weight: 400;
  margin-left: 6px;
}

.home-program .home-program-links>a:last-child {
  margin-bottom: 0;
}

.home-program .home-program-links>a:hover {
  right: -10px;
}

@media (min-width: 992px) {
  .home-program .row {
    display: flex;
    flex-wrap: wrap;
  }

  .home-program .row:before,
  .home-program .row:after {
    display: none;
  }

  .home-program .home-program-links {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1199px) {
  .home-program .container-fluid {
    padding: 0 50px;
  }

  .home-program .home-program-intro {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .home-program .home-program-intro {
    padding: 40px 40px;
  }

  .home-program .home-program-intro h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .home-program .home-program-intro {
    padding: 25px 25px;
  }

  .home-program .home-program-intro h2 {
    font-size: 34px;
  }

  .home-program .home-program-intro h2 sup {
    top: -15px;
  }

  .home-program .home-program-intro h3 {
    font-size: 14px;
  }
}

/* END home-program */
/* bs-countdown */
#bs-countdown {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 229px;
  background-color: #cc0000;
  border-radius: 10px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #fff;
  text-align: center;
  opacity: 1;
  visibility: visible;
  z-index: 450;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#bs-countdown p {
  line-height: 16px;
  margin: 0 0 15px;
}

#bs-countdown p:last-child {
  margin-bottom: 0;
}

#bs-countdown .bs-countdown-heading {
  padding: 28px 10px 23px;
}

#bs-countdown .bs-countdown-heading p {
  font-family: 'brandon-text';
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  opacity: 0.7;
}

#bs-countdown .bs-countdown-heading h4 {
  font-family: 'brandon-text';
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 0;
}

#bs-countdown .newyear-deal__countdown,
#bs-countdown .bs-countdown-length {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(51, 51, 51, 0.2);
  padding: 17px 15px;
}

#bs-countdown .bs-countdown-length>div {
  width: 33.33%;
}

#bs-countdown .newyear-deal__countdown .countdown-number,
#bs-countdown .bs-countdown-number {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}

#bs-countdown .newyear-deal__countdown .countdown-label,
#bs-countdown .bs-countdown-label {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  opacity: 0.7;
}

#bs-countdown .bs-countdown-button {
  padding: 20px 10px 15px;
}

#bs-countdown .bs-countdown-button p {
  line-height: 16px;
  opacity: 0.6;
}

#bs-countdown .bs-countdown-button a.btn {
  display: block;
  font-family: 'brandon-text';
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  color: #cc0000;
  text-align: center;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 13px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  outline: none;
}

#bs-countdown .bs-countdown-button a.btn:last-child {
  margin-bottom: 0;
}

#bs-countdown .bs-countdown-close {
  display: none;
  background-color: transparent;
  background-image: url(../images/signup-icon.png);
  background-repeat: no-repeat;
  background-position: -48px 0;
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

#bs-countdown-mobile {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #cc0000;
  padding: 15px 15px;
  color: #fff;
  display: none;
  opacity: 1;
  visibility: visible;
  z-index: 200;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#bs-countdown-mobile .bs-countdown-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#bs-countdown-mobile p {
  font-family: 'brandon-text';
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0;
}

#bs-countdown-mobile a.btn {
  display: inline-block;
  font-family: 'brandon-text';
  font-size: 12px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  color: #cc0000;
  background-color: #ffffff;
  padding: 0 15px;
  border-radius: 10px;
  box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.1);
  outline: none;
}

.page-template-page_bienvenido #bs-countdown,
.page-template-page_bienvenido #bs-countdown-mobile {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  #bs-countdown-mobile p {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  #bs-countdown-mobile p {
    font-size: 30px;
  }

  #bs-countdown-mobile a.btn {
    font-size: 20px;
    line-height: 60px;
    padding: 0 30px;
  }
}

@media (max-width: 1199px) {
  #bs-countdown-mobile {
    display: block;
  }

  #bs-countdown {
    opacity: 0;
    visibility: hidden;
  }

  #bs-countdown .bs-countdown-close {
    display: block;
  }

  body.open-bs-countdown #bs-countdown {
    opacity: 1;
    visibility: visible;
  }

  body.open-bs-countdown #bs-countdown-mobile {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 575px) {
  #bs-countdown {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
  }

  #bs-countdown-mobile a.btn {
    padding: 0 12px;
  }
}

/* END bs-countdown */
/* LANDING TEMPLATE */
body.page-template-page_landing {
  background-color: #eeeeee;
}

body.page-template-page_landing #site-content {
  padding: 0 0;
}

#lp-header {
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  padding: 90px 0 180px;
  background-image: url(../images/gradient-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#lp-header h1 {
  font-size: 48px;
  font-family: 'brandon-text';
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}

#lp-header p {
  line-height: 32px;
  margin: 0 0 25px;
}

#lp-header p:last-child {
  margin-bottom: 0;
}

#lp-header .lp-header-text.col-md-12 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#lp-content {
  padding-bottom: 35px;
}

#lp-content p.copyright {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #aaaaaa;
  margin: 0 0;
}

#lp-content p.copyright a {
  display: inline-block;
  color: #aaa;
  margin: 0 0 0 10px;
}

#lp-form {
  padding: 50px 50px;
  margin-top: -80px;
  margin-bottom: 75px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

#lp-form form>div {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#lp-form form>div:last-child {
  margin-bottom: 0;
}

#lp-form .form-control {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 60px;
  padding: 0 20px;
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  outline: none;
}

#lp-form button[type="submit"] {
  font-family: 'brandon-grotesque';
  font-size: 22px;
  color: #334571;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 0 20px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #e5d32b;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  outline: none;
}

#lp-form p.lp-form-message {
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  color: #2da61d;
  text-align: center;
  width: 100%;
  margin: 0;
}

@media (min-width: 992px) {
  #lp-header .row {
    display: flex;
    flex-wrap: wrap;
  }

  #lp-header .row:before,
  #lp-header .row:after {
    display: none;
  }

  #lp-header .row .lp-header-text {
    order: 1;
  }

  #lp-header .row .lp-header-photo {
    order: 2;
    padding-top: 15px;
    padding-left: 55px;
  }

  #lp-form form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  #lp-form form>div {
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  #lp-header .row .lp-header-photo {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #lp-header {
    padding-top: 20px;
    padding-bottom: 120px;
  }
}

@media (max-width: 575px) {
  #lp-form {
    padding: 30px 20px;
  }

  #lp-form button[type="submit"] {
    font-size: 20px;
  }
}

/* END LANDING TEMPLATE */
/* newyear-deal */
.newyear-deal__countdown {
  display: flex;
  flex-wrap: wrap;
}

.newyear-deal__countdown .countdown-item {
  width: 25%;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.newyear-deal__countdown .countdown-label {
  text-transform: uppercase;
  opacity: 0.7;
}

#newyear-deal {
  position: fixed;
  right: 0;
  bottom: -84px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #CC0000;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  transition: all .3s;
  -webkit-transition: all .3s;
}

#newyear-deal .mobile {
  display: none;
}

#newyear-deal .newyear-deal__countdown {
  width: 260px;
  background-color: rgba(51, 51, 51, 0.2);
  padding: 15px 15px;
  margin-right: 25px;
}

#newyear-deal .newyear-deal__countdown .countdown-number {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.newyear-deal__text {
  font-family: 'brandon-text';
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.newyear-deal__btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50px;
  min-width: 180px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 0 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: 'brandon-text';
  font-size: 18px;
  font-weight: 700;
  color: #CC0000 !important;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: none !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

body.newyear-deal-show {
  padding-bottom: 84px;
}

body.newyear-deal-show #newyear-deal {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

body.newyear-deal-show.page-template-page_newyear {
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  #newyear-deal .newyear-deal__countdown {
    width: 200px;
    padding: 10px 10px;
  }

  #newyear-deal .newyear-deal__countdown .countdown-number {
    font-size: 24px;
    line-height: 26px;
  }

  .newyear-deal__text {
    font-size: 18px;
  }

  .newyear-deal__btn {
    min-width: 140px;
    right: 20px;
    font-size: 16px;
    line-height: 42px;
  }

  .newyear-deal__countdown .countdown-item {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #newyear-deal {
    height: 62px;
    padding-left: 20px;
    bottom: -62px;
  }

  #newyear-deal .mobile {
    display: block;
  }

  #newyear-deal .desktop {
    display: none;
  }

  .newyear-deal__text {
    padding-right: 145px;
    font-size: 16px;
    line-height: 1.2;
  }

  body.newyear-deal-show {
    padding-bottom: 62px;
  }
}

@media (max-width: 575px) {
  #newyear-deal {
    height: 60px;
    bottom: -60px;
  }

  .newyear-deal__btn {
    min-width: 120px;
    font-size: 12px;
    line-height: 40px;
  }

  body.newyear-deal-show {
    padding-bottom: 60px;
  }
}

/* END newyear-deal */
/* PAGE newyear-deal */
.newyear-intro {
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  color: #777;
  padding: 50px 30px 0;
}

.newyear-intro h2,
.newyear-intro h3 {
  font-family: 'brandon-text';
  font-weight: 700;
}

.newyear-intro h2 {
  font-size: 36px;
  margin: 0 0 20px;
}

.newyear-intro h3 {
  font-size: 20px;
  color: #334571;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.newyear-intro p {
  line-height: 30px;
}

.newyear-intro p:last-child {
  margin-bottom: 0;
}

.newyear-intro .container-fluid {
  background-color: #f6f6f6;
  max-width: 100%;
  padding: 80px 30px;
}

.newyear-intro .newyear-deal__countdown {
  max-width: 360px;
  margin: 0 auto 40px;
}

.newyear-intro .newyear-deal__countdown .countdown-item {
  color: #333;
}

.newyear-intro .newyear-deal__countdown .countdown-number {
  font-family: 'brandon-text';
  font-size: 60px;
  font-weight: 700;
  line-height: 62px;
  color: #333;
}

.newyear-intro.newyear-intro-bottom {
  padding-bottom: 60px;
}

.newyear-intro.newyear-intro-bottom .container-fluid {
  padding: 65px 30px;
}

@media (min-width: 768px) {
  body.page-template-page_newyear .home-program .home-program-intro {
    min-height: auto;
    padding: 85px 80px 70px;
  }
}

@media (min-width: 1199px) {
  .newyear-intro {
    padding-left: 50px;
    padding-right: 50px;
  }

  .newyear-intro .newyear-deal__countdown .countdown-item:first-child {
    position: relative;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .newyear-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .newyear-intro .newyear-deal__countdown {
    margin-bottom: 20px;
  }

  .newyear-intro .newyear-deal__countdown .countdown-item {
    padding: 0 10px;
  }

  .newyear-intro .newyear-deal__countdown .countdown-number {
    font-size: 30px;
    line-height: 32px;
  }
}

/* END PAGE newyear-deal */
/* BEGIN h2 section **/
.h2-section {
  font-family: 'Lato', sans-serif;
  color: #777;
}

.h2-section h1,
.h2-section h2,
.h2-section h3 {
  font-family: 'brandon-text';
  font-weight: 700;
}

.h2-section a.btn-link {
  display: inline-block;
  color: #334571;
  font-weight: 700;
}

.h2-section a.btn-link span {
  display: inline;
  position: relative;
  padding-right: 15px;
}

.h2-section a.btn-link span:after {
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  transform: translateY(-50%);
}

/* END h2 section **/
/* BEGIN h2-welcome **/
#h2-welcome {
  position: relative;
  padding: 10px 10px 0;
  overflow: hidden;
}

#h2-welcome:before,
#h2-welcome:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  z-index: 1;
}

#h2-welcome:before {
  background-image: url(../images/h2/home-shape-2.png);
  transform: rotate(13deg);
}

#h2-welcome:after {
  background-image: url(../images/h2/home-shape-1.png);
  transform: rotate(11deg);
}

#h2-welcome h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  text-transform: none;
}

#h2-welcome p {
  font-size: 19px;
  line-height: 30px;
}

#h2-welcome p:last-child {
  margin-bottom: 0;
}

#h2-welcome hr {
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  border: 0;
  margin: 60px 0;
}

#h2-welcome div.container {
  position: relative;
  width: 100%;
  max-width: 1092px;
  padding: 0;
  z-index: 10;
}

#h2-welcome div.row {
  margin-left: -50px;
  margin-right: -50px;
}

#h2-welcome div.row>div {
  padding-left: 50px;
  padding-right: 50px;
}

#h2-welcome .h2-welcome__inner {
  background-color: #F6F6F6;
  padding: 70px 30px 60px 30px;
}

#h2-welcome .h2-welcome__text {
  max-width: 450px;
}

#h2-welcome .h2-welcome__text h1 {
  margin: 0 0 20px;
  font-size: 54px;
  line-height: 70px;
}

#h2-welcome .h2-welcome__text h1 span {
  display: inline-block;
  position: relative;
}

#h2-welcome .h2-welcome__text h1 span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 229px;
  height: 10px;
  background-image: url(../images/h2/line-highlight.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  transform: translateX(-50%);
}

#h2-welcome .h2-welcome__text p {
  font-size: 21px;
  margin-bottom: 35px;
}

#h2-welcome .h2-welcome__text .btn {
  font-family: 'brandon-text';
  font-size: 20px;
  line-height: 60px;
  font-weight: 700;
  min-width: 268px;
  border: 0;
  padding: 0 20px;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

#h2-welcome .h2-welcome__video {
  position: relative;
  width: 450px;
  max-width: 100%;
}

#h2-welcome .h2-welcome__video>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 2s ease;
  z-index: 10;
}

#h2-welcome .h2-welcome__video.playing>img {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  #h2-welcome {
    padding: 50px 50px 0;
  }

  #h2-welcome:before {
    top: 20px;
    right: 37px;
    width: 402px;
    height: 230px;
  }

  #h2-welcome:after {
    bottom: 18px;
    left: -350px;
    width: 452px;
    height: 410px;
  }

  #h2-welcome hr {
    margin: 80px 0;
  }

  #h2-welcome div.row {
    margin-left: -30px;
    margin-right: -30px;
  }

  #h2-welcome div.row>div {
    padding-left: 30px;
    padding-right: 30px;
  }

  #h2-welcome .h2-welcome__inner {
    padding: 100px 75px 60px 75px;
  }

  #h2-welcome .h2-welcome__video {
    float: right;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  #h2-welcome div.row {
    margin-left: -50px;
    margin-right: -50px;
  }

  #h2-welcome div.row>div {
    padding-left: 50px;
    padding-right: 50px;
  }

  #h2-welcome .h2-welcome__inner {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (max-width: 991.98px) {
  #h2-welcome:before {
    width: 128px;
    height: 74px;
    top: -3px;
    right: -6px;
  }

  #h2-welcome:after {
    width: 280px;
    height: 253px;
    top: 375px;
    left: -237px;
  }

  #h2-welcome div.container {
    max-width: 450px;
  }

  #h2-welcome div.row>div:not(:last-child) {
    padding-bottom: 40px;
  }

  #h2-welcome .h2-welcome__text {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  #h2-welcome .h2-welcome__text h1 {
    font-size: 40px;
    line-height: 52px;
  }

  #h2-welcome .h2-welcome__text h1 span:after {
    width: 172px;
    height: 8px;
  }

  #h2-welcome .h2-welcome__text p {
    margin-bottom: 30px;
  }

  #h2-welcome .h2-welcome__text .btn {
    display: block;
    width: 100%;
    min-width: 100%;
    font-size: 21px;
  }
}

/* END h2-welcome **/
/* BEGIN h2-quote **/
.h2-message {
  padding: 0 10px 20px;
  font-size: 17px;
}

.h2-message p {
  margin-bottom: 0;
  line-height: 28px;
}

.h2-message p strong {
  display: inline-block;
  color: #333;
}

.h2-message p span {
  display: inline-block;
  color: #334571;
  font-weight: 800;
}

.h2-message p span.icon {
  width: 26px;
  margin-right: 15px;
  vertical-align: middle;
}

.h2-message p span.icon img {
  display: block;
}

.h2-message .h2-message__inner {
  position: relative;
  min-height: 70px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 20px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

@media (min-width: 576px) {
  .h2-message .h2-message__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .h2-message {
    padding: 0 50px 30px;
  }
}

@media (max-width: 575.98px) {
  .h2-message .h2-message__inner {
    padding-left: 65px;
  }

  .h2-message .h2-message__inner span.icon {
    position: absolute;
    top: 22px;
    left: 20px;
  }
}

#h2-quote {
  padding: 100px 40px;
  font-family: 'brandon-text';
  font-size: 24px;
}

#h2-quote p {
  line-height: 34px;
}

#h2-quote p:last-child {
  margin-bottom: 0;
}

#h2-quote div.container {
  max-width: 700px;
  padding: 0;
}

@media (max-width: 575.98px) {
  #h2-quote div.container {
    max-width: 283px;
  }
}

/* END h2-quote **/
/* BEGIN h2-programs **/
#h2-programs {
  position: relative;
  padding: 0 10px;
  font-size: 19px;
  overflow: hidden;
}

#h2-programs:before,
#h2-programs:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}

#h2-programs:before {
  background-image: url(../images/h2/home-shape-2.png);
  transform: rotate(27deg);
}

#h2-programs:after {
  background-image: url(../images/h2/home-shape-3.png);
  transform: rotate(10deg);
}

#h2-programs p {
  line-height: 28px;
}

#h2-programs p:last-child {
  margin-bottom: 0;
}

#h2-programs div.container {
  position: relative;
  z-index: 10;
}

#h2-programs .program-item {
  position: relative;
  min-height: 100%;
  padding: 40px 30px 150px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

#h2-programs .program-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#h2-programs .program-item ul>li {
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  line-height: 28px;
}

#h2-programs .program-item ul>li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 25px;
  background-image: url(../images/h2/checkcircle.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}

#h2-programs .program-item ul>li:not(:last-child) {
  margin-bottom: 20px;
}

#h2-programs .program-item .program-item__title {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EEEEEE;
}

#h2-programs .program-item .program-item__title h3 {
  margin-bottom: 10px;
  font-size: 26px;
}

#h2-programs .program-item .program-item__title h3 sup {
  font-size: 50%;
  top: -10px;
}

#h2-programs .program-item .program-item__title img {
  display: block;
  margin-bottom: 25px;
}

#h2-programs .program-item .program-item__title p sup {
  font-size: 60%;
}

#h2-programs .program-item .program-item__button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(51, 69, 113, 0.1);
}

#h2-programs .program-item .program-item__button a.btn-link {
  display: block;
  font-family: 'brandon-text';
  font-size: 20px;
  line-height: 70px;
  text-align: center;
}

#h2-programs .program-item .program-item__button a.btn-link:hover {
  text-decoration: none;
}

@media (min-width: 576px) {
  #h2-programs .program-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  #h2-programs .program-item ul {
    padding-left: 25px;
    padding-right: 25px;
  }

  #h2-programs .program-item .program-item__title {
    position: relative;
    min-height: 140px;
    padding-left: 100px;
  }

  #h2-programs .program-item .program-item__title img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#h2-programs div.container {
  width: 100%;
  max-width: 1092px;
  padding: 0;
}

#h2-programs div.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
}

#h2-programs div.row:before,
#h2-programs div.row:after {
  display: none;
}

#h2-programs div.row>div {
  padding-left: 22px;
  padding-right: 22px;
}

#h2-programs .h2-programs__inner {
  background-color: #F6F6F6;
  padding: 100px 30px 114px;
}

#h2-programs .h2-programs__heading {
  max-width: 400px;
  margin: 0 auto 60px;
}

#h2-programs .h2-programs__heading h2 {
  margin: 0 0 20px;
  font-size: 44px;
}

#h2-programs .h2-programs__heading h2 span {
  display: inline-block;
  position: relative;
}

#h2-programs .h2-programs__heading h2 span:after {
  content: '';
  position: absolute;
  top: -7px;
  right: -28px;
  width: 31px;
  height: 33px;
  background-image: url(../images/h2/symbol-highlight.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}

#h2-programs .h2-programs__heading p {
  line-height: 30px;
}

#h2-programs .h2-programs__note {
  padding-top: 80px;
}

#h2-programs .h2-programs__note p {
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  #h2-programs {
    padding-left: 50px;
    padding-right: 50px;
  }

  #h2-programs:before {
    width: 444px;
    height: 233px;
    top: 42px;
    left: -72px;
  }

  #h2-programs:after {
    top: 50%;
    right: -800px;
    width: 970px;
    height: 316px;
    margin-top: -158px;
  }

  #h2-programs .h2-programs__inner {
    padding: 110px 75px 228px;
  }
}

@media (min-width: 1200px) {
  #h2-programs .h2-programs__inner {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (max-width: 991.98px) {
  #h2-programs:before {
    display: none;
  }

  #h2-programs:after {
    width: 504px;
    height: 164px;
    top: 51%;
    right: -414px;
  }

  #h2-programs div.container {
    max-width: 450px;
  }

  #h2-programs div.row.main-row {
    position: relative;
  }

  #h2-programs div.row.main-row:before {
    content: '';
    display: block;
    width: 170px;
    height: 90px;
    position: absolute;
    top: -60px;
    left: -30px;
    background-image: url(../images/h2/home-shape-2.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    transform: rotate(27deg);
  }

  #h2-programs div.row>div:not(:last-child) {
    padding-bottom: 60px;
  }

  #h2-programs .h2-programs__heading {
    margin-bottom: 70px;
  }
}

@media (max-width: 575.98px) {
  #h2-programs .h2-programs__heading h2 {
    font-size: 40px;
  }

  #h2-programs .h2-programs__heading p {
    font-size: 20px;
  }
}

/* END h2-programs **/
/* BEGIN h2-partners **/
#h2-partners {
  padding: 100px 40px;
  font-family: 'brandon-text';
  font-size: 16px;
}

#h2-partners p {
  margin-bottom: 0;
  color: #AAAAAA;
  letter-spacing: 0.1em;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

#h2-partners ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#h2-partners ul li {
  padding: 20px 20px;
}

#h2-partners div.container {
  width: 100%;
  max-width: 1092px;
  padding: 0;
}

#h2-partners .h2-partners__text {
  max-width: 450px;
  margin: 0 auto 15px;
}

@media (min-width: 576px) {
  #h2-partners ul li {
    padding: 20px 40px;
  }
}
/* END h2-partners **/

/* BEGIN subscribe-modal **/
#subscribe-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f6f6f6;
  padding: 15px 0;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(-200px);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 500;
}

#subscribe-modal .close {
  float: none;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../images/signup-icon.png);
  background-repeat: no-repeat;
  background-position: -48px 0;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  outline: none;
}

#subscribe-modal .heading {
  background: transparent;
  padding: 0;
  margin: 0 0 4px;
  font-family: 'brandon-grotesque';
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #333;
}

#subscribe-modal .description {
  margin-bottom: 12px;
}

#subscribe-modal .alert {
  padding: 10px 20px;
  margin: 0;
}

#subscribe-modal form {
  display: flex;
  align-items: center;
  justify-content: center;
}

#subscribe-modal form input[type="email"],
#subscribe-modal form input[type="text"] {
  width: 198px;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 15px;
  margin: 0 10px 0 0;
}

#subscribe-modal form .btn {
  font-size: 16px;
  min-width: 132px;
  padding: 0 15px;
  line-height: 44px;
}

#subscribe-modal form.loading {
  cursor: wait;
}

#subscribe-modal form.loading .btn {
  pointer-events: none;
}

#subscribe-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 575.98px) {
  #subscribe-modal {
    font-size: 16px;
  }

  #subscribe-modal .heading {
    font-size: 24px;
  }

  #subscribe-modal form input[type="email"],
  #subscribe-modal form input[type="text"] {
    width: 120px;
    margin-right: 8px;
  }

  #subscribe-modal form .btn {
    min-width: 110px;
    font-size: 14px;
  }
}
/* END subscribe-modal **/

/* BEGIN h2-testimonials */
.card-testimonial {
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 30px 30px 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #777;
}

.card-testimonial__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 28px;
}

.card-testimonial__title img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.card-testimonial__title span {
  font-size: 18px;
  font-weight: 700;
  color: #2D2D2D;
}

.card-testimonial__text .star-rating {
  width: 122px;
  height: 24px;
}

.card-testimonial__text .star-rating > span {
  display: block;
  width: var(--width);
  height: 100%;
  background-image: url(../images/five-stars.png);
  background-repeat: no-repeat;
  background-position: 0;
}

#h2-testimonials {
  margin-bottom: 100px;
  overflow: hidden;
}

#h2-testimonials .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#h2-testimonials .swiper {
  padding-left: 10px;
  padding-right: 30px;
}

#h2-testimonials .swiper-pagination {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 20px 0 0;
}

#h2-testimonials .swiper-slide {
  width: calc(100vw - 40px);
}

@media (min-width: 576px) {
  #h2-testimonials .swiper-slide {
    width: 427px;
  }
}

@media (min-width: 768px) {
  #h2-testimonials .swiper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 575.98px) {
}
/* END h2-testimonials */

/* BEGIN corporate-btn */
.corporate-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}

.corporate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  border: 0;
  padding: 0 20px;
  background-color: #F5F5F5;
  border-radius: 5px;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #555 !important;
  text-align: center;
  text-decoration: none !important;
}

.corporate-btn__icon {
  margin-right: 11px;
}

.corporate-btn__text {
  display: flex;
  align-items: center;
}

.corporate-btn__text > i {
  margin-left: 8px;
}

@media (max-width: 575.98px) {
  .corporate-btn {
    min-height: 54px;
    font-size: 14px;
  }
}
/* END corporate-btn */

@media (max-width: 1199px) {
  .intercom-lightweight-app .intercom-lightweight-app-launcher {
    bottom: 80px !important;
  }
}