@media screen and (max-width: 659px) {
  div.slideshow nav span {
    -webkit-tap-highlight-color: transparent;
    width: 10.2px;
    height: 10.2px;
    margin: -4px 0.5em 0;
  }

  div.slideshow nav span.active {
    box-shadow: #fff 0 0 0 1px, #e5e5e5 0 0 0 2px;
  }
}

div.slideshow .inner {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  bottom: 1.9em;
}

div.slideshow .inner:before,
div.slideshow .inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 13%;
  *background-color: rgba(255, 255, 255, 0);
  background-repeat: repeat-x;
  background-image: linear-gradient(90deg, #fff 80%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  z-index: 1;
}

div.slideshow .inner:after {
  *background-color: #fff;
  background-repeat: repeat-x;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 20%);
  left: auto;
  right: 0;
}

div.slideshow .inner .slideshow-arrows {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  top: 50%;
  height: 0;
  left: 5.5%;
  right: 5.5%;
}

@media screen and (max-width: 659px) {
  div.slideshow .inner .slideshow-arrows {
    left: 0;
    right: 0;
  }
}

div.slideshow .inner .slideshow-arrows > div {
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  font-size: 2em;
  text-align: center;
  line-height: 1em;
  font-family: treicon;
  top: -0.5em;
  cursor: pointer;
  overflow: hidden;
  color: #ccc;
  text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 0;
  z-index: 2;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.145, 0.615, 0.29, 1.36);
}

div.slideshow .inner .slideshow-arrows > div:hover {
  content: '';
  color: #999999;
}

div.slideshow .inner .slideshow-arrows > div:active {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  transition: all 0s;
}

div.slideshow .inner .slideshow-arrows > div.invisible {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
  transition: all 200ms linear;
}

div.slideshow .inner .slideshow-arrows > div.slideshow-arrow-prev {
  left: 0;
}

div.slideshow .inner .slideshow-arrows > div.slideshow-arrow-prev:before {
  content: "y";
}

div.slideshow .inner .slideshow-arrows > div.slideshow-arrow-next {
  right: 0;
}

div.slideshow .inner .slideshow-arrows > div.slideshow-arrow-next:before {
  content: "z";
}

div.slideshow .inner .slides {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (max-width: 659px) {
  div.slideshow .inner .slides {
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}

div.slideshow .inner .slides .slide {
  position: relative;
  background-position: center top;
  background-size: auto 100%;
  overflow: hidden;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
}

div.slideshow .inner .slides .slide > img {
  height: 100%;
  max-width: none;
  width: auto;
}

div.slideshow .inner .slides .slide.clone {
  right: 0;
  position: absolute;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

div.slideshow.done nav {
  opacity: 1;
}

div.slideshow.done .slideshow-arrows {
  opacity: 1;
}

@media screen and (max-width: 659px) {
  div.slideshow {
    margin-bottom: 4em;
  }
}

.sliding-gallery-module {
  padding-bottom: 50px;
  opacity: 0;
}

.sliding-gallery-module .centered-heading-group {
  padding: 40px 0;
}

.sliding-gallery-module .centered-heading-group h2 {
  font-size: 48px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sliding-gallery-module .centered-heading-group h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .sliding-gallery-module .centered-heading-group h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sliding-gallery-module .centered-heading-group h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .sliding-gallery-module .centered-heading-group h2 {
    font-size: 30px;
  }
}

.sliding-gallery-module.active {
  transition: opacity 1s;
  opacity: 1;
}

.sliding-gallery-module > div {
  max-width: 1280px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sliding-gallery-module > div:after,
  .sliding-gallery-module > div:before {
    content: '';
    width: 150px;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .sliding-gallery-module > div:before {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    left: auto;
    right: 0;
  }
}

.sliding-gallery-module > div nav > span {
  -webkit-animation: attention 4s infinite 2s;
  animation: attention 4s infinite 2s;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -20px;
  border-radius: 1000px;
}

.sliding-gallery-module > div nav > span:hover {
  -webkit-animation: none;
  animation: none;
  transition: all 0.5s;
}

.sliding-gallery-module > div nav > span:hover:active {
  -webkit-transform: translateY(-47%);
  -ms-transform: translateY(-47%);
  transform: translateY(-47%);
  transition: all 0s;
}

@media screen and (max-width: 768px) {
  .sliding-gallery-module > div nav > span:hover:active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sliding-gallery-module > div nav > span {
    left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .sliding-gallery-module > div nav > span {
    left: 0;
    width: 10%;
    opacity: 0;
    border-radius: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.sliding-gallery-module > div nav > span > span {
  background-color: #fff;
  width: 70px;
  height: 70px;
  display: block;
  cursor: pointer;
  border: #f2f2f2 2px solid;
  border-radius: 1000px;
}

@media screen and (max-width: 768px) {
  .sliding-gallery-module > div nav > span > span {
    display: none;
  }
}

.sliding-gallery-module > div nav > span > span:hover {
  border: #d9d9d9 2px solid;
}

.sliding-gallery-module > div nav > span > span:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.sliding-gallery-module > div nav > span > span:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.sliding-gallery-module > div nav > span > span.arrow-left {
  padding-left: 20px;
}

.sliding-gallery-module > div nav > span > span.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.sliding-gallery-module > div nav > span > span.arrow-left:after {
  left: 0;
}

.sliding-gallery-module > div nav > span > span.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.sliding-gallery-module > div nav > span > span.arrow-left:after {
  left: 0;
}

.sliding-gallery-module > div nav > span > span:after {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.sliding-gallery-module > div nav > span:last-child {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  right: 30px;
  left: auto;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sliding-gallery-module > div nav > span:last-child {
    right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .sliding-gallery-module > div nav > span:last-child {
    right: 0;
  }
}

.sliding-gallery-module > div nav > span:last-child > span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@-webkit-keyframes attention {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0;
  }

  12% {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    box-shadow: rgba(0, 0, 0, 0.05) 0 25px 10px -3px;
  }

  25% {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}

@keyframes attention {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0;
  }

  12% {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    box-shadow: rgba(0, 0, 0, 0.05) 0 25px 10px -3px;
  }

  25% {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}

.sliding-gallery-module > div .slide-indicator {
  position: relative;
  margin: 30px auto 2px;
  width: 930px;
  height: 2px;
  background-color: #f2f2f2;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sliding-gallery-module > div .slide-indicator {
    width: 755px;
  }
}

@media screen and (max-width: 768px) {
  .sliding-gallery-module > div .slide-indicator {
    width: auto;
    max-width: 80%;
  }
}

.sliding-gallery-module > div .slide-indicator div {
  transition: all 0.3s;
  content: '';
  background-color: #7f7f7c;
  border-radius: 1000px;
  top: -2px;
  left: 0;
  bottom: -2px;
  min-width: 10px;
  position: absolute;
}

.sliding-gallery-module > div .slides-container {
  margin: 0 auto;
  width: 950px;
  height: 430px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sliding-gallery-module > div .slides-container {
    max-width: 80%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sliding-gallery-module > div .slides-container {
    width: 765px;
    height: 380px;
  }
}

@media screen and (max-width: 768px) {
  .sliding-gallery-module > div .slides-container {
    width: auto;
  }
}

.sliding-gallery-module > div .slides-container .slider-element {
  transition: all 0.3s;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sliding-gallery-module > div .slides-container .slider-element .slides-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
}

.sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide {
  width: 316.66666667px;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide {
    width: 255px;
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide {
    width: auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 2px;
    padding-left: 2px;
  }
}

.sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide > div {
  padding-top: 1px;
  height: 430px;
  background-color: #f2f2f2;
  transition: background-color 0.1s;
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide > div {
    height: 380px;
  }
}

.sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide > div:hover {
  background-color: #d9d9d9;
}

.sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide > div .slide-image {
  margin: 29px 30px 30px;
  position: relative;
}

.sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide > div .slide-image > div {
  padding-top: 100%;
  position: absolute;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide > div .slide-image > div {
    padding-top: 250px;
  }
}

.sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide > div .slide-text {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 30px;
  text-align: center;
}

.sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide > div .slide-text h4 {
  line-height: 1.1em;
}

.sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide > div .slide-text h4 + p {
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide > div .slide-text p {
    font-size: 14px;
  }
}

.sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide > div .slide-text .price-box {
  margin-top: 1.5rem;
}

.sliding-gallery-module > div .slides-container .slider-element .slides-wrapper .slide > div .slide-text .price-box > strong {
  font-size: 48px;
  line-height: 0.65em;
  margin-bottom: 0.1em;
}

html.lt-ie10 .sliding-gallery-module .slides-container .slides-wrapper {
  display: block;
}

html.lt-ie10 .sliding-gallery-module .slides-container .slides-wrapper .slide {
  display: inline-block;
}

.startpage-content-items .flex-list {
  border-color: #fff;
  background-color: #f2f2f2;
}

.startpage-content-items .flex-list > .flex-list-item {
  border-color: #fff;
}

.startpage-content-items .flex-list > .flex-list-item {
  position: relative;
}

.startpage-content-items .flex-list > .flex-list-item > .inner {
  position: static;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .startpage-content-items .flex-list > .flex-list-item > .inner {
    text-align: left;
    padding-bottom: 25px;
  }
}

.startpage-content-items img {
  height: 120px;
}

@media screen and (max-width: 768px) {
  .startpage-content-items img {
    float: right;
    margin-left: 10px;
  }
}

.startpage-content-items h3 {
  font-size: 28px;
  margin: 1em 0 0 0;
  color: #30302e;
  letter-spacing: -0.02em;
  line-height: 1em;
  font-family: 'Helvetica', Arial;
  font-weight: 600;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .startpage-content-items h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .startpage-content-items h3 {
    font-size: 18px;
  }
}

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

.startpage-content-items h3 .pre-heading {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .startpage-content-items h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .startpage-content-items h3 {
    font-size: 18px;
  }
}

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

.startpage-content-items h3 .pre-heading {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .startpage-content-items h3 {
    font-size: 14px;
    margin: 1em 0 0 0;
    color: #30302e;
    letter-spacing: -0.02em;
    line-height: 1em;
    font-family: 'Helvetica', Arial;
    font-weight: 600;
    margin-top: 0;
  }

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

  .startpage-content-items h3 .pre-heading {
    display: block;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 5px;
  }

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

  .startpage-content-items h3 .pre-heading {
    display: block;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) and screen and (min-width: 769px) and (max-width: 1024px) {
  .startpage-content-items h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) and screen and (max-width: 768px) {
  .startpage-content-items h3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) and screen and (min-width: 769px) and (max-width: 1024px) {
  .startpage-content-items h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) and screen and (max-width: 768px) {
  .startpage-content-items h3 {
    font-size: 12px;
  }
}

.startpage-content-items h4 {
  font-size: 14px;
  margin: 1em 0 0 0;
  color: #30302e;
  letter-spacing: -0.02em;
  line-height: 1em;
  font-family: 'Helvetica', Arial;
  font-weight: 600;
  margin-top: 0.5em;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .startpage-content-items h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .startpage-content-items h4 {
    font-size: 12px;
  }
}

.startpage-content-items h4:first-child {
  margin-top: 0;
}

.startpage-content-items h4 .pre-heading {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .startpage-content-items h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .startpage-content-items h4 {
    font-size: 12px;
  }
}

.startpage-content-items h4:first-child {
  margin-top: 0;
}

.startpage-content-items h4 .pre-heading {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .startpage-content-items h4 {
    font-size: 1rem;
  }
}

.startpage-content-items div > p {
  margin-top: 1rem;
}

.startpage-content-items .btn {
  color: #30302e;
  border-color: #30302e;
  position: absolute;
  bottom: 60px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 40px;
}

.startpage-content-items .btn:hover {
  background-color: #30302e;
  border-color: #30302e;
  color: #fff;
}

.startpage-content-items .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.startpage-content-items .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.startpage-content-items .btn.loading:after {
  background-color: #999;
}

.is-ie .startpage-content-items .btn {
  left: 50%;
}

@media screen and (max-width: 768px) {
  .startpage-content-items .btn {
    position: relative;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.static-grid-module {
  text-align: center;
}

.static-grid-module a {
  text-decoration: none;
  color: #fff;
  outline: none;
}

.static-grid-module a::-moz-focus-inner {
  border: 0;
}

.static-grid-module h2 {
  display: block;
  font-family: 'Helvetica', Arial;
  font-size: 2.46153846em;
  line-height: 1.07692308em;
  padding: 30px 0 20px 0;
  margin: 0 0 40px 0;
}

.static-grid-module h2:before,
.static-grid-module h2:after {
  position: absolute;
  margin-left: -25px;
  left: 50%;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.static-grid-module p.quote {
  font-style: italic;
}

.static-grid-module .panes {
  position: relative;
  width: 1280px;
  height: 512px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
}

.static-grid-module .pane {
  float: left;
  width: 256px;
  height: 512px;
  color: white;
  background-color: #5B7A84;
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: center top;
}

.static-grid-module .pane .inner {
  background-image: url("/gui/svg/static-grid-up.svg");
  background-repeat: no-repeat;
  background-size: 72px 18px;
  background-position: top center;
  margin: 239px 0 0 0;
  padding: 77px 40px 0 40px;
}

.static-grid-module .pane.no-pic {
  margin: 0;
  padding: 0;
  color: black;
  background-color: #D4E3E4;
}

.static-grid-module .pane.no-pic h2:before,
.static-grid-module .pane.no-pic h2:after {
  background: rgba(0, 0, 0, 0.2);
}

.static-grid-module .pane.no-pic .inner {
  background-image: none;
  padding: 50px 35px 0 35px;
  margin: 0;
}

.static-grid-module .pane.opposite-pic {
  background-color: #42687C;
  background-position: center bottom;
}

.static-grid-module .pane.opposite-pic .inner {
  background-image: url("/gui/svg/static-grid-down.svg");
  background-position: center 256px;
  padding: 50px 15px 0 15px;
  height: 100%;
  margin: 0;
}

.static-grid-module .pane.wide {
  background-position: center top;
  background-color: #F7931D;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 512px;
}

.static-grid-module .pane.wide p {
  margin-bottom: 40px;
}

.static-grid-module .pane.wide .inner {
  background-image: url("/gui/svg/static-grid-left.svg");
  background-size: 18px 72px;
  background-position: right 220px;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 659px) {
  .static-grid-module .panes {
    width: 640px;
    height: 1920px;
  }

  .static-grid-module .pane {
    background-size: 320px;
    background-position: top left;
    width: 640px;
    height: 320px;
  }

  .static-grid-module .pane .inner {
    background-image: url("/gui/svg/static-grid-down.svg");
    background-repeat: no-repeat;
    background-size: 72px 18px;
    background-position: 124px top;
    margin: 0;
    padding: 90px 0 0 320px;
  }

  .static-grid-module .pane.opposite-pic {
    background-size: 320px;
    background-position: top right;
  }

  .static-grid-module .pane.opposite-pic .inner {
    background-image: url("/gui/svg/static-grid-up.svg");
    background-position: 444px 302px;
    padding: 90px 320px 0 0px;
    height: 100%;
    margin: 0;
  }

  .static-grid-module .pane.wide {
    width: 640px;
    height: 640px;
  }

  .static-grid-module .pane.wide .inner {
    background-image: url("/gui/svg/static-grid-up-selected.svg");
    background-size: 72px 18px;
    background-position: 284px bottom;
  }

  .static-grid-module .pane.no-pic {
    width: 640px;
    height: 640px;
  }

  .static-grid-module .pane.no-pic .inner {
    font-size: 2.15384615em;
    background-image: none;
    padding: 50px 35px 0 35px;
    margin: 0;
  }
}

.sub-families {
  padding: 0 4px;
  margin-top: 1em;
  box-sizing: border-box;
}

.sub-families .trans {
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  transition: height 0.3s, /*margin-bottom @time, */ margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
}

.sub-families .noTrans {
  transition: all 0s;
}

.sub-families .sub-family {
  display: none;
}

.sub-families .sub-family .sub-family-subs {
  position: relative;
}

.sub-families .sub-family .sub-family-subs .sub {
  margin-top: 8px;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  transition: height 0.3s, /*margin-bottom @time, */ margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
}

.sub-families .sub-family .sub-family-subs .sub > input {
  display: none;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub .price-box {
    margin-top: 0;
  }
}

.sub-families .sub-family .sub-family-subs .sub .inner {
  position: relative;
  z-index: 2;
  box-shadow: inset #f2f2f2 0 0 0 4px;
  background-color: #f2f2f2;
  border-radius: 3px;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  transition: height 0.3s, /*margin-bottom @time, */ margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub .inner {
    transition: all 0s;
  }
}

.sub-families .sub-family .sub-family-subs .sub .inner:before {
  display: none;
  content: "";
  background-color: #f2f2f2;
  color: #f2f2f2;
  position: absolute;
  height: 16px;
  width: 100%;
  bottom: -12px;
  z-index: 2;
  border-left: 4px solid;
  border-right: 4px solid;
  box-sizing: border-box;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  transition: height 0.3s, /*margin-bottom @time, */ margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub .inner:before {
    transition: all 0s;
    height: 8px;
    bottom: -4px;
  }
}

.sub-families .sub-family .sub-family-subs .sub .inner > label {
  min-height: 62px;
  position: relative;
  display: block;
  border-radius: 3px;
  padding: 15px 22px 20px;
  cursor: pointer;
  overflow: hidden;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  transition: height 0.3s, /*margin-bottom @time, */ margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub .inner > label {
    min-height: 40px;
    padding: 18px 80px 12.6px 18px;
  }
}

.sub-families .sub-family .sub-family-subs .sub .inner > label .title {
  display: block;
  width: 40%;
  float: left;
  margin-right: 0.5em;
  font-size: 47px;
  color: #30302e;
  line-height: 1em;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub .inner > label .title {
    margin-right: 0;
    float: none;
    width: auto;
    font-size: 34px;
    line-height: 1em;
    display: block;
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
}

.sub-families .sub-family .sub-family-subs .sub .inner > label .title span {
  white-space: nowrap;
  font-size: 16px;
  line-height: 8px;
  margin-bottom: 5px;
  display: block;
  font-family: 'Helvetica', Arial;
  font-weight: 600;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub .inner > label .title span {
    display: none;
  }
}

.sub-families .sub-family .sub-family-subs .sub .inner > label .sub-usps {
  position: absolute;
  bottom: 125px;
  display: block;
  transition: opacity 0.3s 0.3s;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub .inner > label .sub-usps {
    display: none;
  }
}

.sub-families .sub-family .sub-family-subs .sub .inner > label .sub-usps ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-families .sub-family .sub-family-subs .sub .inner > label .sub-usps ul li {
  position: relative;
  margin-top: 1.5em;
}

.sub-families .sub-family .sub-family-subs .sub .inner > label .sub-usps ul li:first-child {
  margin-top: 0;
}

.sub-families .sub-family .sub-family-subs .sub .inner > label .sub-usps ul li:before {
  content: "\2022";
  font-size: 14px;
  color: #EE4A56;
  position: absolute;
  left: -12px;
}

.sub-families .sub-family .sub-family-subs .sub .inner > label .sub-usps ul li span {
  display: block;
}

.sub-families .sub-family .sub-family-subs .sub .inner > label .sub-usps .sub-usp {
  font-size: 18px;
  line-height: 1em;
  color: #EE4A56;
}

.sub-families .sub-family .sub-family-subs .sub .inner .sub-footer {
  position: absolute;
  bottom: 18px;
  right: 0;
  padding: 0 22px;
  width: 140px;
  color: #30302e;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub .inner .sub-footer {
    width: auto;
    bottom: auto;
    top: 18px;
  }
}

.sub-families .sub-family .sub-family-subs .sub .inner .sub-footer .price {
  display: block;
  font-weight: 600;
  font-size: 32px;
  line-height: 0.5em;
}

.sub-families .sub-family .sub-family-subs .sub .inner .sub-footer .price span {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub .inner .sub-footer .price {
    font-size: 16px;
    line-height: 1em;
  }

  .sub-families .sub-family .sub-family-subs .sub .inner .sub-footer .price span {
    font-size: 11px;
  }
}

.sub-families .sub-family .sub-family-subs .sub .inner .sub-footer > a {
  margin-top: 5px;
  display: block;
  font-weight: 600;
  color: #7f7f7c;
  cursor: pointer;
  text-decoration: none;
}

.sub-families .sub-family .sub-family-subs .sub .inner .sub-footer > a:after {
  font-family: "treicon", serif;
  font-weight: 400;
  content: "w";
  color: #EE4A56;
  margin-left: .5em;
}

.company .sub-families .sub-family .sub-family-subs .sub .inner .sub-footer > a:after {
  color: #009692;
}

.sub-families .sub-family .sub-family-subs .sub .sub-detail {
  z-index: 1;
  display: none;
  border-radius: 3px;
  background-color: #f2f2f2;
  padding: 30px 30px 30px 22px;
  box-shadow: inset #f2f2f2 0 0 0 4px;
  box-sizing: border-box;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub .sub-detail {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 10px;
  }
}

.sub-families .sub-family .sub-family-subs .sub .sub-detail .product-features {
  *zoom: 1;
}

.sub-families .sub-family .sub-family-subs .sub .sub-detail .product-features:before,
.sub-families .sub-family .sub-family-subs .sub .sub-detail .product-features:after {
  display: table;
  content: "";
  line-height: 0;
}

.sub-families .sub-family .sub-family-subs .sub .sub-detail .product-features:after {
  clear: both;
}

.sub-families .sub-family .sub-family-subs .sub .sub-detail dl {
  margin-bottom: 2em;
}

.sub-families .sub-family .sub-family-subs .sub .sub-detail .fineprint {
  font-size: 1em;
}

.sub-families .sub-family .sub-family-subs .sub .sub-detail .fineprint a.pricelist {
  font-weight: 600;
  float: right;
  font-size: 1.18181818em;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub .sub-detail .fineprint a.pricelist {
    font-size: 10px;
    display: block;
    text-align: center;
    float: none;
    margin-top: 1em;
  }
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub .sub-detail {
    position: relative;
  }

  .sub-families .sub-family .sub-family-subs .sub .sub-detail .product-features dl {
    margin-top: 0;
  }

  .sub-families .sub-family .sub-family-subs .sub .sub-detail .product-features dl:before {
    content: 'w';
    font-family: 'treicon';
    left: 50%;
    bottom: -20px;
    position: absolute;
    color: #cccccc;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-left: -10px;
  }

  .sub-families .sub-family .sub-family-subs .sub .sub-detail .product-features dl dt,
  .sub-families .sub-family .sub-family-subs .sub .sub-detail .product-features dl dd {
    display: none;
  }

  .sub-families .sub-family .sub-family-subs .sub .sub-detail .product-features dl dt.mobile-preview,
  .sub-families .sub-family .sub-family-subs .sub .sub-detail .product-features dl dd.mobile-preview {
    display: block;
  }

  .sub-families .sub-family .sub-family-subs .sub .sub-detail .fineprint {
    display: none;
  }

  .sub-families .sub-family .sub-family-subs .sub .sub-detail.expanded-more .fineprint {
    display: block;
  }

  .sub-families .sub-family .sub-family-subs .sub .sub-detail.expanded-more dl dt,
  .sub-families .sub-family .sub-family-subs .sub .sub-detail.expanded-more dl dd {
    display: block;
  }

  .sub-families .sub-family .sub-family-subs .sub .sub-detail.expanded-more dl:before {
    display: none;
  }
}

.sub-families .sub-family .sub-family-subs .sub .sub-detail .sub-detail-3g.inactive,
.sub-families .sub-family .sub-family-subs .sub .sub-detail .sub-detail-4g.inactive {
  display: none;
}

.sub-families .sub-family .sub-family-subs .sub > input:checked + .inner > label {
  background-color: #F7931D;
  color: #fff;
}

.company .sub-families .sub-family .sub-family-subs .sub > input:checked + .inner > label {
  background-color: #51c1c1;
}

.sub-families .sub-family .sub-family-subs .sub > input:checked + .inner > label .sub-footer > a {
  color: #fff;
}

.sub-families .sub-family .sub-family-subs .sub.expanded .inner:before {
  display: block;
}

.sub-families .sub-family .sub-family-subs .sub.expanded .sub-detail {
  display: block;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  transition: height 0.3s, /*margin-bottom @time, */ margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub.expanded .sub-detail {
    transition: all 0s;
  }
}

.sub-families .sub-family .sub-family-subs .sub.selected .inner:before {
  background-color: #F7931D;
  border-color: #F7931D;
}

.company .sub-families .sub-family .sub-family-subs .sub.selected .inner:before {
  background-color: #51c1c1;
  border-color: #51c1c1;
}

.sub-families .sub-family .sub-family-subs .sub.selected .inner > label {
  background-color: #F7931D;
  color: #fff;
}

.company .sub-families .sub-family .sub-family-subs .sub.selected .inner > label {
  background-color: #51c1c1;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub.selected .inner > label {
    border-radius: 3px 3px 0 0;
  }
}

.sub-families .sub-family .sub-family-subs .sub.selected .inner > label .title {
  color: #fff;
}

.sub-families .sub-family .sub-family-subs .sub.selected .inner > label .title span {
  color: #fff;
}

.sub-families .sub-family .sub-family-subs .sub.selected .inner > label .sub-footer > a,
.sub-families .sub-family .sub-family-subs .sub.selected .inner > label .sub-footer .price-box {
  color: #fff;
}

.sub-families .sub-family .sub-family-subs .sub.selected .sub-detail {
  background-color: #F7931D;
  color: #fff;
  box-shadow: inset #F7931D 0 0 0 4px;
}

.company .sub-families .sub-family .sub-family-subs .sub.selected .sub-detail {
  background-color: #51c1c1;
  box-shadow: inset #51c1c1 0 0 0 4px;
}

.sub-families .sub-family .sub-family-subs .sub.selected .sub-detail .product-features dl:before,
.sub-families .sub-family .sub-family-subs .sub.selected .sub-detail .product-features dl:after {
  *background-color: rgba(0, 0, 0, 0);
  background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0));
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.sub-families .sub-family .sub-family-subs .sub.selected .sub-detail .product-features dt:before {
  *background-color: rgba(0, 0, 0, 0);
  background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0));
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub.selected .sub-detail .product-features dl:before {
    color: #fac280;
    background-image: none;
  }

  .company .sub-families .sub-family .sub-family-subs .sub.selected .sub-detail .product-features dl:before {
    color: #9cdcdc;
  }

  .sub-families .sub-family .sub-family-subs .sub.selected .sub-detail .product-features dl dt,
  .sub-families .sub-family .sub-family-subs .sub.selected .sub-detail .product-features dl dd {
    background-image: none;
  }

  .sub-families .sub-family .sub-family-subs .sub.selected .sub-detail .product-features dl dt:before {
    border-color: #f9ab4e;
    background-image: none;
  }

  .company .sub-families .sub-family .sub-family-subs .sub.selected .sub-detail .product-features dl dt:before {
    border-color: #77cece;
  }
}

.sub-families .sub-family .sub-family-subs .sub.selected .sub-detail .fineprint a {
  color: #EE4A56;
}

.company .sub-families .sub-family .sub-family-subs .sub.selected .sub-detail .fineprint a {
  color: #009692;
}

.sub-families .sub-family .sub-family-subs .sub:hover .inner {
  box-shadow: inset #F7931D 0 0 0 4px;
}

.company .sub-families .sub-family .sub-family-subs .sub:hover .inner {
  box-shadow: inset #51c1c1 0 0 0 4px;
}

.sub-families .sub-family .sub-family-subs .sub:hover .inner:before {
  border-color: #F7931D;
}

.company .sub-families .sub-family .sub-family-subs .sub:hover .inner:before {
  border-color: #51c1c1;
}

.sub-families .sub-family .sub-family-subs .sub:hover .sub-detail {
  box-shadow: inset #F7931D 0 0 0 4px;
}

.company .sub-families .sub-family .sub-family-subs .sub:hover .sub-detail {
  box-shadow: inset #51c1c1 0 0 0 4px;
}

.sub-families .sub-family .sub-family-subs .sub:hover.default .sub-detail {
  box-shadow: inset #F7931D 0 0 0 4px;
}

.company .sub-families .sub-family .sub-family-subs .sub:hover.default .sub-detail {
  box-shadow: inset #51c1c1 0 0 0 4px;
}

.sub-families .sub-family .sub-family-subs .sub:hover.selected.default .sub-detail {
  box-shadow: inset #EE4A56 0 0 0 4px;
}

.company .sub-families .sub-family .sub-family-subs .sub:hover.selected.default .sub-detail {
  box-shadow: inset #1f99c9 0 0 0 4px;
}

.sub-families .sub-family .sub-family-subs .sub.default .inner > label:before,
.sub-families .sub-family .sub-family-subs .sub.offer .inner > label:before {
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  transition: height 0.3s, /*margin-bottom @time, */ margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  display: block;
  position: absolute;
  content: "";
  text-align: center;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #F7931D transparent transparent;
  color: #fff;
}

.company .sub-families .sub-family .sub-family-subs .sub.default .inner > label:before,
.company .sub-families .sub-family .sub-family-subs .sub.offer .inner > label:before {
  border-color: transparent #009692 transparent transparent;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub.default .inner > label:before,
  .sub-families .sub-family .sub-family-subs .sub.offer .inner > label:before {
    border-width: 0 40px 40px 0;
  }
}

.sub-families .sub-family .sub-family-subs .sub.default .inner > label:after,
.sub-families .sub-family .sub-family-subs .sub.offer .inner > label:after {
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  transition: height 0.3s, /*margin-bottom @time, */ margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  content: '%';
  position: absolute;
  color: #fff;
  top: 7px;
  right: 7px;
  font-size: 1.38461538em;
  line-height: 1;
  font-family: "helvetica", arial, sans-serif;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub.default .inner > label:after,
  .sub-families .sub-family .sub-family-subs .sub.offer .inner > label:after {
    top: 5px;
    right: 5px;
  }
}

.sub-families .sub-family .sub-family-subs .sub.default .inner > label,
.sub-families .sub-family .sub-family-subs .sub.default.selected .inner > label,
.sub-families .sub-family .sub-family-subs .sub.default.selected:hover .inner > label {
  box-shadow: inset #EE4A56 0 0 0 4px;
}

.company .sub-families .sub-family .sub-family-subs .sub.default .inner > label,
.company .sub-families .sub-family .sub-family-subs .sub.default.selected .inner > label,
.company .sub-families .sub-family .sub-family-subs .sub.default.selected:hover .inner > label {
  box-shadow: inset #009692 0 0 0 4px;
}

.sub-families .sub-family .sub-family-subs .sub.default .inner > label:before,
.sub-families .sub-family .sub-family-subs .sub.default.selected .inner > label:before,
.sub-families .sub-family .sub-family-subs .sub.default.selected:hover .inner > label:before {
  border-color: transparent #EE4A56 transparent transparent;
}

.company .sub-families .sub-family .sub-family-subs .sub.default .inner > label:before,
.company .sub-families .sub-family .sub-family-subs .sub.default.selected .inner > label:before,
.company .sub-families .sub-family .sub-family-subs .sub.default.selected:hover .inner > label:before {
  border-color: transparent #009692 transparent transparent;
}

.sub-families .sub-family .sub-family-subs .sub.default .inner > label:after,
.sub-families .sub-family .sub-family-subs .sub.default.selected .inner > label:after,
.sub-families .sub-family .sub-family-subs .sub.default.selected:hover .inner > label:after {
  top: 2px;
  content: "s";
  font-family: 'treicon', serif;
  font-size: 24px;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family .sub-family-subs .sub.default .inner > label:after,
  .sub-families .sub-family .sub-family-subs .sub.default.selected .inner > label:after,
  .sub-families .sub-family .sub-family-subs .sub.default.selected:hover .inner > label:after {
    font-size: 19px;
  }
}

.sub-families .sub-family .sub-family-subs .sub.default .inner:before,
.sub-families .sub-family .sub-family-subs .sub.default.selected .inner:before,
.sub-families .sub-family .sub-family-subs .sub.default.selected:hover .inner:before {
  border-color: #EE4A56;
}

.company .sub-families .sub-family .sub-family-subs .sub.default .inner:before,
.company .sub-families .sub-family .sub-family-subs .sub.default.selected .inner:before,
.company .sub-families .sub-family .sub-family-subs .sub.default.selected:hover .inner:before {
  border-color: #009692;
}

.sub-families .sub-family .sub-family-subs .sub.default .sub-detail,
.sub-families .sub-family .sub-family-subs .sub.default.selected .sub-detail,
.sub-families .sub-family .sub-family-subs .sub.default.selected:hover .sub-detail {
  box-shadow: inset #EE4A56 0 0 0 4px;
}

.company .sub-families .sub-family .sub-family-subs .sub.default .sub-detail,
.company .sub-families .sub-family .sub-family-subs .sub.default.selected .sub-detail,
.company .sub-families .sub-family .sub-family-subs .sub.default.selected:hover .sub-detail {
  box-shadow: inset #009692 0 0 0 4px;
}

.sub-families .sub-family .sub-family-subs .sub.default:hover .inner:before {
  border-color: #F7931D;
}

.company .sub-families .sub-family .sub-family-subs .sub.default:hover .inner:before {
  border-color: #009692;
}

.sub-families .sub-family .sub-family-subs .sub.default:hover .inner > label {
  box-shadow: inset #F7931D 0 0 0 4px;
}

.company .sub-families .sub-family .sub-family-subs .sub.default:hover .inner > label {
  box-shadow: inset #009692 0 0 0 4px;
}

.sub-families .sub-family .sub-family-subs .sub.default:hover .inner > label:before {
  border-color: transparent #F7931D transparent transparent;
}

.company .sub-families .sub-family .sub-family-subs .sub.default:hover .inner > label:before {
  border-color: transparent #009692 transparent transparent;
}

.sub-families .sub-family .sub-family-subs .sub.default:hover .sub-detail {
  box-shadow: inset #F7931D 0 0 0 4px;
}

.company .sub-families .sub-family .sub-family-subs .sub.default:hover .sub-detail {
  box-shadow: inset #51c1c1 0 0 0 4px;
}

.sub-families .sub-family.promoted {
  *zoom: 1;
  display: block;
}

.sub-families .sub-family.promoted:before,
.sub-families .sub-family.promoted:after {
  display: table;
  content: "";
  line-height: 0;
}

.sub-families .sub-family.promoted:after {
  clear: both;
}

.sub-families .sub-family.promoted .sub-family-header {
  margin-top: 1.38461538em;
  *zoom: 1;
}

.sub-families .sub-family.promoted .sub-family-header:before,
.sub-families .sub-family.promoted .sub-family-header:after {
  display: table;
  content: "";
  line-height: 0;
}

.sub-families .sub-family.promoted .sub-family-header:after {
  clear: both;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-header {
    margin-top: 1.2em;
  }
}

.sub-families .sub-family.promoted .sub-family-header h2 {
  float: left;
  margin-top: 0;
  font-size: 3.69230769em;
  margin-left: 22px;
}

.sub-families .sub-family.promoted .sub-family-header h2 span {
  display: block;
  font-size: 0.33333333em;
  font-weight: 600;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-header h2 {
    float: none;
    margin-left: 0;
    font-family: 'Helvetica', Arial;
    font-size: 18px;
    font-weight: 600;
  }

  .sub-families .sub-family.promoted .sub-family-header h2 span {
    font-size: 18px;
    display: inline;
  }
}

.sub-families .sub-family.promoted .sub-family-header .sub-family-usps {
  font-size: 1.15384615em;
  display: block;
}

.sub-families .sub-family.promoted .sub-family-header .sub-family-usps li {
  color: #30302e;
  display: inline-block;
  margin-left: 2.76923077em;
  height: 40px;
  line-height: 40px;
  padding-top: 5px;
  padding-left: 45px;
  background-repeat: no-repeat;
  font-weight: 600;
  background-size: 40px 40px;
}

.sub-families .sub-family.promoted .sub-family-header .sub-family-usps li:first-child {
  margin-left: 5.69230769em;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-header .sub-family-usps {
    margin: 1.5em 0 0 0;
    padding: 1em 0 0 0;
    text-align: center;
    *zoom: 1;
  }

  .sub-families .sub-family.promoted .sub-family-header .sub-family-usps:before,
  .sub-families .sub-family.promoted .sub-family-header .sub-family-usps:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .sub-families .sub-family.promoted .sub-family-header .sub-family-usps:after {
    clear: both;
  }

  .sub-families .sub-family.promoted .sub-family-header .sub-family-usps li {
    font-size: 10px;
    min-height: 20px;
    height: auto;
    background-size: 20px 20px;
    padding-left: 22px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-left: 0 !important;
    line-height: 1.1em;
  }
}

.sub-families .sub-family.promoted .sub-family-subs {
  margin-top: 1em;
  margin-left: -4px;
  margin-right: -4px;
  box-sizing: border-box;
  width: auto;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs {
    margin-top: 1em;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub {
  width: 20%;
  float: right;
  padding: 0 4px;
  box-sizing: border-box;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.selected .inner > label .title span,
.sub-families .sub-family.promoted .sub-family-subs .sub.selected.default .inner > label .title span {
  color: #fff;
  padding: 0 4px !important;
}

.sub-families .sub-family.promoted .sub-family-subs .sub .inner > label {
  padding: 30px 22px;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub .inner > label {
    padding: 18px 18px 12.6px;
    transition: all 0s;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub .inner > label .title {
  margin: 0;
  float: none;
  width: auto;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub .inner > label .title {
    line-height: 1em;
    display: block;
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub .inner > label .title span {
  line-height: 1em;
  position: absolute;
  height: 13px;
  top: -13px;
  font-size: 11px;
  text-transform: uppercase;
  color: #F7931D;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub .inner > label .title span {
    display: block;
    position: relative;
    font-size: 8px;
    margin-bottom: 0;
    margin-top: -4px;
    line-height: 8px;
    top: auto;
    height: auto;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub .inner > label .sub-footer {
  left: 0;
  width: auto;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub .inner > label .sub-footer {
    left: auto;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub .sub-detail {
  margin-top: 8px;
  position: absolute;
  left: 4px;
  right: 4px;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub .sub-detail {
    position: relative;
    margin-top: 0;
    left: auto;
    bottom: auto;
    right: auto;
    top: auto;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub.offer .inner > label:before,
.sub-families .sub-family.promoted .sub-family-subs .sub.default .inner > label:before {
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  transition: height 0.3s, /*margin-bottom @time, */ margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  display: block;
  position: absolute;
  content: "";
  text-align: center;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #F7931D transparent transparent;
  color: #fff;
}

.company .sub-families .sub-family.promoted .sub-family-subs .sub.offer .inner > label:before,
.company .sub-families .sub-family.promoted .sub-family-subs .sub.default .inner > label:before {
  border-color: transparent #009692 transparent transparent;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub.offer .inner > label:before,
  .sub-families .sub-family.promoted .sub-family-subs .sub.default .inner > label:before {
    border-width: 0 40px 40px 0;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub.offer .inner > label:after,
.sub-families .sub-family.promoted .sub-family-subs .sub.default .inner > label:after {
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  transition: height 0.3s, /*margin-bottom @time, */ margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s;
  transition: height 0.3s,  margin-top 0.3s, box-shadow 0.3s, background-color 0.3s, border-radius 0s, padding-bottom 0s, transform 0.3s, opacity 0.3s, border-color 0.3s,  -webkit-transform 0.3s;
  content: '%';
  position: absolute;
  color: #fff;
  top: 7px;
  right: 7px;
  font-size: 1.38461538em;
  line-height: 1;
  font-family: "helvetica", arial, sans-serif;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub.offer .inner > label:after,
  .sub-families .sub-family.promoted .sub-family-subs .sub.default .inner > label:after {
    top: 5px;
    right: 5px;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub.offer.selected + .inner > label:before {
  border-color: transparent #f28709 transparent transparent;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.offer.selected + .inner > label .title span {
  color: #fff;
}

.sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(1) {
  margin-top: 0;
}

.sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(1) .inner > label {
  height: 330px;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(1) {
    margin-right: 0 !important;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(2) {
  margin-top: 70px;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(2) {
    margin-right: 10px;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(2) .inner > label {
  height: 260px;
}

.sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(3) {
  margin-top: 130px;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(3) {
    margin-right: 20px;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(3) .inner > label {
  height: 200px;
}

.sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(4) {
  margin-top: 170px;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(4) {
    margin-right: 30px;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(4) .inner > label {
  height: 160px;
}

.sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(5) {
  margin-top: 210px;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(5) {
    margin-right: 40px;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub:nth-child(5) .inner > label {
  height: 120px;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.default .inner:before {
  border-color: #EE4A56;
}

.company .sub-families .sub-family.promoted .sub-family-subs .sub.default .inner:before {
  border-color: #009692;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.default .inner > label {
  box-shadow: inset #EE4A56 0 0 0 4px;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.default .inner > label .title > span {
  color: #EE4A56;
}

.company .sub-families .sub-family.promoted .sub-family-subs .sub.default .inner > label .title > span {
  color: #009692;
}

.company .sub-families .sub-family.promoted .sub-family-subs .sub.default .inner > label {
  box-shadow: inset #009692 0 0 0 4px;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.default .inner > label:before {
  border-color: transparent #EE4A56 transparent transparent;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.default .inner > label:after {
  top: 2px;
  content: "s";
  font-family: treicon;
  font-size: 24px;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub.default .inner > label:after {
    font-size: 19px;
  }
}

.sub-families .sub-family.promoted .sub-family-subs .sub.default:hover .inner:before {
  border-color: #F7931D;
}

.company .sub-families .sub-family.promoted .sub-family-subs .sub.default:hover .inner:before {
  border-color: #51c1c1;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.default:hover .inner > label {
  box-shadow: inset #F7931D 0 0 0 4px;
}

.company .sub-families .sub-family.promoted .sub-family-subs .sub.default:hover .inner > label {
  box-shadow: inset #51c1c1 0 0 0 4px;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.default:hover .inner > label:before {
  border-color: transparent #F7931D transparent transparent;
}

.company .sub-families .sub-family.promoted .sub-family-subs .sub.default:hover .inner > label:before {
  border-color: transparent #51c1c1 transparent transparent;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.default:hover.selected .inner:before {
  border-color: #EE4A56;
}

.company .sub-families .sub-family.promoted .sub-family-subs .sub.default:hover.selected .inner:before {
  border-color: #009692;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.default:hover.selected .inner > label {
  box-shadow: inset #EE4A56 0 0 0 4px;
}

.company .sub-families .sub-family.promoted .sub-family-subs .sub.default:hover.selected .inner > label {
  box-shadow: inset #009692 0 0 0 4px;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.default:hover.selected .inner > label:before {
  border-color: transparent #EE4A56 transparent transparent;
}

.company .sub-families .sub-family.promoted .sub-family-subs .sub.default:hover.selected .inner > label:before {
  border-color: transparent #009692 transparent transparent;
}

.sub-families .sub-family.promoted .sub-family-subs .sub.expanded {
  padding-bottom: 282px;
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub.expanded {
    padding-bottom: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 659px) {
  .sub-families .sub-family.promoted .sub-family-subs .sub {
    float: none;
    width: auto;
    margin-top: 8px !important;
  }

  .sub-families .sub-family.promoted .sub-family-subs .sub .inner > label {
    height: 40px !important;
  }
}

.sub-families .sub-family.promoted .sub-family-subs.sub-4 .sub:first-child {
  margin-right: 10%;
}

.sub-families .sub-family.promoted .sub-family-subs.sub-3 .sub:first-child {
  margin-right: 20%;
}

.sub-families .sub-family.promoted .sub-family-subs.sub-2 .sub:first-child {
  margin-right: 30%;
}

.sub-families .sub-family.promoted .sub-family-subs.sub-1 .sub:first-child {
  margin-right: 40%;
}

.sub-families .sub-families-footer {
  text-align: center;
  margin: 1.5em 0;
  position: relative;
}

.sub-families .sub-families-footer .show-more-toggle {
  font-size: 1.38461538em;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #30302e;
  cursor: pointer;
  text-decoration: none;
}

.company .sub-families .sub-families-footer .show-more-toggle {
  color: #30302e;
}

.sub-families .sub-families-footer .show-more-toggle:before {
  content: 'Välj bland ';
}

.sub-families .sub-families-footer .show-more-toggle:after {
  content: "w";
  display: inline-block;
  font-family: "treicon", sans-serif;
  font-weight: 300;
  color: #ffffff;
  height: 1.3em;
  width: 1.3em;
  line-height: 1.2em;
  background-color: #F7931D;
  text-align: center;
  border-radius: 3px;
  margin-left: .5em;
}

.company .sub-families .sub-families-footer .show-more-toggle:after {
  background-color: #51c1c1;
}

.sub-families .sub-families-footer .toggle-more-custom-text .show-more-custom-text {
  display: inline;
}

.sub-families .sub-families-footer .toggle-more-custom-text .hide-more-custom-text {
  display: none;
}

.sub-families .sub-families-footer .toggle-more-custom-text:before {
  content: '';
}

.sub-families.expanded .sub-family {
  display: block;
}

.sub-families.expanded .sub-family.promoted .sub-family-subs .sub {
  margin-top: 0;
}

.sub-families.expanded .sub-family.promoted .sub-family-subs .sub .inner > label {
  height: 100px;
}

.sub-families.expanded .sub-family.promoted .sub-family-subs .sub .sub-usps {
  opacity: 0;
  transition: none;
}

.sub-families.expanded .sub-families-footer .show-more-toggle:before {
  content: 'Dölj  ';
}

.sub-families.expanded .sub-families-footer .show-more-toggle:after {
  content: "x";
}

.sub-families.expanded .sub-families-footer .toggle-more-custom-text .show-more-custom-text {
  display: none;
}

.sub-families.expanded .sub-families-footer .toggle-more-custom-text .hide-more-custom-text {
  display: inline;
}

.sub-families.expanded .sub-families-footer .toggle-more-custom-text:before {
  content: '';
}

.sub-families.sub-list-data {
  margin-bottom: 5em;
}

.sub-families.sub-list-data .sub-family .sub-family-subs .sub .inner > label .title {
  margin-top: 0.25em;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family .sub-family-subs .sub .inner > label .title {
    margin-top: 0;
  }
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family .sub-family-subs .sub .inner > label {
    min-height: 40px;
    padding: 18px 110px 12.6px 18px;
  }
}

.sub-families.sub-list-data .sub-family.promoted .sub-family-subs .sub .inner > label .title {
  margin-top: 0;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family .sub-family-subs .sub .inner:before {
    bottom: 0;
    height: 8px;
    transition: all 0s;
  }
}

.sub-families.sub-list-data .sub-family .sub-family-subs .sub .inner .sub-footer .price {
  font-size: 0.92857143em;
  line-height: 1.5em;
  transition: line-height 0.3s;
}

.sub-families.sub-list-data .sub-family .sub-family-subs .sub .inner .sub-footer .price strong {
  font-size: 1.53846154em;
}

.sub-families.sub-list-data .sub-family .sub-family-subs .sub .inner .sub-footer .price span.suffix {
  font-size: 1.23076923em;
  font-weight: 400;
}

.sub-families.sub-list-data .sub-family .sub-family-subs .sub .inner .sub-footer .price.price-3g strong {
  font-size: 1.23076923em;
}

.sub-families.sub-list-data .sub-family .sub-family-subs .sub .inner .sub-footer .price.price-3g span.suffix {
  font-size: 1em;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family .sub-family-subs .sub .inner .sub-footer .price {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px);
    line-height: 1.3em;
  }
}

.sub-families.sub-list-data .sub-family .sub-family-subs .sub .inner .sub-footer a {
  margin-top: 0.3em;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family .sub-family-subs .sub .inner .sub-footer a {
    margin-top: 0;
    line-height: 1em;
  }
}

.sub-families.sub-list-data .sub.selected {
  margin-bottom: 90px;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub.selected {
    margin-bottom: 0;
  }
}

.sub-families.sub-list-data .sub-data-type-switch {
  position: absolute;
  border-radius: 0 0 3px 3px;
  color: #fff;
  left: 0;
  right: 0;
  height: 85px;
  bottom: -83px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #c16b07;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  transition: none;
  *zoom: 1;
}

.company .sub-families.sub-list-data .sub-data-type-switch {
  background-color: #51c1c1;
  box-shadow: inset #51c1c1 0 0 0 4px;
}

.sub-families.sub-list-data .sub-data-type-switch:before,
.sub-families.sub-list-data .sub-data-type-switch:after {
  display: table;
  content: "";
  line-height: 0;
}

.sub-families.sub-list-data .sub-data-type-switch:after {
  clear: both;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-data-type-switch {
    transition: all 0s;
    display: none;
    height: 50px;
    margin-top: -10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    bottom: auto;
    position: relative;
  }
}

.sub-families.sub-list-data .sub-data-type-switch label {
  position: relative;
  float: left;
  width: 20%;
  line-height: 1.8em;
  text-align: center;
  padding: 2em 0 1em;
  color: #fddfbb;
  cursor: pointer;
  transition: all 0.5s;
}

.company .sub-families.sub-list-data .sub-data-type-switch label {
  color: #cbecec;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-data-type-switch label {
    width: 50%;
    box-sizing: border-box;
    font-size: 8px;
    padding: 9px 0 6px 20px;
  }
}

.sub-families.sub-list-data .sub-data-type-switch label strong {
  font-size: 2.61538462em;
  font-family: 'Helvetica', Arial;
  font-weight: normal;
  display: block;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-data-type-switch label strong {
    font-size: 25px;
  }
}

.sub-families.sub-list-data .sub-data-type-switch label.label-4G {
  margin-left: 30%;
}

.sub-families.sub-list-data .sub-data-type-switch label.label-4G:before {
  content: '';
  width: 40px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
  right: -20px;
  top: 30px;
}

.sub-families.sub-list-data .sub-data-type-switch label.label-4G:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 100px;
  position: absolute;
  background-color: #fff;
  top: 33px;
  right: 3px;
  margin-right: -20px;
  transition: all 0.3s;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-data-type-switch label.label-4G {
    padding: 9px 20px 6px 0;
    margin-left: 0;
  }

  .sub-families.sub-list-data .sub-data-type-switch label.label-4G:before {
    top: 10px;
    width: 60px;
    right: -30px;
  }

  .sub-families.sub-list-data .sub-data-type-switch label.label-4G:after {
    top: 13px;
    margin-right: 0;
    right: 13px;
    -webkit-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}

.sub-families.sub-list-data .sub-data-type-switch input {
  display: none;
}

.sub-families.sub-list-data .sub-data-type-switch input:checked + label,
.sub-families.sub-list-data .sub-data-type-switch input .checked + label {
  color: #fff !important;
}

.sub-families.sub-list-data .sub-data-type-switch input:checked + label:after,
.sub-families.sub-list-data .sub-data-type-switch input .checked + label:after {
  margin-right: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sub-families.sub-list-data .sub-family.promoted .sub-data-type-switch {
  transition: all 0.3s;
}

.sub-families.sub-list-data .sub-family.promoted .sub-data-type-switch label {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.sub-families.sub-list-data .sub-family.promoted .sub.selected {
  margin-bottom: 0;
}

.sub-families.sub-list-data .sub-family .sub-data-type-switch input:first-child + label:last-child,
.sub-families.sub-list-data .sub-family.promoted .sub-data-type-switch input:first-child + label:last-child {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.sub-families.sub-list-data .sub-family .sub-data-type-switch input:first-child + label:last-child:after,
.sub-families.sub-list-data .sub-family.promoted .sub-data-type-switch input:first-child + label:last-child:after,
.sub-families.sub-list-data .sub-family .sub-data-type-switch input:first-child + label:last-child:before,
.sub-families.sub-list-data .sub-family.promoted .sub-data-type-switch input:first-child + label:last-child:before {
  display: none;
}

.sub-families.sub-list-data .sub-family.promoted .sub-family-subs .sub {
  margin-bottom: 90px;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family.promoted .sub-family-subs .sub {
    margin-bottom: 0;
  }
}

.sub-families.sub-list-data .sub-family.promoted .sub-family-subs .sub.expanded .inner {
  z-index: 4;
}

.sub-families.sub-list-data .sub-family.promoted .sub-family-subs .sub .sub-detail {
  z-index: 3;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family.promoted .sub-family-subs .sub .sub-detail {
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
}

.sub-families.sub-list-data.expanded .sub-family.promoted .sub {
  margin-bottom: 0;
}

.sub-families.sub-list-data.expanded .sub-family.promoted .sub.selected {
  margin-bottom: 85px;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data.expanded .sub-family.promoted .sub.selected {
    margin-bottom: 0;
  }
}

.sub-families.sub-list-data .sub-family .sub.selected .inner .sub-data-type-switch {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  background-color: #F7931D;
}

.company .sub-families.sub-list-data .sub-family .sub.selected .inner .sub-data-type-switch {
  background-color: #51c1c1;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family .sub.selected .inner .sub-data-type-switch {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.sub-families.sub-list-data .sub-family .sub.default .sub-data-type-switch {
  box-shadow: inset #EE4A56 0 0 0 4px;
}

.company .sub-families.sub-list-data .sub-family .sub.default .sub-data-type-switch {
  box-shadow: inset #009692 0 0 0 4px;
}

.sub-families.sub-list-data .sub-family .sub.default.selected .inner:after {
  content: '';
  position: absolute;
  height: 8px;
  background-color: #F7931D;
  left: 0;
  right: 0;
  bottom: -4px;
  border-left: 4px solid #EE4A56;
  border-right: 4px solid #EE4A56;
}

.company .sub-families.sub-list-data .sub-family .sub.default.selected .inner:after {
  background-color: #51c1c1;
  border-left: 4px solid #009692;
  border-right: 4px solid #009692;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family .sub.default.selected .inner:after {
    display: none;
  }
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family .sub.default.selected .inner:before {
    bottom: 46px;
    display: block;
  }
}

.sub-families.sub-list-data .sub-family .sub.selected .inner:before {
  height: 8px;
  bottom: -87px;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family .sub.selected .inner:before {
    bottom: -4px;
  }
}

.sub-families.sub-list-data .sub-family.unselected-expanded .sub.selected .inner:after,
.sub-families.sub-list-data .sub-family.unselected-expanded .sub.selected .inner:before {
  display: none;
}

.sub-families.sub-list-data .sub-family.unselected-expanded .sub.selected .inner .sub-data-type-switch {
  display: none;
}

.sub-families.sub-list-data .sub-family .sub.expanded {
  z-index: 3;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family .sub.default.expanded.selected .inner:after {
    bottom: 0;
    display: block;
  }
}

.sub-families.sub-list-data .sub-family .sub.expanded.selected .sub-detail {
  margin-top: 83px;
  transition: all 0s;
}

@media screen and (max-width: 659px) {
  .sub-families.sub-list-data .sub-family .sub.expanded.selected .sub-detail {
    margin-top: 0;
    padding-top: 1em;
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px);
  }
}

.sub-families .no-device {
  position: absolute;
  margin-top: 1.9em;
  z-index: 2;
  display: inline-block;
}

.sub-families input#phone-show-more {
  display: none;
}

.sub-families input#phone-show-more + .phone-button {
  margin-top: 18px;
}

@media screen and (max-width: 659px) {
  .sub-families .no-device {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
  }

  .sub-families .phone-button {
    display: block;
    margin: 0 -25px;
    padding: 10.8px 25px;
    font-size: 15px;
    border-top: #f2f2f2 1px solid;
    border-bottom: #f2f2f2 1px solid;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    color: #f18d2d;
  }

  .sub-families .phone-button:after {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-family: "treicon", serif;
    font-weight: 300;
    color: #EE4A56;
    border-radius: 3px;
    content: 'z';
  }

  .sub-families .phone-button.show-more {
    border-bottom: 0;
  }

  .sub-families .phone-button.show-more:before {
    content: 'Välj bland ';
  }

  .sub-families .phone-button.show-more:after {
    content: 'w';
  }

  .sub-families input#phone-show-more:checked ~ label[for="phone-show-more"] {
    border-bottom: 0;
  }

  .sub-families input#phone-show-more:checked ~ label[for="phone-show-more"]:before {
    content: 'Dölj ';
  }

  .sub-families input#phone-show-more:checked ~ label[for="phone-show-more"]:after {
    content: 'x';
  }

  .sub-families input#phone-show-more:checked ~ .phone-button {
    margin-top: 18px;
  }

  .sub-families input#phone-show-more:checked ~ .sub-family {
    display: block;
  }
}

.usp-row {
  font-weight: bold;
  padding: 30px 0;
  color: #30302e;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.lt-ie10 .usp-row {
  display: block;
  *zoom: 1;
}

.lt-ie10 .usp-row:before,
.lt-ie10 .usp-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .usp-row:after {
  clear: both;
}

.lt-ie10 .usp-row > * {
  float: left;
}

.lt-ie10 .usp-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 10;
}

.lt-ie10 .usp-row:after,
.lt-ie10 .usp-row:before {
  display: none;
}

.lt-ie10 .usp-row > * {
  float: none;
  display: table-cell;
  vertical-align: top;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .usp-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.usp-row > div {
  width: auto;
  text-align: center;
}

.lt-ie10 .usp-row > div {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .usp-row > div {
    width: 50%;
  }

  .usp-row > div:first-child,
  .usp-row > div:nth-child(2) {
    margin-bottom: 15px;
  }
}

.usp-row > div i {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "";
}

.usp-row > div i:after {
  content: "";
}

.company .usp-row > div i {
  color: #51c1c1;
}

.color-section-2 .usp-row > div i {
  color: #F37875;
}

.color-section-2.company .usp-row > div i {
  color: #1f99c9;
}

.color-section-3 .usp-row > div i {
  color: #EE4A56;
}

.color-section-3.company .usp-row > div i {
  color: #009692;
}

.usp-row > div i:after {
  content: "";
}

.company .usp-row > div i {
  color: #51c1c1;
}

.color-section-2 .usp-row > div i {
  color: #F37875;
}

.color-section-2.company .usp-row > div i {
  color: #1f99c9;
}

.color-section-3 .usp-row > div i {
  color: #EE4A56;
}

.color-section-3.company .usp-row > div i {
  color: #009692;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .usp-row > div i {
    font-size: 50px;
    font-weight: 400;
  }
}

.usp-row > div i.symbol-xsmall {
  font-size: 40px;
  font-weight: 400;
}

.usp-row > div i.symbol-small {
  font-size: 50px;
  font-weight: 400;
}

.usp-row > div i.symbol-large {
  font-size: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .usp-row > div i.symbol-large {
    font-size: 80px;
    font-weight: 300;
  }
}

@media screen and (max-width: 768px) {
  .usp-row > div i {
    font-size: 50px;
    font-weight: 400;
  }
}

body:not(.color-section-1):not(.color-section-2):not(.color-section-3) .usp-row > div:nth-child(1) i {
  color: #F7931D;
}

.company body:not(.color-section-1):not(.color-section-2):not(.color-section-3) .usp-row > div:nth-child(1) i {
  color: #51c1c1;
}

body:not(.color-section-1):not(.color-section-2):not(.color-section-3) .usp-row > div:nth-child(2) i {
  color: #f48158;
}

.company body:not(.color-section-1):not(.color-section-2):not(.color-section-3) .usp-row > div:nth-child(2) i {
  color: #30a6c6;
}

body:not(.color-section-1):not(.color-section-2):not(.color-section-3) .usp-row > div:nth-child(3) i {
  color: #f1696b;
}

.company body:not(.color-section-1):not(.color-section-2):not(.color-section-3) .usp-row > div:nth-child(3) i {
  color: #1598b7;
}

body:not(.color-section-1):not(.color-section-2):not(.color-section-3) .usp-row > div:nth-child(4) i {
  color: #EE4A56;
}

.company body:not(.color-section-1):not(.color-section-2):not(.color-section-3) .usp-row > div:nth-child(4) i {
  color: #009692;
}

.usp-row > div > span,
.usp-row > div a {
  display: block;
  font-size: 18px;
  margin: 1em 0 0 0;
  color: #30302e;
  letter-spacing: -0.02em;
  line-height: 1em;
  font-family: 'Helvetica', Arial;
  font-weight: 600;
  margin-top: 0.5em;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .usp-row > div > span,
  .usp-row > div a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .usp-row > div > span,
  .usp-row > div a {
    font-size: 14px;
  }
}

.usp-row > div > span:first-child,
.usp-row > div a:first-child {
  margin-top: 0;
}

.usp-row > div > span .pre-heading,
.usp-row > div a .pre-heading {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .usp-row > div > span,
  .usp-row > div a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .usp-row > div > span,
  .usp-row > div a {
    font-size: 14px;
  }
}

.usp-row > div > span:first-child,
.usp-row > div a:first-child {
  margin-top: 0;
}

.usp-row > div > span .pre-heading,
.usp-row > div a .pre-heading {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .usp-row > div > span,
  .usp-row > div a {
    font-size: 12px;
    margin-top: 0;
  }
}

.usp-row > div a:not(:hover) > i {
  color: #30302e;
}

.usp-row > div a > i {
  transition: all 0.3s;
}

.usp-row > div a > span {
  display: block;
  margin-top: 0.5em;
  transition: all 0.3s;
}

.usp-row > div a > span:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.usp-row > div a > span:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.usp-row > div a > span.arrow-left {
  padding-left: 20px;
}

.usp-row > div a > span.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.usp-row > div a > span.arrow-left:after {
  left: 0;
}

.usp-row > div a > span.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.usp-row > div a > span.arrow-left:after {
  left: 0;
}

@media screen and (max-width: 768px) {
  .usp-row > div a > span {
    margin-top: 0;
  }

  .usp-row > div a > span::after {
    height: 4px;
    margin-top: -2px;
    width: 4px;
  }
}

section.toggle-image-above-the-line {
  background-color: #f2f2f2;
}

@media screen and (max-width: 659px) {
  section.toggle-image-above-the-line {
    border-top: 1px solid #f2f2f2;
  }
}

section.toggle-image-above-the-line > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lt-ie10 section.toggle-image-above-the-line > div {
  display: block;
  *zoom: 1;
}

.lt-ie10 section.toggle-image-above-the-line > div:before,
.lt-ie10 section.toggle-image-above-the-line > div:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 section.toggle-image-above-the-line > div:after {
  clear: both;
}

.lt-ie10 section.toggle-image-above-the-line > div > * {
  float: left;
}

section.toggle-image-above-the-line > div > * {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: calc(50% + 0);
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

section.toggle-image-above-the-line > div > *:nth-child(2n) {
  margin-right: 0;
}

section.toggle-image-above-the-line > div > *:nth-child(2n +1) {
  margin-left: 0;
}

.lt-ie10 section.toggle-image-above-the-line > div > *:nth-child(2n +1) {
  clear: left;
}

section.toggle-image-above-the-line > div > div {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.lt-ie10 section.toggle-image-above-the-line > div > div {
  display: block;
  *zoom: 1;
}

.lt-ie10 section.toggle-image-above-the-line > div > div:before,
.lt-ie10 section.toggle-image-above-the-line > div > div:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 section.toggle-image-above-the-line > div > div:after {
  clear: both;
}

.lt-ie10 section.toggle-image-above-the-line > div > div > * {
  float: left;
}

@media screen and (max-width: 659px) {
  section.toggle-image-above-the-line > div > div {
    margin: 0 auto;
    padding-left: 25px !important;
    padding-right: 25px !important;
    max-width: 1064px;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 659px) and screen and (min-width: 769px) and (max-width: 1024px) {
  section.toggle-image-above-the-line > div > div {
    max-width: 852px;
  }
}

@media screen and (max-width: 659px) and screen and (min-width: 769px) and (max-width: 1024px) {
  section.toggle-image-above-the-line > div > div {
    max-width: 852px;
  }
}

@media screen and (max-width: 659px) {
  section.toggle-image-above-the-line > div > div:first-child {
    display: none;
  }
}

section.toggle-image-above-the-line > div > div > div {
  box-sizing: border-box;
  max-width: 640px;
  margin: 0 auto 0 0;
  padding: 160px 80px;
}

@media screen and (max-width: 659px) {
  section.toggle-image-above-the-line > div > div > div {
    padding: 0;
    text-align: center;
  }
}

@media screen and (min-width: 660px) and (max-width: 768px) {
  section.toggle-image-above-the-line > div > div > div {
    padding: 80px 50px;
  }
}

section.toggle-image-above-the-line > div > div.background-image {
  background-size: cover;
  background-position: center center;
}

section.toggle-image-above-the-line h2 {
  font-size: 48px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  section.toggle-image-above-the-line h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  section.toggle-image-above-the-line h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 659px) {
  section.toggle-image-above-the-line h2 {
    font-size: 24px;
  }
}

section.toggle-image-above-the-line h3 {
  font-size: 28px;
  line-height: 1.2em;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  section.toggle-image-above-the-line h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  section.toggle-image-above-the-line h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 659px) {
  section.toggle-image-above-the-line h3 {
    margin-top: 18px !important;
    font-size: 12px;
  }
}

section.toggle-image-above-the-line p {
  margin-top: 2rem;
}

@media screen and (max-width: 659px) {
  section.toggle-image-above-the-line p {
    margin-top: 18px !important;
  }
}

section.toggle-image-above-the-line.toggle-image-right > div > div:first-child {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

section.toggle-image-above-the-line.toggle-image-right > div > div:last-child {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

section.toggle-image-above-the-line.bg-orange {
  background-color: #F7931D;
}

section.toggle-image-above-the-line.bg-peach {
  background-color: #F37875;
}

section.toggle-image-above-the-line.bg-raspberry {
  background-color: #EE4A56;
}

section.toggle-image-above-the-line.bg-mint {
  background-color: #51c1c1;
}

section.toggle-image-above-the-line.bg-peppermint {
  background-color: #1f99c9;
}

section.toggle-image-above-the-line.bg-teal {
  background-color: #009692;
}

section.toggle-image-above-the-line.bg-salt {
  background-color: #f2f2f2;
}

section.toggle-image-above-the-line.bg-sand {
  background-color: #e0dcd0;
}

section.toggle-image-above-the-line.bg-charcoal {
  background-color: #30302e;
}

section.toggle-image-above-the-line.bg-white {
  background-color: #fff;
}

section.toggle-image-above-the-line.bg-orange,
section.toggle-image-above-the-line.bg-peach,
section.toggle-image-above-the-line.bg-raspberry,
section.toggle-image-above-the-line.bg-mint,
section.toggle-image-above-the-line.bg-peppermint,
section.toggle-image-above-the-line.bg-teal,
section.toggle-image-above-the-line.bg-charcoal {
  color: #fff;
}

section.toggle-image-above-the-line.bg-orange h2,
section.toggle-image-above-the-line.bg-peach h2,
section.toggle-image-above-the-line.bg-raspberry h2,
section.toggle-image-above-the-line.bg-mint h2,
section.toggle-image-above-the-line.bg-peppermint h2,
section.toggle-image-above-the-line.bg-teal h2,
section.toggle-image-above-the-line.bg-charcoal h2,
section.toggle-image-above-the-line.bg-orange h3,
section.toggle-image-above-the-line.bg-peach h3,
section.toggle-image-above-the-line.bg-raspberry h3,
section.toggle-image-above-the-line.bg-mint h3,
section.toggle-image-above-the-line.bg-peppermint h3,
section.toggle-image-above-the-line.bg-teal h3,
section.toggle-image-above-the-line.bg-charcoal h3 {
  color: #fff;
}

section.toggle-image-above-the-line.bg-orange .btn,
section.toggle-image-above-the-line.bg-peach .btn,
section.toggle-image-above-the-line.bg-raspberry .btn,
section.toggle-image-above-the-line.bg-mint .btn,
section.toggle-image-above-the-line.bg-peppermint .btn,
section.toggle-image-above-the-line.bg-teal .btn,
section.toggle-image-above-the-line.bg-charcoal .btn {
  color: #fff;
  border-color: #fff;
}

section.toggle-image-above-the-line.bg-orange .btn:hover,
section.toggle-image-above-the-line.bg-peach .btn:hover,
section.toggle-image-above-the-line.bg-raspberry .btn:hover,
section.toggle-image-above-the-line.bg-mint .btn:hover,
section.toggle-image-above-the-line.bg-peppermint .btn:hover,
section.toggle-image-above-the-line.bg-teal .btn:hover,
section.toggle-image-above-the-line.bg-charcoal .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

section.toggle-image-above-the-line.bg-orange .btn.loading,
section.toggle-image-above-the-line.bg-peach .btn.loading,
section.toggle-image-above-the-line.bg-raspberry .btn.loading,
section.toggle-image-above-the-line.bg-mint .btn.loading,
section.toggle-image-above-the-line.bg-peppermint .btn.loading,
section.toggle-image-above-the-line.bg-teal .btn.loading,
section.toggle-image-above-the-line.bg-charcoal .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

section.toggle-image-above-the-line.bg-orange .btn.loading:hover,
section.toggle-image-above-the-line.bg-peach .btn.loading:hover,
section.toggle-image-above-the-line.bg-raspberry .btn.loading:hover,
section.toggle-image-above-the-line.bg-mint .btn.loading:hover,
section.toggle-image-above-the-line.bg-peppermint .btn.loading:hover,
section.toggle-image-above-the-line.bg-teal .btn.loading:hover,
section.toggle-image-above-the-line.bg-charcoal .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

section.toggle-image-above-the-line.bg-orange .btn.loading:after,
section.toggle-image-above-the-line.bg-peach .btn.loading:after,
section.toggle-image-above-the-line.bg-raspberry .btn.loading:after,
section.toggle-image-above-the-line.bg-mint .btn.loading:after,
section.toggle-image-above-the-line.bg-peppermint .btn.loading:after,
section.toggle-image-above-the-line.bg-teal .btn.loading:after,
section.toggle-image-above-the-line.bg-charcoal .btn.loading:after {
  background-color: #999;
}

section.toggle-image-above-the-line.bg-orange .btn.btn-play-video:before,
section.toggle-image-above-the-line.bg-peach .btn.btn-play-video:before,
section.toggle-image-above-the-line.bg-raspberry .btn.btn-play-video:before,
section.toggle-image-above-the-line.bg-mint .btn.btn-play-video:before,
section.toggle-image-above-the-line.bg-peppermint .btn.btn-play-video:before,
section.toggle-image-above-the-line.bg-teal .btn.btn-play-video:before,
section.toggle-image-above-the-line.bg-charcoal .btn.btn-play-video:before {
  color: #fff;
}

section.toggle-image-above-the-line.bg-orange .btn.btn-play-video:hover,
section.toggle-image-above-the-line.bg-peach .btn.btn-play-video:hover,
section.toggle-image-above-the-line.bg-raspberry .btn.btn-play-video:hover,
section.toggle-image-above-the-line.bg-mint .btn.btn-play-video:hover,
section.toggle-image-above-the-line.bg-peppermint .btn.btn-play-video:hover,
section.toggle-image-above-the-line.bg-teal .btn.btn-play-video:hover,
section.toggle-image-above-the-line.bg-charcoal .btn.btn-play-video:hover {
  background-color: transparent;
  color: #fff;
}

@media screen and (max-width: 659px) {
  section.toggle-image-above-the-line.bg-orange,
  section.toggle-image-above-the-line.bg-peach,
  section.toggle-image-above-the-line.bg-raspberry,
  section.toggle-image-above-the-line.bg-mint,
  section.toggle-image-above-the-line.bg-peppermint,
  section.toggle-image-above-the-line.bg-teal,
  section.toggle-image-above-the-line.bg-salt,
  section.toggle-image-above-the-line.bg-sand,
  section.toggle-image-above-the-line.bg-charcoal,
  section.toggle-image-above-the-line.bg-white {
    background-color: #fff;
    color: #30302e;
  }

  section.toggle-image-above-the-line.bg-orange h2,
  section.toggle-image-above-the-line.bg-peach h2,
  section.toggle-image-above-the-line.bg-raspberry h2,
  section.toggle-image-above-the-line.bg-mint h2,
  section.toggle-image-above-the-line.bg-peppermint h2,
  section.toggle-image-above-the-line.bg-teal h2,
  section.toggle-image-above-the-line.bg-salt h2,
  section.toggle-image-above-the-line.bg-sand h2,
  section.toggle-image-above-the-line.bg-charcoal h2,
  section.toggle-image-above-the-line.bg-white h2,
  section.toggle-image-above-the-line.bg-orange h3,
  section.toggle-image-above-the-line.bg-peach h3,
  section.toggle-image-above-the-line.bg-raspberry h3,
  section.toggle-image-above-the-line.bg-mint h3,
  section.toggle-image-above-the-line.bg-peppermint h3,
  section.toggle-image-above-the-line.bg-teal h3,
  section.toggle-image-above-the-line.bg-salt h3,
  section.toggle-image-above-the-line.bg-sand h3,
  section.toggle-image-above-the-line.bg-charcoal h3,
  section.toggle-image-above-the-line.bg-white h3 {
    color: #30302e;
  }

  section.toggle-image-above-the-line.bg-orange .btn,
  section.toggle-image-above-the-line.bg-peach .btn,
  section.toggle-image-above-the-line.bg-raspberry .btn,
  section.toggle-image-above-the-line.bg-mint .btn,
  section.toggle-image-above-the-line.bg-peppermint .btn,
  section.toggle-image-above-the-line.bg-teal .btn,
  section.toggle-image-above-the-line.bg-salt .btn,
  section.toggle-image-above-the-line.bg-sand .btn,
  section.toggle-image-above-the-line.bg-charcoal .btn,
  section.toggle-image-above-the-line.bg-white .btn {
    font-size: 1rem;
    font-weight: 700;
    padding: 15px 30px;
    line-height: 1.3rem;
    border: 2px solid;
    background-color: transparent;
    display: inline-block;
    box-sizing: border-box;
    height: auto;
    font-family: 'Helvetica', Arial;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border-color: #F7931D;
    color: #F7931D;
  }

  section.toggle-image-above-the-line.bg-orange .btn:hover,
  section.toggle-image-above-the-line.bg-peach .btn:hover,
  section.toggle-image-above-the-line.bg-raspberry .btn:hover,
  section.toggle-image-above-the-line.bg-mint .btn:hover,
  section.toggle-image-above-the-line.bg-peppermint .btn:hover,
  section.toggle-image-above-the-line.bg-teal .btn:hover,
  section.toggle-image-above-the-line.bg-salt .btn:hover,
  section.toggle-image-above-the-line.bg-sand .btn:hover,
  section.toggle-image-above-the-line.bg-charcoal .btn:hover,
  section.toggle-image-above-the-line.bg-white .btn:hover {
    text-decoration: none;
    color: #fff;
    border-color: #F7931D;
    background-color: #F7931D;
  }

  section.toggle-image-above-the-line.bg-orange .btn:active,
  section.toggle-image-above-the-line.bg-peach .btn:active,
  section.toggle-image-above-the-line.bg-raspberry .btn:active,
  section.toggle-image-above-the-line.bg-mint .btn:active,
  section.toggle-image-above-the-line.bg-peppermint .btn:active,
  section.toggle-image-above-the-line.bg-teal .btn:active,
  section.toggle-image-above-the-line.bg-salt .btn:active,
  section.toggle-image-above-the-line.bg-sand .btn:active,
  section.toggle-image-above-the-line.bg-charcoal .btn:active,
  section.toggle-image-above-the-line.bg-white .btn:active {
    text-decoration: none;
    color: #fff;
    border-color: #E87900;
    background-color: #E87900;
    transition: all 0s;
  }

  section.toggle-image-above-the-line.bg-orange .btn:hover,
  section.toggle-image-above-the-line.bg-peach .btn:hover,
  section.toggle-image-above-the-line.bg-raspberry .btn:hover,
  section.toggle-image-above-the-line.bg-mint .btn:hover,
  section.toggle-image-above-the-line.bg-peppermint .btn:hover,
  section.toggle-image-above-the-line.bg-teal .btn:hover,
  section.toggle-image-above-the-line.bg-salt .btn:hover,
  section.toggle-image-above-the-line.bg-sand .btn:hover,
  section.toggle-image-above-the-line.bg-charcoal .btn:hover,
  section.toggle-image-above-the-line.bg-white .btn:hover {
    text-decoration: none;
    color: #fff;
    border-color: #F7931D;
    background-color: #F7931D;
  }

  section.toggle-image-above-the-line.bg-orange .btn:active,
  section.toggle-image-above-the-line.bg-peach .btn:active,
  section.toggle-image-above-the-line.bg-raspberry .btn:active,
  section.toggle-image-above-the-line.bg-mint .btn:active,
  section.toggle-image-above-the-line.bg-peppermint .btn:active,
  section.toggle-image-above-the-line.bg-teal .btn:active,
  section.toggle-image-above-the-line.bg-salt .btn:active,
  section.toggle-image-above-the-line.bg-sand .btn:active,
  section.toggle-image-above-the-line.bg-charcoal .btn:active,
  section.toggle-image-above-the-line.bg-white .btn:active {
    text-decoration: none;
    color: #fff;
    border-color: #E87900;
    background-color: #E87900;
    transition: all 0s;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-neg,
  section.toggle-image-above-the-line.bg-peach .btn.btn-neg,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-neg,
  section.toggle-image-above-the-line.bg-mint .btn.btn-neg,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-neg,
  section.toggle-image-above-the-line.bg-teal .btn.btn-neg,
  section.toggle-image-above-the-line.bg-salt .btn.btn-neg,
  section.toggle-image-above-the-line.bg-sand .btn.btn-neg,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-neg,
  section.toggle-image-above-the-line.bg-white .btn.btn-neg,
  .company section.toggle-image-above-the-line.bg-orange .btn.btn-neg,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-neg,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-neg,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-neg,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-neg,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-neg,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-neg,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-neg,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-neg,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-neg {
    color: #fff;
    border-color: #fff;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-neg:hover,
  section.toggle-image-above-the-line.bg-peach .btn.btn-neg:hover,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-neg:hover,
  section.toggle-image-above-the-line.bg-mint .btn.btn-neg:hover,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-neg:hover,
  section.toggle-image-above-the-line.bg-teal .btn.btn-neg:hover,
  section.toggle-image-above-the-line.bg-salt .btn.btn-neg:hover,
  section.toggle-image-above-the-line.bg-sand .btn.btn-neg:hover,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-neg:hover,
  section.toggle-image-above-the-line.bg-white .btn.btn-neg:hover,
  .company section.toggle-image-above-the-line.bg-orange .btn.btn-neg:hover,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-neg:hover,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-neg:hover,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-neg:hover,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-neg:hover,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-neg:hover,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-neg:hover,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-neg:hover,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-neg:hover,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-neg:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-neg.loading,
  section.toggle-image-above-the-line.bg-peach .btn.btn-neg.loading,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-neg.loading,
  section.toggle-image-above-the-line.bg-mint .btn.btn-neg.loading,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-neg.loading,
  section.toggle-image-above-the-line.bg-teal .btn.btn-neg.loading,
  section.toggle-image-above-the-line.bg-salt .btn.btn-neg.loading,
  section.toggle-image-above-the-line.bg-sand .btn.btn-neg.loading,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-neg.loading,
  section.toggle-image-above-the-line.bg-white .btn.btn-neg.loading,
  .company section.toggle-image-above-the-line.bg-orange .btn.btn-neg.loading,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-neg.loading,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-neg.loading,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-neg.loading,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-neg.loading,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-neg.loading,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-neg.loading,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-neg.loading,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-neg.loading,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-neg.loading {
    border-color: #f2f2f2;
    background-color: #bfbfbf;
    color: #999;
    cursor: default;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-neg.loading:hover,
  section.toggle-image-above-the-line.bg-peach .btn.btn-neg.loading:hover,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-neg.loading:hover,
  section.toggle-image-above-the-line.bg-mint .btn.btn-neg.loading:hover,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-neg.loading:hover,
  section.toggle-image-above-the-line.bg-teal .btn.btn-neg.loading:hover,
  section.toggle-image-above-the-line.bg-salt .btn.btn-neg.loading:hover,
  section.toggle-image-above-the-line.bg-sand .btn.btn-neg.loading:hover,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-neg.loading:hover,
  section.toggle-image-above-the-line.bg-white .btn.btn-neg.loading:hover,
  .company section.toggle-image-above-the-line.bg-orange .btn.btn-neg.loading:hover,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-neg.loading:hover,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-neg.loading:hover,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-neg.loading:hover,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-neg.loading:hover,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-neg.loading:hover,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-neg.loading:hover,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-neg.loading:hover,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-neg.loading:hover,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-neg.loading:hover {
    background-color: #bfbfbf !important;
    color: #999;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-neg.loading:after,
  section.toggle-image-above-the-line.bg-peach .btn.btn-neg.loading:after,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-neg.loading:after,
  section.toggle-image-above-the-line.bg-mint .btn.btn-neg.loading:after,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-neg.loading:after,
  section.toggle-image-above-the-line.bg-teal .btn.btn-neg.loading:after,
  section.toggle-image-above-the-line.bg-salt .btn.btn-neg.loading:after,
  section.toggle-image-above-the-line.bg-sand .btn.btn-neg.loading:after,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-neg.loading:after,
  section.toggle-image-above-the-line.bg-white .btn.btn-neg.loading:after,
  .company section.toggle-image-above-the-line.bg-orange .btn.btn-neg.loading:after,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-neg.loading:after,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-neg.loading:after,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-neg.loading:after,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-neg.loading:after,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-neg.loading:after,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-neg.loading:after,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-neg.loading:after,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-neg.loading:after,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-neg.loading:after {
    background-color: #999;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-sm,
  section.toggle-image-above-the-line.bg-peach .btn.btn-sm,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-sm,
  section.toggle-image-above-the-line.bg-mint .btn.btn-sm,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-sm,
  section.toggle-image-above-the-line.bg-teal .btn.btn-sm,
  section.toggle-image-above-the-line.bg-salt .btn.btn-sm,
  section.toggle-image-above-the-line.bg-sand .btn.btn-sm,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-sm,
  section.toggle-image-above-the-line.bg-white .btn.btn-sm {
    font-size: 12px;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-wide,
  section.toggle-image-above-the-line.bg-peach .btn.btn-wide,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-wide,
  section.toggle-image-above-the-line.bg-mint .btn.btn-wide,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-wide,
  section.toggle-image-above-the-line.bg-teal .btn.btn-wide,
  section.toggle-image-above-the-line.bg-salt .btn.btn-wide,
  section.toggle-image-above-the-line.bg-sand .btn.btn-wide,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-wide,
  section.toggle-image-above-the-line.bg-white .btn.btn-wide {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-secondary,
  section.toggle-image-above-the-line.bg-peach .btn.btn-secondary,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-secondary,
  section.toggle-image-above-the-line.bg-mint .btn.btn-secondary,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-secondary,
  section.toggle-image-above-the-line.bg-teal .btn.btn-secondary,
  section.toggle-image-above-the-line.bg-salt .btn.btn-secondary,
  section.toggle-image-above-the-line.bg-sand .btn.btn-secondary,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-secondary,
  section.toggle-image-above-the-line.bg-white .btn.btn-secondary,
  .company section.toggle-image-above-the-line.bg-orange .btn.btn-secondary,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-secondary,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-secondary,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-secondary,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-secondary,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-secondary,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-secondary,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-secondary,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-secondary,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-secondary {
    color: #30302e;
    border-color: #30302e;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-secondary:hover,
  section.toggle-image-above-the-line.bg-peach .btn.btn-secondary:hover,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-secondary:hover,
  section.toggle-image-above-the-line.bg-mint .btn.btn-secondary:hover,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-secondary:hover,
  section.toggle-image-above-the-line.bg-teal .btn.btn-secondary:hover,
  section.toggle-image-above-the-line.bg-salt .btn.btn-secondary:hover,
  section.toggle-image-above-the-line.bg-sand .btn.btn-secondary:hover,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-secondary:hover,
  section.toggle-image-above-the-line.bg-white .btn.btn-secondary:hover,
  .company section.toggle-image-above-the-line.bg-orange .btn.btn-secondary:hover,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-secondary:hover,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-secondary:hover,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-secondary:hover,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-secondary:hover,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-secondary:hover,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-secondary:hover,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-secondary:hover,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-secondary:hover,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-secondary:hover {
    background-color: #30302e;
    border-color: #30302e;
    color: #fff;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-secondary.loading,
  section.toggle-image-above-the-line.bg-peach .btn.btn-secondary.loading,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-secondary.loading,
  section.toggle-image-above-the-line.bg-mint .btn.btn-secondary.loading,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-secondary.loading,
  section.toggle-image-above-the-line.bg-teal .btn.btn-secondary.loading,
  section.toggle-image-above-the-line.bg-salt .btn.btn-secondary.loading,
  section.toggle-image-above-the-line.bg-sand .btn.btn-secondary.loading,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-secondary.loading,
  section.toggle-image-above-the-line.bg-white .btn.btn-secondary.loading,
  .company section.toggle-image-above-the-line.bg-orange .btn.btn-secondary.loading,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-secondary.loading,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-secondary.loading,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-secondary.loading,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-secondary.loading,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-secondary.loading,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-secondary.loading,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-secondary.loading,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-secondary.loading,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-secondary.loading {
    border-color: #f2f2f2;
    background-color: #bfbfbf;
    color: #999;
    cursor: default;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-secondary.loading:hover,
  section.toggle-image-above-the-line.bg-peach .btn.btn-secondary.loading:hover,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-secondary.loading:hover,
  section.toggle-image-above-the-line.bg-mint .btn.btn-secondary.loading:hover,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-secondary.loading:hover,
  section.toggle-image-above-the-line.bg-teal .btn.btn-secondary.loading:hover,
  section.toggle-image-above-the-line.bg-salt .btn.btn-secondary.loading:hover,
  section.toggle-image-above-the-line.bg-sand .btn.btn-secondary.loading:hover,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-secondary.loading:hover,
  section.toggle-image-above-the-line.bg-white .btn.btn-secondary.loading:hover,
  .company section.toggle-image-above-the-line.bg-orange .btn.btn-secondary.loading:hover,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-secondary.loading:hover,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-secondary.loading:hover,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-secondary.loading:hover,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-secondary.loading:hover,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-secondary.loading:hover,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-secondary.loading:hover,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-secondary.loading:hover,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-secondary.loading:hover,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-secondary.loading:hover {
    background-color: #bfbfbf !important;
    color: #999;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-secondary.loading:after,
  section.toggle-image-above-the-line.bg-peach .btn.btn-secondary.loading:after,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-secondary.loading:after,
  section.toggle-image-above-the-line.bg-mint .btn.btn-secondary.loading:after,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-secondary.loading:after,
  section.toggle-image-above-the-line.bg-teal .btn.btn-secondary.loading:after,
  section.toggle-image-above-the-line.bg-salt .btn.btn-secondary.loading:after,
  section.toggle-image-above-the-line.bg-sand .btn.btn-secondary.loading:after,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-secondary.loading:after,
  section.toggle-image-above-the-line.bg-white .btn.btn-secondary.loading:after,
  .company section.toggle-image-above-the-line.bg-orange .btn.btn-secondary.loading:after,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-secondary.loading:after,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-secondary.loading:after,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-secondary.loading:after,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-secondary.loading:after,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-secondary.loading:after,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-secondary.loading:after,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-secondary.loading:after,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-secondary.loading:after,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-secondary.loading:after {
    background-color: #999;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-disabled,
  section.toggle-image-above-the-line.bg-peach .btn.btn-disabled,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-disabled,
  section.toggle-image-above-the-line.bg-mint .btn.btn-disabled,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-disabled,
  section.toggle-image-above-the-line.bg-teal .btn.btn-disabled,
  section.toggle-image-above-the-line.bg-salt .btn.btn-disabled,
  section.toggle-image-above-the-line.bg-sand .btn.btn-disabled,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-disabled,
  section.toggle-image-above-the-line.bg-white .btn.btn-disabled,
  .company section.toggle-image-above-the-line.bg-orange .btn.btn-disabled,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-disabled,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-disabled,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-disabled,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-disabled,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-disabled,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-disabled,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-disabled,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-disabled,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-disabled {
    cursor: default;
    border-color: #f2f2f2;
    background-color: #f2f2f2;
    color: #7f7f7c;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-disabled:hover,
  section.toggle-image-above-the-line.bg-peach .btn.btn-disabled:hover,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-disabled:hover,
  section.toggle-image-above-the-line.bg-mint .btn.btn-disabled:hover,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-disabled:hover,
  section.toggle-image-above-the-line.bg-teal .btn.btn-disabled:hover,
  section.toggle-image-above-the-line.bg-salt .btn.btn-disabled:hover,
  section.toggle-image-above-the-line.bg-sand .btn.btn-disabled:hover,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-disabled:hover,
  section.toggle-image-above-the-line.bg-white .btn.btn-disabled:hover,
  .company section.toggle-image-above-the-line.bg-orange .btn.btn-disabled:hover,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-disabled:hover,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-disabled:hover,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-disabled:hover,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-disabled:hover,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-disabled:hover,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-disabled:hover,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-disabled:hover,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-disabled:hover,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-disabled:hover {
    border-color: #f2f2f2;
    background-color: #f2f2f2;
    color: #7f7f7c;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-active,
  section.toggle-image-above-the-line.bg-peach .btn.btn-active,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-active,
  section.toggle-image-above-the-line.bg-mint .btn.btn-active,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-active,
  section.toggle-image-above-the-line.bg-teal .btn.btn-active,
  section.toggle-image-above-the-line.bg-salt .btn.btn-active,
  section.toggle-image-above-the-line.bg-sand .btn.btn-active,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-active,
  section.toggle-image-above-the-line.bg-white .btn.btn-active {
    text-decoration: none;
    color: #fff;
    border-color: #E87900;
    background-color: #E87900;
    transition: all 0s;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-block,
  section.toggle-image-above-the-line.bg-peach .btn.btn-block,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-block,
  section.toggle-image-above-the-line.bg-mint .btn.btn-block,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-block,
  section.toggle-image-above-the-line.bg-teal .btn.btn-block,
  section.toggle-image-above-the-line.bg-salt .btn.btn-block,
  section.toggle-image-above-the-line.bg-sand .btn.btn-block,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-block,
  section.toggle-image-above-the-line.bg-white .btn.btn-block {
    display: block;
    width: 100%;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-peach .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-mint .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-teal .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-salt .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-sand .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-white .btn.btn-bottom {
    position: absolute;
    bottom: 60px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .is-ie section.toggle-image-above-the-line.bg-orange .btn.btn-bottom,
  .is-ie section.toggle-image-above-the-line.bg-peach .btn.btn-bottom,
  .is-ie section.toggle-image-above-the-line.bg-raspberry .btn.btn-bottom,
  .is-ie section.toggle-image-above-the-line.bg-mint .btn.btn-bottom,
  .is-ie section.toggle-image-above-the-line.bg-peppermint .btn.btn-bottom,
  .is-ie section.toggle-image-above-the-line.bg-teal .btn.btn-bottom,
  .is-ie section.toggle-image-above-the-line.bg-salt .btn.btn-bottom,
  .is-ie section.toggle-image-above-the-line.bg-sand .btn.btn-bottom,
  .is-ie section.toggle-image-above-the-line.bg-charcoal .btn.btn-bottom,
  .is-ie section.toggle-image-above-the-line.bg-white .btn.btn-bottom {
    left: 50%;
  }

  section.toggle-image-above-the-line.bg-orange .btn.loading,
  section.toggle-image-above-the-line.bg-peach .btn.loading,
  section.toggle-image-above-the-line.bg-raspberry .btn.loading,
  section.toggle-image-above-the-line.bg-mint .btn.loading,
  section.toggle-image-above-the-line.bg-peppermint .btn.loading,
  section.toggle-image-above-the-line.bg-teal .btn.loading,
  section.toggle-image-above-the-line.bg-salt .btn.loading,
  section.toggle-image-above-the-line.bg-sand .btn.loading,
  section.toggle-image-above-the-line.bg-charcoal .btn.loading,
  section.toggle-image-above-the-line.bg-white .btn.loading {
    position: relative;
    border-color: #f2f2f2;
    background-color: #bfbfbf;
    color: #999;
    cursor: default;
  }

  section.toggle-image-above-the-line.bg-orange .btn.loading:hover,
  section.toggle-image-above-the-line.bg-peach .btn.loading:hover,
  section.toggle-image-above-the-line.bg-raspberry .btn.loading:hover,
  section.toggle-image-above-the-line.bg-mint .btn.loading:hover,
  section.toggle-image-above-the-line.bg-peppermint .btn.loading:hover,
  section.toggle-image-above-the-line.bg-teal .btn.loading:hover,
  section.toggle-image-above-the-line.bg-salt .btn.loading:hover,
  section.toggle-image-above-the-line.bg-sand .btn.loading:hover,
  section.toggle-image-above-the-line.bg-charcoal .btn.loading:hover,
  section.toggle-image-above-the-line.bg-white .btn.loading:hover {
    background-color: #bfbfbf !important;
    color: #999;
  }

  section.toggle-image-above-the-line.bg-orange .btn.loading:after,
  section.toggle-image-above-the-line.bg-peach .btn.loading:after,
  section.toggle-image-above-the-line.bg-raspberry .btn.loading:after,
  section.toggle-image-above-the-line.bg-mint .btn.loading:after,
  section.toggle-image-above-the-line.bg-peppermint .btn.loading:after,
  section.toggle-image-above-the-line.bg-teal .btn.loading:after,
  section.toggle-image-above-the-line.bg-salt .btn.loading:after,
  section.toggle-image-above-the-line.bg-sand .btn.loading:after,
  section.toggle-image-above-the-line.bg-charcoal .btn.loading:after,
  section.toggle-image-above-the-line.bg-white .btn.loading:after {
    background-color: #999;
  }

  section.toggle-image-above-the-line.bg-orange .btn.loading:after,
  section.toggle-image-above-the-line.bg-peach .btn.loading:after,
  section.toggle-image-above-the-line.bg-raspberry .btn.loading:after,
  section.toggle-image-above-the-line.bg-mint .btn.loading:after,
  section.toggle-image-above-the-line.bg-peppermint .btn.loading:after,
  section.toggle-image-above-the-line.bg-teal .btn.loading:after,
  section.toggle-image-above-the-line.bg-salt .btn.loading:after,
  section.toggle-image-above-the-line.bg-sand .btn.loading:after,
  section.toggle-image-above-the-line.bg-charcoal .btn.loading:after,
  section.toggle-image-above-the-line.bg-white .btn.loading:after {
    position: absolute;
    content: '';
    height: 0.46666667em;
    bottom: 0;
    left: 0;
    -webkit-animation: button-transition 1s infinite;
    animation: button-transition 1s infinite;
  }

  section.toggle-image-above-the-line.bg-orange .btn.loading .keyframes 0%,
  section.toggle-image-above-the-line.bg-peach .btn.loading .keyframes 0%,
  section.toggle-image-above-the-line.bg-raspberry .btn.loading .keyframes 0%,
  section.toggle-image-above-the-line.bg-mint .btn.loading .keyframes 0%,
  section.toggle-image-above-the-line.bg-peppermint .btn.loading .keyframes 0%,
  section.toggle-image-above-the-line.bg-teal .btn.loading .keyframes 0%,
  section.toggle-image-above-the-line.bg-salt .btn.loading .keyframes 0%,
  section.toggle-image-above-the-line.bg-sand .btn.loading .keyframes 0%,
  section.toggle-image-above-the-line.bg-charcoal .btn.loading .keyframes 0%,
  section.toggle-image-above-the-line.bg-white .btn.loading .keyframes 0% {
    left: 0;
    right: 100%;
  }

  section.toggle-image-above-the-line.bg-orange .btn.loading .keyframes 50%,
  section.toggle-image-above-the-line.bg-peach .btn.loading .keyframes 50%,
  section.toggle-image-above-the-line.bg-raspberry .btn.loading .keyframes 50%,
  section.toggle-image-above-the-line.bg-mint .btn.loading .keyframes 50%,
  section.toggle-image-above-the-line.bg-peppermint .btn.loading .keyframes 50%,
  section.toggle-image-above-the-line.bg-teal .btn.loading .keyframes 50%,
  section.toggle-image-above-the-line.bg-salt .btn.loading .keyframes 50%,
  section.toggle-image-above-the-line.bg-sand .btn.loading .keyframes 50%,
  section.toggle-image-above-the-line.bg-charcoal .btn.loading .keyframes 50%,
  section.toggle-image-above-the-line.bg-white .btn.loading .keyframes 50% {
    right: 0;
    left: 0;
  }

  section.toggle-image-above-the-line.bg-orange .btn.loading .keyframes 100%,
  section.toggle-image-above-the-line.bg-peach .btn.loading .keyframes 100%,
  section.toggle-image-above-the-line.bg-raspberry .btn.loading .keyframes 100%,
  section.toggle-image-above-the-line.bg-mint .btn.loading .keyframes 100%,
  section.toggle-image-above-the-line.bg-peppermint .btn.loading .keyframes 100%,
  section.toggle-image-above-the-line.bg-teal .btn.loading .keyframes 100%,
  section.toggle-image-above-the-line.bg-salt .btn.loading .keyframes 100%,
  section.toggle-image-above-the-line.bg-sand .btn.loading .keyframes 100%,
  section.toggle-image-above-the-line.bg-charcoal .btn.loading .keyframes 100%,
  section.toggle-image-above-the-line.bg-white .btn.loading .keyframes 100% {
    left: 100%;
    right: 0;
  }

@-webkit-keyframes button-transition {
    0% {
      left: 0;
      right: 100%;
    }

    50% {
      right: 0;
      left: 0;
    }

    100% {
      left: 100%;
      right: 0;
    }
}

@keyframes button-transition {
    0% {
      left: 0;
      right: 100%;
    }

    50% {
      right: 0;
      left: 0;
    }

    100% {
      left: 100%;
      right: 0;
    }
}

  section.toggle-image-above-the-line.bg-orange .btn.btn-play-video,
  section.toggle-image-above-the-line.bg-peach .btn.btn-play-video,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-play-video,
  section.toggle-image-above-the-line.bg-mint .btn.btn-play-video,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-play-video,
  section.toggle-image-above-the-line.bg-teal .btn.btn-play-video,
  section.toggle-image-above-the-line.bg-salt .btn.btn-play-video,
  section.toggle-image-above-the-line.bg-sand .btn.btn-play-video,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-play-video,
  section.toggle-image-above-the-line.bg-white .btn.btn-play-video {
    padding: 0;
    border: 0;
    font-weight: 400;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-play-video:before,
  section.toggle-image-above-the-line.bg-peach .btn.btn-play-video:before,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-play-video:before,
  section.toggle-image-above-the-line.bg-mint .btn.btn-play-video:before,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-play-video:before,
  section.toggle-image-above-the-line.bg-teal .btn.btn-play-video:before,
  section.toggle-image-above-the-line.bg-salt .btn.btn-play-video:before,
  section.toggle-image-above-the-line.bg-sand .btn.btn-play-video:before,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-play-video:before,
  section.toggle-image-above-the-line.bg-white .btn.btn-play-video:before {
    font-size: 80px;
    font-style: normal;
    font-family: "treiconNeue2", sans-serif;
    font-weight: 300;
    line-height: 1em;
    color: #F7931D;
    content: "N";
    font-size: 50px;
    font-weight: 400;
    vertical-align: middle;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-play-video:before:after,
  section.toggle-image-above-the-line.bg-peach .btn.btn-play-video:before:after,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-play-video:before:after,
  section.toggle-image-above-the-line.bg-mint .btn.btn-play-video:before:after,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-play-video:before:after,
  section.toggle-image-above-the-line.bg-teal .btn.btn-play-video:before:after,
  section.toggle-image-above-the-line.bg-salt .btn.btn-play-video:before:after,
  section.toggle-image-above-the-line.bg-sand .btn.btn-play-video:before:after,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-play-video:before:after,
  section.toggle-image-above-the-line.bg-white .btn.btn-play-video:before:after {
    content: "N";
  }

  .company section.toggle-image-above-the-line.bg-orange .btn.btn-play-video:before,
  .company section.toggle-image-above-the-line.bg-peach .btn.btn-play-video:before,
  .company section.toggle-image-above-the-line.bg-raspberry .btn.btn-play-video:before,
  .company section.toggle-image-above-the-line.bg-mint .btn.btn-play-video:before,
  .company section.toggle-image-above-the-line.bg-peppermint .btn.btn-play-video:before,
  .company section.toggle-image-above-the-line.bg-teal .btn.btn-play-video:before,
  .company section.toggle-image-above-the-line.bg-salt .btn.btn-play-video:before,
  .company section.toggle-image-above-the-line.bg-sand .btn.btn-play-video:before,
  .company section.toggle-image-above-the-line.bg-charcoal .btn.btn-play-video:before,
  .company section.toggle-image-above-the-line.bg-white .btn.btn-play-video:before {
    color: #51c1c1;
  }

  .color-section-2 section.toggle-image-above-the-line.bg-orange .btn.btn-play-video:before,
  .color-section-2 section.toggle-image-above-the-line.bg-peach .btn.btn-play-video:before,
  .color-section-2 section.toggle-image-above-the-line.bg-raspberry .btn.btn-play-video:before,
  .color-section-2 section.toggle-image-above-the-line.bg-mint .btn.btn-play-video:before,
  .color-section-2 section.toggle-image-above-the-line.bg-peppermint .btn.btn-play-video:before,
  .color-section-2 section.toggle-image-above-the-line.bg-teal .btn.btn-play-video:before,
  .color-section-2 section.toggle-image-above-the-line.bg-salt .btn.btn-play-video:before,
  .color-section-2 section.toggle-image-above-the-line.bg-sand .btn.btn-play-video:before,
  .color-section-2 section.toggle-image-above-the-line.bg-charcoal .btn.btn-play-video:before,
  .color-section-2 section.toggle-image-above-the-line.bg-white .btn.btn-play-video:before {
    color: #F37875;
  }

  .color-section-2.company section.toggle-image-above-the-line.bg-orange .btn.btn-play-video:before,
  .color-section-2.company section.toggle-image-above-the-line.bg-peach .btn.btn-play-video:before,
  .color-section-2.company section.toggle-image-above-the-line.bg-raspberry .btn.btn-play-video:before,
  .color-section-2.company section.toggle-image-above-the-line.bg-mint .btn.btn-play-video:before,
  .color-section-2.company section.toggle-image-above-the-line.bg-peppermint .btn.btn-play-video:before,
  .color-section-2.company section.toggle-image-above-the-line.bg-teal .btn.btn-play-video:before,
  .color-section-2.company section.toggle-image-above-the-line.bg-salt .btn.btn-play-video:before,
  .color-section-2.company section.toggle-image-above-the-line.bg-sand .btn.btn-play-video:before,
  .color-section-2.company section.toggle-image-above-the-line.bg-charcoal .btn.btn-play-video:before,
  .color-section-2.company section.toggle-image-above-the-line.bg-white .btn.btn-play-video:before {
    color: #1f99c9;
  }

  .color-section-3 section.toggle-image-above-the-line.bg-orange .btn.btn-play-video:before,
  .color-section-3 section.toggle-image-above-the-line.bg-peach .btn.btn-play-video:before,
  .color-section-3 section.toggle-image-above-the-line.bg-raspberry .btn.btn-play-video:before,
  .color-section-3 section.toggle-image-above-the-line.bg-mint .btn.btn-play-video:before,
  .color-section-3 section.toggle-image-above-the-line.bg-peppermint .btn.btn-play-video:before,
  .color-section-3 section.toggle-image-above-the-line.bg-teal .btn.btn-play-video:before,
  .color-section-3 section.toggle-image-above-the-line.bg-salt .btn.btn-play-video:before,
  .color-section-3 section.toggle-image-above-the-line.bg-sand .btn.btn-play-video:before,
  .color-section-3 section.toggle-image-above-the-line.bg-charcoal .btn.btn-play-video:before,
  .color-section-3 section.toggle-image-above-the-line.bg-white .btn.btn-play-video:before {
    color: #EE4A56;
  }

  .color-section-3.company section.toggle-image-above-the-line.bg-orange .btn.btn-play-video:before,
  .color-section-3.company section.toggle-image-above-the-line.bg-peach .btn.btn-play-video:before,
  .color-section-3.company section.toggle-image-above-the-line.bg-raspberry .btn.btn-play-video:before,
  .color-section-3.company section.toggle-image-above-the-line.bg-mint .btn.btn-play-video:before,
  .color-section-3.company section.toggle-image-above-the-line.bg-peppermint .btn.btn-play-video:before,
  .color-section-3.company section.toggle-image-above-the-line.bg-teal .btn.btn-play-video:before,
  .color-section-3.company section.toggle-image-above-the-line.bg-salt .btn.btn-play-video:before,
  .color-section-3.company section.toggle-image-above-the-line.bg-sand .btn.btn-play-video:before,
  .color-section-3.company section.toggle-image-above-the-line.bg-charcoal .btn.btn-play-video:before,
  .color-section-3.company section.toggle-image-above-the-line.bg-white .btn.btn-play-video:before {
    color: #009692;
  }

  section.toggle-image-above-the-line.bg-orange .btn.btn-play-video:hover,
  section.toggle-image-above-the-line.bg-peach .btn.btn-play-video:hover,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-play-video:hover,
  section.toggle-image-above-the-line.bg-mint .btn.btn-play-video:hover,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-play-video:hover,
  section.toggle-image-above-the-line.bg-teal .btn.btn-play-video:hover,
  section.toggle-image-above-the-line.bg-salt .btn.btn-play-video:hover,
  section.toggle-image-above-the-line.bg-sand .btn.btn-play-video:hover,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-play-video:hover,
  section.toggle-image-above-the-line.bg-white .btn.btn-play-video:hover {
    background-color: transparent;
    color: #FFA92C;
  }
}

@media screen and (max-width: 659px) and screen and (max-width: 768px) {
  section.toggle-image-above-the-line.bg-orange .btn.btn-sm,
  section.toggle-image-above-the-line.bg-peach .btn.btn-sm,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-sm,
  section.toggle-image-above-the-line.bg-mint .btn.btn-sm,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-sm,
  section.toggle-image-above-the-line.bg-teal .btn.btn-sm,
  section.toggle-image-above-the-line.bg-salt .btn.btn-sm,
  section.toggle-image-above-the-line.bg-sand .btn.btn-sm,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-sm,
  section.toggle-image-above-the-line.bg-white .btn.btn-sm {
    font-size: 10px;
  }
}

@media screen and (max-width: 659px) and screen and (max-width: 768px) {
  section.toggle-image-above-the-line.bg-orange .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-peach .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-raspberry .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-mint .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-peppermint .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-teal .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-salt .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-sand .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-charcoal .btn.btn-bottom,
  section.toggle-image-above-the-line.bg-white .btn.btn-bottom {
    position: relative;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.lt-ie10 section.toggle-image-above-the-line .background-image {
  height: 800px;
}

.lt-ie10 section.toggle-image-above-the-line.toggle-image-right .background-image {
  float: right;
}

.lead-form-above-the-line {
  text-align: center;
  padding: 80px 0;
}

@media screen and (max-width: 659px) {
  .lead-form-above-the-line {
    padding: 40px 0;
    border-top: 1px solid #f2f2f2;
  }
}

.lead-form-above-the-line iframe {
  border: none;
}

.lead-form-above-the-line h2 {
  color: #ec7575;
  display: inline-block;
  padding-bottom: 0.20em;
  margin-bottom: -0.2em;
  padding-right: 0.05em;
  font-size: 48px;
}

html.backgroundcliptext .lead-form-above-the-line h2 {
  background: linear-gradient(to right, #f18d2d, #ec7575);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.company .lead-form-above-the-line h2 {
  color: #1f99c9;
  display: inline-block;
  padding-bottom: 0.20em;
  margin-bottom: -0.2em;
  padding-right: 0.05em;
}

html.backgroundcliptext .company .lead-form-above-the-line h2 {
  background: linear-gradient(to right, #51c1c1, #1f99c9);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

@media screen and (max-width: 659px) {
  .lead-form-above-the-line h2 {
    font-size: 20px;
  }
}

.lead-form-above-the-line h3 {
  font-size: 72px;
  margin-top: 0.2em;
}

@media screen and (max-width: 659px) {
  .lead-form-above-the-line h3 {
    font-size: 30px;
  }
}

.lead-form-above-the-line fieldset {
  padding: 0;
}

.lead-form-above-the-line .intro,
.lead-form-above-the-line .container {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}

.lead-form-above-the-line .intro p {
  font-size: 18px;
  margin: 1em 0 0 0;
  color: #30302e;
  letter-spacing: -0.02em;
  line-height: 1em;
  font-family: 'Helvetica', Arial;
  font-weight: 600;
  color: #7f7f7c;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 1.3em !important;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lead-form-above-the-line .intro p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .lead-form-above-the-line .intro p {
    font-size: 14px;
  }
}

.lead-form-above-the-line .intro p:first-child {
  margin-top: 0;
}

.lead-form-above-the-line .intro p .pre-heading {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lead-form-above-the-line .intro p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .lead-form-above-the-line .intro p {
    font-size: 14px;
  }
}

.lead-form-above-the-line .intro p:first-child {
  margin-top: 0;
}

.lead-form-above-the-line .intro p .pre-heading {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}

.lead-form-above-the-line .container {
  margin-top: 30px;
}

.lead-form-above-the-line .form-control {
  text-align: left;
}

.lead-form-above-the-line .radio-item.st-error-container:last-child:after {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "";
  font-size: 50px;
  font-weight: 400;
  position: absolute;
  right: -20px;
  top: -50px;
  line-height: 56px;
  content: "2";
  color: #EE4A56;
}

.lead-form-above-the-line .radio-item.st-error-container:last-child:after:after {
  content: "";
}

.company .lead-form-above-the-line .radio-item.st-error-container:last-child:after {
  color: #51c1c1;
}

.color-section-2 .lead-form-above-the-line .radio-item.st-error-container:last-child:after {
  color: #F37875;
}

.color-section-2.company .lead-form-above-the-line .radio-item.st-error-container:last-child:after {
  color: #1f99c9;
}

.color-section-3 .lead-form-above-the-line .radio-item.st-error-container:last-child:after {
  color: #EE4A56;
}

.color-section-3.company .lead-form-above-the-line .radio-item.st-error-container:last-child:after {
  color: #009692;
}

.lead-form-above-the-line .radio-item.st-error-container:last-child:after:after {
  content: "";
}

.company .lead-form-above-the-line .radio-item.st-error-container:last-child:after {
  color: #51c1c1;
}

.color-section-2 .lead-form-above-the-line .radio-item.st-error-container:last-child:after {
  color: #F37875;
}

.color-section-2.company .lead-form-above-the-line .radio-item.st-error-container:last-child:after {
  color: #1f99c9;
}

.color-section-3 .lead-form-above-the-line .radio-item.st-error-container:last-child:after {
  color: #EE4A56;
}

.color-section-3.company .lead-form-above-the-line .radio-item.st-error-container:last-child:after {
  color: #009692;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lead-form-above-the-line .radio-item.st-error-container:last-child:after {
    font-size: 50px;
    font-weight: 400;
  }
}

.lead-form-above-the-line .radio-item.st-error-container:last-child:after.symbol-xsmall {
  font-size: 40px;
  font-weight: 400;
}

.lead-form-above-the-line .radio-item.st-error-container:last-child:after.symbol-small {
  font-size: 50px;
  font-weight: 400;
}

.lead-form-above-the-line .radio-item.st-error-container:last-child:after.symbol-large {
  font-size: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lead-form-above-the-line .radio-item.st-error-container:last-child:after.symbol-large {
    font-size: 80px;
    font-weight: 300;
  }
}

.company .lead-form-above-the-line .radio-item.st-error-container:last-child:after {
  color: #EE4A56;
}

.lead-form-above-the-line .radio-item.st-error-container .error-message {
  display: none;
}

@media screen and (min-width: 660px) and (max-width: 768px) {
  .lead-form-above-the-line .flex-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lead-form-above-the-line .flex-columns > div {
    padding: 0 15px;
    margin-top: 0 !important;
  }

  .lead-form-above-the-line .flex-columns > div:nth-child(0n +1) {
    margin-left: -15px !important;
  }

  .lead-form-above-the-line .flex-columns > div:last-child {
    padding-right: 0px !important;
  }
}

.lead-form-above-the-line.dim .flex-columns {
  opacity: 0.4;
}

.lead-form-above-the-line.dim .form-control .input-wrapper:after {
  display: none !important;
}

.lead-form-above-the-line .thank-you {
  max-width: 440px;
  margin: 1em auto;
}

.lead-form-above-the-line .thank-you h3 {
  font-size: 22px;
}

.lead-form-above-the-line .thank-you p {
  margin-top: 1em;
}

.lead-form-above-the-line .btn > span:nth-child(1) {
  display: inline;
}

.lead-form-above-the-line .btn > span:nth-child(2) {
  display: none;
}

@media screen and (max-width: 659px) {
  .lead-form-above-the-line .btn > span:nth-child(1) {
    display: none;
  }

  .lead-form-above-the-line .btn > span:nth-child(2) {
    display: inline;
  }
}

.contact-form-above-the-line {
  text-align: center;
  padding: 80px 0;
  background-color: #f2f2f2;
}

@media screen and (min-width: 660px) and (max-width: 768px) {
  .contact-form-above-the-line {
    padding: 40px 0;
  }
}

@media screen and (max-width: 659px) {
  .contact-form-above-the-line {
    padding: 40px 0;
  }
}

.contact-form-above-the-line iframe {
  border: none;
}

.contact-form-above-the-line .intro h2 {
  font-size: 48px;
}

@media screen and (min-width: 660px) and (max-width: 768px) {
  .contact-form-above-the-line .intro h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 659px) {
  .contact-form-above-the-line .intro h2 {
    font-size: 24px;
  }
}

.contact-form-above-the-line .intro p {
  font-size: 20px;
  margin-top: 0.5em;
}

@media screen and (min-width: 660px) and (max-width: 768px) {
  .contact-form-above-the-line .intro p {
    display: none;
  }
}

@media screen and (max-width: 659px) {
  .contact-form-above-the-line .intro p {
    font-size: 14px;
  }
}

.contact-form-above-the-line .intro + .flex-columns {
  margin-top: 3em;
}

.contact-form-above-the-line .flex-columns .animated-markup .canvas .animation-container img {
  top: auto;
}

@media screen and (min-width: 660px) and (max-width: 768px) {
  .contact-form-above-the-line .flex-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-form-above-the-line .flex-columns > div {
    padding: 0 15px;
    margin-top: 0 !important;
  }

  .contact-form-above-the-line .flex-columns > div:nth-child(0n +1) {
    margin-left: -15px !important;
  }

  .contact-form-above-the-line .flex-columns > div:last-child {
    padding-right: 0px !important;
  }

  .contact-form-above-the-line .flex-columns > div .animated-markup {
    padding-top: 80%;
  }
}

@media screen and (max-width: 659px) {
  .contact-form-above-the-line .flex-columns {
    margin-top: 1em;
  }

  .contact-form-above-the-line .flex-columns div + div {
    margin-top: 0 !important;
  }

  .contact-form-above-the-line .flex-columns h3 {
    margin-top: 0.3em;
  }

  .contact-form-above-the-line .flex-columns h3:before {
    display: inline-block;
    margin-right: 0.5em;
    content: "•";
  }
}

.contact-form-above-the-line .dim .flex-columns {
  opacity: 0.4;
}

.contact-form-above-the-line .dim .form-control .input-wrapper:after {
  display: none !important;
}

.contact-form-above-the-line .animated-markup {
  padding-top: 50%;
}

@media screen and (max-width: 659px) {
  .contact-form-above-the-line .animated-markup {
    display: none;
  }
}

.contact-form-above-the-line .canvas .animation-container {
  width: 70%;
}

.contact-form-above-the-line .speedometer .canvas .animation-container {
  width: 55%;
}

.contact-form-above-the-line .speedometer img:nth-child(2) {
  -webkit-transform-origin: 60% 49.5%;
  -ms-transform-origin: 60% 49.5%;
  transform-origin: 60% 49.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact-form-above-the-line .speedometer.animated-markup-play img:nth-child(2) {
  -webkit-animation-name: speedometer;
  animation-name: speedometer;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.contact-form-above-the-line .coverage-98 .animation-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-form-above-the-line .coverage-98 img {
  position: static !important;
  width: 10%;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 0.5;
  height: 1%;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(1) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(2) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(3) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(4) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(5) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(6) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(7) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(8) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(9) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(10) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(11) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.05s;
  animation-delay: 2.05s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(12) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(13) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.15s;
  animation-delay: 2.15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(14) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(15) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(16) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(17) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.35s;
  animation-delay: 2.35s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(18) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(19) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.45s;
  animation-delay: 2.45s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(20) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(21) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.55s;
  animation-delay: 2.55s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(22) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(23) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.65s;
  animation-delay: 2.65s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(24) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(25) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(26) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(27) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.85s;
  animation-delay: 2.85s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(28) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(29) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 2.95s;
  animation-delay: 2.95s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(30) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(31) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.05s;
  animation-delay: 3.05s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(32) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(33) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.15s;
  animation-delay: 3.15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(34) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(35) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.25s;
  animation-delay: 3.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(36) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(37) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.35s;
  animation-delay: 3.35s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(38) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(39) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.45s;
  animation-delay: 3.45s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(40) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(41) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.55s;
  animation-delay: 3.55s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(42) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(43) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.65s;
  animation-delay: 3.65s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(44) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.7s;
  animation-delay: 3.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(45) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.75s;
  animation-delay: 3.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(46) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(47) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.85s;
  animation-delay: 3.85s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(48) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .coverage-98.animated-markup-play img:nth-child(49) {
  -webkit-animation-name: bumpAndOpacity;
  animation-name: bumpAndOpacity;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 3.95s;
  animation-delay: 3.95s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .fast-surf-for-all img {
  opacity: 0;
}

.contact-form-above-the-line .fast-surf-for-all.animated-markup-play img {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.contact-form-above-the-line .fast-surf-for-all.animated-markup-play img:nth-child(1) {
  transition: opacity 1s 1s;
  opacity: 1;
}

.contact-form-above-the-line .fast-surf-for-all.animated-markup-play img:nth-child(2) {
  -webkit-animation-name: inFromLeft;
  animation-name: inFromLeft;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.contact-form-above-the-line .fast-surf-for-all.animated-markup-play img:nth-child(3) {
  -webkit-animation-name: inFromRight;
  animation-name: inFromRight;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.contact-form-above-the-line .outro {
  margin: 4em auto 0 auto;
  max-width: 450px;
}

@media screen and (max-width: 659px) {
  .contact-form-above-the-line .outro {
    margin-top: 2em;
  }
}

.contact-form-above-the-line .outro p {
  margin-top: 1em;
}

.contact-form-above-the-line fieldset {
  max-width: 630px;
  margin: 2em auto;
  padding: 0;
}

.contact-form-above-the-line .zip-city {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.contact-form-above-the-line .zip-city .form-control:nth-child(1) {
  width: 30%;
}

.contact-form-above-the-line .zip-city .form-control:nth-child(1) .input-wrapper:after {
  right: -10px;
}

.contact-form-above-the-line .zip-city .form-control:nth-child(2) {
  width: 70%;
  margin-left: 30px;
}

@media screen and (max-width: 659px) {
  .contact-form-above-the-line .zip-city .form-control:nth-child(2) {
    margin-left: 10px;
  }
}

.contact-form-above-the-line .zip-city .form-control + .form-control {
  margin-top: 0;
}

.contact-form-above-the-line .form-control {
  text-align: left;
}

@media screen and (max-width: 659px) {
  .contact-form-above-the-line .form-control {
    margin-top: 1em;
  }

  .contact-form-above-the-line .form-control + .form-control {
    margin-top: 1em !important;
  }
}

.contact-form-above-the-line .asterisk {
  margin-top: 1em;
}

.contact-form-above-the-line .form-confirm {
  margin-top: 2em;
}

.contact-form-above-the-line .thank-you {
  max-width: 440px;
  margin: 1em auto;
}

.contact-form-above-the-line .thank-you p {
  margin-top: 1em;
}

.contact-form-above-the-line .btn > span:nth-child(1) {
  display: inline;
}

.contact-form-above-the-line .btn > span:nth-child(2) {
  display: none;
}

@media screen and (max-width: 659px) {
  .contact-form-above-the-line .btn > span:nth-child(1) {
    display: none;
  }

  .contact-form-above-the-line .btn > span:nth-child(2) {
    display: inline;
  }
}

@-webkit-keyframes speedometer {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(720deg);
    transform: translate(-50%, -50%) rotate(720deg);
  }
}

@keyframes speedometer {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(720deg);
    transform: translate(-50%, -50%) rotate(720deg);
  }
}

@-webkit-keyframes bumpAndOpacity {
  from {
    opacity: 0.5;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  85% {
    opacity: 1;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }

  to {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    opacity: 1;
  }
}

@keyframes bumpAndOpacity {
  from {
    opacity: 0.5;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  85% {
    opacity: 1;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }

  to {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    opacity: 1;
  }
}

@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.frequently-asked-questions {
  padding: 40px 0;
}

@media screen and (min-width: 659px) {
  .frequently-asked-questions {
    padding: 60px 0;
  }
}

.frequently-asked-questions.background-shade-one {
  background-color: #f2f2f2;
}

.frequently-asked-questions h2 {
  font-size: 24px;
}

.frequently-asked-questions .faq-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lt-ie10 .frequently-asked-questions .faq-items {
  display: block;
  *zoom: 1;
}

.lt-ie10 .frequently-asked-questions .faq-items:before,
.lt-ie10 .frequently-asked-questions .faq-items:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .frequently-asked-questions .faq-items:after {
  clear: both;
}

.lt-ie10 .frequently-asked-questions .faq-items > * {
  float: left;
}

.frequently-asked-questions .faq-items .item {
  width: 100%;
  padding: 24px 0 0 0;
  box-sizing: border-box;
}

.frequently-asked-questions .faq-items .item p {
  color: #30302e;
  margin: 8px 0 0 0;
}

@media screen and (min-width: 659px) {
  .frequently-asked-questions h2 {
    font-size: 36px;
    text-align: center;
  }

  .frequently-asked-questions .faq-items {
    margin-top: 44px;
  }

  .frequently-asked-questions .faq-items .item {
    width: 50%;
    box-sizing: border-box;
    padding: 16px 16px;
  }

  .frequently-asked-questions .faq-items .item h4 {
    font-size: 28px;
  }

  .frequently-asked-questions .faq-items .item p {
    margin: 20px 0 0 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .frequently-asked-questions h2 {
    font-size: 48px;
  }

  .frequently-asked-questions .faq-items {
    padding: 0 100px;
  }
}

.above-the-line-page .h2,
.career-page .h2 {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .above-the-line-page .h2,
  .career-page .h2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .above-the-line-page .centered-heading-group,
  .career-page .centered-heading-group {
    padding: 60px 0;
  }
}

.above-the-line-page .centered-heading-group h2,
.career-page .centered-heading-group h2 {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .above-the-line-page .centered-heading-group h2,
  .career-page .centered-heading-group h2 {
    font-size: 18px;
  }
}

@media (max-height: 770px) {
  .above-the-line-page .extra-next,
  .career-page .extra-next {
    display: none;
  }
}

.above-the-line-page section p,
.career-page section p {
  margin-top: 3em;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section .btn,
  .career-page section .btn {
    display: block;
    width: 100%;
  }
}

.above-the-line-page section.view-1,
.career-page section.view-1 {
  text-align: center;
}

.above-the-line-page section.view-1 > div,
.career-page section.view-1 > div {
  position: relative;
  overflow: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .above-the-line-page section.view-1 > div,
  .career-page section.view-1 > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 45px);
  }

  html.lt-ie10 .above-the-line-page section.view-1 > div,
  html.lt-ie10 .career-page section.view-1 > div {
    min-height: 0;
  }
}

.above-the-line-page section.view-1 > div > div,
.career-page section.view-1 > div > div {
  z-index: 1;
  position: relative;
}

.above-the-line-page section.view-1 > div .next,
.career-page section.view-1 > div .next {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 1em;
  font-weight: 600;
  display: block;
  cursor: pointer;
  bottom: 60px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-1 > div .next,
  .career-page section.view-1 > div .next {
    display: none;
  }
}

.above-the-line-page section.view-1 > div .next:after,
.career-page section.view-1 > div .next:after {
  margin: 10px auto 0;
  transition: all 0.1s;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.above-the-line-page section.view-1 > div .next:empty,
.career-page section.view-1 > div .next:empty {
  color: #fff;
}

.above-the-line-page section.view-1 > div .next:empty:after,
.career-page section.view-1 > div .next:empty:after {
  width: 40px;
  height: 40px;
}

.above-the-line-page section.view-1 .parallax-background,
.career-page section.view-1 .parallax-background {
  position: absolute;
}

.above-the-line-page section.view-1.parallax,
.career-page section.view-1.parallax {
  height: auto;
}

.above-the-line-page section.view-1 .html5-video-cover,
.career-page section.view-1 .html5-video-cover {
  position: absolute;
  width: 100%;
}

.above-the-line-page section.view-1 > div > div,
.career-page section.view-1 > div > div {
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
  max-width: 1064px;
  padding-top: 80px;
  padding-bottom: 140px;
  max-width: 640px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-1 > div > div,
  .career-page section.view-1 > div > div {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-1 > div > div,
  .career-page section.view-1 > div > div {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-1 > div > div,
  .career-page section.view-1 > div > div {
    max-width: 540px;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-1 > div > div,
  .career-page section.view-1 > div > div {
    max-width: none;
  }
}

.above-the-line-page section.view-1 > div > div h1,
.career-page section.view-1 > div > div h1 {
  letter-spacing: -0.05em;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  transition: all 2s;
  font-size: 72px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-1 > div > div h1,
  .career-page section.view-1 > div > div h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-1 > div > div h1,
  .career-page section.view-1 > div > div h1 {
    font-size: 32px;
  }
}

.above-the-line-page section.view-1 > div > div h1.heading-120px,
.career-page section.view-1 > div > div h1.heading-120px {
  font-size: 120px;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-1 > div > div h1.heading-120px,
  .career-page section.view-1 > div > div h1.heading-120px {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-1 > div > div h1.heading-120px,
  .career-page section.view-1 > div > div h1.heading-120px {
    font-size: 50px;
  }
}

.above-the-line-page section.view-1 > div > div .preamble,
.career-page section.view-1 > div > div .preamble {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  transition: all 2s;
}

.above-the-line-page section.view-1 > div > div h1,
.above-the-line-page section.view-1 > div > div p,
.career-page section.view-1 > div > div h1,
.career-page section.view-1 > div > div p {
  color: #fff;
}

.above-the-line-page section.view-1 > div > div .video-button,
.career-page section.view-1 > div > div .video-button {
  opacity: 0;
  transition: all 1s ease 0.5s;
}

.above-the-line-page section.view-1 > div > div .video-button a,
.career-page section.view-1 > div > div .video-button a {
  color: #fff;
}

.above-the-line-page section.view-1 > div > div .video-button a:before,
.career-page section.view-1 > div > div .video-button a:before {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "N";
  font-size: 50px;
  font-weight: 400;
  vertical-align: middle;
  color: #fff !important;
}

.above-the-line-page section.view-1 > div > div .video-button a:before:after,
.career-page section.view-1 > div > div .video-button a:before:after {
  content: "N";
}

.company .above-the-line-page section.view-1 > div > div .video-button a:before,
.company .career-page section.view-1 > div > div .video-button a:before {
  color: #51c1c1;
}

.color-section-2 .above-the-line-page section.view-1 > div > div .video-button a:before,
.color-section-2 .career-page section.view-1 > div > div .video-button a:before {
  color: #F37875;
}

.color-section-2.company .above-the-line-page section.view-1 > div > div .video-button a:before,
.color-section-2.company .career-page section.view-1 > div > div .video-button a:before {
  color: #1f99c9;
}

.color-section-3 .above-the-line-page section.view-1 > div > div .video-button a:before,
.color-section-3 .career-page section.view-1 > div > div .video-button a:before {
  color: #EE4A56;
}

.color-section-3.company .above-the-line-page section.view-1 > div > div .video-button a:before,
.color-section-3.company .career-page section.view-1 > div > div .video-button a:before {
  color: #009692;
}

.above-the-line-page section.view-1 > div > div .video-button a:empty,
.career-page section.view-1 > div > div .video-button a:empty {
  width: 160px;
  height: 160px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 10000px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.above-the-line-page section.view-1 > div > div .video-button a:empty:before,
.career-page section.view-1 > div > div .video-button a:empty:before {
  content: '';
  border-left: 43px #ffffff solid;
  border-right: 0 solid transparent;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-37%, -50%);
  -ms-transform: translate(-37%, -50%);
  transform: translate(-37%, -50%);
}

.above-the-line-page section.view-1 > div > div .btn-container,
.career-page section.view-1 > div > div .btn-container {
  opacity: 0;
  transition: all 1s ease 1s;
}

.above-the-line-page section.view-1 > div > div .btn,
.career-page section.view-1 > div > div .btn {
  color: #fff;
  border-color: #fff;
  mix-blend-mode: normal;
}

.above-the-line-page section.view-1 > div > div .btn:hover,
.career-page section.view-1 > div > div .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.above-the-line-page section.view-1 > div > div .btn.loading,
.career-page section.view-1 > div > div .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-1 > div > div .btn.loading:hover,
.career-page section.view-1 > div > div .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-1 > div > div .btn.loading:after,
.career-page section.view-1 > div > div .btn.loading:after {
  background-color: #999;
}

html.lt-ie10 .above-the-line-page section.view-1 > div > div,
html.lt-ie10 .career-page section.view-1 > div > div {
  padding-bottom: 170px;
}

.above-the-line-page section.view-1.active h1,
.career-page section.view-1.active h1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.above-the-line-page section.view-1.active .preamble,
.career-page section.view-1.active .preamble {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.above-the-line-page section.view-1.active .video-button,
.above-the-line-page section.view-1.active .btn-container,
.career-page section.view-1.active .video-button,
.career-page section.view-1.active .btn-container {
  opacity: 1;
}

.above-the-line-page section.view-1 > div,
.career-page section.view-1 > div {
  position: relative;
  overflow: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .above-the-line-page section.view-1 > div,
  .career-page section.view-1 > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 45px);
  }

  html.lt-ie10 .above-the-line-page section.view-1 > div,
  html.lt-ie10 .career-page section.view-1 > div {
    min-height: 0;
  }
}

.above-the-line-page section.view-1 > div > div,
.career-page section.view-1 > div > div {
  z-index: 1;
  position: relative;
}

.above-the-line-page section.view-1 > div .next,
.career-page section.view-1 > div .next {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 1em;
  font-weight: 600;
  display: block;
  cursor: pointer;
  bottom: 60px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-1 > div .next,
  .career-page section.view-1 > div .next {
    display: none;
  }
}

.above-the-line-page section.view-1 > div .next:after,
.career-page section.view-1 > div .next:after {
  margin: 10px auto 0;
  transition: all 0.1s;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.above-the-line-page section.view-1 > div .next:empty,
.career-page section.view-1 > div .next:empty {
  color: #fff;
}

.above-the-line-page section.view-1 > div .next:empty:after,
.career-page section.view-1 > div .next:empty:after {
  width: 40px;
  height: 40px;
}

.above-the-line-page section.view-1 .parallax-background,
.career-page section.view-1 .parallax-background {
  position: absolute;
}

.above-the-line-page section.view-1.parallax,
.career-page section.view-1.parallax {
  height: auto;
}

.above-the-line-page section.view-1 .html5-video-cover,
.career-page section.view-1 .html5-video-cover {
  position: absolute;
  width: 100%;
}

.above-the-line-page section.view-1 > div > div,
.career-page section.view-1 > div > div {
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
  max-width: 1064px;
  padding-top: 80px;
  padding-bottom: 140px;
  max-width: 640px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-1 > div > div,
  .career-page section.view-1 > div > div {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-1 > div > div,
  .career-page section.view-1 > div > div {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-1 > div > div,
  .career-page section.view-1 > div > div {
    max-width: 540px;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-1 > div > div,
  .career-page section.view-1 > div > div {
    max-width: none;
  }
}

.above-the-line-page section.view-1 > div > div h1,
.career-page section.view-1 > div > div h1 {
  letter-spacing: -0.05em;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  transition: all 2s;
  font-size: 72px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-1 > div > div h1,
  .career-page section.view-1 > div > div h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-1 > div > div h1,
  .career-page section.view-1 > div > div h1 {
    font-size: 32px;
  }
}

.above-the-line-page section.view-1 > div > div h1.heading-120px,
.career-page section.view-1 > div > div h1.heading-120px {
  font-size: 120px;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-1 > div > div h1.heading-120px,
  .career-page section.view-1 > div > div h1.heading-120px {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-1 > div > div h1.heading-120px,
  .career-page section.view-1 > div > div h1.heading-120px {
    font-size: 50px;
  }
}

.above-the-line-page section.view-1 > div > div .preamble,
.career-page section.view-1 > div > div .preamble {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  transition: all 2s;
}

.above-the-line-page section.view-1 > div > div h1,
.above-the-line-page section.view-1 > div > div p,
.career-page section.view-1 > div > div h1,
.career-page section.view-1 > div > div p {
  color: #fff;
}

.above-the-line-page section.view-1 > div > div .video-button,
.career-page section.view-1 > div > div .video-button {
  opacity: 0;
  transition: all 1s ease 0.5s;
}

.above-the-line-page section.view-1 > div > div .video-button a,
.career-page section.view-1 > div > div .video-button a {
  color: #fff;
}

.above-the-line-page section.view-1 > div > div .video-button a:before,
.career-page section.view-1 > div > div .video-button a:before {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "N";
  font-size: 50px;
  font-weight: 400;
  vertical-align: middle;
  color: #fff !important;
}

.above-the-line-page section.view-1 > div > div .video-button a:before:after,
.career-page section.view-1 > div > div .video-button a:before:after {
  content: "N";
}

.company .above-the-line-page section.view-1 > div > div .video-button a:before,
.company .career-page section.view-1 > div > div .video-button a:before {
  color: #51c1c1;
}

.color-section-2 .above-the-line-page section.view-1 > div > div .video-button a:before,
.color-section-2 .career-page section.view-1 > div > div .video-button a:before {
  color: #F37875;
}

.color-section-2.company .above-the-line-page section.view-1 > div > div .video-button a:before,
.color-section-2.company .career-page section.view-1 > div > div .video-button a:before {
  color: #1f99c9;
}

.color-section-3 .above-the-line-page section.view-1 > div > div .video-button a:before,
.color-section-3 .career-page section.view-1 > div > div .video-button a:before {
  color: #EE4A56;
}

.color-section-3.company .above-the-line-page section.view-1 > div > div .video-button a:before,
.color-section-3.company .career-page section.view-1 > div > div .video-button a:before {
  color: #009692;
}

.above-the-line-page section.view-1 > div > div .video-button a:empty,
.career-page section.view-1 > div > div .video-button a:empty {
  width: 160px;
  height: 160px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 10000px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.above-the-line-page section.view-1 > div > div .video-button a:empty:before,
.career-page section.view-1 > div > div .video-button a:empty:before {
  content: '';
  border-left: 43px #ffffff solid;
  border-right: 0 solid transparent;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-37%, -50%);
  -ms-transform: translate(-37%, -50%);
  transform: translate(-37%, -50%);
}

.above-the-line-page section.view-1 > div > div .btn-container,
.career-page section.view-1 > div > div .btn-container {
  opacity: 0;
  transition: all 1s ease 1s;
}

.above-the-line-page section.view-1 > div > div .btn,
.career-page section.view-1 > div > div .btn {
  color: #fff;
  border-color: #fff;
  mix-blend-mode: normal;
}

.above-the-line-page section.view-1 > div > div .btn:hover,
.career-page section.view-1 > div > div .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.above-the-line-page section.view-1 > div > div .btn.loading,
.career-page section.view-1 > div > div .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-1 > div > div .btn.loading:hover,
.career-page section.view-1 > div > div .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-1 > div > div .btn.loading:after,
.career-page section.view-1 > div > div .btn.loading:after {
  background-color: #999;
}

html.lt-ie10 .above-the-line-page section.view-1 > div > div,
html.lt-ie10 .career-page section.view-1 > div > div {
  padding-bottom: 170px;
}

.above-the-line-page section.view-1.active h1,
.career-page section.view-1.active h1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.above-the-line-page section.view-1.active .preamble,
.career-page section.view-1.active .preamble {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.above-the-line-page section.view-1.active .video-button,
.above-the-line-page section.view-1.active .btn-container,
.career-page section.view-1.active .video-button,
.career-page section.view-1.active .btn-container {
  opacity: 1;
}

.above-the-line-page section.view-2,
.career-page section.view-2 {
  text-align: center;
  background-color: #f2f2f2;
}

.above-the-line-page section.view-2:not(.no-fullscreen) > div,
.career-page section.view-2:not(.no-fullscreen) > div {
  position: relative;
  overflow: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .above-the-line-page section.view-2:not(.no-fullscreen) > div,
  .career-page section.view-2:not(.no-fullscreen) > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 45px);
  }

  html.lt-ie10 .above-the-line-page section.view-2:not(.no-fullscreen) > div,
  html.lt-ie10 .career-page section.view-2:not(.no-fullscreen) > div {
    min-height: 0;
  }
}

.above-the-line-page section.view-2:not(.no-fullscreen) > div > div,
.career-page section.view-2:not(.no-fullscreen) > div > div {
  z-index: 1;
  position: relative;
}

.above-the-line-page section.view-2:not(.no-fullscreen) > div .next,
.career-page section.view-2:not(.no-fullscreen) > div .next {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 1em;
  font-weight: 600;
  display: block;
  cursor: pointer;
  bottom: 60px;
  color: #30302e;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-2:not(.no-fullscreen) > div .next,
  .career-page section.view-2:not(.no-fullscreen) > div .next {
    display: none;
  }
}

.above-the-line-page section.view-2:not(.no-fullscreen) > div .next:after,
.career-page section.view-2:not(.no-fullscreen) > div .next:after {
  margin: 10px auto 0;
  transition: all 0.1s;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.above-the-line-page section.view-2:not(.no-fullscreen) > div .next:empty,
.career-page section.view-2:not(.no-fullscreen) > div .next:empty {
  color: #30302e;
}

.above-the-line-page section.view-2:not(.no-fullscreen) > div .next:empty:after,
.career-page section.view-2:not(.no-fullscreen) > div .next:empty:after {
  width: 40px;
  height: 40px;
}

.above-the-line-page section.view-2:not(.no-fullscreen) .parallax-background,
.career-page section.view-2:not(.no-fullscreen) .parallax-background {
  position: absolute;
}

.above-the-line-page section.view-2:not(.no-fullscreen) > div,
.career-page section.view-2:not(.no-fullscreen) > div {
  position: relative;
  overflow: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .above-the-line-page section.view-2:not(.no-fullscreen) > div,
  .career-page section.view-2:not(.no-fullscreen) > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 45px);
  }

  html.lt-ie10 .above-the-line-page section.view-2:not(.no-fullscreen) > div,
  html.lt-ie10 .career-page section.view-2:not(.no-fullscreen) > div {
    min-height: 0;
  }
}

.above-the-line-page section.view-2:not(.no-fullscreen) > div > div,
.career-page section.view-2:not(.no-fullscreen) > div > div {
  z-index: 1;
  position: relative;
}

.above-the-line-page section.view-2:not(.no-fullscreen) > div .next,
.career-page section.view-2:not(.no-fullscreen) > div .next {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 1em;
  font-weight: 600;
  display: block;
  cursor: pointer;
  bottom: 60px;
  color: #30302e;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-2:not(.no-fullscreen) > div .next,
  .career-page section.view-2:not(.no-fullscreen) > div .next {
    display: none;
  }
}

.above-the-line-page section.view-2:not(.no-fullscreen) > div .next:after,
.career-page section.view-2:not(.no-fullscreen) > div .next:after {
  margin: 10px auto 0;
  transition: all 0.1s;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.above-the-line-page section.view-2:not(.no-fullscreen) > div .next:empty,
.career-page section.view-2:not(.no-fullscreen) > div .next:empty {
  color: #30302e;
}

.above-the-line-page section.view-2:not(.no-fullscreen) > div .next:empty:after,
.career-page section.view-2:not(.no-fullscreen) > div .next:empty:after {
  width: 40px;
  height: 40px;
}

.above-the-line-page section.view-2:not(.no-fullscreen) .parallax-background,
.career-page section.view-2:not(.no-fullscreen) .parallax-background {
  position: absolute;
}

.above-the-line-page section.view-2 > div > div,
.career-page section.view-2 > div > div {
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
  max-width: 1064px;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 600px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-2 > div > div,
  .career-page section.view-2 > div > div {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-2 > div > div,
  .career-page section.view-2 > div > div {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-2 > div > div,
  .career-page section.view-2 > div > div {
    padding-bottom: 140px;
    max-width: 540px;
  }
}

.above-the-line-page section.view-2 > div > div h2,
.career-page section.view-2 > div > div h2 {
  font-size: 48px;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 1s ease 0.2s;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-2 > div > div h2,
  .career-page section.view-2 > div > div h2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-2 > div > div h2,
  .career-page section.view-2 > div > div h2 {
    font-size: 36px;
  }
}

.above-the-line-page section.view-2 > div > div h2 + p,
.career-page section.view-2 > div > div h2 + p {
  margin-top: 2em;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 1s ease 1s;
  font-size: 18px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-2 > div > div h2 + p,
  .career-page section.view-2 > div > div h2 + p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-2 > div > div h2 + p,
  .career-page section.view-2 > div > div h2 + p {
    font-size: 14px;
  }
}

.above-the-line-page section.view-2 > div > div .btn-container,
.career-page section.view-2 > div > div .btn-container {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  transition: all 1s ease 1.5s;
}

.above-the-line-page section.view-2 > div > div .btn-container .btn,
.career-page section.view-2 > div > div .btn-container .btn {
  color: #30302e;
  border-color: #30302e;
  mix-blend-mode: normal;
}

.above-the-line-page section.view-2 > div > div .btn-container .btn:hover,
.career-page section.view-2 > div > div .btn-container .btn:hover {
  background-color: #30302e;
  border-color: #30302e;
  color: #fff;
}

.above-the-line-page section.view-2 > div > div .btn-container .btn.loading,
.career-page section.view-2 > div > div .btn-container .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-2 > div > div .btn-container .btn.loading:hover,
.career-page section.view-2 > div > div .btn-container .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-2 > div > div .btn-container .btn.loading:after,
.career-page section.view-2 > div > div .btn-container .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-2 > div > div img,
.career-page section.view-2 > div > div img {
  opacity: 0;
  transition: all 1s ease 1.2s;
  -webkit-transform: scale(1.2) translate(0, 50px);
  -ms-transform: scale(1.2) translate(0, 50px);
  transform: scale(1.2) translate(0, 50px);
}

.above-the-line-page section.view-2.no-fullscreen > div > div p:empty,
.career-page section.view-2.no-fullscreen > div > div p:empty {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-2.no-fullscreen > div > div,
  .career-page section.view-2.no-fullscreen > div > div {
    padding-bottom: 60px;
  }
}

.above-the-line-page section.view-2.no-fullscreen h2,
.career-page section.view-2.no-fullscreen h2 {
  transition: all 0s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.above-the-line-page section.view-2.no-fullscreen h2 + p,
.career-page section.view-2.no-fullscreen h2 + p {
  transition: all 0s;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.above-the-line-page section.view-2.no-fullscreen .btn-container,
.career-page section.view-2.no-fullscreen .btn-container {
  transition: all 0s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.above-the-line-page section.view-2.no-fullscreen img,
.career-page section.view-2.no-fullscreen img {
  transition: all 0s;
  opacity: 1;
}

.above-the-line-page section.view-2.active h2,
.career-page section.view-2.active h2 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.above-the-line-page section.view-2.active h2 + p,
.career-page section.view-2.active h2 + p {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-size: 18px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-2.active h2 + p,
  .career-page section.view-2.active h2 + p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-2.active h2 + p,
  .career-page section.view-2.active h2 + p {
    font-size: 14px;
  }
}

.above-the-line-page section.view-2.active .btn-container,
.career-page section.view-2.active .btn-container {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.above-the-line-page section.view-2.active img,
.career-page section.view-2.active img {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.above-the-line-page section.view-2 .light-color,
.career-page section.view-2 .light-color {
  color: #fff;
}

.above-the-line-page section.view-2 .light-color h2,
.career-page section.view-2 .light-color h2 {
  color: #fff;
}

.above-the-line-page section.view-2 .light-color .btn-container .btn,
.career-page section.view-2 .light-color .btn-container .btn {
  color: #fff;
  border-color: #fff;
}

.above-the-line-page section.view-2 .light-color .btn-container .btn:hover,
.career-page section.view-2 .light-color .btn-container .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.above-the-line-page section.view-2 .light-color .btn-container .btn.loading,
.career-page section.view-2 .light-color .btn-container .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-2 .light-color .btn-container .btn.loading:hover,
.career-page section.view-2 .light-color .btn-container .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-2 .light-color .btn-container .btn.loading:after,
.career-page section.view-2 .light-color .btn-container .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-2.color1,
.career-page section.view-2.color1 {
  background-color: #F7931D;
  color: #fff;
}

.above-the-line-page section.view-2.color1 h2,
.career-page section.view-2.color1 h2 {
  color: #fff;
}

.above-the-line-page section.view-2.color1 .btn-container .btn,
.career-page section.view-2.color1 .btn-container .btn {
  color: #fff;
  border-color: #fff;
}

.above-the-line-page section.view-2.color1 .btn-container .btn:hover,
.career-page section.view-2.color1 .btn-container .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.above-the-line-page section.view-2.color1 .btn-container .btn.loading,
.career-page section.view-2.color1 .btn-container .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-2.color1 .btn-container .btn.loading:hover,
.career-page section.view-2.color1 .btn-container .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-2.color1 .btn-container .btn.loading:after,
.career-page section.view-2.color1 .btn-container .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-2.color2,
.career-page section.view-2.color2 {
  background-color: #F37875;
  color: #fff;
}

.above-the-line-page section.view-2.color2 h2,
.career-page section.view-2.color2 h2 {
  color: #fff;
}

.above-the-line-page section.view-2.color2 .btn-container .btn,
.career-page section.view-2.color2 .btn-container .btn {
  color: #fff;
  border-color: #fff;
}

.above-the-line-page section.view-2.color2 .btn-container .btn:hover,
.career-page section.view-2.color2 .btn-container .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.above-the-line-page section.view-2.color2 .btn-container .btn.loading,
.career-page section.view-2.color2 .btn-container .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-2.color2 .btn-container .btn.loading:hover,
.career-page section.view-2.color2 .btn-container .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-2.color2 .btn-container .btn.loading:after,
.career-page section.view-2.color2 .btn-container .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-2.color3,
.career-page section.view-2.color3 {
  background-color: #EE4A56;
  color: #fff;
}

.above-the-line-page section.view-2.color3 h2,
.career-page section.view-2.color3 h2 {
  color: #fff;
}

.above-the-line-page section.view-2.color3 .btn-container .btn,
.career-page section.view-2.color3 .btn-container .btn {
  color: #fff;
  border-color: #fff;
}

.above-the-line-page section.view-2.color3 .btn-container .btn:hover,
.career-page section.view-2.color3 .btn-container .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.above-the-line-page section.view-2.color3 .btn-container .btn.loading,
.career-page section.view-2.color3 .btn-container .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-2.color3 .btn-container .btn.loading:hover,
.career-page section.view-2.color3 .btn-container .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-2.color3 .btn-container .btn.loading:after,
.career-page section.view-2.color3 .btn-container .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-2.color4,
.career-page section.view-2.color4 {
  background-color: #51c1c1;
  color: #fff;
}

.above-the-line-page section.view-2.color4 h2,
.career-page section.view-2.color4 h2 {
  color: #fff;
}

.above-the-line-page section.view-2.color4 .btn-container .btn,
.career-page section.view-2.color4 .btn-container .btn {
  color: #fff;
  border-color: #fff;
}

.above-the-line-page section.view-2.color4 .btn-container .btn:hover,
.career-page section.view-2.color4 .btn-container .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.above-the-line-page section.view-2.color4 .btn-container .btn.loading,
.career-page section.view-2.color4 .btn-container .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-2.color4 .btn-container .btn.loading:hover,
.career-page section.view-2.color4 .btn-container .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-2.color4 .btn-container .btn.loading:after,
.career-page section.view-2.color4 .btn-container .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-2.color5,
.career-page section.view-2.color5 {
  background-color: #1f99c9;
  color: #fff;
}

.above-the-line-page section.view-2.color5 h2,
.career-page section.view-2.color5 h2 {
  color: #fff;
}

.above-the-line-page section.view-2.color5 .btn-container .btn,
.career-page section.view-2.color5 .btn-container .btn {
  color: #fff;
  border-color: #fff;
}

.above-the-line-page section.view-2.color5 .btn-container .btn:hover,
.career-page section.view-2.color5 .btn-container .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.above-the-line-page section.view-2.color5 .btn-container .btn.loading,
.career-page section.view-2.color5 .btn-container .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-2.color5 .btn-container .btn.loading:hover,
.career-page section.view-2.color5 .btn-container .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-2.color5 .btn-container .btn.loading:after,
.career-page section.view-2.color5 .btn-container .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-2.color6,
.career-page section.view-2.color6 {
  background-color: #009692;
  color: #fff;
}

.above-the-line-page section.view-2.color6 h2,
.career-page section.view-2.color6 h2 {
  color: #fff;
}

.above-the-line-page section.view-2.color6 .btn-container .btn,
.career-page section.view-2.color6 .btn-container .btn {
  color: #fff;
  border-color: #fff;
}

.above-the-line-page section.view-2.color6 .btn-container .btn:hover,
.career-page section.view-2.color6 .btn-container .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.above-the-line-page section.view-2.color6 .btn-container .btn.loading,
.career-page section.view-2.color6 .btn-container .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-2.color6 .btn-container .btn.loading:hover,
.career-page section.view-2.color6 .btn-container .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-2.color6 .btn-container .btn.loading:after,
.career-page section.view-2.color6 .btn-container .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-2.color7,
.career-page section.view-2.color7 {
  background-color: #f2f2f2;
}

.above-the-line-page section.view-2.color8,
.career-page section.view-2.color8 {
  background-color: #e0dcd0;
}

.above-the-line-page section.view-2.color9,
.career-page section.view-2.color9 {
  background-color: #30302e;
  color: #fff;
}

.above-the-line-page section.view-2.color9 h2,
.career-page section.view-2.color9 h2 {
  color: #fff;
}

.above-the-line-page section.view-2.color9 .btn-container .btn,
.career-page section.view-2.color9 .btn-container .btn {
  color: #fff;
  border-color: #fff;
}

.above-the-line-page section.view-2.color9 .btn-container .btn:hover,
.career-page section.view-2.color9 .btn-container .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.above-the-line-page section.view-2.color9 .btn-container .btn.loading,
.career-page section.view-2.color9 .btn-container .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-2.color9 .btn-container .btn.loading:hover,
.career-page section.view-2.color9 .btn-container .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-2.color9 .btn-container .btn.loading:after,
.career-page section.view-2.color9 .btn-container .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-2.color10,
.career-page section.view-2.color10 {
  background-color: #fff;
}

.above-the-line-page section.view-3 > div,
.career-page section.view-3 > div {
  position: relative;
  overflow: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .above-the-line-page section.view-3 > div,
  .career-page section.view-3 > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 45px);
  }

  html.lt-ie10 .above-the-line-page section.view-3 > div,
  html.lt-ie10 .career-page section.view-3 > div {
    min-height: 0;
  }
}

.above-the-line-page section.view-3 > div > div,
.career-page section.view-3 > div > div {
  z-index: 1;
  position: relative;
}

.above-the-line-page section.view-3 > div .next,
.career-page section.view-3 > div .next {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 1em;
  font-weight: 600;
  display: block;
  cursor: pointer;
  bottom: 60px;
  color: #30302e;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-3 > div .next,
  .career-page section.view-3 > div .next {
    display: none;
  }
}

.above-the-line-page section.view-3 > div .next:after,
.career-page section.view-3 > div .next:after {
  margin: 10px auto 0;
  transition: all 0.1s;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.above-the-line-page section.view-3 > div .next:empty,
.career-page section.view-3 > div .next:empty {
  color: #30302e;
}

.above-the-line-page section.view-3 > div .next:empty:after,
.career-page section.view-3 > div .next:empty:after {
  width: 40px;
  height: 40px;
}

.above-the-line-page section.view-3 .parallax-background,
.career-page section.view-3 .parallax-background {
  position: absolute;
}

.above-the-line-page section.view-3 > div,
.career-page section.view-3 > div {
  position: relative;
  overflow: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .above-the-line-page section.view-3 > div,
  .career-page section.view-3 > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 45px);
  }

  html.lt-ie10 .above-the-line-page section.view-3 > div,
  html.lt-ie10 .career-page section.view-3 > div {
    min-height: 0;
  }
}

.above-the-line-page section.view-3 > div > div,
.career-page section.view-3 > div > div {
  z-index: 1;
  position: relative;
}

.above-the-line-page section.view-3 > div .next,
.career-page section.view-3 > div .next {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 1em;
  font-weight: 600;
  display: block;
  cursor: pointer;
  bottom: 60px;
  color: #30302e;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-3 > div .next,
  .career-page section.view-3 > div .next {
    display: none;
  }
}

.above-the-line-page section.view-3 > div .next:after,
.career-page section.view-3 > div .next:after {
  margin: 10px auto 0;
  transition: all 0.1s;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.above-the-line-page section.view-3 > div .next:empty,
.career-page section.view-3 > div .next:empty {
  color: #30302e;
}

.above-the-line-page section.view-3 > div .next:empty:after,
.career-page section.view-3 > div .next:empty:after {
  width: 40px;
  height: 40px;
}

.above-the-line-page section.view-3 .parallax-background,
.career-page section.view-3 .parallax-background {
  position: absolute;
}

.above-the-line-page section.view-3 > div,
.career-page section.view-3 > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lt-ie10 .above-the-line-page section.view-3 > div,
.lt-ie10 .career-page section.view-3 > div {
  display: block;
  *zoom: 1;
}

.lt-ie10 .above-the-line-page section.view-3 > div:before,
.lt-ie10 .above-the-line-page section.view-3 > div:after,
.lt-ie10 .career-page section.view-3 > div:before,
.lt-ie10 .career-page section.view-3 > div:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .above-the-line-page section.view-3 > div:after,
.lt-ie10 .career-page section.view-3 > div:after {
  clear: both;
}

.lt-ie10 .above-the-line-page section.view-3 > div > *,
.lt-ie10 .career-page section.view-3 > div > * {
  float: left;
}

.above-the-line-page section.view-3 > div > *,
.career-page section.view-3 > div > * {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: calc(50% + 0);
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.above-the-line-page section.view-3 > div > *:nth-child(2n),
.career-page section.view-3 > div > *:nth-child(2n) {
  margin-right: 0;
}

.above-the-line-page section.view-3 > div > *:nth-child(2n +1),
.career-page section.view-3 > div > *:nth-child(2n +1) {
  margin-left: 0;
}

.lt-ie10 .above-the-line-page section.view-3 > div > *:nth-child(2n +1),
.lt-ie10 .career-page section.view-3 > div > *:nth-child(2n +1) {
  clear: left;
}

.above-the-line-page section.view-3 > div > div,
.career-page section.view-3 > div > div {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.lt-ie10 .above-the-line-page section.view-3 > div > div,
.lt-ie10 .career-page section.view-3 > div > div {
  display: block;
  *zoom: 1;
}

.lt-ie10 .above-the-line-page section.view-3 > div > div:before,
.lt-ie10 .above-the-line-page section.view-3 > div > div:after,
.lt-ie10 .career-page section.view-3 > div > div:before,
.lt-ie10 .career-page section.view-3 > div > div:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .above-the-line-page section.view-3 > div > div:after,
.lt-ie10 .career-page section.view-3 > div > div:after {
  clear: both;
}

.lt-ie10 .above-the-line-page section.view-3 > div > div > *,
.lt-ie10 .career-page section.view-3 > div > div > * {
  float: left;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-3 > div > div,
  .career-page section.view-3 > div > div {
    margin: 0 auto;
    padding-left: 25px !important;
    padding-right: 25px !important;
    max-width: 1064px;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) and screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-3 > div > div,
  .career-page section.view-3 > div > div {
    max-width: 852px;
  }
}

@media screen and (max-width: 768px) and screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-3 > div > div,
  .career-page section.view-3 > div > div {
    max-width: 852px;
  }
}

.above-the-line-page section.view-3 > div > div.background-image,
.career-page section.view-3 > div > div.background-image {
  background-size: cover;
}

.above-the-line-page section.view-3 > div > div.html5-video .mobile-fallback,
.career-page section.view-3 > div > div.html5-video .mobile-fallback {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-3 > div > div.html5-video .mobile-fallback,
  .career-page section.view-3 > div > div.html5-video .mobile-fallback {
    display: block;
  }
}

.above-the-line-page section.view-3 > div > div.html5-video video,
.career-page section.view-3 > div > div.html5-video video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-3 > div > div.html5-video video,
  .career-page section.view-3 > div > div.html5-video video {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-3 > div > div.html5-video,
  .career-page section.view-3 > div > div.html5-video {
    display: none;
  }
}

html.lt-ie10 .above-the-line-page section.view-3 > div > div.html5-video,
html.lt-ie10 .career-page section.view-3 > div > div.html5-video {
  position: absolute;
  float: none;
  top: 0;
  bottom: 0;
  left: 0;
}

html.lt-ie10 .above-the-line-page section.view-3 > div > div:nth-child(2),
html.lt-ie10 .career-page section.view-3 > div > div:nth-child(2) {
  margin-left: 50%;
}

.above-the-line-page section.view-3 > div > div > div,
.career-page section.view-3 > div > div > div {
  box-sizing: border-box;
  max-width: 640px;
  margin: 0 auto 0 0;
  padding: 80px;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-3 > div > div > div,
  .career-page section.view-3 > div > div > div {
    padding: 0;
  }
}

.above-the-line-page section.view-3 > div > div > div p,
.career-page section.view-3 > div > div > div p {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-3 > div > div > div p,
  .career-page section.view-3 > div > div > div p {
    line-height: 1.5em;
    min-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-3 > div .btn,
  .career-page section.view-3 > div .btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.above-the-line-page section.view-3 h2,
.career-page section.view-3 h2 {
  font-size: 48px;
  opacity: 0;
  transition: all 1s;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-3 h2,
  .career-page section.view-3 h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-3 h2,
  .career-page section.view-3 h2 {
    text-align: center;
  }
}

.above-the-line-page section.view-3 h3,
.career-page section.view-3 h3 {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-3 h3,
  .career-page section.view-3 h3 {
    font-size: 16px;
  }
}

.above-the-line-page section.view-3 .items .item,
.career-page section.view-3 .items .item {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate(50px, 0);
  transition: all 1s ease 0.5s;
  position: relative;
  margin-top: 3em;
  padding-left: 90px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-3 .items .item,
  .career-page section.view-3 .items .item {
    padding-left: 70px;
  }
}

.above-the-line-page section.view-3 .items .item i,
.career-page section.view-3 .items .item i {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "";
  font-size: 100px;
  display: block;
  position: absolute;
  top: -0.2em;
  left: -0.2em;
}

.above-the-line-page section.view-3 .items .item i:after,
.career-page section.view-3 .items .item i:after {
  content: "";
}

.company .above-the-line-page section.view-3 .items .item i,
.company .career-page section.view-3 .items .item i {
  color: #51c1c1;
}

.color-section-2 .above-the-line-page section.view-3 .items .item i,
.color-section-2 .career-page section.view-3 .items .item i {
  color: #F37875;
}

.color-section-2.company .above-the-line-page section.view-3 .items .item i,
.color-section-2.company .career-page section.view-3 .items .item i {
  color: #1f99c9;
}

.color-section-3 .above-the-line-page section.view-3 .items .item i,
.color-section-3 .career-page section.view-3 .items .item i {
  color: #EE4A56;
}

.color-section-3.company .above-the-line-page section.view-3 .items .item i,
.color-section-3.company .career-page section.view-3 .items .item i {
  color: #009692;
}

.above-the-line-page section.view-3 .items .item i:after,
.career-page section.view-3 .items .item i:after {
  content: "";
}

.company .above-the-line-page section.view-3 .items .item i,
.company .career-page section.view-3 .items .item i {
  color: #51c1c1;
}

.color-section-2 .above-the-line-page section.view-3 .items .item i,
.color-section-2 .career-page section.view-3 .items .item i {
  color: #F37875;
}

.color-section-2.company .above-the-line-page section.view-3 .items .item i,
.color-section-2.company .career-page section.view-3 .items .item i {
  color: #1f99c9;
}

.color-section-3 .above-the-line-page section.view-3 .items .item i,
.color-section-3 .career-page section.view-3 .items .item i {
  color: #EE4A56;
}

.color-section-3.company .above-the-line-page section.view-3 .items .item i,
.color-section-3.company .career-page section.view-3 .items .item i {
  color: #009692;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-3 .items .item i,
  .career-page section.view-3 .items .item i {
    font-size: 50px;
    font-weight: 400;
  }
}

.above-the-line-page section.view-3 .items .item i.symbol-xsmall,
.career-page section.view-3 .items .item i.symbol-xsmall {
  font-size: 40px;
  font-weight: 400;
}

.above-the-line-page section.view-3 .items .item i.symbol-small,
.career-page section.view-3 .items .item i.symbol-small {
  font-size: 50px;
  font-weight: 400;
}

.above-the-line-page section.view-3 .items .item i.symbol-large,
.career-page section.view-3 .items .item i.symbol-large {
  font-size: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-3 .items .item i.symbol-large,
  .career-page section.view-3 .items .item i.symbol-large {
    font-size: 80px;
    font-weight: 300;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-3 .items .item i,
  .career-page section.view-3 .items .item i {
    font-size: 80px;
    font-weight: 300;
  }
}

.above-the-line-page section.view-3 .items .item:nth-child(1),
.career-page section.view-3 .items .item:nth-child(1) {
  transition: all 1s ease 0.5s;
}

.above-the-line-page section.view-3 .items .item:nth-child(1)  i,
.career-page section.view-3 .items .item:nth-child(1)  i {
  color: #F7931D;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(1)  i,
.company .career-page section.view-3 .items .item:nth-child(1)  i {
  color: #51c1c1;
}

.above-the-line-page section.view-3 .items .item:nth-child(1)  .btn,
.career-page section.view-3 .items .item:nth-child(1)  .btn {
  color: #F7931D;
  border-color: #F7931D;
}

.above-the-line-page section.view-3 .items .item:nth-child(1)  .btn:hover,
.career-page section.view-3 .items .item:nth-child(1)  .btn:hover {
  background-color: #F7931D;
  border-color: #F7931D;
  color: #fff;
}

.above-the-line-page section.view-3 .items .item:nth-child(1)  .btn.loading,
.career-page section.view-3 .items .item:nth-child(1)  .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-3 .items .item:nth-child(1)  .btn.loading:hover,
.career-page section.view-3 .items .item:nth-child(1)  .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-3 .items .item:nth-child(1)  .btn.loading:after,
.career-page section.view-3 .items .item:nth-child(1)  .btn.loading:after {
  background-color: #999;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(1)  .btn,
.company .career-page section.view-3 .items .item:nth-child(1)  .btn {
  color: #51c1c1;
  border-color: #51c1c1;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(1)  .btn:hover,
.company .career-page section.view-3 .items .item:nth-child(1)  .btn:hover {
  background-color: #51c1c1;
  border-color: #51c1c1;
  color: #fff;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(1)  .btn.loading,
.company .career-page section.view-3 .items .item:nth-child(1)  .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(1)  .btn.loading:hover,
.company .career-page section.view-3 .items .item:nth-child(1)  .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(1)  .btn.loading:after,
.company .career-page section.view-3 .items .item:nth-child(1)  .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-3 .items .item:nth-child(2),
.career-page section.view-3 .items .item:nth-child(2) {
  transition: all 1s ease 0.8s;
}

.above-the-line-page section.view-3 .items .item:nth-child(2)  i,
.career-page section.view-3 .items .item:nth-child(2)  i {
  color: #F37875;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(2)  i,
.company .career-page section.view-3 .items .item:nth-child(2)  i {
  color: #1f99c9;
}

.above-the-line-page section.view-3 .items .item:nth-child(2)  .btn,
.career-page section.view-3 .items .item:nth-child(2)  .btn {
  color: #F37875;
  border-color: #F37875;
}

.above-the-line-page section.view-3 .items .item:nth-child(2)  .btn:hover,
.career-page section.view-3 .items .item:nth-child(2)  .btn:hover {
  background-color: #F37875;
  border-color: #F37875;
  color: #fff;
}

.above-the-line-page section.view-3 .items .item:nth-child(2)  .btn.loading,
.career-page section.view-3 .items .item:nth-child(2)  .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-3 .items .item:nth-child(2)  .btn.loading:hover,
.career-page section.view-3 .items .item:nth-child(2)  .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-3 .items .item:nth-child(2)  .btn.loading:after,
.career-page section.view-3 .items .item:nth-child(2)  .btn.loading:after {
  background-color: #999;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(2)  .btn,
.company .career-page section.view-3 .items .item:nth-child(2)  .btn {
  color: #1f99c9;
  border-color: #1f99c9;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(2)  .btn:hover,
.company .career-page section.view-3 .items .item:nth-child(2)  .btn:hover {
  background-color: #1f99c9;
  border-color: #1f99c9;
  color: #fff;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(2)  .btn.loading,
.company .career-page section.view-3 .items .item:nth-child(2)  .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(2)  .btn.loading:hover,
.company .career-page section.view-3 .items .item:nth-child(2)  .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(2)  .btn.loading:after,
.company .career-page section.view-3 .items .item:nth-child(2)  .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-3 .items .item:nth-child(3),
.career-page section.view-3 .items .item:nth-child(3) {
  transition: all 1s ease 1.1s;
}

.above-the-line-page section.view-3 .items .item:nth-child(3)  i,
.career-page section.view-3 .items .item:nth-child(3)  i {
  color: #EE4A56;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(3)  i,
.company .career-page section.view-3 .items .item:nth-child(3)  i {
  color: #009692;
}

.above-the-line-page section.view-3 .items .item:nth-child(3)  .btn,
.career-page section.view-3 .items .item:nth-child(3)  .btn {
  color: #EE4A56;
  border-color: #EE4A56;
}

.above-the-line-page section.view-3 .items .item:nth-child(3)  .btn:hover,
.career-page section.view-3 .items .item:nth-child(3)  .btn:hover {
  background-color: #EE4A56;
  border-color: #EE4A56;
  color: #fff;
}

.above-the-line-page section.view-3 .items .item:nth-child(3)  .btn.loading,
.career-page section.view-3 .items .item:nth-child(3)  .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-3 .items .item:nth-child(3)  .btn.loading:hover,
.career-page section.view-3 .items .item:nth-child(3)  .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-3 .items .item:nth-child(3)  .btn.loading:after,
.career-page section.view-3 .items .item:nth-child(3)  .btn.loading:after {
  background-color: #999;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(3)  .btn,
.company .career-page section.view-3 .items .item:nth-child(3)  .btn {
  color: #009692;
  border-color: #009692;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(3)  .btn:hover,
.company .career-page section.view-3 .items .item:nth-child(3)  .btn:hover {
  background-color: #009692;
  border-color: #009692;
  color: #fff;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(3)  .btn.loading,
.company .career-page section.view-3 .items .item:nth-child(3)  .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(3)  .btn.loading:hover,
.company .career-page section.view-3 .items .item:nth-child(3)  .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.company .above-the-line-page section.view-3 .items .item:nth-child(3)  .btn.loading:after,
.company .career-page section.view-3 .items .item:nth-child(3)  .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-3.active h2,
.career-page section.view-3.active h2 {
  opacity: 1;
}

.above-the-line-page section.view-3.active .item,
.career-page section.view-3.active .item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.above-the-line-page section.view-4,
.career-page section.view-4 {
  position: relative;
  overflow: hidden;
  background-color: #e0dcd0;
}

.above-the-line-page section.view-4.background-color-salt,
.career-page section.view-4.background-color-salt {
  background-color: #f2f2f2;
}

.above-the-line-page section.view-4.background-color-sand,
.career-page section.view-4.background-color-sand {
  background-color: #e0dcd0;
}

.above-the-line-page section.view-4.background-color-white,
.career-page section.view-4.background-color-white {
  background-color: #fff;
}

.above-the-line-page section.view-4 p,
.career-page section.view-4 p {
  margin-top: 2em;
}

.above-the-line-page section.view-4 > div.parallax-3,
.career-page section.view-4 > div.parallax-3 {
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-4 > div.parallax-3,
  .career-page section.view-4 > div.parallax-3 {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: auto;
    bottom: 0;
    padding-bottom: calc(70% - 50px);
  }
}

.above-the-line-page section.view-4 > div.container,
.career-page section.view-4 > div.container {
  position: relative;
  z-index: 1;
}

.above-the-line-page section.view-4 > div.container > div,
.career-page section.view-4 > div.container > div {
  max-width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-4 > div.container > div,
  .career-page section.view-4 > div.container > div {
    max-width: none;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 70%;
  }
}

.above-the-line-page section.view-4 > div.container > div .btn,
.career-page section.view-4 > div.container > div .btn {
  color: #30302e;
  border-color: #30302e;
}

.above-the-line-page section.view-4 > div.container > div .btn:hover,
.career-page section.view-4 > div.container > div .btn:hover {
  background-color: #30302e;
  border-color: #30302e;
  color: #fff;
}

.above-the-line-page section.view-4 > div.container > div .btn.loading,
.career-page section.view-4 > div.container > div .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-4 > div.container > div .btn.loading:hover,
.career-page section.view-4 > div.container > div .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-4 > div.container > div .btn.loading:after,
.career-page section.view-4 > div.container > div .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-4.background-color-salt,
.career-page section.view-4.background-color-salt {
  background-color: #f2f2f2;
}

.above-the-line-page section.view-4.background-color-sand,
.career-page section.view-4.background-color-sand {
  background-color: #e0dcd0;
}

.above-the-line-page section.view-4.background-color-white,
.career-page section.view-4.background-color-white {
  background-color: #fff;
}

.above-the-line-page section.view-4 p,
.career-page section.view-4 p {
  margin-top: 2em;
}

.above-the-line-page section.view-4 > div.parallax-3,
.career-page section.view-4 > div.parallax-3 {
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-4 > div.parallax-3,
  .career-page section.view-4 > div.parallax-3 {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: auto;
    bottom: 0;
    padding-bottom: calc(70% - 50px);
  }
}

.above-the-line-page section.view-4 > div.container,
.career-page section.view-4 > div.container {
  position: relative;
  z-index: 1;
}

.above-the-line-page section.view-4 > div.container > div,
.career-page section.view-4 > div.container > div {
  max-width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-4 > div.container > div,
  .career-page section.view-4 > div.container > div {
    max-width: none;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 70%;
  }
}

.above-the-line-page section.view-4 > div.container > div .btn,
.career-page section.view-4 > div.container > div .btn {
  color: #30302e;
  border-color: #30302e;
}

.above-the-line-page section.view-4 > div.container > div .btn:hover,
.career-page section.view-4 > div.container > div .btn:hover {
  background-color: #30302e;
  border-color: #30302e;
  color: #fff;
}

.above-the-line-page section.view-4 > div.container > div .btn.loading,
.career-page section.view-4 > div.container > div .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-4 > div.container > div .btn.loading:hover,
.career-page section.view-4 > div.container > div .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-4 > div.container > div .btn.loading:after,
.career-page section.view-4 > div.container > div .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-5 .btn-play-video:hover,
.career-page section.view-5 .btn-play-video:hover {
  background-color: transparent;
  border: none;
  color: #FF8888;
}

.above-the-line-page section.view-5 .flex-list .flex-list-item,
.career-page section.view-5 .flex-list .flex-list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.above-the-line-page section.view-5 .flex-list .flex-list-item .inner,
.career-page section.view-5 .flex-list .flex-list-item .inner {
  width: 100%;
  position: relative;
}

.above-the-line-page section.view-5 .flex-list.image-mode i,
.career-page section.view-5 .flex-list.image-mode i {
  display: none !important;
}

.above-the-line-page section.view-5 .flex-list.image-mode h6,
.career-page section.view-5 .flex-list.image-mode h6 {
  line-height: 1.4em;
}

.above-the-line-page section.view-5 .flex-list.image-mode h6 + p,
.career-page section.view-5 .flex-list.image-mode h6 + p {
  margin-top: 1rem;
}

.above-the-line-page section.view-5 .flex-list.image-mode .image,
.career-page section.view-5 .flex-list.image-mode .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 1000px;
  display: block;
  height: 0;
  padding-top: 70%;
  margin: 0 15%;
}

.above-the-line-page section.view-5 .flex-list.image-mode .image + h3,
.career-page section.view-5 .flex-list.image-mode .image + h3 {
  margin-top: 2rem;
}

.above-the-line-page section.view-5 .flex-list.image-mode.image-square .image,
.career-page section.view-5 .flex-list.image-mode.image-square .image {
  border-radius: 0;
  background-size: contain;
}

@media screen and (min-width: 660px) and (max-width: 768px) {
  .above-the-line-page section.view-5 .flex-list.flex-list-3-columns,
  .career-page section.view-5 .flex-list.flex-list-3-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .above-the-line-page section.view-5 .flex-list.flex-list-3-columns > .flex-list-item,
  .career-page section.view-5 .flex-list.flex-list-3-columns > .flex-list-item {
    width: calc(33.33333333%);
    border-right: 2px solid #f2f2f2;
  }

  .above-the-line-page section.view-5 .flex-list.flex-list-3-columns > .flex-list-item:last-child,
  .career-page section.view-5 .flex-list.flex-list-3-columns > .flex-list-item:last-child {
    border-right: none;
  }

  .above-the-line-page section.view-5 .flex-list.flex-list-3-columns > .flex-list-item .inner,
  .career-page section.view-5 .flex-list.flex-list-3-columns > .flex-list-item .inner {
    position: static;
    padding: 30px 25px 85px 25px !important;
    margin: 0 auto !important;
    text-align: center;
  }

  .above-the-line-page section.view-5 .flex-list.flex-list-3-columns > .flex-list-item .inner .btn,
  .career-page section.view-5 .flex-list.flex-list-3-columns > .flex-list-item .inner .btn {
    width: auto;
    display: inline-block;
    left: auto;
    position: absolute;
    bottom: 40px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 659px) {
  .above-the-line-page section.view-5,
  .career-page section.view-5 {
    padding: 0 0 40px;
  }

  .above-the-line-page section.view-5 .flex-list .flex-list-item:last-child,
  .career-page section.view-5 .flex-list .flex-list-item:last-child {
    padding-bottom: 0 !important;
  }

  .above-the-line-page section.view-5 .flex-list .flex-list-item .inner p,
  .career-page section.view-5 .flex-list .flex-list-item .inner p {
    margin-top: 1em;
    min-height: 40px;
  }

  .above-the-line-page section.view-5 section.centered-heading-group,
  .career-page section.view-5 section.centered-heading-group {
    overflow: visible;
  }

  .above-the-line-page section.view-5 .flex-list,
  .career-page section.view-5 .flex-list {
    border-top: 0;
  }

  .above-the-line-page section.view-5 .flex-list.image-mode .flex-list-item,
  .career-page section.view-5 .flex-list.image-mode .flex-list-item {
    padding-bottom: 35px;
    border-top: 2px solid #f2f2f2;
  }

  .above-the-line-page section.view-5 .flex-list.image-mode .inner,
  .career-page section.view-5 .flex-list.image-mode .inner {
    text-align: center;
    padding-left: 0 !important;
  }
}

.above-the-line-page section.view-5 h3,
.career-page section.view-5 h3 {
  font-size: 28px;
  margin-top: 0.5em;
}

@media screen and (min-width: 660px) and (max-width: 768px) {
  .above-the-line-page section.view-5 h3,
  .career-page section.view-5 h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 659px) {
  .above-the-line-page section.view-5 h3,
  .career-page section.view-5 h3 {
    font-size: 18px;
  }
}

.above-the-line-page section.view-5 p,
.career-page section.view-5 p {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-5 p,
  .career-page section.view-5 p {
    line-height: 1.5em;
  }
}

.above-the-line-page section.view-5 .btn:not(.btn-play-video),
.career-page section.view-5 .btn:not(.btn-play-video) {
  color: #30302e;
  border-color: #30302e;
}

.above-the-line-page section.view-5 .btn:not(.btn-play-video):hover,
.career-page section.view-5 .btn:not(.btn-play-video):hover {
  background-color: #30302e;
  border-color: #30302e;
  color: #fff;
}

.above-the-line-page section.view-5 .btn:not(.btn-play-video).loading,
.career-page section.view-5 .btn:not(.btn-play-video).loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-5 .btn:not(.btn-play-video).loading:hover,
.career-page section.view-5 .btn:not(.btn-play-video).loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-5 .btn:not(.btn-play-video).loading:after,
.career-page section.view-5 .btn:not(.btn-play-video).loading:after {
  background-color: #999;
}

.above-the-line-page section.view-6,
.career-page section.view-6 {
  padding-bottom: 50px;
}

.above-the-line-page section.view-6 .form-control p,
.career-page section.view-6 .form-control p {
  line-height: 1.5em;
}

.above-the-line-page section.view-6 .form-control label + p,
.career-page section.view-6 .form-control label + p {
  margin-top: 5px;
}

.above-the-line-page section.view-6 .form-control.motivation,
.career-page section.view-6 .form-control.motivation {
  margin-top: 25px !important;
}

.above-the-line-page section.view-6 .form-confirm,
.career-page section.view-6 .form-confirm {
  text-align: center;
}

.above-the-line-page section.view-6 .form-confirm .form-control,
.career-page section.view-6 .form-confirm .form-control {
  display: inline-block;
  margin-right: 2rem;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-6 .form-confirm .form-control,
  .career-page section.view-6 .form-confirm .form-control {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.above-the-line-page section.view-6 .intro,
.career-page section.view-6 .intro {
  text-align: center;
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
  max-width: 1064px;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 600px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-6 .intro,
  .career-page section.view-6 .intro {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-6 .intro,
  .career-page section.view-6 .intro {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-6 .intro,
  .career-page section.view-6 .intro {
    padding-bottom: 140px;
    max-width: 540px;
  }
}

.above-the-line-page section.view-6 .intro h2,
.career-page section.view-6 .intro h2 {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-6 .intro h2,
  .career-page section.view-6 .intro h2 {
    font-size: 18px;
  }
}

.above-the-line-page section.view-6 .intro h2 + p,
.career-page section.view-6 .intro h2 + p {
  margin-top: 2em;
  font-size: 18px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-6 .intro h2 + p,
  .career-page section.view-6 .intro h2 + p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-6 .intro h2 + p,
  .career-page section.view-6 .intro h2 + p {
    font-size: 14px;
  }
}

.above-the-line-page section.view-6 .intro .btn-container .btn,
.career-page section.view-6 .intro .btn-container .btn {
  color: #30302e;
  border-color: #30302e;
  mix-blend-mode: normal;
}

.above-the-line-page section.view-6 .intro .btn-container .btn:hover,
.career-page section.view-6 .intro .btn-container .btn:hover {
  background-color: #30302e;
  border-color: #30302e;
  color: #fff;
}

.above-the-line-page section.view-6 .intro .btn-container .btn.loading,
.career-page section.view-6 .intro .btn-container .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.above-the-line-page section.view-6 .intro .btn-container .btn.loading:hover,
.career-page section.view-6 .intro .btn-container .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.above-the-line-page section.view-6 .intro .btn-container .btn.loading:after,
.career-page section.view-6 .intro .btn-container .btn.loading:after {
  background-color: #999;
}

.above-the-line-page section.view-6 .intro img,
.career-page section.view-6 .intro img {
  opacity: 0;
  transition: all 1s ease 1.2s;
  -webkit-transform: scale(1.2) translate(0, 50px);
  -ms-transform: scale(1.2) translate(0, 50px);
  transform: scale(1.2) translate(0, 50px);
}

.above-the-line-page section.view-6 .package-spec,
.career-page section.view-6 .package-spec {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.above-the-line-page section.view-6 .package-spec p,
.career-page section.view-6 .package-spec p {
  margin-top: 1rem;
  line-height: 1.5em;
}

.above-the-line-page section.view-6 .package-spec p + ul,
.career-page section.view-6 .package-spec p + ul {
  margin-top: 0;
}

.above-the-line-page section.view-6 .package-spec + div,
.career-page section.view-6 .package-spec + div {
  margin-top: 4rem;
}

.above-the-line-page section.view-6 .campaign-order-form,
.career-page section.view-6 .campaign-order-form {
  margin: 2rem auto 0;
  padding: 0;
  max-width: 600px;
}

.above-the-line-page section.view-7,
.career-page section.view-7 {
  background-color: #f2f2f2;
}

.above-the-line-page section.view-7 > div,
.career-page section.view-7 > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lt-ie10 .above-the-line-page section.view-7 > div,
.lt-ie10 .career-page section.view-7 > div {
  display: block;
  *zoom: 1;
}

.lt-ie10 .above-the-line-page section.view-7 > div:before,
.lt-ie10 .above-the-line-page section.view-7 > div:after,
.lt-ie10 .career-page section.view-7 > div:before,
.lt-ie10 .career-page section.view-7 > div:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .above-the-line-page section.view-7 > div:after,
.lt-ie10 .career-page section.view-7 > div:after {
  clear: both;
}

.lt-ie10 .above-the-line-page section.view-7 > div > *,
.lt-ie10 .career-page section.view-7 > div > * {
  float: left;
}

.above-the-line-page section.view-7 > div > *,
.career-page section.view-7 > div > * {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: calc(50% + 0);
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.above-the-line-page section.view-7 > div > *:nth-child(2n),
.career-page section.view-7 > div > *:nth-child(2n) {
  margin-right: 0;
}

.above-the-line-page section.view-7 > div > *:nth-child(2n +1),
.career-page section.view-7 > div > *:nth-child(2n +1) {
  margin-left: 0;
}

.lt-ie10 .above-the-line-page section.view-7 > div > *:nth-child(2n +1),
.lt-ie10 .career-page section.view-7 > div > *:nth-child(2n +1) {
  clear: left;
}

.above-the-line-page section.view-7 > div > div,
.career-page section.view-7 > div > div {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.lt-ie10 .above-the-line-page section.view-7 > div > div,
.lt-ie10 .career-page section.view-7 > div > div {
  display: block;
  *zoom: 1;
}

.lt-ie10 .above-the-line-page section.view-7 > div > div:before,
.lt-ie10 .above-the-line-page section.view-7 > div > div:after,
.lt-ie10 .career-page section.view-7 > div > div:before,
.lt-ie10 .career-page section.view-7 > div > div:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .above-the-line-page section.view-7 > div > div:after,
.lt-ie10 .career-page section.view-7 > div > div:after {
  clear: both;
}

.lt-ie10 .above-the-line-page section.view-7 > div > div > *,
.lt-ie10 .career-page section.view-7 > div > div > * {
  float: left;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-7 > div > div,
  .career-page section.view-7 > div > div {
    margin: 0 auto;
    padding-left: 25px !important;
    padding-right: 25px !important;
    max-width: 1064px;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) and screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-7 > div > div,
  .career-page section.view-7 > div > div {
    max-width: 852px;
  }
}

@media screen and (max-width: 768px) and screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-7 > div > div,
  .career-page section.view-7 > div > div {
    max-width: 852px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-7 > div > div:first-child,
  .career-page section.view-7 > div > div:first-child {
    display: none;
  }
}

.above-the-line-page section.view-7 > div > div > div,
.career-page section.view-7 > div > div > div {
  box-sizing: border-box;
  max-width: 640px;
  margin: 0 auto 0 0;
  padding: 160px 80px;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-7 > div > div > div,
  .career-page section.view-7 > div > div > div {
    padding: 0;
    text-align: center;
  }
}

.above-the-line-page section.view-7 > div > div.background-image,
.career-page section.view-7 > div > div.background-image {
  background-size: cover;
}

.above-the-line-page section.view-7 h2,
.career-page section.view-7 h2 {
  font-size: 48px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-7 h2,
  .career-page section.view-7 h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-7 h2,
  .career-page section.view-7 h2 {
    font-size: 24px;
  }
}

.above-the-line-page section.view-7 h3,
.career-page section.view-7 h3 {
  font-size: 28px;
  line-height: 1.2em;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-7 h3,
  .career-page section.view-7 h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-7 h3,
  .career-page section.view-7 h3 {
    font-size: 14px;
  }
}

.above-the-line-page section.view-7 p,
.career-page section.view-7 p {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-8 .flex-list .flex-list-item .inner,
  .career-page section.view-8 .flex-list .flex-list-item .inner {
    padding: 0 !important;
  }
}

.above-the-line-page section.view-8 .music-services,
.career-page section.view-8 .music-services {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 1024px) {
  .above-the-line-page section.view-8 .music-services,
  .career-page section.view-8 .music-services {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-8 .music-services,
  .career-page section.view-8 .music-services {
    margin-bottom: 5px;
  }
}

.above-the-line-page section.view-8 .music-services div,
.career-page section.view-8 .music-services div {
  opacity: 0;
  display: inline-block;
  color: #30302e;
  font-weight: 600;
  font-size: 0.9em;
  margin-right: 20px;
  transition: all 0.1s ease 0s;
  -webkit-transform: translate(0, 40px) scale(0.8);
  -ms-transform: translate(0, 40px) scale(0.8);
  transform: translate(0, 40px) scale(0.8);
  transition-timing-function: cubic-bezier(0.27, -0.015, 0.56, 0.235);
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-8 .music-services div,
  .career-page section.view-8 .music-services div {
    font-size: 10px;
    margin-right: 10px;
  }
}

.above-the-line-page section.view-8 .music-services div:hover,
.career-page section.view-8 .music-services div:hover {
  color: #F7931D;
}

.above-the-line-page section.view-8 .music-services div:before,
.career-page section.view-8 .music-services div:before {
  content: '';
  width: 30px;
  height: 30px;
  margin: 3px auto 5px auto;
  border-radius: 1000px;
  background-image: url('/gui/img/elderly/music-services.png');
  background-size: auto 100%;
  display: block;
}

@media screen and (max-width: 1024px) {
  .above-the-line-page section.view-8 .music-services div:before,
  .career-page section.view-8 .music-services div:before {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-8 .music-services div:before,
  .career-page section.view-8 .music-services div:before {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-8 .music-services div:before,
  .career-page section.view-8 .music-services div:before {
    width: 25px;
    height: 25px;
  }
}

.above-the-line-page section.view-8 .music-services div.spotify::before,
.career-page section.view-8 .music-services div.spotify::before {
  background-position: right;
}

.above-the-line-page section.view-8 .music-services div + div,
.career-page section.view-8 .music-services div + div {
  transition: all 0.1s ease 0.05s;
  transition-timing-function: cubic-bezier(0.27, -0.015, 0.56, 0.235);
  margin-right: 0;
}

.above-the-line-page section.view-8 .music-services div + div:before,
.career-page section.view-8 .music-services div + div:before {
  background-position: 100% 0;
}

.above-the-line-page section.view-8 h3,
.career-page section.view-8 h3 {
  text-align: left;
}

@media screen and (min-width: 1025px) {
  .above-the-line-page section.view-8 h3,
  .career-page section.view-8 h3 {
    padding-left: 20px;
  }
}

.above-the-line-page section.view-8 ul.toplist,
.career-page section.view-8 ul.toplist {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
}

.above-the-line-page section.view-8 ul.toplist li,
.career-page section.view-8 ul.toplist li {
  text-align: left;
  position: relative;
  padding: 20px;
}

.above-the-line-page section.view-8 ul.toplist li:not(:last-child),
.career-page section.view-8 ul.toplist li:not(:last-child) {
  border-bottom: 2px solid #f2f2f2;
}

@media screen and (max-width: 1024px) {
  .above-the-line-page section.view-8 ul.toplist li,
  .career-page section.view-8 ul.toplist li {
    padding: 20px 0;
  }
}

@media screen and (min-width: 1025px) {
  .above-the-line-page section.view-8 ul.toplist li:hover,
  .career-page section.view-8 ul.toplist li:hover {
    background-color: #f2f2f2;
  }
}

.above-the-line-page section.view-8 ul.toplist li + li,
.career-page section.view-8 ul.toplist li + li {
  margin-top: 0;
}

.above-the-line-page section.view-8 ul.toplist li .image,
.career-page section.view-8 ul.toplist li .image {
  width: 50px;
  height: 50px;
  background-size: cover;
  border-radius: 1000px;
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-8 ul.toplist li .image,
  .career-page section.view-8 ul.toplist li .image {
    width: 64px;
    height: 64px;
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
}

.above-the-line-page section.view-8 ul.toplist li p,
.career-page section.view-8 ul.toplist li p {
  margin-top: 0;
}

.above-the-line-page section.view-8 ul.toplist li p strong,
.career-page section.view-8 ul.toplist li p strong {
  color: #30302e;
  display: block;
  margin-right: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.above-the-line-page section.view-8 ul.toplist li p span,
.career-page section.view-8 ul.toplist li p span {
  margin-right: 80px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.above-the-line-page section.view-8 ul.toplist li .music-services,
.career-page section.view-8 ul.toplist li .music-services {
  opacity: 1;
  right: 0;
  left: auto;
  margin-top: 0;
}

.above-the-line-page section.view-8 ul.toplist li .music-services div,
.career-page section.view-8 ul.toplist li .music-services div {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  transition: all 0.3s ease 0s;
  transition-timing-function: cubic-bezier(0.025, 0.72, 0.495, 1.005);
}

.above-the-line-page section.view-8 ul.toplist li .music-services div + div,
.career-page section.view-8 ul.toplist li .music-services div + div {
  transition: all 0.3s ease 0.05s;
  transition-timing-function: cubic-bezier(0.025, 0.72, 0.495, 1.005);
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-8 ul.toplist li .music-services > div,
  .career-page section.view-8 ul.toplist li .music-services > div {
    display: block;
    margin-right: 0;
  }

  .above-the-line-page section.view-8 ul.toplist li .music-services > div + div,
  .career-page section.view-8 ul.toplist li .music-services > div + div {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-8 ul.toplist li .music-services,
  .career-page section.view-8 ul.toplist li .music-services {
    clear: both;
    position: relative;
    padding: 0;
    margin-top: 20px;
  }

  .above-the-line-page section.view-8 ul.toplist li .music-services > div,
  .career-page section.view-8 ul.toplist li .music-services > div {
    margin-right: 30px;
  }

  .above-the-line-page section.view-8 ul.toplist li .music-services > div:after,
  .career-page section.view-8 ul.toplist li .music-services > div:after {
    content: '';
    display: inline-block;
    color: inherit;
    position: absolute;
    -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
    -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
    transform: translate(0.4em, 0.4em) rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
  }

  .above-the-line-page section.view-8 ul.toplist li .music-services > div:after,
  .career-page section.view-8 ul.toplist li .music-services > div:after {
    content: '';
    display: inline-block;
    color: inherit;
    position: absolute;
    -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
    -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
    transform: translate(0.4em, 0.4em) rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
  }

  .above-the-line-page section.view-8 ul.toplist li .music-services > div.arrow-left,
  .career-page section.view-8 ul.toplist li .music-services > div.arrow-left {
    padding-left: 20px;
  }

  .above-the-line-page section.view-8 ul.toplist li .music-services > div.arrow-left:after,
  .career-page section.view-8 ul.toplist li .music-services > div.arrow-left:after {
    content: '';
    display: inline-block;
    color: inherit;
    position: absolute;
    -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
    -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
    transform: translate(0.4em, 0.4em) rotate(225deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
  }

  .above-the-line-page section.view-8 ul.toplist li .music-services > div.arrow-left:after,
  .career-page section.view-8 ul.toplist li .music-services > div.arrow-left:after {
    left: 0;
  }

  .above-the-line-page section.view-8 ul.toplist li .music-services > div.arrow-left:after,
  .career-page section.view-8 ul.toplist li .music-services > div.arrow-left:after {
    content: '';
    display: inline-block;
    color: inherit;
    position: absolute;
    -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
    -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
    transform: translate(0.4em, 0.4em) rotate(225deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
  }

  .above-the-line-page section.view-8 ul.toplist li .music-services > div.arrow-left:after,
  .career-page section.view-8 ul.toplist li .music-services > div.arrow-left:after {
    left: 0;
  }

  .above-the-line-page section.view-8 ul.toplist li .music-services > div:after,
  .career-page section.view-8 ul.toplist li .music-services > div:after {
    -webkit-transform: translate(0.4em, 0.8em) rotate(45deg);
    -ms-transform: translate(0.4em, 0.8em) rotate(45deg);
    transform: translate(0.4em, 0.8em) rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-8 .playlists .flex-columns,
  .career-page section.view-8 .playlists .flex-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .above-the-line-page section.view-8 .playlists .flex-columns > div:nth-child(2),
  .career-page section.view-8 .playlists .flex-columns > div:nth-child(2) {
    padding-right: 0;
  }

  .above-the-line-page section.view-8 .playlists .flex-columns > div + div,
  .career-page section.view-8 .playlists .flex-columns > div + div {
    margin-top: 0 !important;
  }
}

.above-the-line-page section.view-8 .playlists .playlist,
.career-page section.view-8 .playlists .playlist {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-8 .playlists .playlist,
  .career-page section.view-8 .playlists .playlist {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.above-the-line-page section.view-8 .playlists .playlist:last-child,
.career-page section.view-8 .playlists .playlist:last-child {
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  .above-the-line-page section.view-8 .playlists .playlist:last-child,
  .career-page section.view-8 .playlists .playlist:last-child {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.view-8 .playlists .playlist:nth-child(2),
  .career-page section.view-8 .playlists .playlist:nth-child(2) {
    padding-right: 0;
  }
}

.above-the-line-page section.view-8 .playlists .playlist:first-child,
.career-page section.view-8 .playlists .playlist:first-child {
  padding-left: 0;
}

.above-the-line-page section.view-8 .playlists .playlist .cover,
.career-page section.view-8 .playlists .playlist .cover {
  position: relative;
  padding-top: 100%;
  height: 0;
}

.above-the-line-page section.view-8 .playlists .playlist .cover .image,
.career-page section.view-8 .playlists .playlist .cover .image {
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.1s;
}

.above-the-line-page section.view-8 .playlists .playlist h6,
.career-page section.view-8 .playlists .playlist h6 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.above-the-line-page section.view-8 .playlists .playlist h6 + p,
.career-page section.view-8 .playlists .playlist h6 + p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-8 .playlists .playlist h6 + p,
  .career-page section.view-8 .playlists .playlist h6 + p {
    min-height: 0;
  }
}

@media screen and (min-width: 1025px) {
  .above-the-line-page section.view-8 .playlists .playlist .cover .music-services,
  .career-page section.view-8 .playlists .playlist .cover .music-services {
    padding: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto;
  }

  .above-the-line-page section.view-8 .playlists .playlist .cover .music-services div,
  .career-page section.view-8 .playlists .playlist .cover .music-services div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .above-the-line-page section.view-8 .playlists .playlist:hover .cover .music-services,
  .career-page section.view-8 .playlists .playlist:hover .cover .music-services {
    opacity: 1;
  }

  .above-the-line-page section.view-8 .playlists .playlist:hover .cover .music-services div,
  .career-page section.view-8 .playlists .playlist:hover .cover .music-services div {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    transition: all 0.3s ease 0s;
    transition-timing-function: cubic-bezier(0.025, 0.72, 0.495, 1.005);
  }

  .above-the-line-page section.view-8 .playlists .playlist:hover .cover .music-services div + div,
  .career-page section.view-8 .playlists .playlist:hover .cover .music-services div + div {
    transition: all 0.3s ease 0.05s;
    transition-timing-function: cubic-bezier(0.025, 0.72, 0.495, 1.005);
  }

  .above-the-line-page section.view-8 .playlists .playlist:hover .cover .image,
  .career-page section.view-8 .playlists .playlist:hover .cover .image {
    opacity: 0.2;
  }
}

.above-the-line-page section.view-8 .playlists .playlist > .music-services,
.career-page section.view-8 .playlists .playlist > .music-services {
  display: none;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .above-the-line-page section.view-8 .playlists .playlist > .music-services,
  .career-page section.view-8 .playlists .playlist > .music-services {
    opacity: 1;
    display: block;
    position: relative;
  }

  .above-the-line-page section.view-8 .playlists .playlist > .music-services div,
  .career-page section.view-8 .playlists .playlist > .music-services div {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    transition: all 0.3s ease 0s;
    transition-timing-function: cubic-bezier(0.025, 0.72, 0.495, 1.005);
  }

  .above-the-line-page section.view-8 .playlists .playlist > .music-services div + div,
  .career-page section.view-8 .playlists .playlist > .music-services div + div {
    transition: all 0.3s ease 0.05s;
    transition-timing-function: cubic-bezier(0.025, 0.72, 0.495, 1.005);
  }

  .above-the-line-page section.view-8 .playlists .playlist > .music-services > div:before,
  .career-page section.view-8 .playlists .playlist > .music-services > div:before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section.view-8 .playlists,
  .career-page section.view-8 .playlists {
    margin-bottom: 25px !important;
  }
}

.above-the-line-page section.view-8 .hidden-song-item,
.above-the-line-page section.view-8 .hidden-playlist-item,
.career-page section.view-8 .hidden-song-item,
.career-page section.view-8 .hidden-playlist-item {
  display: none !important;
}

.above-the-line-page section.interest-form-above-the-line,
.career-page section.interest-form-above-the-line {
  text-align: center;
  background-color: #f2f2f2;
}

.above-the-line-page section.interest-form-above-the-line > div,
.career-page section.interest-form-above-the-line > div {
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
  max-width: 1064px;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 600px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.interest-form-above-the-line > div,
  .career-page section.interest-form-above-the-line > div {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.interest-form-above-the-line > div,
  .career-page section.interest-form-above-the-line > div {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section.interest-form-above-the-line > div,
  .career-page section.interest-form-above-the-line > div {
    padding-bottom: 140px;
    max-width: 540px;
  }
}

.above-the-line-page section.interest-form-above-the-line > div h2 + p,
.career-page section.interest-form-above-the-line > div h2 + p {
  margin-top: 1em;
}

.above-the-line-page section.interest-form-above-the-line > div p,
.career-page section.interest-form-above-the-line > div p {
  margin-top: 1em;
}

.above-the-line-page section.interest-form-above-the-line > div .btn-disabled,
.career-page section.interest-form-above-the-line > div .btn-disabled {
  border-color: #7f7f7c;
}

.above-the-line-page section.interest-form-above-the-line > div .btn-disabled:hover,
.career-page section.interest-form-above-the-line > div .btn-disabled:hover {
  border-color: #7f7f7c;
}

.above-the-line-page section.interest-form-above-the-line.dim > div,
.career-page section.interest-form-above-the-line.dim > div {
  display: none;
}

.above-the-line-page section.interest-form-above-the-line.dim > div.thank-you,
.career-page section.interest-form-above-the-line.dim > div.thank-you {
  display: block;
}

.above-the-line-page section .flex-list .flex-list-item,
.career-page section .flex-list .flex-list-item {
  border-bottom: 0;
}

@media screen and (min-width: 769px) {
  .above-the-line-page section .flex-list .flex-list-item .inner,
  .career-page section .flex-list .flex-list-item .inner {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 120px;
  }

  .above-the-line-page section .flex-list .flex-list-item .inner .btn,
  .career-page section .flex-list .flex-list-item .inner .btn {
    position: absolute;
    bottom: 60px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .is-ie .above-the-line-page section .flex-list .flex-list-item .inner .btn,
  .is-ie .career-page section .flex-list .flex-list-item .inner .btn {
    left: 50%;
  }
}

@media screen and (min-width: 769px) and screen and (max-width: 768px) {
  .above-the-line-page section .flex-list .flex-list-item .inner .btn,
  .career-page section .flex-list .flex-list-item .inner .btn {
    position: relative;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section .flex-list .flex-list-item .inner,
  .career-page section .flex-list .flex-list-item .inner {
    padding-right: 0 !important;
    padding-left: 90px !important;
    overflow: visible;
    text-align: left;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 3rem !important;
    margin-left: 25px !important;
    margin-right: 25px !important;
    position: relative;
  }

  .above-the-line-page section .flex-list .flex-list-item .inner .btn,
  .career-page section .flex-list .flex-list-item .inner .btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.above-the-line-page section .flex-list .flex-list-item .inner i,
.career-page section .flex-list .flex-list-item .inner i {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "";
}

.above-the-line-page section .flex-list .flex-list-item .inner i:after,
.career-page section .flex-list .flex-list-item .inner i:after {
  content: "";
}

.company .above-the-line-page section .flex-list .flex-list-item .inner i,
.company .career-page section .flex-list .flex-list-item .inner i {
  color: #51c1c1;
}

.color-section-2 .above-the-line-page section .flex-list .flex-list-item .inner i,
.color-section-2 .career-page section .flex-list .flex-list-item .inner i {
  color: #F37875;
}

.color-section-2.company .above-the-line-page section .flex-list .flex-list-item .inner i,
.color-section-2.company .career-page section .flex-list .flex-list-item .inner i {
  color: #1f99c9;
}

.color-section-3 .above-the-line-page section .flex-list .flex-list-item .inner i,
.color-section-3 .career-page section .flex-list .flex-list-item .inner i {
  color: #EE4A56;
}

.color-section-3.company .above-the-line-page section .flex-list .flex-list-item .inner i,
.color-section-3.company .career-page section .flex-list .flex-list-item .inner i {
  color: #009692;
}

.above-the-line-page section .flex-list .flex-list-item .inner i:after,
.career-page section .flex-list .flex-list-item .inner i:after {
  content: "";
}

.company .above-the-line-page section .flex-list .flex-list-item .inner i,
.company .career-page section .flex-list .flex-list-item .inner i {
  color: #51c1c1;
}

.color-section-2 .above-the-line-page section .flex-list .flex-list-item .inner i,
.color-section-2 .career-page section .flex-list .flex-list-item .inner i {
  color: #F37875;
}

.color-section-2.company .above-the-line-page section .flex-list .flex-list-item .inner i,
.color-section-2.company .career-page section .flex-list .flex-list-item .inner i {
  color: #1f99c9;
}

.color-section-3 .above-the-line-page section .flex-list .flex-list-item .inner i,
.color-section-3 .career-page section .flex-list .flex-list-item .inner i {
  color: #EE4A56;
}

.color-section-3.company .above-the-line-page section .flex-list .flex-list-item .inner i,
.color-section-3.company .career-page section .flex-list .flex-list-item .inner i {
  color: #009692;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section .flex-list .flex-list-item .inner i,
  .career-page section .flex-list .flex-list-item .inner i {
    font-size: 50px;
    font-weight: 400;
  }
}

.above-the-line-page section .flex-list .flex-list-item .inner i.symbol-xsmall,
.career-page section .flex-list .flex-list-item .inner i.symbol-xsmall {
  font-size: 40px;
  font-weight: 400;
}

.above-the-line-page section .flex-list .flex-list-item .inner i.symbol-small,
.career-page section .flex-list .flex-list-item .inner i.symbol-small {
  font-size: 50px;
  font-weight: 400;
}

.above-the-line-page section .flex-list .flex-list-item .inner i.symbol-large,
.career-page section .flex-list .flex-list-item .inner i.symbol-large {
  font-size: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section .flex-list .flex-list-item .inner i.symbol-large,
  .career-page section .flex-list .flex-list-item .inner i.symbol-large {
    font-size: 80px;
    font-weight: 300;
  }
}

@media screen and (max-width: 659px) {
  .above-the-line-page section .flex-list .flex-list-item .inner i,
  .career-page section .flex-list .flex-list-item .inner i {
    display: block;
    position: absolute;
    top: -0.2em;
    left: -0.2em;
    font-size: 100px;
  }
}

@media screen and (max-width: 659px) and screen and (min-width: 769px) and (max-width: 1024px) {
  .above-the-line-page section .flex-list .flex-list-item .inner i,
  .career-page section .flex-list .flex-list-item .inner i {
    font-size: 80px;
    font-weight: 300;
  }
}

@media screen and (max-width: 768px) {
  .above-the-line-page section .flex-list .flex-list-item,
  .career-page section .flex-list .flex-list-item {
    border-bottom: 0;
  }
}

@media screen and (max-width: 659px) {
  .above-the-line-page section.hidden-media-sm .flex-list .flex-list-item .inner,
  .career-page section.hidden-media-sm .flex-list .flex-list-item .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    width: 100%;
  }

  .above-the-line-page section.hidden-media-sm .flex-list .flex-list-item .inner i,
  .above-the-line-page section.hidden-media-sm .flex-list .flex-list-item .inner .image,
  .career-page section.hidden-media-sm .flex-list .flex-list-item .inner i,
  .career-page section.hidden-media-sm .flex-list .flex-list-item .inner .image {
    display: none;
  }
}

.abroad-page {
  padding-top: 3em;
}

.abroad-page .search-tmpl {
  display: none;
}

.abroad-page .abroad-price-search {
  position: relative;
  padding: 2em 0;
}

.abroad-page .abroad-price-search.loading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: black;
  opacity: 0.1;
}

.abroad-page .abroad-price-search.loading .search-submit {
  position: relative;
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.abroad-page .abroad-price-search.loading .search-submit:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.abroad-page .abroad-price-search.loading .search-submit:after {
  background-color: #999;
}

.abroad-page .abroad-price-search.loading .search-submit:after {
  position: absolute;
  content: '';
  height: 0.46666667em;
  bottom: 0;
  left: 0;
  -webkit-animation: button-transition 1s infinite;
  animation: button-transition 1s infinite;
}

.abroad-page .abroad-price-search.loading .search-submit .keyframes 0% {
  left: 0;
  right: 100%;
}

.abroad-page .abroad-price-search.loading .search-submit .keyframes 50% {
  right: 0;
  left: 0;
}

.abroad-page .abroad-price-search.loading .search-submit .keyframes 100% {
  left: 100%;
  right: 0;
}

@-webkit-keyframes button-transition {
  0% {
    left: 0;
    right: 100%;
  }

  50% {
    right: 0;
    left: 0;
  }

  100% {
    left: 100%;
    right: 0;
  }
}

@keyframes button-transition {
  0% {
    left: 0;
    right: 100%;
  }

  50% {
    right: 0;
    left: 0;
  }

  100% {
    left: 100%;
    right: 0;
  }
}

.abroad-page .abroad-price-search .subscription-info {
  display: none;
  margin-top: 1rem;
}

.abroad-page .abroad-price-search .search {
  margin-top: 1em;
}

.abroad-page .abroad-price-search .search .search-field {
  position: relative;
}

.abroad-page .abroad-price-search .search .search-field input {
  text-indent: 3em;
}

.abroad-page .abroad-price-search .search .search-field .form-control:before {
  position: absolute;
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "";
  font-size: 50px;
  font-weight: 400;
  content: "J";
}

.abroad-page .abroad-price-search .search .search-field .form-control:before:after {
  content: "";
}

.company .abroad-page .abroad-price-search .search .search-field .form-control:before {
  color: #51c1c1;
}

.color-section-2 .abroad-page .abroad-price-search .search .search-field .form-control:before {
  color: #F37875;
}

.color-section-2.company .abroad-page .abroad-price-search .search .search-field .form-control:before {
  color: #1f99c9;
}

.color-section-3 .abroad-page .abroad-price-search .search .search-field .form-control:before {
  color: #EE4A56;
}

.color-section-3.company .abroad-page .abroad-price-search .search .search-field .form-control:before {
  color: #009692;
}

.abroad-page .abroad-price-search .search .search-field .form-control:before:after {
  content: "";
}

.company .abroad-page .abroad-price-search .search .search-field .form-control:before {
  color: #51c1c1;
}

.color-section-2 .abroad-page .abroad-price-search .search .search-field .form-control:before {
  color: #F37875;
}

.color-section-2.company .abroad-page .abroad-price-search .search .search-field .form-control:before {
  color: #1f99c9;
}

.color-section-3 .abroad-page .abroad-price-search .search .search-field .form-control:before {
  color: #EE4A56;
}

.color-section-3.company .abroad-page .abroad-price-search .search .search-field .form-control:before {
  color: #009692;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .abroad-page .abroad-price-search .search .search-field .form-control:before {
    font-size: 50px;
    font-weight: 400;
  }
}

.abroad-page .abroad-price-search .search .search-field .form-control:before.symbol-xsmall {
  font-size: 40px;
  font-weight: 400;
}

.abroad-page .abroad-price-search .search .search-field .form-control:before.symbol-small {
  font-size: 50px;
  font-weight: 400;
}

.abroad-page .abroad-price-search .search .search-field .form-control:before.symbol-large {
  font-size: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .abroad-page .abroad-price-search .search .search-field .form-control:before.symbol-large {
    font-size: 80px;
    font-weight: 300;
  }
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 200;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  padding: 20px;
  margin-left: 3em;
  margin-top: 2em;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing {
  list-style: none;
  padding-left: 10px;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing li {
  margin-right: 10px;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing li + li {
  margin-top: 10px;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing h3 {
  color: inherit;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing a {
  display: block;
  position: relative;
  padding-right: 1em;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing a:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing a:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing a.arrow-left {
  padding-left: 20px;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing a.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing a.arrow-left:after {
  left: 0;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing a.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing a.arrow-left:after {
  left: 0;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest .auto-suggest-listing a:after {
  right: 0;
  top: 5px;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest:before,
.abroad-page .abroad-price-search .search .search-field .search-auto-suggest:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  border-style: solid;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest:before {
  top: -20px;
  bottom: auto;
  left: 40px;
  right: auto;
  border-width: 0 20px 20px;
  border-color: #d9d9d9 transparent;
}

.abroad-page .abroad-price-search .search .search-field .search-auto-suggest:after {
  top: -17px;
  bottom: auto;
  right: auto;
  left: 42px;
  border-width: 0 18px 18px;
  border-color: #fff transparent;
}

.abroad-page .abroad-price-search .search .quick-links {
  list-style: none;
  overflow: hidden;
  margin-top: 2em;
  padding: 0;
}

.abroad-page .abroad-price-search .search .quick-links div {
  text-align: center;
}

.abroad-page .abroad-price-search .search .quick-links div a {
  color: #7f7f7c;
}

.abroad-page .abroad-price-search .search .quick-links div img {
  width: 100%;
  margin-bottom: 1em;
}

@media screen and (max-width: 659px) {
  .abroad-page .abroad-price-search .search .quick-links div {
    margin-bottom: 1rem;
  }

  .abroad-page .abroad-price-search .search .quick-links div:nth-child(4n+1) {
    margin-left: 0;
  }
}

.abroad-page .abroad-price-search .search .quick-links .current-location {
  position: relative;
  display: block;
  cursor: pointer;
}

.abroad-page .abroad-price-search .search .quick-links .current-location .current-location-symbol {
  position: relative;
  height: 76px;
  margin-bottom: 1em;
  border: 2px solid #d9d9d9;
  border-radius: 9px;
  box-sizing: border-box;
}

.abroad-page .abroad-price-search .search .quick-links .current-location .current-location-symbol span {
  position: absolute;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d9d9d9;
}

@media screen and (max-width: 659px) {
  .abroad-page .abroad-price-search .search .quick-links .current-location .current-location-symbol {
    height: 50px;
  }
}

@media screen and (max-width: 659px) {
  .abroad-page .abroad-price-search .search .search-submit {
    display: block;
    margin-top: 1rem;
  }
}

.abroad-page .abroad-price-search .search-form.mobile {
  display: none;
}

.abroad-page .abroad-price-search .search-result {
  display: none;
  margin-top: 1em;
}

.abroad-page .abroad-price-search .search-result.active {
  display: block;
}

.abroad-page .abroad-price-search .search-result .help-section-link {
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.abroad-page .abroad-price-search .search-result .help-section-link > * {
  display: inline-block;
}

.abroad-page .abroad-price-search .search-result .help-section {
  display: none;
}

.abroad-page .abroad-price-search .search-result .search-result-promo {
  margin-top: 2rem;
}

.abroad-page .abroad-price-search .search-result.from-abroad .from-home {
  display: none;
}

.abroad-page .abroad-price-search .search-result.from-home .from-abroad {
  display: none;
}

.abroad-page .abroad-price-search .search-result-header {
  padding: 1em 0;
  *background-color: #ec7575;
  background-image: linear-gradient(to right, #f18d2d, #ec7575);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff18d2d', endColorstr='#ffec7575', GradientType=1);
}

.company .abroad-page .abroad-price-search .search-result-header {
  *background-color: #1f99c9;
  background-image: linear-gradient(to right, #51c1c1, #1f99c9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51c1c1', endColorstr='#ff1f99c9', GradientType=1);
}

.abroad-page .abroad-price-search .search-result-header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container {
  display: block;
  *zoom: 1;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container:before,
.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container:after {
  clear: both;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container > * {
  float: left;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 10;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container:after,
.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container:before {
  display: none;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container > * {
  float: none;
  display: table-cell;
  vertical-align: top;
  margin: 0;
}

@media screen and (max-width: 659px) {
  .abroad-page .abroad-price-search .search-result-header .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.abroad-page .abroad-price-search .search-result-header .container > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container > div {
  display: block;
  *zoom: 1;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container > div:before,
.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container > div:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container > div:after {
  clear: both;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container > div > * {
  float: left;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container > div {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 10;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container > div:after,
.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container > div:before {
  display: none;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-header .container > div > * {
  float: none;
  display: table-cell;
  vertical-align: top;
  margin: 0;
}

@media screen and (max-width: 659px) {
  .abroad-page .abroad-price-search .search-result-header .container > div {
    width: 100%;
    margin-top: 1rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .abroad-page .abroad-price-search .search-result-header .container > div > * {
    width: 100%;
  }
}

.abroad-page .abroad-price-search .search-result-header .container > div > *:not(:first-child) {
  margin-left: 1rem;
}

@media screen and (max-width: 659px) {
  .abroad-page .abroad-price-search .search-result-header .container > div > *:not(:first-child) {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.abroad-page .abroad-price-search .search-result-header h3 {
  color: #fff;
}

.abroad-page .abroad-price-search .search-result-header a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding-left: 35px !important;
  color: #30302e;
  transition: all 0.3s;
  color: #fff;
}

.abroad-page .abroad-price-search .search-result-header a:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.abroad-page .abroad-price-search .search-result-header a:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.abroad-page .abroad-price-search .search-result-header a.arrow-left {
  padding-left: 20px;
}

.abroad-page .abroad-price-search .search-result-header a.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.abroad-page .abroad-price-search .search-result-header a.arrow-left:after {
  left: 0;
}

.abroad-page .abroad-price-search .search-result-header a.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.abroad-page .abroad-price-search .search-result-header a.arrow-left:after {
  left: 0;
}

.abroad-page .abroad-price-search .search-result-header a:before {
  border: 2px solid;
  border-radius: 1000px;
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.abroad-page .abroad-price-search .search-result-header a:after {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0.55em, -50%) rotate(45deg);
  -ms-transform: translate(0.55em, -50%) rotate(45deg);
  transform: translate(0.55em, -50%) rotate(45deg);
}

.abroad-page .abroad-price-search .search-result-header a:hover {
  color: #F7931D;
}

.abroad-page .abroad-price-search .search-result-header a:hover:before,
.abroad-page .abroad-price-search .search-result-header a:hover:after {
  transition: all 0.3s;
  color: #F7931D;
}

.company .abroad-page .abroad-price-search .search-result-header a:hover {
  color: #51c1c1;
}

.company .abroad-page .abroad-price-search .search-result-header a:hover:before,
.company .abroad-page .abroad-price-search .search-result-header a:hover:after {
  color: #51c1c1;
}

.abroad-page .abroad-price-search .search-result-header a:active {
  color: #E87900;
}

.abroad-page .abroad-price-search .search-result-header a:active:before,
.abroad-page .abroad-price-search .search-result-header a:active:after {
  color: #E87900;
}

.company .abroad-page .abroad-price-search .search-result-header a:active {
  color: #42A5A2;
}

.company .abroad-page .abroad-price-search .search-result-header a:active:before,
.company .abroad-page .abroad-price-search .search-result-header a:active:after {
  color: #42A5A2;
}

.abroad-page .abroad-price-search .search-result-header a.symbol-link-neg {
  color: #fff;
}

.abroad-page .abroad-price-search .search-result-header a.symbol-link-neg:hover,
.abroad-page .abroad-price-search .search-result-header a.symbol-link-neg:active {
  color: #30302e;
}

.abroad-page .abroad-price-search .search-result-header a.symbol-link-neg:hover:after,
.abroad-page .abroad-price-search .search-result-header a.symbol-link-neg:active:after,
.abroad-page .abroad-price-search .search-result-header a.symbol-link-neg:hover:before,
.abroad-page .abroad-price-search .search-result-header a.symbol-link-neg:active:before {
  color: #30302e;
}

.abroad-page .abroad-price-search .search-result-header a:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.abroad-page .abroad-price-search .search-result-header a:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.abroad-page .abroad-price-search .search-result-header a.arrow-left {
  padding-left: 20px;
}

.abroad-page .abroad-price-search .search-result-header a.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.abroad-page .abroad-price-search .search-result-header a.arrow-left:after {
  left: 0;
}

.abroad-page .abroad-price-search .search-result-header a.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.abroad-page .abroad-price-search .search-result-header a.arrow-left:after {
  left: 0;
}

.abroad-page .abroad-price-search .search-result-header a:before {
  border: 2px solid;
  border-radius: 1000px;
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.abroad-page .abroad-price-search .search-result-header a:after {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0.55em, -50%) rotate(45deg);
  -ms-transform: translate(0.55em, -50%) rotate(45deg);
  transform: translate(0.55em, -50%) rotate(45deg);
}

.abroad-page .abroad-price-search .search-result-header a:hover {
  color: #F7931D;
}

.abroad-page .abroad-price-search .search-result-header a:hover:before,
.abroad-page .abroad-price-search .search-result-header a:hover:after {
  transition: all 0.3s;
  color: #F7931D;
}

.company .abroad-page .abroad-price-search .search-result-header a:hover {
  color: #51c1c1;
}

.company .abroad-page .abroad-price-search .search-result-header a:hover:before,
.company .abroad-page .abroad-price-search .search-result-header a:hover:after {
  color: #51c1c1;
}

.abroad-page .abroad-price-search .search-result-header a:active {
  color: #E87900;
}

.abroad-page .abroad-price-search .search-result-header a:active:before,
.abroad-page .abroad-price-search .search-result-header a:active:after {
  color: #E87900;
}

.company .abroad-page .abroad-price-search .search-result-header a:active {
  color: #42A5A2;
}

.company .abroad-page .abroad-price-search .search-result-header a:active:before,
.company .abroad-page .abroad-price-search .search-result-header a:active:after {
  color: #42A5A2;
}

.abroad-page .abroad-price-search .search-result-header a:hover,
.abroad-page .abroad-price-search .search-result-header a:active {
  color: #30302e;
}

.abroad-page .abroad-price-search .search-result-header a:hover:after,
.abroad-page .abroad-price-search .search-result-header a:active:after,
.abroad-page .abroad-price-search .search-result-header a:hover:before,
.abroad-page .abroad-price-search .search-result-header a:active:before {
  color: #30302e;
}

.abroad-page .abroad-price-search .search-result-body .tabordion-tab-content {
  padding: 2rem 0;
}

.abroad-page .abroad-price-search .search-result-body .tabordion-tab-content table {
  margin: 0;
}

@media screen and (max-width: 659px) {
  .abroad-page .abroad-price-search .search-result-body .service-list h4 {
    margin-bottom: 0.2em;
  }
}

.abroad-page .abroad-price-search .search-result-body .service-list .service {
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .abroad-page .abroad-price-search .search-result-body .service-list .service {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0.5rem 0;
    min-height: 75px;
  }

  .lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .service {
    display: block;
    *zoom: 1;
  }

  .lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .service:before,
  .lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .service:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .service:after {
    clear: both;
  }

  .lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .service > * {
    float: left;
  }

  .abroad-page .abroad-price-search .search-result-body .service-list .service > * {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: calc(33.333333333333336% + 10px);
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .abroad-page .abroad-price-search .search-result-body .service-list .service > *:nth-child(3n) {
    margin-right: -15px;
  }

  .abroad-page .abroad-price-search .search-result-body .service-list .service > *:nth-child(3n +1) {
    margin-left: -15px;
  }

  .lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .service > *:nth-child(3n +1) {
    clear: left;
  }
}

@media screen and (max-width: 768px) {
  .abroad-page .abroad-price-search .search-result-body .service-list .service + .service {
    margin-top: 1rem;
  }

  .abroad-page .abroad-price-search .search-result-body .service-list .service > div {
    margin-top: 1rem;
  }
}

.abroad-page .abroad-price-search .search-result-body .service-list .service h5 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.abroad-page .abroad-price-search .search-result-body .service-list .service .price-box {
  margin: 0;
}

.abroad-page .abroad-price-search .search-result-body .service-list .service .price-missing {
  color: #EE4A56;
}

.abroad-page .abroad-price-search .search-result-body .service-list .replacement-text {
  line-height: 1.5em;
}

.abroad-page .abroad-price-search .search-result-body .service-list .addon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .addon {
  display: block;
  *zoom: 1;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .addon:before,
.lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .addon:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .addon:after {
  clear: both;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .addon > * {
  float: left;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .addon {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 10;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .addon:after,
.lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .addon:before {
  display: none;
}

.lt-ie10 .abroad-page .abroad-price-search .search-result-body .service-list .addon > * {
  float: none;
  display: table-cell;
  vertical-align: top;
  margin: 0;
}

@media screen and (max-width: 659px) {
  .abroad-page .abroad-price-search .search-result-body .service-list .addon {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.abroad-page .abroad-price-search .search-result-body .service-list .addon + .addon {
  margin-top: 1rem;
}

.abroad-page .abroad-price-search .search-result-body .service-list .addon a {
  padding-left: 4.5em;
  position: relative;
  font-family: "helvetica", sans-serif;
  margin: -8px 0 0 1rem;
}

.abroad-page .abroad-price-search .search-result-body .service-list .addon a:before {
  font-size: 3em;
  position: absolute;
  content: "B";
  font-family: "treiconNeue2", sans-serif;
  left: 0.3em;
  font-weight: normal;
}

.abroad-page .abroad-price-search #templates {
  display: none;
}

/* Mixins */

#shopflow-wrapper .addon-page.addon-list-page .services .recommendation-addons .service-bar .menu-bar {
  margin-top: 0;
}

.addon-page .fcontainer {
  cursor: pointer;
  list-style: none;
  margin-bottom: 2em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.addon-page .fcontainer img {
  width: 100%;
}

.addon-page .fcontainer .image {
  max-width: 104px;
  min-width: 104px;
}

.addon-page .fcontainer .link {
  display: none;
}

.addon-page .fcontainer .price {
  display: none;
}

.addon-page .fcontainer .info .price {
  display: inline;
}

.addon-page .fcontainer div.image {
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  margin-right: 1em;
}

.addon-page .fcontainer div.info,
.addon-page .fcontainer div.button,
.addon-page .fcontainer div.price {
  -webkit-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
}

@media screen and (min-width: 659px) {
  .addon-page .fcontainer {
    cursor: default;
  }

  .addon-page .fcontainer .link {
    display: inline;
  }

  .addon-page .fcontainer .price {
    display: inline;
  }

  .addon-page .fcontainer .info {
    padding-right: 1em;
  }

  .addon-page .fcontainer .info .price {
    display: none;
  }

  .addon-page .fcontainer div.image,
  .addon-page .fcontainer div.info {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .addon-page .fcontainer div.button,
  .addon-page .fcontainer div.price {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .addon-page .fcontainer div.price {
    min-width: 8em;
  }
}

.addon-page .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.addon-page .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.addon-page section .head {
  *background-color: #ec7575;
  background-image: linear-gradient(to right, #f18d2d, #ec7575);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff18d2d', endColorstr='#ffec7575', GradientType=1);
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}

.company .addon-page section .head {
  *background-color: #1f99c9;
  background-image: linear-gradient(to right, #51c1c1, #1f99c9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51c1c1', endColorstr='#ff1f99c9', GradientType=1);
}

.addon-page section .head h2 {
  color: #fff;
}

.addon-page section .content-wrapper {
  margin-top: 3em;
  margin-bottom: 3em;
}

.addon-page section .content-wrapper .flex-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.lt-ie10 .addon-page section .content-wrapper .flex-wrapper {
  display: block;
  *zoom: 1;
}

.lt-ie10 .addon-page section .content-wrapper .flex-wrapper:before,
.lt-ie10 .addon-page section .content-wrapper .flex-wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .addon-page section .content-wrapper .flex-wrapper:after {
  clear: both;
}

.lt-ie10 .addon-page section .content-wrapper .flex-wrapper > * {
  float: left;
}

@media screen and (max-width: 659px) {
  .addon-page section .content-wrapper .flex-wrapper {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.addon-page section .content-wrapper .flex-wrapper .col-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
  padding-left: 2em;
}

.addon-page section .content-wrapper .flex-wrapper .col-group:first-child {
  padding-left: 0;
}

.addon-page section .content-wrapper .flex-wrapper .col-group .title {
  margin-top: 1em;
}

.addon-page section .content-wrapper .flex-wrapper .col-group .btn-wrapper {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 2em;
}

.addon-page section .content-wrapper .flex-wrapper .col-group div {
  text-align: center;
}

.addon-page section .content-wrapper .flex-wrapper .col-group div div {
  text-align: left;
}

.addon-page section .content-wrapper .flex-wrapper .col-group .price-box {
  margin-top: 0.3rem;
}

.addon-page [class*="pennant"] {
  display: none;
}

.addon-page.addon-list-page .main {
  margin-top: 6em;
}

.addon-page.addon-list-page .main .container .row {
  /*
					[class*="span"] {
							// img
							img {
									max-height: 360px;
									@media @smQuery {
											max-width: 140%;
									}
							}
							&+[class*="span"] {
									// text
									h1 {
											padding-bottom: .2em;
											@media @smQuery {
													margin-left: 10%;
													margin-top: .3em;
											}
											@media @lgQuery {
													margin-top: .3em;
											}
									}
									p {
											max-width: 75%;
											@media @smQuery {
													margin-left: 10%;
											}
									}
							}
					}
					*/
}

.addon-page.addon-list-page .main .container .row .c-img {
  padding: 0;
  vertical-align: bottom;
}

.addon-page.addon-list-page .main .container .row .c-img img {
  max-height: 360px;
  max-width: 384px;
}

@media screen and (max-width: 659px) {
  .addon-page.addon-list-page .main .container .row .c-img img {
    max-width: 190%;
  }
}

.addon-page.addon-list-page .main .container .row td {
  vertical-align: top;
}

.addon-page.addon-list-page .main .container .row td h1 {
  padding-bottom: .2em;
}

@media screen and (max-width: 659px) {
  .addon-page.addon-list-page .main .container .row td h1 {
    margin-left: 30%;
    margin-top: .3em;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .addon-page.addon-list-page .main .container .row td h1 {
    margin-top: .3em;
  }
}

.addon-page.addon-list-page .main .container .row td p {
  max-width: 75%;
}

@media screen and (max-width: 659px) {
  .addon-page.addon-list-page .main .container .row td p {
    margin-left: 30%;
    padding-bottom: 5%;
  }
}

.addon-page.addon-list-page .services .recommendation-addons .service-bar .dark-color-fill {
  padding: 1em 0 3em 0;
}

.addon-page.addon-list-page .services .recommendation-addons .service-bar .dark-color-fill h2 {
  color: white;
}

.addon-page.addon-list-page .services .recommendation-addons .service-bar .menu-bar {
  height: 64px;
}

.addon-page.addon-list-page .services .recommendation-addons .service-bar .menu-bar ul li.active {
  background-color: transparent;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations {
  padding: 1.5em 0;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 {
  *background-color: rgba(255, 255, 255, 0);
  background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1px 100%;
  box-sizing: border-box;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6:first-child {
  padding-left: 0;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 img {
  margin-left: 2.5em;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6.last {
  padding-right: 0;
  background: none;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > div {
  padding: 1em;
  max-width: 80.5%;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > div h4 {
  color: #F7931D;
  white-space: nowrap;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > div h4 + div {
  font-weight: 600;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > div h4 + div .t-small-price {
  font-weight: 600;
  font-size: 1.38461538em;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > div h4 + div .suffix {
  font-weight: 600;
  font-size: 1.23076923em;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > div p {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 1em;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > div p + p {
  float: left;
  width: 100%;
}

.addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > div p + p a {
  float: right;
}

@media screen and (max-width: 659px), screen and (min-width: 769px) and (max-width: 1024px) {
  .addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 {
    float: left;
    width: 100%;
    margin: 0 0 3em 0;
  }

  .addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > a img {
    width: 25%;
    float: left;
    margin-top: .3em;
    margin-left: 0;
  }

  .addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > a > div {
    margin-left: 1em;
    float: left;
    width: 70%;
  }

  .addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > a > div h4 {
    margin-top: .5em;
  }

  .addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > a > div > p {
    color: #7f7f7c;
    padding: .5em 0;
    margin: 0;
  }

  .addon-page.addon-list-page .services .recommendation-addons .recommendations .container .row .span6 > a > div > div {
    color: #7f7f7c;
    font-weight: 600;
  }
}

@media screen and (max-width: 659px), screen and (min-width: 660px) and (max-width: 768px), screen and (min-width: 769px) and (max-width: 1024px) {
  .addon-page.addon-list-page .services .recommendation-addons a {
    color: #7f7f7c;
  }

  .addon-page.addon-list-page .services .recommendation-addons p,
  .addon-page.addon-list-page .services .recommendation-addons .title {
    text-align: left;
  }
}

@media screen and (max-width: 659px) {
  .addon-page.addon-list-page .services .recommendation-addons a div:first-child {
    float: left;
    height: 14em;
    margin-right: 1em;
  }

  .addon-page.addon-list-page .services .recommendation-addons .col-group {
    width: 100%;
    padding-left: 0;
  }

  .addon-page.addon-list-page .services .recommendation-addons img {
    float: left;
  }
}

.addon-page .show-more-addons {
  text-align: center;
  padding: 1em 0;
  width: 100%;
  margin-top: .5em;
}

.addon-page .show-more-addons a {
  font-weight: 600;
}

.addon-page.single-addon-page .container .row table td {
  border: 0 !important;
}

.addon-page.single-addon-page .main {
  padding: 3em 0 2.5em 0;
}

.addon-page.single-addon-page .main .container .row .item-image,
.addon-page.single-addon-page .main .container .row .item-content {
  padding-bottom: 2em;
}

@media screen and (max-width: 659px), screen and (min-width: 769px) and (max-width: 1024px) {
  .addon-page.single-addon-page .main .container .row .item-image img {
    width: 95%;
  }
}

.addon-page.single-addon-page .main .container .row .item-content h1 {
  margin-top: .1em;
}

.addon-page.single-addon-page .main .container .row .item-price p {
  margin-top: .5em;
}

.addon-page.single-addon-page .main .container .row .item-price p + p {
  margin-top: .2em;
}

.addon-page.single-addon-page .main .container .row .item-login > a {
  margin-top: 1.5em;
}

.addon-page.single-addon-page .main .container .row .image-price {
  padding-left: .5em;
}

.addon-page.single-addon-page .main .container .row .image-price p + p {
  margin-top: .2em;
}

.addon-page.single-addon-page .free-text {
  background-color: #f2f2f2;
}

.addon-page.single-addon-page .free-text .container {
  padding-bottom: 1.5em;
}

.addon-page.single-addon-page .related-addons > .color-fill {
  margin-bottom: 3.5em;
}

.addon-page.single-addon-page .related-addons .container {
  padding: 1em 0 2.5em 0;
}

.addon-page.single-addon-page .related-addons .container h2 {
  color: white;
}

@media screen and (max-width: 659px), screen and (min-width: 769px) and (max-width: 1024px) {
  .addon-page.single-addon-page .related-addons .container h2 {
    padding-left: .5em;
  }
}

.addon-page.single-addon-page .related-addons > .related {
  padding-bottom: 1em;
}

@media screen and (max-width: 659px), screen and (min-width: 769px) and (max-width: 1024px) {
  .addon-page.single-addon-page .related-addons > .related {
    padding-bottom: 0;
    margin-bottom: -5em;
  }
}

.addon-page.single-addon-page .related-addons > .related .recommendations {
  padding: 1.5em 0;
}

.addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 {
  *background-color: rgba(255, 255, 255, 0);
  background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1px 100%;
  box-sizing: border-box;
}

.addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6:first-child {
  padding-left: 0;
}

.addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 img {
  margin-left: 2.5em;
}

.addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6.last {
  padding-right: 0;
  background: none;
}

.addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > div {
  padding: 1em;
  max-width: 80.5%;
}

.addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > div h4 {
  color: #F7931D;
  white-space: nowrap;
}

.addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > div h4 + div {
  font-weight: 600;
}

.addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > div h4 + div .t-small-price {
  font-weight: 600;
  font-size: 1.38461538em;
}

.addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > div h4 + div .suffix {
  font-weight: 600;
  font-size: 1.23076923em;
}

.addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > div p {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 1em;
}

.addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > div p + p {
  float: left;
  width: 100%;
}

.addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > div p + p a {
  float: right;
}

@media screen and (max-width: 659px), screen and (min-width: 769px) and (max-width: 1024px) {
  .addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 {
    float: left;
    width: 100%;
    margin: 0 0 3em 0;
  }

  .addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > a img {
    width: 25%;
    float: left;
    margin-top: .3em;
    margin-left: 0;
  }

  .addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > a > div {
    margin-left: 1em;
    float: left;
    width: 70%;
  }

  .addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > a > div h4 {
    margin-top: .5em;
  }

  .addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > a > div > p {
    color: #7f7f7c;
    padding: .5em 0;
    margin: 0;
  }

  .addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 > a > div > div {
    color: #7f7f7c;
    font-weight: 600;
  }
}

@media screen and (max-width: 659px), screen and (min-width: 769px) and (max-width: 1024px) {
  .addon-page.single-addon-page .related-addons > .related .recommendations {
    margin-top: -2.5em;
  }

  .addon-page.single-addon-page .related-addons > .related .recommendations .container .row .span6 {
    width: 97%;
    margin-left: 1.5%;
  }
}

@media screen and (max-width: 659px) {
  .addon-page .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .addon-page .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .addon-page .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .addon-page .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .addon-page .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .addon-page .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .addon-page .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .addon-page .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .addon-page .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .addon-page .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .addon-page .row.video > .video-container iframe,
  .addon-page .row.video > .video-container object,
  .addon-page .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .addon-page .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .addon-page .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .addon-page .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .addon-page .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .addon-page .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .addon-page .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .addon-page .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .addon-page .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .addon-page .row.video > .video-container iframe,
  .addon-page .row.video > .video-container object,
  .addon-page .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .addon-page .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .addon-page .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .addon-page .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .addon-page .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .addon-page .row .separator-phone,
  .addon-page .row.separator-phone {
    width: 100%;
    *background-color: rgba(0, 0, 0, 0);
    background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 0;
    padding: 2em 0 0;
  }

  .addon-page .row .separator-phone.mbl,
  .addon-page .row.separator-phone.mbl {
    margin-bottom: 2em;
  }
}

.career-page .back-link {
  max-width: 1064px;
  position: relative;
}

.career-page .back-link > a {
  position: absolute;
  top: 60px;
}

@media screen and (max-width: 768px) {
  .career-page .back-link {
    display: none;
  }
}

.career-page .career-latest-jobs-wrapper {
  border-top: 2px solid #f2f2f2;
}

.career-page .center-heading {
  padding: 4em 0 4em 0;
}

.career-page .center-heading .container a {
  position: relative;
  line-height: 1.3;
}

.career-page .center-heading .container > div {
  padding-top: 4em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .career-page section.view-6 .intro {
    padding-bottom: 1em;
  }

  .career-page section.view-6 .intro p {
    display: none;
  }
}

.career-page .btn-section-container {
  text-align: center;
  padding: 4em 0;
}

.career-page .btn-section-container .btn {
  margin: 0 2em 2em 0;
}

.career-page iframe#workbuster_iframe {
  min-height: 620px;
}

@media screen and (max-width: 768px) {
  .career-page iframe#workbuster_iframe {
    min-height: 590px;
  }
}

.career-latest-jobs hr {
  margin: 1em 0 0 0;
}

.career-latest-jobs.column-headers .cols {
  white-space: nowrap;
  overflow: hidden;
  padding: 1.5em 1em 0.5em 1em;
  color: #30302e;
  font-size: 18px;
  font-weight: bold;
}

.career-latest-jobs.column-headers .cols span {
  display: inline-block;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lt-ie10 .career-latest-jobs.column-headers {
  display: none;
}

.career-latest-jobs .date {
  width: 25%;
}

.career-latest-jobs .tc_omraade {
  width: 35%;
}

.lt-ie10 .career-latest-jobs .tc_omraade {
  width: 30%;
}

.career-latest-jobs .tc_ort {
  width: 20%;
}

.career-latest-jobs .stopdate {
  width: 20%;
  text-align: right;
}

.lt-ie10 .career-latest-jobs .stopdate {
  text-align: left;
}

.career-latest-jobs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.career-latest-jobs li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  position: relative;
  margin: inherit;
  padding: 1.5em 1em 1.5em 1em;
  font-weight: 400;
}

.lt-ie10 .career-latest-jobs li {
  display: block;
  *zoom: 1;
}

.lt-ie10 .career-latest-jobs li:before,
.lt-ie10 .career-latest-jobs li:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .career-latest-jobs li:after {
  clear: both;
}

.lt-ie10 .career-latest-jobs li > * {
  float: left;
}

.career-latest-jobs li > div,
.career-latest-jobs li > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.career-latest-jobs li > div {
  display: inline-block;
}

.career-latest-jobs li > div strong {
  display: none;
}

.career-latest-jobs li > span {
  display: inline-block;
}

.career-latest-jobs li .date,
.career-latest-jobs li .stopdate {
  display: inline-block !important;
}

.career-latest-jobs li .stopdate {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.career-latest-jobs li .tc_omraade {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding-left: 0.5em;
}

.career-latest-jobs li .tc_ort {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.career-latest-jobs li a {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.career-latest-jobs li:nth-child(odd) {
  background: #f2f2f2;
}

.career-latest-jobs li:hover {
  background: #d9d9d9;
}

.career-latest-jobs .all-jobs {
  text-align: center;
  margin-top: 4em;
}

@media screen and (max-width: 768px) {
  .career-latest-jobs li .date,
  .career-latest-jobs span .date,
  .career-latest-jobs div .date,
  .career-latest-jobs li .tc_ort,
  .career-latest-jobs span .tc_ort,
  .career-latest-jobs div .tc_ort,
  .career-latest-jobs li .stopdate,
  .career-latest-jobs span .stopdate,
  .career-latest-jobs div .stopdate {
    display: none !important;
  }

  .career-latest-jobs li .tc_omraade,
  .career-latest-jobs span .tc_omraade,
  .career-latest-jobs div .tc_omraade {
    width: 100%;
  }

  .career-latest-jobs .all-jobs {
    text-align: center;
  }

  .career-latest-jobs .all-jobs .btn {
    display: inline-block;
    width: 80%;
  }
}

/* Mixins */

.lead-forms {
  padding-bottom: 2em;
}

.lead-forms .lead-employees {
  font-weight: 600;
  margin: .6em 0 0 0.5em;
  display: inline-block;
}

/* Content page */

@media screen and (min-width: 769px) {
  .content-page {
    margin-top: 40px;
  }
}

.content-page {
  background-color: white;
}

.content-page .gradient-color-fill .button {
  background-color: transparent;
  border: 1px solid white;
}

.content-page .gradient-color-fill h2 {
  font-size: 2.76923077em;
}

.content-page .gradient-color-fill h2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 659px) {
  .content-page .gradient-color-fill h2 {
    margin-bottom: 0.8em;
  }
}

.content-page .gradient-color-fill p {
  margin: .4em 0 1.6em 0;
}

.content-page .gradient-color-fill .span16 {
  padding: 4em 0 2em 0;
}

.content-page .gradient-color-fill .container {
  position: relative;
}

.content-page .gradient-color-fill .container .background {
  position: absolute;
  bottom: 0;
  width: 25%;
  height: 140%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 659px) {
  .content-page .gradient-color-fill {
    text-align: center;
  }

  .content-page .gradient-color-fill .span16 {
    margin: 0;
    width: auto;
    float: none;
  }

  .content-page .gradient-color-fill .button {
    margin-bottom: 1em;
  }

  .content-page .gradient-color-fill p,
  .content-page .gradient-color-fill .background {
    display: none;
  }
}

.content-page .custom-selector {
  background-color: #f2f2f2;
}

.content-page .custom-selector .custom-selector-container {
  color: #30302e !important;
}

.content-page .custom-selector .custom-selector-container ul {
  background-color: #f2f2f2;
}

.content-page .custom-selector .custom-selector-container ul li:hover {
  background-color: #e5e5e5;
}

.content-page .custom-selector .custom-selector-container .custom-selector-label:after {
  color: #F7931D;
}

.content-page section {
  padding-top: 3em;
  padding-bottom: 3em;
}

.content-page section.inverted {
  background: white;
}

.content-page section.inverted h1,
.content-page section.inverted h2,
.content-page section.inverted h3 h4,
.content-page section.inverted ul,
.content-page section.inverted li,
.content-page section.inverted p {
  color: black;
}

.content-page section a {
  font-weight: 600;
}

.content-page section.no-pad-t,
.content-page section .no-pad-t {
  padding-top: 0;
}

.content-page section.no-pad,
.content-page section .no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.content-page section.no-pad-b,
.content-page section .no-pad-b {
  padding-bottom: 0;
}

.content-page section .row.video {
  margin-bottom: 6em;
}

.content-page section .row.video .span18 {
  padding-top: 3em;
}

.content-page section ul.link-list {
  padding: 0;
}

.content-page section ul.link-list li {
  list-style: none;
}

.content-page section .row {
  position: relative;
}

.content-page section .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.content-page section .row.no-pad-b {
  padding-bottom: 0;
}

.content-page section .row.no-pad-t {
  padding-top: 0;
}

.content-page section .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.content-page section .row {
  position: relative;
}

.content-page section .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.content-page section .row.no-pad-b {
  padding-bottom: 0;
}

.content-page section .row.no-pad-t {
  padding-top: 0;
}

.content-page section .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.content-page section .btn-spacer {
  padding-bottom: 3em;
}

.content-page section .btn-spacer .button {
  position: absolute;
  bottom: 1em;
}

.content-page .faq {
  background-color: #f2f2f2;
  padding-top: 1em;
  padding-bottom: 1em;
}

.content-page .faq > h4 {
  color: #666666;
}

.content-page .faq .row:first-child {
  padding-top: 1.5em;
}

.content-page .faq .row:first-child .expandable-content {
  margin-top: -1.5em;
}

.content-page .faq .row:first-child .expandable-content + a {
  padding-bottom: 1.5em;
  float: left;
}

.content-page .faq .row:first-child .expandable-content + a.not-open {
  padding-bottom: 0;
}

.content-page .faq .row:first-child .expandable-content.open + a {
  padding-bottom: 1.5em;
}

.content-page .faq .row .expandable-content.open + a {
  padding-bottom: 1.5em;
  float: left;
}

.content-page .form {
  background-color: #f2f2f2;
}

.content-page .form .h1 {
  margin-bottom: .3em;
}

.content-page .form input[type="text"],
.content-page .form input[type="email"],
.content-page .form input[type="number"],
.content-page .form input[type="search"],
.content-page .form input[type="password"],
.content-page .form input[type="url"] {
  width: 100%;
  border-radius: 5px;
}

.content-page .form select {
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
}

.content-page .form label.select {
  background-color: #f2f2f2;
  width: 30%;
  display: inline-block;
  float: left;
  max-height: 32px;
}

.content-page .form label.select + label {
  font-weight: 600;
  margin: 1em 0 0 0.5em;
  display: inline-block;
}

.content-page .form input[type="radio"].custom + label {
  margin-top: 0.5em;
}

.content-page .form input[type="radio"].custom:checked + label {
  background-position: 0 -20px;
}

.content-page .form input[type="radio"].custom + span {
  margin-left: .7em;
}

.content-page .form input[type="radio"].custom:first-child + span {
  margin-left: 0;
}

.content-page .form textarea {
  width: 100%;
  resize: none;
}

.content-page .form button.button,
.content-page .form span.button,
.content-page .form a.button {
  width: 100%;
}

.content-page .form .row {
  position: relative;
}

.content-page .form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.content-page .form .row.no-pad-b {
  padding-bottom: 0;
}

.content-page .form .row.no-pad-t {
  padding-top: 0;
}

.content-page .form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.content-page .form .row {
  position: relative;
}

.content-page .form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.content-page .form .row.no-pad-b {
  padding-bottom: 0;
}

.content-page .form .row.no-pad-t {
  padding-top: 0;
}

.content-page .form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 659px) {
  .content-page .form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .content-page .form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page .form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .content-page .form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page .form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .content-page .form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .content-page .form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .content-page .form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .content-page .form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page .form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .content-page .form .row.video > .video-container iframe,
  .content-page .form .row.video > .video-container object,
  .content-page .form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .content-page .form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .content-page .form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page .form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .content-page .form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .content-page .form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .content-page .form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .content-page .form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page .form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .content-page .form .row.video > .video-container iframe,
  .content-page .form .row.video > .video-container object,
  .content-page .form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .content-page .form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .content-page .form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page .form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .content-page .form .row.video > .span6 + .span6 {
    margin-right: 0;
  }
}

.content-page .form .h1 {
  margin-bottom: .3em;
}

.content-page .form input[type="text"],
.content-page .form input[type="email"],
.content-page .form input[type="number"],
.content-page .form input[type="search"],
.content-page .form input[type="password"],
.content-page .form input[type="url"] {
  width: 100%;
  border-radius: 5px;
}

.content-page .form select {
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
}

.content-page .form label.select {
  background-color: #f2f2f2;
  width: 30%;
  display: inline-block;
  float: left;
  max-height: 32px;
}

.content-page .form label.select + label {
  font-weight: 600;
  margin: 1em 0 0 0.5em;
  display: inline-block;
}

.content-page .form input[type="radio"].custom + label {
  margin-top: 0.5em;
}

.content-page .form input[type="radio"].custom:checked + label {
  background-position: 0 -20px;
}

.content-page .form input[type="radio"].custom + span {
  margin-left: .7em;
}

.content-page .form input[type="radio"].custom:first-child + span {
  margin-left: 0;
}

.content-page .form textarea {
  width: 100%;
  resize: none;
}

.content-page .form button.button,
.content-page .form span.button,
.content-page .form a.button {
  width: 100%;
}

.content-page .form .row {
  position: relative;
}

.content-page .form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.content-page .form .row.no-pad-b {
  padding-bottom: 0;
}

.content-page .form .row.no-pad-t {
  padding-top: 0;
}

.content-page .form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.content-page .form .row {
  position: relative;
}

.content-page .form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.content-page .form .row.no-pad-b {
  padding-bottom: 0;
}

.content-page .form .row.no-pad-t {
  padding-top: 0;
}

.content-page .form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 659px) {
  .content-page .form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .content-page .form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page .form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .content-page .form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page .form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .content-page .form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .content-page .form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .content-page .form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .content-page .form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page .form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .content-page .form .row.video > .video-container iframe,
  .content-page .form .row.video > .video-container object,
  .content-page .form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .content-page .form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .content-page .form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page .form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .content-page .form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .content-page .form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .content-page .form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .content-page .form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page .form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .content-page .form .row.video > .video-container iframe,
  .content-page .form .row.video > .video-container object,
  .content-page .form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .content-page .form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .content-page .form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page .form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .content-page .form .row.video > .span6 + .span6 {
    margin-right: 0;
  }
}

.content-page .helped {
  background-color: #f2f2f2;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-bottom: .5em;
}

.content-page .helped .row.thanks {
  padding-bottom: .5em;
}

.content-page .helped .row.motivate strong {
  padding-top: .8em;
  padding-right: 1em;
}

.content-page .helped .row .span24 > strong,
.content-page .helped .row .span24 > div {
  float: left;
}

.content-page .helped .row .span24 > div {
  margin-left: .5em;
}

.content-page .helped .row .span24 > div span {
  margin-left: .7em;
}

.content-page .helped .row .span24 > div span:first-child {
  margin-left: 0;
}

.content-page .helped .row .flex-columns {
  margin-top: 0;
  margin-bottom: 0.4em;
}

.content-page .helped .row .flex-columns .radio-item {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .content-page .helped .row .flex-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 659px) {
  .content-page .helped .row .flex-columns {
    padding-top: 4px;
  }
}

@media screen and (max-width: 659px) {
  .content-page section.color-fill .button {
    margin-bottom: 20px;
  }

  .content-page section .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .content-page section .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page section .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .content-page section .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page section .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .content-page section .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .content-page section .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .content-page section .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .content-page section .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page section .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .content-page section .row.video > .video-container iframe,
  .content-page section .row.video > .video-container object,
  .content-page section .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .content-page section .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .content-page section .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page section .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .content-page section .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .content-page section .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .content-page section .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .content-page section .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page section .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .content-page section .row.video > .video-container iframe,
  .content-page section .row.video > .video-container object,
  .content-page section .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .content-page section .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .content-page section .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .content-page section .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .content-page section .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .content-page section .btn-spacer {
    padding-bottom: 3em;
  }

  .content-page section .btn-spacer .button {
    position: relative;
    bottom: 1em;
    top: 1em;
  }
}

/* Lead form */

/*.lead-form {
  .lead-form-mixin();
}*/

.customerService-form {
  padding-bottom: 2em;
}

.customerService-form .h1 {
  margin-bottom: .3em;
}

.customerService-form input[type="text"],
.customerService-form input[type="email"],
.customerService-form input[type="number"],
.customerService-form input[type="search"],
.customerService-form input[type="password"],
.customerService-form input[type="url"] {
  width: 100%;
  border-radius: 5px;
}

.customerService-form select {
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
}

.customerService-form label.select {
  background-color: #f2f2f2;
  width: 30%;
  display: inline-block;
  float: left;
  max-height: 32px;
}

.customerService-form label.select + label {
  font-weight: 600;
  margin: 1em 0 0 0.5em;
  display: inline-block;
}

.customerService-form input[type="radio"].custom + label {
  margin-top: 0.5em;
}

.customerService-form input[type="radio"].custom:checked + label {
  background-position: 0 -20px;
}

.customerService-form input[type="radio"].custom + span {
  margin-left: .7em;
}

.customerService-form input[type="radio"].custom:first-child + span {
  margin-left: 0;
}

.customerService-form textarea {
  width: 100%;
  resize: none;
}

.customerService-form button.button,
.customerService-form span.button,
.customerService-form a.button {
  width: 100%;
}

.customerService-form .row {
  position: relative;
}

.customerService-form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.customerService-form .row.no-pad-b {
  padding-bottom: 0;
}

.customerService-form .row.no-pad-t {
  padding-top: 0;
}

.customerService-form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.customerService-form .row {
  position: relative;
}

.customerService-form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.customerService-form .row.no-pad-b {
  padding-bottom: 0;
}

.customerService-form .row.no-pad-t {
  padding-top: 0;
}

.customerService-form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 659px) {
  .customerService-form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .customerService-form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .customerService-form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .customerService-form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .customerService-form .row.video > .video-container iframe,
  .customerService-form .row.video > .video-container object,
  .customerService-form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .customerService-form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .customerService-form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .customerService-form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .customerService-form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .customerService-form .row.video > .video-container iframe,
  .customerService-form .row.video > .video-container object,
  .customerService-form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .customerService-form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .customerService-form .row.video > .span6 + .span6 {
    margin-right: 0;
  }
}

.customerService-form .h1 {
  margin-bottom: .3em;
}

.customerService-form input[type="text"],
.customerService-form input[type="email"],
.customerService-form input[type="number"],
.customerService-form input[type="search"],
.customerService-form input[type="password"],
.customerService-form input[type="url"] {
  width: 100%;
  border-radius: 5px;
}

.customerService-form select {
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
}

.customerService-form label.select {
  background-color: #f2f2f2;
  width: 30%;
  display: inline-block;
  float: left;
  max-height: 32px;
}

.customerService-form label.select + label {
  font-weight: 600;
  margin: 1em 0 0 0.5em;
  display: inline-block;
}

.customerService-form input[type="radio"].custom + label {
  margin-top: 0.5em;
}

.customerService-form input[type="radio"].custom:checked + label {
  background-position: 0 -20px;
}

.customerService-form input[type="radio"].custom + span {
  margin-left: .7em;
}

.customerService-form input[type="radio"].custom:first-child + span {
  margin-left: 0;
}

.customerService-form textarea {
  width: 100%;
  resize: none;
}

.customerService-form button.button,
.customerService-form span.button,
.customerService-form a.button {
  width: 100%;
}

.customerService-form .row {
  position: relative;
}

.customerService-form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.customerService-form .row.no-pad-b {
  padding-bottom: 0;
}

.customerService-form .row.no-pad-t {
  padding-top: 0;
}

.customerService-form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.customerService-form .row {
  position: relative;
}

.customerService-form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.customerService-form .row.no-pad-b {
  padding-bottom: 0;
}

.customerService-form .row.no-pad-t {
  padding-top: 0;
}

.customerService-form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 659px) {
  .customerService-form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .customerService-form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .customerService-form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .customerService-form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .customerService-form .row.video > .video-container iframe,
  .customerService-form .row.video > .video-container object,
  .customerService-form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .customerService-form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .customerService-form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .customerService-form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .customerService-form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .customerService-form .row.video > .video-container iframe,
  .customerService-form .row.video > .video-container object,
  .customerService-form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .customerService-form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .customerService-form .row.video > .span6 + .span6 {
    margin-right: 0;
  }
}

.xform-container {
  background-color: #f2f2f2;
  padding: 2em 0;
}

.xform-container tbody tr td {
  border: none!important;
}

.xform-container .h1 {
  margin-bottom: .3em;
}

.xform-container input[type="text"],
.xform-container input[type="email"],
.xform-container input[type="number"],
.xform-container input[type="search"],
.xform-container input[type="password"],
.xform-container input[type="url"] {
  width: 100%;
  border-radius: 5px;
}

.xform-container input[type="text"] {
  margin-right: 1em;
}

.xform-container select {
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
}

.xform-container label.select {
  background-color: #f2f2f2;
  width: 30%;
  display: inline-block;
  float: left;
  max-height: 32px;
}

.xform-container label.select + label {
  font-weight: 600;
  margin: 1em 0 0 0.5em;
  display: inline-block;
}

.xform-container input[type="radio"].custom + label {
  margin-top: 0.5em;
}

.xform-container input[type="radio"].custom:checked + label {
  background-position: 0 -20px;
}

.xform-container input[type="radio"].custom + span {
  margin-left: .7em;
}

.xform-container input[type="radio"].custom:first-child + span {
  margin-left: 0;
}

.xform-container textarea {
  width: 100%;
  resize: none;
}

.xform-container button.button,
.xform-container span.button,
.xform-container a.button {
  width: 100%;
}

.xform-container span.error {
  color: #EE4A56;
}

.xform-container fieldset .radio {
  margin: 0 1em;
}

.xform-container fieldset label {
  line-height: 2.3em;
}

.xform-container div.selector {
  width: 20%;
}

.xform-container .row {
  position: relative;
}

.xform-container .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.xform-container .row.no-pad-b {
  padding-bottom: 0;
}

.xform-container .row.no-pad-t {
  padding-top: 0;
}

.xform-container .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.xform-container .row {
  position: relative;
}

.xform-container .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.xform-container .row.no-pad-b {
  padding-bottom: 0;
}

.xform-container .row.no-pad-t {
  padding-top: 0;
}

.xform-container .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 659px) {
  .xform-container .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .xform-container .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .xform-container .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .xform-container .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .xform-container .row.video > .video-container iframe,
  .xform-container .row.video > .video-container object,
  .xform-container .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .xform-container .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .xform-container .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .xform-container .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .xform-container .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .xform-container .row.video > .video-container iframe,
  .xform-container .row.video > .video-container object,
  .xform-container .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .xform-container .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .xform-container .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .xform-container div.selector {
    width: 50%;
  }
}

.xform-container .h1 {
  margin-bottom: .3em;
}

.xform-container input[type="text"],
.xform-container input[type="email"],
.xform-container input[type="number"],
.xform-container input[type="search"],
.xform-container input[type="password"],
.xform-container input[type="url"] {
  width: 100%;
  border-radius: 5px;
}

.xform-container input[type="text"] {
  margin-right: 1em;
}

.xform-container select {
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
}

.xform-container label.select {
  background-color: #f2f2f2;
  width: 30%;
  display: inline-block;
  float: left;
  max-height: 32px;
}

.xform-container label.select + label {
  font-weight: 600;
  margin: 1em 0 0 0.5em;
  display: inline-block;
}

.xform-container input[type="radio"].custom + label {
  margin-top: 0.5em;
}

.xform-container input[type="radio"].custom:checked + label {
  background-position: 0 -20px;
}

.xform-container input[type="radio"].custom + span {
  margin-left: .7em;
}

.xform-container input[type="radio"].custom:first-child + span {
  margin-left: 0;
}

.xform-container textarea {
  width: 100%;
  resize: none;
}

.xform-container button.button,
.xform-container span.button,
.xform-container a.button {
  width: 100%;
}

.xform-container span.error {
  color: #EE4A56;
}

.xform-container fieldset .radio {
  margin: 0 1em;
}

.xform-container fieldset label {
  line-height: 2.3em;
}

.xform-container div.selector {
  width: 20%;
}

.xform-container .row {
  position: relative;
}

.xform-container .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.xform-container .row.no-pad-b {
  padding-bottom: 0;
}

.xform-container .row.no-pad-t {
  padding-top: 0;
}

.xform-container .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.xform-container .row {
  position: relative;
}

.xform-container .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.xform-container .row.no-pad-b {
  padding-bottom: 0;
}

.xform-container .row.no-pad-t {
  padding-top: 0;
}

.xform-container .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 659px) {
  .xform-container .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .xform-container .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .xform-container .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .xform-container .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .xform-container .row.video > .video-container iframe,
  .xform-container .row.video > .video-container object,
  .xform-container .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .xform-container .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .xform-container .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .xform-container .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .xform-container .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .xform-container .row.video > .video-container iframe,
  .xform-container .row.video > .video-container object,
  .xform-container .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .xform-container .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .xform-container .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .xform-container div.selector {
    width: 50%;
  }
}

.hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .customer-service-start-page .list-menu {
    display: block;
  }

  .customer-service-start-page .list-menu .flex-list.flex-list-3-columns > .flex-list-item {
    padding-left: 25px;
    padding-right: 25px;
  }

  .customer-service-start-page .list-menu .flex-list.flex-list-3-columns > .flex-list-item > .inner {
    position: relative;
    text-align: left;
    padding-left: 90px !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 25px !important;
    margin-top: 3em !important;
    overflow: visible;
  }

  .customer-service-start-page .list-menu .flex-list.flex-list-3-columns > .flex-list-item > .inner .symbol {
    font-size: 100px;
    position: absolute;
    left: -0.2em;
    top: -0.2em;
  }

  .customer-service-start-page .list-menu .flex-list.flex-list-3-columns > .flex-list-item > .inner h2 {
    margin-top: 0;
  }

  .customer-service-start-page .list-menu .flex-list.flex-list-3-columns > .flex-list-item > .inner p {
    line-height: 1.5em;
    margin-top: 1em;
  }

  .customer-service-start-page .list-menu .flex-list.flex-list-3-columns > .flex-list-item > .inner .links {
    display: none;
  }
}

@media screen and (max-width: 768px) and screen and (min-width: 769px) and (max-width: 1024px) {
  .customer-service-start-page .list-menu .flex-list.flex-list-3-columns > .flex-list-item > .inner .symbol {
    font-size: 80px;
    font-weight: 300;
  }
}

.no-step + .device-list-page .filter-bar .container:before {
  right: 4px !important;
}

.no-step + .device-list-page .shopflow-header-expandible-button {
  right: 0 !important;
}

#shopflow-wrapper.device-list-page {
  margin-top: 0;
}

.device-list-container .filter-bar > .container {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .device-list-container .filter-bar > .container {
    padding-top: 0;
  }
}

.device-list-container .filter-bar .crop .inner .device-list-filter-container {
  background-color: #f2f2f2;
  padding: 2em 0;
}

.device-list-container .filter-bar .crop .inner label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.device-list-container .filter-bar .crop .inner .show-more-bar {
  background-color: transparent !important;
  background-image: none !important;
}

.device-list-container .filter-bar .crop .inner .show-more-bar a {
  padding-top: 0 !important;
}

.device-list-container .filter-bar.collapsed .shopflow-header-expandible-button {
  -webkit-tap-highlight-color: transparent;
}

.device-list-container .filter-bar.collapsed .shopflow-header-expandible-button strong:before {
  content: "Visa ";
}

@media (max-width: 1200px) {
  .device-list-container .filter-bar > .container:before {
    right: 64px;
  }
}

@media (max-width: 1130px) {
  .device-list-container .filter-bar > .container:before {
    right: 124px;
  }
}

@media (max-width: 1200px) {
  .device-list-container .filter-bar .shopflow-header-expandible-button {
    right: 60px;
  }
}

@media (max-width: 1130px) {
  .device-list-container .filter-bar .shopflow-header-expandible-button {
    right: 120px;
    box-shadow: #fff 0 0 30px 20px;
  }
}

.device-list-container .filter-bar .shopflow-header-expandible-button strong {
  line-height: 1.4em;
}

.device-list-container .filter-bar .shopflow-header-expandible-button strong:before {
  content: 'Dölj ';
}

@media screen and (max-width: 768px) {
  .device-list-container .filter-bar {
    background-color: #eee;
    margin-top: 1.8em;
  }

  .device-list-container .filter-bar .container:before,
  .device-list-container .filter-bar .container:after {
    display: none;
  }

  .device-list-container .filter-bar .crop .color-fill {
    background-color: transparent;
    color: #7f7f7c;
    font-weight: bold;
  }

  .device-list-container .filter-bar .crop .inner {
    padding: 0;
  }

  .device-list-container .filter-bar.collapsed .shopflow-header-expandible-button:before {
    content: 'w';
  }

  .device-list-container .filter-bar .shopflow-header-expandible-button {
    font-size: 1.33333333em;
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    box-shadow: none;
    background-color: transparent;
  }

  .device-list-container .filter-bar .shopflow-header-expandible-button:before {
    font-size: 1.66666667em;
    content: "x";
    top: 0.6em;
  }

  .device-list-container .filter-bar .shopflow-header-expandible-button strong {
    line-height: 4em;
  }

  .device-list-container .filter-bar .shopflow-header-expandible-button span {
    display: none;
  }
}

.device-list-container hr.divider-gradient {
  border-width: 0;
  margin: 1.5em 0;
}

.device-list-container .cover-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 3;
  text-indent: -9999px;
  font-size: 0;
  color: rgba(255, 255, 255, 0);
}

.device-list-container h2 {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .device-list-container h2 {
    margin-top: 10px;
  }
}

.device-list-container h2 span.pre-heading {
  color: #F7931D;
}

.company .device-list-container h2 span.pre-heading {
  color: #51c1c1;
}

@media screen and (max-width: 768px) {
  .device-list-container .device-list {
    margin-top: 0;
  }
}

.device-list-container .device-list .device > .inner {
  padding-bottom: 120px;
}

.device-list-container .device-list .device > .inner .device-image {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  margin-top: 1rem;
}

.device-list-container .device-list .device > .inner .btn {
  padding-left: 4.5em;
  position: relative;
  font-family: "helvetica", sans-serif;
  position: absolute;
  bottom: 60px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.device-list-container .device-list .device > .inner .btn:before {
  font-size: 3em;
  position: absolute;
  content: "B";
  font-family: "treiconNeue2", sans-serif;
  left: 0.3em;
  font-weight: normal;
}

.is-ie .device-list-container .device-list .device > .inner .btn {
  left: 50%;
}

@media screen and (max-width: 768px) {
  .device-list-container .device-list .device > .inner .btn {
    position: relative;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.device-list-container .device-list .device > .inner .device-image-small {
  display: none;
}

@media screen and (max-width: 768px) {
  .device-list-container .device-list .device {
    background-size: 100% 1px;
    background-position: center bottom;
    padding: 2em 0;
  }

  .device-list-container .device-list .device:first-child {
    *background-color: #fff;
    background-image: -o-radial-gradient(circle, #dbdbdb, #fff);
    background-repeat: no-repeat;
  }

  .device-list-container .device-list .device .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    height: 66vw;
  }

  .device-list-container .device-list .device .inner::after {
    content: "";
    display: block;
    clear: both;
  }

  .device-list-container .device-list .device .inner .hgroup {
    display: block;
  }

  .device-list-container .device-list .device .inner .hgroup h4,
  .device-list-container .device-list .device .inner .hgroup h5 {
    display: inline;
    font-weight: bold;
    font-size: 1.6em;
    color: #30302e;
  }

  .device-list-container .device-list .device .inner .hover-info {
    display: none;
  }

  .device-list-container .device-list .device .inner .aligner {
    width: 50%;
  }

  .device-list-container .device-list .device .inner .device-image-small {
    display: block;
    position: relative;
    width: 50%;
  }

  .device-list-container .device-list .device .inner .crop-image {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
}

.device-page-head {
  margin-top: 1.5em;
  margin-bottom: 2em;
}

@media screen and (max-width: 659px) {
  .device-page-head .phone-padding {
    padding: 0 15%;
  }

  .device-page-head .span10,
  .device-page-head .span13 {
    width: auto;
    float: none;
  }

  .device-page-head .offset1 {
    margin-left: 0;
  }
}

@media screen and (max-width: 659px) {
  .device-page-head .device-description {
    margin-top: 2em;
  }
}

.device-page-head .device-description-heading .suffix {
  display: block;
  font-size: 22px;
  margin: 1em 0 0 0;
  color: #30302e;
  letter-spacing: -0.02em;
  line-height: 1em;
  font-family: 'Helvetica', Arial;
  font-weight: 600;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .device-page-head .device-description-heading .suffix {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .device-page-head .device-description-heading .suffix {
    font-size: 16px;
  }
}

.device-page-head .device-description-heading .suffix:first-child {
  margin-top: 0;
}

.device-page-head .device-description-heading .suffix .pre-heading {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .device-page-head .device-description-heading .suffix {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .device-page-head .device-description-heading .suffix {
    font-size: 16px;
  }
}

.device-page-head .device-description-heading .suffix:first-child {
  margin-top: 0;
}

.device-page-head .device-description-heading .suffix .pre-heading {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}

.device-page-head .device-description-heading .suffix:first-child {
  margin-top: 0.3em;
}

.device-page-head .device-description-body hr {
  margin: 2em 0 0;
}

.device-page-head .device-description-body .anchor-link a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding-left: 35px !important;
  color: #30302e;
  transition: all 0.3s;
}

.device-page-head .device-description-body .anchor-link a:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.device-page-head .device-description-body .anchor-link a:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.device-page-head .device-description-body .anchor-link a.arrow-left {
  padding-left: 20px;
}

.device-page-head .device-description-body .anchor-link a.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.device-page-head .device-description-body .anchor-link a.arrow-left:after {
  left: 0;
}

.device-page-head .device-description-body .anchor-link a.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.device-page-head .device-description-body .anchor-link a.arrow-left:after {
  left: 0;
}

.device-page-head .device-description-body .anchor-link a:before {
  border: 2px solid;
  border-radius: 1000px;
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.device-page-head .device-description-body .anchor-link a:after {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0.55em, -50%) rotate(45deg);
  -ms-transform: translate(0.55em, -50%) rotate(45deg);
  transform: translate(0.55em, -50%) rotate(45deg);
}

.device-page-head .device-description-body .anchor-link a:hover {
  color: #F7931D;
}

.device-page-head .device-description-body .anchor-link a:hover:before,
.device-page-head .device-description-body .anchor-link a:hover:after {
  transition: all 0.3s;
  color: #F7931D;
}

.company .device-page-head .device-description-body .anchor-link a:hover {
  color: #51c1c1;
}

.company .device-page-head .device-description-body .anchor-link a:hover:before,
.company .device-page-head .device-description-body .anchor-link a:hover:after {
  color: #51c1c1;
}

.device-page-head .device-description-body .anchor-link a:active {
  color: #E87900;
}

.device-page-head .device-description-body .anchor-link a:active:before,
.device-page-head .device-description-body .anchor-link a:active:after {
  color: #E87900;
}

.company .device-page-head .device-description-body .anchor-link a:active {
  color: #42A5A2;
}

.company .device-page-head .device-description-body .anchor-link a:active:before,
.company .device-page-head .device-description-body .anchor-link a:active:after {
  color: #42A5A2;
}

.device-page-head .device-description-body .anchor-link a.symbol-link-neg {
  color: #fff;
}

.device-page-head .device-description-body .anchor-link a.symbol-link-neg:hover,
.device-page-head .device-description-body .anchor-link a.symbol-link-neg:active {
  color: #30302e;
}

.device-page-head .device-description-body .anchor-link a.symbol-link-neg:hover:after,
.device-page-head .device-description-body .anchor-link a.symbol-link-neg:active:after,
.device-page-head .device-description-body .anchor-link a.symbol-link-neg:hover:before,
.device-page-head .device-description-body .anchor-link a.symbol-link-neg:active:before {
  color: #30302e;
}

.device-page-head .device-description-body .anchor-link a:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.device-page-head .device-description-body .anchor-link a:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.device-page-head .device-description-body .anchor-link a.arrow-left {
  padding-left: 20px;
}

.device-page-head .device-description-body .anchor-link a.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.device-page-head .device-description-body .anchor-link a.arrow-left:after {
  left: 0;
}

.device-page-head .device-description-body .anchor-link a.arrow-left:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(225deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(225deg);
  transform: translate(0.4em, 0.4em) rotate(225deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.device-page-head .device-description-body .anchor-link a.arrow-left:after {
  left: 0;
}

.device-page-head .device-description-body .anchor-link a:before {
  border: 2px solid;
  border-radius: 1000px;
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.device-page-head .device-description-body .anchor-link a:after {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0.55em, -50%) rotate(45deg);
  -ms-transform: translate(0.55em, -50%) rotate(45deg);
  transform: translate(0.55em, -50%) rotate(45deg);
}

.device-page-head .device-description-body .anchor-link a:hover {
  color: #F7931D;
}

.device-page-head .device-description-body .anchor-link a:hover:before,
.device-page-head .device-description-body .anchor-link a:hover:after {
  transition: all 0.3s;
  color: #F7931D;
}

.company .device-page-head .device-description-body .anchor-link a:hover {
  color: #51c1c1;
}

.company .device-page-head .device-description-body .anchor-link a:hover:before,
.company .device-page-head .device-description-body .anchor-link a:hover:after {
  color: #51c1c1;
}

.device-page-head .device-description-body .anchor-link a:active {
  color: #E87900;
}

.device-page-head .device-description-body .anchor-link a:active:before,
.device-page-head .device-description-body .anchor-link a:active:after {
  color: #E87900;
}

.company .device-page-head .device-description-body .anchor-link a:active {
  color: #42A5A2;
}

.company .device-page-head .device-description-body .anchor-link a:active:before,
.company .device-page-head .device-description-body .anchor-link a:active:after {
  color: #42A5A2;
}

@media screen and (max-width: 659px) {
  .device-page-head div.slideshow {
    margin-bottom: 0;
  }
}

.device-configuration .device-config-row {
  margin-top: 2em;
  *zoom: 1;
}

.device-configuration .device-config-row:before,
.device-configuration .device-config-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.device-configuration .device-config-row:after {
  clear: both;
}

.device-configuration .device-config-row > :first-child {
  margin-top: 0;
}

.device-configuration .color-picker-wrapper {
  display: inline-block;
}

.device-configuration .device-delivery-time-wrapper {
  word-spacing: 0;
}

.device-configuration .device-delivery-time {
  font-weight: 600;
}

.device-configuration-options {
  position: relative;
}

.device-configuration-options:after {
  transition: background 300ms linear, z-index 0s linear 300ms;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: -5px;
  background: rgba(255, 255, 255, 0);
  z-index: -1;
}

.device-configuration-options.inactive:after {
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

.device-config-variants .device-variant-info {
  display: none;
  position: absolute;
  top: 0;
  margin-top: .3em;
  color: #7f7f7c;
  white-space: nowrap;
  width: 100%;
  -webkit-transform: translate(0, 80%);
  -ms-transform: translate(0, 80%);
  transform: translate(0, 80%);
}

@media screen and (max-width: 659px) {
  .device-config-variants .device-variant-info {
    -webkit-transform: translate(0, 75%);
    -ms-transform: translate(0, 75%);
    transform: translate(0, 75%);
  }
}

.device-config-variants .show-device-variant-info {
  margin-bottom: 1em;
}

.device-config-variants .show-device-variant-info .device-variant-info {
  display: block;
}

.device-config-variants .one-item-group {
  max-width: 189px;
}

.device-config-variants .two-items-group {
  max-width: 378px;
}

@media screen and (max-width: 659px) {
  .device-config-variants .one-item-group,
  .device-config-variants .two-items-group {
    max-width: none;
  }
}

.device-config-color .device-delivery-time-wrapper {
  display: inline-block;
  margin-top: 1.2em;
  vertical-align: top;
}

.device-config-color .device-delivery-time-wrapper p {
  margin: 0;
}

.device-page-interestform .error-msg {
  color: #EE4A56;
  font-size: 1.07692308em;
  font-weight: 600;
}

.device-page-interestform label {
  display: block;
  font-size: 1.07692308em;
  font-weight: 600;
}

.device-page-interestform label + input {
  margin-top: .5em;
}

.device-page-interestform .button {
  background-color: #f1696b;
  color: #fff;
}

.device-page-interestform .thanks {
  display: none;
}

.device-page-interestform .thanks span {
  font-size: 1.42857143em;
}

.device-page-interestform.interest-sent .row {
  display: none;
}

.device-page-interestform.interest-sent .thanks {
  display: block;
}

.device-page-information .tabordion-content > .st-active {
  padding-bottom: 4em;
  margin-top: 3em;
}

.device-page-information .summary-data {
  padding-bottom: 2em;
  border-bottom: 2px solid #f2f2f2;
}

.device-page-information .summary-data table td,
.device-page-information .summary-data table th {
  border: none;
  padding: 5px 0;
}

.device-page-information .summary-data table tr:first-child td,
.device-page-information .summary-data table tr:first-child th {
  padding: 2px 0 5px 0;
}

.device-page-information .summary-tab .media-item {
  margin-top: 4em;
}

.device-page-information .summary-tab .media-item,
.device-page-information .summary-tab .media-item * {
  box-sizing: border-box;
}

.device-page-information .summary-tab .media-item .media-item-image {
  float: left;
  width: 30.5%;
  margin-right: 4.5%;
}

.device-page-information .summary-tab .media-item .media-item-image + .media-item-body {
  float: left;
  width: 60%;
  margin-right: 5%;
}

@media screen and (max-width: 659px) {
  .device-page-information .tabordion-content {
    margin-bottom: 1px;
    padding-bottom: 0;
  }

  .device-page-information .tabordion-content > div {
    margin-top: 1px;
  }

  .device-page-information .tabordion-content > .st-active {
    margin-top: 0;
  }

  .device-page-information .specification-tab .tabordion-tab-content {
    margin-top: 1em;
  }

  .device-page-information .specification-tab .span10 {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .device-page-information .specification-tab th {
    width: 50%;
  }

  .device-page-information .summary-tab .span8,
  .device-page-information .summary-tab .span7,
  .device-page-information .summary-tab .span12 {
    width: 100%;
    margin: 0;
    float: none;
  }

  .device-page-information .summary-tab .summary-data {
    padding-bottom: 1em;
  }

  .device-page-information .summary-tab .summary-data h3 {
    font-size: 1.45454545em;
    font-weight: 600;
    margin-top: 1em;
  }

  .device-page-information .summary-tab .summary-data .span7 {
    border-top: 2px solid #f2f2f2;
    margin-top: 1.5em;
    padding-top: 1.5em;
  }

  .device-page-information .summary-tab .summary-data .span7 h3 {
    margin-top: 0;
  }

  .device-page-information .summary-tab .summary-data h3 + * {
    margin-top: .5em;
  }

  .device-page-information .summary-tab .span12 {
    overflow: hidden;
  }

  .device-page-information .summary-tab .media-item {
    margin-top: 1em;
    padding-bottom: 1em;
    overflow: hidden;
  }

  .device-page-information .summary-tab .media-item .media-item-title {
    font-size: 1.45454545em;
    font-weight: 600;
    margin-top: .5em;
  }

  .device-page-information .summary-tab .media-item .media-item-image {
    width: 30.5%;
    margin-right: 4.5%;
  }

  .device-page-information .summary-tab .media-item .media-item-image + .media-item-body {
    float: left;
    width: 60%;
    margin-right: 5%;
  }
}

.section-fill-page .dimmed,
.section-fill-page .disabled {
  opacity: 0.2;
  position: relative;
}

.section-fill-page .dimmed:after,
.section-fill-page .disabled:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
}

.section-fill-page .donate-loader {
  display: none;
  opacity: 0;
  transition: opacity 2s;
  position: relative;
}

.section-fill-page .donate-loader .dots-loader {
  top: 15em;
  left: 16em;
}

.section-fill-page .loading {
  position: relative;
}

.section-fill-page .loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 99;
  opacity: 0;
  transition: opacity 2s;
}

.section-fill-page .loading.loader-show:before {
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.section-fill-page .loading.loader-show .donate-loader {
  display: block;
  opacity: 1;
}

.section-fill-page .parallax {
  height: auto;
}

.section-fill-page .full-height-vertically-centered {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .section-fill-page .full-height-vertically-centered {
    min-height: calc(100vh - 45px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  html.lt-ie10 .section-fill-page .full-height-vertically-centered {
    min-height: 0;
  }
}

.section-fill-page section.view-1 {
  text-align: center;
}

.section-fill-page section.view-1 > div {
  position: relative;
  overflow: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .section-fill-page section.view-1 > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 45px);
  }

  html.lt-ie10 .section-fill-page section.view-1 > div {
    min-height: 0;
  }
}

.section-fill-page section.view-1 > div > div {
  z-index: 1;
  position: relative;
}

.section-fill-page section.view-1 > div .next {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 1em;
  font-weight: 600;
  display: block;
  cursor: pointer;
  bottom: 60px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-1 > div .next {
    display: none;
  }
}

.section-fill-page section.view-1 > div .next:after {
  margin: 10px auto 0;
  transition: all 0.1s;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section-fill-page section.view-1 > div .next:empty {
  color: #fff;
}

.section-fill-page section.view-1 > div .next:empty:after {
  width: 40px;
  height: 40px;
}

.section-fill-page section.view-1 .parallax-background {
  position: absolute;
}

.section-fill-page section.view-1.parallax {
  height: auto;
}

.section-fill-page section.view-1 .html5-video-cover {
  position: absolute;
  width: 100%;
}

.section-fill-page section.view-1 > div > div {
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
  max-width: 1064px;
  padding-top: 80px;
  padding-bottom: 140px;
  max-width: 640px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-1 > div > div {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-1 > div > div {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-1 > div > div {
    max-width: 540px;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-1 > div > div {
    max-width: none;
  }
}

.section-fill-page section.view-1 > div > div h1 {
  letter-spacing: -0.05em;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  transition: all 2s;
  font-size: 72px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-1 > div > div h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-1 > div > div h1 {
    font-size: 32px;
  }
}

.section-fill-page section.view-1 > div > div h1.heading-120px {
  font-size: 120px;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-1 > div > div h1.heading-120px {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-1 > div > div h1.heading-120px {
    font-size: 50px;
  }
}

.section-fill-page section.view-1 > div > div .preamble {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  transition: all 2s;
}

.section-fill-page section.view-1 > div > div h1,
.section-fill-page section.view-1 > div > div p {
  color: #fff;
}

.section-fill-page section.view-1 > div > div .video-button {
  opacity: 0;
  transition: all 1s ease 0.5s;
}

.section-fill-page section.view-1 > div > div .video-button a {
  color: #fff;
}

.section-fill-page section.view-1 > div > div .video-button a:before {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "N";
  font-size: 50px;
  font-weight: 400;
  vertical-align: middle;
  color: #fff !important;
}

.section-fill-page section.view-1 > div > div .video-button a:before:after {
  content: "N";
}

.company .section-fill-page section.view-1 > div > div .video-button a:before {
  color: #51c1c1;
}

.color-section-2 .section-fill-page section.view-1 > div > div .video-button a:before {
  color: #F37875;
}

.color-section-2.company .section-fill-page section.view-1 > div > div .video-button a:before {
  color: #1f99c9;
}

.color-section-3 .section-fill-page section.view-1 > div > div .video-button a:before {
  color: #EE4A56;
}

.color-section-3.company .section-fill-page section.view-1 > div > div .video-button a:before {
  color: #009692;
}

.section-fill-page section.view-1 > div > div .video-button a:empty {
  width: 160px;
  height: 160px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 10000px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.section-fill-page section.view-1 > div > div .video-button a:empty:before {
  content: '';
  border-left: 43px #ffffff solid;
  border-right: 0 solid transparent;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-37%, -50%);
  -ms-transform: translate(-37%, -50%);
  transform: translate(-37%, -50%);
}

.section-fill-page section.view-1 > div > div .btn-container {
  opacity: 0;
  transition: all 1s ease 1s;
}

.section-fill-page section.view-1 > div > div .btn {
  color: #fff;
  border-color: #fff;
  mix-blend-mode: normal;
}

.section-fill-page section.view-1 > div > div .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.section-fill-page section.view-1 > div > div .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.section-fill-page section.view-1 > div > div .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.section-fill-page section.view-1 > div > div .btn.loading:after {
  background-color: #999;
}

html.lt-ie10 .section-fill-page section.view-1 > div > div {
  padding-bottom: 170px;
}

.section-fill-page section.view-1.active h1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.section-fill-page section.view-1.active .preamble {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.section-fill-page section.view-1.active .video-button,
.section-fill-page section.view-1.active .btn-container {
  opacity: 1;
}

.section-fill-page section.view-1 > div {
  position: relative;
  overflow: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .section-fill-page section.view-1 > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 45px);
  }

  html.lt-ie10 .section-fill-page section.view-1 > div {
    min-height: 0;
  }
}

.section-fill-page section.view-1 > div > div {
  z-index: 1;
  position: relative;
}

.section-fill-page section.view-1 > div .next {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 1em;
  font-weight: 600;
  display: block;
  cursor: pointer;
  bottom: 60px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-1 > div .next {
    display: none;
  }
}

.section-fill-page section.view-1 > div .next:after {
  margin: 10px auto 0;
  transition: all 0.1s;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section-fill-page section.view-1 > div .next:empty {
  color: #fff;
}

.section-fill-page section.view-1 > div .next:empty:after {
  width: 40px;
  height: 40px;
}

.section-fill-page section.view-1 .parallax-background {
  position: absolute;
}

.section-fill-page section.view-1.parallax {
  height: auto;
}

.section-fill-page section.view-1 .html5-video-cover {
  position: absolute;
  width: 100%;
}

.section-fill-page section.view-1 > div > div {
  margin: 0 auto;
  padding-left: 25px !important;
  padding-right: 25px !important;
  max-width: 1064px;
  padding-top: 80px;
  padding-bottom: 140px;
  max-width: 640px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-1 > div > div {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-1 > div > div {
    max-width: 852px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-1 > div > div {
    max-width: 540px;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-1 > div > div {
    max-width: none;
  }
}

.section-fill-page section.view-1 > div > div h1 {
  letter-spacing: -0.05em;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  transition: all 2s;
  font-size: 72px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-1 > div > div h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-1 > div > div h1 {
    font-size: 32px;
  }
}

.section-fill-page section.view-1 > div > div h1.heading-120px {
  font-size: 120px;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-1 > div > div h1.heading-120px {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-1 > div > div h1.heading-120px {
    font-size: 50px;
  }
}

.section-fill-page section.view-1 > div > div .preamble {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  transition: all 2s;
}

.section-fill-page section.view-1 > div > div h1,
.section-fill-page section.view-1 > div > div p {
  color: #fff;
}

.section-fill-page section.view-1 > div > div .video-button {
  opacity: 0;
  transition: all 1s ease 0.5s;
}

.section-fill-page section.view-1 > div > div .video-button a {
  color: #fff;
}

.section-fill-page section.view-1 > div > div .video-button a:before {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "N";
  font-size: 50px;
  font-weight: 400;
  vertical-align: middle;
  color: #fff !important;
}

.section-fill-page section.view-1 > div > div .video-button a:before:after {
  content: "N";
}

.company .section-fill-page section.view-1 > div > div .video-button a:before {
  color: #51c1c1;
}

.color-section-2 .section-fill-page section.view-1 > div > div .video-button a:before {
  color: #F37875;
}

.color-section-2.company .section-fill-page section.view-1 > div > div .video-button a:before {
  color: #1f99c9;
}

.color-section-3 .section-fill-page section.view-1 > div > div .video-button a:before {
  color: #EE4A56;
}

.color-section-3.company .section-fill-page section.view-1 > div > div .video-button a:before {
  color: #009692;
}

.section-fill-page section.view-1 > div > div .video-button a:empty {
  width: 160px;
  height: 160px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 10000px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.section-fill-page section.view-1 > div > div .video-button a:empty:before {
  content: '';
  border-left: 43px #ffffff solid;
  border-right: 0 solid transparent;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-37%, -50%);
  -ms-transform: translate(-37%, -50%);
  transform: translate(-37%, -50%);
}

.section-fill-page section.view-1 > div > div .btn-container {
  opacity: 0;
  transition: all 1s ease 1s;
}

.section-fill-page section.view-1 > div > div .btn {
  color: #fff;
  border-color: #fff;
  mix-blend-mode: normal;
}

.section-fill-page section.view-1 > div > div .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.section-fill-page section.view-1 > div > div .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.section-fill-page section.view-1 > div > div .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.section-fill-page section.view-1 > div > div .btn.loading:after {
  background-color: #999;
}

html.lt-ie10 .section-fill-page section.view-1 > div > div {
  padding-bottom: 170px;
}

.section-fill-page section.view-1.active h1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.section-fill-page section.view-1.active .preamble {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.section-fill-page section.view-1.active .video-button,
.section-fill-page section.view-1.active .btn-container {
  opacity: 1;
}

.section-fill-page section.view-1 > div > div {
  max-width: 1064px;
}

.section-fill-page section.view-1 > div > div .preamble {
  max-width: 700px;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-1 > div > div .preamble {
    margin-top: 1em;
  }
}

.section-fill-page section.view-2 p {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-2 p {
    line-height: 1.5em;
    min-height: 40px;
  }
}

.section-fill-page section.view-2 > div {
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 769px) {
  .section-fill-page section.view-2 > div {
    min-height: calc(100vh - 45px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  html.lt-ie10 .section-fill-page section.view-2 > div {
    min-height: 0;
  }
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-2 > div {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.lt-ie10 .section-fill-page section.view-2 > div {
  display: block;
  *zoom: 1;
}

.lt-ie10 .section-fill-page section.view-2 > div:before,
.lt-ie10 .section-fill-page section.view-2 > div:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .section-fill-page section.view-2 > div:after {
  clear: both;
}

.lt-ie10 .section-fill-page section.view-2 > div > * {
  float: left;
}

.section-fill-page section.view-2 > div > * {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: calc(50% + 0);
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.section-fill-page section.view-2 > div > *:nth-child(2n) {
  margin-right: 0;
}

.section-fill-page section.view-2 > div > *:nth-child(2n +1) {
  margin-left: 0;
}

.lt-ie10 .section-fill-page section.view-2 > div > *:nth-child(2n +1) {
  clear: left;
}

.section-fill-page section.view-2 > div > div {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.lt-ie10 .section-fill-page section.view-2 > div > div {
  display: block;
  *zoom: 1;
}

.lt-ie10 .section-fill-page section.view-2 > div > div:before,
.lt-ie10 .section-fill-page section.view-2 > div > div:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .section-fill-page section.view-2 > div > div:after {
  clear: both;
}

.lt-ie10 .section-fill-page section.view-2 > div > div > * {
  float: left;
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-2 > div > div {
    margin: 0 auto;
    padding-left: 25px !important;
    padding-right: 25px !important;
    max-width: 1064px;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 768px) and screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-2 > div > div {
    max-width: 852px;
  }
}

@media screen and (max-width: 768px) and screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-2 > div > div {
    max-width: 852px;
  }
}

html.lt-ie10 .section-fill-page section.view-2 > div > div.left-area {
  position: absolute;
  float: none;
  top: 0;
  bottom: 0;
  left: 0;
}

html.lt-ie10 .section-fill-page section.view-2 > div > div:nth-child(2) {
  margin-left: 50%;
}

.section-fill-page section.view-2 > div > div > div {
  min-height: 50em;
  box-sizing: border-box;
  max-width: 42em;
  margin: 0 auto 0 0;
  padding: 80px;
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-2 > div > div > div {
    padding: 0;
    padding-right: 4em;
    width: auto;
    min-width: inherit;
    min-height: inherit;
  }
}

.section-fill-page section.view-2 > div > div > div h2 + p {
  margin-top: 2em;
  margin-bottom: 2em;
}

.section-fill-page section.view-2 > div > div:first-child {
  background: #f2f2f2;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-fill-page section.view-2 > div > div:first-child > div {
  margin-right: 6em;
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-2 > div > div:first-child > div {
    margin-right: 0;
  }
}

.section-fill-page section.view-2 h2 {
  font-size: 28px;
  margin: 1em 0 0 0;
  color: #30302e;
  letter-spacing: -0.02em;
  line-height: 1em;
  font-family: 'Helvetica', Arial;
  font-weight: 600;
  transition: all 1s;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-2 h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-2 h2 {
    font-size: 18px;
  }
}

.section-fill-page section.view-2 h2:first-child {
  margin-top: 0;
}

.section-fill-page section.view-2 h2 .pre-heading {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section-fill-page section.view-2 h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-2 h2 {
    font-size: 18px;
  }
}

.section-fill-page section.view-2 h2:first-child {
  margin-top: 0;
}

.section-fill-page section.view-2 h2 .pre-heading {
  display: block;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-2 h2 {
    text-align: left;
  }
}

.section-fill-page section.view-2 h3 {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .section-fill-page section.view-2 h3 {
    font-size: 16px;
  }
}

.section-fill-page section.view-2.active h2 {
  opacity: 1;
}

.section-fill-page section.view-2.active .item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.section-fill-page section .link-item {
  cursor: pointer;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.lt-ie10 .section-fill-page section .link-item {
  display: block;
  *zoom: 1;
}

.lt-ie10 .section-fill-page section .link-item:before,
.lt-ie10 .section-fill-page section .link-item:after {
  display: table;
  content: "";
  line-height: 0;
}

.lt-ie10 .section-fill-page section .link-item:after {
  clear: both;
}

.lt-ie10 .section-fill-page section .link-item > * {
  float: left;
}

.section-fill-page section .link-item > div {
  width: 80%;
}

.section-fill-page section .link-item > div p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.section-fill-page section .link-item [class^="symbol-"] {
  position: relative;
  width: 80px;
  height: 80px;
}

.section-fill-page section .link-item [class^="symbol-"]:after {
  position: absolute;
  left: -0.18em;
  color: #30302e;
}

.section-fill-page section .link-item .symbol-admin {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "a";
}

.section-fill-page section .link-item .symbol-admin:after {
  content: "a";
}

.company .section-fill-page section .link-item .symbol-admin {
  color: #51c1c1;
}

.color-section-2 .section-fill-page section .link-item .symbol-admin {
  color: #F37875;
}

.color-section-2.company .section-fill-page section .link-item .symbol-admin {
  color: #1f99c9;
}

.color-section-3 .section-fill-page section .link-item .symbol-admin {
  color: #EE4A56;
}

.color-section-3.company .section-fill-page section .link-item .symbol-admin {
  color: #009692;
}

.section-fill-page section .link-item .symbol-user {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "b";
}

.section-fill-page section .link-item .symbol-user:after {
  content: "b";
}

.company .section-fill-page section .link-item .symbol-user {
  color: #51c1c1;
}

.color-section-2 .section-fill-page section .link-item .symbol-user {
  color: #F37875;
}

.color-section-2.company .section-fill-page section .link-item .symbol-user {
  color: #1f99c9;
}

.color-section-3 .section-fill-page section .link-item .symbol-user {
  color: #EE4A56;
}

.color-section-3.company .section-fill-page section .link-item .symbol-user {
  color: #009692;
}

.section-fill-page section .link-item .symbol-create-admin {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "c";
}

.section-fill-page section .link-item .symbol-create-admin:after {
  content: "c";
}

.company .section-fill-page section .link-item .symbol-create-admin {
  color: #51c1c1;
}

.color-section-2 .section-fill-page section .link-item .symbol-create-admin {
  color: #F37875;
}

.color-section-2.company .section-fill-page section .link-item .symbol-create-admin {
  color: #1f99c9;
}

.color-section-3 .section-fill-page section .link-item .symbol-create-admin {
  color: #EE4A56;
}

.color-section-3.company .section-fill-page section .link-item .symbol-create-admin {
  color: #009692;
}

.section-fill-page section .link-item .symbol-logout {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "a";
}

.section-fill-page section .link-item .symbol-logout:after {
  content: "a";
}

.company .section-fill-page section .link-item .symbol-logout {
  color: #51c1c1;
}

.color-section-2 .section-fill-page section .link-item .symbol-logout {
  color: #F37875;
}

.color-section-2.company .section-fill-page section .link-item .symbol-logout {
  color: #1f99c9;
}

.color-section-3 .section-fill-page section .link-item .symbol-logout {
  color: #EE4A56;
}

.color-section-3.company .section-fill-page section .link-item .symbol-logout {
  color: #009692;
}

.section-fill-page section .link-item .symbol {
  color: #30302e;
}

.section-fill-page section .link-item .arrow {
  display: inline-block;
}

.section-fill-page section .link-item .arrow:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  -webkit-transform: translate(0, -0.4em) rotate(45deg);
  -ms-transform: translate(0, -0.4em) rotate(45deg);
  transform: translate(0, -0.4em) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.section-fill-page section .link-item .arrow:after {
  transition: right 0.1s ease-out;
  right: 10px;
}

.section-fill-page section .link-item:hover .arrow:after {
  right: 5px;
}

.section-fill-page section .donate-flow .symbol-hardware {
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "d";
  color: #7f7f7c;
  position: relative;
  overflow: hidden;
  width: 98px;
  left: -12px;
  line-height: 0.5em;
  font-size: 110px;
  vertical-align: middle;
  display: inline-block;
}

.section-fill-page section .donate-flow .symbol-hardware:after {
  content: "d";
}

.company .section-fill-page section .donate-flow .symbol-hardware {
  color: #51c1c1;
}

.color-section-2 .section-fill-page section .donate-flow .symbol-hardware {
  color: #F37875;
}

.color-section-2.company .section-fill-page section .donate-flow .symbol-hardware {
  color: #1f99c9;
}

.color-section-3 .section-fill-page section .donate-flow .symbol-hardware {
  color: #EE4A56;
}

.color-section-3.company .section-fill-page section .donate-flow .symbol-hardware {
  color: #009692;
}

.section-fill-page section .donate-flow .response-error {
  margin-bottom: 2em;
}

.section-fill-page section .donate-flow h2 {
  font-size: 54px;
}

.section-fill-page section .donate-flow .link,
.section-fill-page section .donate-flow .btn {
  position: relative;
  margin-top: 1em;
}

.section-fill-page section .donate-flow .link {
  color: #30302e;
}

.section-fill-page section .donate-flow .btn {
  min-width: 15em;
}

@media screen and (max-width: 768px) {
  .section-fill-page section .donate-flow .btn {
    width: 100%;
  }
}

.section-fill-page section .donate-flow .thank-you .btn {
  margin-top: 3em;
  margin-bottom: 1em;
}

.section-fill-page section .response-error {
  margin-bottom: 1em;
}

.section-fill-page section .response-error p:first-child {
  margin-top: 0;
}

.section-fill-page section .donate-form > div {
  margin-top: 2em;
}

.section-fill-page section .donate-form > div:first-child {
  margin-top: 0;
}

.section-fill-page section .donate-form > div .subscription-info {
  margin-top: 1em;
}

.section-fill-page section .donate-form > div .subscription-info img {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.section-fill-page section .donate-form > div .subscription-info > span {
  white-space: nowrap;
}

.section-fill-page section .donate-form > div .radio-item {
  font-weight: normal;
}

.section-fill-page section .donate-form > div .form-select {
  z-index: 100;
}

.section-fill-page section .donate-form > div .terms,
.section-fill-page section .donate-form > div .donate {
  display: inline-block;
}

.section-fill-page section .donate-form > div .terms {
  margin-top: 1em;
  margin-left: 1em;
}

.section-fill-page section .donate-form > div .single-sub {
  margin-top: 0;
  font-size: 18px;
}

.section-fill-page section .donate-form .info-messages p {
  font-weight: 800;
}

.error-404-page {
  margin-top: 0em;
  padding-top: 4em;
  padding-bottom: 4em;
}

.error-404-page .top-content {
  margin-bottom: 2em;
}

.error-404-page .top-content h2 {
  font-size: 5.538em;
}

@media screen and (max-width: 659px) {
  .error-404-page .top-content h2 {
    margin-top: 0.3em;
    font-size: 4em;
  }
}

.error-404-page .top-content .c-message {
  float: right;
}

@media screen and (max-width: 659px) {
  .error-404-page .top-content .c-message {
    float: none;
  }
}

.error-404-page .top-content .message {
  font-size: 1.077em;
}

@media screen and (max-width: 659px) {
  .error-404-page .top-content .message {
    font-size: 1.077em;
    margin-bottom: 2em;
  }
}

.error-404-page .top-content .button {
  margin-top: 3em;
}

@media screen and (max-width: 659px) {
  .error-404-page .top-content {
    margin-bottom: 2em;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .error-404-page .top-content .c-span {
    width: 100%;
    margin: 0;
  }
}

.error-404-page ul.link-list {
  padding: 0;
}

.error-404-page ul.link-list li {
  list-style: none;
}

.error-404-page li a,
.error-404-page p a {
  font-weight: 600;
}

.error-404-page .row-spot {
  position: relative;
}

@media screen and (max-width: 659px) {
  .error-404-page .row-spot .c-spot {
    width: 100%;
    margin-left: 0;
  }
}

.error-404-page .row-spot .c-spot .btn-spacer {
  padding-bottom: 4em;
}

.error-404-page .row-spot .c-spot .btn-spacer a {
  position: absolute;
  bottom: 1em;
}

@media screen and (max-width: 659px) {
  .error-404-page .row-spot .c-spot .btn-spacer {
    padding-bottom: 3em;
  }

  .error-404-page .row-spot .c-spot .btn-spacer a {
    position: relative;
    margin-top: 2em;
  }
}

@media screen and (max-width: 659px) {
  .error-404-page .button-large {
    width: 85%;
    margin-left: 2.2em;
  }
}

.external-voucher-page .main {
  padding: 3em 0 2.5em 0;
}

.external-voucher-page .main .container .custom-selector {
  color: #ffffff;
}

.external-voucher-page .main .container .row .item-image,
.external-voucher-page .main .container .row .item-content {
  padding-bottom: 2em;
}

@media screen and (max-width: 659px), screen and (min-width: 660px) and (max-width: 768px) {
  .external-voucher-page .main .container .row .item-image img {
    width: 95%;
  }
}

.external-voucher-page .main .container .row .item-content h1 {
  margin-top: .1em;
}

.external-voucher-page .main .container .row .item-price p {
  margin-top: .5em;
}

.external-voucher-page .main .container .row .item-price p + p {
  margin-top: .2em;
}

.external-voucher-page .main .container .row .item-login > a {
  margin-top: 1.5em;
}

.external-voucher-page .main .container .row .image-price {
  padding-left: .5em;
}

.external-voucher-page .main .container .row .image-price p + p {
  margin-top: .2em;
}

.external-voucher-page .free-text {
  background-color: #f2f2f2;
}

.external-voucher-page .free-text .container {
  padding-bottom: 1.5em;
}

.external-voucher-page .related-addons > .color-fill {
  margin-bottom: 3.5em;
}

.external-voucher-page .related-addons .container {
  padding: 1em 0 2.5em 0;
}

.external-voucher-page .related-addons .container h2 {
  color: white;
}

@media screen and (max-width: 659px), screen and (min-width: 660px) and (max-width: 768px) {
  .external-voucher-page .related-addons .container h2 {
    padding-left: .5em;
  }
}

.external-voucher-page .related-addons > .related {
  padding-bottom: 1em;
}

@media screen and (max-width: 659px), screen and (min-width: 660px) and (max-width: 768px) {
  .external-voucher-page .related-addons > .related {
    padding-bottom: 0;
    margin-bottom: -5em;
  }
}

.external-voucher-page .related-addons > .related .recommendations {
  padding: 1.5em 0;
}

.external-voucher-page .related-addons > .related .recommendations .container .row .span6 {
  *background-color: rgba(255, 255, 255, 0);
  background-image: -o-radial-gradient(circle, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1px 100%;
  box-sizing: border-box;
}

.external-voucher-page .related-addons > .related .recommendations .container .row .span6:first-child {
  padding-left: 0;
}

.external-voucher-page .related-addons > .related .recommendations .container .row .span6 img {
  margin-left: 2.5em;
}

.external-voucher-page .related-addons > .related .recommendations .container .row .span6.last {
  padding-right: 0;
  background: none;
}

.external-voucher-page .related-addons > .related .recommendations .container .row .span6 > div {
  padding: 1em;
  max-width: 80.5%;
}

.external-voucher-page .related-addons > .related .recommendations .container .row .span6 > div h4 {
  color: #F7931D;
  white-space: nowrap;
}

.external-voucher-page .related-addons > .related .recommendations .container .row .span6 > div h4 + div {
  font-weight: 600;
}

.external-voucher-page .related-addons > .related .recommendations .container .row .span6 > div h4 + div .t-small-price {
  font-weight: 600;
  font-size: 1.38461538em;
}

.external-voucher-page .related-addons > .related .recommendations .container .row .span6 > div h4 + div .suffix {
  font-weight: 600;
  font-size: 1.23076923em;
}

.external-voucher-page .related-addons > .related .recommendations .container .row .span6 > div p {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 1em;
}

.external-voucher-page .related-addons > .related .recommendations .container .row .span6 > div p + p {
  float: left;
  width: 100%;
}

.external-voucher-page .related-addons > .related .recommendations .container .row .span6 > div p + p a {
  float: right;
}

@media screen and (max-width: 659px), screen and (min-width: 769px) and (max-width: 1024px) {
  .external-voucher-page .related-addons > .related .recommendations .container .row .span6 {
    float: left;
    width: 100%;
    margin: 0 0 3em 0;
  }

  .external-voucher-page .related-addons > .related .recommendations .container .row .span6 > a img {
    width: 25%;
    float: left;
    margin-top: .3em;
    margin-left: 0;
  }

  .external-voucher-page .related-addons > .related .recommendations .container .row .span6 > a > div {
    margin-left: 1em;
    float: left;
    width: 70%;
  }

  .external-voucher-page .related-addons > .related .recommendations .container .row .span6 > a > div h4 {
    margin-top: .5em;
  }

  .external-voucher-page .related-addons > .related .recommendations .container .row .span6 > a > div > p {
    color: #7f7f7c;
    padding: .5em 0;
    margin: 0;
  }

  .external-voucher-page .related-addons > .related .recommendations .container .row .span6 > a > div > div {
    color: #7f7f7c;
    font-weight: 600;
  }
}

@media screen and (max-width: 659px), screen and (min-width: 660px) and (max-width: 768px) {
  .external-voucher-page .related-addons > .related .recommendations {
    margin-top: -2.5em;
  }

  .external-voucher-page .related-addons > .related .recommendations .container .row .span6 {
    width: 97%;
    margin-left: 1.5%;
  }
}

.guidelines .container > .flex-columns:first-child {
  margin-top: 0;
}

.guidelines .guidelines-heading {
  *background-color: #ec7575;
  background-image: linear-gradient(to right, #f18d2d, #ec7575);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff18d2d', endColorstr='#ffec7575', GradientType=1);
  padding: 1em;
  font-size: 20px;
}

.guidelines .guidelines-heading h2 {
  font-size: 1em;
  color: #fff;
  font-weight: bold;
}

.guidelines .guidelines-heading h3 {
  margin-top: 0;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}

.guidelines .guidelines-heading p {
  margin-top: 0;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}

.guidelines .guidelines-container {
  padding: 50px 0;
}

.guidelines .guidelines-container .color {
  text-align: center;
  font-weight: bold;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
}

.guidelines .guidelines-container .color.orange {
  background-color: #F7931D;
}

.guidelines .guidelines-container .color.peach {
  background-color: #F37875;
}

.guidelines .guidelines-container .color.raspberry {
  background-color: #EE4A56;
}

.guidelines .guidelines-container .color.mint {
  background-color: #51c1c1;
}

.guidelines .guidelines-container .color.peppermint {
  background-color: #1f99c9;
}

.guidelines .guidelines-container .color.teal {
  background-color: #009692;
}

.guidelines .guidelines-container .color.salt {
  color: #30302e;
  background-color: #f2f2f2;
}

.guidelines .guidelines-container .color.sand {
  color: #30302e;
  background-color: #e0dcd0;
}

.guidelines .guidelines-container .color.charcoal {
  background-color: #30302e;
}

.guidelines .guidelines-container .color.sunset {
  *background-color: #ec7575;
  background-image: linear-gradient(to right, #f18d2d, #ec7575);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff18d2d', endColorstr='#ffec7575', GradientType=1);
}

.guidelines .guidelines-container .color.sunset.sixty {
  *background-color: rgba(236, 117, 117, 0.6);
  background-image: linear-gradient(to right, rgba(241, 141, 45, 0.6), rgba(236, 117, 117, 0.6));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99f18d2d', endColorstr='#99ec7575', GradientType=1);
}

.guidelines .guidelines-container .color.sunset.twenty {
  *background-color: rgba(236, 117, 117, 0.2);
  background-image: linear-gradient(to right, rgba(241, 141, 45, 0.2), rgba(236, 117, 117, 0.2));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33f18d2d', endColorstr='#33ec7575', GradientType=1);
  color: #30302e;
}

.guidelines .guidelines-container .color.burst {
  *background-color: #e43448;
  background-image: linear-gradient(to right, #ec7575, #e43448);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec7575', endColorstr='#ffe43448', GradientType=1);
}

.guidelines .guidelines-container .color.burst.sixty {
  *background-color: rgba(228, 52, 72, 0.6);
  background-image: linear-gradient(to right, rgba(236, 117, 117, 0.6), rgba(228, 52, 72, 0.6));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ec7575', endColorstr='#99e43448', GradientType=1);
}

.guidelines .guidelines-container .color.burst.twenty {
  *background-color: rgba(228, 52, 72, 0.2);
  background-image: linear-gradient(to right, rgba(236, 117, 117, 0.2), rgba(228, 52, 72, 0.2));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ec7575', endColorstr='#33e43448', GradientType=1);
  color: #30302e;
}

.guidelines .guidelines-container .color.aquamarine {
  *background-color: #1f99c9;
  background-image: linear-gradient(to right, #51c1c1, #1f99c9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51c1c1', endColorstr='#ff1f99c9', GradientType=1);
}

.guidelines .guidelines-container .color.aquamarine.sixty {
  *background-color: rgba(31, 153, 201, 0.6);
  background-image: linear-gradient(to right, rgba(81, 193, 193, 0.6), rgba(31, 153, 201, 0.6));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9951c1c1', endColorstr='#991f99c9', GradientType=1);
}

.guidelines .guidelines-container .color.aquamarine.twenty {
  *background-color: rgba(31, 153, 201, 0.2);
  background-image: linear-gradient(to right, rgba(81, 193, 193, 0.2), rgba(31, 153, 201, 0.2));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3351c1c1', endColorstr='#331f99c9', GradientType=1);
  color: #30302e;
}

.guidelines .guidelines-container .tight-line-height {
  line-height: 1.5em;
}

.guidelines .guidelines-container code {
  background-color: #f2f2f2;
  padding: 10px;
  display: block;
}

.guidelines .guidelines-container code,
.guidelines .guidelines-container .code {
  color: #1f99c9;
  font-style: normal;
}

.guidelines .guidelines-container .params:before {
  content: "Parameters";
  font-weight: bold;
  display: block;
  margin-top: 1rem;
}

.guidelines .guidelines-container .params dt {
  color: #1f99c9;
  font-style: normal;
  margin-top: 0.5rem;
}

.guidelines .guidelines-container .params dt.optional:before {
  content: "[";
}

.guidelines .guidelines-container .params dt.optional:after {
  content: "]";
}

.guidelines .guidelines-container .params dd {
  margin: 0.5rem 0 0 1rem;
}

.guidelines .guidelines-container .note {
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.5em;
  text-align: left;
  padding: 1rem;
  background-color: #EE4A56;
  color: #fff;
  font-family: monospace, serif;
}

.guidelines .guidelines-container .sample {
  position: relative;
  margin-top: 1em;
  border: 2px solid #f2f2f2;
  padding: 20px;
}

.guidelines .guidelines-container .sample.shaded {
  background-color: #f2f2f2;
}

.guidelines .guidelines-container .sample.shaded hr {
  border-color: #fff;
}

.guidelines .guidelines-container .sample.faded {
  *background-color: #ec7575;
  background-image: linear-gradient(to right, #f18d2d, #ec7575);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff18d2d', endColorstr='#ffec7575', GradientType=1);
}

.guidelines .guidelines-container .sample.faded p,
.guidelines .guidelines-container .sample.faded h1,
.guidelines .guidelines-container .sample.faded h2,
.guidelines .guidelines-container .sample.faded h3,
.guidelines .guidelines-container .sample.faded h4,
.guidelines .guidelines-container .sample.faded h5,
.guidelines .guidelines-container .sample.faded h6,
.guidelines .guidelines-container .sample.faded .price-box span,
.guidelines .guidelines-container .sample.faded .price-box strong {
  color: #fff;
}

.guidelines .guidelines-container .sample.faded hr {
  border-color: #fff;
}

.guidelines .guidelines-container .sample .price-box {
  margin-top: 0;
}

.guidelines .guidelines-container .color-btn-demo .btn {
  color: #EE4A56;
  border-color: #EE4A56;
}

.guidelines .guidelines-container .color-btn-demo .btn:hover {
  background-color: #EE4A56;
  border-color: #EE4A56;
  color: #fff;
}

.guidelines .guidelines-container .color-btn-demo .btn.loading {
  border-color: #f2f2f2;
  background-color: #bfbfbf;
  color: #999;
  cursor: default;
}

.guidelines .guidelines-container .color-btn-demo .btn.loading:hover {
  background-color: #bfbfbf !important;
  color: #999;
}

.guidelines .guidelines-container .color-btn-demo .btn.loading:after {
  background-color: #999;
}

.guidelines .guidelines-container .icon-btn-demo .btn {
  padding-left: 4.5em;
  position: relative;
  font-family: "helvetica", sans-serif;
}

.guidelines .guidelines-container .icon-btn-demo .btn:before {
  font-size: 3em;
  position: absolute;
  content: "B";
  font-family: "treiconNeue2", sans-serif;
  left: 0.3em;
  font-weight: normal;
}

.guidelines .guidelines-container .symbol-link-neg-demo {
  background-color: #F7931D;
  padding: 1rem;
}

.guidelines .guidelines-container .form-control-color-demo .form-control {
  border-color: #EE4A56;
}

.guidelines .guidelines-container .form-control-color-demo .form-control > label {
  border-right-color: #EE4A56;
  color: #EE4A56;
}

.guidelines .guidelines-container .form-control-color-demo .form-control > label:hover span {
  background-color: #EE4A56;
}

.guidelines .guidelines-container .form-control-color-demo .form-control > label input:checked + span {
  background-color: #EE4A56;
}

.guidelines .guidelines-container .bubble.burst {
  *background-color: rgba(228, 52, 72, 0.8);
  background-image: linear-gradient(to right, rgba(236, 117, 117, 0.8), rgba(228, 52, 72, 0.8));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccec7575', endColorstr='#cce43448', GradientType=1);
}

.guidelines .guidelines-container .gradient-heading span:first-child {
  color: #ec7575;
  display: inline-block;
  padding-bottom: 0.20em;
  margin-bottom: -0.2em;
  padding-right: 0.05em;
}

html.backgroundcliptext .guidelines .guidelines-container .gradient-heading span:first-child {
  background: linear-gradient(to right, #f18d2d, #ec7575);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.guidelines .guidelines-container .gradient-heading span:last-child {
  display: block;
}

.guidelines .guidelines-container .symbols-container p:first-child {
  border: #f2f2f2 2px solid;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "";
}

.guidelines .guidelines-container .symbols-container p:first-child:after {
  content: "";
}

.company .guidelines .guidelines-container .symbols-container p:first-child {
  color: #51c1c1;
}

.color-section-2 .guidelines .guidelines-container .symbols-container p:first-child {
  color: #F37875;
}

.color-section-2.company .guidelines .guidelines-container .symbols-container p:first-child {
  color: #1f99c9;
}

.color-section-3 .guidelines .guidelines-container .symbols-container p:first-child {
  color: #EE4A56;
}

.color-section-3.company .guidelines .guidelines-container .symbols-container p:first-child {
  color: #009692;
}

.guidelines .guidelines-container .symbols-container p:first-child:after {
  content: "";
}

.company .guidelines .guidelines-container .symbols-container p:first-child {
  color: #51c1c1;
}

.color-section-2 .guidelines .guidelines-container .symbols-container p:first-child {
  color: #F37875;
}

.color-section-2.company .guidelines .guidelines-container .symbols-container p:first-child {
  color: #1f99c9;
}

.color-section-3 .guidelines .guidelines-container .symbols-container p:first-child {
  color: #EE4A56;
}

.color-section-3.company .guidelines .guidelines-container .symbols-container p:first-child {
  color: #009692;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .guidelines-container .symbols-container p:first-child {
    font-size: 50px;
    font-weight: 400;
  }
}

.guidelines .guidelines-container .symbols-container p:first-child.symbol-xsmall {
  font-size: 40px;
  font-weight: 400;
}

.guidelines .guidelines-container .symbols-container p:first-child.symbol-small {
  font-size: 50px;
  font-weight: 400;
}

.guidelines .guidelines-container .symbols-container p:first-child.symbol-large {
  font-size: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .guidelines-container .symbols-container p:first-child.symbol-large {
    font-size: 80px;
    font-weight: 300;
  }
}

.guidelines .guidelines-container .symbols-container span:first-child {
  position: relative;
  border: #f2f2f2 2px solid;
  text-align: center;
  display: block;
  height: 54px;
  color: #30302e;
}

.guidelines .guidelines-container .symbols-container span:first-child > span {
  border: none;
  height: 25px;
}

.guidelines .guidelines-container .symbols-container span:first-child.smart-symbol-arrow:after {
  content: '';
  display: inline-block;
  color: inherit;
  position: absolute;
  -webkit-transform: translate(0.4em, 0.4em) rotate(45deg);
  -ms-transform: translate(0.4em, 0.4em) rotate(45deg);
  transform: translate(0.4em, 0.4em) rotate(45deg);
  width: 15px;
  height: 15px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.guidelines .guidelines-container .symbols-container span:first-child.smart-symbol-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.guidelines .guidelines-container .symbols-container span:first-child .smart-symbol-arrow-animated {
  width: 25px;
  margin: 0 auto;
  top: 17px;
  left: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.guidelines .guidelines-container .symbols-container span:first-child .smart-symbol-arrow-animated:after,
.guidelines .guidelines-container .symbols-container span:first-child .smart-symbol-arrow-animated:before {
  line-height: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 1em;
  font-size: 15px;
  height: 2px;
  content: "";
  background-color: #30302e;
  transition: all 100ms, -webkit-transform 300ms cubic-bezier(0.5, 0, 0.5, 1.5);
  transition: all 100ms, transform 300ms cubic-bezier(0.5, 0, 0.5, 1.5);
  transition: all 100ms, transform 300ms cubic-bezier(0.5, 0, 0.5, 1.5), -webkit-transform 300ms cubic-bezier(0.5, 0, 0.5, 1.5);
}

.guidelines .guidelines-container .symbols-container span:first-child .smart-symbol-arrow-animated:before {
  -webkit-transform: translate(27%, 0) rotate(-45deg);
  -ms-transform: translate(27%, 0) rotate(-45deg);
  transform: translate(27%, 0) rotate(-45deg);
}

.guidelines .guidelines-container .symbols-container span:first-child .smart-symbol-arrow-animated:after {
  -webkit-transform: translate(-27%, 0) rotate(45deg);
  -ms-transform: translate(-27%, 0) rotate(45deg);
  transform: translate(-27%, 0) rotate(45deg);
}

.guidelines .guidelines-container .symbols-container span:first-child .smart-symbol-arrow-animated:active:before {
  -webkit-transform: translate(27%, -0.15em) rotate(45deg);
  -ms-transform: translate(27%, -0.15em) rotate(45deg);
  transform: translate(27%, -0.15em) rotate(45deg);
}

.guidelines .guidelines-container .symbols-container span:first-child .smart-symbol-arrow-animated:active:after {
  -webkit-transform: translate(-27%, -0.15em) rotate(-45deg);
  -ms-transform: translate(-27%, -0.15em) rotate(-45deg);
  transform: translate(-27%, -0.15em) rotate(-45deg);
}

.guidelines .guidelines-container .symbols-container span:first-child .smart-symbol-arrow-animated:active:before {
  -webkit-transform: translate(27%, -0.15em) rotate(45deg);
  -ms-transform: translate(27%, -0.15em) rotate(45deg);
  transform: translate(27%, -0.15em) rotate(45deg);
}

.guidelines .guidelines-container .symbols-container span:first-child .smart-symbol-arrow-animated:active:after {
  -webkit-transform: translate(-27%, -0.15em) rotate(-45deg);
  -ms-transform: translate(-27%, -0.15em) rotate(-45deg);
  transform: translate(-27%, -0.15em) rotate(-45deg);
}

.guidelines .guidelines-container .symbols-container.small p {
  font-size: 50px;
  font-weight: 400;
}

.guidelines .guidelines-container .symbols-container.large p {
  font-size: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .guidelines-container .symbols-container.large p {
    font-size: 80px;
    font-weight: 300;
  }
}

.guidelines .symbols-usage-example i:first-child {
  text-align: center;
  border: none;
  font-size: 80px;
  font-style: normal;
  font-family: "treiconNeue2", sans-serif;
  font-weight: 300;
  line-height: 1em;
  color: #F7931D;
  content: "";
  font-size: 100px;
}

.guidelines .symbols-usage-example i:first-child:after {
  content: "";
}

.company .guidelines .symbols-usage-example i:first-child {
  color: #51c1c1;
}

.color-section-2 .guidelines .symbols-usage-example i:first-child {
  color: #F37875;
}

.color-section-2.company .guidelines .symbols-usage-example i:first-child {
  color: #1f99c9;
}

.color-section-3 .guidelines .symbols-usage-example i:first-child {
  color: #EE4A56;
}

.color-section-3.company .guidelines .symbols-usage-example i:first-child {
  color: #009692;
}

.guidelines .symbols-usage-example i:first-child:after {
  content: "";
}

.company .guidelines .symbols-usage-example i:first-child {
  color: #51c1c1;
}

.color-section-2 .guidelines .symbols-usage-example i:first-child {
  color: #F37875;
}

.color-section-2.company .guidelines .symbols-usage-example i:first-child {
  color: #1f99c9;
}

.color-section-3 .guidelines .symbols-usage-example i:first-child {
  color: #EE4A56;
}

.color-section-3.company .guidelines .symbols-usage-example i:first-child {
  color: #009692;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .symbols-usage-example i:first-child {
    font-size: 50px;
    font-weight: 400;
  }
}

.guidelines .symbols-usage-example i:first-child.symbol-xsmall {
  font-size: 40px;
  font-weight: 400;
}

.guidelines .symbols-usage-example i:first-child.symbol-small {
  font-size: 50px;
  font-weight: 400;
}

.guidelines .symbols-usage-example i:first-child.symbol-large {
  font-size: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .symbols-usage-example i:first-child.symbol-large {
    font-size: 80px;
    font-weight: 300;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .symbols-usage-example i:first-child {
    font-size: 80px;
    font-weight: 300;
  }
}

.guidelines .symbols-usage-example .layout-left-aligned {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .guidelines .symbols-usage-example .layout-left-aligned {
    width: inherit;
  }
}

.guidelines .symbols-usage-example .layout-left-aligned .items .item {
  position: relative;
  margin-top: 3em;
  padding-left: 90px;
}

.guidelines .symbols-usage-example .layout-left-aligned .items .item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .symbols-usage-example .layout-left-aligned .items .item {
    padding-left: 70px;
  }
}

.guidelines .symbols-usage-example .layout-left-aligned .items .item i {
  position: absolute;
  top: -0.2em;
  left: -0.2em;
}

.guidelines .font-demo-standard {
  text-align: center;
  text-transform: uppercase;
}

.guidelines .font-demo-standard h1 {
  font-size: 72px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-standard h1 {
    font-size: 72px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-standard h1 {
    font-size: 72px;
  }
}

.guidelines .font-demo-standard h2 {
  font-size: 28px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-standard h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-standard h2 {
    font-size: 28px;
  }
}

.guidelines .font-demo-standard h3 {
  font-size: 22px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-standard h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-standard h3 {
    font-size: 22px;
  }
}

.guidelines .font-demo-standard h4 {
  font-size: 18px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-standard h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-standard h4 {
    font-size: 18px;
  }
}

.guidelines .font-demo-standard h5 {
  font-size: 16px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-standard h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-standard h5 {
    font-size: 16px;
  }
}

.guidelines .font-demo-standard h6 {
  font-size: 14px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-standard h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-standard h6 {
    font-size: 14px;
  }
}

.guidelines .font-demo-standard p {
  text-transform: none;
}

.guidelines .font-demo-large {
  text-align: center;
  text-transform: uppercase;
}

.guidelines .font-demo-large h1 {
  font-size: 54px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-large h1 {
    font-size: 54px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-large h1 {
    font-size: 54px;
  }
}

.guidelines .font-demo-large h2 {
  font-size: 24px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-large h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-large h2 {
    font-size: 24px;
  }
}

.guidelines .font-demo-large h3 {
  font-size: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-large h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-large h3 {
    font-size: 20px;
  }
}

.guidelines .font-demo-large h4 {
  font-size: 16px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-large h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-large h4 {
    font-size: 16px;
  }
}

.guidelines .font-demo-large h5 {
  font-size: 15px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-large h5 {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-large h5 {
    font-size: 15px;
  }
}

.guidelines .font-demo-large h6 {
  font-size: 14px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-large h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-large h6 {
    font-size: 14px;
  }
}

.guidelines .font-demo-large p {
  text-transform: none;
}

.guidelines .font-demo-small {
  text-align: center;
  text-transform: uppercase;
}

.guidelines .font-demo-small h1 {
  font-size: 36px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-small h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-small h1 {
    font-size: 36px;
  }
}

.guidelines .font-demo-small h2 {
  font-size: 18px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-small h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-small h2 {
    font-size: 18px;
  }
}

.guidelines .font-demo-small h3 {
  font-size: 16px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-small h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-small h3 {
    font-size: 16px;
  }
}

.guidelines .font-demo-small h4 {
  font-size: 14px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-small h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-small h4 {
    font-size: 14px;
  }
}

.guidelines .font-demo-small h5 {
  font-size: 13px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-small h5 {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-small h5 {
    font-size: 13px;
  }
}

.guidelines .font-demo-small h6 {
  font-size: 12px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-small h6 {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-small h6 {
    font-size: 12px;
  }
}

.guidelines .font-demo-small p {
  font-size: 12px;
  text-transform: none;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .guidelines .font-demo-small p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .guidelines .font-demo-small p {
    font-size: 12px;
  }
}

.guidelines .tabordion-demo .tabordion-tab-content {
  padding-top: 25px;
  padding-bottom: 25px;
}

.guidelines .tabordion-demo .symbol-tabs .tabordion-nav-list li a:before,
.guidelines .tabordion-demo .symbol-tabs .tabordion-mobile-nav a:before {
  content: "M";
}

.docu-toc {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 40px 0 40px 20px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  width: 260px;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  box-sizing: border-box;
  opacity: 0.0;
  transition: all 450ms cubic-bezier(0.6, -0.2, 0.4, 1);
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .docu-toc {
    display: none;
  }
}

.docu-toc.loaded {
  opacity: 1.0;
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}

.docu-toc:before {
  content: "Navigation";
  position: absolute;
  left: -74px;
  top: 150px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: #EE4A56;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  color: white;
  font-weight: bold;
}

.docu-toc:hover {
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}

.docu-toc ul {
  padding: 0;
  margin: 10px 0 20px;
  list-style: none;
  font-weight: bold;
}

.docu-toc ul ul ul {
  padding-left: 17px;
  list-style: disc;
  font-weight: normal;
}

.docu-toc > ul {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  padding: 20px 0;
}

.docu-toc a {
  text-shadow: 0 0 4px #ffffff;
  color: #30302e;
  font-size: 12px;
}

.docu-toc a.highlight {
  color: #EE4A56;
}

/* Mixins */

.lead-forms {
  padding-bottom: 2em;
}

.lead-forms .lead-employees {
  font-weight: 600;
  margin: .6em 0 0 0.5em;
  display: inline-block;
}

/* IFrame page */

.iframe-page {
  background-color: white;
}

.iframe-page .gradient-color-fill .button {
  background-color: transparent;
  border: 1px solid white;
}

.iframe-page .gradient-color-fill h2 {
  font-size: 2.76923077em;
}

.iframe-page .gradient-color-fill h2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 659px) {
  .iframe-page .gradient-color-fill h2 {
    margin-bottom: 0.8em;
  }
}

.iframe-page .gradient-color-fill p {
  margin: .4em 0 1.6em 0;
}

.iframe-page .gradient-color-fill .span16 {
  padding: 4em 0 2em 0;
}

.iframe-page .gradient-color-fill .container {
  position: relative;
}

.iframe-page .gradient-color-fill .container .background {
  position: absolute;
  bottom: 0;
  width: 25%;
  height: 140%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 659px) {
  .iframe-page .gradient-color-fill {
    text-align: center;
  }

  .iframe-page .gradient-color-fill .span16 {
    margin: 0;
    width: auto;
    float: none;
  }

  .iframe-page .gradient-color-fill .button {
    margin-bottom: 1em;
  }

  .iframe-page .gradient-color-fill p,
  .iframe-page .gradient-color-fill .background {
    display: none;
  }
}

.iframe-page .custom-selector {
  background-color: #f2f2f2;
}

.iframe-page .custom-selector .custom-selector-container {
  color: #30302e !important;
}

.iframe-page .custom-selector .custom-selector-container ul {
  background-color: #f2f2f2;
}

.iframe-page .custom-selector .custom-selector-container ul li:hover {
  background-color: #e5e5e5;
}

.iframe-page .custom-selector .custom-selector-container .custom-selector-label:after {
  color: #F7931D;
}

.iframe-page section {
  padding-top: 3em;
  padding-bottom: 3em;
}

.iframe-page section.inverted {
  background: white;
}

.iframe-page section.inverted h1,
.iframe-page section.inverted h2,
.iframe-page section.inverted h3 h4,
.iframe-page section.inverted ul,
.iframe-page section.inverted li,
.iframe-page section.inverted p {
  color: black;
}

.iframe-page section a {
  font-weight: 600;
}

.iframe-page section.no-pad-t,
.iframe-page section .no-pad-t {
  padding-top: 0;
}

.iframe-page section.no-pad,
.iframe-page section .no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.iframe-page section.no-pad-b,
.iframe-page section .no-pad-b {
  padding-bottom: 0;
}

.iframe-page section .row.video {
  margin-bottom: 6em;
}

.iframe-page section .row.video .span18 {
  padding-top: 3em;
}

.iframe-page section ul.link-list {
  padding: 0;
}

.iframe-page section ul.link-list li {
  list-style: none;
}

.iframe-page section .row {
  position: relative;
}

.iframe-page section .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.iframe-page section .row.no-pad-b {
  padding-bottom: 0;
}

.iframe-page section .row.no-pad-t {
  padding-top: 0;
}

.iframe-page section .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.iframe-page section .row {
  position: relative;
}

.iframe-page section .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.iframe-page section .row.no-pad-b {
  padding-bottom: 0;
}

.iframe-page section .row.no-pad-t {
  padding-top: 0;
}

.iframe-page section .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.iframe-page section .btn-spacer {
  padding-bottom: 3em;
}

.iframe-page section .btn-spacer .button {
  position: absolute;
  bottom: 1em;
}

.iframe-page .faq {
  background-color: #f2f2f2;
  padding-top: 1em;
  padding-bottom: 1em;
}

.iframe-page .faq > h4 {
  color: #666666;
}

.iframe-page .faq .row:first-child {
  padding-top: 1.5em;
}

.iframe-page .faq .row:first-child .expandable-content {
  margin-top: -1.5em;
}

.iframe-page .faq .row:first-child .expandable-content + a {
  padding-bottom: 1.5em;
  float: left;
}

.iframe-page .faq .row:first-child .expandable-content + a.not-open {
  padding-bottom: 0;
}

.iframe-page .faq .row:first-child .expandable-content.open + a {
  padding-bottom: 1.5em;
}

.iframe-page .faq .row .expandable-content.open + a {
  padding-bottom: 1.5em;
  float: left;
}

.iframe-page .form {
  background-color: #f2f2f2;
}

.iframe-page .form .h1 {
  margin-bottom: .3em;
}

.iframe-page .form input[type="text"],
.iframe-page .form input[type="email"],
.iframe-page .form input[type="number"],
.iframe-page .form input[type="search"],
.iframe-page .form input[type="password"],
.iframe-page .form input[type="url"] {
  width: 100%;
  border-radius: 5px;
}

.iframe-page .form select {
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
}

.iframe-page .form label.select {
  background-color: #f2f2f2;
  width: 30%;
  display: inline-block;
  float: left;
  max-height: 32px;
}

.iframe-page .form label.select + label {
  font-weight: 600;
  margin: 1em 0 0 0.5em;
  display: inline-block;
}

.iframe-page .form input[type="radio"].custom + label {
  margin-top: 0.5em;
}

.iframe-page .form input[type="radio"].custom:checked + label {
  background-position: 0 -20px;
}

.iframe-page .form input[type="radio"].custom + span {
  margin-left: .7em;
}

.iframe-page .form input[type="radio"].custom:first-child + span {
  margin-left: 0;
}

.iframe-page .form textarea {
  width: 100%;
  resize: none;
}

.iframe-page .form button.button,
.iframe-page .form span.button,
.iframe-page .form a.button {
  width: 100%;
}

.iframe-page .form .row {
  position: relative;
}

.iframe-page .form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.iframe-page .form .row.no-pad-b {
  padding-bottom: 0;
}

.iframe-page .form .row.no-pad-t {
  padding-top: 0;
}

.iframe-page .form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.iframe-page .form .row {
  position: relative;
}

.iframe-page .form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.iframe-page .form .row.no-pad-b {
  padding-bottom: 0;
}

.iframe-page .form .row.no-pad-t {
  padding-top: 0;
}

.iframe-page .form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 659px) {
  .iframe-page .form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .iframe-page .form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page .form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .iframe-page .form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page .form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .iframe-page .form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .iframe-page .form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .iframe-page .form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .iframe-page .form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page .form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .iframe-page .form .row.video > .video-container iframe,
  .iframe-page .form .row.video > .video-container object,
  .iframe-page .form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .iframe-page .form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .iframe-page .form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page .form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .iframe-page .form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .iframe-page .form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .iframe-page .form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .iframe-page .form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page .form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .iframe-page .form .row.video > .video-container iframe,
  .iframe-page .form .row.video > .video-container object,
  .iframe-page .form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .iframe-page .form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .iframe-page .form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page .form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .iframe-page .form .row.video > .span6 + .span6 {
    margin-right: 0;
  }
}

.iframe-page .form .h1 {
  margin-bottom: .3em;
}

.iframe-page .form input[type="text"],
.iframe-page .form input[type="email"],
.iframe-page .form input[type="number"],
.iframe-page .form input[type="search"],
.iframe-page .form input[type="password"],
.iframe-page .form input[type="url"] {
  width: 100%;
  border-radius: 5px;
}

.iframe-page .form select {
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
}

.iframe-page .form label.select {
  background-color: #f2f2f2;
  width: 30%;
  display: inline-block;
  float: left;
  max-height: 32px;
}

.iframe-page .form label.select + label {
  font-weight: 600;
  margin: 1em 0 0 0.5em;
  display: inline-block;
}

.iframe-page .form input[type="radio"].custom + label {
  margin-top: 0.5em;
}

.iframe-page .form input[type="radio"].custom:checked + label {
  background-position: 0 -20px;
}

.iframe-page .form input[type="radio"].custom + span {
  margin-left: .7em;
}

.iframe-page .form input[type="radio"].custom:first-child + span {
  margin-left: 0;
}

.iframe-page .form textarea {
  width: 100%;
  resize: none;
}

.iframe-page .form button.button,
.iframe-page .form span.button,
.iframe-page .form a.button {
  width: 100%;
}

.iframe-page .form .row {
  position: relative;
}

.iframe-page .form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.iframe-page .form .row.no-pad-b {
  padding-bottom: 0;
}

.iframe-page .form .row.no-pad-t {
  padding-top: 0;
}

.iframe-page .form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.iframe-page .form .row {
  position: relative;
}

.iframe-page .form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.iframe-page .form .row.no-pad-b {
  padding-bottom: 0;
}

.iframe-page .form .row.no-pad-t {
  padding-top: 0;
}

.iframe-page .form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 659px) {
  .iframe-page .form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .iframe-page .form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page .form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .iframe-page .form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page .form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .iframe-page .form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .iframe-page .form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .iframe-page .form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .iframe-page .form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page .form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .iframe-page .form .row.video > .video-container iframe,
  .iframe-page .form .row.video > .video-container object,
  .iframe-page .form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .iframe-page .form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .iframe-page .form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page .form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .iframe-page .form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .iframe-page .form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .iframe-page .form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .iframe-page .form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page .form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .iframe-page .form .row.video > .video-container iframe,
  .iframe-page .form .row.video > .video-container object,
  .iframe-page .form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .iframe-page .form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .iframe-page .form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page .form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .iframe-page .form .row.video > .span6 + .span6 {
    margin-right: 0;
  }
}

.iframe-page .helped {
  background-color: #f2f2f2;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-bottom: .5em;
}

.iframe-page .helped .row.thanks {
  padding-bottom: .5em;
}

.iframe-page .helped .row.motivate strong {
  padding-top: .8em;
  padding-right: 1em;
}

.iframe-page .helped .row .span24 > strong,
.iframe-page .helped .row .span24 > div {
  float: left;
}

.iframe-page .helped .row .span24 > div {
  margin-left: .5em;
}

.iframe-page .helped .row .span24 > div span {
  margin-left: .7em;
}

.iframe-page .helped .row .span24 > div span:first-child {
  margin-left: 0;
}

@media screen and (max-width: 659px) {
  .iframe-page section.color-fill .button {
    margin-bottom: 20px;
  }

  .iframe-page section .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .iframe-page section .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page section .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .iframe-page section .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page section .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .iframe-page section .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .iframe-page section .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .iframe-page section .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .iframe-page section .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page section .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .iframe-page section .row.video > .video-container iframe,
  .iframe-page section .row.video > .video-container object,
  .iframe-page section .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .iframe-page section .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .iframe-page section .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page section .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .iframe-page section .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .iframe-page section .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .iframe-page section .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .iframe-page section .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page section .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .iframe-page section .row.video > .video-container iframe,
  .iframe-page section .row.video > .video-container object,
  .iframe-page section .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .iframe-page section .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .iframe-page section .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .iframe-page section .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .iframe-page section .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .iframe-page section .btn-spacer {
    padding-bottom: 3em;
  }

  .iframe-page section .btn-spacer .button {
    position: relative;
    bottom: 1em;
    top: 1em;
  }
}

/* Lead form */

/*.lead-form {
  .lead-form-mixin();
}*/

.customerService-form {
  padding-bottom: 2em;
}

.customerService-form .h1 {
  margin-bottom: .3em;
}

.customerService-form input[type="text"],
.customerService-form input[type="email"],
.customerService-form input[type="number"],
.customerService-form input[type="search"],
.customerService-form input[type="password"],
.customerService-form input[type="url"] {
  width: 100%;
  border-radius: 5px;
}

.customerService-form select {
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
}

.customerService-form label.select {
  background-color: #f2f2f2;
  width: 30%;
  display: inline-block;
  float: left;
  max-height: 32px;
}

.customerService-form label.select + label {
  font-weight: 600;
  margin: 1em 0 0 0.5em;
  display: inline-block;
}

.customerService-form input[type="radio"].custom + label {
  margin-top: 0.5em;
}

.customerService-form input[type="radio"].custom:checked + label {
  background-position: 0 -20px;
}

.customerService-form input[type="radio"].custom + span {
  margin-left: .7em;
}

.customerService-form input[type="radio"].custom:first-child + span {
  margin-left: 0;
}

.customerService-form textarea {
  width: 100%;
  resize: none;
}

.customerService-form button.button,
.customerService-form span.button,
.customerService-form a.button {
  width: 100%;
}

.customerService-form .row {
  position: relative;
}

.customerService-form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.customerService-form .row.no-pad-b {
  padding-bottom: 0;
}

.customerService-form .row.no-pad-t {
  padding-top: 0;
}

.customerService-form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.customerService-form .row {
  position: relative;
}

.customerService-form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.customerService-form .row.no-pad-b {
  padding-bottom: 0;
}

.customerService-form .row.no-pad-t {
  padding-top: 0;
}

.customerService-form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 659px) {
  .customerService-form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .customerService-form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .customerService-form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .customerService-form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .customerService-form .row.video > .video-container iframe,
  .customerService-form .row.video > .video-container object,
  .customerService-form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .customerService-form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .customerService-form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .customerService-form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .customerService-form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .customerService-form .row.video > .video-container iframe,
  .customerService-form .row.video > .video-container object,
  .customerService-form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .customerService-form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .customerService-form .row.video > .span6 + .span6 {
    margin-right: 0;
  }
}

.customerService-form .h1 {
  margin-bottom: .3em;
}

.customerService-form input[type="text"],
.customerService-form input[type="email"],
.customerService-form input[type="number"],
.customerService-form input[type="search"],
.customerService-form input[type="password"],
.customerService-form input[type="url"] {
  width: 100%;
  border-radius: 5px;
}

.customerService-form select {
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
}

.customerService-form label.select {
  background-color: #f2f2f2;
  width: 30%;
  display: inline-block;
  float: left;
  max-height: 32px;
}

.customerService-form label.select + label {
  font-weight: 600;
  margin: 1em 0 0 0.5em;
  display: inline-block;
}

.customerService-form input[type="radio"].custom + label {
  margin-top: 0.5em;
}

.customerService-form input[type="radio"].custom:checked + label {
  background-position: 0 -20px;
}

.customerService-form input[type="radio"].custom + span {
  margin-left: .7em;
}

.customerService-form input[type="radio"].custom:first-child + span {
  margin-left: 0;
}

.customerService-form textarea {
  width: 100%;
  resize: none;
}

.customerService-form button.button,
.customerService-form span.button,
.customerService-form a.button {
  width: 100%;
}

.customerService-form .row {
  position: relative;
}

.customerService-form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.customerService-form .row.no-pad-b {
  padding-bottom: 0;
}

.customerService-form .row.no-pad-t {
  padding-top: 0;
}

.customerService-form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.customerService-form .row {
  position: relative;
}

.customerService-form .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.customerService-form .row.no-pad-b {
  padding-bottom: 0;
}

.customerService-form .row.no-pad-t {
  padding-top: 0;
}

.customerService-form .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 659px) {
  .customerService-form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .customerService-form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .customerService-form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .customerService-form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .customerService-form .row.video > .video-container iframe,
  .customerService-form .row.video > .video-container object,
  .customerService-form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .customerService-form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .customerService-form .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .customerService-form .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .customerService-form .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .customerService-form .row.video > .video-container iframe,
  .customerService-form .row.video > .video-container object,
  .customerService-form .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .customerService-form .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .customerService-form .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .customerService-form .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .customerService-form .row.video > .span6 + .span6 {
    margin-right: 0;
  }
}

.xform-container {
  background-color: #f2f2f2;
  padding: 2em 0;
}

.xform-container tbody tr td {
  border: none!important;
}

.xform-container .h1 {
  margin-bottom: .3em;
}

.xform-container input[type="text"],
.xform-container input[type="email"],
.xform-container input[type="number"],
.xform-container input[type="search"],
.xform-container input[type="password"],
.xform-container input[type="url"] {
  width: 100%;
  border-radius: 5px;
}

.xform-container input[type="text"] {
  margin-right: 1em;
}

.xform-container select {
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
}

.xform-container label.select {
  background-color: #f2f2f2;
  width: 30%;
  display: inline-block;
  float: left;
  max-height: 32px;
}

.xform-container label.select + label {
  font-weight: 600;
  margin: 1em 0 0 0.5em;
  display: inline-block;
}

.xform-container input[type="radio"].custom + label {
  margin-top: 0.5em;
}

.xform-container input[type="radio"].custom:checked + label {
  background-position: 0 -20px;
}

.xform-container input[type="radio"].custom + span {
  margin-left: .7em;
}

.xform-container input[type="radio"].custom:first-child + span {
  margin-left: 0;
}

.xform-container textarea {
  width: 100%;
  resize: none;
}

.xform-container button.button,
.xform-container span.button,
.xform-container a.button {
  width: 100%;
}

.xform-container span.error {
  color: #EE4A56;
}

.xform-container fieldset .radio {
  margin: 0 1em;
}

.xform-container fieldset label {
  line-height: 2.3em;
}

.xform-container div.selector {
  width: 20%;
}

.xform-container .row {
  position: relative;
}

.xform-container .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.xform-container .row.no-pad-b {
  padding-bottom: 0;
}

.xform-container .row.no-pad-t {
  padding-top: 0;
}

.xform-container .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.xform-container .row {
  position: relative;
}

.xform-container .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.xform-container .row.no-pad-b {
  padding-bottom: 0;
}

.xform-container .row.no-pad-t {
  padding-top: 0;
}

.xform-container .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 659px) {
  .xform-container .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .xform-container .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .xform-container .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .xform-container .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .xform-container .row.video > .video-container iframe,
  .xform-container .row.video > .video-container object,
  .xform-container .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .xform-container .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .xform-container .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .xform-container .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .xform-container .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .xform-container .row.video > .video-container iframe,
  .xform-container .row.video > .video-container object,
  .xform-container .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .xform-container .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .xform-container .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .xform-container div.selector {
    width: 50%;
  }
}

.xform-container .h1 {
  margin-bottom: .3em;
}

.xform-container input[type="text"],
.xform-container input[type="email"],
.xform-container input[type="number"],
.xform-container input[type="search"],
.xform-container input[type="password"],
.xform-container input[type="url"] {
  width: 100%;
  border-radius: 5px;
}

.xform-container input[type="text"] {
  margin-right: 1em;
}

.xform-container select {
  background: transparent;
  border: none;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0.5em;
  width: 100%;
}

.xform-container label.select {
  background-color: #f2f2f2;
  width: 30%;
  display: inline-block;
  float: left;
  max-height: 32px;
}

.xform-container label.select + label {
  font-weight: 600;
  margin: 1em 0 0 0.5em;
  display: inline-block;
}

.xform-container input[type="radio"].custom + label {
  margin-top: 0.5em;
}

.xform-container input[type="radio"].custom:checked + label {
  background-position: 0 -20px;
}

.xform-container input[type="radio"].custom + span {
  margin-left: .7em;
}

.xform-container input[type="radio"].custom:first-child + span {
  margin-left: 0;
}

.xform-container textarea {
  width: 100%;
  resize: none;
}

.xform-container button.button,
.xform-container span.button,
.xform-container a.button {
  width: 100%;
}

.xform-container span.error {
  color: #EE4A56;
}

.xform-container fieldset .radio {
  margin: 0 1em;
}

.xform-container fieldset label {
  line-height: 2.3em;
}

.xform-container div.selector {
  width: 20%;
}

.xform-container .row {
  position: relative;
}

.xform-container .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.xform-container .row.no-pad-b {
  padding-bottom: 0;
}

.xform-container .row.no-pad-t {
  padding-top: 0;
}

.xform-container .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.xform-container .row {
  position: relative;
}

.xform-container .row.row-pad {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.xform-container .row.no-pad-b {
  padding-bottom: 0;
}

.xform-container .row.no-pad-t {
  padding-top: 0;
}

.xform-container .row.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 659px) {
  .xform-container .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .xform-container .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .xform-container .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .xform-container .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .xform-container .row.video > .video-container iframe,
  .xform-container .row.video > .video-container object,
  .xform-container .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .xform-container .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .xform-container .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .xform-container .row [class*="span"]:not([class*="link-list"]) {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
  }

  .xform-container .row.video > .span24 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span24 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .xform-container .row.video > .video-container iframe,
  .xform-container .row.video > .video-container object,
  .xform-container .row.video > .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .xform-container .row.video > .span18 {
    float: left;
    width: 100%;
  }

  .xform-container .row.video > .span18 iframe {
    width: 100%;
    max-width: 100%;
  }

  .xform-container .row.video > .span6 {
    width: 47%;
    margin-right: 6%;
  }

  .xform-container .row.video > .span6 + .span6 {
    margin-right: 0;
  }

  .xform-container div.selector {
    width: 50%;
  }
}