/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: 0;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  position: relative;
  display: block;
  text-align: center;
}
ul.slick-dots {
  padding-left: 0px;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  padding: 4px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #123885;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  outline: none;
  background: none;
}
.slick-dots li.slick-active button {
  background: #123885;
  -webkit-transition: all 1s cubic-bezier(0.42, 0.12, 0.31, 0.99);
  -moz-transition: all 1s cubic-bezier(0.42, 0.12, 0.31, 0.99);
  transition: all 1s cubic-bezier(0.42, 0.12, 0.31, 0.99);
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.h-menu {
  cursor: pointer;
  background-color: #fff;
}
#hamburger-icon {
  width: 28px;
  height: 16px;
  position: relative;
  display: block;
  margin: 10px auto 15px auto;
}
@media only screen and (max-width: 320px) {
  #hamburger-icon {
    margin-top: 13px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 240px) {
  #hamburger-icon {
    margin-right: 0px;
  }
}
#hamburger-icon .line {
  display: block;
  background: #333;
  width: 28px;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
  top: 0;
}
#hamburger-icon .line.line-2 {
  top: 50%;
}
#hamburger-icon .line.line-3 {
  top: 100%;
}
#hamburger-icon.active .line-1 {
  transform: translateY(8px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -moz-transform: translateY(8px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
  opacity: 0;
}
#hamburger-icon.active .line-3 {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
}
#heading {
  position: relative;
  width: 100%;
  height: 870px;
  background-color: #f2f2f2;
  background: url("../../../../assets-ng/site/img/ats/bofrost/hero-bg-wide.jpg") center 90px no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  /* iPads (portrait and landscape) ----------- */
  /* iPads (landscape) ----------- */
  /* iPads (portrait) ----------- */
  /********** iPad 3 **********/
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #heading {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #heading {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #heading {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #heading {
    background-attachment: scroll;
  }
}
@media (max-width: 736px) {
  #heading {
    height: 590px;
    background-size: initial;
  }
}
#heading header {
  position: fixed !important;
  color: #fff;
  line-height: 42px;
  padding: 5px 0px;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  #heading header.container-fluid {
    padding: 0;
    width: 100%;
  }
}
#heading header span {
  position: absolute;
  right: 30px;
  top: 20px;
}
@media (min-width: 1200px) {
  #heading header span {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  #heading header span {
    display: none !important;
  }
}
#heading header span.active:before {
  content: '\e018';
}
#heading header nav {
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  float: right;
  margin-top: 15px;
}
#heading header nav ul {
  position: relative;
  float: left;
  margin-left: 0;
  padding-left: 0;
}
#heading header nav ul li {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#heading header nav ul li:last-child a {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #123885;
  background-color: #123885;
  border-radius: 3px;
  padding: 0px 0px;
  color: #fff;
  padding: 0px 15px;
  margin-right: -7px;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0.12, 0.31, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.42, 0.12, 0.31, 0.99);
  transition: all 0.4s cubic-bezier(0.42, 0.12, 0.31, 0.99);
}
#heading header nav ul li:last-child a:hover {
  border: 1px solid #123885;
  background-color: #fff;
  color: #123885;
}
#heading header nav ul li a {
  text-decoration: none;
  color: inherit;
  outline: none;
  display: block;
  color: #123885;
  position: relative;
}
@media (max-width: 1024px) {
  #heading header nav ul li {
    font-size: 12px;
  }
  #heading header nav ul li:first-child,
  #heading header nav ul li:nth-child(2) {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  #heading header nav {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
  }
  #heading header nav ul {
    display: block;
    float: none;
    overflow: hidden;
    background: #fff;
  }
  #heading header nav ul li {
    display: block;
    float: none;
    margin: 0;
    padding-left: 15px;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
  }
  #heading header nav ul li:first-child,
  #heading header nav ul li:nth-child(2) {
    margin: 0;
    text-transform: none;
  }
  #heading header nav ul li:last-child {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: left;
    text-transform: none;
    border: none;
    line-height: 44px;
  }
  #heading header nav ul li:last-child a {
    margin: 15px;
    font-size: 16px;
    background: #123885;
    text-align: center;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: normal;
  }
}
@media (max-width: 768px) and only screen and (max-width: 240px) {
  #heading header nav ul li {
    line-height: 45px;
  }
}
#heading header nav.active {
  display: block;
}
.underline-ltr {
  position: relative;
}
.underline-ltr:after,
.underline-ltr:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #123885;
  pointer-events: none;
}
.underline-ltr.light:after,
.underline-ltr.light:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #282828;
  pointer-events: none;
}
.underline-ltr:before {
  left: 0;
  -webkit-transition: width 0s cubic-bezier(0.42, 0.12, 0.31, 0.99);
  transition: width 0s cubic-bezier(0.42, 0.12, 0.31, 0.99);
}
.underline-ltr:after {
  right: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.42, 0.12, 0.31, 0.99);
  transition: width 0.4s cubic-bezier(0.42, 0.12, 0.31, 0.99);
}
.underline-ltr:hover:before {
  width: 100%;
  -webkit-transition: width 0.4s cubic-bezier(0.42, 0.12, 0.31, 0.99);
  transition: width 0.4s cubic-bezier(0.42, 0.12, 0.31, 0.99);
}
.underline-ltr:hover:after {
  width: 100%;
  background: 0 0;
  -webkit-transition: all 0s cubic-bezier(0.42, 0.12, 0.31, 0.99);
  transition: all 0s cubic-bezier(0.42, 0.12, 0.31, 0.99);
}
/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   .retina(/images/mypic.jpg, 2);
 *   .retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {String} $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
#footer {
  position: relative;
  width: 100%;
  color: #282828;
  padding: 65px 0 100px;
  background-color: #fff;
  background-size: cover;
}
@media (max-width: 736px) {
  #footer {
    padding: 50px 0;
    text-align: center;
  }
}
#footer div {
  height: 146px;
}
@media (max-width: 736px) {
  #footer div {
    height: auto;
  }
}
#footer a {
  color: inherit;
  text-decoration: none;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 26px;
  text-align: center;
}
#footer .logo {
  height: 27px;
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  display: block;
}
@media (max-width: 736px) {
  #footer .logo {
    float: none;
    width: 100%;
  }
}
#footer span {
  position: relative;
  display: block;
  font-size: 12px;
}
@media (max-width: 736px) {
  #footer span {
    position: relative;
    margin: 20px 0;
  }
}
#footer .to-top {
  padding: 10px 0px;
}
#footer .to-top a {
  display: block;
  color: #282828;
  text-align: center;
}
#footer .to-top a:hover {
  text-decoration: none;
}
#footer ul.social {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
#footer ul.social li {
  display: inline-block;
  float: none;
  margin-left: 21px;
}
#footer ul.social li a {
  color: #fff;
  display: inline-block;
}
#footer ul.social li a:hover {
  text-decoration: none;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  background-color: #fff;
}
@media screen and (max-width: 425px) {
  body {
    background-position: -180px 0px;
  }
}
.logo {
  /*
   * Set a base background for 1x environments.
   */
  background: url("../../../../assets-ng/site/img/ats/bofrost/logo-header-company.png") 50% 50% no-repeat;
  background-size: contain;
  /*
   * Create an @2x-ish media query.
   */
  /*
   * Create media queries for all environments that the user has
   * provided images for.
   */
  display: inline-block;
  height: 50px;
  width: 201px;
  margin: 15px 0 0 15px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .logo {
    background: url(../../../../assets-ng/site/img/ats/bofrost/logo-header-company@2x.png) 50% 50% no-repeat;
    background-size: contain;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2 * 96dpi) {
  .logo {
    background: url(../../../../assets-ng/site/img/ats/bofrost/logo-header-company@2x.png) 50% 50% no-repeat;
    background-size: contain;
  }
}
.footer-logo {
  background: url("../../../../assets-ng/site/img/ats/bofrost/footer-logo.jpg") no-repeat 0px 0px;
  display: block;
  height: 30px;
  width: 121px;
  margin: 0 auto;
}
h2 {
  font: 300 20px/1 'Abril Fatface', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
@media (min-height: 1280px) {
  h2 {
    font-size: 70px;
  }
}
@media screen and (max-height: 600px) {
  h2 {
    margin-top: 20px;
    font-size: 30px;
  }
}
@media screen and (max-height: 637px) {
  h2 {
    margin-top: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 425px) {
  h2 {
    font-size: 20px;
  }
}
h2.dark {
  color: #20216B;
}
h2.light {
  color: #123885;
}
h3 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #123885;
  font-size: 20px;
  text-align: center;
  padding-bottom: 60px;
}
@media (min-height: 1280px) {
  h3 {
    font-size: 50px;
  }
}
@media screen and (max-height: 600px) {
  h3 {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-height: 637px) {
  h3 {
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 425px) {
  h3 {
    font-size: 10px;
    padding-bottom: 5px;
  }
}
h3.dark {
  color: #20216B;
}
h3.light {
  color: #123885;
}
p {
  font: 200 18px/1.5 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}
@media screen and (max-height: 637px) {
  p {
    margin-top: 20px;
    font-size: 14px;
    margin: 20px 0px 30px 0px;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    margin: 20px 0px 30px 0px;
  }
}
@media screen and (max-width: 425px) {
  p {
    font-size: 18px;
    margin: 10px 0px 20px 0px;
  }
}
p.dark {
  color: #20216B;
}
.margin-zero {
  margin: 0 0 0 0;
}
.padding-zero {
  padding: 0 0 0 0;
}
.card-bg {
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #FFFFFF;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.11);
  overflow: hidden;
  border: 10px solid #FFFFFF;
}
.card-bg.nostroke {
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.slogan {
  padding-top: 310px;
}
@media (max-width: 736px) {
  div.slogan {
    padding-top: 150px;
  }
}
div.slogan h1 {
  padding: 100px 0 0 0;
  text-align: center;
  font-family: 'Abril Fatface', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 4.5em;
  color: #fff;
}
@media (max-width: 768px) {
  div.slogan h1 {
    font-size: 3.5em;
    line-height: 42px;
  }
}
@media (max-width: 736px) {
  div.slogan h1 {
    font-size: 2.5em;
    line-height: 40px;
  }
}
div.slogan p {
  text-align: center;
  font-size: 23px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 768px) {
  div.slogan p {
    font-size: 1.5em;
  }
}
div.slogan .bg-blur {
  height: 390px;
  background: url("../../../../assets-ng/site/img/ats/bofrost/blur.png") no-repeat center center;
}
section {
  padding: 100px 0px;
}
@media (max-width: 768px) {
  section {
    padding: 50px 0px;
  }
}
section#success {
  min-height: 700px;
  z-index: 20;
  background: url("../../../../assets-ng/site/img/ats/bofrost/30anni_bg.png") no-repeat center 163px;
  background-attachment: fixed;
}
section#success h3.subtitle {
  font-family: 'Abril Fatface', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.2em;
  color: #123885;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  section#success h3.subtitle {
    font-size: 1.5em;
  }
}
section#success p {
  font-size: 16px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #123885;
  text-align: center;
}
section#success img {
  height: auto;
  margin: 0 auto;
  width: 320px;
  display: block;
}
section#discover {
  background: url("../../../../assets-ng/site/img/ats/bofrost/discover_bg.png") no-repeat center center #E1E6EF;
  background-attachment: fixed;
  min-height: 700px;
}
section#discover p {
  font-size: 16px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #123885;
  text-align: left;
  padding: 10px 20px;
  float: left;
}
section#discover img {
  height: auto;
  margin: 0 auto;
  display: block;
}
section#discover .videoModalTrigger01,
section#discover .videoModalTrigger02 {
  cursor: pointer;
}
section#discover .videoModalTrigger01 .play-button,
section#discover .videoModalTrigger02 .play-button {
  position: relative;
  float: right;
  margin-top: -38px;
  margin-right: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section#discover .videoModalTrigger01:hover .play-button,
section#discover .videoModalTrigger02:hover .play-button {
  margin-right: 20px;
  transform: scale(1.2);
}
section#testimonials {
  background-color: #fff;
}
section#testimonials blockquote {
  font-family: "Times new roman";
  color: #282828;
  font-size: 0.6em;
  border-left: 0px;
  margin: 0px;
}
@media (max-width: 768px) {
  section#testimonials blockquote {
    font-size: .8em;
  }
}
section#testimonials h3 {
  font-weight: bold;
  padding-top: 0.8em;
  padding-bottom: 0px;
}
section#testimonials p {
  color: #123885;
  text-align: center;
  font-size: 1em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  section#testimonials p {
    font-size: .8em;
  }
}
section#training {
  background: url("../../../../assets-ng/site/img/ats/bofrost/learn_bg.png") no-repeat center center #E1E6EF;
  background-attachment: fixed;
}
section#training h2 {
  text-align: left;
  padding: 10px 20px;
}
section#training p {
  font-size: 16px;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #123885;
  text-align: left;
  padding: 10px 20px;
}
section#training .container .col-md-6 > .card-bg {
  width: 95%;
  margin: 0 auto;
}
section#training img {
  height: auto;
  margin: 0 auto;
  width: 100%;
  display: block;
}
section#selection {
  background-color: #fff;
}
section#selection h3 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2em;
  color: #fff;
  text-align: left;
  padding: 55px 20px 0px 20px;
}
section#selection p {
  color: #123885;
  text-align: left;
  font-size: 1.2em;
  padding: 10px 10px;
  min-height: 100px;
}
section#selection .card-bg .color-one {
  border: 1px solid #20216B;
  background-color: #20216B;
  position: relative;
  height: 220px;
}
section#selection .card-bg .color-one:after {
  content: "01";
  font-size: 4em;
  font-family: 'Abril Fatface', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  position: absolute;
  bottom: -20px;
  right: -3px;
}
section#selection .card-bg .color-two {
  border: 1px solid #20216B;
  background-color: #fff;
  position: relative;
  height: 220px;
}
section#selection .card-bg .color-two:after {
  content: "02";
  font-size: 4em;
  font-family: 'Abril Fatface', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #123885;
  position: absolute;
  bottom: -20px;
  right: -3px;
}
section#selection .card-bg .color-two h3 {
  color: #20216B;
  position: relative;
}
section#selection .card-bg .color-two h3:after {
  color: #20216B;
}
section#selection .card-bg .color-three {
  height: 220px;
  border: 1px solid #AB2218;
  background-color: #AB2218;
  position: relative;
}
section#selection .card-bg .color-three:after {
  content: "03";
  font-size: 4em;
  font-family: 'Abril Fatface', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  position: absolute;
  bottom: -20px;
  right: -3px;
}
section#ats {
  background-color: #fff;
  padding-bottom: 0px;
}
.logo-mixpanel {
  visibility: hidden;
  display: none;
}
.line-s-down-container {
  position: absolute;
  width: 1px;
  height: 40px;
  bottom: 20px;
  left: calc(49.5vw);
  overflow: hidden;
  z-index: 20;
  color: #ffffff;
}
.line-s-down {
  position: absolute;
  width: 1px;
  height: 40px;
  top: 0;
  left: 0;
  background: #123885;
  -moz-animation: yoyoHeight 2s infinite;
  -webkit-animation: yoyoHeight 2s infinite;
  /* Safari 4.0 - 8.0 */
  animation: yoyoHeight 2s infinite;
}
@media screen and (max-height: 435px) {
  .line-s-down {
    -moz-animation: yoyoHeight 2s paused;
    -webkit-animation: yoyoHeight 2s paused;
    /* Safari 4.0 - 8.0 */
    animation: yoyoHeight 2s paused;
  }
}
/* Safari 4.0 - 8.0 */
@keyframes yoyoHeight {
  0% {
    top: -40px;
    -webkit-transition: top 2s easeInOut;
    -moz-transition: top 2s easeInOut;
    transition: top 2s easeInOut;
  }
  25% {
    top: 100%;
    -webkit-transition: top 2s easeInOut;
    -moz-transition: top 2s easeInOut;
    transition: top 2s easeInOut;
  }
  100% {
    top: 40px;
    -webkit-transition: top 2s easeInOut;
    -moz-transition: top 2s easeInOut;
    transition: top 2s easeInOut;
  }
}
@-webkit-keyframes yoyoHeight {
  0% {
    top: -40px;
    -webkit-transition: top 2s easeInOut;
    -moz-transition: top 2s easeInOut;
    transition: top 2s easeInOut;
  }
  25% {
    top: 100%;
    -webkit-transition: top 2s easeInOut;
    -moz-transition: top 2s easeInOut;
    transition: top 2s easeInOut;
  }
  100% {
    top: 40px;
    -webkit-transition: top 2s easeInOut;
    -moz-transition: top 2s easeInOut;
    transition: top 2s easeInOut;
  }
}
