@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Asap:400,400italic,700);
html {
  box-sizing: border-box; }

*,
*::after,
*::before {
  box-sizing: inherit; }

body {
  background: #eddbba;
  font-family: "Asap", sans-serif;
  font-size: 1.1em; }

#content {
  color: #CC8E94;
  font-size: 2em; }

.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

headings() {
  font-family: "Asap", sans-serif;
  font-size: 3em; }

h1 {
  font-size: 3.5em;
  margin-bottom: 10px;
  color: #507356; }
  @media (max-width: 700px) {
    h1 {
      font-size: 2.2em; } }

h2 {
  font-size: 1em;
  color: #0066B3; }

p {
  font-size: 1.8em;
  line-height: 1.5em;
  color: #3E2B3D;
  margin-bottom: 20px;
  margin-top: 15px; }

section {
  padding: 20px 0; }

.artgroup:after {
  content: "";
  display: table;
  clear: both; }


.img-centered{
    display: block;margin-left: auto;margin-right: auto;
}
.product-banner {
  height: 100%;
  width: 100%;
  background-size: cover; }
  .product-banner h2 {
    z-index: 2;
    display: table-cell;
    vertical-align: middle; }
  .product-banner .internet {
    color: #702082;
    background-color: #702082;
    background: url(../assets/backgrounds/Teen_Girl02.jpg) no-repeat right top; }
    .product-banner .internet h1, .product-banner .internet h2, .product-banner .internet h3, .product-banner .internet h4, .product-banner .internet h5 {
      color: #702082; }
    .product-banner .internet h1 {
      height: 150px;
      background-color: #702082;
      background-image: -webkit-linear-gradient(top, #702082, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
      background-image: linear-gradient(to bottom,#702082, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%, , );
      background: linear-gradient(to bottom, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
      background-size: 8px 100%;
      background-repeat: no-repeat;
      vertical-align: middle;
      padding-left: 20px;
      display: table; }

.banner_internet {
  background: url(../assets/backgrounds/Teen_Girl02.jpg) no-repeat right top;
  height: 100%;
  width: 100%;
  background-size: cover; }

.banner_phone {
  background: url(../assets/backgrounds/banner_phone.png) no-repeat center center;
  height: 100%;
  width: 100%;
  background-size: cover; }

.banner_tv {
  background: url(../img/WATCHING-TV3.jpg) no-repeat center center;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: right; }

.banner_tivo {
  background: url(../img/TiVo1.jpg) no-repeat center center;
  height: 100%;
  width: 100%;
  background-size: contain; }

.banner_xtream {
  background: url(../assets/mediacom1_01044_Sparkle.jpg) no-repeat center center;
  height: 100%;
  width: 100%;
  background-size: contain; }

.section-phone-features .pod aside {
  font-family: "Asap", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: auto;
  color: #e6e6e6; }

.section-phone-features .pod article {
  font-family: "Asap", sans-serif;
  color: #cccccc; }

.section-bkgd-tv {
  background-color: #f2ddf7; }
  .section-bkgd-tv p {
    color: #702082 !important; }

.section-bkgd-phone {
  background-color: #d7fffc !important; }
  .section-bkgd-phone p {
    color: #00A499 !important; }

.content_internet h1, .content_internet h2, .content_internet h3, .content_internet h4 {
  color: #D6001C; }

.content_phone h1, .content_phone h2, .content_phone h3, .content_phone h4 {
  color: #00A499 !important; }

.content_xtream h1, .content_xtream h2, .content_xtream h3, .content_xtream h4 {
  color: #f99d1c; }

.content_default h1, .content_default h2, .content_default h3, .content_default h4 {
  color: #0066B3; }

.content_tv h1, .content_tv h2, .content_tv h3, .content_tv h4, .content_tv h5 {
  color: #702082; }

.content_tv h4 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase; }

.content_tv h5 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase; }

@media only screen and (min-width: 768px) {
  .content_tv h4 {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase; }
  .content_tv h5 {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase; } }

.bar-internet {
  background-color: lightgray;
  background-image: -webkit-linear-gradient(left, #D6001C, #D6001C 25%, #702082 25%, #702082 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
  background-image: linear-gradient(to right,#D6001C, #D6001C 25%, #702082 25%, #702082 50%, #00A499 50%, #00A499 75%, #f99d1c 75%, , , );
  background: linear-gradient(to right, #D6001C, #D6001C 25%, #702082 25%, #702082 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
  background-size: 50% 5px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  text-align: center; }
  .bar-internet h2 {
    font-size: 4em;
    font-weight: 300;
    line-height: 1; }

.bar {
  background-color: lightgray;
  background-image: -webkit-linear-gradient(left, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
  background-image: linear-gradient(to right,#702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%, , , );
  background: linear-gradient(to right, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
  background-size: 50% 8px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  text-align: center; }
  .bar img {
    display: block;
    margin: 5px auto; }
  .bar h1, .bar h2, .bar h3, .bar h4 {
    padding-bottom: 10px; }

.bar-tv {
  background-color: lightgray;
  background-image: -webkit-linear-gradient(left, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
  background-image: linear-gradient(to right,#702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%, , , );
  background: linear-gradient(to right, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
  background-size: 50% 8px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  text-align: center; }
  .bar-tv img {
    display: block;
    margin: 5px auto; }
  .bar-tv h1, .bar-tv h2, .bar-tv h3, .bar-tv h4 {
    padding-bottom: 10px; }

.bar-phone {
  background: linear-gradient(to right, #00A499, #00A499 25%, #D6001C 25%, #D6001C 50%, #702082 50%, #702082 75%, #f99d1c 75%);
  background-size: 50% 5px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  text-align: center; }

.bar-xtream {
  background: linear-gradient(to right, #f99d1c, #f99d1c 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #702082 75%);
  background-size: 50% 5px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  text-align: center; }

.bar-default {
  background: linear-gradient(to right, #702082, #702082 25%, #f99d1c 25%, #f99d1c 50%, #00A499 50%, #00A499 75%, #D6001C 75%);
  background-size: 100% 8px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  text-align: center; }

.bar-internet-vertical {
  color: #D6001C;
  background-color: #D6001C;
  height: 150px;
  background-color: #D6001C;
  background-image: -webkit-linear-gradient(top, #D6001C, #D6001C 25%, #702082 25%, #702082 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
  background-image: linear-gradient(to bottom,#D6001C, #D6001C 25%, #702082 25%, #702082 50%, #00A499 50%, #00A499 75%, #f99d1c 75%, , , );
  background: linear-gradient(to bottom, #D6001C, #D6001C 25%, #702082 25%, #702082 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
  background-size: 8px 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 20px;
  display: table; }
  .bar-internet-vertical h2 {
    z-index: 2;
    display: table-cell;
    vertical-align: middle; }
  .bar-internet-vertical .cd-btn {
    z-index: 3; }

.bar-tv-vertical {
  height: 150px;
  color: #702082;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #702082, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
  background-image: linear-gradient(to bottom,#702082, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%, , );
  background: linear-gradient(to bottom, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
  background-size: 8px 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 20px;
  display: table; }
  .bar-tv-vertical h2 {
    z-index: 2;
    display: table-cell;
    vertical-align: middle; }
  .bar-tv-vertical h1, .bar-tv-vertical h2, .bar-tv-vertical h3, .bar-tv-vertical h4 {
    color: #702082; }

.bar-phone-vertical {
  color: #00A499;
  height: 150px;
  z-index: 1;
  background-color: #00A499;
  background-color: #00A499;
  background-image: -webkit-linear-gradient(top, #00A499, #00A499, #00A499 25%, #D6001C 25%, #D6001C 50%, #702082 50%, #702082 75%, #f99d1c 75%);
  background-image: linear-gradient(to bottom,#00A499, #00A499, #00A499 25%, #D6001C 25%, #D6001C 50%, #702082 50%, #702082 75%, #f99d1c 75%, , );
  background: linear-gradient(to bottom, #00A499, #00A499 25%, #D6001C 25%, #D6001C 50%, #702082 50%, #702082 75%, #f99d1c 75%);
  background-size: 8px 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 20px;
  display: table; }
  .bar-phone-vertical h2 {
    z-index: 2;
    display: table-cell;
    vertical-align: middle; }
  .bar-phone-vertical .cd-btn {
    z-index: 3;
    top: 10px; }

.bar-xtream-vertical {
  color: #f99d1c;
  height: 150px;
  z-index: 1;
  background-color: #f99d1c;
  background-color: #00A499;
  background-image: -webkit-linear-gradient(top, #f99d1c, #f99d1c 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #702082 75%);
  background-image: linear-gradient(to bottom,#f99d1c, #f99d1c 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #702082 75%, , , );
  background: linear-gradient(to bottom, #f99d1c, #f99d1c 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #702082 75%);
  background-size: 8px 100px;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 20px;
  display: table; }
  .bar-xtream-vertical h2 {
    z-index: 2;
    display: table-cell;
    vertical-align: middle; }

.bar-default-vertical {
  color: #0066B3;
  height: 100px;
  background-color: #0066B3;
  background-color: #702082;
  background-image: -webkit-linear-gradient(top, #702082, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
  background-image: linear-gradient(to bottom,#702082, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%, , );
  background: linear-gradient(to bottom, #702082, #702082 25%, #D6001C 25%, #D6001C 50%, #00A499 50%, #00A499 75%, #f99d1c 75%);
  background-size: 8px 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-left: 20px;
  display: table; }
  .bar-default-vertical h2 {
    display: table-cell;
    vertical-align: middle; }

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto; }
  .cd-container:after {
    content: "";
    display: table;
    clear: both; }

.has-top-margin {
  /* this class is given - using jQuery - to the .cd-main-content following the .cd-secondary-nav when it becomes fixed */ }
  @media only screen and (min-width: 1170px) {
    .has-top-margin {
      -webkit-animation: animate-margin-top 0.3s;
      -moz-animation: animate-margin-top 0.3s;
      animation: animate-margin-top 0.3s;
      margin-top: 70px; } }

@-webkit-keyframes animate-margin-top {
  0% {
    margin-top: 100px; }
  100% {
    margin-top: 70px; } }

@-moz-keyframes animate-margin-top {
  0% {
    margin-top: 100px; }
  100% {
    margin-top: 70px; } }

@keyframes animate-margin-top {
  0% {
    margin-top: 100px; }
  100% {
    margin-top: 70px; } }

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform; }

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  @media only screen and (max-width: 1169px) {
    .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px); }
    .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
      -webkit-transform: translateX(260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
      transform: translateX(260px); } }

.cd-main-content {
  background: #ffffff;
  min-height: 100vh; }

.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #2e3233;
  z-index: 3; }
  @media only screen and (min-width: 768px) {
    .cd-header {
      height: 70px;
      background-color: transparent;
      box-shadow: none; } }

.cd-main-header {
  height: 50px;
  background: #ffffff;
  z-index: 3; }
  .nav-is-fixed .cd-main-header {
    /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  @media only screen and (min-width: 1170px) {
    .cd-main-header {
      height: 80px; }
      .cd-main-header:after {
        content: "";
        display: table;
        clear: both; } }

.cd-logo {
  position: absolute;
  top: 0px;
  left: 0%; }
  .cd-logo img {
    display: block; }
  @media only screen and (max-width: 1169px) {
    .nav-on-left .cd-logo {
      left: auto;
      right: 5%; } }
  @media only screen and (min-width: 1170px) {
    .cd-logo {
      top: 10px;
      left: 0em; } }

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%; }
  .cd-header-buttons li {
    display: inline-block; }
  @media only screen and (max-width: 1169px) {
    .nav-on-left .cd-header-buttons {
      right: auto;
      left: 5%; }
      .nav-on-left .cd-header-buttons li {
        float: right; } }
  @media only screen and (min-width: 1170px) {
    .cd-header-buttons {
      top: 18px;
      right: 4em; } }

.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3; }

.cd-search-trigger::before, .cd-search-trigger::after {
  /* search icon */
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233; }

.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.cd-search-trigger span::before, .cd-search-trigger span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0; }

.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1; }

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #2e3233; }

.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s; }

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s; }

.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px; }

.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px; }

.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0); }

.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #2e3233; }

.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg); }

.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg); }

@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    display: none; } }

.cd-primary-nav, .cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: #2e3233;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  .cd-primary-nav a, .cd-primary-nav ul a {
    display: block;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #3a3f40;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s; }
  .cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
    /* secondary navigations hidden by default */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }

@media only screen and (max-width: 1169px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0; } }

.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #0066B3; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px; }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    overflow: hidden;
    text-overflow: ellipsis; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px; }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px; }

.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    color: #2e3233;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px; }

@media only screen and (max-width: 1169px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s; }
    .cd-primary-nav.nav-is-visible {
      visibility: visible;
      -webkit-transition: visibility 0s 0s;
      -moz-transition: visibility 0s 0s;
      transition: visibility 0s 0s; } }

@media only screen and (min-width: 1170px) {
  .cd-primary-nav {
    position: static;
    padding: 0 150px 0 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent; }
    .cd-primary-nav:after {
      content: "";
      display: table;
      clear: both; }
    .cd-primary-nav.moves-out > li > a {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .cd-primary-nav ul {
      position: static;
      height: auto;
      width: auto;
      background: transparent;
      overflow: visible;
      z-index: 3; }
      .cd-primary-nav ul.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      .cd-primary-nav ul.moves-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
    .cd-primary-nav > li {
      float: left;
      margin-left: 3em; }
    .cd-primary-nav > li > a {
      /* main navigation buttons style */
      position: relative;
      display: inline-block;
      height: 80px;
      line-height: 80px;
      padding: 0 5px;
      color: #2e3233;
      overflow: visible;
      border-bottom: none;
      -webkit-transition: color 0.3s, box-shadow 0.3s;
      -moz-transition: color 0.3s, box-shadow 0.3s;
      transition: color 0.3s, box-shadow 0.3s; }
      .cd-primary-nav > li > a:hover {
        color: #0066B3; }
      .cd-primary-nav > li > a.selected {
        color: #0066B3;
        box-shadow: inset 0 -2px 0 #0066B3; }
    .cd-primary-nav .go-back, .cd-primary-nav .see-all {
      display: none; }
    .cd-primary-nav .cd-mm-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
      /* dropdown menu style */
      position: absolute;
      top: 80px;
      width: 100vw;
      background: #ffffff;
      padding: 48px 64px 130px;
      box-shadow: inset 0 1px 0 #ffffff, 0 3px 6px rgba(0, 0, 0, 0.05);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0s; }
      .cd-primary-nav .cd-mm-secondary-nav:after, .cd-primary-nav .cd-nav-gallery:after, .cd-primary-nav .cd-nav-icons:after {
        content: "";
        display: table;
        clear: both; }
      .cd-primary-nav .cd-mm-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s; }
      .cd-primary-nav .cd-mm-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
        /* this is the BIG See all button at the bottom of the dropdown menu */
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 80px;
        width: 100%;
        overflow: hidden;
        /* reset some inherited style */
        margin: 0;
        padding: 0; }
        .cd-primary-nav .cd-mm-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          font-size: 2.2rem;
          font-weight: bold;
          text-align: center;
          line-height: 80px;
          border-top: 1px solid #ffffff;
          /* reset some inherited style */
          border-bottom: none;
          margin: 0;
          padding: 0;
          -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
          -moz-transition: color 0.2s, background 0.2s, border 0.2s;
          transition: color 0.2s, background 0.2s, border 0.2s; }
          .cd-primary-nav .cd-mm-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
            background: #2e3233;
            border-color: #2e3233;
            color: #ffffff; }
    .cd-primary-nav .cd-mm-secondary-nav > li {
      /* change the height according to your needs - you can even set height: auto */
      height: 340px;
      /* here you set the number of columns - use width percentage */
      width: 23%;
      float: left;
      margin-right: 2.66%;
      border-right: 1px solid #ffffff;
      overflow: hidden;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .cd-primary-nav .cd-mm-secondary-nav > li:nth-child(4n+2) {
        /* +2 because we have 2 list items with display:none */
        margin-right: 0;
        border-right: none; }
      .cd-primary-nav .cd-mm-secondary-nav > li > a {
        /* secondary nav title */
        color: #0066B3;
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: .6em; }
    .cd-primary-nav .cd-mm-secondary-nav a {
      height: 30px;
      line-height: 30px;
      padding: 0 18% 0 0;
      color: #2e3233;
      border-bottom: none;
      font-size: 1.4rem; }
      .cd-primary-nav .cd-mm-secondary-nav a:hover {
        color: #0066B3; }
    .cd-primary-nav .cd-mm-secondary-nav ul {
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    .cd-primary-nav .cd-mm-secondary-nav ul ul {
      /* tertiary navigation */
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .cd-primary-nav .cd-mm-secondary-nav ul ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%); }
      .cd-primary-nav .cd-mm-secondary-nav ul ul .go-back {
        display: block; }
        .cd-primary-nav .cd-mm-secondary-nav ul ul .go-back a {
          color: transparent; }
      .cd-primary-nav .cd-mm-secondary-nav ul ul .see-all {
        display: block; }
    .cd-primary-nav .cd-mm-secondary-nav .moves-out > li > a {
      /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .cd-primary-nav .cd-nav-gallery li {
      /* set here number of columns - use width percentage */
      width: 22%;
      float: left;
      margin: 0 4% 40px 0; }
      .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0; }
    .cd-primary-nav .cd-nav-gallery .cd-nav-item {
      border-bottom: none;
      padding: 0;
      height: auto;
      line-height: 1.2; }
      .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
        position: static;
        margin-top: 0;
        height: auto;
        width: 100%;
        margin-bottom: .6em; }
      .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
        color: #0066B3;
        font-weight: bold;
        padding: 0 0.4em; }
    .cd-primary-nav .cd-nav-icons li {
      /* set here number of columns - use width percentage */
      width: 32%;
      float: left;
      margin: 0 2% 20px 0; }
      .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
        /* +2 because we have two additional list items with display:none */
        margin-right: 0; }
    .cd-primary-nav .cd-nav-icons .cd-nav-item {
      border-bottom: none;
      height: 80px;
      line-height: 1.2;
      padding: 24px 0 0 85px;
      position: relative; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
        background: white; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
        color: #0066B3;
        font-weight: bold; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item p {
        display: block; }
      .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
        left: 25px; } }

.has-children > a, .go-back a {
  position: relative; }
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media only screen and (min-width: 1170px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
      background: #e6e6e6; }
    .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
      background: #0066B3; } }

.has-children > a {
  padding-right: 40px; }
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%; }

.cd-primary-nav .go-back a {
  padding-left: 40px; }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%; }

@media only screen and (min-width: 1170px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%; }
  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important; }
    .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
      width: 9px;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      background: #e6e6e6;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: width 0.3s, -webkit-transform 0.3s;
      -moz-transition: width 0.3s, -moz-transform 0.3s;
      transition: width 0.3s, transform 0.3s; }
    .cd-primary-nav > .has-children > a::before {
      right: 12px; }
    .cd-primary-nav > .has-children > a::after {
      right: 7px; }
    .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
      width: 14px; }
    .cd-primary-nav > .has-children > a.selected::before {
      -webkit-transform: translateX(5px) rotate(-45deg);
      -moz-transform: translateX(5px) rotate(-45deg);
      -ms-transform: translateX(5px) rotate(-45deg);
      -o-transform: translateX(5px) rotate(-45deg);
      transform: translateX(5px) rotate(-45deg); }
    .cd-primary-nav > .has-children > a.selected::after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .cd-mm-secondary-nav > .has-children > a::before, .cd-mm-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none; }
  .cd-primary-nav .go-back a {
    padding-left: 20px; }
    .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
      left: 1px; } }

.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-search form {
    height: 100%;
    width: 100%; }
  .cd-search input {
    border-radius: 0;
    border: none;
    background: #ffffff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #ffffff, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .cd-search input::-webkit-input-placeholder {
      color: #e6e6e6; }
    .cd-search input::-moz-placeholder {
      color: #e6e6e6; }
    .cd-search input:-moz-placeholder {
      color: #e6e6e6; }
    .cd-search input:-ms-input-placeholder {
      color: #e6e6e6; }
    .cd-search input:focus {
      outline: none; }
  .cd-search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
  .nav-is-fixed .cd-search {
    position: fixed; }
  @media only screen and (min-width: 1170px) {
    .cd-search {
      height: 120px;
      top: 80px; }
      .cd-search input {
        padding: 0 2em;
        font-size: 3.2rem;
        font-weight: 300; } }

.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 102, 179, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }
  .cd-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }
  @media only screen and (max-width: 1169px) {
    .cd-overlay.is-visible {
      -webkit-transform: translateX(-260px);
      -moz-transform: translateX(-260px);
      -ms-transform: translateX(-260px);
      -o-transform: translateX(-260px);
      transform: translateX(-260px); }
    .nav-on-left .cd-overlay.is-visible {
      -webkit-transform: translateX(260px);
      -moz-transform: translateX(260px);
      -ms-transform: translateX(260px);
      -o-transform: translateX(260px);
      transform: translateX(260px); }
    .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); } }

/* -------------------------------- 

Intro

-------------------------------- */
#cd-intro {
  font-family: "Asap", sans-serif;
  position: relative;
  height: 400px;
  background-size: cover;
  z-index: 2; }
  #cd-intro #cd-intro-tagline {
    width: 90%;
    min-height: 400px;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
    padding-top: 10px; }
  #cd-intro h1 {
    font-size: 44px;
    font-size: 2.75rem;
    padding-left: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.7); }
  #cd-intro h2 {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: -100px;
    margin-left: 20px; }
  @media only screen and (min-width: 768px) {
    #cd-intro #cd-intro-tagline {
      padding-top: 10px; }
    #cd-intro h1 {
      font-size: 82px;
      font-size: 5.125rem;
      text-align: left;
      padding-left: 20px;
      vertical-align: middle; } }
  @media only screen and (min-width: 1170px) {
    #cd-intro {
      min-height: 90%; }
      #cd-intro #cd-intro-tagline {
        padding-top: 10px; } }

.cd-secondary-logo {
  visibility: hidden;
  float: left;
  margin: 13px 0 0 5%; }
  .cd-secondary-logo img {
    display: block; }
  @media only screen and (min-width: 768px) {
    .cd-secondary-logo {
      margin: 23px 0 0 5%; } }
  @media only screen and (min-width: 1170px) {
    .cd-secondary-logo {
      visibility: visible; }
      .cd-secondary-logo.is-hidden {
        /* assign a position fixed and move outside the viewport (on the left) */
        opacity: 0;
        position: fixed;
        left: -20%;
        margin-left: 0;
        top: 0;
        -webkit-transition: left 0.3s, opacity 0.3s;
        -moz-transition: left 0.3s, opacity 0.3s;
        transition: left 0.3s, opacity 0.3s; }
        .cd-secondary-logo.is-hidden.slide-in {
          /* slide in when the secondary navigation gets fixed */
          left: 5%;
          opacity: 1; } }

.cd-btn {
  display: inline-block;
  padding: 0.8em 0.8em;
  background-color: rgba(0, 154, 113, 0.9);
  margin-top: 1em;
  border-radius: 15em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff; }
  .no-touch .cd-btn:hover {
    background-color: #009a71; }
  @media only screen and (min-width: 1170px) {
    .cd-btn.is-hidden {
      /* assign a position fixed and move outside the viewport (on the right) */
      opacity: 0;
      position: fixed;
      right: -20%;
      top: 0;
      padding: 1em 0.2em;
      margin: 8px 0 0;
      -webkit-transition: right 0.3s, opacity 0.3s;
      -moz-transition: right 0.3s, opacity 0.3s;
      transition: right 0.3s, opacity 0.3s; }
      .cd-btn.is-hidden.slide-in {
        /* slide in when the secondary nav gets fixed */
        right: 5%;
        opacity: 1; } }

/* -------------------------------- 

Secondary Fixed Navigation

-------------------------------- */
.cd-secondary-nav {
  position: relative;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .cd-secondary-nav ul {
    /* mobile first - secondary navigation hidden by default, triggered by tap/click on .cd-secondary-nav-trigger*/
    position: fixed;
    width: 90%;
    max-width: 400px;
    right: 5%;
    bottom: 20px;
    border-radius: 0.25em;
    background: rgba(102, 102, 102, 0.96);
    visibility: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s; }
    .cd-secondary-nav ul.is-visible {
      visibility: visible;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
      -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
      transition: transform 0.3s, visibility 0s 0s; }
  .cd-secondary-nav li a {
    display: block;
    padding: 1.6em;
    border-bottom: 1px solid #464c4e;
    color: #ffffff; }
  .cd-secondary-nav li:last-child a {
    border-bottom: none; }
  @media only screen and (min-width: 1170px) {
    .cd-secondary-nav {
      z-index: 1;
      height: 100px;
      background-color: rgba(102, 102, 102, 0.9);
      -webkit-transition: height 0.3s;
      -moz-transition: height 0.3s;
      transition: height 0.3s; }
      .cd-secondary-nav nav, .cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {
        height: 100%; }
      .cd-secondary-nav ul {
        /* reset navigation values */
        position: static;
        width: auto;
        max-width: 100%;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        text-align: center;
        background-color: transparent; }
      .cd-secondary-nav li {
        display: inline-block;
        margin-left: -4px; }
      .cd-secondary-nav li a {
        position: relative;
        text-align: center;
        display: block;
        padding: 58px 30px 0 30px;
        border-bottom: none;
        -webkit-transition: padding 0.2s;
        -moz-transition: padding 0.2s;
        transition: padding 0.2s; }
        .cd-secondary-nav li a b {
          text-transform: uppercase;
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 700;
          color: rgba(255, 255, 255, 0.7); }
        .cd-secondary-nav li a span {
          position: absolute;
          display: inline-block;
          width: 40px;
          height: 40px;
          top: 18px;
          left: 50%;
          right: auto;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          background-repeat: no-repeat;
          -webkit-transition: opacity 0.2s;
          -moz-transition: opacity 0.2s;
          transition: opacity 0.2s; }
        .cd-secondary-nav li a:hover b, .cd-secondary-nav li a.active b {
          color: #ffffff; }
      .cd-secondary-nav.is-fixed {
        /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
        /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
        position: fixed;
        left: 0;
        top: 0;
        height: 70px;
        width: 100%; }
      .cd-secondary-nav.animate-children {
        /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
        /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
        .cd-secondary-nav.animate-children li a {
          padding: 26px 30px 0 30px; }
          .cd-secondary-nav.animate-children li a span {
            opacity: 0; } }

.cd-secondary-nav-trigger {
  position: fixed;
  bottom: 20px;
  right: 5%;
  width: 44px;
  height: 44px;
  background: rgba(46, 50, 51, 0.96);
  border-radius: 0.25em;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2; }
  .cd-secondary-nav-trigger span {
    /* the span element is used to create the menu icon */
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ffffff;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s; }
    .cd-secondary-nav-trigger span::before, .cd-secondary-nav-trigger span::after {
      content: '';
      position: absolute;
      background: inherit;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
    .cd-secondary-nav-trigger span::before {
      right: -10px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
    .cd-secondary-nav-trigger span::after {
      left: -10px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
  .cd-secondary-nav-trigger.menu-is-open {
    background: transparent; }
  .cd-secondary-nav-trigger.menu-is-open span {
    background: rgba(255, 255, 255, 0);
    width: 20px;
    height: 2px; }
    .cd-secondary-nav-trigger.menu-is-open span::before, .cd-secondary-nav-trigger.menu-is-open span::after {
      background: white;
      width: 100%;
      height: 100%;
      border-radius: 0;
      top: 0;
      left: 0; }
    .cd-secondary-nav-trigger.menu-is-open span::before {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    .cd-secondary-nav-trigger.menu-is-open span::after {
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      transform: rotate(225deg); }
  @media only screen and (min-width: 1170px) {
    .cd-secondary-nav-trigger {
      display: none; } }

/* -------------------------------- 

Placeholder Sections

-------------------------------- */
.cd-section {
  margin: 0 auto;
  font-family: "Asap", sans-serif; }
  .cd-section h2 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 500;
    vertical-align: middle;
    text-transform: uppercase; }
  .cd-section h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: .3em;
    margin-bottom: .6em;
    font-weight: 500;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center; }
  .cd-section p {
    display: inline-block;
    font-size: 24px;
    font-size: 2rem;
    line-height: 1.5;
    color: #2e3233;
    margin-bottom: 1em;
    vertical-align: middle;
    text-align: justify; }
/*
  @media only screen and (min-width: 1170px) {
    .cd-section {
      margin: 0 auto; }
      .cd-section h2 {
        font-size: 70px;
        font-size: 4.375rem; }
      .cd-section h3 {
        font-size: 50px;
        font-size: 3.125rem; }
      .cd-section p {
        font-size: 24px;
        font-size: 2rem;
        line-height: 1.5em; } }
*/

.no-top {
  padding-top: 0px; }

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup-trigger {
  display: block;
  width: 170px;
  margin: 3em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50em;
  background: #35a785;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07); }
  @media only screen and (min-width: 1170px) {
    .cd-popup-trigger {
      margin: 6em auto; } }

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(46, 50, 51, 0.9);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .cd-popup-container p {
    padding: 3em 1em; }
  .cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both; }
  .cd-popup-container .cd-buttons li {
    float: left;
    width: 50%; }
  .cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s; }
  .cd-popup-container .cd-buttons li:first-child a {
    background: #0066B3;
    border-radius: 0 0 0 0.25em; }
    .no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
      background-color: #0075cc; }
  .cd-popup-container .cd-buttons li:last-child a {
    background: #778183;
    border-radius: 0 0 0.25em 0; }
    .no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
      background-color: #848d90; }
  .cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px; }
    .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
      content: '';
      position: absolute;
      top: 12px;
      width: 14px;
      height: 3px;
      background-color: #8f9cb5; }
    .cd-popup-container .cd-popup-close::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 8px; }
    .cd-popup-container .cd-popup-close::after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: 8px; }
  .is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  @media only screen and (min-width: 1170px) {
    .cd-popup-container {
      margin: 8em auto; } }

/* -------------------------------- 

Sliding Panel

-------------------------------- */
.cd-panel-btn {
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  background-color: #009A71;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .no-touch .cd-panel-btn:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3); }
  @media only screen and (min-width: 1170px) {
    .cd-panel-btn {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.2; } }

.cd-panel {
  position: fixed;
  top: 20px;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  color: #000;
  text-align: justify; }
  .cd-panel::after {
    /* overlay layer */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s; }
  .cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s; }
    .cd-panel.is-visible::after {
      background: rgba(0, 0, 0, 0.6);
      -webkit-transition: background 0.3s 0s;
      -moz-transition: background 0.3s 0s;
      transition: background 0.3s 0s; }
    .cd-panel.is-visible .cd-panel-close::before {
      -webkit-animation: cd-close-1 0.6s 0.3s;
      -moz-animation: cd-close-1 0.6s 0.3s;
      animation: cd-close-1 0.6s 0.3s; }
    .cd-panel.is-visible .cd-panel-close::after {
      -webkit-animation: cd-close-2 0.6s 0.3s;
      -moz-animation: cd-close-2 0.6s 0.3s;
      animation: cd-close-2 0.6s 0.3s; }

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg); } }

@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(45deg); } }

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg); } }

@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(-45deg); } }

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.cd-panel-header {
  position: fixed;
  width: 90%;
  height: 70px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 100005;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: top 0.3s 0s;
  -moz-transition: top 0.3s 0s;
  transition: top 0.3s 0s; }
  .cd-panel-header h1 {
    font-weight: bold;
    color: #D6001C;
    padding-left: 5%; }
  .from-right .cd-panel-header, .from-left .cd-panel-header {
    top: -50px; }
  .from-right .cd-panel-header {
    right: 0; }
  .from-left .cd-panel-header {
    left: 0; }
  .is-visible .cd-panel-header {
    top: 0;
    -webkit-transition: top 0.3s 0.3s;
    -moz-transition: top 0.3s 0.3s;
    transition: top 0.3s 0.3s; }
  @media only screen and (min-width: 768px) {
    .cd-panel-header {
      width: 70%; } }
  @media only screen and (min-width: 1170px) {
    .cd-panel-header {
      width: 50%; } }

.cd-panel-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px; }
  .cd-panel-close::before, .cd-panel-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5; }
  .cd-panel-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px; }
  .cd-panel-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px; }
  .no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .no-touch .cd-panel-close:hover::before {
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transform: rotate(220deg); }
  .no-touch .cd-panel-close:hover::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }

.cd-panel-container {
  position: fixed;
  width: 90%;
  height: 100%;
  top: 0;
  background: #e6e6e6;
  z-index: 100001;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s; }
  .from-right .cd-panel-container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .from-left .cd-panel-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .is-visible .cd-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  @media only screen and (min-width: 768px) {
    .cd-panel-container {
      width: 70%; } }
  @media only screen and (min-width: 1170px) {
    .cd-panel-container {
      width: 50%; } }

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch; }
  .cd-panel-content p {
    font-size: 10px;
    font-size: 0.625rem;
    color: #000;
    line-height: 1.0;
    margin: 2em 0; }
    .cd-panel-content p:first-of-type {
      margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .cd-panel-content p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.2; } }

@media screen and (min-width: 53.75em) {
  .side-image {
    display: table;
    width: 100%;
    table-layout: fixed; } }

.side-image .images-wrapper {
  background-color: #ffffff;
  background-size: contain;
  border-bottom: 1px solid rgba(179, 179, 179, 0.2);
  display: block;
  padding: 3em; }
  @media screen and (min-width: 53.75em) {
    .side-image .images-wrapper {
      display: table-cell;
      width: 33.33333%;
      background-position: center;
      background-size: contain;
      border-right: 1px solid rgba(179, 179, 179, 0.2); } }

.side-image .images-wrapper-iss {
  background-image: url("../img/total_defense/TD_GlossLockup_onLight.png");
  background-repeat: no-repeat;
  background-size: contain; }
  @media only screen and (min-width: 768px) {
    .side-image .images-wrapper-iss {
      background-image: url("../img/total_defense/TD_3DBoxes_2015-ISS_R_small.jpg"); } }

.side-image .images-wrapper-wifi {
  background-image: url("../assets/backgrounds/wifi_couple.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .side-image .images-wrapper-wifi {
      background-image: url("../assets/backgrounds/wifi_couple.png"); } }

.side-image .side-image-content {
  display: table-cell;
  width: 100%;
  padding: 1em 1em 4em 1em; }
  @media screen and (min-width: 53.75em) {
    .side-image .side-image-content {
      display: table-cell;
      width: 66.66667%;
      padding: 4em 4em 8em 4em; } }
  .side-image .side-image-content h1 {
    margin-bottom: 0.9em; }
  .side-image .side-image-content h4 {
    display: inline-block;
    font-size: 0.75em;
    font-weight: 800;
    margin-bottom: 1.3em;
    padding: 3px 8px;
    text-transform: uppercase; }
  .side-image .side-image-content p {
    color: #333;
    line-height: 1.5em;
    margin-bottom: 3em; }

.side-image .content-internet {
  background-color: #ffa3af; }
  .side-image .content-internet h4 {
    color: #D6001C; }

.cards {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.card {
  -webkit-flex-basis: 15em;
  -moz-flex-basis: 15em;
  flex-basis: 15em;
  -ms-flex-preferred-size: 15em;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #f6f6f6;
  border-radius: 3px;
  border: 1px solid gainsboro;
  box-shadow: 0 2px 4px #e6e6e6;
  cursor: pointer;
  margin: 0 1em 1.5em 1em;
  position: relative; }
  .card .card-image {
    overflow: hidden;
    height: 150px;
    max-height: 150px;
    background-color: #fff; }
    .card .card-image img {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      width: 100%;
      opacity: 1; }
  .card .card-header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #f6f6f6;
    border-bottom: 1px solid gainsboro;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.5em 0.75em; }
  .card .card-copy {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 0.75em 0.75em; }
    .card .card-copy p {
      margin: 0 0 0.75em; }
  .card:focus,
  .card:hover {
    cursor: pointer; }
    .card:focus img,
    .card:hover img {
      opacity: 0.7; }
  .card:active {
    background-color: #f6f6f6; }
    .card:active .card-header {
      background-color: #f6f6f6; }

#cd-table {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 1em auto;
  font-size: 24px;
  font-size: 1.5rem;
  /* you may remove this border in case of dark backgrounds if it's annoying */
  border-right: 1px solid #e6e7f1; }
  #cd-table::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both; }
  #cd-table::before {
    /* White color gradient on the right */
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 35px;
    background: -webkit-linear-gradient( right , #FFF 10%, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #FFF 10%, rgba(255, 255, 255, 0));
    z-index: 5;
    pointer-events: none; }
    .no-cssgradients #cd-table::before {
      /* remove the gradient using modernizr if css gradients are not supported */
      display: none; }
  #cd-table.table-end::before {
    /* the gradient disappears when user is at the end of the table */
    display: none; }
  #cd-table .cd-table-container {
    position: relative;
    width: 100%;
    overflow-x: auto;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch; }
  #cd-table .cd-table-wrapper {
    width: 870px;
    padding-left: 120px; }
  #cd-table .cd-table-column {
    width: 150px;
    float: left;
    border: 1px solid #e6e7f1;
    margin-left: -1px; }
    #cd-table .cd-table-column:last-child {
      border-right: none; }
  #cd-table h2, #cd-table ul > li {
    position: relative;
    text-align: center;
    padding: 0 1em;
    border-bottom: 1px solid #e6e7f1;
    height: 42px;
    line-height: 42px;
    background-color: #FFF;
    margin-bottom: 0; }
  #cd-table h2 {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #606272; }
  #cd-table ul > li {
    color: #787a8d; }
  #cd-table ul > li:nth-child(odd) {
    background-color: #f6f7fa; }
  #cd-table ul > li:last-child {
    border-bottom: none; }
  #cd-table .cd-unchecked span, #cd-table .cd-checked span {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("../img/yes-no.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 32px 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #cd-table .cd-unchecked span {
    background-position: -16px 0; }
  #cd-table .cd-select {
    display: block;
    height: 100%;
    width: 100%;
    font-weight: bold; }
  #cd-table header.cd-table-column {
    position: absolute;
    width: 120px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(214, 0, 28, 0.95);
    margin-left: 0;
    border-color: #bd0019;
    box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
    pointer-events: none; }
    #cd-table header.cd-table-column h2, #cd-table header.cd-table-column li {
      background-color: transparent;
      text-align: left;
      color: #ffa3af;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      border-bottom-color: #bd0019; }
    #cd-table header.cd-table-column h2 {
      color: #ffa3af; }
    #cd-table header.cd-table-column li:nth-child(odd) {
      background-color: rgba(189, 0, 25, 0.95); }
    #cd-table header.cd-table-column li:last-child {
      border-bottom: 1px solid #bd0019; }
  #cd-table .cd-scroll-right {
    /* small right arrow that indicates it's possible to scroll right */
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background: url("../img/small-arrow.svg") no-repeat center center;
    z-index: 6;
    -webkit-animation: cd-scroll-right 1.5s infinite;
    -moz-animation: cd-scroll-right 1.5s infinite;
    animation: cd-scroll-right 1.5s infinite; }
  @media only screen and (min-width: 768px) {
    #cd-table {
      margin: 2em auto;
      border-right: none; }
      #cd-table::before {
        display: none; }
      #cd-table .cd-table-wrapper {
        width: 100%;
        padding-left: 16.66667%; }
      #cd-table .cd-table-column {
        width: 20%;
        float: left; }
        #cd-table .cd-table-column:last-child {
          border-right: 1px solid #e6e7f1; }
      #cd-table header.cd-table-column {
        width: 16.66667%;
        float: left;
        background: #D6001C;
        box-shadow: none;
        pointer-events: auto; }
      #cd-table .cd-scroll-right {
        display: none; } }
  @media only screen and (min-width: 1170px) {
    #cd-table {
      margin: 4em auto; } }

@-webkit-keyframes cd-scroll-right {
  0%, 100% {
    -webkit-transform: translateX(0); }
  50% {
    -webkit-transform: translateX(3px); } }

@-moz-keyframes cd-scroll-right {
  0%, 100% {
    -moz-transform: translateX(0); }
  50% {
    -moz-transform: translateX(3px); } }

@keyframes cd-scroll-right {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px); } }

/* -------------------------------- 

Tabs

-------------------------------- */
.tabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
  font-size: 1.25em; }

/* Nav */
.tabs nav {
  text-align: center; }

.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
  color: #0066B3; }

.tabs nav a span {
  vertical-align: middle;
  font-size: .75em;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .tabs nav a span {
      font-size: 1em;
      font-weight: 800; } }

.tabs nav li.tab-current a {
  color: #00e7a9; }

.tabs nav a:focus {
  outline: none; }

.tabs nav a:hover {
  color: #00e7a9; }

/* Icons */
.icon::before {
  z-index: 10;
  display: inline-block;
  margin: 0 0.4em 0 0;
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-variant: normal;
  font-size: 1.3em;
  line-height: 1;
  speak: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-upload::before {
  content: "\e68a"; }

.icon-tools::before {
  content: "\e60a"; }

.icon-plane::before {
  content: "\e625"; }

.icon-joy::before {
  content: "\e6a4"; }

.icon-plug::before {
  content: "\e69a"; }

.icon-home::before {
  content: "\e648"; }

.icon-gift::before {
  content: "\e652"; }

.icon-display::before {
  content: "\e65e"; }

.icon-date::before {
  content: "\e660"; }

.icon-config::before {
  content: "\e666"; }

.icon-coffee::before {
  content: "\e669"; }

.icon-camera::before {
  content: "\e66f"; }

.icon-box::before {
  content: "\e674"; }

/* Content */
.content-wrap {
  position: relative; }

.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 1em;
  max-width: 1200px;
  text-align: center;
  -webkit-animation: cd-fade-in 2s;
  -moz-animation: cd-fade-in 2s;
  animation: cd-fade-in 2s; }

.content-wrap section.content-current {
  display: block; }

.content-wrap section p {
  margin: 0; }

/* Fallback */
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6); }

.no-flexbox nav ul {
  display: block; }

.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block; }

@media screen and (max-width: 58em) {
  .tabs nav a.icon span {
    display: none; }
  .tabs nav a:before {
    margin-right: 0; } }

/*****************************/
/* Triangle and line */
/*****************************/
.tabs-style-linetriangle nav a {
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.tabs-style-linetriangle nav a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
  min-height: 40px; }

.tabs-style-linetriangle nav a img {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px; }

.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none; }

.tabs-style-linetriangle nav li.tab-current a:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #009A71; }

.tabs-style-linetriangle nav li.tab-current a:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 58em) {
  .tabs-style-linetriangle nav {
    font-size: 0.6em; } }

.cd-tabs {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 1em auto;
  font-family: "Asap", sans-serif;
  background: -webkit-linear-gradient( bottom , #0083e6, rgba(0, 102, 179, 0));
  background: linear-gradient(to top, #0083e6, rgba(0, 102, 179, 0)); }
  .cd-tabs:after {
    content: "";
    display: table;
    clear: both; }
  .cd-tabs::after {
    /* subtle gradient layer on top right - to indicate it's possible to scroll */
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
    .no-cssgradients .cd-tabs::after {
      display: none; }
  .cd-tabs.is-ended::after {
    /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #f8f7ee;
    background: -webkit-linear-gradient( bottom , #0083e6, rgba(0, 102, 179, 0));
    background: linear-gradient(to top, #0083e6, rgba(0, 102, 179, 0)); }
  @media only screen and (min-width: 768px) {
    .cd-tabs::after {
      display: none; }
    .cd-tabs nav {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
      z-index: 1;
      background: -webkit-linear-gradient( left , #0083e6, rgba(0, 102, 179, 0));
      background: linear-gradient(to right, #0083e6, rgba(0, 102, 179, 0)); } }
  @media only screen and (min-width: 1170px) {
    .cd-tabs nav {
      position: relative;
      float: none;
      background: transparent;
      box-shadow: none;
      background: -webkit-linear-gradient( bottom , #0083e6, rgba(0, 102, 179, 0));
      background: linear-gradient(to top, #0083e6, rgba(0, 102, 179, 0)); } }

.cd-tabs-navigation {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }
  .cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both; }
  .cd-tabs-navigation img {
    vertical-align: middle; }
  .cd-tabs-navigation li {
    float: left; }
  .cd-tabs-navigation a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: rgba(26, 26, 26, 0.5);
    padding-top: 20px; }
    .no-touch .cd-tabs-navigation a:hover {
      color: black;
      background-color: #ffffff; }
    .cd-tabs-navigation a.selected {
      background-color: #ffffff !important;
      box-shadow: inset 0 2px 0 #0066B3;
      color: #29324e; }
    .cd-tabs-navigation a::before {
      /* icons */
      position: absolute;
      top: 12px;
      left: 50%;
      margin-left: -10px;
      display: inline-block;
      height: 20px;
      width: 20px; }
  @media only screen and (min-width: 768px) {
    .cd-tabs-navigation {
      /* move the nav to the left on medium sized devices */
      width: 100px;
      float: left; }
      .cd-tabs-navigation a {
        height: 80px;
        width: 100px;
        padding-top: 26px; }
        .no-touch .cd-tabs-navigation a:hover {
          background-color: #ffffff !important;
          box-shadow: inset 2px 0 0 #0066B3;
          color: black;
          background-color: #ffffff; }
        .cd-tabs-navigation a.selected {
          box-shadow: inset 2px 0 0 #0066B3; }
        .cd-tabs-navigation a::before {
          top: 22px; } }
  @media only screen and (min-width: 1170px) {
    .cd-tabs-navigation {
      /* tabbed on top on big devices */
      width: auto; }
      .cd-tabs-navigation img {
        padding-top: 10px; }
      .cd-tabs-navigation a {
        height: 60px;
        line-height: 60px;
        width: auto;
        text-align: left;
        font-size: 20px;
        font-size: 1.25rem;
        padding: 0 2em 0 2em; }
        .no-touch .cd-tabs-navigation a:hover {
          color: black;
          background-color: #ffffff;
          box-shadow: inset 0 2px 0 #0066B3; }
        .cd-tabs-navigation a.selected {
          box-shadow: inset 0 2px 0 #0066B3; }
        .cd-tabs-navigation a::before {
          top: 50%;
          margin-top: -10px;
          margin-left: 0;
          left: 38px; } }

.cd-tabs-content {
  background: #ffffff;
  vertical-align: middle; }
  .cd-tabs-content li {
    display: none;
    padding: 1.4em; }
    .cd-tabs-content li.selected {
      display: block;
      -webkit-animation: cd-fade-in 0.5s;
      -moz-animation: cd-fade-in 0.5s;
      animation: cd-fade-in 0.5s; }
    .cd-tabs-content li p {
      display: inline-block;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.3;
      color: #8493bf;
      margin-bottom: 1em;
      vertical-align: middle;
      text-align: justify; }
      @media only screen and (min-width: 1170px) {
        .cd-tabs-content li p {
          font-size: 14px;
          font-size: 0.875rem; } }
    .cd-tabs-content li img {
      display: inline-block;
      vertical-align: middle;
      padding-right: 20px; }
  .cd-tabs-content .disclaimer p {
    text-align: center;
    font-size: 10px;
    color: #b9b9b9;
    margin: 50px 0px; }
  @media only screen and (min-width: 768px) {
    .cd-tabs-content {
      min-height: 80px; }
      .cd-tabs-content li {
        padding: 2em 2em 2em 7em; } }
  @media only screen and (min-width: 1170px) {
    .cd-tabs-content {
      min-height: 0; }
      .cd-tabs-content li {
        padding: 1em; }
        .cd-tabs-content li p {
          font-size: 26px;
          font-size: 1.625rem; }
        .cd-tabs-content li h3 {
          font-size: 34px;
          font-size: 2.125rem;
          margin-bottom: 10px; } }

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes cd-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes content-rotate-y {
  from {
    -webkit-transform: rotateY(90deg); }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg); } }

@-moz-keyframes content-rotate-y {
  from {
    -moz-transform: rotateY(90deg); }
  to {
    opacity: 1;
    -moz-transform: rotateY(0deg); } }

@keyframes content-rotate-y {
  from {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg); }
  to {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-webkit-keyframes content-rotate-x {
  from {
    -webkit-transform: rotateX(90deg); }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes content-rotate-x {
  from {
    -moz-transform: rotateX(90deg); }
  to {
    opacity: 1;
    -moz-transform: rotateX(0deg); } }

@keyframes content-rotate-x {
  from {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg); }
  to {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); } }

@-webkit-keyframes content-rotate-both {
  from {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0% 50%; }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 0% 50%; } }

@-moz-keyframes content-rotate-both {
  from {
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 0% 50%; }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -moz-transform-origin: 0% 50%; } }

@keyframes content-rotate-both {
  from {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }
  to {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%; } }

@-webkit-keyframes content-pop-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes content-pop-out {
  0% {
    opacity: 1;
    -moz-transform: scale(1); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }

@keyframes content-pop-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes content-pop-in {
  from {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  to {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes content-pop-in {
  from {
    opacity: 1;
    -moz-transform: scale(1.1); }
  to {
    opacity: 1;
    -moz-transform: scale(1); } }

@keyframes content-pop-in {
  from {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }

@-moz-keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }

@keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }

@-webkit-keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }

@-moz-keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }

@keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }

/* Individual tab styles */
/*****************************/
/* Bar */
/*****************************/
.tabs-style-bar nav {
  background: rgba(40, 44, 42, 0.05); }

.tabs-style-bar nav ul {
  border: 4px solid transparent; }

.tabs-style-bar nav ul li a {
  margin: 0 2px;
  background-color: #f7f7f7;
  color: #74777b;
  transition: background-color 0.2s, color 0.2s; }

.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
  color: #2CC185; }

.tabs-style-bar nav ul li a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.6em; }

.tabs-style-bar nav ul li.tab-current a {
  background: #2CC185;
  color: #fff; }

/*****************************/
/* Icon box */
/*****************************/
.tabs-style-iconbox nav {
  background: rgba(255, 255, 255, 0.4); }

.tabs-style-iconbox nav ul li a {
  overflow: visible;
  padding: 2em 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.tabs-style-iconbox nav ul li a span {
  font-weight: 700;
  font-size: 0.7em; }

.tabs-style-iconbox nav ul li.tab-current {
  z-index: 100; }

.tabs-style-iconbox nav ul li.tab-current a {
  background: #fff;
  box-shadow: -1px 0 0 #fff; }

.tabs-style-iconbox nav ul li.tab-current a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #fff;
  content: '';
  pointer-events: none; }

.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 60%;
  background: rgba(0, 0, 0, 0.07);
  content: ''; }

.tabs-style-iconbox nav ul li:first-child::before {
  right: auto;
  left: 0; }

.tabs-style-iconbox .icon::before {
  display: block;
  margin: 0 0 0.25em 0; }

/*****************************/
/* Underline */
/*****************************/
.tabs-style-underline nav {
  background: #fff; }

.tabs-style-underline nav a {
  padding: 0.25em 0 0.5em;
  border-left: 1px solid #e7ecea;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.tabs-style-underline nav li:last-child a {
  border-right: 1px solid #e7ecea; }

.tabs-style-underline nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #2CC185;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0); }

.tabs-style-underline nav li.tab-current a::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.tabs-style-underline nav a span {
  font-weight: 700; }

/*****************************/
/* Triangle and line */
/*****************************/
.tabs-style-linetriangle nav a {
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.tabs-style-linetriangle nav a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em; }

.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none; }

.tabs-style-linetriangle nav li.tab-current a:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #e7ecea; }

.tabs-style-linetriangle nav li.tab-current a:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 58em) {
  .tabs-style-linetriangle nav {
    font-size: 0.6em; } }

/*****************************/
/* Top Line */
/*****************************/
.tabs-style-topline {
  max-width: 1200px; }

.tabs-style-topline nav li {
  border: 1px solid rgba(40, 44, 42, 0.1); }

.tabs-style-topline nav li:not(:last-child) {
  border-right: none; }

.tabs-style-topline nav li.tab-current {
  border-top-color: #2CC185;
  border-bottom: none; }

.tabs-style-topline nav a {
  padding: 0.65em 0 0.5em;
  background: rgba(40, 44, 42, 0.05);
  color: #74777b;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
  color: #2CC185; }

.tabs-style-topline nav li.tab-current a {
  background: none;
  box-shadow: inset 0 3px 0 #2CC185;
  color: #2CC185; }

.tabs-style-topline .icon::before {
  display: block;
  margin: 0; }

.tabs-style-topline nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.5em; }

/*****************************/
/* Falling Icon, from http://vintageproductions.eu/grid/interactivity/ */
/*****************************/
.tabs-style-iconfall {
  overflow: visible;
  border: 1px solid #2CC185;
  max-width: 700px; }
  .tabs-style-iconfall .content-wrap {
    border-top: 1px solid #2CC185; }

.tabs-style-iconfall {
  overflow: visible; }
  .tabs-style-iconfall .content-wrap {
    border-top: 1px solid #2CC185; }

.tabs-style-iconfall {
  overflow: visible; }
  .tabs-style-iconfall .content-wrap {
    border-top: 1px solid #2CC185; }

.tabs-style-iconfall nav a {
  display: inline-block;
  overflow: visible;
  padding: 1em 0 2em;
  color: #74777b;
  line-height: 1;
  -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.tabs-style-iconfall nav a:hover,
.tabs-style-iconfall nav a:focus,
.tabs-style-iconfall nav li.tab-current a {
  color: #2CC185; }

.tabs-style-iconfall nav a span {
  font-weight: 700; }

.tabs-style-iconfall nav li::before {
  position: absolute;
  bottom: 1em;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background: #2CC185;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1); }

.tabs-style-iconfall nav li.tab-current::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.tabs-style-iconfall .icon::before {
  display: block;
  margin: 0 0 0.35em;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  pointer-events: none; }

.tabs-style-iconfall nav li.tab-current .icon::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@media screen and (max-width: 58em) {
  .tabs-style-iconfall nav li .icon::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/*****************************/
/* Moving Line */
/*****************************/
.tabs-style-linemove nav {
  background: #fff; }

.tabs-style-linemove nav li:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2CC185;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

/* Move the line */
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-400%, 0, 0);
  transform: translate3d(-400%, 0, 0); }

.tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-300%, 0, 0);
  transform: translate3d(-300%, 0, 0); }

.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0); }

.tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.tabs-style-linemove nav a {
  padding: 1em 0;
  color: #74777b;
  line-height: 1;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s; }

.tabs-style-linemove nav li.tab-current a {
  color: #2CC185;
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0); }

.tabs-style-linemove nav a span {
  font-weight: 700; }

/*****************************/
/* Line */
/*****************************/
.tabs-style-line nav ul {
  padding: 0 2em;
  max-width: none;
  box-shadow: inset 0 -2px #d1d3d2; }

.tabs-style-line nav a {
  padding: 0.7em 0.4em;
  box-shadow: inset 0 -2px #d1d3d2;
  color: #74777b;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s; }

.tabs-style-line nav a:hover,
.tabs-style-line nav a:focus {
  box-shadow: inset 0 -2px #74777b; }

.tabs-style-line nav li.tab-current a {
  box-shadow: inset 0 -2px #2CC185;
  color: #2CC185; }

@media screen and (max-width: 58em) {
  .tabs-style-line nav ul {
    display: block;
    box-shadow: none; }
  .tabs-style-line nav ul li {
    display: block;
    -webkit-flex: none;
    flex: none; } }

/*****************************/
/* Line-nonresp */
/*****************************/
.tabs-style-line-stacked nav ul {
  padding: 0 1em;
  max-width: none;
  box-shadow: inset 0 -2px #d1d3d2;
  display: block;
  box-shadow: none; }

.tabs-style-line-nonresp nav ul li {
  display: block;
  -webkit-flex: none;
  flex: none; }

.tabs-style-line-stacked nav a {
  padding: 0.7em 0.4em;
  box-shadow: inset 0 -2px #d1d3d2;
  color: #74777b;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6em;
  line-height: 1;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s; }

.tabs-style-line-stacked nav a:hover,
.tabs-style-line-stacked nav a:focus {
  box-shadow: inset 0 -2px #74777b; }

.tabs-style-line-stacked nav li.tab-current a {
  box-shadow: inset 0 -2px #2CC185;
  color: #2CC185; }

/*****************************/
/* Circle */
/*****************************/
.tabs-style-circle {
  overflow: visible; }

.tabs-style-circle nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  width: 120px;
  height: 120px;
  border: 1px solid #2CC185;
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

@media screen and (max-width: 58em) {
  .tabs-style-circle nav li::before {
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px; } }

.tabs-style-circle nav li.tab-current::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.tabs-style-circle nav a {
  overflow: visible;
  color: #74777b;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.1;
  -webkit-transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.tabs-style-circle nav a span {
  display: inline-block; }

.tabs-style-circle nav a span,
.tabs-style-circle .icon::before {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

.tabs-style-circle nav a:hover,
.tabs-style-circle nav a:focus {
  color: #4a4a4b; }

.tabs-style-circle nav li.tab-current a {
  color: #2CC185; }

.tabs-style-circle nav li.tab-current a span {
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0); }

.tabs-style-circle .icon::before {
  display: block;
  margin: 0;
  pointer-events: none; }

.tabs-style-circle nav li.tab-current .icon::before {
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0); }

/*****************************/
/* Shape */
/*****************************/
.tabs-style-shape {
  max-width: 1200px; }

.tabs-style-shape nav ul li {
  margin: 0 3em; }

.tabs-style-shape nav ul li:first-child {
  margin-left: 0; }

.tabs-style-shape nav ul li.tab-current {
  z-index: 100; }

.tabs-style-shape nav li a {
  overflow: visible;
  margin: 0 -3em 0 0;
  padding: 0;
  color: #fff;
  font-weight: 500; }

.tabs-style-shape nav li:first-child a span {
  padding-left: 2em;
  border-radius: 30px 0 0 0; }

.tabs-style-shape nav li:last-child a span {
  padding-right: 2em;
  border-radius: 0 30px 0 0; }

.tabs-style-shape nav li a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  width: 3em;
  height: 100%;
  fill: #bdc2c9; }

.tabs-style-shape nav li a svg:nth-child(2),
.tabs-style-shape nav li:last-child a svg {
  right: 100%;
  left: auto;
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1); }

.tabs-style-shape nav li a span {
  display: block;
  overflow: hidden;
  padding: 0.65em 0;
  background-color: #bdc2c9;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tabs-style-shape nav li a:hover span {
  background-color: #2CC185; }

.tabs-style-shape nav li a:hover svg {
  fill: #2CC185; }

/* Make only shape clickable */
.tabs-style-shape nav li a svg {
  pointer-events: none; }

.tabs-style-shape nav li a svg use {
  pointer-events: auto; }

.tabs-style-shape nav li.tab-current a span,
.tabs-style-shape nav li.tab-current a svg {
  -webkit-transition: none;
  transition: none; }

.tabs-style-shape nav li.tab-current a span {
  background: #fff; }

.tabs-style-shape nav li.tab-current a svg {
  fill: #fff; }

.tabs-style-shape .content-wrap {
  background: #fff; }

@media screen and (max-width: 58em) {
  .tabs-style-shape nav ul {
    display: block;
    padding-top: 1.5em; }
  .tabs-style-shape nav ul li {
    display: block;
    margin: -1.25em 0 0;
    -webkit-flex: none;
    flex: none; }
  .tabs-style-shape nav ul li a {
    margin: 0; }
  .tabs-style-shape nav ul li svg {
    display: none; }
  .tabs-style-shape nav ul li a span {
    padding: 1.25em 0 2em !important;
    border-radius: 30px 30px 0 0 !important;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1; }
  .tabs-style-shape nav ul li:last-child a span {
    padding: 1.25em 0 !important; }
  .tabs-style-shape nav ul li.tab-current {
    z-index: 1; } }

/*****************************/
/* Line Box */
/*****************************/
.tabs-style-linebox nav ul li {
  margin: 0 0.5em;
  -webkit-flex: none;
  flex: none; }

.tabs-style-linebox nav a {
  padding: 0 1.5em;
  color: #74777b;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.tabs-style-linebox nav a:hover,
.tabs-style-linebox nav a:focus {
  color: #2CC185; }

.tabs-style-linebox nav li.tab-current a {
  color: #fff; }

.tabs-style-linebox nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d2d8d6;
  content: '';
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0); }

.tabs-style-linebox nav li.tab-current a::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.tabs-style-linebox nav a:hover::after,
.tabs-style-linebox nav a:focus::after,
.tabs-style-linebox nav li.tab-current a::after {
  background: #2CC185; }

@media screen and (max-width: 58em) {
  .tabs-style-linebox nav ul {
    display: block;
    box-shadow: none; }
  .tabs-style-linebox nav ul li {
    display: block;
    -webkit-flex: none;
    flex: none; } }

/*****************************/
/* Flip */
/*****************************/
.tabs-style-flip {
  max-width: 1200px; }

.tabs-style-flip nav a {
  padding: 0.5em 0;
  color: #2CC185;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus,
.tabs-style-flip nav li.tab-current a {
  color: #74777b; }

.tabs-style-flip nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.625em; }

.tabs-style-flip nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%; }

.tabs-style-flip nav li.tab-current a::after {
  background-color: #fff;
  -webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(900px) rotate3d(1, 0, 0, 0deg); }

.tabs-style-flip .content-wrap {
  background: #fff; }

/*****************************/
/* Fill up */
/*****************************/
.tabs-style-fillup nav ul li a {
  padding: 1.9em 0;
  border-right: 1px solid #2CC185;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tabs-style-fillup nav ul li:last-child a {
  border: none; }

.tabs-style-fillup nav ul li.tab-current {
  z-index: 100; }

.tabs-style-fillup nav ul li.tab-current a {
  color: #fff; }

.tabs-style-fillup nav ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  height: calc(100% + 1px);
  border: 1px solid #2CC185;
  background: #2CC185;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.tabs-style-fillup nav ul li.tab-current a::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.tabs-style-fillup nav ul li a span,
.tabs-style-fillup .icon::before {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.tabs-style-fillup nav ul li a span {
  display: block;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 1.5; }

.tabs-style-fillup .icon::before {
  display: block;
  margin: 0; }

.tabs-style-fillup nav ul li.tab-current a span,
.tabs-style-fillup li.tab-current .icon::before {
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

/*****************************/
/* Trapezoid, based on http://lea.verou.me/2013/10/slanted-tabs-with-css-3d-transforms/ */
/*****************************/
.tabs-style-tzoid {
  max-width: 1200px; }

.tabs-style-tzoid nav {
  padding: 0 1em; }

.tabs-style-tzoid nav ul li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tabs-style-tzoid nav ul li a {
  padding: 0 1.5em 0 0.3em;
  color: #0d9564;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

@media screen and (max-width: 54em) {
  .tabs-style-tzoid nav ul li a {
    padding: 0 0.5em 0 0.3em; } }

.tabs-style-tzoid nav ul li a:hover,
.tabs-style-tzoid nav ul li a:focus {
  color: #fff; }

.tabs-style-tzoid nav ul li.tab-current a,
.tabs-style-tzoid nav ul li.tab-current a:hover {
  color: #2CC185; }

.tabs-style-tzoid nav ul li a span {
  font-weight: 500;
  font-size: 0.75em; }

.tabs-style-tzoid nav ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  background: #2CC185;
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
  content: '';
  -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tabs-style-tzoid nav ul li.tab-current a::after,
.tabs-style-tzoid .content-wrap {
  background: #fff;
  box-shadow: none; }

/*****************************/
/* Circle fill */
/*****************************/
.tabs-style-circlefill {
  max-width: 700px;
  border: 1px solid #2CC185; }

.tabs-style-circlefill nav ul li {
  overflow: hidden;
  border-right: 1px solid #2CC185; }

.tabs-style-circlefill nav li a {
  padding: 1.5em 0;
  color: #fff;
  font-size: 1.25em; }

.tabs-style-circlefill nav li:first-child {
  border-left: none; }

.tabs-style-circlefill nav li:last-child {
  border: none; }

.tabs-style-circlefill nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  border: 1px solid #2CC185;
  border-radius: 50%;
  background: #2CC185;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.tabs-style-circlefill nav li.tab-current::before {
  -webkit-transform: scale3d(2.5, 2.5, 1);
  transform: scale3d(2.5, 2.5, 1); }

.tabs-style-circlefill nav a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.tabs-style-circlefill nav a span {
  display: none; }

.tabs-style-circlefill nav li.tab-current a {
  color: #fff; }

.tabs-style-circlefill .icon::before {
  display: block;
  margin: 0;
  pointer-events: none; }

.tabs-style-circlefill .content-wrap {
  border-top: 1px solid #2CC185; }

/* -------------------------------- 

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cd-hero-slider {
  position: relative;
  height: 360px;
  overflow: hidden; }
  .cd-hero-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
    .cd-hero-slider li.selected {
      /* this is the visible slide */
      position: relative;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .cd-hero-slider li.move-left {
      /* slide hidden on the left */
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .cd-hero-slider li.is-moving,
    .cd-hero-slider li.selected {
      /* the is-moving class is assigned to the slide which is moving outside the viewport */
      -webkit-transition: -webkit-transform 0.5s;
      -moz-transition: -moz-transform 0.5s;
      transition: transform 0.5s; }
  @media only screen and (min-width: 768px) {
    .cd-hero-slider {
      height: 500px; } }
  @media only screen and (min-width: 1170px) {
    .cd-hero-slider {
      height: 400px; } }

/* -------------------------------- 

Single slide style

-------------------------------- */
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url("../assets/mediacom1_01044_Sparkle.jpg"); }

.cd-hero-slider li:nth-of-type(2) {
  background-color: #3d4952;
  background-image: url("../img/people-watching-tv.jpg"); }

.cd-hero-slider li:nth-of-type(3) {
  background-color: #586775;
  background-image: url("../img/banner_internet.png"); }

.cd-hero-slider li:nth-of-type(4) {
  background-color: #2c343b;
  background-image: url("../img/home-security.jpg"); }

.cd-hero-slider li:nth-of-type(5) {
  background-color: #2c343b;
  background-image: url(../img/home-security.jpg); }

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none; }
  .cd-hero-slider .cd-img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .cd-hero-slider .cd-bg-video-wrapper video {
    /* you won't see this element in the html, but it will be injected using js */
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.cd-hero-slider h2, .cd-hero-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px; }

.cd-hero-slider h2 {
  font-size: 2.4rem; }

.cd-hero-slider p {
  font-size: 1.4rem;
  line-height: 1.4; }

.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: .8em;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .cd-hero-slider .cd-btn.secondary {
    background-color: rgba(22, 26, 30, 0.8); }
  .cd-hero-slider .cd-btn:nth-of-type(2) {
    margin-left: 1em; }
  .no-touch .cd-hero-slider .cd-btn:hover {
    background-color: #0066B3; }
  .no-touch .cd-hero-slider .cd-btn.secondary:hover {
    background-color: #161a1e; }

@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 150px; }
  .cd-hero-slider .cd-bg-video-wrapper {
    display: block; }
  .cd-hero-slider .cd-half-width {
    width: 45%; }
    .cd-hero-slider .cd-half-width:first-of-type {
      left: 5%; }
    .cd-hero-slider .cd-half-width:nth-of-type(2) {
      right: 5%;
      left: auto; }
  .cd-hero-slider .cd-img-container {
    display: block; }
  .cd-hero-slider h2, .cd-hero-slider p {
    max-width: 520px; }
  .cd-hero-slider h2 {
    font-size: 2.4em;
    font-weight: 300; }
  .cd-hero-slider .cd-btn {
    font-size: 1.4rem; } }

@media only screen and (min-width: 1170px) {
  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    padding-top: 220px; }
  .cd-hero-slider h2, .cd-hero-slider p {
    margin-bottom: 20px; }
  .cd-hero-slider h2 {
    font-size: 3.2em; }
  .cd-hero-slider p {
    font-size: 1.6rem; } }

/* -------------------------------- 

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px); }
  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px); }
  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
			wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s; }
  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s; }
  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s; }
  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
			wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s; }
  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s; }
  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s; }
  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s; } }

/* -------------------------------- 

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
  background-color: rgba(0, 1, 1, 0.5); }
  .cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
    height: 100%; }
  .cd-slider-nav nav {
    display: inline-block;
    position: relative; }
  .cd-slider-nav .cd-marker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 100%;
    color: #0066B3;
    background-color: #ffffff;
    box-shadow: inset 0 2px 0 currentColor;
    -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
    -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s; }
    .cd-slider-nav .cd-marker.item-2 {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%); }
    .cd-slider-nav .cd-marker.item-3 {
      -webkit-transform: translateX(200%);
      -moz-transform: translateX(200%);
      -ms-transform: translateX(200%);
      -o-transform: translateX(200%);
      transform: translateX(200%); }
    .cd-slider-nav .cd-marker.item-4 {
      -webkit-transform: translateX(300%);
      -moz-transform: translateX(300%);
      -ms-transform: translateX(300%);
      -o-transform: translateX(300%);
      transform: translateX(300%); }
    .cd-slider-nav .cd-marker.item-5 {
      -webkit-transform: translateX(400%);
      -moz-transform: translateX(400%);
      -ms-transform: translateX(400%);
      -o-transform: translateX(400%);
      transform: translateX(400%); }
  .cd-slider-nav ul:after {
    content: "";
    display: table;
    clear: both; }
  .cd-slider-nav li {
    display: inline-block;
    width: 60px;
    float: left; }
    .cd-slider-nav li.selected a {
      color: #2c343b; }
      .no-touch .cd-slider-nav li.selected a:hover {
        background-color: transparent; }
  .cd-slider-nav a {
    display: block;
    position: relative;
    padding-top: 35px;
    font-size: 1rem;
    font-weight: 700;
    color: #a8b4be;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .cd-slider-nav a::before {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      top: 8px;
      left: 50%;
      right: auto;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .no-touch .cd-slider-nav a:hover {
      background-color: rgba(0, 1, 1, 0.5); }
  @media only screen and (min-width: 768px) {
    .cd-slider-nav {
      height: 80px; }
      .cd-slider-nav .cd-marker,
      .cd-slider-nav li {
        width: 95px; }
      .cd-slider-nav a {
        padding-top: 48px;
        font-size: 1.1rem;
        text-transform: uppercase; }
        .cd-slider-nav a::before {
          top: 18px; } }

/* -------------------------------- 

Hero Unit  
-------------------------------- */
.hero {
    
  background: url("../img/PaceBoxImg.jpg") no-repeat right top;
  height: 100%;
  width:100%;
  background-size: contain;
  background-color: #fff; 


/*  padding-bottom: .5em; */
}
  .hero .hero-logo img {
    height: 4em;
    margin-bottom: .5em; }
  .hero .hero-inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    padding: 1em 2em 1em 1em;
    text-align: left; }
    .hero .hero-inner:after {
      content: "";
      display: table;
      clear: both; }
    .hero .hero-inner:after {
      content: "";
      display: table;
      clear: both; }
    .hero .hero-inner .hero-copy {
      text-align: left; }
      .hero .hero-inner .hero-copy h1 {
        text-transform: uppercase;
        color: #0066B3;
        font-size: 1.6em;
        margin-bottom: 0.5em; }
    .hero .hero-inner .hero-copy h2 {
        text-transform: uppercase;
        color: #0066B3;
        text-align: left;
        font-size: 1.2em;
        margin-bottom: 0.5em; }
        @media screen and (min-width: 53.75em) {
          .hero .hero-inner .hero-copy h1 {
            font-size: 1.8em; } }
      .hero .hero-inner .hero-copy p {
        color: #0066B3;
        line-height: 1.4em;
        margin: 0 auto 1em auto; }
        @media screen and (min-width: 53.75em) {
          .hero .hero-inner .hero-copy p {
            font-size: 1.1em;
            max-width: 90%; } }

/* -------------------------------- 

Hero Unit Digital adapter  
-------------------------------- */
.hero-rovi {
  background: url("../img/PaceBoxImg.jpg") no-repeat right top;
        height: 100%;
	width:100%;
    background-size: contain;
  background-color: #fff;
/*
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
*/
  padding-bottom: 3em;
/*  min-height: 737px; */
}
  .hero-rovi .hero-rovi-logo img {
    position: static;
    right: 0;
    bottom: 0; }
  .hero-rovi .hero-rovi-inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    margin: auto;
    padding: 1.5em;
    text-align: center; }
    .hero-rovi .hero-rovi-inner:after {
      content: "";
      display: table;
      clear: both; }
    .hero-rovi .hero-rovi-inner:after {
      content: "";
      display: table;
      clear: both; }
    .hero-rovi .hero-rovi-inner .hero-rovi-copy {
      text-align: center; }
      .hero-rovi .hero-rovi-inner .hero-rovi-copy .hero-rovi-copy-bl {
        text-align: left;
        margin: 25em 5em 5em;
        position: static;
        left: 0;
        bottom: 0; }
        .hero-rovi .hero-rovi-inner .hero-rovi-copy .hero-rovi-copy-bl li {
          list-style: disc;
          margin-left: 1em;
          font-weight: 700; }
        @media only screen and (max-width: 670px) {
          .hero-rovi .hero-rovi-inner .hero-rovi-copy .hero-rovi-copy-bl {
            /* tablets and desktop */
            margin: 25em 1em 5em; } }
      .hero-rovi .hero-rovi-inner .hero-rovi-copy h1 {
        font-family: "Asap", sans-serif;
        font-style: italic;
        font-weight: 500;
        font-size: 2.6em;
        text-transform: uppercase;
        margin-bottom: 0.5em; }
        @media screen and (min-width: 53.75em) {
          .hero-rovi .hero-rovi-inner .hero-rovi-copy h1 {
            font-size: 2.8em; } }
      .hero-rovi .hero-rovi-inner .hero-rovi-copy h2 {
        font-family: "Asap", sans-serif;
        font-style: italic;
        font-weight: 500;
        font-size: 2em;
        text-transform: uppercase;
        margin-bottom: 0.5em; }
        @media screen and (min-width: 53.75em) {
          .hero-rovi .hero-rovi-inner .hero-rovi-copy h2 {
            font-size: 1.8em; } }
      .hero-rovi .hero-rovi-inner .hero-rovi-copy p {
        font-weight: 200;
        line-height: 1.4em;
        margin: 0 auto 3em auto; }
        @media screen and (min-width: 53.75em) {
          .hero-rovi .hero-rovi-inner .hero-rovi-copy p {
            font-size: 1.1em;
            max-width: 40%; } }

/* -------------------------------- 

Back to Top

-------------------------------- */
.cd-top {
  display: inline-block;
  height: 0px;
  width: 0px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(98, 193, 105, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5; }
  .no-touch .cd-top:hover {
    background-color: #62c169;
    opacity: 1; }
  @media only screen and (min-width: 768px) {
    .cd-top {
      right: 20px;
      bottom: 20px; } }
  @media only screen and (min-width: 1170px) {
    .cd-top {
      height: 50px;
      width: 50px;
      right: 30px;
      bottom: 30px; } }

.device-background {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20em;
  width: 100%; }
  .device-background .device-text {
    color: white;
    padding: .75em; }
    @media screen and (min-width: 53.75em) {
      .device-background .device-text {
        float: left;
        max-width: 60%;
        padding: 2em; } }
    .device-background .device-text h4 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      font-size: 1.2em;
      margin: 0 0 0.5em 0;
      padding-bottom: 0.5em; }
    .device-background .device-text p {
      line-height: 1.2em;
      margin-bottom: 1em; }
  .device-background .device {
    display: none;
    position: relative; }
    @media screen and (min-width: 53.75em) {
      .device-background .device {
        -webkit-transform: perspective(800px) translateX(0px) translateY(-100px) translateZ(50px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
        -moz-transform: perspective(800px) translateX(0px) translateY(-100px) translateZ(50px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
        -ms-transform: perspective(800px) translateX(0px) translateY(-100px) translateZ(50px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
        -o-transform: perspective(800px) translateX(0px) translateY(-100px) translateZ(50px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
        transform: perspective(800px) translateX(0px) translateY(-100px) translateZ(50px) rotateX(0deg) rotateY(-20deg) rotateZ(0deg);
        background: #1a1a1a;
        border-radius: 2em;
        box-shadow: 1px 0px #343434, 4px 0px #060606, 7px 0px black, 10px 0px black, 13px 0px black;
        display: block;
        float: right;
        margin-bottom: -12em;
        margin-right: 5em;
        padding: 5em 0;
        width: 24.8em;
        z-index: 99999; }
        .device-background .device .screen {
          height: 35em;
          width: 24em;
          background-image: url("../img/mindy.jpg");
          background-size: cover;
          border-radius: 0.2em;
          box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.5);
          margin: auto; } }
  .device-background .device_phone {
    display: none;
    position: relative; }
    @media screen and (min-width: 53.75em) {
      .device-background .device_phone {
        -webkit-transform: perspective(900px) translateX(0px) translateY(-150px) translateZ(60px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg);
        -moz-transform: perspective(900px) translateX(0px) translateY(-150px) translateZ(60px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg);
        -ms-transform: perspective(900px) translateX(0px) translateY(-150px) translateZ(60px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg);
        -o-transform: perspective(900px) translateX(0px) translateY(-150px) translateZ(60px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg);
        transform: perspective(900px) translateX(0px) translateY(-150px) translateZ(60px) rotateX(0deg) rotateY(-10deg) rotateZ(0deg);
        display: block;
        float: right;
        margin-bottom: -12em;
        padding: 5em 0;
        width: 24.8em;
        z-index: 99999; }
        .device-background .device_phone .screen {
          height: 35em;
          width: 24em;
          background-image: url("../assets/backgrounds/Phone.png");
          background-size: cover;
          margin: auto; } }

/* -------------------------------- 

Form

-------------------------------- */
.cd-form {
  width: 90%;
  max-width: 768px;
  margin: 4em auto; }
  .cd-form:after {
    content: "";
    display: table;
    clear: both; }
  .cd-form fieldset {
    margin: 24px 0; }
  .cd-form legend {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 2rem;
    border-bottom: 1px solid #ecf0f1; }
  .cd-form div {
    /* form element wrapper */
    position: relative;
    margin: 20px 0; }
  .cd-form h4, .cd-form .cd-label {
    font-size: 1.3rem;
    color: #94aab0;
    margin-bottom: 10px; }
  .cd-form .cd-label {
    display: block; }
  .cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
    font-family: "Asap", sans-serif;
    font-size: 1.6rem;
    color: #2b3e51; }
  .cd-form input[type="text"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select,
  .cd-form legend {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  .cd-form input[type="text"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select {
    /* general style for input elements */
    padding: 12px;
    border: 1px solid #cfd9db;
    background-color: #ffffff;
    border-radius: .25em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08); }
    .cd-form input[type="text"]:focus,
    .cd-form input[type="email"]:focus,
    .cd-form textarea:focus,
    .cd-form select:focus {
      outline: none;
      border-color: #2c97de;
      box-shadow: 0 0 5px rgba(44, 151, 222, 0.2); }
  .cd-form .cd-select {
    /* select element wapper */
    position: relative; }
    .cd-form .cd-select::after {
      /* arrow icon for select element */
      content: '';
      position: absolute;
      z-index: 1;
      right: 16px;
      top: 50%;
      margin-top: -8px;
      display: block;
      width: 16px;
      height: 16px;
      background: url("../img/cd-icon-arrow.svg") no-repeat center center;
      pointer-events: none; }
  .cd-form select {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer; }
  .cd-form select::-ms-expand {
    display: none; }
  .cd-form .cd-form-list {
    margin-top: 16px; }
    .cd-form .cd-form-list:after {
      content: "";
      display: table;
      clear: both; }
  .cd-form .cd-form-list li {
    /* wrapper for radio and checkbox input types */
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 26px 16px 0;
    float: left; }
  .cd-form input[type=radio],
  .cd-form input[type=checkbox] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2; }
  .cd-form input[type="radio"] + label,
  .cd-form input[type="checkbox"] + label {
    padding-left: 24px; }
  .cd-form input[type="radio"] + label::before,
  .cd-form input[type="radio"] + label::after,
  .cd-form input[type="checkbox"] + label::before,
  .cd-form input[type="checkbox"] + label::after {
    /* custom radio and check boxes */
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px; }
  .cd-form input[type="radio"] + label::before,
  .cd-form input[type="checkbox"] + label::before {
    border: 1px solid #cfd9db;
    background: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08); }
  .cd-form input[type="radio"] + label::before,
  .cd-form input[type="radio"] + label::after {
    border-radius: 50%; }
  .cd-form input[type="checkbox"] + label::before,
  .cd-form input[type="checkbox"] + label::after {
    border-radius: .25em; }
  .cd-form input[type="radio"] + label::after,
  .cd-form input[type="checkbox"] + label::after {
    background-color: #2c97de;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
    display: none; }
  .cd-form input[type="radio"] + label::after {
    /* custom image for radio button */
    background-image: url("../img/cd-icon-radio.svg"); }
  .cd-form input[type="checkbox"] + label::after {
    /* custom image for checkbox */
    background-image: url("../img/cd-icon-check.svg"); }
  .cd-form input[type="radio"]:focus + label::before,
  .cd-form input[type="checkbox"]:focus + label::before {
    /* add focus effect for radio and check buttons */
    box-shadow: 0 0 5px rgba(44, 151, 222, 0.6); }
  .cd-form input[type="radio"]:checked + label::after,
  .cd-form input[type="checkbox"]:checked + label::after {
    display: block; }
  .cd-form input[type="radio"]:checked + label::before,
  .cd-form input[type="radio"]:checked + label::after,
  .cd-form input[type="checkbox"]:checked + label::before,
  .cd-form input[type="checkbox"]:checked + label::after {
    -webkit-animation: cd-bounce 0.3s;
    -moz-animation: cd-bounce 0.3s;
    animation: cd-bounce 0.3s; }
  .cd-form textarea {
    min-height: 200px;
    resize: vertical;
    overflow: auto; }
  .cd-form input[type="submit"] {
    /* button style */
    border: none;
    background: #2c97de;
    border-radius: .25em;
    padding: 16px 20px;
    color: #ffffff;
    font-weight: bold;
    float: right;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .no-touch .cd-form input[type="submit"]:hover {
      background: #42a2e1; }
    .cd-form input[type="submit"]:focus {
      outline: none;
      background: #2b3e51; }
    .cd-form input[type="submit"]:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }
  .cd-form [required] {
    background: url("../img/cd-required.svg") no-repeat top right; }
  .cd-form .error-message p {
    background: #e94b35;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: .25em;
    padding: 16px; }
  .cd-form .error {
    border-color: #e94b35 !important; }
  @media only screen and (min-width: 768px) {
    .cd-form div {
      /* form element wrapper */
      margin: 32px 0; }
    .cd-form legend + div {
      /* reduce margin-top for first form element after the legend */
      margin-top: 20px; }
    .cd-form h4, .cd-form .cd-label {
      font-size: 1.4rem;
      margin-bottom: 10px; }
    .cd-form input[type="text"],
    .cd-form input[type="email"],
    .cd-form textarea,
    .cd-form select {
      padding: 16px; } }

@-webkit-keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(0.8); } }

@-moz-keyframes cd-bounce {
  0%, 100% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(0.8); } }

@keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); } }

/* -------------------------------- 

Custom icons

-------------------------------- */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
  padding-left: 54px !important; }

.cd-form .user {
  background: url("../img/cd-icon-user.svg") no-repeat 16px center; }

.cd-form [required].user {
  background: url("../img/cd-icon-user.svg") no-repeat 16px center, url("../img/cd-required.svg") no-repeat top right; }

.cd-form .company {
  background: url("../img/cd-icon-company.svg") no-repeat 16px center; }

.cd-form [required].company {
  background: url("../img/cd-icon-company.svg") no-repeat 16px center, url("../img/cd-required.svg") no-repeat top right; }

.cd-form .email {
  background: url("../img/cd-icon-email.svg") no-repeat 16px center; }

.cd-form [required].email {
  background: url("../img/cd-icon-email.svg") no-repeat 16px center, url("../img/cd-required.svg") no-repeat top right; }

.cd-form .budget {
  background: url("../img/cd-icon-budget.svg") no-repeat 16px center; }

.cd-form .message {
  background: url("../img/cd-icon-message.svg") no-repeat 16px 16px; }

.cd-form [required].message {
  background: url("../img/cd-icon-message.svg") no-repeat 16px 16px, url("../img/cd-required.svg") no-repeat top right; }

/* -------------------------------- 

FLoating labels 

-------------------------------- */
.js .floating-labels div {
  margin: 28px 0; }

.js .floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s; }

.js .floating-labels .icon .cd-label {
  left: 56px; }

.js .floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1.2rem;
  top: -16px;
  left: 0 !important; }

@media only screen and (min-width: 768px) {
  .js .floating-labels legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 16px; }
  .js .floating-labels .cd-label {
    top: 20px; } }

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px rgba(0, 0, 0, 0.08);
  z-index: 1; }
  .cd-tab-filter-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 180px;
  margin: 0 auto;
  z-index: 1; }
  .cd-tab-filter::after {
    /* small arrow icon */
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none; }
  .cd-tab-filter ul {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    box-shadow: inset 0 -2px 0 #009A71; }
  .cd-tab-filter li {
    display: none; }
    .cd-tab-filter li:first-child {
      /* this way the placehodler is alway visible */
      display: block; }
  .cd-tab-filter a {
    display: block;
    /* set same size of the .cd-tab-filter */
    height: 50px;
    width: 180px;
    line-height: 50px;
    padding-left: 14px;
    text-transform: uppercase; }
    .cd-tab-filter a.selected {
      background: #009A71;
      color: #ffffff; }
  .cd-tab-filter.is-open::after {
    /* small arrow rotation */
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg); }
  .cd-tab-filter.is-open ul {
    box-shadow: inset 0 -2px 0 #009A71, 0 2px 10px rgba(0, 0, 0, 0.2); }
  .cd-tab-filter.is-open ul li {
    display: block; }
  .cd-tab-filter.is-open .placeholder a {
    /* reduces the opacity of the placeholder on mobile when the menu is open */
    opacity: .4; }
  @media only screen and (min-width: 768px) {
    .cd-tab-filter {
      /* tabbed navigation style on medium devices */
      width: auto;
      cursor: auto; }
      .cd-tab-filter::after {
        /* hide the arrow */
        display: none; }
      .cd-tab-filter ul {
        background: transparent;
        position: static;
        box-shadow: none;
        text-align: center; }
      .cd-tab-filter li {
        display: inline-block; }
        .cd-tab-filter li.placeholder {
          display: none !important; }
      .cd-tab-filter a {
        display: inline-block;
        padding: 0 1em;
        width: auto;
        color: #9a9a9a;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.3rem; }
        .no-touch .cd-tab-filter a:hover {
          color: #009A71; }
        .cd-tab-filter a.selected {
          background: transparent;
          color: #009A71;
          /* create border bottom using box-shadow property */
          box-shadow: inset 0 -2px 0 #009A71; }
      .cd-tab-filter.is-open ul li {
        display: inline-block; } }
  @media only screen and (min-width: 1170px) {
    .cd-tab-filter {
      /* tabbed navigation on big devices */
      width: 100%;
      float: right;
      margin: 0;
      -webkit-transition: width 0.3s;
      -moz-transition: width 0.3s;
      transition: width 0.3s; }
      .cd-tab-filter.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%; } }

/* -------------------------------- 

xgallery 

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%; }
  .cd-gallery li {
    margin-bottom: 1.6em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    display: none; }
    .cd-gallery li.gap {
      /* used in combination with text-align: justify to align gallery elements */
      opacity: 0;
      height: 0;
      display: inline-block; }
  .cd-gallery img {
    display: block;
    width: 100%; }
  .cd-gallery .cd-fail-message {
    display: none;
    text-align: center; }
  @media only screen and (min-width: 768px) {
    .cd-gallery {
      padding: 40px 3%; }
      .cd-gallery ul {
        text-align: justify; }
        .cd-gallery ul:after {
          content: "";
          display: table;
          clear: both; }
      .cd-gallery li {
        width: 48%;
        margin-bottom: 2em; } }
  @media only screen and (min-width: 1170px) {
    .cd-gallery {
      padding: 50px 2%;
      float: right;
      -webkit-transition: width 0.3s;
      -moz-transition: width 0.3s;
      transition: width 0.3s; }
      .cd-gallery li {
        width: 23%; }
      .cd-gallery.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%; } }

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s; }
  .cd-filter::before {
    /* top colored bar */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #41307c;
    z-index: 2; }
  .cd-filter form {
    padding: 70px 20px; }
  .cd-filter .cd-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: center;
    background: #37296a;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 3; }
    .no-touch .cd-filter .cd-close:hover {
      background: #32255f; }
  .cd-filter.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2); }
    .cd-filter.filter-is-visible .cd-close {
      opacity: 1; }
  @media only screen and (min-width: 1170px) {
    .cd-filter {
      width: 20%; }
      .cd-filter form {
        padding: 70px 10%; } }

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3; }
  .cd-filter-trigger.filter-is-visible {
    pointer-events: none; }
  @media only screen and (min-width: 1170px) {
    .cd-filter-trigger {
      width: auto;
      left: 2%;
      text-indent: 0;
      color: #9a9a9a;
      text-transform: uppercase;
      font-size: 1.3rem;
      font-weight: 700;
      padding-left: 24px;
      background-position: left center;
      -webkit-transition: color 0.3s;
      -moz-transition: color 0.3s;
      transition: color 0.3s; }
      .no-touch .cd-filter-trigger:hover {
        color: #41307c; }
      .cd-filter-trigger.filter-is-visible,
      .cd-filter-trigger.filter-is-visible:hover {
        color: #ffffff; } }

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em; }
  .cd-filter-block h4 {
    /* filter block title */
    position: relative;
    margin-bottom: .2em;
    padding: 10px 0 10px 20px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer; }
    .no-touch .cd-filter-block h4:hover {
      color: #41307c; }
    .cd-filter-block h4::before {
      /* arrow */
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 16px;
      height: 16px;
      background: url("../img/cd-icon-arrow.svg") no-repeat center center;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s; }
    .cd-filter-block h4.closed::before {
      -webkit-transform: translateY(-50%) rotate(-90deg);
      -moz-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
      -o-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg); }
  .cd-filter-block input, .cd-filter-block select,
  .cd-filter-block .radio-label::before,
  .cd-filter-block .checkbox-label::before {
    /* shared style for input elements */
    font-family: "Asap", sans-serif;
    border-radius: 0;
    background-color: #ffffff;
    border: 2px solid #e6e6e6; }
  .cd-filter-block input[type='search'],
  .cd-filter-block input[type='text'],
  .cd-filter-block select {
    width: 100%;
    padding: .8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none; }
    .cd-filter-block input[type='search']:focus,
    .cd-filter-block input[type='text']:focus,
    .cd-filter-block select:focus {
      outline: none;
      background-color: #ffffff;
      border-color: #41307c; }
  .cd-filter-block input[type='search'] {
    /* custom style for the search element */
    border-color: transparent;
    background-color: #e6e6e6;
    /* prevent jump - ios devices */
    font-size: 1.6rem !important; }
  .cd-filter-block input[type='search']::-webkit-search-cancel-button {
    display: none; }
  .cd-filter-block .cd-select {
    /* select element wrapper */
    position: relative; }
  .cd-filter-block .cd-select::after {
    /* switcher arrow for select element */
    content: '';
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-arrow.svg") no-repeat center center;
    pointer-events: none; }
  .cd-filter-block select {
    cursor: pointer;
    font-size: 1.4rem; }
  .cd-filter-block select::-ms-expand {
    display: none; }
  .cd-filter-block .list li {
    position: relative;
    margin-bottom: .8em; }
    .cd-filter-block .list li:last-of-type {
      margin-bottom: 0; }
  .cd-filter-block input[type=radio],
  .cd-filter-block input[type=checkbox] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2; }
  .cd-filter-block .checkbox-label,
  .cd-filter-block .radio-label {
    padding-left: 24px;
    font-size: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .cd-filter-block .checkbox-label::before,
    .cd-filter-block .checkbox-label::after,
    .cd-filter-block .radio-label::before,
    .cd-filter-block .radio-label::after {
      /* custom radio and check boxes */
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .cd-filter-block .checkbox-label::before,
    .cd-filter-block .radio-label::before {
      width: 16px;
      height: 16px;
      left: 0; }
    .cd-filter-block .checkbox-label::after,
    .cd-filter-block .radio-label::after {
      /* check mark - hidden */
      display: none; }
  .cd-filter-block .checkbox-label::after {
    /* check mark style for check boxes */
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-check.svg") no-repeat center center; }
  .cd-filter-block .radio-label::before,
  .cd-filter-block .radio-label::after {
    border-radius: 50%; }
  .cd-filter-block .radio-label::after {
    /* check mark style for radio buttons */
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    left: 5px; }
  .cd-filter-block input[type=radio]:checked + label::before,
  .cd-filter-block input[type=checkbox]:checked + label::before {
    border-color: #41307c;
    background-color: #41307c; }
  .cd-filter-block input[type=radio]:checked + label::after,
  .cd-filter-block input[type=checkbox]:checked + label::after {
    display: block; }

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none; } }

.cd-intro {
  width: 100%;
  text-align: left;
  margin: .1em; }

.cd-headline {
  font-size: 3rem;
  line-height: 1.2; }
  @media only screen and (min-width: 768px) {
    .cd-headline {
      font-size: 4.4rem;
      font-weight: 300; } }
  @media only screen and (min-width: 1170px) {
    .cd-headline {
      font-size: 6rem; } }

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }
  .cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0; }
    .cd-words-wrapper b.is-visible {
      position: relative; }
  .no-js .cd-words-wrapper b {
    opacity: 0; }
    .no-js .cd-words-wrapper b.is-visible {
      opacity: 1; }

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }
  .cd-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s; }
  .cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s; }

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0; }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1; } }

@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0; }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1; } }

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0; }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1; } }

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0; } }

@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1; }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0; } }

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1; }
  65% {
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0; } }

/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
  text-align: center; }
  .cd-headline.type .cd-words-wrapper::after {
    /* vertical bar */
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #2e3233; }
  .cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite; }
  .cd-headline.type .cd-words-wrapper.selected {
    background-color: #2e3233; }
    .cd-headline.type .cd-words-wrapper.selected::after {
      visibility: hidden; }
    .cd-headline.type .cd-words-wrapper.selected b {
      color: #ffffff; }

.cd-headline.type b {
  visibility: hidden; }
  .cd-headline.type b.is-visible {
    visibility: visible; }

.cd-headline.type i {
  position: absolute;
  visibility: hidden; }
  .cd-headline.type i.in {
    position: relative;
    visibility: visible; }

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1; }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0; } }

@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1; }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0; }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0; } }

@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1; }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0; } }

/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.cd-headline.rotate-2 b {
  opacity: 0; }

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0; }
  .is-visible .cd-headline.rotate-2 i {
    opacity: 1; }
  .cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in 0.4s forwards;
    -moz-animation: cd-rotate-2-in 0.4s forwards;
    animation: cd-rotate-2-in 0.4s forwards; }
  .cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out 0.4s forwards;
    -moz-animation: cd-rotate-2-out 0.4s forwards;
    animation: cd-rotate-2-out 0.4s forwards; }

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px); }

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0; }
  .no-csstransitions .cd-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1; }

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg); } }

@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg); } }

@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg); } }

@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg); } }

@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg); } }

@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg); } }

/* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0; }

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }
  .cd-headline.loading-bar .cd-words-wrapper::after {
    /* loading bar */
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0066B3;
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    -moz-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s; }
  .cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s; }

.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .cd-headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0; }

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0; }

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.slide b {
  opacity: 0;
  top: .2em; }
  .cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s; }
  .cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s; }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%); } }

@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%); }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%); } }

@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); } }

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0; }

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }
  .cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #2e3233; }

.cd-headline.clip b {
  opacity: 0; }
  .cd-headline.clip b.is-visible {
    opacity: 1; }

/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.zoom b {
  opacity: 0; }
  .cd-headline.zoom b.is-visible {
    opacity: 1;
    -webkit-animation: zoom-in 0.8s;
    -moz-animation: zoom-in 0.8s;
    animation: zoom-in 0.8s; }
  .cd-headline.zoom b.is-hidden {
    -webkit-animation: zoom-out 0.8s;
    -moz-animation: zoom-out 0.8s;
    animation: zoom-out 0.8s; }

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0); } }

@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0); } }

@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px); } }

@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0); }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px); } }

@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px); } }

/* -------------------------------- 

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px; }

.cd-headline.rotate-3 b {
  opacity: 0; }

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards; }
  .cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards; }

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0; }

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1; }

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0deg); } }

@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg); }
  100% {
    -moz-transform: rotateY(0deg); } }

@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg); } }

@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(-180deg); } }

@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0); }
  100% {
    -moz-transform: rotateY(-180deg); } }

@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg); } }

/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale b {
  opacity: 0; }

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
  .is-visible .cd-headline.scale i {
    opacity: 1; }
  .cd-headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    -moz-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards; }
  .cd-headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    -moz-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards; }

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0; }

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1; }

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0; }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1; }
  60% {
    -webkit-transform: scale(0);
    opacity: 0; } }

@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1; }
  60% {
    -moz-transform: scale(0);
    opacity: 0; } }

@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }

/* -------------------------------- 

xpush 

-------------------------------- */
.cd-headline.push b {
  opacity: 0; }
  .cd-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in 0.6s;
    -moz-animation: push-in 0.6s;
    animation: push-in 0.6s; }
  .cd-headline.push b.is-hidden {
    -webkit-animation: push-out 0.6s;
    -moz-animation: push-out 0.6s;
    animation: push-out 0.6s; }

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%); } }

@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%); } }

@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }

.bullets {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
  margin: 1em;
  overflow: auto;
  padding: 0;
  font-family: "Asap", sans-serif; }
  .bullets .bullet {
    -webkit-flex-basis: 20em;
    -moz-flex-basis: 20em;
    flex-basis: 20em;
    -ms-flex-preferred-size: 20em;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }
  .bullets .bullet-icon {
    background: #477DCA;
    border-radius: 50%;
    float: left;
    height: 3.5em;
    padding: 0.875em;
    width: 3.5em; }
  .bullets .bullet-icon-1 {
    background: #477DCA; }
  .bullets .bullet-icon-2 {
    background: #ffffff;
    color: #009A71; }
  .bullets .bullet-icon-3 {
    background: #a9ca47; }
  .bullets .bullet-content {
    margin-left: 4.9em;
    margin-bottom: 2em; }
  .bullets h2 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    display: inline-block;
    font-size: 1.4em;
    margin: 0 0 0.58333em 0;
    padding-top: 0.5em; }
  .bullets h3 {
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    display: inline-block;
    font-size: 1.16667em;
    margin: 0 0 0.5em 0;
    padding-top: 0.4375em; }
  .bullets li {
    list-style: none; }
  .bullets p {
    color: #333;
    line-height: 1.5em; }
  .bullets img {
    max-width: 100%; }

/* -------------------------------- 

Images block

-------------------------------- */
.cd-image-block {
  position: relative; }
  .cd-image-block::before {
    /* this is the layer used to cover the .cd-image-block when the content block becomes visible - mobile only */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(46, 50, 51, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-image-block.content-block-is-visible::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
  @media only screen and (min-width: 768px) {
    .cd-image-block::before {
      display: none; } }

.cd-images-list::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }

.cd-images-list > li {
  height: 250px;
  background: #ffffff url(../img/img-1.jpg) no-repeat center center;
  background-size: cover; }
  .cd-images-list > li:nth-of-type(2) {
    background: #2e3233 url(../img/img-2.jpg) no-repeat center center;
    background-size: cover; }
  .cd-images-list > li:nth-of-type(3) {
    background: #0066B3 url(../img/img-3.jpg) no-repeat center center;
    background-size: cover; }
  .cd-images-list > li:nth-of-type(4) {
    background: #ffffff url(../img/img-4.jpg) no-repeat center center;
    background-size: cover; }

.cd-images-list > li > a {
  /* used to vertically align the h2 child -  mobile version only */
  display: table;
  height: 100%;
  width: 100%; }

.cd-images-list h2 {
  /* used to vertically align h2 -  mobile version only */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 3rem;
  color: #6c7d8e;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 768px) {
  .cd-images-list::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; }
  .cd-images-list > li > a {
    display: block;
    padding: 4em 3em;
    cursor: default;
    pointer-events: none; }
  .cd-images-list h2 {
    font-size: 5.5rem;
    text-align: left; } }

/* -------------------------------- 

Content block

-------------------------------- */
.cd-content-block {
  /* move the block outside the viewport (to the right) - mobile only */
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  .cd-content-block.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .cd-content-block > ul {
    height: 100%; }
  .cd-content-block > ul > li {
    position: absolute;
    height: 100%;
    padding: 2em;
    overflow-y: scroll;
    background-color: #6c7d8e;
    opacity: 0;
    visibility: hidden; }
    .cd-content-block > ul > li.is-selected {
      /* this is the selected content */
      position: relative;
      opacity: 1;
      visibility: visible;
      -webkit-overflow-scrolling: touch; }
  .cd-content-block h2 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 2.3rem;
    margin-bottom: 1em; }
  .cd-content-block p {
    margin-bottom: 2em;
    line-height: 1.6;
    color: #828485; }
  .cd-content-block .cd-close {
    /* 'X' icon to close the content block -  mobile only */
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s; }
    .cd-content-block .cd-close::after, .cd-content-block .cd-close::before {
      /* these are the 2 lines of the 'X' icon */
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 2px;
      height: 24px;
      background-color: #2e3233;
      /* Force Hardware Acceleration */
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0); }
    .cd-content-block .cd-close::after {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
    .cd-content-block .cd-close::before {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
    .cd-content-block .cd-close.is-scaled-up {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
      .no-touch .cd-content-block .cd-close.is-scaled-up:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
  @media only screen and (min-width: 768px) {
    .cd-content-block {
      /* reset style */
      position: static;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .cd-content-block > ul > li {
        /* reset style */
        opacity: 1;
        visibility: visible;
        padding: 4em 3em; }
        .cd-content-block > ul > li.overflow-hidden {
          /* this class is used during the animation (slider change) to hide the scrolling bar */
          overflow: hidden; }
      .cd-content-block h2 {
        font-size: 3rem; }
      .cd-content-block .cd-close {
        display: none; } }

/* ---------------------------------------------- 

Desktop slider - both image and content blocks

---------------------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-image-block,
  .cd-content-block {
    /* slider style - desktop version only */
    width: 50%;
    float: left;
    height: 100vh;
    overflow: hidden; }
    .cd-image-block > ul,
    .cd-content-block > ul {
      position: relative;
      height: 100%; }
    .cd-image-block > ul > li,
    .cd-content-block > ul > li {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      /* Force Hardware Acceleration */
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      will-change: transform;
      /* by default, the items are moved to the right - relative to their parent elements */
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.5s;
      -moz-transition: -moz-transform 0.5s;
      transition: transform 0.5s; }
      .cd-image-block > ul > li.is-selected,
      .cd-content-block > ul > li.is-selected {
        /* this is the visible item */
        position: absolute;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); }
      .cd-image-block > ul > li.move-left,
      .cd-content-block > ul > li.move-left {
        /* this is the item hidden on the left */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%); } }

/* -------------------------------- 

Slider navigation

-------------------------------- */
.block-navigation {
  /* this is the slider navigation - desktop version only */
  display: none; }
  @media only screen and (min-width: 768px) {
    .block-navigation {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 50%; }
      .block-navigation:after {
        content: "";
        display: table;
        clear: both; }
      .block-navigation li {
        width: 50%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        transition: background 0.2s; }
        .block-navigation li:hover {
          background-color: rgba(0, 0, 0, 0.7); }
      .block-navigation li:first-of-type {
        float: left; }
      .block-navigation li:last-of-type {
        float: right; }
      .block-navigation button {
        display: block;
        height: 100%;
        width: 100%;
        color: #6c7d8e;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .block-navigation button.inactive {
          opacity: .3;
          cursor: not-allowed; } }

.grid-items-lines {
  position: relative; }
  .grid-items-lines:after {
    content: "";
    display: table;
    clear: both; }
  .grid-items-lines .grid-item {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    border-right: 1px solid rgba(51, 51, 51, 0.2);
    cursor: pointer;
    float: left;
    height: 4em;
    overflow: hidden;
    outline: none;
    padding: .5em;
    text-decoration: none;
    width: 100%;
    width: 25%; }
    .grid-items-lines .grid-item:focus,
    .grid-items-lines .grid-item:hover {
      background: rgba(51, 51, 51, 0.05); }
  .grid-items-lines .grid-item-icon {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: white;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    border-right: 1px solid rgba(51, 51, 51, 0.2);
    cursor: pointer;
    float: left;
    height: 14em;
    overflow: hidden;
    outline: none;
    padding: .5em;
    text-decoration: none;
    width: 100%; }
    @media screen and (min-width: 53.75em) {
      .grid-items-lines .grid-item-icon {
        width: 25%; } }
    .grid-items-lines .grid-item-icon:focus,
    .grid-items-lines .grid-item-icon:hover {
      background: rgba(51, 51, 51, 0.05); }
  .grid-items-lines .grid-item img {
    display: block;
    margin-bottom: 1.2em;
    opacity: 0.9; }
  .grid-items-lines .grid-item h1 {
    color: #333;
    font-size: 1.3em;
    margin-bottom: 0.4em; }
  .grid-items-lines .grid-item p {
    color: rgba(51, 51, 51, 0.6);
    line-height: 1.5em; }
    @media screen and (min-width: 40em) {
      .grid-items-lines .grid-item p {
        max-width: 70%; } }
  @media screen and (min-width: 53.75em) {
    .grid-items-lines .grid-item-big {
      width: 66.66667%; } }
  @media screen and (min-width: 40em) {
    .grid-items-lines .grid-item-big p {
      max-width: 60%; } }
  .grid-items-lines .bottom-cover {
    background: white;
    bottom: 0px;
    height: 0px;
    position: absolute;
    width: 100%; }
  .grid-items-lines .right-cover {
    background: white;
    height: 100%;
    position: absolute;
    right: 0px;
    width: 0px; }

.cd-pricing-container {
  width: 90%;
  max-width: 1170px;
  margin: 4em auto; }
  @media only screen and (min-width: 768px) {
    .cd-pricing-container {
      margin: 6em auto; }
      .cd-pricing-container.cd-full-width {
        width: 100%;
        max-width: none; } }

.cd-pricing-list {
  margin: 2em 0 0; }
  .cd-pricing-list > li {
    position: relative;
    margin-bottom: 1em;
    background-color: #FFFFFF;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Firefox bug - 3D CSS transform, jagged edges */
    outline: 1px solid transparent; }
    .cd-pricing-list > li::after {
      /* subtle gradient layer on the right - to indicate it's possible to scroll */
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 50px;
      pointer-events: none;
      background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
      background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0)); }
    .cd-pricing-list > li.is-ended::after {
      /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
      display: none; }
  @media only screen and (min-width: 768px) {
    .cd-pricing-list {
      margin: 3em 0 0; }
      .cd-pricing-list:after {
        content: "";
        display: table;
        clear: both; }
      .cd-pricing-list > li {
        width: 33.33333%;
        float: left; }
        .cd-pricing-list > li::before {
          /* separator between pricing tables - visible when number of tables > 3 */
          content: '';
          position: absolute;
          z-index: 6;
          left: -1px;
          top: 50%;
          bottom: auto;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          height: 50%;
          width: 1px;
          background-color: #b1d6e8; }
        .cd-pricing-list > li::after {
          /* hide gradient layer */
          display: none; }
        .cd-pricing-list > li.cd-popular {
          box-shadow: inset 0 0 0 3px #e97d68; }
        .cd-pricing-list > li.cd-popular::before {
          /* hide table separator for .cd-popular table */
          display: none; }
        .cd-pricing-list > li.cd-popular + li::before {
          /* hide table separator for tables following .cd-popular table */
          display: none; }
        .cd-has-margins .cd-pricing-list > li,
        .cd-has-margins .cd-pricing-list > li.cd-popular {
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
        .cd-secondary-theme .cd-pricing-list > li {
          background: #3aa0d1;
          background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
          background: linear-gradient(to top, #3aa0d1, #3ad2d1); }
        .cd-secondary-theme .cd-pricing-list > li.cd-popular {
          background: #e97d68;
          background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
          background: linear-gradient(to top, #e97d68, #e99b68);
          box-shadow: none; }
      .cd-pricing-list:nth-of-type(1)::before {
        /* hide table separator for the first table */
        display: none; }
      .cd-has-margins .cd-pricing-list > li {
        width: 32.33333%;
        float: left;
        margin-right: 1.5%;
        border-radius: 4px 4px 6px 6px; }
        .cd-has-margins .cd-pricing-list > li:last-of-type {
          margin-right: 0; }
        .cd-has-margins .cd-pricing-list > li::before {
          display: none; } }

@media only screen and (min-width: 768px) {
  .cd-popular .cd-pricing-wrapper > li::before {
    /* hide table separator for .cd-popular table */
    display: none; } }

.cd-pricing-header {
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 1em;
  pointer-events: none;
  background-color: #3aa0d1;
  color: #ffffff;
  background-image: url(../img/swoosh.jpg);
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px; }
  .cd-pricing-header h2 {
    margin-bottom: 3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff; }
  .cd-popular .cd-pricing-header {
    background-color: #e97d68; }
  @media only screen and (min-width: 768px) {
    .cd-pricing-header {
      height: auto;
      padding: 1.9em 0.9em 1.6em;
      pointer-events: auto;
      text-align: center;
      color: #ffffff;
      background-color: transparent; }
      .cd-popular .cd-pricing-header {
        color: #e97d68;
        background-color: transparent; }
      .cd-secondary-theme .cd-pricing-header {
        color: #FFFFFF; }
      .cd-pricing-header h2 {
        font-size: 3rem;
        letter-spacing: 2px; } }

.cd-currency, .cd-value {
  font-size: 3rem;
  font-weight: 300;
  color: #ffffff; }

.cd-cents {
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase;
  color: #ffffff; }
  .cd-popular .cd-cents {
    color: #f3b6ab; }
  .cd-cents::before {
    content: '.';
    margin-right: 2px; }

.cd-duration {
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase; }
  .cd-popular .cd-duration {
    color: #f3b6ab; }
  .cd-duration::before {
    content: '/';
    margin-right: 2px; }

@media only screen and (min-width: 768px) {
  .cd-value {
    font-size: 3rem;
    font-weight: 300; }
  .cd-currency, .cd-duration {
    color: rgba(23, 61, 80, 0.4); }
    .cd-popular .cd-currency, .cd-popular .cd-duration {
      color: #e97d68; }
    .cd-secondary-theme .cd-currency, .cd-secondary-theme .cd-duration {
      color: #2e80a7; }
    .cd-secondary-theme .cd-popular .cd-currency, .cd-secondary-theme .cd-popular .cd-duration {
      color: #ba6453; }
  .cd-currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700; }
  .cd-duration {
    font-size: 1.4rem; } }

.cd-pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 768px) {
    .cd-pricing-body {
      overflow-x: visible;
      min-height: 500px; } }

.cd-pricing-features {
  width: 600px; }
  .cd-pricing-features:after {
    content: "";
    display: table;
    clear: both; }
  .cd-pricing-features li {
    width: 100px;
    float: left;
    padding: 1.6em 1em;
    font-size: 1.4rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .cd-pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600; }
  @media only screen and (min-width: 768px) {
    .cd-pricing-features {
      width: auto; }
      .cd-pricing-features li {
        float: none;
        width: auto;
        padding: 1em; }
        .cd-popular .cd-pricing-features li {
          margin: 0 3px; }
        .cd-pricing-features li:nth-of-type(2n+1) {
          background-color: rgba(23, 61, 80, 0.06); }
      .cd-pricing-features em {
        display: inline-block;
        margin-bottom: 0; }
      .cd-has-margins .cd-popular .cd-pricing-features li,
      .cd-secondary-theme .cd-popular .cd-pricing-features li {
        margin: 0; }
      .cd-secondary-theme .cd-pricing-features li {
        color: #FFFFFF; }
      .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
        background-color: transparent; } }

.cd-pricing-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* on mobile it covers the .cd-pricing-header */
  height: 80px;
  width: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; }
  .cd-pricing-footer::after {
    /* right arrow visible on mobile */
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background: url(../img/cd-icon-small-arrow.svg); }
  @media only screen and (min-width: 768px) {
    .cd-pricing-footer {
      position: relative;
      height: auto;
      padding: 1.8em 0;
      text-align: center; }
      .cd-pricing-footer::after {
        /* hide arrow */
        display: none; }
      .cd-has-margins .cd-pricing-footer {
        padding-bottom: 0; } }

.cd-select {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  /* hide button text on mobile */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent; }
  @media only screen and (min-width: 768px) {
    .cd-select {
      position: static;
      display: inline-block;
      height: auto;
      padding: 1.3em 3em;
      color: #FFFFFF;
      border-radius: 2px;
      background-color: #009A71;
      font-size: 1.4rem;
      text-indent: 0;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .no-touch .cd-select:hover {
        background-color: #00815e; }
      .cd-popular .cd-select {
        background-color: #e97d68; }
        .no-touch .cd-popular .cd-select:hover {
          background-color: #ec907e; }
      .cd-secondary-theme .cd-popular .cd-select {
        background-color: #0c1f28; }
        .no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
          background-color: #112e3c; }
      .cd-has-margins .cd-select {
        display: block;
        padding: 1.7em 0;
        border-radius: 0 0 4px 4px; } }

.parallax-window {
  max-height: 30em;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 30em;
  width: 100%; }

.parallax-static-content {
  color: #9A9A8A;
  padding: 2em 0;
  position: relative;
  z-index: 9; }

.parallax-background {
  background: url("../assets/backgrounds/Teen_Girl01.png") repeat;
  background-position: top;
  background-size: contain;
  background-color: beige;
  height: 60em;
  left: 0;
  position: absolute;
  top: -10em;
  width: 100%;
  min-height: 30em; }

.parallax-background-tvtogo {
  background: url("../assets/backgrounds/internet.png") repeat;
  background-position: top;
  background-size: cover;
  background-color: beige;
  height: 60em;
  left: 0;
  position: absolute;
  top: -10em;
  width: 100%;
  min-height: 30em;
  opacity: 0.2; }

.parallax-background-digital-tv {
  background: url("../assets/backgrounds/banner-walking-dead.jpg") no-repeat;
  background-position: top;
  background-size: cover;
  background-color: #f2ddf7;
  height: 60em;
  left: 0;
  position: absolute;
  top: -10em;
  width: 100%;
  opacity: .3; }

.parallax-background-unw-calling {
  background: url("../assets/backgrounds/Retro-red-telephone.jpg") no-repeat;
  background-position: top;
  background-size: cover;
  background-color: #d7fffc;
  height: 30em;
  left: 0;
  position: absolute;
  top: -7.5em;
  width: 100%;
  opacity: .3; }

/* -------------------------------- 

Signup Pricing tables 

-------------------------------- */
.su-pricing {
  width: 90%;
  max-width: 280px;
  margin: 0 auto;
  text-align: center; }
  .su-pricing > li {
    position: relative;
    margin: 0 auto 2.5em;
    background-color: #ffffff;
    border-radius: 0.3em 0.3em 0.25em 0.25em;
    box-shadow: 0 2px 8px rgba(2, 4, 5, 0.5); }
    .su-pricing > li.empty-box {
      box-shadow: none; }
    .su-pricing > li.empty-box::after {
      /* placeholder visible when .su-form is open - in this case same color of the background */
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #0f222b; }
  @media only screen and (min-width: 768px) {
    .su-pricing {
      max-width: 1000px; }
      .su-pricing > li {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 0; }
        .su-pricing > li:last-of-type {
          margin-right: 0; } }
  @media only screen and (min-width: 1170px) {
    .su-pricing > li {
      width: 28%;
      float: left;
      margin-right: 8%; } }

.su-pricing-header {
  padding: 1.3em 1em;
  background-color: #0066B3;
  border-radius: 0.55em 0.55em;
  box-shadow: inset 0 1px 0 #c1cfa2;
  color: #CFC3B7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .su-pricing-header h2, .su-pricing-header .su-price {
    line-height: 1.2; }
  .su-pricing-header .su-disclaimer p {
    color: white;
    font-size: .5rem; }
  .su-pricing-header h2 {
    font-size: 2rem;
    margin-bottom: 0.15em;
    color: #ffffff; }
  .su-pricing-header .su-price {
    display: inline-block;
    font-weight: bold; }
    .su-pricing-header .su-price:after {
      content: "";
      display: table;
      clear: both; }
  .su-pricing-header span {
    float: left; }
  .su-pricing-header span:nth-of-type(2) {
    color: #c1cfa2; }
  .su-pricing-header span:nth-of-type(2)::before {
    content: '/'; }
  @media only screen and (min-width: 768px) {
    .su-pricing-header {
      min-height: 250px; }
      .su-pricing-header h2 {
        font-size: 1.6rem;
        font-weight: 600; } }

.su-pricing-features {
  text-align: left;
  padding: 2em 1em 2.5em; }
  .su-pricing-features li {
    line-height: 1.5;
    margin-bottom: .4em; }
    .su-pricing-features li:last-of-type {
      margin-bottom: 0; }
  .su-pricing-features .available em::before {
    background-position: 0 0; }
  @media only screen and (min-width: 768px) {
    .su-pricing-features {
      min-height: 300px; } }

.su-pricing-footer {
  padding-bottom: 1.7em; }
  .su-pricing-footer a {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
  .empty-box .su-pricing-footer a {
    /* scale down to 0 the action button when sign up form is visible */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }

/* -------------------------------- 

Form 

-------------------------------- */
.su-form {
  position: fixed;
  z-index: 2;
  background-color: #ffffff;
  border-radius: .25em;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.8s;
  -moz-transition: visibility 0s 0.8s;
  transition: visibility 0s 0.8s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .su-form::before {
    /* never visible - this is used in jQuery to check the current MQ */
    display: none;
    content: 'mobile'; }
  .su-form::after {
    /* gradient visible at the bottom of the form - to indicate it's possible to scroll */
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    width: 100%;
    border-radius: 0 0 0.25em 0.25em;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top,white, rgba(255, 255, 255, 0), , , , , , , , );
    pointer-events: none; }
  .su-form .su-plan-info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center; }
    .su-form .su-plan-info > * {
      width: 100%; }
  .su-form .su-pricing-features {
    position: relative;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }
    .su-form .su-pricing-features::before {
      /* this is the layer which covers the .su-pricing-features when the form is open - visible only on desktop */
      content: '';
      position: absolute;
      /* fix a bug while animating - 1px white space visible */
      top: -5px;
      left: 0;
      height: calc(100% + 5px);
      width: 100%;
      background-color: #80c8ff;
      will-change: transform;
      -webkit-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: center top;
      -moz-transform-origin: center top;
      -ms-transform-origin: center top;
      -o-transform-origin: center top;
      transform-origin: center top;
      -webkit-transition: -webkit-transform 0.6s 0.2s;
      -moz-transition: -moz-transform 0.6s 0.2s;
      transition: transform 0.6s 0.2s; }
    @media only screen and (min-width: 768px) {
      .su-form .su-pricing-features {
        overflow-x: visible; } }
  .su-form .su-pricing-footer {
    display: none; }
  .su-form .su-more-info {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 210px;
    bottom: 0;
    left: 0;
    padding: 285px 1.8em 2em;
    background-color: #f2f2f2;
    border-radius: 0.25em 0 0 0.25em;
    /* hidden on mobile */
    display: none;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s; }
    .su-form .su-more-info h3 {
      line-height: 2; }
    .su-form .su-more-info p {
      font-size: 1.3rem;
      color: #999999;
      line-height: 1.6; }
  .su-form form {
    padding-top: 90px;
    height: 100%;
    overflow: hidden; }
    .su-form form.is-scrollable {
      overflow-y: auto; }
  .su-form fieldset {
    opacity: 0;
    margin: 1.5em 2em;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s; }
    .su-form fieldset > div,
    .su-form fieldset .su-credit-card > div {
      padding-top: 1.2em; }
    .su-form fieldset > .su-credit-card {
      padding-top: 0; }
    .su-form fieldset div:after {
      content: "";
      display: table;
      clear: both; }
    .su-form fieldset:last-of-type > div {
      padding-top: 0; }
  .su-form legend {
    width: 100%;
    font-size: 2.3rem;
    line-height: 1.2;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #e6e6e6; }
  .su-form input[type="radio"],
  .su-form label {
    cursor: pointer; }
  .su-form label {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b3b3b3; }
  .su-form input[type="radio"] + label {
    color: #0f222b; }
  .su-form input[type="text"],
  .su-form input[type="email"],
  .su-form input[type="password"],
  .su-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 45px;
    border: 2px solid #e6e6e6;
    border-radius: 0;
    background: transparent; }
    .su-form input[type="text"]:focus,
    .su-form input[type="email"]:focus,
    .su-form input[type="password"]:focus,
    .su-form select:focus {
      outline: none;
      border-color: #95ac5f; }
  .su-form input[type="text"],
  .su-form input[type="email"],
  .su-form input[type="password"] {
    width: 100%;
    display: block;
    margin-top: 6px;
    padding: 0 16px; }
  .su-form select {
    padding: 0 25px 0 15px;
    font-size: 1.4rem; }
  .su-form select::-ms-expand {
    /* remove default arrows in IE */
    display: none; }
  .su-form .su-credit-card b {
    display: block; }
  .su-form .su-credit-card p {
    padding-bottom: 0.5em; }
  .su-form .su-credit-card p:last-of-type {
    width: 100px; }
  .su-form .su-select {
    display: inline-block;
    position: relative;
    margin-top: 6px; }
    .su-form .su-select::after {
      /* arrow icons */
      content: '';
      position: absolute;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 10px;
      height: 6px;
      width: 10px;
      background: url(../img/cd-icon-arrow.svg) no-repeat center center;
      pointer-events: none; }
  .su-form .su-close {
    /* 'X' close icon */
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: url(../img/cd-icon-close.svg) no-repeat center center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent; }
  .su-form.is-visible {
    /* form is visible */
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s; }
    .su-form.is-visible .su-pricing-features {
      /* desktop only */
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.6s 0s, visibility 0s 0.8s;
      -moz-transition: opacity 0.6s 0s, visibility 0s 0.8s;
      transition: opacity 0.6s 0s, visibility 0s 0.8s; }
    .su-form.is-visible form {
      -webkit-overflow-scrolling: touch; }
    .su-form.is-visible fieldset {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: -webkit-transform 0.3s 0.6s, opacity 0.3s 0.6s;
      -moz-transition: -moz-transform 0.3s 0.6s, opacity 0.3s 0.6s;
      transition: transform 0.3s 0.6s, opacity 0.3s 0.6s; }
      .su-form.is-visible fieldset:nth-of-type(2) {
        /* delay second fieldset animation */
        -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
        -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
        transition: transform 0.3s 0.7s, opacity 0.3s 0.7s; }
      .su-form.is-visible fieldset:nth-of-type(3) {
        /* delay second fieldset animation */
        -webkit-transition: -webkit-transform 0.3s 0.8s, opacity 0.3s 0.8s;
        -moz-transition: -moz-transform 0.3s 0.8s, opacity 0.3s 0.8s;
        transition: transform 0.3s 0.8s, opacity 0.3s 0.8s; }
    .su-form.is-visible .su-close {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.3s 0.8s;
      -moz-transition: -moz-transform 0.3s 0.8s;
      transition: transform 0.3s 0.8s; }
  @media only screen and (min-width: 768px) {
    .su-form::before {
      /* never visible - this is used in jQuery to check the current MQ */
      content: 'desktop'; }
    .su-form .su-pricing-header {
      border-radius: .25em 0 0 0; }
    .su-form .su-pricing-features {
      -webkit-transition: padding 0.3s 0.2s;
      -moz-transition: padding 0.3s 0.2s;
      transition: padding 0.3s 0.2s; }
    .su-form .su-more-info {
      display: block;
      opacity: 0; }
    .su-form form {
      padding: 0 0 0 210px; }
    .su-form .half-width {
      width: 48%;
      float: left;
      margin-right: 4%; }
      .su-form .half-width:nth-of-type(2n) {
        margin-right: 0; }
    .su-form input[type="submit"] {
      float: right; }
    .su-form .su-close {
      /* move close icon outside the form container */
      top: -40px;
      right: -5px; }
    .su-form.is-visible .su-pricing-features {
      padding-top: 0;
      opacity: 1;
      visibility: visible;
      -webkit-transition: padding 0.3s;
      -moz-transition: padding 0.3s;
      transition: padding 0.3s; }
      .su-form.is-visible .su-pricing-features::before {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: -webkit-transform 0.4s 0s;
        -moz-transition: -moz-transform 0.4s 0s;
        transition: transform 0.4s 0s; }
    .su-form.is-visible .su-more-info {
      opacity: 1; } }
  @media only screen and (min-width: 1170px) {
    .su-form .su-credit-card p:nth-of-type(2) {
      width: 25%;
      margin-right: 4%; }
    .no-csstransitions .su-form .su-credit-card p:nth-of-type(2) {
      width: 48%;
      margin-right: 0; }
    .su-form .su-credit-card p:nth-of-type(3) {
      width: 19%;
      margin-right: 0; } }

/* -------------------------------- 

Buttons 

-------------------------------- */
.su-pricing-footer a, .su-form input[type="submit"] {
  display: inline-block;
  padding: 1em 1.8em;
  border-radius: 50em;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold; }

.su-pricing-footer a {
  background-color: #009A71;
  color: #ffffff; }

.su-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #009A71;
  color: #ffffff;
  border: none;
  cursor: pointer; }

/* -------------------------------- 

Shadow layer 

-------------------------------- */
.su-overlay {
  /* shadow layer visible when navigation is open */
  position: fixed;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(15, 34, 43, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.2s, visibility 0s 0.8s;
  -moz-transition: opacity 0.6s 0.2s, visibility 0s 0.8s;
  transition: opacity 0.6s 0.2s, visibility 0s 0.8s; }
  .su-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.8s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.8s 0s, visibility 0s 0s;
    transition: opacity 0.8s 0s, visibility 0s 0s; }

#main {
  background: #fff; }
  #main .cd-container {
    max-width: 1170px; }
  #main h2 {
    color: gray; }
  #main li {
    margin-bottom: 2em;
    border-radius: 0.25em;
    box-shadow: 0 0 10px rgba(92, 75, 81, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .no-touch #main li:hover .cd-img-overlay {
      opacity: 1; }
  #main figure {
    position: relative; }
  #main img {
    display: block;
    width: 100%;
    border-radius: 0.25em 0.25em 0 0; }
  #main .cd-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(92, 75, 81, 0.9);
    opacity: 0;
    border-radius: 0.25em 0.25em 0 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    #main .cd-img-overlay span {
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      color: #FFF; }
  #main .cd-member-info {
    height: 80px;
    background: #FFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding-top: 20px;
    border-radius: 0 0 0.25em 0.25em; }
    #main .cd-member-info span {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-weight: normal;
      color: #999999;
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: .5em; }
  @media only screen and (min-width: 768px) {
    #main li {
      width: 31%;
      float: left;
      margin-right: 3.5%; }
      #main li:nth-child(3n) {
        margin-right: 0; } }

.cd-member-bio {
  position: fixed;
  top: 0;
  right: 0;
  width: 310px;
  height: 100%;
  overflow-y: auto;
  /* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
  background: #4d4d4d;
  z-index: 1000001;
  /* this how we move the author bio section off the canvas */
  -webkit-transform: translateX(310px);
  -moz-transform: translateX(310px);
  -ms-transform: translateX(310px);
  -o-transform: translateX(310px);
  transform: translateX(310px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .cd-member-bio.slide-in {
    /* the author bio section slides in when the user clicks on the team member picture */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .cd-member-bio .cd-member-bio-pict {
    position: relative; }
    .cd-member-bio .cd-member-bio-pict::after {
      /* gradient at the bottom of the image - same color of the background of the section */
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background: -webkit-linear-gradient( bottom , #fff, rgba(255, 255, 255, 0));
      background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0)); }
      .no-cssgradients .cd-member-bio .cd-member-bio-pict::after {
        display: none; }
  .cd-member-bio img {
    width: 100%;
    display: block; }
  .cd-member-bio .cd-bio-content {
    padding: 1em;
    color: #CFC3B7; }
    .cd-member-bio .cd-bio-content h1 {
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      font-size: 24px;
      font-size: 1.5rem;
      color: #ffffff; }
    .cd-member-bio .cd-bio-content p {
      font-size: 20px;
      font-size: 1.25rem;
      margin: 1em 0;
      line-height: 1.4;
      color: #cccccc; }
  @media only screen and (min-width: 768px) {
    .cd-member-bio {
      width: 600px;
      -webkit-transform: translateX(600px);
      -moz-transform: translateX(600px);
      -ms-transform: translateX(600px);
      -o-transform: translateX(600px);
      transform: translateX(600px); }
      .cd-member-bio .cd-bio-content {
        padding: 1em; }
        .cd-member-bio .cd-bio-content p {
          line-height: 1.6;
          margin: 2em 0; } }
  @media only screen and (min-width: 1170px) {
    .cd-member-bio {
      width: 800px;
      -webkit-transform: translateX(800px);
      -moz-transform: translateX(800px);
      -ms-transform: translateX(800px);
      -o-transform: translateX(800px);
      transform: translateX(800px); }
      .cd-member-bio .cd-member-bio-pict::after {
        height: 180px; }
      .cd-member-bio .cd-bio-content {
        padding: 4em 4em 0em 4em;
        /* we move the content up so the title is over the color gradient */
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        transform: translateY(-60px); }
        .cd-member-bio .cd-bio-content h1 {
          font-size: 40px;
          font-size: 2.5rem; }
        .cd-member-bio .cd-bio-content p {
          font-size: 26px;
          font-size: 1.625rem; }
        .no-cssgradients .cd-member-bio .cd-bio-content {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); } }

.cd-member-bio-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  background: url("../img/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1000003;
  display: none; }
  .cd-member-bio-close.is-visible {
    display: block;
    -webkit-animation: cd-move-in 0.8s;
    -moz-animation: cd-move-in 0.8s;
    animation: cd-move-in 0.8s; }
  @media only screen and (min-width: 1170px) {
    .cd-member-bio-close {
      right: 20px;
      top: 20px; } }

.cbp-so-scroller {
  overflow: hidden; }

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
  content: " ";
  display: table; }

.cbp-so-section:after {
  clear: both; }

/* Text styling */
.cbp-so-section h2 {
  font-size: 2em;
  font-weight: 300;
  line-height: 1; }

.cbp-so-section p {
  font-size: 1.2em;
  font-weight: 100; }

.cbp-so-section ul {
  font-size: 1.2em;
  font-weight: 100;
  text-align: left; }
  .cbp-so-section ul li {
    margin: 5px;
    padding: 5px; }

/* Sides */
.cbp-so-side {
  width: 50%;
  float: left;
  margin: 0;
  padding: 3em 4%;
  overflow: hidden;
  min-height: 5em;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s; }

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
  content: " ";
  display: table; }

.cbp-so-side:after {
  clear: both; }

.cbp-so-side-right {
  text-align: left; }

.cbp-so-side-left {
  text-align: right; }

.cbp-so-side-right img {
  float: left; }

.cbp-so-side-left img {
  float: right; }

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
  opacity: 0; }

.cbp-so-init .cbp-so-side-left {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  transform: translateX(-80px); }

.cbp-so-init .cbp-so-side-right {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  transform: translateX(80px); }

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1; }

/* For example, add a delay for the right side:
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
*/
/* Example media queries */
@media screen and (max-width: 73.5em) {
  .cbp-so-scroller {
    font-size: 65%; }
  .cbp-so-section h2 {
    margin: 0; }
  .cbp-so-side img {
    max-width: 120%; } }

@media screen and (max-width: 41.125em) {
  .cbp-so-side {
    float: none;
    width: 100%; }
  .cbp-so-side img {
    max-width: 100%; } }

.tables {
  border-collapse: separate;
  border-left: 0px;
  border-radius: 3px;
  border-spacing: 0;
  border: 1px solid gainsboro;
  width: 100%; }
  .tables tbody {
    background-color: #fbfbfb; }
    .tables tbody tr:hover > td, .tables tbody tr:hover > th {
      background-color: #eeeeee; }
    .tables tbody tr:nth-child(even) {
      background-color: #f6f6f6; }
      .tables tbody tr:nth-child(even):hover > td {
        background-color: #e9e9e9; }
  .tables thead:first-of-type tr:first-child > th:first-child {
    border-top-left-radius: 3px; }
  .tables thead:first-of-type tr:first-child > th:last-child {
    border-top-right-radius: 3px; }
  .tables tbody:last-child tr:last-child > td:first-child {
    border-bottom-left-radius: 3px; }
  .tables tbody:last-child tr:last-child > td:last-child {
    border-bottom-right-radius: 3px; }
  .tables thead th {
    background-color: white;
    border-bottom: 0px;
    border-left: 1px solid gainsboro;
    padding: 0.75em 1em;
    text-align: left; }
    .tables thead th:first-child {
      border-left: none; }
  .tables tbody {
    background-color: #fbfbfb; }
    .tables tbody td {
      border-bottom: 0px;
      border-left: 1px solid gainsboro;
      border-top: 1px solid gainsboro;
      padding: 0.75em 1em; }
      .tables tbody td:first-child {
        border-left: none; }
      .tables tbody td button {
        display: inline-block;
        font-size: 0.7em;
        line-height: 1.5em;
        margin-bottom: 0.3em;
        margin-right: 0.5em;
        outline: none;
        padding: 0.3em 1em;
        width: 100%; }
        @media screen and (min-width: 40em) {
          .tables tbody td button {
            margin-bottom: 0;
            width: auto; } }

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em; }
  #cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed; }
  @media only screen and (min-width: 1170px) {
    #cd-timeline {
      margin-top: 3em;
      margin-bottom: 3em; }
      #cd-timeline::before {
        left: 50%;
        margin-left: -2px; } }

.cd-timeline-block {
  position: relative;
  margin: 2em 0; }
  .cd-timeline-block:after {
    content: "";
    display: table;
    clear: both; }
  .cd-timeline-block:first-child {
    margin-top: 0; }
  .cd-timeline-block:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-block {
      margin: 4em 0; }
      .cd-timeline-block:first-child {
        margin-top: 0; }
      .cd-timeline-block:last-child {
        margin-bottom: 0; } }

.cd-timeline-fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  color: white;
  text-align: center;
  background: #0066B3; }
  .cd-timeline-fa span {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -15px; }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-fa {
      width: 60px;
      height: 60px;
      left: 50%;
      margin-left: -30px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden; }
      .cssanimations .cd-timeline-fa.is-hidden {
        visibility: hidden; }
      .cssanimations .cd-timeline-fa.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s; } }

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }
  .cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px; }
  .cd-timeline-img.cd-picture {
    background: #75ce66; }
  .cd-timeline-img.cd-movie {
    background: #c03b44; }
  .cd-timeline-img.cd-location {
    background: #f0ca45; }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-img {
      width: 60px;
      height: 60px;
      left: 50%;
      margin-left: -30px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden; }
      .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden; }
      .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s; } }

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #e9f0f5;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
  text-align: left; }
  .cd-timeline-content:after {
    content: "";
    display: table;
    clear: both; }
  .cd-timeline-content h2 {
    color: #0066B3 !important; }
  .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 20px;
    font-size: 1.25rem; }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block; }
  .cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6; }
  .cd-timeline-content .cd-read-more {
    float: right;
    padding: 0.8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em; }
    .no-touch .cd-timeline-content .cd-read-more:hover {
      background-color: #bac4cb; }
  .cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7; }
  .cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff; }
  @media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
      font-size: 30px;
      font-size: 1.875rem; }
    .cd-timeline-content p {
      font-size: 24px;
      font-size: 1.5rem; }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-content {
      margin-left: 0;
      padding: 1.6em;
      width: 45%; }
      .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ffffff; }
      .cd-timeline-content .cd-read-more {
        float: left; }
      .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem; }
      .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right; }
        .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
          top: 24px;
          left: auto;
          right: 100%;
          border-color: transparent;
          border-right-color: #ffffff; }
        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
          float: right; }
        .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
          left: auto;
          right: 122%;
          text-align: right; }
      .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden; }
      .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s; } }

.tooltip-item {
  background: white;
  border-radius: 3px;
  border: 1px solid gainsboro;
  display: inline-block;
  padding: 0.5em 1em;
  position: relative;
  text-align: center; }
  .tooltip-item:focus,
  .tooltip-item:hover .tooltip {
    opacity: 1;
    visibility: visible; }
  .tooltip-item .tooltip {
    position: absolute;
    right: 0;
    bottom: 3em;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: white;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px silver;
    color: #333;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 400px;
    width: 400px;
    opacity: 0;
    padding: 1em;
    text-align: left;
    visibility: hidden;
    z-index: 10; }
    .tooltip-item .tooltip p {
      color: #333;
      line-height: 1.5em;
      margin: 0; }
    .tooltip-item .tooltip:after {
      position: absolute;
      right: 0;
      left: 0;
      border: 8px solid transparent;
      bottom: -1.3em;
      color: white;
      content: '▼';
      font-size: 1.4em;
      margin-left: 10px;
      text-align: left;
      text-shadow: 0 2px 2px silver; }

.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s; }
  .cd-modal::after {
    /* gradient overlay at bottom of modal window */
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
    background: transparent;
    background: -webkit-linear-gradient( bottom , #34383c, rgba(52, 56, 60, 0));
    background: linear-gradient(to top, #34383c, rgba(52, 56, 60, 0)); }
  .cd-modal .cd-modal-content {
    height: 100%;
    width: 100%;
    padding: 13em 5%;
    text-align: left;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .cd-modal p {
    color: #ffffff;
    line-height: 1.6;
    margin: 2em 0; }
  .modal-is-visible .cd-modal {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s; }
    .modal-is-visible .cd-modal .cd-modal-content {
      -webkit-overflow-scrolling: touch; }
  @media only screen and (min-width: 768px) {
    .cd-modal .cd-modal-content {
      padding: 4em 10%; } }
  @media only screen and (min-width: 1170px) {
    .cd-modal .cd-modal-content {
      padding: 6em 20%; }
    .cd-modal p {
      font-size: 2rem;
      line-height: 2; } }

.cd-modal-action {
  position: relative; }
  .cd-modal-action .btn, .cd-modal-action .cd-modal-bg {
    display: inline-block;
    height: 4em;
    background-color: #34383c; }
  .cd-modal-action .btn {
    width: 12.5em;
    border-radius: 5em;
    color: #ffffff;
    line-height: 1.2em;
    white-space: nowrap;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
    -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
    transition: color 0.2s 0.3s, width 0.3s 0s; }
    .cd-modal-action .btn.to-circle {
      width: 4em;
      color: transparent;
      -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
      -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
      transition: color 0.2s 0s, width 0.3s 0.2s; }
  .cd-modal-action .cd-modal-bg {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    width: 4em;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(-2em);
    -moz-transform: translateX(-2em);
    -ms-transform: translateX(-2em);
    -o-transform: translateX(-2em);
    transform: translateX(-2em);
    -webkit-transition: visibility 0s 0.5s;
    -moz-transition: visibility 0s 0.5s;
    transition: visibility 0s 0.5s; }
    .cd-modal-action .cd-modal-bg.is-visible {
      opacity: 1;
      visibility: visible; }

.cd-modal-close {
  position: fixed;
  z-index: 1;
  top: 50px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(../img/cd-icon-close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s; }
  .no-touch .cd-modal-close:hover {
    background-color: rgba(0, 0, 0, 0.5); }
  .modal-is-visible .cd-modal-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  @media only screen and (min-width: 768px) {
    .cd-modal-close {
      top: 70px; } }

.modal label {
  cursor: pointer;
  margin-bottom: 0; }

.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px; }

.modal .modal-state {
  display: none; }

.modal .modal-trigger {
  padding: 0.8em 1em; }

.modal .modal-fade-screen {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999; }
  @media screen and (min-width: 53.75em) {
    .modal .modal-fade-screen {
      padding-top: 10em; } }
  .modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }

.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer; }
  .modal .modal-close:after,
  .modal .modal-close:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1.5em;
    width: 0.15em;
    background: #ddd;
    content: '';
    display: block;
    margin: -3px 0 0 -1px; }
  .modal .modal-close:hover:after,
  .modal .modal-close:hover:before {
    background: #c4c4c4; }
  .modal .modal-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: #fff;
  border-radius: 3px;
  margin-top: 0;
  margin: auto;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  width: 95%; }
  @media screen and (min-width: 40em) {
    .modal .modal-inner {
      max-height: 70%;
      padding: 3em;
      width: 60%; } }
  @media screen and (min-width: 53.75em) {
    .modal .modal-inner {
      width: 50%; } }
  .modal .modal-inner h1 {
    color: #333;
    margin-bottom: 0 0 0.6em 0;
    text-align: left;
    text-transform: capitalize; }
  .modal .modal-inner p {
    color: #333;
    line-height: 1.5em; }
  .modal .modal-inner .modal-intro {
    margin-bottom: 1em; }
  .modal .modal-inner .modal-content {
    color: #333; }
    @media screen and (min-width: 40em) {
      .modal .modal-inner .modal-content {
        -webkit-columns: 2 8em;
        -moz-columns: 2 8em;
        columns: 2 8em; } }
  .modal .modal-inner a.cta {
    color: #fff;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 1em; }
    .modal .modal-inner a.cta:last-child {
      padding: 0 2em; }

.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible; }

.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em; }

.modal-open {
  overflow: hidden; }

.vertical-tabs-container {
  border-radius: 3px;
  border: 1px solid gainsboro;
  margin-bottom: 1.5em;
  overflow: hidden; }
  .vertical-tabs-container:after {
    content: "";
    display: table;
    clear: both; }
  .vertical-tabs-container li {
    list-style: none; }
  .vertical-tabs-container a {
    color: #477DCA;
    text-decoration: none; }
  .vertical-tabs-container .vertical-tabs {
    display: none; }
    @media screen and (min-width: 40em) {
      .vertical-tabs-container .vertical-tabs {
        background-color: white;
        display: inline;
        float: left;
        height: 90%;
        width: 20%; } }
  @media screen and (min-width: 40em) {
    .vertical-tabs-container .vertical-tab {
      border-bottom: 1px solid gainsboro;
      display: block;
      font-weight: bold;
      margin-right: -1px;
      padding: 0.75em 0.809em; }
      .vertical-tabs-container .vertical-tab.is-active {
        background-color: #f6f6f6;
        margin-right: -1px; } }
  .vertical-tabs-container a.vertical-tab-accordion-heading,
  .vertical-tabs-container a.vertical-tab {
    color: #333; }
  .vertical-tabs-container .vertical-tab:focus {
    outline: none; }
  .vertical-tabs-container .vertical-tab-content-container {
    display: block;
    margin: 0 auto; }
    .vertical-tabs-container .vertical-tab-content-container a:focus {
      outline: none; }
    @media screen and (min-width: 40em) {
      .vertical-tabs-container .vertical-tab-content-container {
        height: 46.875em;
        width: 80%;
        height: 100%;
        background-color: #f6f6f6;
        display: inline-block; } }
  .vertical-tabs-container .vertical-tab-content {
    background-color: #f6f6f6;
    padding: 1.5em 1.618em; }
    .vertical-tabs-container .vertical-tab-content p {
      color: #333;
      line-height: 1.5em; }
    @media screen and (min-width: 40em) {
      .vertical-tabs-container .vertical-tab-content {
        border: none;
        display: none; } }
  .vertical-tabs-container .vertical-tab-accordion-heading {
    background-color: white;
    border-top: 1px solid gainsboro;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 0.75em 0.809em; }
    .vertical-tabs-container .vertical-tab-accordion-heading:focus,
    .vertical-tabs-container .vertical-tab-accordion-heading:hover {
      color: #477DCA; }
    .vertical-tabs-container .vertical-tab-accordion-heading:first-child {
      border-top: none; }
    .vertical-tabs-container .vertical-tab-accordion-heading.is-active {
      background: #f6f6f6;
      border-bottom: none; }
    @media screen and (min-width: 40em) {
      .vertical-tabs-container .vertical-tab-accordion-heading {
        display: none; } }

/* -------------------------------- 

Footer
-------------------------------- */
.footer {
  background: #777;
  padding: 3em 1.618em;
  width: 100%; }
  .footer .footer-logo {
    margin-bottom: 2em;
    text-align: center; }
    .footer .footer-logo img {
      height: 3em; }
  .footer .footer-bottom {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    color: #6c7d8e;
    text-align: left;
    overflow: hidden; }
    .footer .footer-bottom:after {
      content: "";
      display: table;
      clear: both; }
    .footer .footer-bottom a {
      color: rgba(255, 255, 255, 0.4);
      text-decoration: none;
      font-size: 10px; }
    .footer .footer-bottom a:focus,
    .footer .footer-bottom a:hover {
      color: white; }
    .footer .footer-bottom h2 {
      font-size: 1.6em;
      margin-bottom: 0.9em;
      color: #0066B3; }
      @media screen and (min-width: 53.75em) {
        .footer .footer-bottom h2 {
          font-size: 1.8em; } }
    .footer .footer-bottom p {
      font-weight: 200;
      line-height: 1.4em;
      margin: 1em 1em 1em 1em; }
      @media screen and (min-width: 53.75em) {
        .footer .footer-bottom p {
          font-size: 1.1em;
          max-width: 80%; } }
    .footer .footer-bottom .primary {
      display: table-cell;
      width: 66.66667%; }
    .footer .footer-bottom .secondary {
      display: table-cell;
      width: 33.33333%; }
  .footer .footer-social {
    padding: 0.75em;
    text-align: center; }
    .footer .footer-social ul {
      padding: 0; }
    .footer .footer-social li {
      color: #919191;
      display: inline;
      float: none;
      font-size: .8em;
      font-weight: 800;
      line-height: .9em;
      padding: 0 0.7em; }
      .footer .footer-social li:first-child {
        padding-left: 0; }
      .footer .footer-social li:last-child {
        border-right: 0; }
  .footer .footer-links {
    margin-bottom: 1.5em; }
    .footer .footer-links:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 40em) {
      .footer .footer-links {
        margin-left: 25.58941%; } }
  .footer ul {
    margin-bottom: 3em;
    padding: 0; }
    @media screen and (min-width: 40em) {
      .footer ul {
        display: table-cell;
        width: 25%; }
        .footer ul:nth-child(3n) {
          margin-right: 0; }
        .footer ul:nth-child(3n+1) {
          clear: left; }
        .footer ul:after {
          content: "";
          display: table;
          clear: both; } }
  .footer li {
    line-height: 1.5em;
    list-style: none;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .footer li {
        text-align: left; } }
  .footer li a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none; }
    .footer li a:focus,
    .footer li a:hover {
      color: white; }
  .footer li h3 {
    color: white;
    font-size: 1em;
    font-weight: 800;
    margin-bottom: 0.4em; }
  .footer hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 1.5em;
    width: 12em; }
  .footer p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 2em 5em;
    text-align: left; }

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .video-wrapper embed,
  .video-wrapper object,
  .video-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }

/* -------------------------------- 

Primary style

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

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
  color: #2e3233;
  background-color: #ffffff; }
  @media only screen and (max-width: 1169px) {
    body.nav-on-left.overflow-hidden {
      overflow: hidden; } }

a {
  color: #0066B3;
  text-decoration: none; }

p {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3;
  color: #2e3233;
  margin-bottom: 1em;
  vertical-align: middle;
  text-align: justify;
  padding: 5px 20px; }
  @media only screen and (min-width: 1170px) {
    p {
      font-size: 42px;
      font-size: 2.625rem;
      padding: 10px, 30px;
      margin: 10px, 30px; } }

.dude {
  background: url(../assets/man_laptop_small.png) no-repeat center center;
  height: 90%; }

img {
  /* make images responsive */
  max-width: 100%;
  display: block;
  vertical-align: middle; }

input {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem; }

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.lnr {
  color: #2e3233;
  font-size: 20px;
  /* To get crisp results, use sizes that are
      a multiple of 20; because Linearicons was
      designed on a 20 by 20 grid. */ }

ul.horizontal-list {
  float: left; }
  ul.horizontal-list li {
    float: left;
    display: inline;
    list-style-type: none;
    padding: 5px; }

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 10px;
  border: none;
  background: none;
  font-style: normal;
  font-weight: 500;
  background: #009A71;
  padding: 10px 20px;
/*  text-transform: uppercase;*/

  white-space: nowrap; }
  .btn:focus {
    outline: 0; }
  .btn:hover {
    background: #00674c;
    text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .btn {
      font-size: 12px; } }

.section-aside-left {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  padding: 0px;
  margin: 0px; }
  .section-aside-left:after {
    content: "";
    display: table;
    clear: both; }
  .section-aside-left aside {
    visibility: hidden;
    display: table-cell;
    width: 0%;
    vertical-align: middle;
    margin: 10px; }
    @media only screen and (min-width: 768px) {
      .section-aside-left aside {
        visibility: visible;
        display: table-cell;
        width: 33.33333%; } }
  .section-aside-left article {
    display: table-cell;
    width: 100%;
    margin: 10px; }
    .section-aside-left article p {
      display: inline-block;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.5;
      color: #2e3233;
      margin-bottom: 1em;
      vertical-align: middle;
      text-align: justify; }
      @media only screen and (min-width: 768px) {
        .section-aside-left article p {
          font-size: 24px;
          font-size: 1.5rem;
          display: table-cell;
          width: 66.66667%; } }
  @media only screen and (min-width: 768px) {
    .section-aside-left {
      padding: 10px;
      margin: 10px; } }

.section-aside-right {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .section-aside-right:after {
    content: "";
    display: table;
    clear: both; }
  .section-aside-right aside {
    display: table-cell;
    width: 75%; }
  .section-aside-right article {
    display: table-cell;
    width: 25%; }

.pod {
  display: block;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "Open Sans", sans-serif;
  text-align: left; }
  .pod:after {
    content: "";
    display: table;
    clear: both; }
  .pod:last-child {
    margin-right: 0; }
  .pod p {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #2e3233;
    margin-bottom: 1em;
    vertical-align: middle;
    text-align: justify; }
  .pod section {
    padding: 10px 0; }

@media only screen and (min-width: 768px) {
  .pod-right {
    display: block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 51.17883%; }
    .pod-right:after {
      content: "";
      display: table;
      clear: both; }
    .pod-right:last-child {
      margin-right: 0; } }

.pod-center {
  text-align: center;
  display: block;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }
  .pod-center:after {
    content: "";
    display: table;
    clear: both; }
  .pod-center:last-child {
    margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .pod-center {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-left: 25.58941%; }
      .pod-center:last-child {
        margin-right: 0; } }

.section-4-pods {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .section-4-pods:after {
    content: "";
    display: table;
    clear: both; }
  .section-4-pods .pod {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    padding: 2.35765%; }
    .section-4-pods .pod:last-child {
      margin-right: 0; }

.section-3-pods {
  display: block;
  padding: 2.35765%; }
  .section-3-pods:after {
    content: "";
    display: table;
    clear: both; }
  .section-3-pods .pod {
    float:left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 10 20; }
    .section-3-pods .pod:last-child {
      margin-right: 0; }

.section-2-pods {
  display: block;
  padding: 2.35765%; }
  .section-2-pods:after {
    content: "";
    display: table;
    clear: both; }
  .section-2-pods .pod {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    padding: 10 20; }
    .section-2-pods .pod:last-child {
      margin-right: 0; }
    .section-2-pods .pod aside {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .section-2-pods .pod aside:last-child {
        margin-right: 0; }
    .section-2-pods .pod article {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%; }
      .section-2-pods .pod article:last-child {
        margin-right: 0; }
    @media screen and (max-width: 768px) {
      .section-2-pods .pod {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .section-2-pods .pod:last-child {
          margin-right: 0; } }

.section-2-pods-aside {
  display: block;
  padding: 2.35765%; }
  .section-2-pods-aside:after {
    content: "";
    display: table;
    clear: both; }
  .section-2-pods-aside .pod {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    padding: 10 20; }
    .section-2-pods-aside .pod:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .section-2-pods-aside .pod {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .section-2-pods-aside .pod:last-child {
          margin-right: 0; } }
  .section-2-pods-aside .aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 10 20; }
    .section-2-pods-aside .aside:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .section-2-pods-aside .aside {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .section-2-pods-aside .aside:last-child {
          margin-right: 0; } }
  .section-2-pods-aside img {
    max-width: 100%;
    display: block;
    vertical-align: middle;
    margin: auto; }

.premium_logos {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  display: block; }
  .premium_logos:last-child {
    margin-right: 0; }
  .premium_logos:after {
    content: "";
    display: table;
    clear: both; }
  .premium_logos
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center; }
  .premium_logos ul li {
    display: inline-block;
    padding: 2px;
    margin: 1px;
    vertical-align: middle; }
    .premium_logos ul li img {
      width: 100px; }

.wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  color: #6c7d8e;
  margin: 2.5em;
  text-align: left; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .wrapper h2 {
    font-size: 1.6em;
    margin-bottom: 0.9em;
    color: #0066B3; }
    @media screen and (min-width: 53.75em) {
      .wrapper h2 {
        font-size: 1.8em; } }
  .wrapper p {
    font-weight: 200;
    line-height: 1.4em;
    margin: 1em 1em 1em 1em; }
    @media screen and (min-width: 53.75em) {
      .wrapper p {
        font-size: 1.1em;
        max-width: 80%; } }
  .wrapper .primary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    padding: 10px -10px 10px 10px; }
    .wrapper .primary:last-child {
      margin-right: 0; }
  .wrapper .secondary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 10px -10px 10px 10px; }
    .wrapper .secondary:last-child {
      margin-right: 0; }

.wrapper2 {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  color: #6c7d8e;
  margin: .5em;
  text-align: left;
  vertical-align: middle; }
  .wrapper2:after {
    content: "";
    display: table;
    clear: both; }
  .wrapper2 h2 {
    font-size: 1.6em;
    margin-bottom: 0.9em;
    color: #0066B3; }
    @media screen and (min-width: 53.75em) {
      .wrapper2 h2 {
        font-size: 1.8em; } }
  @media screen and (min-width: 53.75em) {
    .wrapper2 p {
      font-size: .8em; } }
  .wrapper2 .primary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    padding: 10px -10px 10px 10px; }
    .wrapper2 .primary:last-child {
      margin-right: 0; }
  .wrapper2 .secondary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 10px -10px 10px 10px; }
    .wrapper2 .secondary:last-child {
      margin-right: 0; }

.bottom-left {
  float: left;
  bottom: 0;
  width: 100%; }

.bottom-right {
  float: right;
  bottom: -150px;
  position: relative; }

.view-offers-internet {
  bottom: -150px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .view-offers-internet {
      bottom: -130px; } }

.view-offers-tv {
  float: right;
  bottom: -150px;
  position: relative; }

.bottom-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  color: #6c7d8e;
  margin-top: 5em;
  margin-bottom: -0.5em;
  text-align: left;
  overflow: hidden; }
  .bottom-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .bottom-wrapper h2 {
    font-size: 1.6em;
    margin-bottom: 0.9em;
    color: #0066B3; }
    @media screen and (min-width: 53.75em) {
      .bottom-wrapper h2 {
        font-size: 1.8em; } }
  .bottom-wrapper p {
    font-weight: 200;
    line-height: 1.4em;
    margin: 1em 1em 1em 1em; }
    @media screen and (min-width: 53.75em) {
      .bottom-wrapper p {
        font-size: 1.1em;
        max-width: 80%; } }
  .bottom-wrapper .primary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .bottom-wrapper .primary:last-child {
      margin-right: 0; }
  .bottom-wrapper .secondary {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .bottom-wrapper .secondary:last-child {
      margin-right: 0; }

sup {
  vertical-align: 5%;
  font-size: 8px; }

.disclaimer p {
  text-align: center;
  font-size: 10px;
  color: #b9b9b9; }

.disclaimer strong {
  font-weight: 700; }

#cd-logo {
  float: left;
  margin: 5px 0 0 5%; }
  #cd-logo img {
    display: block; }
  @media only screen and (min-width: 768px) {
    #cd-logo {
      margin: 5px 0 0 5%; } }
  @media only screen and (min-width: 1170px) {
    #cd-logo.is-hidden {
      /* assign a position fixed and move outside the viewport (on the left) */
      opacity: 0;
      position: fixed;
      left: -20%;
      margin-left: 0;
      -webkit-transition: left 0.3s, opacity 0.3s;
      -moz-transition: left 0.3s, opacity 0.3s;
      transition: left 0.3s, opacity 0.3s; }
      #cd-logo.is-hidden.slide-in {
        /* slide in when the secondary navigation gets fixed */
        left: 5%;
        opacity: 1; } }

#cd-table .cd-unchecked span, #cd-table .cd-checked span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/* -------------------------------- 

support for no js 

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2; }

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible; }

@media only screen and (min-width: 1170px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0; }
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed; } }

.no-js .cd-hero-slider li {
  display: none; }
  .no-js .cd-hero-slider li.selected {
    display: block; }

.no-js .cd-slider-nav {
  display: none; }
