/* --- Variables (CSS Custom Properties) --- */
:root {
  --white: #fff;
  --default: #727272;
  --background: #f1f1f1;
  --orange: #ffb400;
  --orange-dark: #ffa602;
  --blue: #04a6b7;
  --blue-dark: #029cac;
  --lightblue: #cdedf1;
  --verylightblue: #e5f6f8;
  --red: #da2b00;
  --paragraph: 35px;
  --paragraph-mobile: 25px;
  --product-blue: #4e8fd2;
  --product-green: #70bf54;
  --product-orange: #fc822c;
}

/* ==========================================================================
   Base / Typography
   ========================================================================== */

body {
  font: 300 18px/33px "Source Sans Pro";
  color: #727272;
  background: #f1f1f1;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

body,
html {
  height: 100%;
}

.datepicker {
  line-height: 20px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background: #04a6b7 !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #ddd;
}

h1,
h3 {
  font: 20px "Ruda";
}
@media (max-width: 767px) {
  h1,
  h3 {
    font-size: 17px;
  }
  h1 {
    margin-top: 0;
  }
}

h2 {
  font: 25px "Ruda";
}
@media (max-width: 767px) {
  h2 {
    font-size: 21px;
  }
}

h3 {
  padding-top: 7px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  h3 {
    padding-top: 5px;
    margin-bottom: 4px;
  }
}

p,
ul,
ol,
dl {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  p,
  ul,
  ol,
  dl {
    margin-bottom: 25px;
  }
}

a,
button {
  outline: none !important;
}

table {
  border-collapse: collapse;
  margin: 23px 0 43px;
}
table td,
table th {
  padding: 3px 25px;
  border: 1px solid #cdedf1;
}
table td:first-child,
table th:first-child {
  border-left: 0;
  padding-left: 0;
}
table td:last-child,
table th:last-child {
  border-right: 0;
}
table tr:first-child td,
table tr:first-child th {
  border-top: 0;
}
table tr:last-child td,
table tr:last-child th {
  border-bottom: 0;
}
@media (max-width: 767px) {
  table {
    margin: 23px 0 25px;
  }
}

.container {
  max-width: 1100px;
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 1040px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

a {
  transition:
    color 0.2s,
    background 0.2s,
    border-bottom-color 0.2s;
}
a:before,
a:after {
  transition:
    background 0.2s,
    opacity 0.2s;
}

.row {
  margin: 0;
}
[class*="col-"] {
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1099px) {
  .col-1100-6 {
    width: 50%;
  }
}

/* ==========================================================================
   Login (#login)
   ========================================================================== */

#login #nav {
  position: relative;
  z-index: 10;
  font: 16px/53px "Ruda";
  color: #fff;
  background: #04a6b7 url("../images/blur-hwYigbG.png") center bottom no-repeat;
  background-color: rgba(4, 166, 183, 0.85);
}
#login #nav a {
  color: #fff;
  text-decoration: none;
}
#login #nav a.back {
  float: left;
  padding: 0 0 0 30px;
  background: url("../images/arrow_white_back-BvVA_qI.svg") 3px 19px no-repeat;
  background-size: 8px 13px;
  transition: background-position 0.2s;
}
#login #nav a.back:hover {
  background-position: 0 19px;
}
#login #nav a.call {
  float: right;
}
#login #nav .call {
  margin: 0;
  float: right;
}
@media (max-width: 767px) {
  #login #nav span {
    display: none;
  }
}

#login #logo {
  margin: 32px 0;
  text-align: center;
  transform: translateY(-50px);
  opacity: 0;
  transition:
    transform 0.5s,
    opacity 0.5s;
}
#login #logo.loaded {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  #login #logo {
    margin: 0 0 16px;
  }
}
#login #logo a {
  display: inline-block;
}
#login #logo img {
  width: 159px;
  height: 77px;
  display: inline-block;
}

#login #form {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 79px 0 75px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#login #form #center {
  display: table-cell;
  vertical-align: middle;
}
#login #form .container-fluid {
  max-width: 1062px;
  padding: 0 39px;
}
@media (max-width: 1199px) {
  #login #form .container-fluid {
    max-width: 895px;
  }
}
@media (max-width: 991px) {
  #login #form .container-fluid {
    max-width: 728px;
  }
}
@media (max-width: 767px) {
  #login #form .container-fluid {
    max-width: 394px;
  }
}
@media (max-width: 500px) {
  #login #form .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#login #form .row {
  margin: 0 -9px;
}
#login #form [class*="col-"] {
  padding: 0 9px;
}

#login #form form {
  position: relative;
  padding: 28px 18px 18px;
  background: url("../images/form-Bti0oLE.jpg") no-repeat;
  background-size: cover;
  border-radius: 25px;
}
#login #form form .failure {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  margin-bottom: 8px;
  font: 16px/25px "Source Sans Pro";
  color: #fff;
  background: rgba(218, 43, 0, 0.95) url("../images/closed_white-rthscOg.svg") 27px
    center no-repeat;
  border-radius: 25px;
  padding: 22px 25px 21px 80px;
  background-size: 29px 32px;
}
#login #form form .failure:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(218, 43, 0, 0.95);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}

/* Login form button (uses .button mixin) */
#login #form form .button {
  float: left;
  margin: 20px 0 14px;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  background: #ffb400;
  appearance: none;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  border-radius: 23px;
  border: 0;
  width: 100%;
  text-align: left;
  font-size: 17px !important;
  line-height: 45px !important;
}
#login #form form .button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  border: none;
  background: #ffa602;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
#login #form form .button:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px !important;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
#login #form form .button span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  #login #form form .button:hover:before {
    right: 0;
  }
  #login #form form .button:hover:after {
    right: 20px;
  }
  #login #form form .button:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  #login #form form .button:active:before {
    right: 0;
  }
  #login #form form .button:active:after {
    right: 20px;
  }
}

#login #form form .form-control {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.2);
  height: 47px;
  font: 15px "Ruda";
  color: #fff;
  padding: 0 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  transition:
    color 0.2s,
    border-color 0.2s;
}
#login #form form .form-control:focus {
  border-color: #fff;
}
#login #form form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#login #form form .forgot {
  color: rgba(255, 255, 255, 0.7);
  margin: 0 24px;
  text-decoration: none;
  font: 14px/20px "Ruda";
}
#login #form form .forgot:hover {
  color: #fff;
}

#login #form .product,
#login #form .maintenance {
  color: #fff;
  background: #faaf03;
  padding: 3px 27px 0;
  margin: 231px 0 0;
  border-radius: 25px;
  font: 16px/28px "Source Sans Pro";
}
@media (max-width: 767px) {
  #login #form .product,
  #login #form .maintenance {
    margin-top: 35px;
  }
}
#login #form .product h3,
#login #form .maintenance h3 {
  padding: 6px 0 16px;
  font: 23px/31px "Source Sans Pro";
}
#login #form .product h3 span,
#login #form .maintenance h3 span {
  font-weight: 600;
}
#login #form .product ul,
#login #form .maintenance ul {
  margin: 0 0 29px;
  padding: 0;
  list-style: none;
}
#login #form .product ul li,
#login #form .maintenance ul li {
  padding: 0 0 0 25px;
  background: url("../images/check_white-ICPLDf4.svg") left no-repeat;
}
#login #form .product a.button,
#login #form .maintenance a.button {
  float: none;
  margin: 0 -7px -11px;
  display: block;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  background: #ffb400;
  border-radius: 23px;
  transform: translateZ(0);
}
#login #form .product a.button:before,
#login #form .maintenance a.button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  background: #ffa602;
  border: none;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
#login #form .product a.button:after,
#login #form .maintenance a.button:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
#login #form .product a.button span,
#login #form .maintenance a.button span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  #login #form .product a.button:hover:before,
  #login #form .maintenance a.button:hover:before {
    right: 0;
  }
  #login #form .product a.button:hover:after,
  #login #form .maintenance a.button:hover:after {
    right: 20px;
  }
  #login #form .product a.button:active:before,
  #login #form .maintenance a.button:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  #login #form .product a.button:active:before,
  #login #form .maintenance a.button:active:before {
    right: 0;
  }
  #login #form .product a.button:active:after,
  #login #form .maintenance a.button:active:after {
    right: 20px;
  }
}
#login #form .maintenance {
  background: #db3201;
}
#login #form .maintenance h3 {
  padding-right: 44px;
  display: inline-block;
  background: url("../images/maintenance-XlulbuC.svg") right 8px no-repeat;
}

/* ==========================================================================
   Navigation (.navbar)
   ========================================================================== */

.navbar {
  position: fixed;
  border: 0;
  top: 0;
  margin: 0;
  width: 100%;
  background: #04a6b7 url("../images/blur-hwYigbG.png") center bottom no-repeat;
  background-color: rgba(4, 166, 183, 0.85);
  z-index: 1000;
}
.navbar .navbar-header {
  margin: 0;
}
.navbar .container {
  padding: 0;
}
.navbar .navbar-brand {
  padding: 0;
  margin: 22px 0 0 60px !important;
  width: 159px;
  height: 77px;
  transition:
    height 0.2s,
    margin-top 0.2s;
}
.navbar .navbar-brand img {
  height: 100%;
}

.navbar #navbar {
  float: right;
  font: 16px "Ruda";
  padding: 43px 40px 43px 0;
  position: relative;
  transition: padding 0.2s;
}
.navbar #navbar li {
  position: relative;
}
.navbar #navbar li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background: none;
  padding: 10px 20px;
  transition:
    opacity 0.2s,
    color 0.2s,
    background 0.2s,
    border-bottom-color 0.2s;
}
.navbar #navbar li a span {
  display: none;
}
@media (min-width: 992px) {
  .navbar #navbar li a span {
    display: block;
    position: absolute;
    padding: 2px 0 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    transition:
      opacity 0.2s,
      color 0.2s;
  }
}
.navbar #navbar li.active > a,
.navbar #navbar li a:hover {
  color: #0c636c;
}
.navbar #navbar li.active > a span,
.navbar #navbar li a:hover span {
  color: rgba(12, 99, 108, 0.6);
}

/* Login button in navbar */
@media (min-width: 768px) {
  .navbar #navbar li.login {
    position: absolute;
    right: 40px;
    bottom: -24px;
    visibility: visible;
    opacity: 1;
    padding: 0;
    background: #04a6b7;
    z-index: 5;
    overflow: hidden;
    transform: translateZ(0);
    transition:
      visibility 0.2s,
      opacity 0.2s;
    border-radius: 22px;
  }
  .navbar #navbar li.login a {
    float: left;
    padding: 0 20px 0 44px;
    font: 14px/45px "Ruda";
    text-transform: uppercase;
    color: #fff !important;
    background: url("../images/lock-C6xL3cS.svg") 22px 14px no-repeat;
  }
  .navbar #navbar li.login a span {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #029cac;
    z-index: -1;
    transition: width 0.2s;
  }
}
@media (min-width: 992px) {
  .navbar #navbar li.login a:hover span {
    width: 100%;
  }
  .navbar #navbar li.login a:active span {
    background: #0293a2;
  }
}

/* Sub-menus */
@media (min-width: 768px) {
  .navbar #navbar li ul {
    left: -99999px;
    opacity: 0;
    top: 100%;
    margin: 11px -9999px 0 0;
    padding: 15px 0;
    font: 15px/34px "Ruda";
    list-style: none;
    position: absolute;
    background: #04a6b7;
    transition: opacity 0.2s;
  }
  .navbar #navbar li ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: -11px;
    width: 100%;
    height: 11px;
    background: transparent;
  }
  .navbar #navbar li ul:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #04a6b7;
    position: absolute;
    top: -9px;
    left: 29px;
  }
  .navbar #navbar li ul a {
    padding: 0 22px;
  }
  .navbar #navbar li:hover ul {
    opacity: 1;
  }
  .navbar #navbar li.hover ul {
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar #navbar li.tablet-open > a {
    color: #0c636c;
  }
  .navbar #navbar li.tablet-open > a span {
    color: rgba(12, 99, 108, 0.6);
  }
  .navbar #navbar li.tablet-open ul {
    opacity: 1;
    left: 0;
  }
}

/* Navbar small (scrolled) */
@media (min-width: 768px) {
  .navbar.small .navbar-brand {
    margin-top: 9px !important;
    height: 42px;
  }
  .navbar.small #navbar {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .navbar.small #navbar li.login {
    visibility: hidden;
    opacity: 0;
  }
  .navbar.small #navbar li a {
    opacity: 0.7;
  }
  .navbar.small #navbar span {
    opacity: 0;
    visibility: hidden;
  }
  .navbar.small:hover #navbar li a {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .navbar.small #navbar {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

/* Navbar responsive */
@media (max-width: 1199px) {
  .navbar .navbar-brand {
    margin-left: 30px !important;
  }
  .navbar #navbar {
    padding-right: 10px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .navbar #navbar li.login {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    height: 62px;
    width: 129px;
    margin-left: 20px !important;
    margin-top: 7px !important;
  }
  .navbar #navbar {
    font: 14px "Ruda";
    padding-right: 8px;
    padding-top: 27px;
    padding-bottom: 42px;
  }
  .navbar #navbar li a {
    padding: 0 12px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .navbar #navbar li.tablet-open ul,
  .navbar #navbar li.hover ul,
  .navbar #navbar li:hover ul {
    left: -10px !important;
    font-size: 14px;
  }
}
@media (max-width: 991px) and (min-width: 678px) {
  .navbar #navbar li.login {
    right: 4px;
  }
}

/* Mobile navbar */
@media (max-width: 767px) {
  .navbar {
    position: relative;
    height: 69px;
  }
  .navbar .navbar-brand {
    height: 54px;
    width: 112px;
    display: block;
    margin: 6px 0 0 -56px !important;
    position: absolute;
    left: 50%;
  }
  .navbar #navbar {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: url("../images/menu_background-6dop8-p.jpg");
    overflow: hidden;
    font: 17px/37px "Ruda";
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
    transition: right 0.5s;
  }
  .navbar #navbar.open {
    right: 0;
  }
  .navbar #navbar.shift ul {
    margin-left: -50%;
    opacity: 1 !important;
  }
  .navbar #navbar.shift ul ul {
    margin-left: -35%;
  }
  .navbar #navbar ul {
    width: 100%;
    margin: 43px 0;
    transition:
      margin-left 0.5s,
      opacity 0.5s;
  }
  .navbar #navbar ul li a {
    position: relative;
    padding: 8px 35px;
    z-index: 4;
  }
  .navbar #navbar ul li.parent a:before,
  .navbar #navbar ul li.parent a:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 17px;
    top: 9px;
    right: 0;
    background: url("../images/arrow_white_large-uVzFMUN.svg") right no-repeat;
    background-size: 9px 17px;
    transition:
      opacity 0.2s,
      transform 0.5s;
  }
  .navbar #navbar ul li.parent a:after {
    opacity: 0;
    background: url("../images/arrow_dark_blue_large-8615LLE.svg") right no-repeat;
    background-size: 9px 17px;
  }
  .navbar #navbar ul li.temp-active a:before,
  .navbar #navbar ul li.active a:before,
  .navbar #navbar ul li a:hover:before {
    opacity: 0;
  }
  .navbar #navbar ul li.temp-active a:after,
  .navbar #navbar ul li.active a:after,
  .navbar #navbar ul li a:hover:after {
    opacity: 1;
  }
  .navbar #navbar ul li.temp-active a {
    color: #0c636c;
  }
  .navbar #navbar ul li.temp-active a:before,
  .navbar #navbar ul li.temp-active a:after {
    transform: rotate(180deg);
  }
  .navbar #navbar ul li ul {
    position: absolute;
    z-index: 3;
    margin: 0;
    padding: 0;
    top: 0;
    opacity: 0;
    left: 100% !important;
    list-style: none;
    font: 17px/37px "Ruda";
  }
  .navbar #navbar ul li ul li a {
    padding: 0;
    color: #fff !important;
  }
  .navbar #navbar ul li ul li a:before,
  .navbar #navbar ul li ul li a:after {
    display: none;
  }
  .navbar #navbar ul li ul li.active a,
  .navbar #navbar ul li ul li a:hover {
    color: #0c636c !important;
  }
}

/* Navbar toggle (hamburger) */
.navbar .navbar-toggle {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 18px;
  background: none;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 40px;
  box-sizing: border-box;
  z-index: 106;
  padding: 1px 6px;
}
@media (min-width: 768px) {
  .navbar .navbar-toggle {
    display: none;
  }
}
.navbar .navbar-toggle:focus {
  outline: 0;
}
.navbar .navbar-toggle .icon-bar {
  display: block;
  height: 0;
  width: 15px;
  border-bottom: 2px solid #fff;
  margin: 3px 0 3px 5px;
  transform-origin: 0 0;
  transition:
    transform 0.4s linear,
    opacity 0.4s linear,
    margin-left 0.2s linear;
}
.navbar .navbar-toggle .icon-bar:last-child {
  transform-origin: 0 100%;
}
.navbar .navbar-close .sr-only + .icon-bar {
  margin-left: 7px;
  transform: rotate3d(0, 0, 1, 45deg);
}
.navbar .navbar-close .icon-bar + .icon-bar {
  opacity: 0;
}
.navbar .navbar-close .icon-bar:last-child {
  margin-left: 7px;
  opacity: 1;
  transform: rotate3d(0, 0, 1, -45deg);
}

/* ==========================================================================
   Alt Menu (nav.navbar.alt) - from altmenu.less
   ========================================================================== */

@media (max-width: 768px) {
  nav.navbar.alt .info-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    position: relative;
  }
  nav.navbar.alt {
    background-image: none;
    background-color: rgba(4, 165, 182, 0.9);
  }
  nav.navbar.alt .info-menu {
    transition:
      opacity 0.2s,
      top 0.2s;
    position: absolute;
    top: 15px;
    right: 45px;
  }
  nav.navbar.alt .info-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  nav.navbar.alt .info-menu ul li {
    display: inline-block;
    padding: 0 15px;
    height: 34px;
    line-height: 32px;
  }
  nav.navbar.alt .info-menu ul li a {
    color: white;
    font: 14px Ruda;
    font-weight: 700;
  }
  nav.navbar.alt .info-menu ul li a:hover {
    text-decoration: none;
    color: #0c636c;
  }
  nav.navbar.alt .info-menu ul li.login {
    padding: 0;
  }
  nav.navbar.alt .info-menu ul li.login a {
    background-color: #43a7b2;
    border-radius: 17px;
    display: inline-block;
    transition: background-color 0.2s;
    color: white;
    background: url("../images/lock-C6xL3cS.svg") 15px 11px no-repeat;
    background-size: 9px;
    height: 34px;
    line-height: 36px;
    padding: 0 20px 0 30px;
  }
  nav.navbar.alt .info-menu ul li.login a:hover {
    background-color: #029cac;
  }

  nav.navbar.alt #navbar {
    padding-top: 60px;
    padding-bottom: 26px;
  }
  nav.navbar.alt #navbar ul.nav > li.login {
    display: none !important;
  }
  nav.navbar.alt #navbar ul.nav > li.parent > ul {
    display: none;
  }
  nav.navbar.alt #navbar a {
    font-weight: 700;
  }
  nav.navbar.alt #navbar ul.nav > li.active.parent > ul {
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    padding: 0 10px;
    display: block;
    opacity: 1;
    left: 50% !important;
    transition: top 0.2s;
    top: 55px;
    background-color: white;
    transform: translateX(-50%);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 10;
    font-size: 15px !important;
  }
  nav.navbar.alt #navbar ul.nav > li.active.parent > ul::after {
    border-bottom-color: white;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  nav.navbar.alt #navbar ul.nav > li.active.parent > ul > li {
    display: inline-block;
  }
  nav.navbar.alt #navbar ul.nav > li.active.parent > ul > li a {
    color: #04a6b7;
    font-size: 14px;
    padding: 0 10px;
    transition: color 0.2s;
  }
  nav.navbar.alt #navbar ul.nav > li.active.parent > ul > li a:hover {
    color: #024b53;
  }

  nav.navbar.alt.small .info-menu {
    top: 0;
    opacity: 0;
    z-index: -1;
  }
  nav.navbar.alt.small #navbar {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  nav.navbar.alt.small #navbar ul.nav > li.active.parent > ul {
    top: 40px;
  }
}

@media (max-width: 991px) {
  nav.navbar.alt #navbar ul.nav > li.active.parent > ul {
    top: 35px;
  }
  nav.navbar.alt #navbar ul.nav > li.active.parent > ul > li a {
    padding-left: 4px;
    padding-right: 4px;
  }
  nav.navbar.alt #navbar li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* Alt menu login colors */
nav.navbar.alt .info-menu ul li.login a {
  color: white !important;
  background-color: rgba(0, 0, 0, 0.1);
}
nav.navbar.alt .info-menu ul li.login a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Color variants - Blue */
nav.navbar.alt.blue {
  background-color: rgba(78, 143, 210, 0.85);
  background-image: none;
}
@media (min-width: 768px) {
  nav.navbar.alt.blue #navbar ul.nav > li.active.parent > ul > li a {
    color: #4e8fd2;
  }
  nav.navbar.alt.blue #navbar ul.nav > li.active.parent > ul > li a:hover {
    color: #1b436c;
  }
  nav.navbar.alt.blue #navbar li.active > a {
    color: #1b436c !important;
  }
  nav.navbar.alt.blue #navbar li a:hover {
    color: #1b436c;
  }
  nav.navbar.alt.blue .info-menu ul li a:hover {
    color: #1b436c;
  }
  nav.navbar.alt.blue .info-menu ul li.login a {
    color: white !important;
    background-color: rgba(0, 0, 0, 0.1);
  }
  nav.navbar.alt.blue .info-menu ul li.login a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/* Color variants - Green */
nav.navbar.alt.green {
  background-color: rgba(112, 191, 84, 0.85);
  background-image: none;
}
@media (min-width: 768px) {
  nav.navbar.alt.green #navbar ul.nav > li.active.parent > ul > li a {
    color: #70bf54;
  }
  nav.navbar.alt.green #navbar ul.nav > li.active.parent > ul > li a:hover {
    color: #305921;
  }
  nav.navbar.alt.green #navbar li.active > a {
    color: #305921 !important;
  }
  nav.navbar.alt.green #navbar li a:hover {
    color: #305921;
  }
  nav.navbar.alt.green .info-menu ul li a:hover {
    color: #305921;
  }
  nav.navbar.alt.green .info-menu ul li.login a {
    color: white !important;
    background-color: rgba(0, 0, 0, 0.1);
  }
  nav.navbar.alt.green .info-menu ul li.login a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/* Color variants - Orange */
nav.navbar.alt.orange {
  background-color: rgba(252, 130, 44, 0.85);
  background-image: none;
}
@media (min-width: 768px) {
  nav.navbar.alt.orange #navbar ul.nav > li.active.parent > ul > li a {
    color: #fc822c;
  }
  nav.navbar.alt.orange #navbar ul.nav > li.active.parent > ul > li a:hover {
    color: #8d3b02;
  }
  nav.navbar.alt.orange #navbar li.active > a {
    color: #8d3b02 !important;
  }
  nav.navbar.alt.orange #navbar li a:hover {
    color: #8d3b02;
  }
  nav.navbar.alt.orange .info-menu ul li a:hover {
    color: #8d3b02;
  }
  nav.navbar.alt.orange .info-menu ul li.login a {
    color: white !important;
    background-color: rgba(0, 0, 0, 0.1);
  }
  nav.navbar.alt.orange .info-menu ul li.login a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/* Alt menu mobile/tablet fixes */
@media (max-width: 768px) {
  .navbar #navbar.shift ul ul {
    opacity: 0 !important;
  }
  .navbar #navbar.shift ul li.hover ul {
    opacity: 1 !important;
  }
}
@media (max-width: 991px) {
  nav.navbar.alt {
    height: 106px;
  }
  nav.navbar.alt.small {
    height: auto;
  }
  .navbar-brand {
    position: relative;
    top: 15px;
  }
}
@media (max-width: 767px) {
  body nav.navbar.alt {
    height: 69px;
  }
  body nav.navbar #navbar ul.nav li > ul {
    pointer-events: none;
  }
  body nav.navbar #navbar ul.nav li.temp-active > ul {
    pointer-events: all;
    opacity: 1 !important;
  }
  .navbar-brand {
    top: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    position: absolute;
  }
}
@media (max-width: 991px) {
  .small .navbar-brand {
    top: 0;
  }
}

/* ==========================================================================
   Header (#header)
   ========================================================================== */

#header {
  height: 589px;
  transform: translateZ(0);
}
#header.small {
  height: 295px;
}
#header #visual {
  width: 100%;
  height: 589px;
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
#header #visual div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  background-attachment: scroll;
  background-position: left top;
  background-size: cover;
}
@media (max-width: 767px) {
  #header #visual div {
    background-position: left top !important;
  }
}
#header.small #visual {
  height: 295px;
}

#header .container {
  height: 100%;
}
#header .container h1,
#header .container strong {
  font: 33px/54px "Ruda";
  position: relative;
  z-index: 1;
  top: 295px;
  padding: 0 0 0 33px;
  margin: -59px 0 0;
  height: 108px;
  display: block;
  color: #fff;
  text-indent: -33px;
  text-shadow: 1px 1px 16px rgba(25, 25, 25, 0.45);
  transform: translateY(-500px);
  transition:
    opacity 0.5s,
    transform 0.5s;
}
#header .container h1.loaded,
#header .container strong.loaded {
  transform: translateY(0);
}
#header.small .container h1,
#header.small .container strong {
  top: 247px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header.small .container h1,
  #header.small .container strong {
    top: 224px;
  }
}

@media (max-width: 767px) {
  #header {
    height: 214px;
    position: relative;
  }
  #header #visual {
    height: 214px;
    position: relative;
  }
  #header.small {
    height: 107px;
  }
  #header.small #visual {
    height: 107px;
  }
  #header .container {
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    padding: 0;
  }
  #header .container h1,
  #header .container strong {
    font: 21px/24px "Ruda";
    position: absolute;
    top: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    margin: 0;
    padding: 0;
    text-indent: 0;
    display: table;
  }
  #header .container h1 span,
  #header .container strong span {
    display: table-cell;
    vertical-align: middle;
  }
  #header .container h1 br,
  #header .container strong br {
    display: none;
  }
}
@media (min-width: 768px) {
  #header.small.fade-header .container h1,
  #header.small.fade-header .container strong {
    opacity: 0;
  }
  #header.fade-header-large .container h1,
  #header.fade-header-large .container strong {
    opacity: 0;
  }
}

/* Header backgrounds */
.headerBackground1 {
  background-image: url("../images/header-IzWjN8s.jpg");
}
.headerBackground2 {
  background-image: url("../images/header2_small-H8eN-H2.jpg");
}
.headerBackground3 {
  background-image: url("../images/header3-RQF4d42.jpg");
}

/* Alt header - from altpagina.less */
#header.alt {
  position: relative;
}
#header.alt::before {
  background-image: url("../images/featurelines-8xXBU2F.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#header.alt h1 {
  font-weight: 700;
}
@media (max-width: 768px) {
  #header.alt h1 {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Alt header intro */
#header.alt.intro h1 {
  text-shadow: none;
  width: auto;
}
#header.alt.intro h1 span {
  text-shadow: 1px 1px 16px rgba(25, 25, 25, 0.45);
}
#header.alt.intro h1 .button {
  display: inline-block;
  margin-top: 30px;
  height: 50px;
  line-height: 50px !important;
  border-radius: 25px;
  background-color: white;
  font-size: 17px !important;
  padding: 0 30px;
  color: #4e8fd2;
  font: 700 17px/50px "Ruda";
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
#header.alt.intro h1 .button::after {
  display: none;
}
#header.alt.intro h1 .button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  border: none;
  background-color: rgba(78, 143, 210, 0.15) !important;
  border-radius: 25px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
#header.alt.intro h1 .button span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  #header.alt.intro h1 .button:hover::before {
    right: 0;
  }
}

@media (min-width: 768px) {
  #header.alt {
    height: 340px;
  }
  #header.alt #visual {
    height: 340px;
  }
  #header.alt h1 {
    top: 267px !important;
    width: auto;
  }
  #header.alt.intro {
    height: 590px;
  }
  #header.alt.intro .button {
    margin-top: 20px;
  }
  #header.alt.intro h1 {
    padding: 0;
    text-indent: 0;
    width: 45%;
    font-size: 32px;
    line-height: 42px;
  }
  #header.alt.intro h1 span {
    display: block;
  }
  #header.alt.intro #visual {
    height: 590px;
  }
  #header.alt.intro #visual > div {
    height: 100%;
    background-size: 150% auto;
    background-repeat: no-repeat;
  }
  #header.alt.intro h1 {
    top: 340px !important;
  }
}
@media (min-width: 992px) {
  #header.alt.intro h1 {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  #header.alt.intro #visual > div {
    background-size: 100% auto;
  }
}

/* Alt header color variants */
#header.alt.blue.intro #visual > div {
  background-color: #4e8fd2 !important;
}
#header.alt.blue::before {
  background-image: url("../images/featurelines_lite-9pE03C9.png");
}
@media (min-width: 768px) {
  #header.alt.intro.blue #visual > div {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right top !important;
  }
}
#header.alt.orange.intro #visual > div {
  background-color: #fc822c !important;
}
#header.alt.orange.intro .button {
  color: #fc822c;
}
#header.alt.orange.intro .button::before {
  background-color: rgba(252, 130, 44, 0.15) !important;
}
#header.alt.green.intro #visual > div {
  background-color: #70bf54 !important;
}
#header.alt.green.intro .button {
  color: #70bf54;
}
#header.alt.green.intro .button::before {
  background-color: rgba(112, 191, 84, 0.15) !important;
}

#header.alt .video {
  width: 180px;
  height: 180px;
  display: inline-block;
  background-image: url("../images/play-jLbun69.png");
  position: absolute;
  right: 140px;
  bottom: 140px;
  transition: all 0.3s;
}
#header.alt .video:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* Mobile alt header intro center fix */
@media (max-width: 768px) {
  #header.alt.intro h1 {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #header.alt.intro h1 span {
    display: block;
  }
  #header.alt.intro h1 .button {
    display: inline-block;
    margin: 10px 0 0;
    text-align: center;
    float: none;
    font-size: 14px !important;
    height: 35px;
    line-height: 35px !important;
    padding: 0 15px;
  }
}

/* ==========================================================================
   Questions (.questions) - expanded mixin
   ========================================================================== */

.questions {
  position: relative;
  margin: 60px 0;
  padding-left: 118px;
}
@media (max-width: 991px) {
  .questions {
    display: none;
  }
  .questions.show {
    display: block;
  }
}
@media (max-width: 767px) {
  .questions.show {
    display: none !important;
  }
}
.questions.pull-right {
  margin: 6px 0 35px;
}
.questions p {
  margin-bottom: 13px;
}
.questions:before {
  content: "";
  border-left: 1px solid #d4d4d4;
  position: absolute;
  left: 90px;
  top: 2px;
  bottom: 2px;
}
.questions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #04a6b7;
}
.questions ul li {
  padding-left: 50px;
  padding-bottom: 10px;
}
.questions ul li.phone {
  background: url("../images/phone-XcqUz68.svg") 2px 50% no-repeat;
}
@media (min-width: 768px) {
  .questions ul li.phone a {
    pointer-events: none;
    border-bottom-color: transparent;
  }
  .questions ul li.phone a:before,
  .questions ul li.phone a:after {
    display: none;
  }
}
.questions ul li.message {
  background: url("../images/message-SOScsfJ.svg") 2px 7px no-repeat;
}
@media (max-width: 767px) {
  .questions ul li.phone {
    background: url("../images/phone-XcqUz68.svg") 2px 0 no-repeat;
  }
  .questions ul li.message {
    background: url("../images/message-SOScsfJ.svg") 2px 3px no-repeat;
  }
}
/* Questions link style */
.questions ul a {
  position: relative;
  color: #04a6b7;
  text-decoration: none;
  white-space: nowrap;
}
.questions ul a:before,
.questions ul a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid rgba(4, 166, 183, 0.25);
}
.questions ul a:after {
  z-index: 2;
  width: 0;
  border-bottom-color: #04a6b7;
  transition: width 0.2s;
}
.questions ul a:hover:after {
  width: 100%;
}
.questions ul a:active:after {
  border-bottom-color: #029cac;
}

/* Questions home variant */
.questions.home ul {
  margin: 0 -30px 0 0;
}
@media (max-width: 991px) {
  .questions.home {
    display: block;
    padding: 0;
    margin: 36px 0;
  }
  .questions.home p {
    display: inline;
  }
  .questions.home ul {
    margin: 0;
    display: inline;
  }
  .questions.home ul li {
    display: inline;
    margin: 0 0 0 30px;
    padding-left: 40px;
  }
  .questions.home ul li.phone {
    background: url("../images/phone-XcqUz68.svg") 2px 0 no-repeat;
  }
  .questions.home ul li.message {
    background: url("../images/message-SOScsfJ.svg") 2px 3px no-repeat;
  }
  .questions.home:before {
    display: none;
  }
}

/* Questions phone (mobile top bar) */
.questions.phone {
  background: #fff;
  padding: 21px 0 18px;
  margin: 0;
}
.questions.phone:before {
  display: none;
}

/* ==========================================================================
   Products (#products)
   ========================================================================== */

#products {
  background: #fff;
}
#products .container {
  position: relative;
  padding: 0;
  border-bottom: 3px solid #cdedf1;
}
#products p {
  background: #fff0cc;
  margin: 0;
  padding: 20px 20px 0 20px;
}
#products ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#products .buttons {
  background: rgba(205, 237, 241, 0.6);
  padding: 28px 60px 23px;
  position: absolute;
  z-index: 3;
  bottom: 100%;
  width: 100%;
}
#products .buttons li {
  padding-right: 50px;
  transform: translateY(20px);
  transition: transform 0.5s;
}
#products .buttons li.loaded {
  transform: translateY(0);
}

/* Products button (expanded .button mixin) */
#products .buttons li a {
  width: 100%;
  float: left;
  margin-top: 0;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  background: #ffb400;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  border-radius: 23px;
}
#products .buttons li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  background: #ffa602;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
#products .buttons li a:after {
  content: "";
  position: absolute;
  z-index: 20;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
#products .buttons li a span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  #products .buttons li a:hover:before {
    right: 0;
  }
  #products .buttons li a:hover:after {
    right: 20px;
  }
  #products .buttons li a:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  #products .buttons li a:active:before {
    right: 0;
  }
  #products .buttons li a:active:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #products .buttons li a {
    font-size: 15px;
    line-height: 40px;
  }
  #products .buttons li a:after {
    top: 12px;
  }
}

/* Products features */
#products .features {
  margin: 0 0 1px;
  padding: 40px 60px 50px;
  font: 16px/28px "Source Sans Pro";
  background: #e5f6f8;
  position: relative;
}
#products .features li {
  padding-left: 24px;
  background: url("../images/check-JQq-fN2.svg") left 9px no-repeat;
}
#products .features a {
  position: absolute;
  left: 100%;
  top: 25px;
  padding: 0 0 0 57px;
  margin-left: -35px;
  font: 14px/18px "Ruda";
  text-decoration: none;
  color: #04a6b7;
  text-transform: uppercase;
  background: url("../images/arrow_blue_large-GTGQYee.svg") left center no-repeat;
  background-size: 18px 30px;
}
#products .features a:hover {
  background-position: 3px center;
}
@media (max-width: 1275px) {
  #products .features a {
    display: none;
  }
}
#products .features a span:last-child {
  display: none;
}

@media (max-width: 1199px) {
  #products .buttons,
  #products .features {
    padding-left: 30px;
    padding-right: 30px;
  }
  #products .buttons li {
    padding-right: 25px;
  }
}
@media (max-width: 991px) {
  #products .buttons li {
    padding: 0 35px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #products .buttons li:nth-child(3) {
    position: absolute;
    top: 121px;
    padding-right: 65px;
  }
}
@media (max-width: 991px) {
  #products .features {
    padding-top: 43px;
  }
  #products .features ul {
    display: none;
  }
  #products .features a {
    display: block;
    left: 50%;
    margin: 0 0 0 40px;
    top: 41px;
    padding-left: 26px;
    background-size: 10px 16px;
  }
  #products .features a span:last-child {
    display: inline;
  }
  #products .features a span:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  #products .container {
    border-bottom: none;
  }
  #products .buttons {
    position: relative;
    bottom: auto;
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff0cc;
  }
  #products .buttons li {
    padding: 0;
    margin: 0 0 9px;
  }
  #products .features {
    display: none;
  }
}

/* ==========================================================================
   Content (#content) - links, buttons, questions, forms, side panel
   ========================================================================== */

#content {
  background: #fff;
  padding: 63px 0 40px;
}
@media (min-width: 768px) {
  #content.product-start {
    padding-top: 73px;
  }
}
#content.overflow {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  #content {
    padding: 27px 0 3px;
  }
}
#content h2:first-child,
#content h3:first-child {
  margin-top: 0;
}

/* Content link style (expanded .link mixin) */
#content p a,
#content ul a,
#content ol a,
#content dl a {
  position: relative;
  color: #04a6b7;
  text-decoration: none;
  white-space: nowrap;
}
#content p a:before,
#content ul a:before,
#content ol a:before,
#content dl a:before,
#content p a:after,
#content ul a:after,
#content ol a:after,
#content dl a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid rgba(4, 166, 183, 0.25);
}
#content p a:after,
#content ul a:after,
#content ol a:after,
#content dl a:after {
  z-index: 2;
  width: 0;
  border-bottom-color: #04a6b7;
  transition: width 0.2s;
}
#content p a:hover:after,
#content ul a:hover:after,
#content ol a:hover:after,
#content dl a:hover:after {
  width: 100%;
}
#content p a:active:after,
#content ul a:active:after,
#content ol a:active:after,
#content dl a:active:after {
  border-bottom-color: #029cac;
}

/* Content button (expanded .button mixin inline) */
#content p a.button,
#content ul a.button,
#content ol a.button,
#content dl a.button {
  display: inline-block;
  float: none;
  border-bottom: none !important;
  margin-top: 6px;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  background: #ffb400;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  border-radius: 23px;
}
#content p a.button:before,
#content ul a.button:before,
#content ol a.button:before,
#content dl a.button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  background: #ffa602;
  border: none;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
#content p a.button:after,
#content ul a.button:after,
#content ol a.button:after,
#content dl a.button:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
#content p a.button span,
#content ul a.button span {
  position: relative;
  z-index: 2;
}
#content p a.button.blue,
#content ul a.button.blue {
  background: #04a6b7;
}
#content p a.button.blue:before,
#content ul a.button.blue:before {
  background: #029cac;
}
@media (min-width: 992px) {
  #content p a.button:hover:before,
  #content ul a.button:hover:before {
    right: 0;
  }
  #content p a.button:hover:after,
  #content ul a.button:hover:after {
    right: 20px;
  }
  #content p a.button:active:before,
  #content ul a.button:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  #content p a.button:active:before,
  #content ul a.button:active:before {
    right: 0;
  }
  #content p a.button:active:after,
  #content ul a.button:active:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #content p a.button,
  #content ul a.button {
    font-size: 15px;
    line-height: 40px;
  }
  #content p a.button:after,
  #content ul a.button:after {
    top: 12px;
  }
}

/* Content lists */
#content ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
#content ul li {
  padding-left: 35px;
  padding-bottom: 10px;
  background: url("../images/arrow_grey-hJJFu6u.svg") 1px 11px no-repeat;
  background-size: 8px 13px;
}
@media (max-width: 767px) {
  #content ul li {
    background-position: 1px 5px;
  }
}

/* Content features list */
#content .features {
  margin: 0 0 35px;
  list-style: none;
  font: 18px/36px "Source Sans Pro";
  color: #04a6b7;
  position: relative;
  z-index: 6;
}
#content .features li {
  width: 50%;
  float: left;
  padding: 0 0 0 35px;
  background: url("../images/check_blue-Dnhk4ip.svg") left center no-repeat;
}
@media (max-width: 1099px) {
  #content .features li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #content .features {
    font-size: 16px;
    margin: 0 0 25px;
  }
}

/* Content buttons sidebar */
#content .buttons {
  float: right;
  clear: right;
  width: 220px;
  margin: -2px 0 25px -240px;
}
#content .buttons p {
  margin-bottom: 13px;
  width: 100%;
}
#content .buttons p a {
  display: block;
}

#content .spacing {
  height: 16px;
}
@media (max-width: 767px) {
  #content .spacing {
    display: none;
  }
}

/* ==========================================================================
   Side panel (#content .side)
   ========================================================================== */

#content .side {
  float: right;
  background: #e5f6f8;
  text-align: center;
  margin: 40px 0 0;
  font: 300 14px/19px "Source Sans Pro";
  color: rgba(114, 114, 114, 0.5);
  width: 220px;
  padding: 45px 22px 5px;
  position: relative;
  border-radius: 30px;
  transition: top 0.5s;
}
#content .side.large {
  width: 300px;
  text-align: left;
  margin-right: -60px;
  padding-left: 30px;
  padding-right: 30px;
  color: #727272;
  margin-bottom: 150px;
  font: 300 16px/28px "Source Sans Pro";
}
@media (max-width: 1199px) {
  #content .side.large {
    transition: margin-right 0.2s;
  }
  #content .side.large:hover {
    margin-right: 0;
  }
}
#content .side.large h3,
#content .side.large h4 {
  color: #04a6b7;
}
#content .side.large h3 {
  margin-top: -10px;
  margin-bottom: 26px;
}
#content .side.large h4 {
  text-transform: uppercase;
  font: 14px/29px "Source Sans Pro";
  margin-bottom: 0;
}
#content .side.large h4.total {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
#content .side.large h4.total:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  content: "";
  height: 1px;
  margin-top: -1px;
  background: #04a6b7;
}
#content .side.large h4.total span {
  position: relative;
  z-index: 5;
  padding: 0 10px;
  background: #e5f6f8;
}
#content .side.large table {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}
#content .side.large table td,
#content .side.large table th {
  border: 0;
  padding: 0;
}
#content .side.large table td:last-child,
#content .side.large table th:last-child {
  text-align: right;
}
#content .side.large table td:last-child span,
#content .side.large table th:last-child span {
  display: inline-block;
  width: 30px;
  font-size: 14px;
}
#content .side.large p.out {
  position: absolute;
  top: 100%;
  left: 30px;
  right: 30px;
  margin-top: 30px;
  font: 300 16px/22px "Source Sans Pro";
  color: rgba(114, 114, 114, 0.6);
}

/* Side panel try circle */
#content .side .try {
  display: block;
  height: 178px;
  width: 178px;
  padding: 30px 0 0;
  margin-bottom: 23px;
  color: #fff;
  background: #04a6b7;
  text-decoration: none;
  font: 21px/24px "Ruda";
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.2s;
  border-radius: 50%;
}
#content .side .try span {
  font-size: 66px;
  line-height: 66px;
}
#content .side .try span:first-child {
  transition: transform 1s;
}
#content .side .try:hover span:first-child {
  transform: rotateY(360deg);
}

/* ==========================================================================
   Success / Failure messages
   ========================================================================== */

#content .success,
#content .failure {
  background: #dff3cd url("../images/thumb-07oDQ9c.svg") 42px 40px no-repeat;
  border-radius: 30px;
  padding: 57px 40px 15px 120px;
  margin: 40px 0;
}
#content .success h2 {
  color: #5ec107;
}
@media (max-width: 767px) {
  #content .success,
  #content .failure {
    padding: 35px 40px 10px 120px;
  }
}
@media (max-width: 500px) {
  #content .success,
  #content .failure {
    padding: 35px 40px 10px 40px;
    background-image: none !important;
  }
}
#content .failure {
  background: #ffded6 url("../images/closed-YiOgIyk.svg") 42px 42px no-repeat;
  background-size: 45px 48px;
}
#content .failure h2 {
  color: #da2b00;
}

/* ==========================================================================
   Forms (#content .form-horizontal)
   ========================================================================== */

#content .form-horizontal {
  padding: 22px 0 0;
}
#content .form-horizontal.special {
  padding: 0;
  margin-top: -2px;
}
#content .form-horizontal #part1.going {
  position: absolute;
  left: 0;
  width: 100%;
}
#content .form-horizontal #part2 {
  position: relative;
  z-index: 5;
  display: none;
}
#content .form-horizontal h2 {
  color: #04a6b7;
  font-size: 17px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #content .form-horizontal h2 {
    margin-top: 38px;
    margin-bottom: 22px;
    font-size: 20px;
  }
  #content .form-horizontal h2 + .radio-checkbox {
    position: relative;
    top: -16px;
    margin-bottom: -3px;
  }
}
#content .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 13px;
  position: relative;
  clear: both;
}
@media (min-width: 501px) {
  #content .form-horizontal .form-group > div {
    max-width: 326px;
  }
}
#content .form-horizontal .form-group .reload-holder {
  position: relative;
}
#content .form-horizontal .form-group .reload {
  position: absolute;
  top: 11px;
  left: 100%;
  margin-left: 14px;
  width: 25px;
  height: 23px;
  display: none;
  background: url("../images/reload-RoxpFFW.svg");
}
#content .form-horizontal .form-group .reload:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/reload_blue-Icj8KCU.svg");
  opacity: 0;
  transition: opacity 0.2s;
}
#content .form-horizontal .form-group .reload:hover:after {
  opacity: 1;
}
@media (max-width: 500px) {
  #content .form-horizontal .form-group .reload-holder.active {
    padding-right: 50px;
  }
  #content .form-horizontal .form-group .reload {
    margin-left: -36px;
  }
}

/* Checkbox/Radio */
#content .form-horizontal div.checkbox,
#content .form-horizontal div.radio {
  line-height: 30px;
  padding-top: 0;
  margin-top: 10px;
}
#content .form-horizontal div.checkbox label,
#content .form-horizontal div.radio label {
  padding-left: 32px;
}
#content .form-horizontal div.checkbox + div.checkbox,
#content .form-horizontal div.checkbox + div.radio,
#content .form-horizontal div.radio + div.checkbox,
#content .form-horizontal div.radio + div.radio {
  margin-top: 0;
}
#content .form-horizontal .form-inline div.checkbox,
#content .form-horizontal .form-inline div.radio {
  margin-top: 10px !important;
}
#content .form-horizontal .form-inline div.checkbox {
  display: block;
}
#content .form-horizontal .form-inline label {
  margin-right: 15px;
}
#content .form-horizontal .form-inline label div.checkbox,
#content .form-horizontal .form-inline label div.radio {
  margin-top: 0 !important;
}

/* iCheck styled checkbox/radio */
#content .form-horizontal label div.checkbox,
#content .form-horizontal label div.radio {
  position: absolute;
  margin: 0;
  left: 3px;
  top: 6px;
  border: 1px solid #cfcfcf;
  width: 17px;
  height: 17px;
  min-height: 0;
  background: #fff;
}
#content .form-horizontal label div.checkbox.checked:before,
#content .form-horizontal label div.radio.checked:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #8e8e8e;
}
#content .form-horizontal .error label div.checkbox,
#content .form-horizontal .error label div.radio {
  border-color: #da2b00;
}
#content .form-horizontal label div.radio {
  width: 23px;
  height: 23px;
  left: 0;
  top: 3px;
  border-radius: 12px;
}
#content .form-horizontal label div.radio.checked:before {
  top: 6px;
  left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 5px;
}

/* Help block */
#content .form-horizontal .help-block {
  font-size: 16px;
  color: rgba(114, 114, 114, 0.5);
  margin-top: 1px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  #content .form-horizontal .help-block {
    font-size: 14px;
  }
}
#content .form-horizontal .error .help-block {
  color: #da2b00;
}

/* Button group */
#content .form-horizontal .button-group {
  margin-top: 60px;
  margin-bottom: 46px;
}
#content .form-horizontal .button-between {
  padding-top: 47px;
  margin-bottom: 46px;
}
#content .form-horizontal .button-between button {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  #content .form-horizontal .button-between {
    padding-top: 15px;
  }
}
#content .form-horizontal .button-between a {
  position: relative;
  color: #04a6b7;
  text-decoration: none;
  padding-right: 25px;
  background: url("../images/arrow_blue-DlhLYG-.svg") right 7px no-repeat;
  background-size: 8px 11px;
  transition:
    color 0.2s,
    padding-right 0.2s;
}
#content .form-horizontal .button-between a:hover {
  padding-right: 28px;
}

/* Form controls */
#content .form-horizontal .form-control {
  height: 47px;
  padding: 12px 25px 11px;
  color: #727272;
  font: 300 18px/22px "Source Sans Pro";
  border: 1px solid #cfcfcf;
  border-radius: 24px;
  transition:
    color 0.2s,
    border-color 0.2s;
}
@media (min-width: 501px) {
  #content .form-horizontal .form-control {
    max-width: 326px;
  }
}
#content .form-horizontal .form-control:focus {
  box-shadow: none;
  border-color: #04a6b7;
  color: #04a6b7;
}
#content .form-horizontal .form-control.datepicker {
  background: url("../images/datepicker-JcdJWdX.svg") right no-repeat;
}
#content .form-horizontal .input-group-addon {
  border-radius: 24px 0 0 24px;
}
#content .form-horizontal .input-group-addon + .form-control {
  border-radius: 0 24px 24px 0;
}
#content .form-horizontal textarea.form-control {
  height: 218px;
}
#content .form-horizontal .error .form-control {
  border-color: #da2b00;
}
#content .form-horizontal .control-label {
  padding-right: 30px;
  padding-bottom: 2px;
  font-weight: inherit;
}

/* Form submit button */
#content .form-horizontal .btn {
  float: left;
  margin-top: 0;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  background: #ffb400;
  transform: translateZ(0);
  border-radius: 23px;
  border: 0;
  text-align: left;
}
#content .form-horizontal .btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  background: #ffa602;
  border: none;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
#content .form-horizontal .btn:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
#content .form-horizontal .btn span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  #content .form-horizontal .btn:hover:before {
    right: 0;
  }
  #content .form-horizontal .btn:hover:after {
    right: 20px;
  }
  #content .form-horizontal .btn:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  #content .form-horizontal .btn:active:before {
    right: 0;
  }
  #content .form-horizontal .btn:active:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #content .form-horizontal .btn {
    font-size: 15px;
    line-height: 40px;
  }
  #content .form-horizontal .btn:after {
    top: 12px;
  }
}

#content .form-horizontal .space {
  padding-right: 9px;
}
#content .form-horizontal label {
  font-weight: 300;
}
#content .form-horizontal label a {
  position: relative;
  color: #04a6b7;
  text-decoration: none;
  white-space: nowrap;
}
#content .form-horizontal label a:before,
#content .form-horizontal label a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid rgba(4, 166, 183, 0.25);
}
#content .form-horizontal label a:after {
  z-index: 2;
  width: 0;
  border-bottom-color: #04a6b7;
  transition: width 0.2s;
}
#content .form-horizontal label a:hover:after {
  width: 100%;
}
#content .form-horizontal label a:active:after {
  border-bottom-color: #029cac;
}

@media (max-width: 767px) {
  #content .form-horizontal {
    padding: 0;
  }
  #content .form-horizontal .button-group {
    margin-top: 21px;
    margin-bottom: 35px;
  }
}
@media (max-width: 500px) {
  #content .form-horizontal .btn {
    max-width: 400px;
    width: 100%;
  }
}

/* Form text in alt pages */
body #content .form-text h2 {
  font-size: 28px;
  font-weight: 700;
  color: black !important;
}

/* ==========================================================================
   Carousel (#carousel)
   ========================================================================== */

#carousel {
  background: #e5f6f8;
  padding: 63px 0 40px;
}
@media (max-width: 991px) {
  #carousel {
    padding: 38px 0 15px;
  }
}
@media (max-width: 767px) {
  #carousel {
    padding-top: 15px;
  }
}
#carousel h2 {
  color: #04a6b7;
}
#carousel .topbar {
  height: 49px;
  background: url("../images/screen-topbar-5MXYt_s.png");
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#carousel #slid {
  position: relative;
}
#carousel .prev,
#carousel .next {
  position: absolute;
  z-index: 10;
  width: 16px;
  height: 28px;
  margin-top: 10px;
}
#carousel .prev:before,
#carousel .prev:after,
#carousel .next:before,
#carousel .next:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  filter: drop-shadow(0 0 3px #fff);
  transition: opacity 0.2s;
}
#carousel .prev:before,
#carousel .next:before {
  background: url("../images/arrow_grey_large-sTw_jxz.svg") 50% 50% no-repeat;
  background-size: 16px 28px;
}
#carousel .next:after {
  opacity: 0;
  background: url("../images/arrow_blue_large-GTGQYee.svg") 50% 50% no-repeat;
  background-size: 16px 28px;
}
#carousel .prev:after {
  opacity: 0;
  background: url("../images/arrow_dark_blue_large_back-CaNWo4y.svg") 50% 50% no-repeat;
  background-size: 16px 28px;
}
#carousel .prev:before {
  background: url("../images/arrow_grey_large_back-6FcjIrT.svg") 50% 50% no-repeat;
  background-size: 16px 28px;
}
#carousel .prev:hover:before,
#carousel .next:hover:before {
  opacity: 0;
}
#carousel .prev:hover:after,
#carousel .next:hover:after {
  opacity: 1;
}
#carousel .prev {
  left: -59px;
}
#carousel .next {
  right: -59px;
}
@media (max-width: 767px) {
  #carousel .prev,
  #carousel .next {
    width: 12px;
    height: 21px;
    margin-top: 13.5px;
  }
  #carousel .prev:before,
  #carousel .prev:after,
  #carousel .next:before,
  #carousel .next:after {
    background-size: 12px 21px !important;
  }
}
@media (max-width: 1200px) {
  #carousel .prev {
    left: -40px;
  }
  #carousel .next {
    right: -40px;
  }
}
@media (max-width: 1150px) {
  #carousel .prev,
  #carousel .next {
    width: 50px;
    height: 50px;
    margin-top: 4px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  }
  #carousel .prev {
    left: 25px;
  }
  #carousel .prev:before,
  #carousel .prev:after {
    background-position: 45% 50%;
  }
  #carousel .next {
    right: 25px;
  }
  #carousel .next:before,
  #carousel .next:after {
    background-position: 55% 50%;
  }
}
@media (max-width: 767px) {
  #carousel .prev {
    left: 15px;
  }
  #carousel .next {
    right: 15px;
  }
  #carousel .prev,
  #carousel .next {
    width: 40px;
    height: 40px;
  }
}

#carousel .shadow-wrapper {
  margin: -147px -59px 0;
  top: 100%;
  height: 16px;
  position: absolute;
  z-index: 1000;
}
@media (max-width: 991px) {
  #carousel .shadow-wrapper {
    margin-top: -145px;
  }
}
@media (max-width: 767px) {
  #carousel .shadow-wrapper {
    margin-top: -137px;
  }
}
#carousel .shadow img {
  width: 100%;
}
#carousel #hold {
  position: relative;
  overflow: hidden;
  margin: 30px 0 0;
}
@media (max-width: 1150px) {
  #carousel #hold {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #carousel #hold {
    margin-top: 20px;
  }
}
#carousel ul {
  list-style: none;
  padding: 0;
  width: 10000%;
  left: 0;
  position: relative;
}
#carousel ul li {
  float: left;
  width: 1%;
}
#carousel ul img {
  max-width: 100%;
  position: relative;
  z-index: 5;
}
#carousel ul p {
  position: relative;
  top: 0;
  overflow-y: hidden;
  margin: 0 -59px;
  padding: 57px 59px 0;
  text-align: center;
  font: 19px "Ruda";
  line-height: 26px;
  height: 120px;
  color: #04a6b7;
}
@media (max-width: 991px) {
  #carousel ul p {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #carousel ul p {
    font-size: 15px;
    line-height: 22px;
    padding-top: 47px;
  }
}
#carousel ul p:before {
  content: "";
  position: absolute;
  left: 0;
  top: -26px;
  height: 100%;
  width: 100%;
  background: url("../images/arrow_blue_down-ENoeuF8.svg") 50% 50% no-repeat;
  background-size: 14px 8px;
}
@media (max-width: 767px) {
  #carousel ul p:before {
    top: -34px;
  }
}

/* ==========================================================================
   Contact (#contact)
   ========================================================================== */

#contact {
  padding-left: 90px;
}
@media (max-width: 991px) {
  #contact {
    padding-left: 0;
    float: none !important;
  }
}
#contact .methods {
  list-style: none;
  padding: 0;
  color: #04a6b7;
}
#contact .methods li {
  padding-left: 50px;
  padding-bottom: 10px;
}
#contact .methods li.phone {
  background: url("../images/phone-XcqUz68.svg") 2px 50% no-repeat;
}
@media (min-width: 768px) {
  #contact .methods li.phone a {
    pointer-events: none;
    border-bottom-color: transparent;
  }
  #contact .methods li.phone a:before,
  #contact .methods li.phone a:after {
    display: none;
  }
}
#contact .methods li.message {
  background: url("../images/message-SOScsfJ.svg") 2px 7px no-repeat;
}
@media (max-width: 767px) {
  #contact .methods li.phone {
    background: url("../images/phone-XcqUz68.svg") 2px 0 no-repeat;
  }
  #contact .methods li.message {
    background: url("../images/message-SOScsfJ.svg") 2px 3px no-repeat;
  }
}
#contact .closed {
  color: #da2b00;
  padding-left: 35px;
  position: relative;
  font: 300 16px/25px "Source Sans Pro";
  background: url("../images/closed-YiOgIyk.svg") 0 50% no-repeat;
}
@media (max-width: 767px) {
  #contact .closed {
    font-size: 14px;
  }
}
#contact .no-margin {
  margin-bottom: 0;
}
#contact .schedule {
  line-height: 33px;
}
#contact .schedule li {
  padding-bottom: 0;
  background: url("../images/clock-DbVPxrr.svg") 0 7px no-repeat;
}
#contact .schedule li.phone {
  background: url("../images/phone-XcqUz68.svg") 1px 7px no-repeat;
  background-size: 19px 21px;
}
@media (max-width: 767px) {
  #contact .schedule {
    line-height: 22px;
  }
  #contact .schedule li {
    padding-left: 25px;
    background-size: 16px 16px;
    background-position: 0 4px;
  }
}

/* ==========================================================================
   Courses (.course)
   ========================================================================== */

.course {
  background: #fff;
  padding: 63px 0 40px;
}
.course.odd {
  background: #fff0cc;
}
.course.odd.blue {
  background: #e5f6f8;
}
.course .info {
  padding-left: 90px;
  font: 300 16px/25px "Source Sans Pro";
}
.course .info dl {
  margin-top: 16px;
}
.course .info dt {
  font: bold 14px/25px "Source Sans Pro";
  text-transform: uppercase;
  color: #ffb400;
}
.course .info dd {
  margin-bottom: 15px;
}
.course.blue .info dt {
  color: #04a6b7;
}
.course h2 {
  font: 25px "Ruda";
  color: #ffb400;
  margin-bottom: 28px;
}
.course.blue h2 {
  color: #04a6b7;
}
.course .button {
  margin-top: 0;
  display: inline-block;
  float: none;
  border-bottom: none !important;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  background: #ffb400;
  border-radius: 23px;
  transform: translateZ(0);
}
.course .button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  background: #ffa602;
  border: none;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
.course .button:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
.course .button span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .course .button:hover:before {
    right: 0;
  }
  .course .button:hover:after {
    right: 20px;
  }
  .course .button:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  .course .button:active:before {
    right: 0;
  }
  .course .button:active:after {
    right: 20px;
  }
  .course {
    padding: 38px 0 15px;
  }
  .course .info {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .course {
    padding-top: 15px;
  }
  .course h2 {
    font-size: 21px;
  }
  .course .info {
    font-size: 14px;
  }
  .course .info dt {
    font-size: 12px;
  }
  .course .button {
    font-size: 15px;
    line-height: 40px;
  }
  .course .button:after {
    top: 12px;
  }
}

/* ==========================================================================
   Product Overview (.product-overview)
   ========================================================================== */

.product-overview {
  background: #fff;
  padding: 0 0 86px;
}
.product-overview .container {
  background: #e5f6f8;
  border-bottom: 3px solid #cdedf1;
  position: relative;
  padding: 0 0 1px;
  max-width: 1100px;
  overflow: hidden;
}
.product-overview .container:before {
  content: "";
  position: absolute;
  z-index: 5;
  right: 0;
  top: -100px;
  width: 150%;
  height: 500px;
  border-right: 1px solid #e5f6f8;
  box-shadow: inset 3px 3px 13px 0 rgba(25, 24, 25, 0.25);
}
.product-overview .container.no-shadow:before {
  box-shadow: none;
}
.product-overview .container:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #fff;
}
.product-overview p {
  padding: 0 50px 0 36px;
  position: relative;
  z-index: 6;
}
.product-overview .button {
  width: 100%;
  margin-top: 83px;
  float: left;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  background: #ffb400;
  border-radius: 23px;
  transform: translateZ(0);
}
.product-overview .button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  background: #ffa602;
  border: none;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
.product-overview .button:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
.product-overview .button span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .product-overview .button:hover:before {
    right: 0;
  }
  .product-overview .button:hover:after {
    right: 20px;
  }
  .product-overview .button:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  .product-overview .button:active:before {
    right: 0;
  }
  .product-overview .button:active:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .product-overview .button {
    font-size: 15px;
    line-height: 40px;
  }
  .product-overview .button:after {
    top: 12px;
  }
}
.product-overview ul {
  margin: 0;
  padding: 32px 0 31px;
  list-style: none;
  font: 18px/36px "Source Sans Pro";
  color: #04a6b7;
  position: relative;
  z-index: 6;
}
.product-overview ul li {
  padding: 0 0 0 35px;
  background: url("../images/check_blue-Dnhk4ip.svg") left center no-repeat;
}
.product-overview .visual {
  padding-left: 108px;
}
.product-overview .visual div {
  position: relative;
  overflow: hidden;
  width: 1000px;
  max-height: 207px;
  transform: skewX(-27deg);
  border-left: 3px solid #cdedf1;
}
.product-overview .visual div span {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 3px 3px 13px 0 rgba(25, 24, 25, 0.25);
}
.product-overview .visual div img {
  transform: skewX(27deg);
  margin-left: -100px;
}
.product-overview .visual div .placeholder {
  height: 207px;
  width: 1000px;
  transform: none;
  border: none;
}
.product-overview .visual div:after {
  content: "";
  position: absolute;
  z-index: 10;
  left: -1px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
}
.product-overview .no-shadow img {
  position: absolute;
  z-index: 20;
  top: 23px;
  left: 21px;
}
@media (max-width: 1099px) {
  .product-overview p {
    position: absolute;
    z-index: 8;
    left: 0;
    top: 0;
    padding-left: 30px;
  }
  .product-overview ul {
    padding-top: 114px;
    padding-left: 30px;
  }
  .product-overview .button {
    margin-top: 41px;
  }
  .product-overview .visual div {
    max-height: 289px;
  }
  .product-overview .visual div .placeholder {
    height: 289px;
  }
  .product-overview .no-shadow img {
    top: 63px;
  }
}
@media (max-width: 767px) {
  .product-overview {
    padding-bottom: 35px;
  }
  .product-overview p,
  .product-overview ul {
    padding-left: 20px;
  }
  .product-overview ul {
    padding-top: 89px;
    font-size: 16px;
  }
  .product-overview .button {
    margin-top: 30px;
  }
  .product-overview .visual {
    padding-left: 0;
  }
  .product-overview .no-shadow img {
    left: -50px;
  }
}
@media (max-width: 550px) {
  .product-overview .col-xs-10 {
    width: 100%;
  }
  .product-overview .visual {
    display: none;
  }
}

/* ==========================================================================
   Pricing (#pricing)
   ========================================================================== */

#pricing {
  background: #fff;
  padding: 63px 0 40px;
}
#pricing h2 {
  color: #04a6b7;
}
#pricing a {
  position: relative;
  color: #04a6b7;
  text-decoration: none;
  white-space: nowrap;
}
#pricing a:before,
#pricing a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid rgba(4, 166, 183, 0.25);
}
#pricing a:after {
  z-index: 2;
  width: 0;
  border-bottom-color: #04a6b7;
  transition: width 0.2s;
}
#pricing a:hover:after {
  width: 100%;
}
#pricing a:active:after {
  border-bottom-color: #029cac;
}
#pricing a.button {
  margin-top: 0;
  display: inline-block;
  float: none;
  border-bottom: none !important;
  padding: 0 68px 0 24px;
  color: #fff;
  font: 700 17px/45px "Ruda";
  overflow: hidden;
  background: #ffb400;
  border-radius: 23px;
  transform: translateZ(0);
}
#pricing a.button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  background: #ffa602;
  border: none;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
#pricing a.button:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
#pricing a.button span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  #pricing a.button:hover:before {
    right: 0;
  }
  #pricing a.button:hover:after {
    right: 20px;
  }
  #pricing a.button:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  #pricing a.button:active:before {
    right: 0;
  }
  #pricing a.button:active:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pricing a.button {
    font-size: 15px;
    line-height: 40px;
  }
  #pricing a.button:after {
    top: 12px;
  }
}

#pricing .try {
  float: left;
  margin: 54px 0 35px;
}
#pricing .try a {
  display: block;
  height: 178px;
  width: 178px;
  padding: 30px 0 0;
  color: #fff;
  background: #ffb400;
  text-decoration: none;
  font: 21px/24px "Ruda";
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.2s;
  border-radius: 50%;
}
#pricing .try a span {
  font-size: 66px;
  line-height: 66px;
}
#pricing .try a span:first-child {
  transition: transform 1s;
}
#pricing .try a:before,
#pricing .try a:after {
  display: none;
}
#pricing .try a:hover {
  background: #ffa602;
}
#pricing .try a:hover span:first-child {
  transform: rotateY(360deg);
}
#pricing .try a:active {
  background: #f59e02;
}

#pricing .buttons {
  float: right;
  width: 240px;
  margin: 91px 0 35px;
}
#pricing .buttons p {
  margin-bottom: 13px;
  width: 100%;
}
#pricing .buttons p a {
  display: block;
}
@media (max-width: 991px) {
  #pricing .try {
    float: none;
    text-align: center;
    margin-top: 18px;
  }
  #pricing .try a {
    display: inline-block;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #pricing .buttons {
    float: none;
    width: auto;
    text-align: center;
    margin-top: 0;
  }
  #pricing .buttons p {
    max-width: 240px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #pricing {
    padding: 0 0 35px;
  }
  #pricing table {
    min-width: 75%;
  }
  #pricing .try {
    display: none;
  }
  #pricing .buttons {
    float: left;
    min-width: 75%;
    margin: 10px 0 0;
  }
}
@media (max-width: 500px) {
  #pricing table {
    min-width: 100%;
  }
  #pricing .buttons {
    min-width: 100%;
  }
}

/* ==========================================================================
   References (#references)
   ========================================================================== */

#references {
  padding: 63px 0 0;
  background: #fff0cc;
  overflow: hidden;
}
#references h2 {
  font: 25px "Ruda";
  color: #ffb400;
  margin-bottom: 28px;
}
#references a {
  color: #ffb400;
  text-decoration: none;
}
#references a:hover {
  color: #ffa602;
}
#references .from span {
  font-weight: 400;
}
#references .from span:before {
  content: "\2014";
  margin-right: 14px;
}
#references .from a {
  font-weight: 400;
}
#references .satisfaction {
  padding-left: 90px;
  font: 300 16px/28px "Source Sans Pro";
}
#references .satisfaction .stars {
  margin: -10px 0 13px;
}
#references .satisfaction .stars .star {
  display: inline-block;
  width: 24px;
  height: 22px;
  position: relative;
  background: url("../images/star-wjvO5RC.svg");
  transform: translateZ(0);
}
#references .satisfaction .stars .star.half {
  opacity: 0.7;
}
#references .satisfaction .stars .star.empty {
  opacity: 0.4;
}
#references .satisfaction .stars .star:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("../images/star_full-9HAGHHR.svg");
  transition: opacity 1s;
}
#references .satisfaction .stars.large .star:before {
  opacity: 0.5;
}
#references .satisfaction .stars strong {
  display: inline-block;
  width: 65px;
  height: 65px;
  padding: 4px 0 0;
  color: #fff;
  text-align: center;
  background: #ffb400;
  font: bold 26px/61px "Ruda";
  border-radius: 50%;
}
@media (max-width: 991px) {
  #references .satisfaction {
    padding-left: 0;
    padding-bottom: 40px;
  }
  #references .satisfaction .stars {
    display: inline-block;
  }
  #references .satisfaction .stars .star {
    display: none;
  }
  #references .satisfaction p {
    margin-top: -15px;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
    top: 10px;
  }
  #references {
    padding-top: 38px;
  }
}
@media (max-width: 767px) {
  #references {
    display: none;
  }
}

/* ==========================================================================
   Slider (#slider, #slider-progress)
   ========================================================================== */

#slider {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  position: relative;
  font-size: 22px;
  line-height: 33px;
}
#slider p {
  margin-bottom: 25px;
}
#slider .fading {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
#slider-progress {
  margin-top: 50px;
  height: 3px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #slider-progress {
    margin-top: 25px;
  }
}
#slider-progress span {
  height: 3px;
  width: 0;
  display: block;
  background: rgba(255, 180, 0, 0.4);
  transition: width 12s linear;
  transform: translateZ(0);
}

/* ==========================================================================
   Try (#try)
   ========================================================================== */

#try {
  background: #fff;
  font: 21px/64px "Ruda";
  color: #04a6b7;
  padding: 86px 0;
}
#try p {
  display: inline-block;
}
#try p a {
  padding: 2px 55px 0 23px;
  text-decoration: none;
  margin-left: 9px;
  margin-right: -10px;
  display: inline-block;
  font-weight: bold;
  color: #04a6b7;
  border: 1px solid rgba(4, 166, 183, 0.3);
  position: relative;
  border-radius: 33px;
}
#try p a:after,
#try p a:before {
  content: "";
  position: absolute;
  right: 26px;
  top: 24px;
  width: 10px;
  height: 17px;
  background: url("../images/arrow_blue-DlhLYG-.svg") no-repeat;
  opacity: 1;
  transition:
    transform 0.2s,
    right 0.2s,
    opacity 0.2s;
}
#try p a:before {
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  opacity: 0;
}
@media (min-width: 992px) {
  #try p a:hover {
    color: #fff;
    background: #04a6b7;
  }
  #try p a:active {
    background: #029cac;
  }
  #try p a:hover:after,
  #try p a:hover:before {
    right: 23px;
    opacity: 0;
    transform: rotate(360deg);
  }
  #try p a:hover:before {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  #try p a:active {
    color: #fff;
    background: #04a6b7;
  }
  #try p a:active:after,
  #try p a:active:before {
    right: 23px;
    opacity: 0;
    transform: rotate(360deg);
  }
  #try p a:active:before {
    opacity: 1;
  }
  #try {
    padding: 65px 0 30px;
  }
  #try p {
    display: block;
  }
  #try p a {
    margin: 0;
    position: relative;
    top: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1050px) {
  #try {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #try {
    padding: 24px 0 0;
    font: 16px/23px "Ruda";
    background: #e5f6f8;
    border-bottom: 33px solid #fff;
    text-align: center;
  }
  #try p a {
    padding: 17px 50px 15px 18px;
    line-height: 26px;
    top: -11px;
  }
  #try p a:before,
  #try p a:after {
    top: 21px;
  }
  #try p:last-child {
    margin-bottom: 19px;
  }
}
@media (max-width: 500px) {
  #try p a {
    padding: 17px 47px 15px 18px;
    line-height: 26px;
  }
  #try p a:after,
  #try p a:before {
    right: 22px;
  }
  #try p a:hover:after,
  #try p a:hover:before {
    right: 19px;
  }
}

/* ==========================================================================
   Pricing Overview (#pricing-overview)
   ========================================================================== */

#pricing-overview {
  background: #fff;
  padding: 63px 0 40px;
  font-size: 16px;
  line-height: 27px;
}
#pricing-overview h2 {
  color: #04a6b7;
}
#pricing-overview p {
  padding-top: 14px;
}
#pricing-overview table {
  margin-top: 39px;
  line-height: 33px;
}
#pricing-overview table tr td,
#pricing-overview table tr th {
  padding: 3px 14px;
}
#pricing-overview table tr td:first-child,
#pricing-overview table tr th:first-child {
  padding-left: 0;
}
#pricing-overview table tr td:last-child,
#pricing-overview table tr th:last-child {
  padding-right: 3px;
}
@media (max-width: 991px) {
  #pricing-overview table {
    margin-top: 19px;
  }
  #pricing-overview {
    padding: 30px 0 15px;
  }
}
@media (max-width: 767px) {
  #pricing-overview {
    padding: 15px 0 15px;
  }
}

/* ==========================================================================
   Spotlight (#spotlight)
   ========================================================================== */

#spotlight {
  background: #fff0cc;
  font-size: 16px;
  line-height: 27px;
  padding: 63px 0 40px;
}
#spotlight .left {
  padding-right: 50px;
}
#spotlight .left p {
  padding-top: 33px;
}
#spotlight .image {
  float: right;
  margin: -31px 0 0;
  padding: 0 58px 0 0;
  position: relative;
}
#spotlight .image .circle {
  position: absolute;
  top: -126px;
  right: -12px;
  display: block;
  height: 178px;
  width: 178px;
  padding: 34px 0 0;
  color: #fff;
  background: #ffb400;
  text-decoration: none;
  font: 21px/24px "Ruda";
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.2s;
  border-radius: 50%;
}
#spotlight .image .circle span {
  font-size: 66px;
  line-height: 66px;
  position: relative;
  margin-left: -7px;
  margin-bottom: -12px;
  display: inline-block;
  white-space: nowrap;
}
#spotlight .image .circle span span:first-child {
  font-size: 41px;
  line-height: 66px;
  margin-left: -10px;
  position: relative;
  top: -17px;
  margin-bottom: 0;
}
#spotlight .image .circle span span:last-child {
  font-size: 13px;
  line-height: 66px;
  margin-left: -27px;
  position: relative;
  top: 1px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #spotlight .image {
    float: none;
    margin: 25px 0 -25px;
    padding: 0;
  }
  #spotlight .image .circle {
    display: none;
  }
}
#spotlight h2 {
  color: #ffb400;
}
#spotlight table {
  margin-top: 38px;
  line-height: 33px;
}
#spotlight table tr td,
#spotlight table tr th {
  padding: 3px 14px;
  border-color: #ffde8e;
}
#spotlight table tr td:first-child,
#spotlight table tr th:first-child {
  padding-left: 0;
}
#spotlight table tr td:last-child,
#spotlight table tr th:last-child {
  padding-right: 3px;
}
@media (max-width: 991px) {
  #spotlight table {
    margin-top: 19px;
  }
  #spotlight {
    padding: 30px 0 15px;
  }
}
@media (max-width: 767px) {
  #spotlight {
    padding: 15px 0 15px;
    border-bottom: 33px solid #fff;
  }
}

/* ==========================================================================
   Disclaimer (#disclaimer)
   ========================================================================== */

#disclaimer {
  background: #fff;
  margin: -46px 0 0;
  padding: 0 0 40px;
}
#disclaimer p {
  opacity: 0.6;
}
#disclaimer p a {
  position: relative;
  color: #04a6b7;
  text-decoration: none;
  white-space: nowrap;
}
#disclaimer p a:before,
#disclaimer p a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid rgba(4, 166, 183, 0.25);
}
#disclaimer p a:after {
  z-index: 2;
  width: 0;
  border-bottom-color: #04a6b7;
  transition: width 0.2s;
}
#disclaimer p a:hover:after {
  width: 100%;
}
#disclaimer p a:active:after {
  border-bottom-color: #029cac;
}
@media (max-width: 767px) {
  #disclaimer {
    margin: 0;
    padding: 0;
  }
}

/* ==========================================================================
   Breadcrumb (#breadcrumb)
   ========================================================================== */

#breadcrumb {
  background: #fff;
  border-top: 1px solid #f2f2f2;
  font: 14px/24px "Ruda";
  padding: 35px 0;
}
#breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
#breadcrumb ul li {
  float: left;
  padding-left: 46px;
  color: rgba(114, 114, 114, 0.5);
  background: url("../images/arrow_light_grey-fKBs5fI.svg") 18px 2px no-repeat;
}
#breadcrumb ul li:first-child {
  padding: 0;
  background: none;
}
#breadcrumb ul li a {
  color: rgba(114, 114, 114, 0.5);
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  color: #727272;
}
@media (max-width: 767px) {
  #breadcrumb {
    padding: 29px 0;
    line-height: 36px;
  }
  #breadcrumb ul li {
    clear: left;
    padding-left: 28px;
    background-position: 3px 9px;
    background-size: 8px 15px;
  }
}
/* Alt page breadcrumb */
#breadcrumb {
  border-top: 1px solid #cacaca;
}

/* ==========================================================================
   Footer (#footer)
   ========================================================================== */

#footer {
  font: 13px "Ruda";
  border-top: 1px solid #cacaca;
  padding: 58px 0 42px;
  text-transform: uppercase;
  color: rgba(114, 114, 114, 0.5);
  transform: translateZ(0);
  backface-visibility: hidden;
}
#footer p {
  margin-bottom: 10px;
}
#footer ul {
  float: left;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
#footer li,
#footer p {
  float: left;
  padding: 0 25px 0 0;
}
#footer li a,
#footer p a {
  text-decoration: none;
  color: rgba(114, 114, 114, 0.5);
}
#footer li a:hover,
#footer p a:hover {
  color: rgba(114, 114, 114, 0.7);
}
#footer li a:active,
#footer p a:active {
  color: rgba(114, 114, 114, 0.9);
}
#footer img {
  float: right;
  margin: -26px 0 0;
}
/* Alt page footer fix */
#footer img {
  float: right;
  margin: -17px 0 0;
  height: 51px;
  width: 89px;
}
@media (max-width: 991px) and (min-width: 768px) {
  #footer {
    text-align: center;
  }
  #footer .container {
    padding: 0 24px;
  }
  #footer p {
    float: none;
    display: inline;
    padding: 0 6px;
  }
  #footer ul {
    float: none;
    display: inline;
  }
  #footer ul li {
    float: none;
    display: inline;
    padding: 0 6px;
  }
  #footer img {
    float: none;
    display: inline-block;
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  #footer {
    padding-top: 27px;
    text-align: center;
  }
  #footer p {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #footer ul {
    display: none;
  }
  #footer img {
    float: none;
    display: inline-block;
    margin: 40px 0 0;
  }
}

/* ==========================================================================
   Tiles (.tiles) - from altpagina.less
   ========================================================================== */

.tiles {
  background-color: #fff0cc;
  padding: 63px 0 40px;
}
@media (max-width: 767px) {
  .tiles {
    padding-top: 15px;
  }
}
.tiles h2 {
  font: 25px Ruda;
  color: #ffb400;
  margin-bottom: 28px;
}
.tiles ul.tile-set {
  clear: both;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  margin-left: -10px;
  margin-right: -10px;
}
.tiles ul.tile-set > li {
  font-size: 17px;
  line-height: normal;
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  width: 310px;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  position: relative;
}
@media (max-width: 767px) {
  .tiles ul.tile-set > li {
    display: block;
    width: auto;
  }
}
.tiles ul.tile-set > li h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
  font: 25px Ruda;
  color: black;
  margin: 0;
  padding: 0;
}
.tiles ul.tile-set > li time {
  color: #04a6b7;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
.tiles ul.tile-set > li li {
  padding-left: 24px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: 0 10px;
}
.tiles ul.tile-set > li li.icon_pen {
  background-image: url("../images/icon_pen-hHX-uIf.svg");
}
.tiles ul.tile-set > li li.icon_person {
  background-image: url("../images/icon_person-xQfz8kI.svg");
}
.tiles ul.tile-set > li li.icon_location-black {
  background-image: url("../images/location-black-i3tkxWK.svg");
}

/* Tile link style */
.tiles ul.tile-set > li a {
  position: relative;
  color: #04a6b7;
  text-decoration: none;
  white-space: nowrap;
}
.tiles ul.tile-set > li a:before,
.tiles ul.tile-set > li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px solid rgba(4, 166, 183, 0.25);
}
.tiles ul.tile-set > li a:after {
  z-index: 2;
  width: 0;
  border-bottom-color: #04a6b7;
  transition: width 0.2s;
}
.tiles ul.tile-set > li a:hover:after {
  width: 100%;
}
.tiles ul.tile-set > li a:active:after {
  border-bottom-color: #029cac;
}

/* Tile button */
.tiles ul.tile-set > li a.button {
  display: inline-block;
  float: none;
  border-bottom: none !important;
  margin-top: 0;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  background: #ffb400;
  border-radius: 23px;
  transform: translateZ(0);
}
.tiles ul.tile-set > li a.button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  background: #ffa602;
  border: none;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
.tiles ul.tile-set > li a.button:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
.tiles ul.tile-set > li a.button span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .tiles ul.tile-set > li a.button:hover:before {
    right: 0;
  }
  .tiles ul.tile-set > li a.button:hover:after {
    right: 20px;
  }
  .tiles ul.tile-set > li a.button:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  .tiles ul.tile-set > li a.button:active:before {
    right: 0;
  }
  .tiles ul.tile-set > li a.button:active:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .tiles ul.tile-set > li a.button {
    font-size: 15px;
    line-height: 40px;
  }
  .tiles ul.tile-set > li a.button:after {
    top: 12px;
  }
}

/* Tile full button (disabled/full course) */
.tiles ul.tile-set > li a.button.full {
  cursor: not-allowed;
  color: #ff4e4e;
  background-color: white;
  position: relative;
  transition: background-color 0.3s;
  overflow: visible;
  padding-right: 24px;
  margin-bottom: 5px;
}
.tiles ul.tile-set > li a.button.full::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid #ff4e4e !important;
  border-radius: 23px;
  background: none;
  width: auto;
  height: auto;
}
.tiles ul.tile-set > li a.button.full::after {
  display: none;
}
.tiles ul.tile-set > li a.button.full:hover {
  background-color: #ff4e4e;
  color: white;
}
.tiles ul.tile-set > li a.button.full:hover::after {
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
}
.tiles ul.tile-set > li a.button.full .error {
  pointer-events: none;
  display: none;
  position: absolute;
  left: -72px;
  right: -72px;
  bottom: 60px;
  white-space: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 30px;
  border-radius: 20px;
  border: 2px solid #ffdcdc;
  background-color: white;
  text-align: center;
  color: #ff4e4e;
}
.tiles ul.tile-set > li a.button.full .error:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 22px;
  height: 10px;
  margin: 0 auto;
  background: url("../images/balloonarrow-FLhPSlM.png") no-repeat;
}

/* Tile icon bar */
.tiles ul.tile-set > li .icon-bar {
  position: absolute;
  top: -10px;
  right: 10px;
  opacity: 0;
  transition: all 0.4s ease;
}
.tiles ul.tile-set > li:hover .icon-bar {
  opacity: 1;
}

/* Gray icon list */
.tiles ul.gray-icon-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 15px;
}
.tiles ul.gray-icon-list > li {
  color: #727272;
  font-size: 18px;
  line-height: 30px;
}
.tiles ul.gray-icon-list > li img {
  height: 14px;
  width: auto;
  margin-right: 10px;
}

/* Add course button */
.tiles .add-course {
  margin-bottom: 30px;
  float: left;
}
.tiles .add-course .btn {
  float: left;
  margin-top: 0;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  background: #ffb400;
  border-radius: 23px;
  border: 0;
  text-align: left;
}
.tiles .add-course .btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  background: #ffa602;
  border: none;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
.tiles .add-course .btn:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
.tiles .add-course .btn span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .tiles .add-course .btn:hover:before {
    right: 0;
  }
  .tiles .add-course .btn:hover:after {
    right: 20px;
  }
  .tiles .add-course .btn:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  .tiles .add-course .btn:active:before {
    right: 0;
  }
  .tiles .add-course .btn:active:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .tiles .add-course .btn {
    font-size: 15px;
    line-height: 40px;
  }
  .tiles .add-course .btn:after {
    top: 12px;
  }
}

/* ==========================================================================
   Price (#price) - from altpagina.less
   ========================================================================== */

#price {
  background-color: white;
  padding: 100px 0;
}
@media (max-width: 767px) {
  #price {
    padding: 20px 0;
  }
}
@media (min-width: 767px) {
  #price .row {
    display: table;
  }
  #price .row .col-sm-6 {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
#price .text h3 {
  color: black;
  font-size: 28px;
  margin-top: 0;
  padding-top: 0;
  font-weight: 700;
}
#price .text p {
  font-size: 18px;
  color: #727272;
}
#price .text a.button {
  display: inline-block;
  float: none;
  margin-top: 0;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  background: #ffb400;
  border-radius: 23px;
  transform: translateZ(0);
}
#price .text a.button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  background: #ffa602;
  border: none;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
#price .text a.button:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
#price .text a.button span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  #price .text a.button:hover:before {
    right: 0;
  }
  #price .text a.button:hover:after {
    right: 20px;
  }
  #price .text a.button:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  #price .text a.button:active:before {
    right: 0;
  }
  #price .text a.button:active:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #price .text a.button {
    font-size: 15px;
    line-height: 40px;
  }
  #price .text a.button:after {
    top: 12px;
  }
}
#price .block {
  border-radius: 20px;
  color: white;
  padding: 40px;
  margin-right: 100px;
  font-size: 17px;
  line-height: 17px;
  background-image: url("../images/featurelines-8xXBU2F.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  #price .block {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  #price .block {
    margin-bottom: 30px;
  }
}
#price .block h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
}
#price .block a.button {
  display: inline-block;
  float: none;
  margin-top: 0;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  background: #ffb400;
  border-radius: 23px;
  transform: translateZ(0);
}
#price .block a.button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  background: #ffa602;
  border: none;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
#price .block a.button:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
#price .block a.button span {
  position: relative;
  z-index: 2;
}
#price .block.price-note {
  background: 0 !important;
  padding-bottom: 0;
  color: #727272;
}

/* Price color variants */
#price.blue .block {
  background-color: #4e8fd2;
}
#price.blue .text a.button {
  background-color: #4e8fd2;
}
#price.blue .text a.button::before {
  background-color: #3a82cd;
}
#price.orange .block {
  background-color: #fc822c;
}
#price.orange .text a.button {
  background-color: #fc822c;
}
#price.orange .text a.button::before {
  background-color: #fc7313;
}
#price.orange .block a.button {
  background-color: white;
  color: #fc822c;
}
#price.orange .block a.button::before {
  background-color: rgba(252, 130, 44, 0.2);
}
#price.orange .block a.button:after {
  background-image: url("../images/arrow_orange-OMw2p41.svg");
}
#price.green .block {
  background-color: #70bf54;
}
#price.green .text a.button {
  background-color: #70bf54;
}
#price.green .text a.button::before {
  background-color: #62b644;
}

/* ==========================================================================
   Try variants (blue/orange/green) - from altpagina.less
   ========================================================================== */

#try.blue,
#try.orange,
#try.green {
  background-color: #f1f1f1;
  padding: 35px 0;
  line-height: 0;
}
#try.blue .block,
#try.orange .block,
#try.green .block {
  line-height: 45px;
  font-size: 21px;
}
@media (max-width: 768px) {
  #try.blue .block,
  #try.orange .block,
  #try.green .block {
    line-height: normal;
    margin-bottom: 20px;
  }
}
#try.blue .block p,
#try.orange .block p,
#try.green .block p {
  margin: 0;
  padding: 0;
}
#try.blue a.button,
#try.orange a.button,
#try.green a.button {
  display: inline-block;
  float: none;
  margin-top: 0;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  border-radius: 23px;
  transform: translateZ(0);
}
#try.blue a.button:before,
#try.orange a.button:before,
#try.green a.button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  border: none;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
#try.blue a.button:after,
#try.orange a.button:after,
#try.green a.button:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
#try.blue a.button span,
#try.orange a.button span,
#try.green a.button span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  #try.blue a.button:hover:before,
  #try.orange a.button:hover:before,
  #try.green a.button:hover:before {
    right: 0;
  }
  #try.blue a.button:hover:after,
  #try.orange a.button:hover:after,
  #try.green a.button:hover:after {
    right: 20px;
  }
  #try.blue a.button:active:before,
  #try.orange a.button:active:before,
  #try.green a.button:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  #try.blue a.button:active:before,
  #try.orange a.button:active:before,
  #try.green a.button:active:before {
    right: 0;
  }
  #try.blue a.button:active:after,
  #try.orange a.button:active:after,
  #try.green a.button:active:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #try.blue a.button,
  #try.orange a.button,
  #try.green a.button {
    font-size: 15px;
    line-height: 40px;
  }
  #try.blue a.button:after,
  #try.orange a.button:after,
  #try.green a.button:after {
    top: 12px;
  }
}

#try.blue .block {
  color: #4e8fd2;
}
#try.blue a.button {
  background-color: #4e8fd2;
}
#try.blue a.button::before {
  background-color: #3a82cd;
}
#try.blue {
  background-color: #edf4fa;
}
#try.orange .block {
  color: #fc822c;
}
#try.orange a.button {
  background-color: #fc822c;
}
#try.orange a.button::before {
  background-color: #fc7313;
}
#try.green .block {
  color: #70bf54;
}
#try.green a.button {
  background-color: #70bf54;
}
#try.green a.button::before {
  background-color: #62b644;
}

/* ==========================================================================
   Popupimage (.popupimage-holder) - from altpagina.less
   ========================================================================== */

.popupimage-holder {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.popupimage-holder .popupimage {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .popupimage-holder .popupimage {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.popupimage-holder .popupimage .text h3 {
  font-size: 28px;
  font-weight: 700;
  color: black;
}
.popupimage-holder .popupimage .text p {
  font-size: 18px;
  line-height: 28px;
  color: #727272;
}
@media (min-width: 992px) {
  .popupimage-holder .popupimage .image-holder {
    margin-left: 60px;
    margin-right: -60px;
  }
  .popupimage-holder .popupimage .col-md-pull-6 .image-holder {
    margin-left: -60px;
    margin-right: 60px;
  }
}
.popupimage-holder .popupimage .image-holder {
  font-size: 0;
  line-height: 0;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .popupimage-holder .popupimage .image-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.popupimage-holder .popupimage .image-holder:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background-image: url("../images/shadow-1CzYK9j.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .popupimage-holder .popupimage .image-holder:after {
    display: none;
  }
}
.popupimage-holder .popupimage .image-holder .image {
  overflow: hidden;
}
.popupimage-holder .popupimage .image-holder .image img {
  transform: translateY(200px);
  transition: all 0.3s;
  border-radius: 20px 20px 0 0;
  transition-timing-function: cubic-bezier(0.64, 1.65, 0.755, 0.77);
  width: 100%;
}
@media (max-width: 991px) {
  .popupimage-holder .popupimage .image-holder .image img {
    border-radius: 20px;
    margin-bottom: 20px;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .popupimage-holder .popupimage.animate img {
    transform: translateY(0) !important;
  }
}

/* ==========================================================================
   Features (#features) - from altpagina.less
   ========================================================================== */

#features {
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
  background-image: url("../images/featurelines-8xXBU2F.png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  #features {
    padding: 30px 0;
  }
}
#features .center {
  margin-top: 30px;
  text-align: center;
}
#features a.button {
  display: inline-block;
  float: none;
  margin-top: 0;
  padding: 0 68px 0 24px;
  text-decoration: none;
  color: #fff;
  font: 700 17px/45px "Ruda";
  position: relative;
  overflow: hidden;
  border-radius: 23px;
  transform: translateZ(0);
}
#features a.button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: auto;
  right: 100%;
  z-index: 1;
  border: none;
  border-radius: 23px;
  transition:
    right 0.2s,
    opacity 0.2s;
}
#features a.button:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: auto;
  right: 23px;
  top: 14px;
  width: 10px;
  height: 17px;
  border: none;
  background: url("../images/arrow_white-fFqy8F8.svg") no-repeat;
  transition: right 0.2s;
}
#features a.button span {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  #features a.button:hover:before {
    right: 0;
  }
  #features a.button:hover:after {
    right: 20px;
  }
  #features a.button:active:before {
    background: #f59e02;
  }
}
@media (max-width: 991px) {
  #features a.button:active:before {
    right: 0;
  }
  #features a.button:active:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #features a.button {
    font-size: 15px;
    line-height: 40px;
  }
  #features a.button:after {
    top: 12px;
  }
}

#features a.button.blue {
  background-color: #4e8fd2;
}
#features a.button.blue::before {
  background-color: #3a82cd;
}
#features a.button.green {
  background-color: #70bf54;
}
#features a.button.green::before {
  background-color: #62b644;
}
#features a.button.orange {
  background-color: #fc822c;
}
#features a.button.orange::before {
  background-color: #fc7313;
}
#features.blue {
  background-color: #4e8fd2;
}
#features.green {
  background-color: #70bf54;
}
#features.orange {
  background-color: #fc822c;
}

#features h3 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 30px;
}
#features ul {
  padding: 0 100px;
  margin: 0;
  list-style-type: none;
  display: block;
}
@media (max-width: 1000px) {
  #features ul {
    padding: 0;
  }
}
#features ul li {
  width: 49%;
  display: inline-block;
  height: 70px;
  padding: 10px 0 10px 65px;
  position: relative;
  font-family: Ruda;
  vertical-align: top;
  font-weight: 700;
  line-height: 50px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #features ul li {
    height: 55px;
    display: block;
    width: 100%;
    line-height: 30px;
    padding-left: 38px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
#features ul li:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  background-color: white;
  background-image: url("../images/check_green-qzITflT.svg");
  background-repeat: no-repeat;
  background-size: 20px 16px;
  background-position: center;
}
@media (max-width: 768px) {
  #features ul li:before {
    width: 30px;
    height: 30px;
    background-size: 15px 12px;
  }
}
#features.black-text {
  background-size: cover;
}
#features.black-text h3,
#features.black-text li {
  color: black;
}

/* ==========================================================================
   Content color variants (setFormColor) - from altpagina.less + color-helpers.less
   ========================================================================== */

/* Blue form color */
#content.blue {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #content.blue {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#content.blue .col-md-8.extraPadding {
  padding-right: 60px;
}
@media (max-width: 768px) {
  #content.blue .col-md-8.extraPadding {
    padding-right: 0;
  }
}
#content.blue strong {
  font-size: 28px;
  color: black;
}
#content.blue h2,
#content.blue h3,
#content.blue h4,
#content.blue a {
  color: #4e8fd2 !important;
}
#content.blue .success h2 {
  color: #5ec107 !important;
}
#content.blue .failure h2 {
  color: #da2b00 !important;
}
#content.blue h4.total:before {
  background-color: #4e8fd2 !important;
}
#content.blue .form-horizontal label a:after {
  border-bottom-color: #4e8fd2;
}
#content.blue .form-horizontal label a:before {
  border-bottom-color: rgba(78, 143, 210, 0.25);
}
#content.blue h4.total span,
#content.blue .side {
  background-color: #dce9f6 !important;
}
#content.blue h4.total span .try,
#content.blue .side .try {
  background-color: #4e8fd2 !important;
}
#content.blue .contact-persoon {
  background-color: #edf4fa;
  border: 1px solid rgba(78, 143, 210, 0.1);
}

/* Green form color */
#content.green {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #content.green {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#content.green .col-md-8.extraPadding {
  padding-right: 60px;
}
@media (max-width: 768px) {
  #content.green .col-md-8.extraPadding {
    padding-right: 0;
  }
}
#content.green strong {
  font-size: 28px;
  color: black;
}
#content.green h2,
#content.green h3,
#content.green h4,
#content.green a {
  color: #70bf54 !important;
}
#content.green .success h2 {
  color: #5ec107 !important;
}
#content.green .failure h2 {
  color: #da2b00 !important;
}
#content.green h4.total:before {
  background-color: #70bf54 !important;
}
#content.green .form-horizontal label a:after {
  border-bottom-color: #70bf54;
}
#content.green .form-horizontal label a:before {
  border-bottom-color: rgba(112, 191, 84, 0.25);
}
#content.green h4.total span,
#content.green .side {
  background-color: #e2f2dd !important;
}
#content.green h4.total span .try,
#content.green .side .try {
  background-color: #70bf54 !important;
}
#content.green .contact-persoon {
  border: 1px solid rgba(112, 191, 84, 0.1);
}

/* Orange form color */
#content.orange {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #content.orange {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#content.orange .col-md-8.extraPadding {
  padding-right: 60px;
}
@media (max-width: 768px) {
  #content.orange .col-md-8.extraPadding {
    padding-right: 0;
  }
}
#content.orange strong {
  font-size: 28px;
  color: black;
}
#content.orange h2,
#content.orange h3,
#content.orange h4,
#content.orange a {
  color: #fc822c !important;
}
#content.orange .success h2 {
  color: #5ec107 !important;
}
#content.orange .failure h2 {
  color: #da2b00 !important;
}
#content.orange h4.total:before {
  background-color: #fc822c !important;
}
#content.orange .form-horizontal label a:after {
  border-bottom-color: #fc822c;
}
#content.orange .form-horizontal label a:before {
  border-bottom-color: rgba(252, 130, 44, 0.25);
}
#content.orange h4.total span,
#content.orange .side {
  background-color: #fee6d5 !important;
}
#content.orange h4.total span .try,
#content.orange .side .try {
  background-color: #fc822c !important;
}
#content.orange .contact-persoon {
  border: 1px solid rgba(252, 130, 44, 0.1);
}

/* Contact persoon block (shared by form color variants) */
#content .contact-persoon {
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
}
#content .contact-persoon h3 {
  color: black !important;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
#content .contact-persoon h4 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
#content .contact-persoon p {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #727272;
}
#content .contact-persoon a.phone {
  position: relative;
  color: #ffb400 !important;
  font-size: 18px;
}
#content .contact-persoon a.phone:before {
  content: "";
  height: 17px;
  width: 17px;
  position: absolute;
  left: -23px;
  top: 3px;
  background-image: url("../images/phone_yellow-W8-HODc.svg");
  background-size: 17px 17px;
}
#content .contact-persoon .image-holder {
  width: 132px;
  height: 132px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  border-radius: 50%;
  background-color: white;
  position: relative;
}
#content .contact-persoon .image-holder img {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 50%;
}

/* Content icon backgrounds (place, time, location) */
#content .place {
  background-image: url("../images/place-7oQvf9e.svg");
  background-size: 20px 25px;
  background-position: 1px 7px;
}
#content .time {
  background-image: url("../images/time-izDteNr.svg");
  background-size: 20px 25px;
  background-position: 1px 7px;
}
#content .location {
  background-image: url("../images/location-PuNKKie.svg");
  background-size: 20px 25px;
  background-position: 1px 7px;
}

/* Content questions color variants */
#content.blue .questions ul li.phone {
  background: url("../images/phone-blue-RNFZrxc.svg") 2px 50% no-repeat;
}
#content.blue .questions ul li.message {
  background: url("../images/message-blue-Hu3744g.svg") 2px 7px no-repeat;
}
@media (max-width: 767px) {
  #content.blue .questions ul li.phone {
    background: url("../images/phone-blue-RNFZrxc.svg") 2px 0 no-repeat;
  }
  #content.blue .questions ul li.message {
    background: url("../images/message-blue-Hu3744g.svg") 2px 3px no-repeat;
  }
}
#content.green .questions ul li.phone {
  background: url("../images/phone-green-_Mm1nfE.svg") 2px 50% no-repeat;
}
#content.green .questions ul li.message {
  background: url("../images/message-green-UCYQS07.svg") 2px 7px no-repeat;
}
@media (max-width: 767px) {
  #content.green .questions ul li.phone {
    background: url("../images/phone-green-_Mm1nfE.svg") 2px 0 no-repeat;
  }
  #content.green .questions ul li.message {
    background: url("../images/message-green-UCYQS07.svg") 2px 3px no-repeat;
  }
}
#content.orange .questions ul li.phone {
  background: url("../images/phone-orange-L4ilf_z.svg") 2px 50% no-repeat;
}
#content.orange .questions ul li.message {
  background: url("../images/message-orange-Fi21kUy.svg") 2px 7px no-repeat;
}
@media (max-width: 767px) {
  #content.orange .questions ul li.phone {
    background: url("../images/phone-orange-L4ilf_z.svg") 2px 0 no-repeat;
  }
  #content.orange .questions ul li.message {
    background: url("../images/message-orange-Fi21kUy.svg") 2px 3px no-repeat;
  }
}

/* ==========================================================================
   References color variants (setSliderColor) - from color-helpers.less
   ========================================================================== */

/* Blue references/slider */
#references.blue {
  background-image: url("../images/featurelines-8xXBU2F.png");
  background-size: 100% 100%;
  background-color: #4e8fd2;
  display: block !important;
}
#references.blue h2 {
  color: white;
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
}
#references.blue #carousel {
  position: relative;
  padding: 30px 120px 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  #references.blue #carousel {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 70px;
  }
}
#references.blue #carousel .track {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
}
#references.blue #carousel .next,
#references.blue #carousel .prev {
  text-align: center;
  position: absolute;
  top: 140px;
  z-index: 5;
  background: #2b69a9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 0;
  cursor: pointer;
  margin: 0;
  transition: background 0.2s;
}
#references.blue #carousel .next img,
#references.blue #carousel .prev img {
  position: relative;
  top: 13px;
  right: -2px;
}
#references.blue #carousel .next:hover,
#references.blue #carousel .prev:hover {
  background: #265c94;
}
#references.blue #carousel .next:active,
#references.blue #carousel .prev:active {
  background: #215080;
}
@media (max-width: 768px) {
  #references.blue #carousel .next,
  #references.blue #carousel .prev {
    top: auto;
    bottom: 0;
    width: 50px;
    height: 50px;
  }
}
#references.blue #carousel .next {
  right: 0;
}
#references.blue #carousel .prev {
  left: 0;
}
#references.blue #carousel .prev img {
  transform: rotate(180deg);
  right: 2px;
}
#references.blue #carousel li {
  padding: 30px 70px;
  z-index: 1;
  text-align: center;
}
@media (max-width: 768px) {
  #references.blue #carousel li {
    padding: 30px;
  }
}
#references.blue #carousel li div.quote {
  font-size: 18px;
  color: black;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
}
#references.blue #carousel li h3 {
  color: #4e8fd2;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
}
#references.blue #carousel li h4 {
  margin-top: 6px;
  font-size: 18px;
  color: #ffb400;
}
#references.blue #carousel li div.rating {
  width: 150px;
  height: 21px;
  position: relative;
  display: inline-block;
  background-image: url("../images/stars-RpAbwq4.png");
}
#references.blue #carousel li div.rating .of {
  height: 21px;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url("../images/stars2-3QREyHb.png");
}

/* Green references/slider */
#references.green {
  background-image: url("../images/featurelines-8xXBU2F.png");
  background-size: 100% 100%;
  background-color: #70bf54;
  display: block !important;
}
#references.green h2 {
  color: white;
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
}
#references.green #carousel {
  position: relative;
  padding: 30px 120px 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  #references.green #carousel {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 70px;
  }
}
#references.green #carousel .track {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
}
#references.green #carousel .next,
#references.green #carousel .prev {
  text-align: center;
  position: absolute;
  top: 140px;
  z-index: 5;
  background: #4e9036;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 0;
  cursor: pointer;
  margin: 0;
  transition: background 0.2s;
}
#references.green #carousel .next img,
#references.green #carousel .prev img {
  position: relative;
  top: 13px;
  right: -2px;
}
#references.green #carousel .next:hover,
#references.green #carousel .prev:hover {
  background: #447e2f;
}
#references.green #carousel .next:active,
#references.green #carousel .prev:active {
  background: #3a6b28;
}
@media (max-width: 768px) {
  #references.green #carousel .next,
  #references.green #carousel .prev {
    top: auto;
    bottom: 0;
    width: 50px;
    height: 50px;
  }
}
#references.green #carousel .next {
  right: 0;
}
#references.green #carousel .prev {
  left: 0;
}
#references.green #carousel .prev img {
  transform: rotate(180deg);
  right: 2px;
}
#references.green #carousel li {
  padding: 30px 70px;
  z-index: 1;
  text-align: center;
}
@media (max-width: 768px) {
  #references.green #carousel li {
    padding: 30px;
  }
}
#references.green #carousel li div.quote {
  font-size: 18px;
  color: black;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
}
#references.green #carousel li h3 {
  color: #70bf54;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
}
#references.green #carousel li h4 {
  margin-top: 6px;
  font-size: 18px;
  color: #ffb400;
}
#references.green #carousel li div.rating {
  width: 150px;
  height: 21px;
  position: relative;
  display: inline-block;
  background-image: url("../images/stars-RpAbwq4.png");
}
#references.green #carousel li div.rating .of {
  height: 21px;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url("../images/stars2-3QREyHb.png");
}

/* Orange references/slider */
#references.orange {
  background-image: url("../images/featurelines-8xXBU2F.png");
  background-size: 100% 100%;
  background-color: #fc822c;
  display: block !important;
}
#references.orange h2 {
  color: white;
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
}
#references.orange #carousel {
  position: relative;
  padding: 30px 120px 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  #references.orange #carousel {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 70px;
  }
}
#references.orange #carousel .track {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
}
#references.orange #carousel .next,
#references.orange #carousel .prev {
  text-align: center;
  position: absolute;
  top: 140px;
  z-index: 5;
  background: #d85b03;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 0;
  cursor: pointer;
  margin: 0;
  transition: background 0.2s;
}
#references.orange #carousel .next img,
#references.orange #carousel .prev img {
  position: relative;
  top: 13px;
  right: -2px;
}
#references.orange #carousel .next:hover,
#references.orange #carousel .prev:hover {
  background: #bf5103;
}
#references.orange #carousel .next:active,
#references.orange #carousel .prev:active {
  background: #a64602;
}
@media (max-width: 768px) {
  #references.orange #carousel .next,
  #references.orange #carousel .prev {
    top: auto;
    bottom: 0;
    width: 50px;
    height: 50px;
  }
}
#references.orange #carousel .next {
  right: 0;
}
#references.orange #carousel .prev {
  left: 0;
}
#references.orange #carousel .prev img {
  transform: rotate(180deg);
  right: 2px;
}
#references.orange #carousel li {
  padding: 30px 70px;
  z-index: 1;
  text-align: center;
}
@media (max-width: 768px) {
  #references.orange #carousel li {
    padding: 30px;
  }
}
#references.orange #carousel li div.quote {
  font-size: 18px;
  color: black;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
}
#references.orange #carousel li h3 {
  color: #fc822c;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
}
#references.orange #carousel li h4 {
  margin-top: 6px;
  font-size: 18px;
  color: #ffb400;
}
#references.orange #carousel li div.rating {
  width: 150px;
  height: 21px;
  position: relative;
  display: inline-block;
  background-image: url("../images/stars-RpAbwq4.png");
}
#references.orange #carousel li div.rating .of {
  height: 21px;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url("../images/stars2-3QREyHb.png");
}

/* ==========================================================================
   Cupella-specific + utility
   ========================================================================== */

.alert-success ~ * {
  display: none;
}
.verbergen {
  display: none;
}
