/*All sass partials('components') consolidated here to serve single css file*/
/*Add as nedded but keep in mind order matters*/
/*common css -----------------------------------------------  */

/* Temporary fix for footer */
/*
.lang-selector-overlay,
#show-global-selector-footer {
  display: none;
}
*/

/* --   Language selector css       --*/


:root {
  --pink: #E10098;
  --black: #000;
  --purple: #4e4fa9;
  --white: #fff;
}


     .lang-selector-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(204, 204, 204, 0.85);
      opacity: 0;
      z-index: -1;
      transition: all 0.3s ease-in-out;
    }

    .lang-selector-overlay.open {
      opacity: 1;
      z-index: 9999;
      display: block;
    }

    .lang-selector-overlay .container {
      height: 100%;
    }

    .lang-selector-overlay .popup-box {
      position: absolute;
      bottom: 120px;
      right: 20px;
      width: 681px;
    }

    .lang-selector-overlay .popup-box .heading-wrap {
      padding: 13px 9px 12px 17px;
      background: #508097;
      display: flex;
      border-radius: 10px 10px 0 0;
    }

    .lang-selector-overlay .popup-box .heading-wrap .col-1 {
      padding: 0 20px 0 0!important;
      width: 33.2%;
    }

    .lang-selector-overlay .popup-box .heading-wrap .col-2 {
      width: 65%;
      position: relative;
      padding: 0!important;
    }

    .lang-selector-overlay .popup-box .heading-wrap .col-1 h6 {
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      line-height: 15px;
    }

    .lang-selector-overlay .popup-box .heading-wrap .col-2 h6 {
      color: #fff;
      font-weight: normal;
      font-size: 16px;
      line-height: 15px;
    }

    .lang-selector-overlay .popup-box .heading-wrap .col-2 h6 span {
      display: block;
      font-weight: 600;
      font-size: 15px;
    }

    .lang-selector-overlay .popup-box .heading-wrap .col-2 .close-btn {
      position: absolute;
      top: 0;
      right: 0;
      width: 25px;
      height: 25px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
    }

    .lang-selector-overlay .popup-box .heading-wrap .col-2 .close-btn::before,
    .lang-selector-overlay .popup-box .heading-wrap .col-2 .close-btn::after {
      position: absolute;
      content: "";
      top: 0;
      left: 11.5px;
      width: 2px;
      height: 25px;
      background: #fff;
    }

    .lang-selector-overlay .popup-box .heading-wrap .col-2 .close-btn::before {
      transform: rotate(45deg);
    }

    .lang-selector-overlay .popup-box .heading-wrap .col-2 .close-btn::after {
      transform: rotate(-45deg);
    }

    .lang-selector-overlay .popup-box .content-wrap {
      background: #fff;
      display: flex;
      padding-bottom: 21px;
      border-radius: 0 0 10px 10px;
    }

    .lang-selector-overlay .popup-box .content-wrap .col-2 .back-btn {
      display: none;
    }

    .lang-selector-overlay .popup-box .content-wrap .col-1 .region-list {
      list-style: none;
      padding: 0;
      margin: 0;
      line-height: 16px;
    }

    .lang-selector-overlay .popup-box .content-wrap .col-1 .region-list li {
      padding: 14px 30px 15px 36px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      color: #2f3d49;
      font-weight: 600;
    }

    .lang-selector-overlay .popup-box .content-wrap .col-1 .region-list li:hover {
      background: #e0eaf1;
      font-weight: 600;
    }

    .lang-selector-overlay .popup-box .content-wrap .col-1 .region-list li.active {
      background: #e0eaf1;
      font-weight: 600;
    }

    .lang-selector-overlay .popup-box .content-wrap .col-2 .country-list {
      display: none;
      padding: 10px 0 0 17px;
    }

    .lang-selector-overlay
      .popup-box
      .content-wrap
      .col-2
      .country-list:nth-child(1) {
      display: block;
    }

    .lang-selector-overlay .popup-box .content-wrap .col-2 .country-list {
      column-count: 2;
      padding: 10px 0 0 16px;
    }

    .lang-selector-overlay .popup-box .content-wrap .col-2 .country-list li {
      padding: 5px 37px 3.8px 5px;
      font-weight: 600;
      color: #2f3d49;
      line-height: 16px;
    }

    .lang-selector-overlay .popup-box .content-wrap .col-2 .country-list li a {
      color: #508097;
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
    }

    .lang-selector-overlay .popup-box .content-wrap .col-1 {
      padding: 0!important;
    }

    .lang-selector-overlay .popup-box .content-wrap .col-2 {
      padding: 0!important;
    }

    @media screen and (max-width: 991px) {
      .lang-selector-overlay.open {
        z-index: 109;
      }

      .lang-selector-overlay .popup-box {
        bottom: 0;
        right: 0;
        top: 79px;
        width: 100%;
      }

      .lang-selector-overlay .popup-box {
        border-radius: 10px 10px 0 0;
      }

      .lang-selector-overlay .popup-box .heading-wrap {
        display: block;
        padding: 20px 9px 16px 17px;
        border-radius: 0;
      }

      .lang-selector-overlay .popup-box .heading-wrap .col-1 {
        width: 100%;
      }

      .lang-selector-overlay .popup-box .heading-wrap .col-1 h6 {
        font-size: 18px;
      }

      .lang-selector-overlay .popup-box .heading-wrap .col-2 {
        width: 100%;
      }

      .lang-selector-overlay .popup-box .heading-wrap .col-2 h6 {
        font-size: 18px;
      }

      .lang-selector-overlay .popup-box .heading-wrap .col-2 h6 span {
        line-height: 0.9;
        font-size: 18px;
      }

      .lang-selector-overlay .popup-box .heading-wrap .col-2 .close-btn {
        /* top: -35px;
        background: url("images/mobile-close-icon.png") no-repeat;
        background-size: cover;
        width: 41px;
        height: 41px; */
      }

      .lang-selector-overlay .popup-box .heading-wrap .col-2 .close-btn::before,
      .lang-selector-overlay .popup-box .heading-wrap .col-2 .close-btn::after {
        /* display: none; */
        right:20px;
      }

      .lang-selector-overlay .popup-box .content-wrap {
        height: 100%;
        border-radius: 0;
        position: relative;
        display: block;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-1 {
        width: 100%;
        height: 100%;
        position: absolute;
        background: #508097;
        z-index: 1;
        top: -1px;
        overflow: hidden;
        opacity: 1;
        transition: all 0.3s ease-in-out;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-2 {
        width: 100%;
        height: calc(100vh - 180px);
        position: absolute;
        background: #fff;
        overflow: scroll;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-1.slide {
        opacity: 0;
        z-index: 0;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-1 .region-list {
        padding: 7px 0 0;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-1 .region-list li {
        padding: 14px 20px 15px;
        color: #fff;
        position: relative;
        font-weight: 600;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-1 .region-list li:after {
        position: absolute;
        content: "";
        top: 19px;
        right: 7px;
        width: 26px;
        height: 27px;
        background: url(../arrow.html) no-repeat;
        background-size: 50%;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-1 .region-list li:hover {
        background: #3e5566;
      }

      .lang-selector-overlay
        .popup-box
        .content-wrap
        .col-1
        .region-list
        li.active {
        background: #3e5566;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-2 .back-btn {
        padding-left: 43px;
        margin-top: 21px;
        display: inline-block;
        cursor: pointer;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-2 .back-btn span {
        color: #508097;
        position: relative;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-2 .back-btn span:before {
        position: absolute;
        content: "";
        left: -25px;
        top: 5px;
        width: 26px;
        height: 27px;
        background: url(../back-arrow.html) no-repeat;
        background-size: 50%;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-2 .country-list {
        column-count: 1;
        padding: 16px 0 0 17px;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-2 .country-list li {
        padding: 13px 0 16px;
        font-weight: 600;
        color: #2f3d49;
      }

      .lang-selector-overlay .popup-box .content-wrap .col-2 .country-list li a {
        font-weight: normal;
      }
    }

    @media screen and (max-width: 767px) {
      .lang-selector-overlay .popup-box {
        top: 71px;
      }
    }

    @media screen and (max-width: 480px) {
      .lang-selector-overlay .popup-box {
        top: 67px;
      }
    }

    @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
      .lang-selector-overlay .popup-box {
        overflow: scroll;
      }
    }

    @media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation: landscape) {
      .lang-selector-overlay .popup-box {
        overflow: scroll;
      }
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      @media only screen and (-webkit-min-device-pixel-ratio: 1) {
        .lang-selector-overlay .popup-box .content-wrap .col-2 {
          height: calc(100vh - 260px);
        }
      }
    }

    @media screen and  (max-height: 620px){
      .lang-selector-overlay .popup-box {
        bottom: 0;
      }
    }

    section.lang-selector-overlay.open ul li {
        display: flex !important;
    }

    .lang-selector-overlay .popup-box .content-wrap .col-2 .country-list li.active {
      background: #e0eaf1;
    }

    @media screen and (max-height: 500px) {
      .lang-selector-overlay .popup-box {
        max-height: 300px;
        overflow: auto;
      }
    }

     /* ------ language selector css end ------*/

html {
  box-sizing: border-box; }

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

img {
  border-style: none; }

img[style*="float:left"], img[style*="float: left"], img[style*="float:right"], img[style*="float: right"] {
  margin-top: 15px;
  margin-bottom: 15px; }

img[style*="float:left"], img[style*="float: left"] {
  margin-right: 15px; }

.imgtooltip {
  position: absolute;
  width: 200px;
  height: 200px;
  right: 240px;
  top: -140px;
  z-index: 999; }

img[style*="float:right"], img[style*="float: right"] {
  margin-left: 15px; }

a {
  text-decoration: none;
  color: var(--black);
  outline: none; }

a:hover {
  text-decoration: none; 
color:var(--pink);
}

input,
textarea,
select {
 /* font: 100% "source-sans-pro", Arial, Helvetica, sans-serif; +*/
  color: #000;
  vertical-align: middle; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
  -webkit-appearance: none;}

q:before,
q:after {
  content: "";
  content: none; }

body {
  height: 100%;
  border: 0;
  -webkit-font-smoothing: antialiased;
  font-family: 'Tenon', arial;
  background: rgba(0, 0, 0, 0.62);
  /*temp*/
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  overflow-x: hidden; }

#main {
  background: #fff; }

h2 {
  font-size: 36px;
  line-height: 1;
  margin: 0; }

p {
  font-size: 24px;
  color: #5b7e96; }

.clear {
  clear: both; }

#wrapper {
  overflow: hidden; }

.cd-top {
  background: rgba(0, 0, 0, 0.37) url("../png/sprite.png") no-repeat -34px -43px;
  background-size: 150px auto;
  display: inline-block;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  right: 18px;
  bottom: 30px;
  position: fixed;
  z-index: 9;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  opacity: 1; }

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1; }

.global-pad,
.common-wrapper {
  position: relative;
  z-index: 40;
  padding: 60px 50px 60px 250px;
  box-sizing: border-box; }
  .global-pad:after,
  .common-wrapper:after {
    display: block;
    clear: both;
    content: '';
    height: 0;
    visibility: hidden; }
  @media only screen and (max-width: 999px) {
    .global-pad,
    .common-wrapper {
      padding: 60px 40px; } }
  @media only screen and (max-width: 767px) {
    .global-pad,
    .common-wrapper {
      padding: 40px; } }

.common-wrapper .top-space-more,
.common-wrapper .bottom-space-more,
.common-wrapper .wrapper-default-space,
.common-wrapper .global-pad {
  padding: 0; }

.common-header h1 {
  color: var(--black);
  font-size: 48px;
  line-height: 1;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .common-header h1 {
      font-size: 30px; } }

.common-header p {
  color: var(--black);
  font-size: 18px;
  margin-top: 0; }
  @media only screen and (min-width: 1000px) {
    .common-header p {
      padding-right: 38%; } }

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

.no-bottom-space {
  padding-bottom: 0; }

.no-space {
  padding-bottom: 0;
  padding-top: 0; }

.top-space-more {
  padding-top: 120px; }
  @media only screen and (max-width: 999px) {
    .top-space-more {
      padding-top: 60px; } }

.bottom-space-more {
  padding-bottom: 120px; }
  @media only screen and (max-width: 999px) {
    .bottom-space-more {
      padding-bottom: 60px; } }

.wrapper-default-space {
  padding-bottom: 60px !important;
  padding-top: 60px !important; }
  @media only screen and (max-width: 999px) {
    .wrapper-default-space {
      padding-bottom: 30px !important;
      padding-top: 30px !important; } }

.border-top-white {
  border-top: 4px solid #fff; }

.border-bottom-white {
  border-bottom: 4px solid #fff; }

.border-top-gray {
  border-top: 4px solid #eee; }

.border-bottom-gray {
  border-bottom: 4px solid #eee; }

.background-wrapper {
  background: #fff;
  background-size: cover !important;
  position: relative;
  z-index: 9; }
  .background-wrapper.gray {
    background: #eee; }
  .background-wrapper.orange {
    background: var(--pink); }

.textimage-wrap .background-wrapper {
  position: static !important; }

.reference-module .background-wrapper {
  background-size: 100%; }

.geo-location .filter-bar .location-component p a {
  color: var(--pink);
}
.geo-location .filter-bar .location-component p a:hover {
  text-decoration: none;
}
.right-rail-spacing {
  padding: 20px 0 20px 0; }

.stickToBorders {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.verticalBlock {
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap; }
  .verticalBlock:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }

.verticalCentered {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.table {
  display: table;
  width: 100%; }

.table-cell {
  display: table-cell; }
  .table-cell.align-top {
    vertical-align: top; }
  .table-cell.align-middle {
    vertical-align: middle; }
  .table-cell.align-bottom {
    vertical-align: bottom; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.vertical-centered-with-bg div[class*="col-"] {
  position: relative; }
  .vertical-centered-with-bg div[class*="col-"] > img,
  .vertical-centered-with-bg div[class*="col-"] .bg {
    display: block;
    height: auto;
    width: 100%; }
  .vertical-centered-with-bg div[class*="col-"] > div {
    text-align: center;
    /* May want to do this if there is risk the container may be narrower than the element inside */
    white-space: nowrap;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .vertical-centered-with-bg div[class*="col-"] > div:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em;
      /* Adjusts for spacing */ }
    .vertical-centered-with-bg div[class*="col-"] > div > div {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      white-space: normal; }

h4.short-underline {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  text-transform: uppercase; }
  h4.short-underline span {
    display: inline-block;
    position: relative; }
    h4.short-underline span:after {
      border-bottom: 2px solid #fff;
      bottom: -6px;
      content: '';
      left: 0;
      position: absolute;
      width: 50px; }

.find-form .inpt-box, .contact-form-component .common-wrapper form.contact-form .inpt-box {
  display: inline-block;
  vertical-align: top; }
  .find-form .inpt-box:after, .contact-form-component .common-wrapper form.contact-form .inpt-box:after {
    display: block;
    clear: both;
    content: '';
    height: 0;
    visibility: hidden; }
  .find-form .inpt-box input, .contact-form-component .common-wrapper form.contact-form .inpt-box input {
    background: none;
    border: none;
    border-bottom: solid 2px #ccc;
    width: 100%;
    font-size: 28px;
    padding: 10px 0;
    height: 60px;
    -webkit-appearance: none;
    border-radius: 0;
    color: var(--black);
    font-weight: 300; }
    .find-form .inpt-box input:focus, .contact-form-component .common-wrapper form.contact-form .inpt-box input:focus {
      outline: none; }
    .find-form .inpt-box input::-webkit-input-placeholder, .contact-form-component .common-wrapper form.contact-form .inpt-box input::-webkit-input-placeholder, .find-form .inpt-box input:-moz-placeholder, .contact-form-component .common-wrapper form.contact-form .inpt-box input:-moz-placeholder, .find-form .inpt-box input:-ms-input-placeholder, .contact-form-component .common-wrapper form.contact-form .inpt-box input:-ms-input-placeholder {
      color: #ccc; }
    .find-form .inpt-box input::-moz-placeholder, .contact-form-component .common-wrapper form.contact-form .inpt-box input::-moz-placeholder {
      color: #ccc;
      opacity: 1; }
  .find-form .inpt-box label, .contact-form-component .common-wrapper form.contact-form .inpt-box label {
    float: left;
    margin: 6px 0 0 0;
    color: var(--black);
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    max-width: 80%; }
    .find-form .inpt-box label span, .contact-form-component .common-wrapper form.contact-form .inpt-box label span {
      color: var(--pink); }
  .find-form .inpt-box .jcf-select, .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-select {
    font-family: "source-sans-pro";
    font-weight: 300;
    font-size: 28px !important;
    color: #ccc;
    text-shadow: 0 0 0 #919191;
    margin: 0;
    width: 100%;
    padding: 10px 40px 4px 0;
    height: 60px;
    display: block;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    outline: none;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative; }
    .find-form .inpt-box .jcf-select .jcf-select-text, .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-select .jcf-select-text {
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .find-form .inpt-box .jcf-select .jcf-select-opener, .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-select .jcf-select-opener {
      position: absolute;
      background: url(../png/sprite.png) no-repeat -219px -70px;
      background-size: 300px auto;
      width: 13px;
      bottom: 0;
      right: 3px;
      top: 0;
      cursor: pointer; }
      @media only screen and (max-width: 1299px) {
        .find-form .inpt-box .jcf-select .jcf-select-opener, .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-select .jcf-select-opener {
          background-position: -219px -74px; } }
    @media only screen and (max-width: 1299px) {
      .find-form .inpt-box .jcf-select, .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-select {
        font-size: 22px !important;
        padding: 10px 22px 0 0; } }
  .find-form .inpt-box .jcf-hidden, .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-hidden {
    -webkit-appearance: none;
    position: absolute;
    left: -9999px;
    height: 1px;
    width: 1px;
    margin: 0px;
    border-width: 0px; }

.find-form .submit, .contact-form-component .common-wrapper form.contact-form .submit {
  font-size: 14px;
  background: transparent;
  color: var(--black);
  text-transform: uppercase;
  text-decoration: none;
  border: solid 1px #ccc;
  padding: 12px 55px 10px 20px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .find-form .submit:before, .contact-form-component .common-wrapper form.contact-form .submit:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    border: 2px solid var(--pink);
    border-radius: 50%;
    top: 10px;
    right: 14px; }
  .find-form .submit:after, .contact-form-component .common-wrapper form.contact-form .submit:after {
    content: "\f061";
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 19px;
    top: 15px;
    color: var(--pink); }

.find-form .marker, .contact-form-component .marker {
  float: right;
  margin: 6px 0 0 0;
  color: var(--pink);
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 15px;
  text-align: right; }

.riverbed-list ol {
  list-style: none; }

.riverbed-list ol > li {
  counter-increment: item; }

.riverbed-list ol > li:before {
  content: counter(item) ". ";
  color: var(--pink);
  font-weight: bold;
  font-size: 16px;
  line-height: 30px; }

.riverbed-list .riverbed-list-style {
  color: var(--black);
  font-size: 16px;
  line-height: 20px; }

.filterintrotext {
  padding: 0px 50px 80px 250px; }
  @media only screen and (max-width: 999px) {
    .filterintrotext {
      padding: 30px; } }

span.moredatatext, span.lessdatatext {
  color: var(--pink); }

.tabs-component .tab-content .collapse p {
  padding: 0 0 10px !important;
  margin: 0px !important; }

a.togglerte {
  text-decoration: none; }

.background-white {
  background-color: #ffffff !important; }

.background-gray {
  background-color: #eee !important; }

/*nav css here -----------------------------------------------  */
.mobile-header {
  display: none; }
  @media only screen and (max-width: 999px) {
    .mobile-header {
      display: block; }
      .mobile-header .menu-opener {
        position: absolute;
        z-index: 50;
        right: 29px;
        top: 48px;
        width: 40px;
        height: 32px;
        background: rgba(0, 0, 0, 0.37);
        border-radius: 3px;
        text-indent: -9999px;
        overflow: hidden; }
        .mobile-header .menu-opener:before, .mobile-header .menu-opener:after,
        .mobile-header .menu-opener span {
          background: #fff;
          border-radius: 4px;
          position: absolute;
          top: 16px;
          left: 15%;
          right: 15%;
          height: 4px;
          margin-top: -2px;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        .mobile-header .menu-opener:before, .mobile-header .menu-opener:after {
          content: '';
          top: 8px; }
        .mobile-header .menu-opener:after {
          top: 24px; } }
  @media only screen and (max-width: 650px) {
    .mobile-header .menu-opener {
      right: 18px;
      top: 10px; } }

#menu .logo {
  opacity: 0;
  max-width: 116px;
  margin: 0 0 0 30px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  #menu .logo img {
    width: 100%;
    height: auto; }

#menu .menu-box {
  width: 200px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  /*background: rgba(0, 0, 0, 0.48);*/
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.63) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.83)), color-stop(100%, rgba(0, 0, 0, 0.63)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.63) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.63) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.63) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0.63) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4000000', endColorstr='#a1000000',GradientType=1 );
  /* IE6-9 */ }
  #menu .menu-box .add-links .btn-search.selected a.add-nav-search:after {
    content: "\f067";
    top: 20px;
    font-size: 14px; }
  #menu .menu-box .add-links .btn-search.selected a.add-nav-search:before {
    display: block;
    top: 15px;
    right: 76px; }
  #menu .menu-box .add-links a.add-nav-search:after {
    content: "\f002";
    top: 16px;
    font-size: 17px;
    right: 83px; }
  #menu .menu-box .add-links a.add-nav-search:before {
    display: none; }

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 290px; }
  #menu ul li {
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
    #menu ul li a {
      font-size: 18px;
      color: #fff;
      text-decoration: none;
      display: block; }
    #menu ul li .banner,
    #menu ul li .mp-level {
      position: absolute;
      left: -9999px;
      height: 0;
      width: 0;
      overflow: hidden; }

#menu .add-links {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  #menu .add-links li a {
    font-size: 16px;
    padding: 14px 0 14px 30px; }

#menu .mp-level > ul > li:last-child {
  border-bottom: solid 1px #DADDDF; }

#menu .mp-level ul {
  padding: 40px 0 450px; }
  #menu .mp-level ul li {
    border-top: solid 1px #DADDDF; }
    #menu .mp-level ul li a {
      font-size: 16px;
      color: var(--black);
      padding: 20px 45px 20px 30px;
      display: block;
      position: relative; }
      #menu .mp-level ul li a:hover {
        background: #E0E4E7; }
    #menu .mp-level ul li:first-child {
      border: none; }
  #menu .mp-level ul li.activated > a:after {
    transform: rotate(45deg);
    -ms-transform: -ms-rotate(45deg);
    -webkit-transform: -webkit-rotate(45deg); }
  #menu .mp-level ul li.more > a {
    /*&:before {
          content:'';
          position: absolute;
          width: 16px;
          height: 16px;
          border:1px solid #fd702a;
          border-radius:50%;
          top: 21px;
          right: 21px;
        }*/ }
    #menu .mp-level ul li.more > a:after {
      content: url(../icon_orange_round_plus_16.html);
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      right: 25px;
      top: 17px; }
  #menu .mp-level ul > li.activated > a,
  #menu .mp-level ul > li:hover > a {
    border-left: solid 7px var(--pink);
    padding: 20px 0 20px 23px;
    color: var(--pink) !important;
    background: #E0E4E7; }
  #menu .mp-level ul > li a.active {
    border-left: solid 7px var(--pink);
    padding: 20px 0 20px 23px;
    color: var(--pink) !important;
    background: #E0E4E7; }
  #menu .mp-level ul ul {
    position: absolute;
    left: -9999px;
    width: 0;
    padding: 0;
    overflow: hidden; }

#menu .container {
  overflow-y: auto;
  height: 100%;
  margin: 0;
  max-width: auto; }

#menu .menu-box .add-links li a:hover {
  padding: 14px 0 14px 23px !important; }

.menu-box .main .currentpage a {
  border-left: solid 7px var(--pink);
  padding: 20px 0 20px 23px;
  color: var(--pink) !important;
  background: rgba(0, 0, 0, 0.46); }

.menu-box .main:hover .currentpage a {
  color: #fff !important;
  border: none;
  padding: 20px 0 20px 30px;
  background: transparent; }

body .menu-box .main .currentpage:hover a {
  border-left: solid 7px var(--pink);
  padding: 20px 0 20px 23px;
  color: var(--pink) !important;
  background: rgba(0, 0, 0, 0.46); }

.view-more-active #menu .menu-box,
.fixed #menu .menu-box {
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(left, black 0%, #2b2b2b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(100%, #2b2b2b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, black 0%, #2b2b2b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, black 0%, #2b2b2b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, black 0%, #2b2b2b 100%);
  /* IE10+ */
  background: linear-gradient(to right, black 0%, #2b2b2b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2b2b',GradientType=1 );
  /* IE6-9 */ }
  .view-more-active #menu .menu-box .logo,
  .fixed #menu .menu-box .logo {
    opacity: 1;
    margin: 30px 0 20px 30px; }

.view-more-active #menu .add-links,
.fixed #menu .add-links {
  bottom: 110px; }

@media only screen and (max-width: 999px) {
  #menu .menu-box {
    left: -200px;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  .mobile-active .menu-opener span {
    opacity: 0; }
  .mobile-active .menu-opener:hover {
    opacity: .9; }
  .mobile-active .menu-opener:after,
  .mobile-active .menu-opener:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 15%;
    right: 15%; }
  .mobile-active .menu-opener:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mobile-active #menu .menu-box {
    left: 0; }
  .view-more-active.mobile-active #menu .menu-box {
    left: -100%; }
  .fixed-tools .menu-opener {
    position: fixed; } }

/*tmp fix*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #menu .menu-box * > ul > .more > a:before {
    top: 16px; }
  #menu .menu-box * > ul > .more > a:after {
    top: 20px; }
  #menu .menu-box {
    height: 100% !important; }
  #menu .logo {
    opacity: 0 !important;
    margin: 0 0 0 30px !important;
    height: 20px !important; }
  #menu .add-links {
    bottom: 42px !important; } }

@media only screen and (max-width: 999px) {
  .view-more-active #menu .menu-box .logo {
    margin: 0;
    opacity: 0; }
  .view-more-active.fixed #menu .menu-box .logo {
    margin: 30px 0 0 30px;
    opacity: 1; }
  #menu .menu-box {
    background: black;
    background: -moz-linear-gradient(left, black 0%, #2b2b2b 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(100%, #2b2b2b));
    background: -webkit-linear-gradient(left, black 0%, #2b2b2b 100%);
    background: -o-linear-gradient(left, black 0%, #2b2b2b 100%);
    background: -ms-linear-gradient(left, black 0%, #2b2b2b 100%);
    background: linear-gradient(to right, black 0%, #2b2b2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2b2b',GradientType=1 ); } }

.menu-holder {
  position: relative;
  min-height: 100%; }

.container-sub-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
  /*left: -252px;*/
  left: 150px;
  width: 252px;
  height: 100%;
  background: #e7ebee;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
  .container-sub-menu .container-sub-menu-holder {
    position: relative;
    min-height: 100%; }
  .container-sub-menu .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: rgba(0, 0, 0, 0.3); }
  .container-sub-menu .banner {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px; }
    .container-sub-menu .banner img {
      width: 100%;
      height: auto; }
    .container-sub-menu .banner .bottom-text {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff;
      padding: 20px 22px 43px 25px; }
      .container-sub-menu .banner .bottom-text p {
        font-size: 26px;
        line-height: 31px;
        color: #fff;
        margin: 0 0 18px; }
      .container-sub-menu .banner .bottom-text div.rounded-plus-btn, .container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn, .container-sub-menu .banner .bottom-text div.rounded-more-wht-btn, .container-sub-menu .banner .bottom-text div.rounded-more-btn, .container-sub-menu .banner .bottom-text div.rounded-download-btn, .container-sub-menu .banner .bottom-text div.rounded-video-wht-btn, .container-sub-menu .banner .bottom-text div.rounded-more-blue-btn, .container-sub-menu .banner .bottom-text div.rounded-clear-blue-btn, .container-sub-menu .banner .bottom-text div.rounded-arrow-btn,
      .container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn,
      .container-sub-menu .banner .bottom-text div.rounded-more-wht-btn,
      .container-sub-menu .banner .bottom-text div.rounded-more-btn,
      .container-sub-menu .banner .bottom-text div.rounded-video-wht-btn,
      .container-sub-menu .banner .bottom-text div.rounded-more-blue-btn {
        margin: 0; }
        .container-sub-menu .banner .bottom-text div.rounded-plus-btn a, .container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn a, .container-sub-menu .banner .bottom-text div.rounded-more-wht-btn a, .container-sub-menu .banner .bottom-text div.rounded-more-btn a, .container-sub-menu .banner .bottom-text div.rounded-download-btn a, .container-sub-menu .banner .bottom-text div.rounded-video-wht-btn a, .container-sub-menu .banner .bottom-text div.rounded-more-blue-btn a, .container-sub-menu .banner .bottom-text div.rounded-clear-blue-btn a, .container-sub-menu .banner .bottom-text div.rounded-arrow-btn a,
        .container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn a,
        .container-sub-menu .banner .bottom-text div.rounded-more-wht-btn a,
        .container-sub-menu .banner .bottom-text div.rounded-more-btn a,
        .container-sub-menu .banner .bottom-text div.rounded-video-wht-btn a,
        .container-sub-menu .banner .bottom-text div.rounded-more-blue-btn a {
          font-size: 14px; }
          .container-sub-menu .banner .bottom-text div.rounded-plus-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-more-wht-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-more-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-download-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-video-wht-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-more-blue-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-clear-blue-btn a:before, .container-sub-menu .banner .bottom-text div.rounded-arrow-btn a:before,
          .container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn a:before,
          .container-sub-menu .banner .bottom-text div.rounded-more-wht-btn a:before,
          .container-sub-menu .banner .bottom-text div.rounded-more-btn a:before,
          .container-sub-menu .banner .bottom-text div.rounded-video-wht-btn a:before,
          .container-sub-menu .banner .bottom-text div.rounded-more-blue-btn a:before {
            width: 18px;
            height: 18px; }
          .container-sub-menu .banner .bottom-text div.rounded-plus-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-more-wht-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-more-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-download-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-video-wht-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-more-blue-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-clear-blue-btn a:after, .container-sub-menu .banner .bottom-text div.rounded-arrow-btn a:after,
          .container-sub-menu .banner .bottom-text div.rounded-plus-wht-btn a:after,
          .container-sub-menu .banner .bottom-text div.rounded-more-wht-btn a:after,
          .container-sub-menu .banner .bottom-text div.rounded-more-btn a:after,
          .container-sub-menu .banner .bottom-text div.rounded-video-wht-btn a:after,
          .container-sub-menu .banner .bottom-text div.rounded-more-blue-btn a:after {
            top: 14px;
            font-size: 11px;
            right: 19px; }
  .container-sub-menu .mp-level {
    position: static !important;
    width: 100% !important; }

.container-sub-menu2 {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  left: -252px;
  width: 252px;
  height: 100%;
  background: var(--black);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
  .container-sub-menu2 .container-sub-menu2-holder {
    position: relative;
    min-height: 100%; }
  .container-sub-menu2 .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: rgba(0, 0, 0, 0.3); }
  .container-sub-menu2 ul {
    position: static !important;
    width: 100% !important; }

#menu .container-sub-menu2 ul {
  margin: 0;
  list-style: none;
  padding: 40px 0;
  font-size: 16px;
  line-height: 22px; }
  #menu .container-sub-menu2 ul li {
    border-bottom: solid 1px #354B5E;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s; }
    #menu .container-sub-menu2 ul li a {
      display: block;
      padding: 20px 30px;
      color: #e7ebee; }
      #menu .container-sub-menu2 ul li a.active, #menu .container-sub-menu2 ul li a:hover {
        color: var(--pink);
        background: #384957; }

.second-drop-active .container-sub-menu2 {
  left: 297px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999; }

.drop-active .container-sub-menu {
  left: 200px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99999; }

.drop-active.second-drop-active .container-sub-menu {
  left: 46px;
  z-index: 99999; }

.drop-active.second-drop-active .menu-box ul > li,
.drop-active.second-drop-active .menu-box .logo img {
  opacity: .3;
  filter: alpha(opacity=30); }

.menu-box * > ul {
  margin: 0; }
  .menu-box * > ul > li.selected > a,
  .menu-box * > ul > li.activated > a,
  .menu-box * > ul > li:hover > a {
    border-left: solid 7px var(--pink);
    padding: 20px 0 20px 23px;
    color: var(--pink) !important;
    background: rgba(0, 0, 0, 0.46); }
  .menu-box * > ul > li > a.active {
    border-left: solid 7px var(--pink);
    padding: 20px 0 20px 23px;
    color: var(--pink) !important;
    background: rgba(0, 0, 0, 0.46); }
  .menu-box * > ul a {
    display: block;
    position: relative;
    padding: 20px 0 20px 30px; }

#menu .menu-box * > ul > .more > a {
  padding-right: 47px; }
  #menu .menu-box * > ul > .more > a:after {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 30.5px;
    top: 25px;
    color: #a8aca1; }
  #menu .menu-box * > ul > .more > a:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    border: 2px solid #a8aca1;
    border-radius: 50%;
    top: 20px;
    right: 24px; }

#menu .menu-box * > ul > .selected > a:after,
#menu .menu-box * > ul > .activated > a:after {
  color: #f9661d;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#menu .menu-box * > ul > .selected > a:before,
#menu .menu-box * > ul > .activated > a:before {
  border: 2px solid #f9661d; }

#nav-overlay {
  position: fixed;
  display: none;
  left: 200px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  /*background: rgba(9, 24, 32, 0.83);*/
  opacity: 0;
  cursor: pointer;
  /*@include transition(all 0.3s ease-out);*/
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1); }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.ua-mobile-ipad .menu-box .jcf-scrollable-wrapper {
  height: 100% !important; }

.ua-mobile-ipad .menu-box .jcf-scrollable {
  height: 100% !important; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: rgba(0, 0, 0, 0.2);
  width: 6px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  height: 0;
  width: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: rgba(0, 0, 0, 0.7);
  height: 1px;
  width: 6px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #0ff; }

@media only screen and (max-width: 767px) {
  .drop-active.second-drop-active .menu-box ul > li {
    opacity: 1; }
  #menu .menu-box {
    padding-top: 30px;
    background: #181F25 !important; }
  #wrapper {
    min-width: 100%;
    min-height: 100%;
    /*background-color: #fff;*/
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  #wrapper.mobile-active {
    left: 200px; }
  #wrapper.mobile-active .menu-opener {
    z-index: 99999;
    position: fixed; }
  .view-more-active .menu-opener {
    display: none; }
  #menu .logo {
    display: none; }
  #menu .menu-box {
    width: 100%;
    left: -100%;
    background: black;
    /* Old browsers */
    background: -moz-linear-gradient(left, black 0%, #2b2b2b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(100%, #2b2b2b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, black 0%, #2b2b2b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, black 0%, #2b2b2b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, black 0%, #2b2b2b 100%);
    /* IE10+ */
    background: linear-gradient(to right, black 0%, #2b2b2b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2b2b',GradientType=1 );
    /* IE6-9 */ }
  #menu ul {
    padding: 15px 0 0; }
    #menu ul li a {
      font-size: 18px;
      line-height: 16px;
      padding: 14px 5px 14px 25px;
      border-bottom: solid 1px #1F2830; }
  #menu .add-links {
    position: static; }
  #menu .mp-level ul li.more > a:before,
  #menu .menu-box * > ul > .more > a:before {
    width: 18px;
    height: 18px;
    border-width: 0px;
    top: 13px;
    right: 14px; }
  #menu .mp-level ul li.more > a:after,
  #menu .menu-box * > ul > .more > a:after {
    font: normal normal normal 10px/1 FontAwesome;
    right: 19px;
    top: 17px;
    content: url(../icon_orange_round_plus_18.html); }
  #menu ul li .mp-level {
    position: static;
    width: 100%;
    height: auto;
    overflow: visible;
    left: 0; }
    #menu ul li .mp-level ul {
      padding: 0; }
      #menu ul li .mp-level ul li {
        border-color: rgba(199, 199, 199, 0.1); }
        #menu ul li .mp-level ul li:last-child {
          border-color: rgba(199, 199, 199, 0.1); }
        #menu ul li .mp-level ul li a {
          padding: 14px 5px 14px 36px !important;
          font-size: 18px;
          color: #fff !important;
          background: none !important;
          line-height: 1.2;
          border: none; }
        #menu ul li .mp-level ul li li > a {
          padding: 14px 5px 14px 46px !important;
          color: var(--black) !important;
          border-bottom: solid 1px #D5D5D5; }
  #menu .mp-level ul ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  #menu .main > li.open {
    border-left: solid 7px var(--pink); }
    #menu .main > li.open .open {
      border-left: none !important; }
  #menu .mp-level ul ul {
    position: static;
    width: 100%;
    height: auto;
    overflow: visible;
    left: 0;
    background: #e7ebee; }
  #menu .mp-level ul > li.activated a, #menu .mp-level ul > li:hover a {
    padding: 10px 5px 10px 22px; }
  #menu .mp-level ul li a:hover,
  .menu-box * > ul > li.selected, .menu-box * > ul > li.activated {
    background: rgba(255, 255, 255, 0.1); }
  #menu .mp-level ul > li.activated, #menu .mp-level ul > li:hover {
    border-left: none; }
  .container-sub-menu2,
  .container-sub-menu {
    position: absolute;
    left: -9999px !important; }
  #nav-overlay {
    display: none !important; }
  #menu .add-links li a {
    padding: 14px 0 14px 25px;
    color: #587691; } }

@media screen and (max-height: 810px) and (min-width: 768px) {
  #menu ul.main {
    padding-bottom: 260px; }
    #menu ul.main li a {
      padding-top: 14px;
      padding-bottom: 14px; }
  #menu .container-sub-menu2 ul li a {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px; }
  #menu .mp-level ul li a {
    padding: 14px 20px 14px 30px; }
  #menu .mp-level ul > li.activated > a,
  #menu .mp-level ul > li:hover > a {
    padding: 14px 20px 14px 23px; } }

.confirm-popup-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto; }

.confirm-popup {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  margin-left: 100px;
  width: 600px;
  background: var(--black);
  padding: 30px; }
  @media only screen and (max-width: 999px) {
    .confirm-popup {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .confirm-popup {
      width: 310px;
      font-size: 18px;
      line-height: 22px;
      padding: 15px; } }
  .confirm-popup p {
    color: #fff;
    font-size: inherit;
    margin: 0 0 15px; }
    @media only screen and (max-width: 767px) {
      .confirm-popup p {
        margin: 0 0 10px; } }
  .confirm-popup img {
    display: block;
    margin: 0 auto 15px; }
    @media only screen and (max-width: 767px) {
      .confirm-popup img {
        margin: 0 auto 10px; } }
  .confirm-popup .rounded-more-wht-btn {
    text-align: center;
    font-size: 14px;
    margin: 0 0 15px; }
    .confirm-popup .rounded-more-wht-btn a {
      margin: 0 5px; }
      @media only screen and (max-width: 767px) {
        .confirm-popup .rounded-more-wht-btn a {
          margin: 0 5px 10px; } }
    @media only screen and (max-width: 767px) {
      .confirm-popup .rounded-more-wht-btn {
        margin: 0 0 5px; } }
  .confirm-popup .checkbox-wrap {
    overflow: hidden;
    line-height: 0; }
    .confirm-popup .checkbox-wrap label {
      display: inline-block;
      vertical-align: top;
      padding: 0 0 0 25px;
      position: relative;
      text-align: left;
      font-weight: 600;
      font-size: 14px;
      line-height: 17px;
      cursor: pointer;
      margin: 0; }
      .confirm-popup .checkbox-wrap label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 1px;
        width: 14px;
        height: 14px;
        border: 1px solid #fff;
        border-radius: 50%; }
      .confirm-popup .checkbox-wrap label:after {
        content: '';
        position: absolute;
        z-index: 2;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #fff;
        top: 5px;
        left: 4px;
        display: none; }
  .confirm-popup .close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -60px;
    z-index: 3; }
    .confirm-popup .close:after {
      content: "\f00d";
      font: normal normal normal 24px/38px FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiase;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      border: solid 3px #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      text-align: center;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      line-height: 1.4; }
  .confirm-popup .checkbox-wrap [type="checkbox"] {
    position: absolute;
    left: -9999px;
    width: 0;
    margin: 0;
    padding: 0;
    height: 0; }
  .confirm-popup .checkbox-wrap [type="checkbox"]:checked + label:after {
    display: block; }

  .container .row {
    margin: 0 -2px; }
    .container .row:after {
      display: block;
      clear: both;
      content: ''; }
    .container .row.spaced {
      padding-bottom: 50px;
      padding-top: 50px; }
  .container.fluid {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto; }
    .container.fluid .row {
      margin: 0 -50px; }
      @media only screen and (max-width: 999px) {
        .container.fluid .row {
          margin: 0 -40px; } }
    .container.fluid .col-lg-1,
    .container.fluid .col-lg-2,
    .container.fluid .col-lg-3,
    .container.fluid .col-lg-4,
    .container.fluid .col-lg-5,
    .container.fluid .col-lg-6,
    .container.fluid .col-lg-7,
    .container.fluid .col-lg-8,
    .container.fluid .col-lg-9,
    .container.fluid .col-lg-10,
    .container.fluid .col-lg-11,
    .container.fluid .col-lg-12 {
      padding: 0; }
    .container.fluid.common-margin .row {
      margin: 0; }

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  float: left;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px; }

.col-lg-1 {
  width: 8.33333333%; }

.col-lg-2 {
  width: 16.66666667%; }

.col-lg-3 {
  width: 25%;
  padding: 2px; }

.col-lg-4 {
  width: 33.33333333%; }

.col-lg-5 {
  width: 41.66666667%; }

.col-lg-6 {
  width: 50%; }

.col-lg-7 {
  width: 58.33333333%; }

.col-lg-8 {
  width: 66.66666667%; }

.col-lg-9 {
  width: 75%; }

.col-lg-10 {
  width: 83.33333333%; }

.col-lg-11 {
  width: 91.66666667%; }

.col-lg-12 {
  width: 100%; }

.col-lg-pull-12 {
  right: 100%; }

.col-lg-pull-11 {
  right: 91.66666667%; }

.col-lg-pull-10 {
  right: 83.33333333%; }

.col-lg-pull-9 {
  right: 75%; }

.col-lg-pull-8 {
  right: 66.66666667%; }

.col-lg-pull-7 {
  right: 58.33333333%; }

.col-lg-pull-6 {
  right: 50%; }

.col-lg-pull-5 {
  right: 41.66666667%; }

.col-lg-pull-4 {
  right: 33.33333333%; }

.col-lg-pull-3 {
  right: 25%; }

.col-lg-pull-2 {
  right: 16.66666667%; }

.col-lg-pull-1 {
  right: 8.33333333%; }

.col-lg-pull-0 {
  right: auto; }

.col-lg-push-12 {
  left: 100%; }

.col-lg-push-11 {
  left: 91.66666667%; }

.col-lg-push-10 {
  left: 83.33333333%; }

.col-lg-push-9 {
  left: 75%; }

.col-lg-push-8 {
  left: 66.66666667%; }

.col-lg-push-7 {
  left: 58.33333333%; }

.col-lg-push-6 {
  left: 50%; }

.col-lg-push-5 {
  left: 41.66666667%; }

.col-lg-push-4 {
  left: 33.33333333%; }

.col-lg-push-3 {
  left: 25%; }

.col-lg-push-2 {
  left: 16.66666667%; }

.col-lg-push-1 {
  left: 8.33333333%; }

.col-lg-push-0 {
  left: auto; }

.col-lg-offset-12 {
  margin-left: 100%; }

.col-lg-offset-11 {
  margin-left: 91.66666667%; }

.col-lg-offset-10 {
  margin-left: 83.33333333%; }

.col-lg-offset-9 {
  margin-left: 75%; }

.col-lg-offset-8 {
  margin-left: 66.66666667%; }

.col-lg-offset-7 {
  margin-left: 58.33333333%; }

.col-lg-offset-6 {
  margin-left: 50%; }

.col-lg-offset-5 {
  margin-left: 41.66666667%; }

.col-lg-offset-4 {
  margin-left: 33.33333333%; }

.col-lg-offset-3 {
  margin-left: 25%; }

.col-lg-offset-2 {
  margin-left: 16.66666667%; }

.col-lg-offset-1 {
  margin-left: 8.33333333%; }

.col-lg-offset-0 {
  margin-left: 0%; }

@media only screen and (max-width: 999px) {
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-12 {
    width: 91.66666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media only screen and (max-width: 767px) {
  .col-xs-1 {
    width: 8.33333333%; }
  .col-xs-2 {
    width: 16.66666667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333333%; }
  .col-xs-5 {
    width: 41.66666667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333333%; }
  .col-xs-8 {
    width: 66.66666667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333333%; }
  .col-xs-12 {
    width: 91.66666667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-pull-11 {
    right: 91.66666667%; }
  .col-xs-pull-10 {
    right: 83.33333333%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-pull-8 {
    right: 66.66666667%; }
  .col-xs-pull-7 {
    right: 58.33333333%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-pull-5 {
    right: 41.66666667%; }
  .col-xs-pull-4 {
    right: 33.33333333%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-pull-2 {
    right: 16.66666667%; }
  .col-xs-pull-1 {
    right: 8.33333333%; }
  .col-xs-pull-0 {
    right: auto; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-push-11 {
    left: 91.66666667%; }
  .col-xs-push-10 {
    left: 83.33333333%; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-push-8 {
    left: 66.66666667%; }
  .col-xs-push-7 {
    left: 58.33333333%; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-push-5 {
    left: 41.66666667%; }
  .col-xs-push-4 {
    left: 33.33333333%; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-push-2 {
    left: 16.66666667%; }
  .col-xs-push-1 {
    left: 8.33333333%; }
  .col-xs-push-0 {
    left: auto; }
  .col-xs-offset-12 {
    margin-left: 100%; }
  .col-xs-offset-11 {
    margin-left: 91.66666667%; }
  .col-xs-offset-10 {
    margin-left: 83.33333333%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-8 {
    margin-left: 66.66666667%; }
  .col-xs-offset-7 {
    margin-left: 58.33333333%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-5 {
    margin-left: 41.66666667%; }
  .col-xs-offset-4 {
    margin-left: 33.33333333%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-2 {
    margin-left: 16.66666667%; }
  .col-xs-offset-1 {
    margin-left: 8.33333333%; }
  .col-xs-offset-0 {
    margin-left: 0%; } }

#intro {
  /*required once*/
  width: 100%;
  height: 1000px;
  position: relative; }
  #intro.not-full-height, #intro.sm-height, .forms #intro.sm-height, .eventnewdesign #intro.sm-height {
    height: 470px !important;
    position: fixed; }
    #intro.not-full-height .intro-inner, #intro.sm-height .intro-inner {
      height: 470px !important;
      padding: 90px 29px 90px 250px;
      white-space: nowrap; }
      #intro.not-full-height .intro-inner:after, #intro.sm-height .intro-inner:after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 1px;
        overflow: hidden;
        margin: 0 0 0 -5px;
        vertical-align: middle; }
      #intro.not-full-height .intro-inner .text-box, #intro.sm-height .intro-inner .text-box {
        position: static;
        vertical-align: middle;
        display: inline-block;
        white-space: normal; }
  #intro.sm-height {
    height: 405px !important; }
    #intro.sm-height .intro-inner {
      height: 405px !important;
      padding: 130px 29px 90px 250px; }
  #intro.auto-height {
    height: 147px !important;
    background: #eee; }
  #intro .intro-header .header-logo {
    padding: 46px 29px 0 250px;
    position: relative;
    z-index: 5; }
    #intro .intro-header .header-logo .logo {
      float: left;
      max-width: 150px; }
    #intro .intro-header .header-logo img {
      width: 100%;
      height: auto; }
    #intro .intro-header .header-logo:after {
      content: '';
      display: block;
      clear: both; }
    @media only screen and (max-width: 999px) {
      #intro .intro-header .header-logo {
        padding: 40px 85px 0 40px; } }
    @media only screen and (max-width: 650px) {
      #intro .intro-header .header-logo {
        padding-left: 30px; }
        #intro .intro-header .header-logo .logo {
          max-width: 90px; } }
  #intro .intro-inner {
    padding: 165px 29px 0 250px;
    color: #fff;
    position: relative;
    overflow: hidden; }
    #intro .intro-inner .text-box {
      position: absolute;
      bottom: 12%;
      left: 250px;
      right: 29px; }
    #intro .intro-inner h1 {
      font-size: 65px;
      margin: 0;
      line-height: 1; }
    #intro .intro-inner h2 {
      font-size: 45px;
      font-weight: 500;
      letter-spacing: -1px;
      margin: 0; }
    #intro .intro-inner .rounded-more-btn a:after, #intro .intro-inner .rounded-more-wht-btn a:after {
      right: 9px !important; }
  #intro .intro-inner.overvid {
    position: static; }
  #intro .slick-slider .slick-next,
  #intro .slick-slider .slick-prev {
    display: none;
    height: 0;
    opacity: 1;
    width: 0;
    z-index: -2;
    opacity: 0; }
  @media only screen and (max-width: 999px) {
    #intro .intro-inner {
      padding: 40px 29px 0; }
      #intro .intro-inner .text-box {
        left: 29px; }
      #intro .intro-inner h1 {
        font-size: 45px;
        text-transform: uppercase;
        margin: 0; }
      #intro .intro-inner h2 {
        font-size: 35px;
        margin: 0; }
    #intro.not-full-height, #intro.sm-height, .forms #intro.sm-height, .eventnewdesign #intro.sm-height {
      height: 470px !important;
      position: static; }
      #intro.not-full-height .intro-inner, #intro.sm-height .intro-inner {
        height: 470px !important;
        padding: 40px 29px 40px; }
    #intro.sm-height {
      height: 400px !important;
      position: static; }
      #intro.sm-height .intro-inner {
        height: 440px !important;
        padding: 40px 29px 40px; } }
  @media only screen and (max-width: 650px) {
    #intro .intro-inner {
      padding: 70px 15px 0; }
      #intro .intro-inner h1 {
        font-size: 28px;
        text-transform: uppercase;
        margin: 0; }
      #intro .intro-inner h2 {
        font-size: 27px;
        letter-spacing: -.6px; }
    #intro.not-full-height, #intro.sm-height, .forms #intro.sm-height, .eventnewdesign #intro.sm-height {
      height: 300px !important; }
      #intro.not-full-height .intro-inner, #intro.sm-height .intro-inner {
        height: 300px !important;
        padding: 60px 29px 20px; } }
  #intro .anchor-btn {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 62px;
    width: 34px;
    height: 34px;
    margin-left: 83px;
    color: #fff;
    text-align: center;
    -webkit-animation: fadeInDownLess 3s infinite;
    animation: fadeInDownLess 3s infinite; }
    #intro .anchor-btn:after {
      content: "\f063";
      font: normal normal normal 16px/36px FontAwesome; }
    #intro .anchor-btn:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 34px;
      height: 34px;
      border: 4px solid #fff;
      border-radius: 50%; }
    #intro .anchor-btn:hover {
      text-decoration: none;
      -webkit-animation: none;
      animation: none; }
    @media only screen and (max-width: 999px) {
      #intro .anchor-btn {
        margin-left: -17px; } }
    @media only screen and (max-width: 650px) {
      #intro .anchor-btn {
        display: none; } }
  #intro #slider-banner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      #intro #slider-banner .owl-item {
        background: #000; } }
    @media only screen and (max-width: 767px) {
      #intro #slider-banner .owl-item .bg-stretch {
        opacity: .6; } }
    #intro #slider-banner .bg-stretch {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
      #intro #slider-banner .bg-stretch div[data-picture] {
        height: 100%; }
      #intro #slider-banner .bg-stretch img {
        height: 100%;
        margin-left: auto !important;
        position: absolute;
        width: 100%;
        /* this is to help fix 1971, as it produces an ugly effect of changing the image size after the browser finishes
         * loading it... really ugly */
        visibility: hidden; }
        @media only screen and (max-width: 1299px) {
          #intro #slider-banner .bg-stretch img {
            width: 117%;
            right: -17%; } }
        @media only screen and (max-width: 999px) {
          #intro #slider-banner .bg-stretch img {
            width: 125%;
            right: -25%; } }
        @media only screen and (max-width: 479px) {
          #intro #slider-banner .bg-stretch img {
            width: 135%;
            right: -35%; } }
    #intro #slider-banner .slick-dots {
      position: absolute;
      right: 72px;
      bottom: 80px;
      z-index: 4;
      padding: 0;
      margin: 0;
      font-size: 0;
      line-height: 0;
      list-style: none; }
      #intro #slider-banner .slick-dots:after {
        display: block;
        clear: both;
        content: '';
        height: 0;
        visibility: hidden; }
      @media only screen and (max-width: 999px) {
        #intro #slider-banner .slick-dots {
          right: 25px;
          bottom: 60px; } }
      @media only screen and (max-width: 767px) {
        #intro #slider-banner .slick-dots {
          bottom: 40px; } }
      #intro #slider-banner .slick-dots li {
        display: inline-block;
        vertical-align: bottom;
        padding: 0 5px; }
      #intro #slider-banner .slick-dots li button {
        width: 12px;
        height: 12px;
        border-radius: 12px;
        background: none;
        opacity: 1;
        border: 1px solid #fff;
        text-indent: -9999px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        outline: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      #intro #slider-banner .slick-dots .slick-active button {
        height: 28px;
        border-color: var(--pink);
        background: var(--pink); }
  #intro .rounded-plus-btn, #intro div.rounded-plus-wht-btn, #intro div.rounded-more-wht-btn, #intro div.rounded-more-btn, #intro div.rounded-download-btn, #intro div.rounded-video-wht-btn, #intro div.rounded-more-blue-btn, #intro div.rounded-clear-blue-btn, #intro div.rounded-arrow-btn, #intro .rounded-more-blue-btn {
    text-align: left; }

@media only screen and (max-width: 999px) and (orientation: portrait) {
  section#intro #slider-banner {
    position: static; }
    section#intro #slider-banner .owl-pagination {
      bottom: 80px; }
  .intro-header {
    position: absolute;
    top: 0;
    left: 0; } }

@media only screen and (max-width: 650px) {
  section#intro {
    height: calc(100vh - 16px) !important; }
    section#intro .intro-inner {
      height: calc(100vh - 16px) !important; }
      section#intro .intro-inner .text-box {
        position: absolute; }
    section#intro .rounded-more-btn {
      margin: 15px auto 25px; }
    section#intro #slider-banner .owl-pagination {
      bottom: 15px;
      right: 15px; } }

@media only screen and (max-width: 479px) {
  section#intro {
    /*height: auto !important;*/ }
    section#intro .intro-inner {
      /*height: auto!important;*/ }
    section#intro .intro-inner .text-box {
      /*position: static;*/ }
    section#intro #slider-banner {
      position: relative; }
  .intro-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; } }

.fixed section#intro .intro-header .header-logo {
  position: static; }

.fixed section#intro .intro-header .tools {
  position: fixed;
  z-index: 10;
  right: 19px;
  top: 67px; }
  .fixed section#intro .intro-header .tools .link-box {
    display: none; }
  .fixed section#intro .intro-header .tools .search-form {
    background: #ccc;
    height: 40px;
    border-radius: 20px;
    margin: 0 0 5px; }
    .fixed section#intro .intro-header .tools .search-form .search-field {
      height: 40px;
      padding: 0 0 0 10px; }
  .fixed section#intro .intro-header .tools .btn-send {
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center; }
    .fixed section#intro .intro-header .tools .btn-send:after {
      top: 7px;
      left: 8px; }
  .fixed section#intro .intro-header .tools .share-links {
    display: block; }

.bar-orange-gradient {
  height: 16px;
  width: 100%;
  background: #ffb11d;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffb11d 0%, var(--pink) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffb11d), color-stop(100%, var(--pink)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ffb11d 0%, var(--pink) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ffb11d 0%, var(--pink) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ffb11d 0%, var(--pink) 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffb11d 0%, var(--pink) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb11d', endColorstr='var(--pink)',GradientType=1 );
  /* IE6-9 */ }

.bar-orange-gradient.under-banner, .bar-orange-gradient.sm-banner {
  position: relative;
  z-index: 40;
  margin-top: 470px; }
  @media only screen and (max-width: 999px) {
    .bar-orange-gradient.under-banner, .bar-orange-gradient.sm-banner {
      margin-top: 0;
      z-index: 40; } }

.bar-orange-gradient.sm-banner {
  margin-top: 405px; }
  @media only screen and (max-width: 999px) {
    .bar-orange-gradient.sm-banner {
      margin-top: 40px;
      z-index: 40; } }

.bar-orange-gradient.without-banner {
  margin-top: 0; }

/*temp here for video demo page only*/
video:not(.wp-video-shortcode) {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  transform: translateZ(0);
  -webkit-transform: translateZ(0); }

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.ua-ios video:not(.wp-video-shortcode) {
  position: absolute; }
.entrytext  .wp-video {
  width: 100% !important;
  margin: 0 0 15px;
}
/* login overlay  */
.login-overlay {
  float: right;
  background-color: #fff;
  padding: 40px 45px;
  margin-top: -36px; }
  @media only screen and (max-width: 1487px) and (min-width: 1000px) {
    .login-overlay {
      float: left;
      width: 719px !important;
      margin-top: 50px; } }
  .login-overlay h2 {
    color: var(--pink);
    font-size: 18px !important;
    font-weight: bold !important; }
  .login-overlay input {
    width: 100%;
    height: 40px !important;
    border: none;
    border-bottom: #d7d7d7 solid 1px;
    margin-top: 10px;
    font-size: 26px; }
    @media only screen and (max-width: 650px) {
      .login-overlay input {
        font-size: 22px;
        height: 36px !important; } }
    @media only screen and (max-width: 400px) {
      .login-overlay input {
        font-size: 14px;
        height: 26px !important; } }
  .login-overlay label {
    color: var(--black);
    font-size: 15px; }
  .login-overlay input[type="submit"] {
    color: var(--black);
    text-transform: uppercase;
    text-decoration: none;
    border: solid 1px #ccc;
    padding: 10px 45px 10px 20px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 115px;
    font-size: 14px;
    background-color: #ffffff;
    margin-top: 30px;
    margin-bottom: 10px; }
  .login-overlay .login-overlay-submit:before {
    content: ' ';
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid var(--pink);
    border-radius: 50%;
    margin-top: 39px;
    margin-left: 79px;
    z-index: 2; }
  .login-overlay .login-overlay-submit:after {
    content: "\f061";
    z-index: 2;
    margin-top: 44px;
    position: absolute;
    margin-left: -30px;
    font-size: 18px;
    color: var(--pink);
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .login-overlay a {
    color: #5fb4e5;
    font-size: 15px; }
    @media only screen and (max-width: 400px) {
      .login-overlay a {
        display: block;
        line-height: 15px; } }
  .login-overlay a:first-child {
    border-right: 1px solid #d7d7d7;
    padding-right: 10px; }
    @media only screen and (max-width: 400px) {
      .login-overlay a:first-child {
        margin-top: 0;
        border-right: none; } }
  @media only screen and (max-width: 767px) {
    .login-overlay {
      margin-top: 20px; } }
  @media only screen and (max-width: 999px) {
    .login-overlay {
      margin-top: 20px; } }
  @media only screen and (max-width: 999px) {
    .login-overlay {
      width: 100% !important; } }

#intro.intro-with-overlay .intro-inner .text-with-overlay {
  width: 60%;
  float: left; }
  @media (max-width: 1487px) and (min-width: 1000px) {
    #intro.intro-with-overlay .intro-inner .text-with-overlay {
      width: 716px;
      /* compatibility with ie9 */
      display: block; } }

@media only screen and (max-width: 767px) {
  #intro.intro-with-overlay {
    height: 650px !important; }
    #intro.intro-with-overlay .intro-inner {
      height: 650px !important; }
    #intro.intro-with-overlay .intro-inner .text-box {
      vertical-align: inherit !important;
      margin-top: 20px; }
    #intro.intro-with-overlay .intro-inner:after {
      display: none; } }

@media only screen and (max-width: 999px) {
  #intro.intro-with-overlay {
    height: 730px !important; }
    #intro.intro-with-overlay .intro-inner {
      height: 730px !important; }
    #intro.intro-with-overlay .intro-inner .text-box {
      vertical-align: inherit !important;
      margin-top: 50px; }
    #intro.intro-with-overlay .intro-inner:after {
      display: none; } }

@media only screen and (max-width: 1487px) and (min-width: 1000px) {
  #intro.intro-with-overlay .intro-inner {
    height: 890px !important; } }

@media only screen and (max-width: 1487px) and (min-width: 1000px) {
  #intro.intro-with-overlay + .bar-orange-gradient.sm-banner {
    margin-top: 890px; } }

#intro.not-full-height .intro-inner.homedesign, #intro.sm-height .intro-inner.homedesign {
  height: 350px; }

#intro .homedesign h1 {
  font-size: 50pt !important; }

#intro .homedesign h2 {
  font-size: 30pt !important; }

#intro.sm-height .intro-inner.homedesign {
  height: 350px; }

#intro.sm-height .homedesign h1 {
  font-size: 50pt !important; }

#intro.sm-height .homedesign h2 {
  font-size: 30pt !important; }

#intro.not-full-height .intro-inner.productdesign, #intro.sm-height .intro-inner.productdesign {
  height: 300px;
  padding-top: 40px; }

#intro .productdesign h1 {
  font-size: 40pt !important; }

#intro .productdesign h2 {
  font-size: 24pt !important; }

#intro.sm-height .intro-inner.productdesign {
  height: 300px;
  padding-top: 40px; }

#intro.sm-height .productdesign h1 {
  font-size: 40pt !important; }

#intro.sm-height .productdesign h2 {
  font-size: 24pt !important;
  padding-top: 5px; }

.bar-orange-gradient.under-new-banner {
  position: relative;
  z-index: 8;
  margin-top: 350px; }

.bar-orange-gradient.sm-new-banner {
  position: relative;
  z-index: 8;
  margin-top: 300px; }

@media only screen and (max-width: 999px) {
  .bar-orange-gradient.under-new-banner {
    margin-top: 0;
    z-index: 8; } }

@media only screen and (max-width: 999px) {
  .bar-orange-gradient.sm-new-banner {
    margin-top: 0;
    z-index: 8; } }

.introhomecarousel490 .bar-orange-gradient {
  height: 8px; }

#intro .homecarousel490 {
  padding: 140px 29px 0 250px; }

.introhomecarousel490 .anchor-btn {
  display: none !important; }

/*.introhomecarousel490 .intro-header .header-logo {
    padding: 30px 29px 0 250px !important;
}*/
#intro .homecarousel490 h1 {
  font-size: 50px !important; }

#intro .homecarousel490 h2 {
  font-size: 43px !important;
  padding-top: 15px; }

#intro .homecarousel490 .rounded-more-wht-btn {
  margin-top: 40px; }

@media only screen and (max-width: 999px) {
  #intro .homecarousel490 h1 {
    font-size: 55px !important; }
  #intro .homecarousel490 h2 {
    font-size: 35px !important; } }

@media only screen and (max-width: 676px) {
  #intro .homecarousel490 h1 {
    font-size: 28px !important; }
  #intro .homecarousel490 h2 {
    font-size: 27px !important; } }

@media only screen and (max-width: 320px) {
  #intro .homecarousel490 h1 {
    font-size: 23px !important; }
  #intro .homecarousel490 h2 {
    font-size: 21px !important;
    padding-top: 15px; } }

/*.homecarousel490 .bg-stretch img {
  margin-top:0px !important;
}*/
#intro .hero_feature #slider-banner .bg-stretch img {
  height: 100%;
  width: 100% !important; }

@media only screen and (max-width: 479px) {
  #intro .hero_feature #slider-banner .bg-stretch img {
    width: 135% !important; } }

@media only screen and (max-width: 479px) {
  #intro.sm-height .hero_feature #slider-banner .bg-stretch img {
    width: 135% !important;
    height: 100% !important; } }

@media only screen and (max-width: 479px) {
  #intro .hero_feature #slider-banner .bg-stretch img {
    width: 135% !important; } }

@media only screen and (max-width: 479px) {
  .bar-orange-gradient.sm-banner {
    margin-top: 0px !important; } }

@media only screen and (max-width: 999px) {
  #intro .hero_feature #slider-banner .bg-stretch img {
    right: 0%; } }

/* buttons css here -----------------------------------------------  */
div.rounded-plus-btn, div.rounded-plus-wht-btn, div.rounded-more-wht-btn, div.rounded-more-btn, div.rounded-download-btn, div.rounded-video-wht-btn, div.rounded-more-blue-btn, div.rounded-clear-blue-btn, div.rounded-arrow-btn {
  width: 100%;
  text-align: center;
  margin: 30px auto 0; }
  div.rounded-plus-btn.text-left, div.text-left.rounded-plus-wht-btn, div.text-left.rounded-more-wht-btn, div.text-left.rounded-more-btn, div.text-left.rounded-download-btn, div.text-left.rounded-video-wht-btn, div.text-left.rounded-more-blue-btn, div.text-left.rounded-clear-blue-btn, div.text-left.rounded-arrow-btn {
    text-align: left; }
  div.rounded-plus-btn a, div.rounded-plus-wht-btn a, div.rounded-more-wht-btn a, div.rounded-more-btn a, div.rounded-download-btn a, div.rounded-video-wht-btn a, div.rounded-more-blue-btn a, div.rounded-clear-blue-btn a, div.rounded-arrow-btn a {
    color: var(--black);
    text-transform: uppercase;
    text-decoration: none;
    border: solid 1px #ccc;
    line-height: 1;
    padding: 12px 45px 12px 20px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* This after and before styles affect a lot of rounded buttons, so if anybody changes them,
     * the correct process would be to REVIEW ALL PREVIOUS ISSUES REGARDING ROUNDED BUTTONS ICONS
     * ALIGNMENT, so please don't touch them, check if there is a more specific class to use and
     * insert the needed styles there.
     * Also, additionally, VERY IMPORTANT, the !important clauses are there because the client has
     * the horrible habit of adding inline styles to some of the htmls they create in AEM, and so
     * to avoid that inline styles breaking the rounded buttons, we had to add !important to all of
     * the rounded buttons important styles. Please do not remove them, try other solutions or
     * check with the team first. */ }
    div.rounded-plus-btn a:hover, div.rounded-plus-wht-btn a:hover, div.rounded-more-wht-btn a:hover, div.rounded-more-btn a:hover, div.rounded-download-btn a:hover, div.rounded-video-wht-btn a:hover, div.rounded-more-blue-btn a:hover, div.rounded-clear-blue-btn a:hover, div.rounded-arrow-btn a:hover {
      color: var(--pink);
      background-color: var(--white); 
      border-color: var(--white);
    }
      div.rounded-plus-btn a:hover:after, div.rounded-plus-wht-btn a:hover:after, div.rounded-more-wht-btn a:hover:after, div.rounded-more-btn a:hover:after, div.rounded-download-btn a:hover:after, div.rounded-video-wht-btn a:hover:after, div.rounded-more-blue-btn a:hover:after, div.rounded-clear-blue-btn a:hover:after, div.rounded-arrow-btn a:hover:after {
        color: var(--pink); }
      div.rounded-plus-btn a:hover:before, div.rounded-plus-wht-btn a:hover:before, div.rounded-more-wht-btn a:hover:before, div.rounded-more-btn a:hover:before, div.rounded-download-btn a:hover:before, div.rounded-video-wht-btn a:hover:before, div.rounded-more-blue-btn a:hover:before, div.rounded-clear-blue-btn a:hover:before, div.rounded-arrow-btn a:hover:before {
        border-color: var(--pink); }
    div.rounded-plus-btn a:after, div.rounded-plus-wht-btn a:after, div.rounded-more-wht-btn a:after, div.rounded-more-btn a:after, div.rounded-download-btn a:after, div.rounded-video-wht-btn a:after, div.rounded-more-blue-btn a:after, div.rounded-clear-blue-btn a:after, div.rounded-arrow-btn a:after {
      /* color: var(--pink);
      content: url(../images/icon_orange_round_plus_22.png);
      font: normal normal normal 12px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      right: 9px !important;
      top: 50% !important;
      width: 22px;
      height: 22px;
      margin-top: -11px;
      text-align: left;  */
    }
    div.rounded-plus-btn a:before, div.rounded-plus-wht-btn a:before, div.rounded-more-wht-btn a:before, div.rounded-more-btn a:before, div.rounded-download-btn a:before, div.rounded-video-wht-btn a:before, div.rounded-more-blue-btn a:before, div.rounded-clear-blue-btn a:before, div.rounded-arrow-btn a:before {
      display: none !important;
      /*content: '';
      position: absolute;
      width: 22px;
      height: 22px;
      border:2px solid var(--pink);
      border-radius:50%;
      top: 50% !important;
      right: 14px;
      margin-top: -10px;*/ }

div.rounded-plus-wht-btn {
  /*text-align: left;*/ }
  div.rounded-plus-wht-btn a {
    color: #fff;
    border: solid 1px #fff; }
    div.rounded-plus-wht-btn a:after {
      color: #fff;
      font-size: 11px;
      /*right: 8px !important;
        margin-top: -5px; */ }
    div.rounded-plus-wht-btn a:before {
      border: 2px solid #fff;
      width: 21px;
      height: 21px;
      margin-top: -11px; }
    div.rounded-plus-wht-btn a:hover {
      background: #fff;
      color: #2c3843; }
      div.rounded-plus-wht-btn a:hover:after {
        color: #2c3843; }
      div.rounded-plus-wht-btn a:hover:before {
        border-color: #2c3843; }

.carousel .text-box div.rounded-more-wht-btn,
.carousel .text-box div.rounded-more-btn,
.carousel .text-box div.rounded-plus-wht-btn,
.carousel .text-box div.rounded-more-blue-btn,
.carousel .text-box div.rounded-clear-blue-btn,
.carousel .text-box div.rounded-plus-btn,
.carousel .text-box div.rounded-plus-wht-btn,
.carousel .text-box div.rounded-more-wht-btn,
.carousel .text-box div.rounded-more-btn,
.carousel .text-box div.rounded-download-btn,
.carousel .text-box div.rounded-video-wht-btn,
.carousel .text-box div.rounded-more-blue-btn,
.carousel .text-box div.rounded-clear-blue-btn,
.carousel .text-box div.rounded-arrow-btn,
.carousel .text-box div.rounded-video-wht-btn {
  visibility: hidden; }

#intro .intro-inner .text-box div.rounded-more-wht-btn a,
#intro .intro-inner .text-box div.rounded-more-btn a,
#intro .intro-inner .text-box div.rounded-plus-wht-btn a,
#intro .intro-inner .text-box div.rounded-video-wht-btn a {
  background-color: rgba(0, 0, 0, 0.3); }

#intro .intro-inner .text-box div.rounded-more-wht-btn a:hover,
#intro .intro-inner .text-box div.rounded-more-btn a:hover,
#intro .intro-inner .text-box div.rounded-plus-wht-btn a:hover,
#intro .intro-inner .text-box div.rounded-video-wht-btn a:hover {
  background-color: #ffffff; }

div.rounded-more-wht-btn {
  text-align: left; }
  div.rounded-more-wht-btn a {

    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    position: relative;
    border: 2px solid;
    border-radius: 50px;
    padding: 15px 27px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    white-space: nowrap;
    background-color: #e10098;
    border-color: #e10098;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    font-family: tenon, sans-serif;
    color: var(--white);
    font-weight: bold;

  }
    div.rounded-more-wht-btn a:after {
      /* content: url(../images/icon_white_round_arrow_22.png); */
      /* color: #fff;
        /* if these styles need to be re added, check 1218, 1210 also needed this change */
      /*right: 19px !important;
        top: 50% !important;*/
      /*margin-top: 0px; */ }
    div.rounded-more-wht-btn a:before {
      border-color: #fff;
      top: 48% !important; }

div.rounded-more-btn {
  text-align: left; }
  div.rounded-more-btn a {
    color: #fff;
    border: solid 1px #fff; }
    div.rounded-more-btn a:after {
      content: url(../icon_orange_round_arrow_22.html);
      color: var(--pink); }
    div.rounded-more-btn a:before {
      /*border-color:var(--pink);*/ }

div.rounded-download-btn {
  text-align: left; }
  div.rounded-download-btn a {
    color: var(--black);
    border: solid 1px #ccc; }
    div.rounded-download-btn a:after {
      content: url(../icon_orange_round_download_22.html); }

div.rounded-video-wht-btn {
  text-align: left; }
  div.rounded-video-wht-btn a {
    color: #fff;
    border: solid 1px #fff; }
    div.rounded-video-wht-btn a:after {
      content: url(../icon_orange_round_video_22.html);
      /*font-size: 8px;
            right: 7px !important;
            margin-top: -3px;*/ }

/* issue 1218 needed some specific styles for this video button */
.action-component div.rounded-video-wht-btn a:after {
  right: 8px !important;
  width: 20px; }

.action-component div.rounded-video-wht-btn a:before {
  margin-top: -11px; }

div.rounded-more-blue-btn a, div.rounded-clear-blue-btn a {
  /* commented just in case we get feedback on this colors */
  /*color: #5b7e96;
    border: 1px solid #5b7e96;*/ }
  div.rounded-more-blue-btn a:after, div.rounded-clear-blue-btn a:after {
    content: url(../icon_orange_round_video_22.html);
    /*font-size: 9px;
        color: #5b7e96;
        right: 8.4px !important;
        top: 16px; */
    /* Targets only ie 10-11 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      div.rounded-more-blue-btn a:after, div.rounded-clear-blue-btn a:after {
        top: 50% !important; } }

div.rounded-clear-blue-btn a:after {
  content: url(../icon_orange_round_arrow_22.html); }

div.rounded-clear-blue-btn a:before {
  top: 48% !important; }

.thankyou div.rounded-clear-blue-btn a:before {
  top: 48% !important;
  right: 9.5% !important; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .thankyou div.rounded-clear-blue-btn a:before {
      top: 50% !important; } }

div.rounded-arrow-btn a:after {
  content: url(../icon_orange_round_arrow_22.html) !important; }

#embedded_form.partner-search .rounded-arrow-btn a:before {
  display: none; }

div.rounded-more-wht-btn a:hover:after {
color: var(--pink);
}

.heading-component {
  text-align: center; }
  .heading-component h2 {
    color: var(--black);
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 35px; }
    .heading-component h2 span {
      font-size: 26px;
      vertical-align: top;
      top: 8px;
      position: relative;
      left: 2px; }
    @media only screen and (max-width: 999px) {
      .heading-component h2 {
        font-size: 38px; } }
    @media only screen and (max-width: 767px) {
      .heading-component h2 {
        font-size: 27px;
        margin: 0 0 20px; } }
  .heading-component p {
    font-size: 24px;
    line-height: 1.3;
    max-width: 900px;
    margin: -10px auto 24px;
    color: #5b7e96; }
    @media only screen and (max-width: 767px) {
      .heading-component p {
        font-size: 16px; } }

/*app-performance css here -----------------------------------------------  */
.app-performance-component {
  text-align: center;
  margin: 0 0 20px; }
  .app-performance-component h3 {
    text-transform: uppercase;
    font-size: 50px;
    color: var(--black);
    margin: 0 0 20px;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .app-performance-component h3 {
        font-size: 28px; } }
    .app-performance-component h3:after {
      content: ' ';
      display: block;
      height: 0;
      width: 100%;
      border-bottom: solid 1px var(--black);
      max-width: 285px;
      margin: 0 auto;
      margin-top: 19px; }
    @media only screen and (max-width: 1299px) {
      .app-performance-component h3 {
        font-size: 32px;
        margin-bottom: 10px; }
        .app-performance-component h3:after {
          max-width: 200px; } }
  .app-performance-component p {
    font-size: 27px;
    line-height: 1.1;
    max-width: 300px;
    margin: 0 auto;
    color: #5b7e96; }
    @media only screen and (max-width: 1299px) {
      .app-performance-component p {
        font-size: 22px; } }
  @media only screen and (max-width: 999px) {
    .app-performance-component {
      margin: 0 0 40px; } }

.brand-messaging-component.white-theme .container h2, .brand-messaging-component.white-theme .container h3, .brand-messaging-component.white-theme .container p {
  color: #fff; }

.brand-messaging-component .rounded-more-wht-btn, .brand-messaging-component .rounded-plus-wht-btn {
  text-align: center; }

.brand-messaging-component .bottom-space-more {
  padding-bottom: 80px; }

.brand-messaging-component .top-space-more {
  padding-top: 80px; }

/* --------- added for blog messaging-component's new theme------ */
.showcase .col-lg-3, .newsupdates .col-lg-3 {
  padding: 20px; }

.showcase .app-performance-component h3 {
  text-transform: none !important;
  font-size: 23px;
  color: var(--black);
  margin: 0 0 20px;
  line-height: 1; }

.showcase .app-performance-component p {
  font-size: 18px;
  line-height: 1.1;
  max-width: 300px;
  margin: 0 auto;
  color: #5b7e96; }

.showcase .app-performance-component h3:after {
  content: ' ';
  display: block;
  height: 0;
  width: 100%;
  border-bottom: solid 1px #fff;
  max-width: 285px;
  margin: 0 auto;
  margin-top: 19px; }

.newsupdates .app-performance-component h3:after {
  display: none; }

.newsupdates .app-performance-component p {
  font-size: 20px; }

.newsupdates .app-performance-component img {
  max-height: 67px;
  max-width: 242px; }

.newsupdates .app-performance-component h3 {
  height: 70px; }

.newsupdates a:hover {
  text-decoration: none; }

.newsupdates .app-performance-component h3 {
  text-transform: none !important;
  font-size: 23px;
  color: var(--black);
  margin: 0 0 20px;
  margin-bottom: 6px;
  line-height: 1;
  height: auto; }

.newsupdates .app-performance-component .brandText {
  text-transform: none !important;
  font-size: 23px;
  color: var(--black);
  margin-top: -11px;
  margin: 0 0 20px;
  line-height: 1;
  height: auto; }

.newsupdates .app-performance-component .logoimg {
  height: 70px; }

.leaderboardtext p {
  float: left;
  margin-left: 20%; }

.leaderboardtext .rounded-clear-blue-btn {
  float: left;
  width: 20%;
  margin-top: 0px; }

@media only screen and (max-width: 1120px) {
  .leaderboardtext .rounded-clear-blue-btn {
    width: 100%;
    margin-top: 30px; } }

.columns-leaderboard .rounded-more-wht-btn {
  margin-top: 15px; }
  .columns-leaderboard .rounded-more-wht-btn a {
    background: var(--pink);
    border-color: var(--pink);
    font-size: 14px; }
    .columns-leaderboard .rounded-more-wht-btn a:hover:after {
      content: url(../icon_orange_round_arrow_22.html); }

/*second section css here -----------------------------------------------  */
.video-component {
  color: #fff; }
  .video-component .video-js_default, .video-component .video-js_default *, .video-component .video-js_default :after, .video-component .video-js_default :before {
    font-size: 110%; }
  .video-component h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 22px; }
    .video-component h4 span {
      display: inline-block;
      position: relative; }
      .video-component h4 span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 50px;
        bottom: -6px;
        border-bottom: 2px solid #fff; }
  .video-component h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .video-component p {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color: #fff; }
  .video-component .rounded-video-wht-btn {
    margin: 30px auto 0; }
  @media only screen and (max-width: 767px) {
    .video-component h2 {
      line-height: 1;
      font-size: 27px; } }
  .video-component .content-section {
    position: relative;
    z-index: 2;
    max-width: 500px; }
  .video-component .component-pad {
    padding: 0 50px; }
    @media only screen and (max-width: 999px) {
      .video-component .component-pad {
        padding: 0 40px; } }

.video-section {
  color: #fff;
  z-index: 100001 !important;
  position: fixed;
  left: -99999px;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  min-width: 320px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  /*  ************************************** */
  /*  ************************************** */
  /*  ************************************** */
  /*  ************************************** */ }
  .video-section .video-js {
    display: none; }
  .video-section .vjs-controls-enabled {
    display: block !important; }
  .video-section .vjs-captions-button {
    display: none; }
  .video-section .vjs-share-control {
    display: none !important; }
  .video-section .video-container {
    position: fixed;
    top: 50%;
    left: -9999px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
    .video-section .video-container .sub-title {
      font-size: 18px;
      border-bottom: 2px solid #fff;
      padding: 0 0 10px 0; }
    .video-section .video-container .title {
      font-size: 30px;
      margin: 30px 0 20px 0; }
    .video-section .video-container .close {
      position: absolute;
      right: 40px; }
      .video-section .video-container .close a:after {
        content: "\f00d";
        font: normal normal normal 24px/38px FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiase;
        color: #fff;
        position: absolute;
        top: 0;
        left: 50px;
        border: solid 3px #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        line-height: 1.4;
        background: #000;
        /*ie8fix*/
        background: rgba(0, 0, 0, 0.4); }
  .video-section .video-section-active {
    opacity: 1;
    left: 0; }
    .video-section .video-section-active .video-container {
      left: 50%; }
  .video-section .vjs-progress-control {
    width: 100% !important;
    position: absolute;
    top: -6px;
    left: 0px;
    right: 0px;
    height: 1em !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0px !important; }
  .video-section .vjs-progress-holder {
    padding: 0px !important; }
  .video-section .video-js:hover .vjs-progress-control {
    height: 2em; }
  .video-section .vjs-fullscreen-control {
    right: 0px !important;
    position: absolute !important;
    float: right !important;
    top: 0px !important; }
  .video-section .vjs-volume-menu-button {
    float: right !important;
    right: 40px !important;
    position: absolute !important;
    top: 0px !important; }
  .video-section .vjs-play-progress {
    height: 5px !important;
    margin-top: -4px !important; }
  .video-section .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default.vjs-has-started.vjs-user-inactive .vjs-progress-control {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); }
  .video-section .vjs-play-control {
    width: 5em !important;
    cursor: pointer;
    float: left !important; }
  .video-section .vjs-default-skin .vjs-current-time {
    float: left !important; }
  .video-section .vjs-default-skin .vjs-time-controls {
    font-size: 1em !important;
    line-height: 3em !important; }
  .video-section #fbiconBR-VPL-id {
    padding-right: 5px;
    right: 130px !important;
    position: absolute !important;
    top: 0px !important;
    cursor: pointer; }
  .video-section #fbiconBR-VPL-id > img {
    width: 20px;
    height: 20px;
    vertical-align: middle; }
  .video-section #twittericonBR-VPL-id {
    padding-right: 5px;
    right: 100px !important;
    position: absolute !important;
    top: 0px !important;
    cursor: pointer; }
  .video-section #twittericonBR-VPL-id > img {
    width: 20px;
    height: 20px;
    vertical-align: middle; }
  .video-section .vjs-control-bar {
    -webkit-justify-content: initial !important;
    justify-content: flex-start !important; }
  .video-section .vjs-big-play-button {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto;
    border-radius: 50px !important;
    position: relative !important;
    margin-top: 23% !important;
    top: 0px !important;
    left: 0px !important;
    padding: 1px; }
  .video-section .vjs-fullscreen .vjs-big-play-button {
    margin-top: 28% !important; }
  .video-section .vjs-endscreen-overlay-content input {
    color: #000 !important; }
  @media only screen and (max-width: 420px) {
    .video-section .vjs-play-control {
      width: 3em !important;
      cursor: pointer;
      float: left !important; } }
  @media only screen and (max-width: 675px) {
    .video-section .video-container .close a:after {
      top: -50px;
      left: 0px; }
    .video-section .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default .vjs-big-play-button:before {
      margin: 19px 0px 0px 20px; } }
  .video-section #player-preview > div {
    width: 800px; }
  .video-section #player-preview > div:after {
    padding-top: 59%;
    display: block;
    content: ''; }
  @media only screen and (max-width: 600px) {
    .video-section #player-preview > div {
      width: 100%;
      height: auto; }
    .video-section .vjs-big-play-button {
      width: 60px !important;
      height: 60px !important;
      margin: 0 auto;
      border-radius: 51% !important;
      position: relative !important;
      margin-top: 21% !important;
      top: 0px !important;
      left: 0px !important;
      padding: 1px; }
    .video-section .video-js_default .vjs-big-play-button:before {
      content: '\e001';
      color: #fff;
      display: block;
      font-family: VideoJS;
      font-size: 23px;
      line-height: 27px;
      margin: 16px auto;
      opacity: .8;
      text-align: center;
      width: 23px; } }
  .video-section .video-js {
    z-index: 10;
    width: 100%;
    height: 100%; }

.video-section-active {
  opacity: 1;
  left: 0; }
  .video-section-active .video-container {
    left: 50%; }

@media only screen and (max-device-width: 414px) and (max-width: 414px) and (max-device-height: 736px) and (orientation: portrait) {
  .vjs-endscreen-overlay-content img {
    width: 95px;
    height: 27px; }
  .video-area {
    width: 302px !important;
    height: 171px !important; }
  .video-section .vjs-big-play-button {
    width: 70px !important;
    height: 70px !important; }
  .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default.vjs-has-started.vjs-user-inactive .vjs-progress-control {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); }
  .vjs-social-link {
    visibility: hidden; }
  .video-js .vjs-restart-control:before, .video-js .vjs-trigger-social-control:before {
    font-size: 4.5em; }
  .video-js_default .vjs-big-play-button:before {
    line-height: 0; }
  .video-js_default .vjs-control:before {
    line-height: 24px; }
  .video-js_default, .video-js_default *, .video-js_default :after, .video-js_default :before {
    font-size: 12px; }
  .video-js_default .vjs-control:before {
    font-size: 12px; }
  .video-js_default.vjs-has-started .vjs-control-bar, .video-js_default.vjs-mouse .vjs-control-bar {
    height: 37px; }
  .video-section .vjs-fullscreen-control {
    top: -6px !important; }
  .vjs-share-control, .vjs-social-overlay {
    display: block !important; }
  .vjs-social-overlay.vjs-hidden {
    display: none !important; }
  .vjs-custom-overlay {
    font-size: 18px; }
  .video-section #fbiconBR-VPL-id {
    right: 100px !important; }
  .video-section #twittericonBR-VPL-id {
    right: 70px !important; }
  .vjs-social-overlay {
    top: -15px; }
    .vjs-social-overlay legend {
      font-size: 9px;
      line-height: 7px; }
    .vjs-social-overlay label {
      font-size: 8px;
      margin-bottom: 1px; }
    .vjs-social-overlay .vjs-share-options {
      height: 20px; }
    .vjs-social-overlay li {
      height: 16px;
      width: 18px; }
    .vjs-social-overlay input {
      line-height: 25px;
      height: 24px; }
  .vjs-share-facebook {
    height: 16px;
    width: 16px; }
  .vjs-share-facebook:before {
    font-size: 10px;
    position: absolute;
    left: 75px;
    top: 75px; }
  .vjs-share-twitter {
    width: 16px;
    height: 16px; }
  .vjs-share-twitter:before {
    font-size: 10px;
    position: absolute;
    left: 101px;
    top: 75px; } }

@media only screen and (max-device-width: 736px) and (max-device-height: 414px) and (min-width: 415px) and (min-device-width: 540px) and (min-device-height: 330px) and (orientation: landscape) {
  .vjs-endscreen-overlay-content img {
    width: 93px;
    height: 28px; }
  .video-area {
    width: 485px !important;
    height: 273px !important; }
  .video-section .video-container .sub-title {
    font-size: 12px;
    border-bottom: 1px solid #fff;
    padding: 0 0px 0 0; }
  .video-section .video-container .title {
    font-size: 18px;
    margin: -2px 0px -3px 0; }
  .video-section .vjs-big-play-button {
    width: 70px !important;
    height: 70px !important; }
  .video-section .video-container .close a:after {
    top: 0px;
    left: 42px;
    font: normal normal normal 13px/38px FontAwesome;
    border: solid 2px #FFF;
    width: 21px;
    height: 21px;
    line-height: 1.4; }
  .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default.vjs-has-started.vjs-user-inactive .vjs-progress-control {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); }
  .video-js_default .vjs-big-play-button:before {
    line-height: 0; }
  .video-js_default, .video-js_default *, .video-js_default :after, .video-js_default :before {
    font-size: 17px; }
  .vjs-custom-overlay {
    font-size: 18px; }
  .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default .vjs-big-play-button:before {
    line-height: 0px; } }

@-moz-document url-prefix() {
  .video-js_default.vjs-has-started .vjs-control-bar, .video-js_default.vjs-mouse .vjs-control-bar {
    display: flex; } }

#video-poster {
  position: absolute;
  z-index: 600;
  display: none; }

.video-js .vjs-restart-control:before, .video-js .vjs-trigger-social-control:before {
  font-size: 1.5em;
  font-family: bc-custom-end-icons;
  padding: .2em; }

.video-js_default.vjs-user-inactive.vjs-fullscreen {
  height: auto !important;
  width: auto !important;
  height: initial !important;
  width: initial !important; }

.video-js_default.vjs-user-active.vjs-fullscreen {
  height: auto !important;
  width: auto !important;
  height: initial !important;
  width: initial !important; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default.vjs-has-started.vjs-user-inactive .vjs-progress-control {
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important; }
  .video-js_default, .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default *, .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default :after, .bc-player-33bb8790-9d68-4f24-99c6-a3992ae76cc0_default :before {
    font-size: 20px; } }

@media only screen and (max-device-width: 480px) {
  .vjs-share-control, .vjs-social-overlay {
    display: block !important; }
  .vjs-social-overlay.vjs-hidden {
    display: none !important; } }

.video-block .hmvideobox .rvb-text-blue {
  color: #5b7e96 !important; }

.video-block .speakers .rvb-text-blue {
  color: #5b7e96; }

.video-block .row p.vid-lbl-right.rvb-text-blue {
  color: #5b7e96; }

.video-block .app-performance-component {
  text-align: center;
  margin: 0 0 20px; }

.video-block .embededdiv {
  width: 100% !important;
  height: 100% !important; }

.video-block .youtube-right {
  padding-left: 20px; }

.video-block .youtube-left {
  padding-right: 20px; }

.video-block .icn-ply {
  height: inherit; }

.video-block .vid-box-right .inner {
  background-size: 96% 94% !important;
  width: 100%;
  min-height: 320px;
  position: relative; }
  .video-block .vid-box-right .inner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6; }
  .video-block .vid-box-right .inner .videoareacar {
    height: 51px;
    position: absolute;
    right: 45%;
    top: 42%;
    width: 51px;
    background-image: url(../play-icon.html); }

.video-block .addspace {
  padding: 0 2%; }

.video-block .openbox {
  min-height: 320px; }

.video-block .vid-box-left .inner {
  background-size: 96% 94% !important;
  width: 100%;
  min-height: 320px;
  position: relative; }
  .video-block .vid-box-left .inner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6; }
  .video-block .vid-box-left .inner .videoareacar {
    height: 51px;
    position: absolute;
    right: 45%;
    top: 42%;
    width: 51px;
    background-image: url(../play-icon.html); }

.video-block .video-box .videoareacars {
  height: 51px;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 51px;
  background-image: url(../play-icon.html); }

.video-block .container p {
  color: #fff;
  text-align: center;
  max-width: none !important;
  margin: 10px;
  font-size: 20px;
  line-height: 1.1;
  margin: 20px; }

.video-block .vid-box-left {
  /*width: 100%;
      min-height: 320px;*/ }

.video-block div.rounded-more-btn {
  text-align: center; }

.video-block .container {
  /*  padding-left: 270px;
      padding-right: 30px;*/ }

.video-block .vid-box-right {
  /*width: 484px;
      height: 320px;*/ }

.video-block .hmvideobox h1 {
  line-height: 1.1;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 45px; }

.video-block .common-wrapper {
  /*padding: 60px 0 70px;*/
  text-align: center; }

.video-block .speakers h2 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 100;
  color: #fff;
  margin: 0 0 30px;
  font-family: "source-sans-pro", sans-serif; }

.video-block .speakers .video-box {
  max-width: 750px;
  margin: 0 auto;
  text-align: center; }

.video-block .speakers .vid-box-left .inner {
  background-size: 100% 100% !important;
  width: 100%;
  min-height: 420px;
  position: relative; }
  .video-block .speakers .vid-box-left .inner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .6; }
  .video-block .speakers .vid-box-left .inner .videoareacar {
    height: 51px;
    position: absolute;
    right: 47%;
    top: 44%;
    width: 51px;
    background-image: url(../play-icon.html); }

.video-block .containerforms .video-box {
  margin-left: 290px;
  margin-right: 290px; }

.video-block .no-top-space {
  padding-top: 0 !important;
  padding-bottom: 50px !important; }

.video-block .no-bottom-space {
  padding-top: 60px !important;
  padding-bottom: 0 !important; }

.video-block .no-space {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

.video-block .top-space-more {
  padding-top: 120px !important; }

.video-block .bottom-space-more {
  padding-bottom: 120px !important; }

.video-block .wrapper-default-space {
  padding-bottom: 50px !important;
  padding-top: 60px !important; }

@media only screen and (max-width: 999px) {
  .video-block .top-space-more {
    padding-top: 60px !important; } }

@media only screen and (max-width: 999px) {
  .video-block .bottom-space-more {
    padding-bottom: 60px !important; } }

@media only screen and (max-width: 1024px) {
  .video-block .vid-box-left .inner, .video-block .vid-box-right .inner {
    background-size: 96% 94% !important;
    width: 100%;
    min-height: 250px;
    position: relative; } }

@media only screen and (max-width: 767px) {
  .video-block .addspace {
    padding-bottom: 15%; }
  .video-block .speakers .vid-box-left .inner {
    background-size: 100% 100% !important;
    width: 100%;
    min-height: 250px;
    position: relative; } }

.eventnewdesign .video-block .common-wrapper {
  max-width: 100%;
  margin: 0 auto; }

.eventnewdesign .video-block .speakers {
  background: none; }

@media only screen and (max-width: 767px) {
  .eventnewdesign .video-block .common-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px; } }

.youtube-right #embededdiv2 {
  width: 100% !important;
  height: 100% !important;
  margin-top: 0 !important;
  margin-left: 800px !important; }

.youtube-left #embededdiv1 {
  width: 100% !important;
  height: 100% !important;
  margin-top: 0 !important; }

.eventnewdesign .video-block div.rounded-clear-blue-btn a:after {
  content: url(../icon_orange_round_arrow_22.html);
  margin-top: -11px;
  width: 24px; }

.video-block div.rounded-more-wht-btn, .video-block div.rounded-video-wht-btn {
  text-align: center; }

.video-block a:hover {
  text-decoration: none; }

.eventnewdesign .richtext .text-wrap ul {
  padding-left: 115px; }

.eventnewdesign .wideformwidth .richtext .text-wrap ul {
  padding-left: 48px; }

.eventnewdesign .richtext .text-wrap ul li:after {
  top: 5px;
  width: 7px;
  height: 7px;
  background: #333; }

.eventnewdesign .richtext .text-wrap ul li[style="text-align: center;"] {
  text-align: left !important;
  margin: 0 325px;
  padding-bottom: 10px;
  display: inline-block;
  padding-left: 20px; }

.eventnewdesign .richtext .text-wrap a {
  color: #9d2235; }

.eventnewdesign .richtext .text-wrap ul li {
  color: #333;
  font-size: 20px; }

.eventnewdesign .richtext p {
  font-family: "source-sans-pro", sans-serif;
  color: #333;
  font-size: 20px;
  margin: 0 auto; }

.eventnewdesign .richtext sup {
  vertical-align: super;
  font-size: smaller; }

.eventnewdesign .richtext .text-wrap a {
  color: orange; }

.eventnewdesign .richtext h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700 !important;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px; }

.eventnewdesign .richtext h4 {
  font-size: 32px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 20px;
  color: var(--black); }

.eventnewdesign .richtext p sub {
  font-size: 12px;
  line-height: 12px;
  font-style: italic; }

/*promo component css here -----------------------------------------------  */
.promo-component {
  position: relative;
  z-index: 2;
  overflow: hidden;
  /* if there is a button that needs this changed in this component, add a specific rule for that class */ }
  .promo-component .component-pad {
    overflow: hidden;
    padding: 80px 50px 100px 50px; }
    @media only screen and (max-width: 1299px) {
      .promo-component .component-pad {
        padding: 60px 40px 90px 40px; } }
    @media only screen and (max-width: 999px) {
      .promo-component .component-pad {
        padding: 50px 40px 80px 40px; } }
    @media only screen and (max-width: 767px) {
      .promo-component .component-pad {
        padding: 50px 40px;
        height: auto !important; } }
  .promo-component h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 22px;
    position: relative; }
    .promo-component h4:after {
      content: '';
      position: absolute;
      left: 0;
      width: 50px;
      bottom: -6px;
      border-bottom: 2px solid #fff; }
  .promo-component h2 {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 10px; }
    @media only screen and (max-width: 767px) {
      .promo-component h2 {
        line-height: 1;
        font-size: 27px; } }
  .promo-component p {
    color: #fff;
    font-size: 18px;
    max-width: 500px;
    margin: 0; }
    @media only screen and (max-width: 999px) {
      .promo-component p {
        font-size: 18px; } }
  .promo-component .rounded-more-wht-btn {
    margin: 30px 0 0; }
    @media only screen and (max-width: 767px) {
      .promo-component .rounded-more-wht-btn a {
        font-size: 11px; } }
    .promo-component .rounded-more-wht-btn a:after {
      content: url(../icon_white_round_arrow_22.html); }
    .promo-component .rounded-more-wht-btn a:hover:after {
      content: url(../icon_orange_round_arrow_22.html); }
    .promo-component .rounded-more-wht-btn a:before {
      top: 48% !important; }
  .promo-component .rounded-video-wht-btn a {
    padding-bottom: 11px; }
  .promo-component .rounded-video-wht-btn a:after {
    content: url(../icon_white_round_video_22.html); }
  .promo-component .rounded-video-wht-btn a:hover:after {
    content: url(../icon_orange_round_video_22.html); }
  .promo-component .rounded-video-wht-btn a:before {
    margin-top: -11px; }
  .promo-component .rounded-plus-wht-btn a:after {
    content: url(../icon_white_round_plus_22.html); }
  .promo-component .rounded-plus-wht-btn a:hover:after {
    content: url(../icon_orange_round_plus_22.html); }
  .promo-component .rounded-plus-wht-btn a:before, .promo-component .rounded-plus-btn a:before, .promo-component div.rounded-plus-wht-btn a:before, .promo-component div.rounded-more-wht-btn a:before, .promo-component div.rounded-more-btn a:before, .promo-component div.rounded-download-btn a:before, .promo-component div.rounded-video-wht-btn a:before, .promo-component div.rounded-more-blue-btn a:before, .promo-component div.rounded-clear-blue-btn a:before, .promo-component div.rounded-arrow-btn a:before {
    width: 22px;
    height: 22px; }
  .promo-component .rounded-more-blue-btn a:before {
    margin-top: -11px; }
  .promo-component .bg-stretch {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .promo-component .content {
    overflow: hidden;
    position: relative;
    z-index: 2; }
  .promo-component .image-box {
    float: right;
    margin: 0 0 -100px 15px;
    max-height: 402px;
    overflow: hidden; }
    .promo-component .image-box img {
      vertical-align: top; }
  .promo-component.blue {
    background: #5fb4e5; }
  .promo-component.orange {
    background: #f1621b; }
  @media only screen and (max-width: 1299px) {
    .promo-component .image-box {
      margin: 0 0 -90px 10px;
      max-width: 30%; }
      .promo-component .image-box img {
        width: 100%;
        height: auto; } }
  @media only screen and (max-width: 999px) {
    .promo-component .image-box {
      margin: 0 0 -80px 10px; } }
  @media only screen and (max-width: 479px) {
    .promo-component .image-box {
      display: none; } }
  .promo-component.orange {
    background: url("../bg_pattern.html") no-repeat right bottom var(--pink);
    background-size: 50%; }
  .promo-component.yellow {
    background: url("../bg_promo_info.html") no-repeat right bottom #f9b41c;
    background-size: cover; }

.products-component {
  color: #fff; }
  .products-component .holder {
    min-height: 300px;
    /*border-top: 6px solid #5fb4e5;*/
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 45px 40px 100px 40px; }
    .products-component .holder:after {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1;
      content: '';
      /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(left,  rgba(0,0,0,0.56) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.43) 56%, rgba(0,0,0,0.1) 87%, rgba(0,0,0,0.02) 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.56)), color-stop(40%,rgba(0,0,0,0.55)), color-stop(56%,rgba(0,0,0,0.43)), color-stop(87%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.02)));
      background: -webkit-linear-gradient(left,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
      background: -o-linear-gradient(left,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
      background: -ms-linear-gradient(left,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
      background: linear-gradient(to right,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f000000', endColorstr='#05000000',GradientType=1 );*/ }
  .products-component .bg-stretch {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
    .products-component .bg-stretch img {
      width: 100%;
      height: auto;
      -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 2s cubic-bezier(0.23, 1, 0.32, 1); }
  .products-component h2 {
    font-weight: 500;
    margin: 0 0 4px;
    font-size: 34px;
    line-height: 40px;
    font-weight: normal; }
  .products-component h3 {
    font-weight: bold;
    margin: 20px 0 5px;
    font-size: 17px;
    line-height: 1.1; }
  .products-component p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px; }
  .products-component p.banner3 {
    font-size: 25px !important;
    line-height: 26px;
    font-weight: bold;
    position: absolute;
    width: 300px;
    bottom: 100px; }
  .products-component p.rvb-text-dark {
    color: var(--black) !important; }
  .products-component .rounded-more-wht-btn,
  .products-component .rounded-plus-wht-btn {
    margin: 0;
    position: absolute;
    bottom: 51px;
    left: 39px;
    max-width: 85%; }
    @media only screen and (max-width: 999px) {
      .products-component .rounded-more-wht-btn,
      .products-component .rounded-plus-wht-btn {
        left: 25px; } }
  .products-component .rounded-plus-wht-btn a:hover:after {
    content: url(../icon_orange_round_plus_22.html); }
  .products-component .rounded-more-wht-btn a:hover:after {
    content: url(../icon_orange_round_arrow_22.html); }
  .products-component:hover .bg-stretch img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  @media only screen and (max-width: 1299px) {
    .products-component .holder {
      padding: 38px 25px 100px; }
    .products-component .rounded-more-wht-btn {
      left: 25px; } }
  @media only screen and (max-width: 767px) {
    .products-component {
      margin: 0 0 2px; }
      .products-component .holder {
        min-height: 250px; } }

.product-blocks .holder {
  background: var(--black);
  font-size: 36px;
  line-height: 40px;
  padding: 32px 20px 32px 40px;
  font-weight: 500; }

.product-blocks a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  position: relative;
  padding: 0 50px 0 0; }
  .product-blocks a:before {
    content: "\f061";
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 8px;
    top: 11px; }
  .product-blocks a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 31px;
    height: 31px; }
  .product-blocks a:hover {
    color: var(--pink);
    text-decoration: none; }
    .product-blocks a:hover:after {
      border-color: var(--pink); }

.product-blocks:after {
  display: block;
  clear: both;
  content: ''; }

@media only screen and (max-width: 1299px) {
  .product-blocks .holder {
    padding: 32px 25px;
    font-size: 24px;
    line-height: 26px; }
  .product-blocks a {
    padding: 0 40px 0 0; }
    .product-blocks a:after {
      top: -3px; }
    .product-blocks a:before {
      top: 4px; } }

@media only screen and (max-width: 767px) {
  .product-blocks {
    margin: 0 0 20px; } }

.partner-program-hero p {
  font-size: 18px; }

.partner-program-hero .common-wrapper {
  background: linear-gradient(to top, var(--black) 40%, rgba(65, 84, 100, 0.9) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.02) 100%);
  background: -moz-linear-gradient(bottom, var(--black) 40%, rgba(65, 84, 100, 0.9) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.02) 100%);
  background: -webkit-linear-gradient(bottom, var(--black) 40%, rgba(65, 84, 100, 0.9) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.02) 100%);
  background: -o-linear-gradient(bottom, var(--black) 40%, rgba(65, 84, 100, 0.9) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.02) 100%);
  background: -ms-linear-gradient(bottom, var(--black) 40%, rgba(65, 84, 100, 0.9) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.02) 100%); }

.partner-program-hero .partner-program-ttl {
  color: #ffffff;
  margin: 0 auto;
  float: none;
  text-align: center;
  padding: 120px 0 80px 0; }
  .partner-program-hero .partner-program-ttl p {
    color: #ffffff; }
  .partner-program-hero .partner-program-ttl p.rvb-text-dark {
    color: var(--black) !important; }
  .partner-program-hero .partner-program-ttl h2 {
    font-size: 36px;
    margin: 0;
    font-weight: normal; }
  .partner-program-hero .partner-program-ttl h2.rvb-text-dark {
    color: var(--black) !important; }

.partner-program-hero .partner-program-items {
  background-color: #ffffff;
  margin-bottom: 120px;
  padding: 0;
  border: var(--black) solid 1px;
  display: table-row;
  float: none;
  font-size: 0; }
  .partner-program-hero .partner-program-items .col-lg-6 {
    padding: 60px;
    border-bottom: var(--black) solid 1px;
    display: inline-block;
    float: none;
    vertical-align: top; }
    @media only screen and (max-width: 999px) {
      .partner-program-hero .partner-program-items .col-lg-6 {
        padding: 20px; } }
    .partner-program-hero .partner-program-items .col-lg-6 h2 {
      color: var(--black);
      font-size: 30px; }
    .partner-program-hero .partner-program-items .col-lg-6 p {
      color: var(--black); }
    .partner-program-hero .partner-program-items .col-lg-6 a {
      color: var(--pink);
      line-height: 28px;
      font-size: 14px;
      font-weight: bold; }
    .partner-program-hero .partner-program-items .col-lg-6 a:after {
      border: 2px solid #FF732D;
      border-radius: 25px;
      padding: 0 3px;
      margin-left: 5px;
      margin-top: 5px;
      line-height: 14px;
      position: absolute;
      width: 16px;
      text-decoration: none;
      font-weight: bold;
      content: "\f061";
      font: normal normal normal 8px/13px FontAwesome; }
  .partner-program-hero .partner-program-items .partner-program-blank:nth-child(odd) {
    display: none; }
  .partner-program-hero .partner-program-items .col-lg-6:nth-child(odd) {
    border-right: var(--black) solid 1px; }
    @media only screen and (max-width: 767px) {
      .partner-program-hero .partner-program-items .col-lg-6:nth-child(odd) {
        border-right: none; } }
  .partner-program-hero .partner-program-items .col-lg-6:nth-last-child(2), .partner-program-hero .partner-program-items .col-lg-6:last-child {
    border-bottom: none; }
  @media only screen and (max-width: 999px) {
    .partner-program-hero .partner-program-items .col-lg-6:nth-last-child(2) {
      border-bottom: var(--black) solid 1px; } }

/*right-rail-support-component css here -----------------------------------------------  */
.right-rail-support-component .blockquote h2, .right-rail-support-component .blockquote p, .right-rail-support-component .blockquote a {
  color: #ffffff; }

.right-rail-support-component .blockquote .rr-support-header h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.right-rail-support-component .blockquote .rr-support-header .rvb-text-light {
  color: #ffffff !important; }

.right-rail-support-component .blockquote .rr-support-header p {
  font-size: 15px; }

.right-rail-support-component .blockquote .rr-support-icons h2 {
  margin-bottom: 10px; }

.right-rail-support-component .blockquote .rr-support-icons a {
  font-size: 14px;
  font-weight: bold; }

.right-rail-support-component .blockquote .rr-support-icons img {
  width: 32px;
  vertical-align: bottom;
  margin-right: 10px; }

.right-rail-support-component .blockquote .banner a {
  background-color: var(--pink);
  border: none;
  padding-left: 40px;
  padding-right: 46px; }
  .right-rail-support-component .blockquote .banner a:before {
    border: none;
    content: "\f023";
    font-family: FontAwesome;
    font-size: 20px;
    left: 12px;
    line-height: 100%;
    margin-top: -11px;
    text-align: center;
    top: 50%;
    width: 16px; }
  .right-rail-support-component .blockquote .banner a:after {
    border: 2px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 22px;
    line-height: 100%;
    margin-top: -11px;
    padding-top: 3px;
    right: 12px;
    text-align: center;
    top: 50%;
    width: 22px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.right-column .customer-quote-reference .tabs-component{
background-color:  #eeeeee;
}

.right-column .customer-quote-reference .tabs-component .blockquote q{
font-size: 25px;
font-weight: 300;
letter-spacing: -0.625px;
line-height: 30px;
margin-bottom:15px;
padding: 0% 10% 0% 10%;
}

.right-column .customer-quote-reference .tabs-component .blockquote .customer-quote-attribution-component{
font-size: 13px;
font-weight: 600;
letter-spacing: -0.325px;
line-height: 20px;
padding-bottom:20px;
padding-left:10%;
}
.right-column .customer-quote-reference + hr{
    border: 0;
    border-top: 1px solid var(--black);
    margin: 0 10%;
}
.awards .container.fluid .row {
  margin: 0; }
  .awards .container.fluid .row h2 {
    color: var(--black);
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    margin: 0 0 30px; }

.awards .awards-slider-overlay {
  text-align: center; }

.awards .awards-slide {
  letter-spacing: normal;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: auto !important;
  margin-right: 130px; }
  @media only screen and (max-width: 1399px) {
    .awards .awards-slide {
      margin-right: 100px; } }
  @media only screen and (max-width: 1199px) {
    .awards .awards-slide {
      margin-right: 90px; } }
  .awards .awards-slide img {
    max-height: 140px;
    max-width: 180px; }
    @media only screen and (max-width: 1399px) {
      .awards .awards-slide img {
        max-height: 120px;
        max-width: 160px; } }
    @media only screen and (max-width: 1199px) {
      .awards .awards-slide img {
        max-height: 100px;
        max-width: 100px; } }
  @media only screen and (max-width: 999px) {
    .awards .awards-slide {
      width: 100%;
      text-align: center;
      margin-bottom: 40px; } }

.awards .awards-slide:last-child {
  margin-right: 0; }

.awards .awards-slider-nav {
  text-align: center; }

.startegic-partners .awards-slider-overlay {
  text-align: center;
  border: #d7d7d7 1px solid;
  overflow: hidden;
  font-size: 0; }
  @media only screen and (max-width: 999px) {
    .startegic-partners .awards-slider-overlay {
      border: none;
      text-align: left; } }
  .startegic-partners .awards-slider-overlay .awards-slide {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    border-right: #d7d7d7 1px solid;
    height: 247px !important;
    margin: 0; }
    .startegic-partners .awards-slider-overlay .awards-slide img {
      vertical-align: middle; }
    @media only screen and (max-width: 999px) {
      .startegic-partners .awards-slider-overlay .awards-slide {
        width: 50% !important;
        border-right: none;
        border: #d7d7d7 4px solid;
        float: left; } }
  .startegic-partners .awards-slider-overlay .awards-slide:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .startegic-partners .awards-slider-overlay .awards-slide:last-child {
    border: none; }
    @media only screen and (max-width: 999px) {
      .startegic-partners .awards-slider-overlay .awards-slide:last-child {
        border: #d7d7d7 4px solid; } }
  @media only screen and (max-width: 999px) {
    .startegic-partners .awards-slider-overlay .awards-slide:nth-child(n+3) {
      border-top: none; } }
  @media only screen and (max-width: 999px) {
    .startegic-partners .awards-slider-overlay .awards-slide:nth-child(even) {
      border-left: none; } }

/*second section css here -----------------------------------------------  */
.world-leading-component {
  position: relative;
  z-index: 40;
  width: 100%; }
  .world-leading-component .component-pad {
    padding: 0 40px; }
  .world-leading-component h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 60px 0; }
    @media only screen and (max-width: 999px) {
      .world-leading-component h2 {
        font-size: 38px; } }
    @media only screen and (max-width: 767px) {
      .world-leading-component h2 {
        font-size: 27px; } }
  .world-leading-component p {
    color: #fff; }
  .world-leading-component .world-content-box {
    max-width: 1500px;
    text-align: center;
    margin: 0 auto; }
    .world-leading-component .world-content-box .world-one-third-box {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 28%;
      text-align: center;
      margin: 0 2%;
      background: var(--black);
      border-radius: 50%;
      width: 325px;
      height: 325px;
      padding: 75px 20px 20px 20px;
      cursor: default;
      overflow: hidden;
      -webkit-tap-highlight-color: transparent; }
      .world-leading-component .world-content-box .world-one-third-box h3 {
        font-size: 110px;
        line-height: 1;
        font-weight: bold;
        margin: 0;
        color: #fff; }
      .world-leading-component .world-content-box .world-one-third-box p {
        color: #fff;
        font-size: 24px;
        line-height: 26px;
        margin: 0; }
      .world-leading-component .world-content-box .world-one-third-box .inner-circle {
        position: absolute;
        background: var(--pink);
        border-radius: 50%;
        width: 325px;
        height: 325px;
        padding: 0;
        top: 0;
        left: 0;
        opacity: 0;
        text-align: center;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .world-leading-component .world-content-box .world-one-third-box .inner-circle p {
          vertical-align: middle;
          font-size: 16px;
          line-height: 1.4;
          width: 80%; }
        .world-leading-component .world-content-box .world-one-third-box .inner-circle:before {
          content: '';
          width: 0;
          height: 100%;
          display: inline-block;
          vertical-align: middle; }
        @media only screen and (max-width: 1399px) {
          .world-leading-component .world-content-box .world-one-third-box .inner-circle {
            width: 260px;
            height: 260px; } }
        @media only screen and (max-width: 1180px) {
          .world-leading-component .world-content-box .world-one-third-box .inner-circle {
            margin: 0 1%; } }
        @media only screen and (max-width: 1120px) {
          .world-leading-component .world-content-box .world-one-third-box .inner-circle {
            display: block;
            margin: 0 auto 30px auto; } }
        @media only screen and (max-width: 999px) {
          .world-leading-component .world-content-box .world-one-third-box .inner-circle {
            display: inline-block;
            margin: 0 1%; } }
        @media only screen and (max-width: 940px) {
          .world-leading-component .world-content-box .world-one-third-box .inner-circle {
            display: block;
            margin: 0 auto 30px auto; } }
      .world-leading-component .world-content-box .world-one-third-box .inner-circle > * {
        display: inline-block;
        vertical-align: middle; }
      .world-leading-component .world-content-box .world-one-third-box:hover .inner-circle {
        opacity: 1; }
      .world-leading-component .world-content-box .world-one-third-box .inner-circle .hover_effect {
        opacity: 1; }
      @media only screen and (max-width: 1400px) {
        .world-leading-component .world-content-box .world-one-third-box {
          width: 260px;
          height: 260px; }
          .world-leading-component .world-content-box .world-one-third-box h3 {
            font-size: 80px; }
          .world-leading-component .world-content-box .world-one-third-box p {
            font-size: 18px; } }
      @media only screen and (max-width: 1180px) {
        .world-leading-component .world-content-box .world-one-third-box {
          margin: 0 1%; } }
      @media only screen and (max-width: 1120px) {
        .world-leading-component .world-content-box .world-one-third-box {
          display: block;
          margin: 0 auto 30px auto; } }
      @media only screen and (max-width: 999px) {
        .world-leading-component .world-content-box .world-one-third-box {
          display: inline-block;
          margin: 0 1%; } }
      @media only screen and (max-width: 940px) {
        .world-leading-component .world-content-box .world-one-third-box {
          display: block;
          margin: 0 auto 30px auto; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .world-leading-component .world-one-third-box {
      padding: 50px 20px 20px 20px !important;
      display: inline-block !important;
      width: 230px !important;
      height: 230px !important;
      margin: 0 5px !important;
      box-sizing: border-box; }
      .world-leading-component .world-one-third-box .inner-circle {
        display: inline-block !important;
        width: 230px  !important;
        height: 230px  !important; }
        .world-leading-component .world-one-third-box .inner-circle p {
          font-size: 14px !important;
          line-height: 1 !important; } }

@media only screen and (max-width: 767px) {
  .visual-component .component-pad .text-area.banner {
    display: inherit !important; } }

p.banner {
  font-size: 24px !important;
  font-weight: 900;
  color: var(--pink) !important;
  max-width: 950px !important; }

p.banner2 {
  font-size: 28px !important;
  max-width: 950px !important;
  margin: 0px 0px 0px 0px !important; }

p.banner2.rvb-text-light {
  font-size: 28px !important;
  color: #fff !important;
  max-width: 950px !important;
  margin: 0px 0px 0px 0px !important; }

h2.banner2.rvb-text-light {
  font-size: 28px !important;
  color: #fff !important;
  max-width: 950px !important;
  margin: 0px 0px 0px 0px !important; }

p.banner2.rvb-text-dark {
  font-size: 28px !important;
  color: var(--black) !important;
  max-width: 950px !important;
  margin: 0px 0px 0px 0px !important; }

/* added height, background and border radius styles for riv 2067 */
img.partner-logo {
  margin-bottom: 20px;
  max-height: 80px;
  background: #fff;
  padding: 10px;
  border-radius: 6px; }

ul.banner span {
  font-weight: bold; }

.products-component .rounded-more-wht-btn .banner {
  bottom: 20px; }

p.banner3 {
  color: #fff !important;
  font-size: 25px !important;
  line-height: 26px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  bottom: 100px; }

.visual-component .component-pad .text-area.banner {
  width: 79%; }
  @media only screen and (max-width: 767px) {
    .visual-component .component-pad .text-area.banner {
      width: 100%; } }

.row.banner {
  text-align: center; }

.logos {
  /*.background-wrapper {
        .common-wrapper {
            padding-bottom: 60px;
            padding-top: 60px;
        }
    }*/ }
  .logos .text-box {
    text-align: center;
    padding-bottom: 50px; }
  .logos div[class^="col-"] {
    overflow: hidden;
    padding: 0;
    position: relative; }
    .logos div[class^="col-"] img {
      height: auto;
      display: block;
      margin: 0 auto;
      max-width: 80%; }
    .logos div[class^="col-"]:before {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      border-left: #d5d5d5 1px solid;
      content: " ";
      right: auto;
      z-index: 3; }
    .logos div[class^="col-"]:after {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      border-top: #d5d5d5 1px solid;
      bottom: auto;
      content: " ";
      z-index: 3; }
    @media only screen and (min-width: 768px) {
      .logos div[class^="col-"]:nth-child(4n+1):before {
        border-left: none; }
      .logos div[class^="col-"]:nth-child(1):after, .logos div[class^="col-"]:nth-child(2):after, .logos div[class^="col-"]:nth-child(3):after, .logos div[class^="col-"]:nth-child(4):after {
        border-top: none; } }
    @media only screen and (max-width: 767px) {
      .logos div[class^="col-"]:nth-child(2n+1):before {
        border-left: none; }
      .logos div[class^="col-"]:nth-child(1):after, .logos div[class^="col-"]:nth-child(2):after {
        border-top: none; } }
    .logos div[class^="col-"] > div {
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
      .logos div[class^="col-"] > div > * {
        text-align: center;
        /* May want to do this if there is risk the container may be narrower than the element inside */
        white-space: nowrap;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
        .logos div[class^="col-"] > div > *:before {
          content: '';
          display: inline-block;
          height: 100%;
          vertical-align: middle;
          margin-right: -0.25em;
          /* Adjusts for spacing */ }
        .logos div[class^="col-"] > div > * > * {
          display: inline-block;
          vertical-align: middle;
          width: 100%; }

.partner-detail-banner img.partner-logo {
  display: block;
  margin: 0 auto 20px; }

.partner-detail-banner .partnerdesign .visual-component {
  min-height: 300px; }

.partner-detail-banner .partnerdesign p.banner {
  font-size: 18pt !important; }

.partner-detail-banner .partnerdesign p.banner2.rvb-text-light {
  font-size: 24pt !important; }

.partner-detail-banner .partnerdesign .visual-component .component-pad {
  padding: 0 40px; }

.core-values .container {
  max-width: none; }

.core-values .background-wrapper .common-wrapper {
  padding: 60px 50px 60px 250px !important; }

.core-values .background-wrapper .common-wrapper .text-box {
  text-align: center;
  margin: 0px 0 40px 0;
  padding: 0 21% 0 21%; }
  @media only screen and (max-width: 767px) {
    .core-values .background-wrapper .common-wrapper .text-box {
      padding: 0 15px; } }

.core-values .background-wrapper .common-wrapper .text-box p.title {
  font-size: 24px;
  color: var(--black); }

.core-values .background-wrapper .common-wrapper .text-box p.title.rvb-text-dark {
  font-size: 24px;
  color: var(--black); }
  @media only screen and (max-width: 767px) {
    .core-values .background-wrapper .common-wrapper .text-box p.title.rvb-text-dark {
      font-size: 37px;
      margin-bottom: 10px;
      margin-top: 0; } }

.core-values .background-wrapper .common-wrapper .text-box p.title.rvb-text-light {
  font-size: 24px;
  color: #56778E; }

.core-values .background-wrapper .common-wrapper .text-box p.description {
  font-size: 20px;
  line-height: 30px;
  color: #56778E; }

.core-values .background-wrapper .common-wrapper .text-box p.description.rvb-text-dark {
  font-size: 20px;
  line-height: 30px;
  color: var(--black); }

.core-values .background-wrapper .common-wrapper .text-box p.description.rvb-text-light {
  font-size: 20px;
  line-height: 30px;
  color: #56778E; }
  @media only screen and (max-width: 767px) {
    .core-values .background-wrapper .common-wrapper .text-box p.description.rvb-text-light {
      line-height: 24px; } }

.core-values .text-image-box h3 {
  color: var(--black);
  margin: 2% 0px 2% 0; }
  @media only screen and (max-width: 767px) {
    .core-values .text-image-box h3 {
      margin-top: 64px; } }

.core-values .text-image-box img.large {
  position: absolute;
  top: 25%;
  width: 19%; }

.core-values .text-image-box img.small {
  position: absolute;
  top: 24%;
  left: 8%;
  width: 19%; }

.core-values .image-text {
  margin: 5% 0 0 29%; }

.core-values .background-wrapper .common-wrapper .products-grid-component, .core-values .background-wrapper .common-wrapper .location-component {
  border-top: none;
  padding: 8% 5% 9% 7%;
  background: transparent; }
  @media only screen and (max-width: 767px) {
    .core-values .background-wrapper .common-wrapper .products-grid-component, .core-values .background-wrapper .common-wrapper .location-component {
      padding: 8% 5% 10px 7%; } }

.core-values .background-wrapper .common-wrapper .products-grid-component.rvb-titanium, .core-values .background-wrapper .common-wrapper .rvb-titanium.location-component {
  background-color: #fff; }

.core-values .background-wrapper .common-wrapper .products-grid-component.rvb-pantone, .core-values .background-wrapper .common-wrapper .rvb-pantone.location-component {
  background-color: #435464; }

.core-values .background-wrapper .common-wrapper .products-grid-component.rvb-stone, .core-values .background-wrapper .common-wrapper .rvb-stone.location-component {
  background-color: #5b7f95; }

.core-values .background-wrapper .common-wrapper .products-grid-component.rvb-marine-blue, .core-values .background-wrapper .common-wrapper .rvb-marine-blue.location-component {
  background-color: #6bb5e4; }

.core-values .background-wrapper .common-wrapper .products-grid-component.rvb-orange, .core-values .background-wrapper .common-wrapper .rvb-orange.location-component {
  background-color: #ff671b; }

.core-values .background-wrapper .common-wrapper .products-grid-component.rvb-marigold, .core-values .background-wrapper .common-wrapper .rvb-marigold.location-component {
  background-color: #ffb022; }

@media only screen and (max-width: 999px) {
  .core-values .container {
    margin: 0px 5% 0 5%; }
  .core-values .background-wrapper.gray .common-wrapper {
    padding: 60px 0px 60px 0px !important; }
  .core-values .background-wrapper.gray .common-wrapper .col-lg-6 {
    width: 99.5%;
    box-sizing: content-box; }
  .core-values .background-wrapper.gray .common-wrapper .col-lg-6 .text-image-box img {
    position: absolute;
    top: 26px;
    left: 7%;
    width: 17%; }
  .core-values .background-wrapper.gray .common-wrapper .col-lg-6 .image-text {
    margin: 22% 0 0 0%; } }

.leadership-detail .container {
  max-width: none;
  padding-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .leadership-detail .container .row {
      padding: 0 20px 0 20px; } }

.leadership-slides.slick-slider .slick-prev {
  display: none !important; }

.leadership-slides.slick-slider .slick-next {
  display: none !important; }

.leadership-detail .slick-list {
  height: 100%; }

.leadership-detail .slick-track {
  height: 100%; }

.leadership-detail .title-banner {
  position: absolute;
  width: 100%;
  bottom: 4px;
  background: rgba(65, 84, 100, 0.93);
  height: 30%; }
  .leadership-detail .title-banner.hover {
    background: var(--black); }
  .leadership-detail .title-banner .leader-info {
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }

.leadership-detail .leader-info p.name {
  color: white;
  margin: 0;
  font-size: 27px;
  line-height: 24px;
  font-weight: 600; }
  @media only screen and (max-width: 1680px) {
    .leadership-detail .leader-info p.name {
      font-size: 24px;
      line-height: 24px; } }
  @media only screen and (max-width: 1550px) {
    .leadership-detail .leader-info p.name {
      font-size: 22px;
      line-height: 22px; } }
  @media only screen and (max-width: 1300px) {
    .leadership-detail .leader-info p.name {
      font-size: 20px;
      line-height: 18px; } }
  @media only screen and (max-width: 1200px) {
    .leadership-detail .leader-info p.name {
      font-size: 20px;
      line-height: 16px; } }
  @media only screen and (max-width: 1025px) {
    .leadership-detail .leader-info p.name {
      font-size: 18px;
      line-height: 16px; } }
  @media only screen and (max-width: 767px) {
    .leadership-detail .leader-info p.name {
      font-size: 55px;
      line-height: 44px; } }
  @media only screen and (max-width: 700px) {
    .leadership-detail .leader-info p.name {
      font-size: 40px;
      line-height: 38px; } }
  @media only screen and (max-width: 650px) {
    .leadership-detail .leader-info p.name {
      font-size: 28px;
      line-height: 30px; } }
  @media only screen and (max-width: 450px) {
    .leadership-detail .leader-info p.name {
      font-size: 20px;
      line-height: 18px; } }

.leadership-detail .leader-info p.title {
  color: white;
  margin: 0 20% 0 20%;
  font-size: 17px; }
  @media only screen and (max-width: 1680px) {
    .leadership-detail .leader-info p.title {
      font-size: 14px;
      line-height: 20px; } }
  @media only screen and (max-width: 1550px) {
    .leadership-detail .leader-info p.title {
      font-size: 14px;
      line-height: 18px; } }
  @media only screen and (max-width: 1300px) {
    .leadership-detail .leader-info p.title {
      font-size: 12px;
      line-height: 16px; } }
  @media only screen and (max-width: 1200px) {
    .leadership-detail .leader-info p.title {
      font-size: 12px;
      line-height: 14px; } }
  @media only screen and (max-width: 1025px) {
    .leadership-detail .leader-info p.title {
      font-size: 12px;
      line-height: 12px; } }
  @media only screen and (max-width: 767px) {
    .leadership-detail .leader-info p.title {
      font-size: 28px;
      line-height: 30px; } }
  @media only screen and (max-width: 700px) {
    .leadership-detail .leader-info p.title {
      font-size: 25px;
      line-height: 28px; } }
  @media only screen and (max-width: 650px) {
    .leadership-detail .leader-info p.title {
      font-size: 17px;
      line-height: 20px; } }
  @media only screen and (max-width: 450px) {
    .leadership-detail .leader-info p.title {
      font-size: 12px;
      line-height: 14px; } }

.leadership-detail .col-lg-6 {
  width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 6px; }
  @media only screen and (max-width: 767px) {
    .leadership-detail .col-lg-6 {
      width: 100%;
      padding: 0 0 15px 0; } }

@media only screen and (max-width: 999px) {
  .leadership-detail .background-wrapper .common-wrapper {
    padding-left: 0px;
    padding-right: 0px; } }

@media only screen and (max-width: 767px) {
  .leadership-detail .background-wrapper .common-wrapper {
    padding-left: 0px;
    padding-right: 0px; } }

.leadership-detail .background-wrapper .common-wrapper .text-box {
  text-align: center;
  margin: 0px 0 50px 0;
  padding: 0 12% 0 12%; }
  @media only screen and (max-width: 767px) {
    .leadership-detail .background-wrapper .common-wrapper .text-box {
      padding: 0 15px;
      margin: 0px 0 40px 0; } }

.leadership-detail .background-wrapper .common-wrapper .text-box p.title {
  font-size: 24px;
  color: var(--black); }

.leadership-detail .background-wrapper .common-wrapper .text-box p.title.rvb-text-dark {
  font-size: 24px;
  color: var(--black); }
  @media only screen and (max-width: 767px) {
    .leadership-detail .background-wrapper .common-wrapper .text-box p.title.rvb-text-dark {
      font-size: 37px;
      margin-bottom: 10px;
      margin-top: 0; } }

.leadership-detail .background-wrapper .common-wrapper .text-box p.title.rvb-text-light {
  font-size: 24px;
  color: #56778E; }

.leadership-detail .background-wrapper .common-wrapper .text-box p.description {
  font-size: 20px;
  line-height: 30px;
  color: #56778E;
  margin-top: 0; }

.leadership-detail .background-wrapper .common-wrapper .text-box p.description.rvb-text-dark {
  font-size: 20px;
  line-height: 30px;
  color: var(--black); }

.leadership-detail .background-wrapper .common-wrapper .text-box p.description.rvb-text-light {
  font-size: 20px;
  line-height: 30px;
  color: #56778E; }
  @media only screen and (max-width: 767px) {
    .leadership-detail .background-wrapper .common-wrapper .text-box p.description.rvb-text-light {
      line-height: 24px; } }

.leadership-detail .text-image-box h3 {
  color: var(--black);
  margin: 2% 0px 2% 0; }
  @media only screen and (max-width: 767px) {
    .leadership-detail .text-image-box h3 {
      margin-top: 64px; } }

.leadership-detail .text-image-box img {
  width: 99.8%; }

.leadership-detail .image-text {
  margin: 5% 0 0 29%; }

.leadership-detail .background-wrapper .common-wrapper .leadership-grid {
  position: relative;
  z-index: 40;
  cursor: pointer; }

.leadership-detail .background-wrapper .common-wrapper .leadership-grid.rvb-titanium {
  background-color: #fff; }

.leadership-detail .background-wrapper .common-wrapper .leadership-grid.rvb-pantone {
  background-color: #435464; }

.leadership-detail .background-wrapper .common-wrapper .leadership-grid.rvb-stone {
  background-color: #5b7f95; }

.leadership-detail .background-wrapper .common-wrapper .leadership-grid.rvb-marine-blue {
  background-color: #6bb5e4; }

.leadership-detail .background-wrapper .common-wrapper .leadership-grid.rvb-orange {
  background-color: #ff671b; }

.leadership-detail .background-wrapper .common-wrapper .leadership-grid.rvb-marigold {
  background-color: #ffb022; }

.leadership-detail-section {
  position: absolute;
  z-index: 102;
  left: -9999px;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  min-width: 320px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .leadership-detail-section .common-wrapper {
    padding: 75px 50px 0 250px;
    position: static; }
  .leadership-detail-section .container {
    overflow-y: auto;
    max-width: 100%;
    margin: 0;
    height: calc(100vh - 132px); }
    .leadership-detail-section .container img {
      max-height: 408px;
      max-width: 408px;
      float: left;
      margin: 0 25px 0 0; }
  .leadership-detail-section .detail-box {
    float: right;
    padding-right: 20px;
    /* width 100%^fixes the component looking broken, from issue 1230 */
    width: 100%; }
    .leadership-detail-section .detail-box p.name {
      color: var(--black);
      /* font size set to match design, also from issue 1230 */
      font-size: 50px;
      font-weight: 600;
      margin: -15px 0 0px 0; }
    .leadership-detail-section .detail-box p.title {
      color: rgba(0, 0, 0, 0.37);
      margin: -12px 0 5px 0;
      /* font size set to match design, also from issue 1230 */
      font-size: 30px; }
    .leadership-detail-section .detail-box p.description {
      /* font size set to match design, also from issue 1230 */
      font-size: 18px;
      line-height: 36px;
      color: var(--black);
      margin: 7px 0 0 0; }
    .leadership-detail-section .detail-box .leader_addthis_custom_sharing .social-networks {
      padding: 0;
      margin: 10px 0 0;
      overflow: hidden;
      font-size: 18px;
      line-height: 38px; }
      .leadership-detail-section .detail-box .leader_addthis_custom_sharing .social-networks li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 7px 0 0; }
        .leadership-detail-section .detail-box .leader_addthis_custom_sharing .social-networks li:last-child {
          margin: 0; }
      .leadership-detail-section .detail-box .leader_addthis_custom_sharing .social-networks a {
        color: var(--black);
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid var(--black);
        text-decoration: none;
        text-align: center;
        line-height: 39px;
        padding-left: 1px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .leadership-detail-section .detail-box .leader_addthis_custom_sharing .social-networks a .fa-google-plus {
          margin-left: 4px;
          line-height: 41px; }
        .leadership-detail-section .detail-box .leader_addthis_custom_sharing .social-networks a:hover {
          color: #fc6719;
          border-color: #fc6719; }
  .leadership-detail-section .more-from {
    margin: 23px 0 0 0;
    font-size: 20px;
    color: var(--black);
    font-weight: bold;
    display: inline-block; }
  .leadership-detail-section ul {
    margin: 15px 0px 0px 4px;
    padding: 0px 0px 0px 23px;
    max-width: 408px;
    color: var(--black);
    list-style: disc; }
    .leadership-detail-section ul li {
      margin: 0 0 10px 0;
      font-size: 20px; }
      .leadership-detail-section ul li a {
        color: var(--pink); }
  .leadership-detail-section .button-container {
    padding: 50px 0 0 0; }
    .leadership-detail-section .button-container .previous-box {
      float: left;
      display: flex; }
      .leadership-detail-section .button-container .previous-box .leadership-slick-prev {
        background: url(../png/sprite.png) no-repeat;
        background-size: 194px auto;
        text-indent: -9999px;
        border: none;
        outline: none;
        width: 30px;
        height: 60px;
        cursor: pointer; }
      .leadership-detail-section .button-container .previous-box .name-box {
        margin: 0 0 0 25px;
        line-height: 17px; }
        .leadership-detail-section .button-container .previous-box .name-box p.name {
          position: relative;
          margin: 6px 0 0px 0;
          font-size: 16px;
          font-weight: 600;
          color: var(--pink); }
        .leadership-detail-section .button-container .previous-box .name-box p.title {
          position: relative;
          margin: 6px 0 0px 0;
          font-size: 16px;
          color: var(--pink); }
    .leadership-detail-section .button-container .next-box {
      float: right;
      display: flex; }
      .leadership-detail-section .button-container .next-box .leadership-slick-next {
        background: url(../png/sprite.png) no-repeat -35px 0;
        background-size: 194px auto;
        text-indent: -9999px;
        border: none;
        outline: none;
        width: 30px;
        height: 60px;
        cursor: pointer; }
      .leadership-detail-section .button-container .next-box .name-box {
        margin: 0 25px 0 0;
        line-height: 17px; }
        .leadership-detail-section .button-container .next-box .name-box p.name {
          position: relative;
          margin: 6px 0 0px 0;
          font-size: 16px;
          font-weight: 600;
          color: var(--pink); }
        .leadership-detail-section .button-container .next-box .name-box p.title {
          position: relative;
          color: rgba(0, 0, 0, 0.37);
          margin: 6px 0 0px 0;
          font-size: 16px;
          color: var(--pink); }
  .leadership-detail-section .col {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    min-width: 225px;
    max-width: 318px;
    letter-spacing: normal;
    padding: 40px 30px 0 0; }
    .leadership-detail-section .col h2 {
      color: #fff;
      font-size: 28px;
      line-height: 32px;
      font-weight: normal;
      margin: 0 0 5px; }
      .leadership-detail-section .col h2 a {
        color: #fff;
        display: inline-block;
        position: relative;
        vertical-align: top;
        padding: 0 35px 0 0; }
        .leadership-detail-section .col h2 a:after {
          content: '';
          border-bottom: 2px solid var(--pink);
          width: 45px;
          height: 4px;
          display: block;
          margin: 4px 0;
          -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
        .leadership-detail-section .col h2 a:hover {
          color: var(--pink);
          text-decoration: none; }
          .leadership-detail-section .col h2 a:hover:after {
            content: '';
            width: 100%; }
      .leadership-detail-section .col h2.no-underline a:after {
        display: none; }
    .leadership-detail-section .col ul {
      padding: 0;
      margin: 0;
      list-style: none;
      font-size: 16px;
      line-height: 18px; }
      .leadership-detail-section .col ul li {
        position: relative;
        padding: 0 0 10px 0px; }
        .leadership-detail-section .col ul li a {
          color: #fff; }
          .leadership-detail-section .col ul li a:hover {
            color: var(--pink);
            text-decoration: none; }
  .leadership-detail-section .col.vm-noftr h2 a:after {
    display: none; }
  .leadership-detail-section .bottom-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center; }
    .leadership-detail-section .bottom-block a {
      color: #fff;
      font-size: 18px; }
      .leadership-detail-section .bottom-block a .fa {
        color: #A8ACA1;
        font-size: 19px;
        margin-left: 0px;
        margin-top: 0px;
        vertical-align: middle; }
        .leadership-detail-section .bottom-block a .fa.fa-linkedin {
          margin-top: -1px; }
        .leadership-detail-section .bottom-block a .fa.fa-google-plus {
          margin-left: 4px; }
    .leadership-detail-section .bottom-block > span {
      display: inline-block;
      vertical-align: middle;
      font-size: 30px;
      line-height: 40px;
      margin: 0 7% 0 0; }
    .leadership-detail-section .bottom-block .social-networks {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 0;
      list-style: none;
      font-size: 18px;
      line-height: 40px;
      text-align: center; }
      .leadership-detail-section .bottom-block .social-networks li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 11px 0 0; }
        .leadership-detail-section .bottom-block .social-networks li:last-child {
          margin: 0; }
      .leadership-detail-section .bottom-block .social-networks a {
        color: #fff;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .leadership-detail-section .bottom-block .social-networks a:hover {
          color: #fc6719;
          border-color: #fc6719; }
      .leadership-detail-section .bottom-block .social-networks .icon-bebo {
        display: block;
        height: 20px;
        width: 20px;
        background: url(../png/sprite.png) no-repeat -380px 0;
        background-size: 400px auto;
        margin: 8px;
        -webkit-transition: all 0s ease-out;
        -moz-transition: all 0s ease-out;
        -ms-transition: all 0s ease-out;
        -o-transition: all 0s ease-out;
        transition: all 0s ease-out; }
      .leadership-detail-section .bottom-block .social-networks a.bb-lnk:hover .icon-bebo {
        background: url(../png/sprite.png) no-repeat -380px -27px;
        background-size: 400px auto; }
  .leadership-detail-section .close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 42px;
    height: 42px;
    color: rgba(0, 0, 0, 0.37);
    font-size: 20px;
    line-height: 0;
    border: 4px solid rgba(0, 0, 0, 0.37);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .leadership-detail-section .close:hover {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .leadership-detail-section .close i {
      line-height: 32px; }

.leadership-detail-active .leadership-detail-section {
  position: fixed;
  left: 0;
  opacity: 1; }

@media only screen and (max-width: 999px) {
  .leadership-detail-section .common-wrapper {
    padding: 75px 22px 0 22px; }
  .leadership-detail-section .detail-box .leader_addthis_custom_sharing {
    margin: 0; }
  .leadership-detail-section .container img {
    width: 100%;
    float: none;
    margin: 0;
    display: inline; }
  .leadership-detail-section .close {
    right: 20px;
    top: 20px; }
  .leadership-detail-section .bottom-block {
    padding: 40px 0 20px 25px; }
  .leadership-detail-section .col {
    width: 33.33% !important; } }

.back-to-customers, .back-to-results {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  position: absolute;
  left: 90px;
  top: 45px;
  padding-left: 25px; }
  @media only screen and (max-width: 767px) {
    .back-to-customers, .back-to-results {
      display: inline-block;
      font-size: 18px;
      left: auto;
      margin-bottom: 15px;
      padding-left: 30px;
      position: relative;
      top: auto; } }
  .back-to-customers:before, .back-to-results:before {
    color: #fff;
    content: "\f060";
    font: normal normal normal 0.7em/0 FontAwesome;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    margin-top: -0.04em;
    width: 1.8571428571em; }
  .back-to-customers:after, .back-to-results:after {
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    content: '';
    height: 1.3em;
    margin-top: -0.65em;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.3em; }

.customer-stories img.partner-logo {
  display: block;
  margin: 0 auto 20px; }
  @media only screen and (max-width: 767px) {
    .customer-stories img.partner-logo {
      height: auto;
      max-width: 40%; } }

.customer-stories .text-area.banner {
  width: auto !important; }

.visual-component .component-pad .customer-stories .text-area p {
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .visual-component .component-pad .customer-stories .text-area p {
      margin-bottom: 20px; } }
  .visual-component .component-pad .customer-stories .text-area p.banner2 {
    font-size: 32px !important;
    line-height: 1.3; }
    @media only screen and (max-width: 767px) {
      .visual-component .component-pad .customer-stories .text-area p.banner2 {
        font-size: 18px !important;
        padding: 0 20px; } }

.visual-component .component-pad .customer-stories .text-area header {
  margin: 0 0 20px; }

.visual-component .component-pad .customer-stories .text-area h2.banner2 {
  font-size: 32px !important;
  line-height: 1.3;
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    .visual-component .component-pad .customer-stories .text-area h2.banner2 {
      font-size: 18px !important;
      padding: 0 20px; } }

.customer-stories p.banner {
  color: var(--pink) !important;
  max-width: 950px !important; }

@media only screen and (max-width: 767px) {
  .customer-stories .buttons-2 .rounded-more-wht-btn {
    display: inherit !important;
    width: inherit !important;
    margin: 10px 10px !important; }
  .tab-content .blockquote .customer-quote-attribution-component p {
    top: -8; }
  .add-this .addthis_sharing_toolbox {
    display: inherit !important; }
  .banner .caption.banner {
    margin-top: 15px; } }

.customer-quote-attribution-component {
  line-height: 8px; }

.tab-content .blockquote .customer-quote-attribution-component p {
  font-size: 13px;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
  line-height: 16px; }

.customer-stories div.rounded-more-wht-btn, .customer-stories div.rounded-video-wht-btn {
  margin: 0;
  text-align: center; }

.customer-stories div.rounded-more-wht-btn.pdf-button a {
  padding: 10px 18px 10px 46px; }

.customer-stories div.rounded-video-wht-btn a {
  padding: 10px 46px 10px 18px; }

.customer-stories .rounded-more-wht-btn.pdf-button a:before {
  display: none; }

.customer-stories h2.banner-title {
  margin-top: 20px; }

.customer-stories h1.banner-title {
  font-size: 30px; }

.customer-stories .rounded-more-wht-btn.pdf-button a:after {
  /* content: "\f1c1"; */
  content: url(../pdf-icon.html);
  left: 16px !important;
  margin-top: -5px;
  font: normal normal normal 20px/17px FontAwesome;
  color: var(--pink);
  width: 20px; }

.customer-stories .rounded-more-wht-btn a:before {
  top: 8px;
  border-color: var(--pink); }

.customer-stories .rounded-more-wht-btn a:after {
  top: 12px !important;
  color: var(--pink); }

.customer-stories-hero-component .visual-component .component-pad {
  padding: 0px 0px 60px 0px; }

@media screen and (max-width: 420px) {
  .customer-stories-detail-banner .visual-component .component-pad .caption.banner > img {
    border-radius: 6px;
    max-width: 100%; } }

.customer-stories-detail-banner .visual-component .component-pad {
  padding: 0 40px 40px;
  vertical-align: top; }
  .customer-stories-detail-banner .visual-component .component-pad .caption.banner > img {
    border-radius: 6px; }

.customer-stories .buttons-2 .rounded-more-wht-btn, .customer-stories .buttons-2 .rounded-video-wht-btn {
  display: inline-block;
  width: auto;
  margin: 0 10px; }

.container.customer-story-content {
  max-width: 2150px; }

.caption.banner {
  margin-top: 53px;
  width: initial !important; }

.customer-stories-ticker .item-logo-text h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1; }

.customer-stories-ticker div.rounded-more-btn a {
  border: solid 1px #ccc; }
  .customer-stories-ticker div.rounded-more-btn a:before {
    border-color: var(--pink); }
  .customer-stories-ticker div.rounded-more-btn a:after {
    color: var(--pink); }

.tg {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #F9F5F5; }

.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 30px 30px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #F9F5F5;
  color: #333;
  background-color: #fff; }

.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #F9F5F5;
  color: #333;
  background-color: #f0f0f0; }

.tg .tg-apdv {
  background-color: #a7a5a5;
  color: #ffffff;
  font-weight: bold;
  text-align: center; }

.tg .tg-fswc {
  background-color: #46b5d6;
  color: #ffffff;
  font-weight: bold;
  text-align: center; }

.tg .tg-ryem {
  font-size: small;
  color: #586283; }

.tg .tg-ihuo {
  background-color: #f56b00;
  color: #ffffff;
  font-weight: bold;
  text-align: center; }

.tg .tg-ftde {
  background-color: var(--black);
  color: #ffffff;
  text-align: center; }

.tg .tg-l3hj {
  background-color: #eeba1f;
  color: #ffffff;
  font-weight: bold;
  text-align: center; }

td span.link {
  color: #f56b00; }

@media screen and (max-width: 767px) {
  .tg {
    width: auto !important; }
  .tg col {
    width: auto !important; }
  .tg-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

span.WhiteText {
  color: White; }

span.StoneText {
  color: #5B7F95; }

span.OrangeText {
  color: #FF671B; }

td.OrangeBackgroundRowHeader {
  padding: 20px;
  background-color: #FF671B;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif; }

td.GoldBackgroundRowHeader {
  padding: 20px;
  background-color: #FFB022;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif; }

td.BlueBackgroundRowHeader {
  padding: 20px;
  background-color: #6BB5E4;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif; }

td.SlateBackgroundColumnHeader {
  padding: 10px 5px;
  background-color: #435464;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif; }

td.TitaniumBackgroundRowHeader {
  padding: 20px;
  background-color: #A7ACA2;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif; }

th.OrangeBackgroundRowHeader {
  padding: 20px;
  background-color: #FF671B;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif; }

th.GoldBackgroundRowHeader {
  padding: 20px;
  background-color: #FFB022;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif; }

th.BlueBackgroundRowHeader {
  padding: 20px;
  background-color: #6BB5E4;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif; }

th.SlateBackgroundColumnHeader {
  padding: 10px 5px;
  background-color: #435464;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif; }

th.TitaniumBackgroundRowHeader {
  padding: 20px;
  background-color: #A7ACA2;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  font-family: Arial, sans-serif; }

td.WhiteBackgroundParagraphCell {
  padding: 20px;
  font-size: 12px;
  font-family: Arial, sans-serif; }

td.WhiteBackgroundParagraphCell {
  padding: 20px;
  font-size: 12px;
  font-family: Arial, sans-serif; }

td.GrayBackgroundParagraphCell {
  padding: 20px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background-color: #F2F2F2; }

td.GrayBackgroundParagraphCell {
  padding: 20px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  background-color: #F2F2F2; }

table.LightTableBorder {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #F9F5F5;
  border-style: solid; }

@media screen and (max-width: 767px) {
  .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

table.allLightTableBorder td:nth-child(even) {
  border-right: 0px !important; }

table.allLightTableBorder tr:nth-child(n-1) td {
  border-bottom: 0px !important; }

table.allLightTableBorder tr:nth-child(1) td {
  border-top: 0px !important; }

table.allLightTableBorder td:nth-child(1) {
  border-left: 0px !important; }

table.allLightTableBorder td:nth-child(n-1) {
  border-right: 0px !important; }

.allLightTableBorder td {
  font-family: "source-sans-pro", sans-serif;
  color: #333333;
  font-size: 19px;
  font-weight: 600;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  padding: 40px 5%;
  width: auto !important;
  border: 1px solid #ededed; }

@media only screen and (max-width: 767px) {
  .allLightTableBorder td {
    display: block;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ededed;
    padding: 25px 5%;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  table.allLightTableBorder td:first-child {
    border-top: 0; } }

@media only screen and (max-width: 767px) {
  .table-wrap table.allLightTableBorder tr:last-child td:last-child {
    border-bottom: 0 !important; } }

@media only screen and (max-width: 767px) {
  table.allLightTableBorder tr:nth-child(n) td {
    border-bottom: 1px solid #ededed !important;
    border-top: 0; } }

.event-survey-dropdown {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .event-survey-dropdown {
      overflow: visible; }
      .event-survey-dropdown div,
      .event-survey-dropdown form {
        overflow: visible; }
      .event-survey-dropdown #rcaptcha {
        margin-left: -40px;
        margin-right: -40px; }
        .event-survey-dropdown #rcaptcha > div > div {
          margin: 0 auto; } }
  .event-survey-dropdown .hidden {
    display: block !important; }
  .event-survey-dropdown .section.reCAPTCHA {
    text-align: -webkit-center; }
    @media only screen and (max-width: 999px) {
      .event-survey-dropdown .section.reCAPTCHA {
        text-align: initial; } }
  .event-survey-dropdown .section.end .form_row_description {
    display: block !important; }
  .event-survey-dropdown .recaptchatable #recaptcha_response_field {
    height: 20px !important;
    font-size: 15px !important; }
  .event-survey-dropdown .g-recaptcha-container {
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .event-survey-dropdown .g-recaptcha-container {
        max-height: 74px !important; } }
    @media only screen and (max-width: 767px) {
      .event-survey-dropdown .g-recaptcha-container .g-recaptcha div {
        max-height: 90px !important;
        overflow: hidden; } }
    .event-survey-dropdown .g-recaptcha-container .g-recaptcha div div {
      margin: 0 auto; }
  .event-survey-dropdown .common-wrapper {
    background: #fff !important; }
    @media only screen and (max-width: 767px) {
      .event-survey-dropdown .common-wrapper {
        text-align: left; } }
  .event-survey-dropdown .col-lg-12 {
    width: 100% !important;
    padding-right: 15px; }
    @media only screen and (max-width: 767px) {
      .event-survey-dropdown .col-lg-12 {
        padding: 0; } }
  .event-survey-dropdown .col-lg-6 {
    width: 50% !important;
    margin: 0 !important;
    padding: 0 10px; }
    @media only screen and (max-width: 767px) {
      .event-survey-dropdown .col-lg-6 {
        width: 100% !important;
        padding: 0; } }
  .event-survey-dropdown .form_row {
    margin-bottom: 40px; }
  .event-survey-dropdown .form_row_description {
    display: none; }
  .event-survey-dropdown .form_leftcol {
    position: absolute;
    margin-top: 45px; }
    .event-survey-dropdown .form_leftcol .form_leftcollabel {
      float: left; }
    .event-survey-dropdown .form_leftcol .form_leftcolmark {
      float: left;
      margin-left: 2px;
      line-height: 25px;
      color: #ED6100;
      font-size: 18px; }
  .event-survey-dropdown label {
    float: left;
    margin: 2px 0 0 0;
    color: var(--black);
    -webkit-appearance: none;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    max-width: 100%; }
    .event-survey-dropdown label span {
      color: var(--pink); }
    .event-survey-dropdown label.requiredlbl:after {
      content: " *" !important;
      color: #ED6100; }
  .event-survey-dropdown .form_rightcol {
    width: 50%;
    margin: 0 0% 10px 0%;
    display: inline-block;
    vertical-align: top; }
    .event-survey-dropdown .form_rightcol:after {
      display: block;
      clear: both;
      content: '';
      height: 0;
      visibility: hidden; }
    .event-survey-dropdown .form_rightcol.full-lenght {
      width: 97% !important; }
    @media only screen and (max-width: 1299px) {
      .event-survey-dropdown .form_rightcol input {
        font-size: 20px !important; } }
    .event-survey-dropdown .form_rightcol input {
      background: none;
      border: none;
      border-bottom: solid 1px #ccc;
      width: 100%;
      font-size: 28px;
      padding: 10px 0;
      height: 60px;
      -webkit-appearance: none;
      border-radius: 0;
      color: var(--black);
      font-weight: 300; }
      .event-survey-dropdown .form_rightcol input:focus {
        outline: none; }
      .event-survey-dropdown .form_rightcol input::-webkit-input-placeholder {
        color: #ccc; }
      .event-survey-dropdown .form_rightcol input:-moz-placeholder {
        color: #ccc; }
      .event-survey-dropdown .form_rightcol input::-moz-placeholder {
        color: #ccc;
        opacity: 1; }
      .event-survey-dropdown .form_rightcol input:-ms-input-placeholder {
        color: #ccc; }
    .event-survey-dropdown .form_rightcol .submit,
    .event-survey-dropdown .form_rightcol .form_button_submit {
      font-size: 14px !important;
      font-weight: 400;
      color: var(--black);
      text-transform: uppercase;
      border: solid 1px #ccc;
      border-radius: 30px;
      position: relative;
      margin: 20px auto;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      height: 45px !important;
      width: 130px !important;
      padding: 1px 32px 0 0 !important; }
    .event-survey-dropdown .form_rightcol .jcf-select {
      font-weight: 300;
      font-size: 28px !important;
      color: #ccc;
      margin: 0;
      width: 100%;
      padding: 10px 40px 4px 0;
      height: 60px;
      display: block;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      outline: none;
      text-align: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      position: relative;
      cursor: pointer; }
      .event-survey-dropdown .form_rightcol .jcf-select .jcf-select-text {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      .event-survey-dropdown .form_rightcol .jcf-select .jcf-select-opener {
        border: solid transparent;
        border-color: rgba(65, 84, 100, 0);
        border-top-color: var(--black);
        box-sizing: border-box;
        border-width: 7px 7px;
        top: 25px;
        width: 13px;
        position: absolute;
        right: 10px; }
        @media only screen and (max-width: 1299px) {
          .event-survey-dropdown .form_rightcol .jcf-select .jcf-select-opener {
            background-position: -219px -74px; } }
      .event-survey-dropdown .form_rightcol .jcf-select .jcf-select-opener:before {
        content: " ";
        display: block;
        border: solid;
        border-color: #fff transparent transparent transparent;
        z-index: 2;
        width: 6px;
        height: 10px;
        position: absolute;
        top: -8px;
        left: -6px;
        border-width: 6px 6px; }
      @media only screen and (max-width: 1299px) {
        .event-survey-dropdown .form_rightcol .jcf-select {
          font-size: 22px !important;
          padding: 10px 22px 0 0; } }
    .event-survey-dropdown .form_rightcol .jcf-hidden {
      -webkit-appearance: none;
      position: absolute;
      left: -9999px;
      height: 1px;
      width: 1px;
      margin: 0px;
      border-width: 0px; }
  .event-survey-dropdown .close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 42px;
    height: 42px;
    color: #d7d7d7;
    font-size: 20px;
    line-height: 0;
    border: 4px solid #d7d7d7;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .event-survey-dropdown .close:hover {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .event-survey-dropdown .close i {
      line-height: 32px; }
  .event-survey-dropdown textarea {
    width: 100%;
    padding: 10px;
    min-height: 100px;
    margin-top: 20px;
    border: 1px solid #ccc; }
    .event-survey-dropdown textarea.required::-webkit-input-placeholder:after {
      content: " *";
      color: #ED6100; }
    .event-survey-dropdown textarea.required:-moz-placeholder:after {
      content: " *";
      color: #ED6100; }
    .event-survey-dropdown textarea.required::-moz-placeholder:after {
      content: " *";
      color: #ED6100; }
    .event-survey-dropdown textarea.required:-ms-input-placeholder:after {
      content: " *";
      color: #ED6100; }
  .event-survey-dropdown input {
    height: 45px !important;
    padding: 10px 0 0 0 !important;
    line-height: 29px !important; }
    .event-survey-dropdown input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .event-survey-dropdown .jcf-select {
    height: 45px !important; }
    .event-survey-dropdown .jcf-select .jcf-select-text {
      font-size: 28px;
      font-weight: 100; }
  .event-survey-dropdown .checkboxes {
    text-align: left;
    padding-left: 8px;
    font-size: 15px;
    color: var(--black);
    height: 35px; }
    @media only screen and (max-width: 767px) {
      .event-survey-dropdown .checkboxes {
        height: 80px;
        clear: both;
        overflow: hidden;
        margin-top: 10px;
        padding: 0; } }
    .event-survey-dropdown .checkboxes .checkboxttl {
      font-weight: bold;
      float: left;
      margin-top: 21px; }
    @media only screen and (max-width: 767px) {
      .event-survey-dropdown .checkboxes span {
        width: 100%;
        display: block; } }
    @media only screen and (max-width: 767px) {
      .event-survey-dropdown .checkboxes label {
        width: 100%;
        display: block;
        height: 20px; } }
  .event-survey-dropdown .err-msg {
    color: #ff0000;
    margin-top: 10px;
    display: none; }
    @media only screen and (max-width: 767px) {
      .event-survey-dropdown .err-msg {
        margin-top: 30px; } }
  .event-survey-dropdown .err-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    margin-top: 16px;
    margin-left: -20px;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 22px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    display: none; }
    @media only screen and (max-width: 767px) {
      .event-survey-dropdown .err-icon {
        margin-top: 0; } }
  .event-survey-dropdown .end .form_row {
    margin: 0 0 0 0; }
    .event-survey-dropdown .end .form_row .form_rightcol {
      margin: 0 0 0 0; }
  .event-survey-dropdown .end .form-error {
    color: #ff0000; }
  .event-survey-dropdown .thankyou {
    max-width: 600px;
    margin: 0 auto; }
    .event-survey-dropdown .thankyou h2 {
      font-size: 22px; }
    .event-survey-dropdown .thankyou p {
      font-size: 18px;
      color: #ccc;
      margin-bottom: 20px; }
    .event-survey-dropdown .thankyou .buttons {
      overflow: hidden; }
      .event-survey-dropdown .thankyou .buttons div {
        display: inline-block;
        width: auto;
        margin-right: 20px; }
        .event-survey-dropdown .thankyou .buttons div a {
          color: var(--black) !important;
          border: solid 1px #ccc !important; }
        .event-survey-dropdown .thankyou .buttons div a:before {
          border-color: var(--pink); }
        .event-survey-dropdown .thankyou .buttons div a:after {
          color: var(--pink); }
    .event-survey-dropdown .thankyou .back {
      margin-top: 20px; }
      .event-survey-dropdown .thankyou .back a {
        font-size: 14px;
        color: var(--pink); }
    .event-survey-dropdown .thankyou .rounded-clear-blue-btn a {
      background: #fff;
      margin-bottom: 20px; }
    .event-survey-dropdown .thankyou .cta-links a {
      color: var(--pink);
      text-decoration: none; }
    .event-survey-dropdown .thankyou .cta-links a:last-child {
      border-left: #667D94 solid 1px;
      margin-left: 5px;
      padding-left: 10px; }
    .event-survey-dropdown .thankyou .cta-links a:first-child {
      border: none !important; }
    .event-survey-dropdown .thankyou .cta-links a:hover {
      text-decoration: none; }
    .event-survey-dropdown .thankyou p {
      color: #A8AAA0;
      margin-bottom: 20px; }
  .event-survey-dropdown form {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: initial; }
    .event-survey-dropdown form .section {
      width: 33%;
      float: left;
      padding: 0 40px; }
      @media only screen and (max-width: 767px) {
        .event-survey-dropdown form .section {
          padding: 0; } }
    .event-survey-dropdown form .form_error {
      color: #ff0000; }
    .event-survey-dropdown form .form_rightcol {
      text-align: center; }
      .event-survey-dropdown form .form_rightcol .required-label {
        height: 0;
        line-height: 0px;
        padding-top: 30px;
        position: relative; }
        .event-survey-dropdown form .form_rightcol .required-label:after {
          color: var(--pink);
          content: "\f061";
          font: normal normal normal 12px/1 FontAwesome;
          left: 100px;
          position: absolute;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          top: 66px !important; }
        .event-survey-dropdown form .form_rightcol .required-label:before {
          border: 2px solid var(--pink);
          border-radius: 50%;
          content: '';
          height: 21px;
          left: 94px;
          position: absolute;
          top: 62px !important;
          width: 21px; }
        .event-survey-dropdown form .form_rightcol .required-label .form_leftcolmark {
          display: inline-block;
          color: #ED6100;
          font-size: 15px; }
        .event-survey-dropdown form .form_rightcol .required-label .required {
          display: inline-block;
          color: #ED6100; }
    .event-survey-dropdown form .end {
      width: 100%;
      float: none; }
    .event-survey-dropdown form .form_rightcol .required-label {
      text-align: center; }
      .event-survey-dropdown form .form_rightcol .required-label:after {
        left: auto;
        right: auto;
        width: 21px;
        margin-left: -2px;
        top: 66px !important; }
      .event-survey-dropdown form .form_rightcol .required-label:before {
        left: auto;
        right: auto;
        margin-left: 65px;
        /* this targets ie10/11 */
        top: 62px !important; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .event-survey-dropdown form .form_rightcol .required-label:before {
            margin-left: 291px; } }
    .event-survey-dropdown form .section {
      width: 100% !important; }
      @media only screen and (min-width: 768px) {
        .event-survey-dropdown form .section {
          border-left: #E4E4E4 1px solid;
          margin-left: 20px;
          padding-left: 40px; } }
      .event-survey-dropdown form .section h2 {
        font-size: 30px; }
    .event-survey-dropdown form .form_rightcol,
    .event-survey-dropdown form .form_button_reset {
      text-align: left; }
  .event-survey-dropdown .left-column {
    width: 66%;
    float: left; }
    @media only screen and (max-width: 999px) {
      .event-survey-dropdown .left-column {
        width: 100%;
        float: none; } }
  .event-survey-dropdown .right-column {
    width: 33%;
    float: right; }
    @media only screen and (max-width: 999px) {
      .event-survey-dropdown .right-column {
        width: 100%;
        float: none; } }
  .event-survey-dropdown .thankyou-gated {
    text-align: left; }
    .event-survey-dropdown .thankyou-gated h2 {
      font-size: 32px; }
    .event-survey-dropdown .thankyou-gated p {
      margin: 0;
      color: var(--black);
      font-size: 18px;
      margin-top: 10px;
      font-weight: normal;
      max-width: 890px; }
    .event-survey-dropdown .thankyou-gated .thankyou-gated-top {
      border-bottom: 1px solid #d7d7d7;
      padding-bottom: 75px;
      margin-bottom: 75px; }
      .event-survey-dropdown .thankyou-gated .thankyou-gated-top .thankyou-gated-ttl {
        color: #a8aca1;
        font-weight: bold;
        margin-bottom: 0; }
      .event-survey-dropdown .thankyou-gated .thankyou-gated-top .thankyou-gated-subttl {
        margin-bottom: 25px; }
    .event-survey-dropdown .thankyou-gated .thankyou-gated-btm h2 {
      margin-bottom: 0;
      line-height: 28px; }
    .event-survey-dropdown .thankyou-gated .thankyou-gated-btm p {
      margin-bottom: 80px; }
  .event-survey-dropdown .thankyou-gated-video .video-link-play {
    position: relative;
    display: inline-block; }
    .event-survey-dropdown .thankyou-gated-video .video-link-play:after {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background: url(../play.html) center center no-repeat;
      content: " "; }
  .event-survey-dropdown .thankyou-gated-video .rte-video-link-play {
    position: relative;
    display: inline-block; }
    .event-survey-dropdown .thankyou-gated-video .rte-video-link-play:after {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background: url(../play.html) center center no-repeat;
      content: " "; }
  .event-survey-dropdown .title.section {
    color: #a8aca1;
    font-size: 16px; }
    .event-survey-dropdown .title.section h1 {
      margin-bottom: 5px; }
  .event-survey-dropdown .parbase.richtext.section.text .common-wrapper:after {
    clear: none;
    display: inline; }
  .event-survey-dropdown ul {
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 0; }
    .event-survey-dropdown ul li {
      font-size: 18px;
      margin: 18px 0; }
  .event-survey-dropdown h4 {
    color: var(--black);
    font-size: 32px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 20px; }
  .event-survey-dropdown p {
    color: var(--black);
    font-size: 18px; }
    .event-survey-dropdown p sub {
      font-size: 12px;
      line-height: 12px;
      font-style: italic; }
  .event-survey-dropdown .image.section div img {
    float: left;
    position: relative;
    margin: 10px 30px 10px 0;
    z-index: 50; }

.img-banner .banner-holder .bottom-text p {
  color: #FFFFFF; }

.img-banner .banner-holder .bottom-text div.rounded-more-wht-btn a:after {
  top: 11px; }

.tabs-component.banner .tabset.tabs-1 li {
  width: 100%; }

.tabs-component.banner .tabset.tabs-2 li {
  width: 50%; }

.tabs-component.banner .tabset.tabs-3 li {
  width: 33.33%; }

.tabs-component.banner .tabset.tabs-4 li {
  width: 25%; }

.tabs-component.banner .tabset.tabs-5 li {
  width: 20%; }

@-moz-document url-prefix() {
  .tabs-component.banner .tabset.tabs-2 li {
    width: 49.5%; }
  .tabs-component.banner .tabset.tabs-3 li {
    width: 32.33%; }
  .tabs-component.banner .tabset.tabs-4 li {
    width: 24.5%; }
  .tabs-component.banner .tabset.tabs-5 li {
    width: 19.5%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tabs-component.banner .tabset.tabs-2 li {
    width: 49.5%; }
  .tabs-component.banner .tabset.tabs-3 li {
    width: 32.33%; }
  .tabs-component.banner .tabset.tabs-4 li {
    width: 24.5%; }
  .tabs-component.banner .tabset.tabs-5 li {
    width: 19.5%; } }

.tabs-component .tab-content .blockquote.tab-enhanced {
  padding-top: 0;
  margin-left: 0; }

.tabs-component .tab-content .blockquote.tab-enhanced {
  float: none;
  width: 100%; }

.two-columns .left-column {
  width: 66%;
  float: left; }

.two-columns .right-column {
  width: 33%;
  float: right; }

.one-column .left-column {
  width: 75%;
  float: left; }

.textimage-wrap.image-right img {
  float: right;
  margin: 3px 0px 3px 20px; }

.textimage-wrap.image-left img {
  float: left;
  margin: 3px 20px 3px 0px; }

.textimage-wrap ul {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em; }

@supports (-ms-accelerator: true) {
  .tabs-component.banner .tabset.tabs-2 li {
    width: 49.8%; }
  .tabs-component.banner .tabset.tabs-3 li {
    width: 32.63%; }
  .tabs-component.banner .tabset.tabs-4 li {
    width: 24.8%; }
  .tabs-component.banner .tabset.tabs-5 li {
    width: 19.8%; }
  .textimage-wrap ul {
    text-indent: -1.25em; } }

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .textimage-wrap ul {
    padding-left: 1.04em; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .textimage-wrap ul {
    text-indent: -1.33em !important;
    padding-left: 1.4em; } }

.right-column iframe {
  width: 100%;
  height: 260px; }

@media only screen and (max-width: 1151px) {
  .left-column iframe {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .two-columns .left-column {
    width: 100%;
    float: none; }
  .two-columns .right-column {
    width: 100%;
    float: none; }
  .right-column img {
    float: none !important; }
  .right-column .img-banner {
    position: static !important; }
  .right-column .img-banner .banner-holder .bottom-text {
    position: absolute;
    bottom: 80px;
    right: 130px;
    color: #fff;
    margin: 0 322px 41px 26px; } }

.right-column .img-banner {
  position: relative; }

.right-column .img-banner .bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  margin: 0 261px 41px 26px; }

.right-column .img-banner p {
  font-size: 26px;
  line-height: 31px;
  color: #fff;
  margin: 0 0 18px; }

.right-column .rounded-more-wht-btn {
  margin: 0; }

.right-column .rounded-more-wht-btn a {
  color: #fff;
  border: solid 1px #fff; }

.right-column .img-banner .bottom-text div.rounded-more-wht-btn a::before {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  border: 2px solid #fff;
  right: 16px;
  top: 8px;
  border-radius: 30px; }

.tabs-component .common-wrapper {
  padding: 0; }

.rte-image {
  padding-bottom: 40px;
  padding-top: 40px; }
  .rte-image.no-top-space {
    padding-top: 0; }
  .rte-image.no-bottom-space {
    padding-bottom: 0; }
  .rte-image.no-space {
    padding-bottom: 0;
    padding-top: 0; }
  .rte-image.top-space-more {
    padding-top: 120px; }
  @media only screen and (max-width: 999px) {
    .rte-image.top-space-more {
      padding-top: 60px; } }
  .rte-image.bottom-space-more {
    padding-bottom: 120px; }
  @media only screen and (max-width: 999px) {
    .rte-image.bottom-space-more {
      padding-bottom: 60px; } }

.thankyou-gated-video .rte-video-link-play {
  position: relative;
  display: inline-block; }
  .thankyou-gated-video .rte-video-link-play:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../play.html) center center no-repeat;
    content: " "; }

.tabs-component .tab-content .rte-video-link-play {
  position: relative;
  display: inline-block; }
  .tabs-component .tab-content .rte-video-link-play:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../play.html) center center no-repeat;
    content: " "; }

.embededdiv {
  cursor: pointer; }

.enhanced-embededdiv .video-container {
  height: 80%;
  width: 80%; }
  .enhanced-embededdiv .video-container .video-area {
    height: 80%;
    margin-top: 10%;
    text-align: center; }
    .enhanced-embededdiv .video-container .video-area embed, .enhanced-embededdiv .video-container .video-area object, .enhanced-embededdiv .video-container .video-area iframe {
      height: 80%;
      width: 80%; }

.rte-video-link-play-none:after {
  background: none !important; }

.right-rail-cta .no-space {
  position: relative;
  width: 100%; }

.right-rail-cta .content-section {
  padding: 239px 60px 33px 0px;
  margin: 0px 26px 0px 20px;
  position: relative;
  z-index: 2;
  width: 100%; }

.right-rail-cta .no-space .content-section p {
  color: #FFFFFF;
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 24px; }

.right-rail-cta .no-space .content-section p.rvb-text-dark {
  color: var(--black) !important; }

.right-rail-cta .no-space .content-section div {
  margin: 25px auto 0; }

.right-rail-cta .no-space .content-section div a:before {
  top: 6px;
  width: 20px;
  height: 20px; }

.right-rail-cta .no-space .content-section div a:after {
  /*margin-top: -7px;
    right: 8px !important;*/ }

.right-rail-cta .no-space .content-section div a:hover:after {
  content: url(../icon_orange_round_arrow_22.html); }

@-moz-document url-prefix() {
  .right-rail-cta .no-space .content-section div a:after {
    top: 9px; } }

.right-rail-cta .no-space .content-section div a {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px; }

.right-rail-cta .bg-stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .right-rail-cta .bg-stretch img {
    margin-left: 0px !important; }

.author-portrait {
  vertical-align: middle;
  border-radius: 30px;
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block; }

.customer-quote-reference .background-wrapper .common-wrapper {
  padding-bottom: 65px; }

.customer-quote-reference .row .rounded-more-btn.text-center, .customer-quote-reference .row .rounded-video-wht-btn.text-center, .customer-quote-reference .row .rounded-more-wht-btn.text-center {
  text-align: center; }

.vertical-line {
  border-left: solid thin #352E2E;
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.customer-quote-link-label {
  font-family: "source-sans-pro";
  font-size: 20px;
  color: var(--pink);
  font-weight: 600;
  display: inherit;
  text-decoration: none !important;
  padding-top: 20px; }

.services-list .common-wrapper {
  padding: 80px 50px 110px 250px; }

.services-list .container .row {
  background: #eee; }

.services-list .tabs-component .tab-content {
  background: #eee; }
  .services-list .tabs-component .tab-content p {
    margin: 0;
    background: #fff; }
  .services-list .tabs-component .tab-content .services .filter-bar .products-grid-component, .services-list .tabs-component .tab-content .services .filter-bar .location-component {
    height: 99% !important; }
  @media only screen and (max-width: 767px) {
    .services-list .tabs-component .tab-content .accordion-item {
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      background: #fff; } }

.services-list .tabs-component .tabset {
  margin-bottom: 0;
  background: #fff; }

.services-list .filter-bar {
  margin-bottom: 0;
  height: 100% !important; }
  .services-list .filter-bar .products-grid-component p, .services-list .filter-bar .location-component p {
    margin: 0 0 25px; }
  @media only screen and (max-width: 1314px) {
    .services-list .filter-bar .products-grid-component, .services-list .filter-bar .location-component {
      width: calc(50% - 4px); } }
  @media only screen and (max-width: 767px) {
    .services-list .filter-bar .products-grid-component, .services-list .filter-bar .location-component {
      width: 100%; } }

.services-list div.rounded-plus-btn a:before, .services-list div.rounded-plus-wht-btn a:before, .services-list div.rounded-more-wht-btn a:before, .services-list div.rounded-more-btn a:before, .services-list div.rounded-download-btn a:before, .services-list div.rounded-video-wht-btn a:before, .services-list div.rounded-more-blue-btn a:before, .services-list div.rounded-clear-blue-btn a:before, .services-list div.rounded-arrow-btn a:before, .services-list div.rounded-plus-wht-btn a:before, .services-list div.rounded-more-wht-btn a:before, .services-list div.rounded-more-btn a:before, .services-list div.rounded-video-wht-btn a:before, .services-list div.rounded-more-blue-btn a:before, .services-list div.rounded-clear-blue-btn a:before {
  top: 9px; }

.services-list div.rounded-plus-btn a:after, .services-list div.rounded-plus-wht-btn a:after, .services-list div.rounded-more-wht-btn a:after, .services-list div.rounded-more-btn a:after, .services-list div.rounded-download-btn a:after, .services-list div.rounded-video-wht-btn a:after, .services-list div.rounded-more-blue-btn a:after, .services-list div.rounded-clear-blue-btn a:after, .services-list div.rounded-arrow-btn a:after, .services-list div.rounded-plus-wht-btn a:after, .services-list div.rounded-more-wht-btn a:after, .services-list div.rounded-more-btn a:after, .services-list div.rounded-video-wht-btn a:after, .services-list div.rounded-more-blue-btn a:after, .services-list div.rounded-clear-blue-btn a:after {
  right: 19px;
  top: 13px; }

@media only screen and (max-width: 999px) {
  .services-list .background-wrapper .common-wrapper {
    padding: 80px 40px 110px 40px; } }

@media only screen and (max-width: 767px) {
  .services-list .background-wrapper.gray {
    background: #fff; }
  .services-list .background-wrapper .common-wrapper {
    background: #eee; }
  .services-list .background-wrapper .products-grid-component, .services-list .background-wrapper .location-component {
    border-bottom: 30px solid #eee; }
  .services-list .background-wrapper .tabs-component .tab-content p.services {
    border-bottom: 30px solid #eee; } }

.social-viewmore.addthis_custom_sharing.services {
  display: inline-block;
  vertical-align: middle;
  float: inherit; }

.panel p.services {
  font-size: 18px;
  color: var(--black);
  padding: 15px 40px 10px 40px;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .panel p.services {
    padding: 50px 50px 50px 50px; }
  .filter-heading .filter-form .select-box.services {
    float: none;
    max-width: none; }
  .component-pad.services {
    text-align: center; }
  .services-list .background-wrapper.gray .common-wrapper {
    padding: 20px 40px 80px 40px; } }

.tab-content.services {
  padding: 0; }

.tabs-component.services .tabset.tabs-1 li {
  width: 100%; }

.tabs-component.services .tabset.tabs-2 li {
  width: 50%; }

.tabs-component.services .tabset.tabs-3 li {
  width: 33.33%; }

.tabs-component.services .tabset.tabs-4 li {
  width: 25%; }

.tabs-component.services .tabset.tabs-5 li {
  width: 20%; }

@-moz-document url-prefix() {
  .tabs-component.services .tabset.tabs-2 li {
    width: 49.5%; }
  .tabs-component.services .tabset.tabs-3 li {
    width: 32.33%; }
  .tabs-component.services .tabset.tabs-4 li {
    width: 24.5%; }
  .tabs-component.services .tabset.tabs-5 li {
    width: 19.5%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tabs-component.services .tabset.tabs-2 li {
    width: 49.5%; }
  .tabs-component.services .tabset.tabs-3 li {
    width: 32.33%; }
  .tabs-component.services .tabset.tabs-4 li {
    width: 24.5%; }
  .tabs-component.services .tabset.tabs-5 li {
    width: 19.5%; } }

/* Multi Image Collage Component */
.multi-image-collage .common-wrapper {
  padding-right: 0;
  padding-left: 202px; }
  @media only screen and (max-width: 999px) {
    .multi-image-collage .common-wrapper {
      padding-left: 0; } }
  .multi-image-collage .common-wrapper .container {
    max-width: none; }

.multi-image-collage img {
  width: 100%;
  margin-top: -2px; }

.multi-image-collage .col-lg-12, .multi-image-collage .col-lg-6 {
  padding: 0; }

.multi-image-collage .col-lg-12 {
  margin-bottom: -5px; }

.multi-image-collage .left-collage {
  padding-right: 1px; }

.multi-image-collage .right-collage {
  padding-left: 1px; }

.multi-image-collage .bottom-collage {
  margin-top: -1px; }

.careers-video .background-wrapper {
  padding-top: 2px !important; }

.careers-video .rvb-text-light {
  color: #fff !important; }

.careers-video .rvb-text-dark {
  color: var(--black) !important; }

.careers-video .rvb-text-blue {
  color: #5b7e96 !important; }

.careers-video .rvb-orange {
  color: #FF671B !important; }

.careers-video .rvb-marigold {
  color: #FFB022 !important; }

.careers-video .rvb-marine-blue {
  color: #6BB5E4 !important; }

.careers-video .rvb-stone {
  color: #5B7F95 !important; }

.careers-video .rvb-pantone {
  color: #435464 !important; }

.careers-video .rvb-titanium {
  color: #A7ACA2 !important; }

.careers-video .home-rvb-orange {
  color: #ff671b; }

.careers-video .home-rvb-marigold {
  color: #ffb022; }

.careers-video .home-rvb-marine-blue {
  color: #6bb5e4; }

.careers-video .home-rvb-stone {
  color: #5b7f95; }

.careers-video .home-rvb-pantone {
  color: #435464; }

.careers-video .home-rvb-titanium {
  color: #a7aca2; }

/* Message from ceo Component */
.message-from-ceo .quotes-slider-component blockquote:before, .message-from-ceo .quotes-slider-component blockquote:after {
  color: #ffffff;
  font-size: 40px;
  top: 2px; }
  @media only screen and (max-width: 767px) {
    .message-from-ceo .quotes-slider-component blockquote:before, .message-from-ceo .quotes-slider-component blockquote:after {
      font-size: 28px; } }

.message-from-ceo .quotes-slider-component blockquote {
  font-size: 32px;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .message-from-ceo .quotes-slider-component blockquote {
      font-size: 22px; } }

.message-from-ceo .quotes-slider-component .slider-quotes {
  background: var(--pink); }

.message-from-ceo .quotes-slider-component .content-section {
  /* this settings are for issue on about/index.html message from ceo inside slick slider block */ }
  .message-from-ceo .quotes-slider-component .content-section p {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 37px; }
  .message-from-ceo .quotes-slider-component .content-section p.qt-author {
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    margin: 0;
    color: #fff; }
  .message-from-ceo .quotes-slider-component .content-section a {
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .message-from-ceo .quotes-slider-component .content-section a {
        font-size: 10px; } }
  .message-from-ceo .quotes-slider-component .content-section .rounded-plus-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-plus-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-download-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-video-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-clear-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-arrow-btn a:after {
    /*right: 8px !important;
        width: 21px;*/
    /* Targets only ie 10-11 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .message-from-ceo .quotes-slider-component .content-section .rounded-plus-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-plus-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-download-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-video-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-clear-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-arrow-btn a:after {
        top: 50% !important;
        right: 8px !important; } }
    @media only screen and (max-width: 999px) {
      .message-from-ceo .quotes-slider-component .content-section .rounded-plus-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-plus-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-download-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-video-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-clear-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-arrow-btn a:after {
        /*font-size: 18px;*/ } }
    @media only screen and (max-width: 767px) {
      .message-from-ceo .quotes-slider-component .content-section .rounded-plus-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-plus-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-download-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-video-wht-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-more-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-clear-blue-btn a:after, .message-from-ceo .quotes-slider-component .content-section div.rounded-arrow-btn a:after {
        font-size: 11px;
        width: 21px;
        margin-top: -5px; } }
  .message-from-ceo .quotes-slider-component .content-section .rounded-plus-wht-btn a {
    line-height: 15px; }
    @media only screen and (max-width: 767px) {
      .message-from-ceo .quotes-slider-component .content-section .rounded-plus-wht-btn a {
        line-height: 11px; } }
  .message-from-ceo .quotes-slider-component .content-section .rounded-plus-wht-btn a:after {
    font-size: 11px; }
  .message-from-ceo .quotes-slider-component .content-section .rounded-plus-wht-btn a:before {
    width: 21px;
    height: 21px; }

.message-from-ceo .quotes-slider-component .rvb-text-dark {
  color: var(--black) !important; }

.message-from-ceo .quotes-slider-component .rvb-text-dark:after {
  color: var(--black) !important; }

.message-from-ceo .quotes-slider-component .rvb-text-dark:before {
  color: var(--black) !important; }

@media only screen and (max-width: 479px) {
  .message-from-ceo .quotes-slider-component .mfc-slide {
    max-width: 250px; } }

@media only screen and (max-width: 379px) {
  .message-from-ceo .quotes-slider-component .mfc-slide {
    max-width: 200px; } }

.message-from-ceo .quotes-slider-component .mfc-slide .slide.back {
  background: url(../circles-bck.html) repeat-x bottom;
  background-size: contain; }

.message-from-ceo .quotes-slider-component .mfc-slide .slick-prev {
  left: 50px; }
  @media only screen and (max-width: 767px) {
    .message-from-ceo .quotes-slider-component .mfc-slide .slick-prev {
      left: 22px;
      display: block !important;
      background-position: -41px 10px;
      display: block !important;
      background-size: 120px auto;
      width: 22px !important;
      height: 45px !important;
      top: 15px; } }

.message-from-ceo .quotes-slider-component .mfc-slide .slick-next {
  right: 50px; }
  @media only screen and (max-width: 767px) {
    .message-from-ceo .quotes-slider-component .mfc-slide .slick-next {
      right: 22px;
      background-position: -65px 10px;
      display: block !important;
      background-size: 120px auto;
      width: 22px !important;
      height: 45px !important;
      top: 15px; } }

.message-from-ceo .quotes-slider-component .mfc-slide .slick-center div {
  -webkit-transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
  transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  margin-top: 24px !important;
  padding-bottom: 24px !important; }

.message-from-ceo .quotes-slider-component .mfc-slide .slide {
  height: 81px !important;
  cursor: initial; }
  .message-from-ceo .quotes-slider-component .mfc-slide .slide div {
    display: none;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 28px;
    -webkit-transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
    transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
    cursor: pointer; }
  .message-from-ceo .quotes-slider-component .mfc-slide .slide div:hover {
    -webkit-transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
    transition: transform 0.5s ease-out, padding-bottom 0.5s ease-out, margin-top 0.5s ease-out;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-top: 24px;
    padding-bottom: 24px; }

.message-from-ceo .quotes-slider-component .mfc-for:before {
  content: ' ';
  position: absolute;
  z-index: 2001;
  top: 0px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid var(--pink);
  margin-left: -14px; }

.message-from-ceo .quotes-slider-component .mfc-for:after {
  display: none; }

.message-from-ceo .quotes-slider-component .mfc-for {
  margin: 0;
  background: #eee; }
  @media only screen and (max-width: 767px) {
    .message-from-ceo .quotes-slider-component .mfc-for p {
      font-size: 24px !important; } }
  @media only screen and (max-width: 767px) {
    .message-from-ceo .quotes-slider-component .mfc-for h2 {
      font-size: 24px; } }

.message-from-ceo .quotes-slider-component .slider-overlay:before {
  background: -moz-linear-gradient(left, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 104, 29, 0.02)), color-stop(12%, rgba(255, 104, 29, 0.1)), color-stop(30%, rgba(255, 104, 29, 0.28)), color-stop(70%, rgba(255, 104, 29, 0.72)), color-stop(88%, rgba(255, 104, 29, 0.9)), color-stop(100%, rgba(255, 104, 29, 0.98)));
  background: -webkit-linear-gradient(left, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: -o-linear-gradient(left, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: -ms-linear-gradient(left, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: linear-gradient(to right, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%); }

.message-from-ceo .quotes-slider-component .slider-overlay:after {
  background: -moz-linear-gradient(right, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: -webkit-gradient(linear, right top, right top, color-stop(0%, rgba(255, 104, 29, 0.02)), color-stop(12%, rgba(255, 104, 29, 0.1)), color-stop(30%, rgba(255, 104, 29, 0.28)), color-stop(70%, rgba(255, 104, 29, 0.72)), color-stop(88%, rgba(255, 104, 29, 0.9)), color-stop(100%, rgba(255, 104, 29, 0.98)));
  background: -webkit-linear-gradient(right, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: -o-linear-gradient(right, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: -ms-linear-gradient(right, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%);
  background: linear-gradient(to left, rgba(255, 104, 29, 0.02) 0%, rgba(255, 104, 29, 0.1) 12%, rgba(255, 104, 29, 0.28) 30%, rgba(255, 104, 29, 0.72) 70%, rgba(255, 104, 29, 0.9) 88%, rgba(255, 104, 29, 0.98) 100%); }

.message-from-ceo .quotes-slider-component .content-section {
  width: 60%;
  text-align: left; }
  @media only screen and (max-width: 999px) {
    .message-from-ceo .quotes-slider-component .content-section {
      width: 100%; } }

.message-from-ceo .quotes-slider-component .qt-author {
  font-size: 15px; }

.message-from-ceo .quotes-slider-component .item {
  padding: 100px 150px !important; }
  @media only screen and (max-width: 999px) {
    .message-from-ceo .quotes-slider-component .item {
      padding: 50px 25px !important; } }
  .message-from-ceo .quotes-slider-component .item p {
    color: var(--black);
    font-size: 36px;
    font-weight: 300; }

@media only screen and (max-width: 1215px) {
  .document-filter .common-wrapper {
    padding: 60px 0px 60px 250px; } }

@media only screen and (max-width: 999px) {
  .document-filter .common-wrapper {
    padding: 60px 15px; } }

.document-filter h1 {
  padding: 50px 50px 50px 250px;
  color: var(--black);
  font-size: 40px;
  background-color: #fff;
  margin: 0; }
  @media only screen and (max-width: 999px) {
    .document-filter h1 {
      padding: 30px; } }

.document-filter h2 {
  font-weight: normal;
  margin-top: -40px;
  background: #fff;
  font-size: 24px;
  color: #5b7e96; }

.document-filter .container.fluid .row {
  margin: 0; }

@media only screen and (max-width: 999px) {
  .document-filter .global-pad, .document-filter .common-wrapper {
    padding: 30px; } }

.document-filter .document-filter-left {
  width: 25%;
  float: left;
  margin-bottom: 100px; }
  @media only screen and (max-width: 1399px) {
    .document-filter .document-filter-left {
      width: 30%; } }
  @media only screen and (max-width: 1199px) {
    .document-filter .document-filter-left {
      width: 35%; } }
  @media only screen and (max-width: 999px) {
    .document-filter .document-filter-left {
      width: 100%;
      padding: 0px;
      position: absolute;
      z-index: 9999;
      background-color: #fff;
      display: none;
      margin-left: -30px; } }
  .document-filter .document-filter-left .filter-heading .select-box {
    float: none;
    width: 100%;
    max-width: none;
    min-height: 100px; }
  .document-filter .document-filter-left .filter-heading .component-pad {
    padding: 0px 40px; }
    @media only screen and (max-width: 999px) {
      .document-filter .document-filter-left .filter-heading .component-pad {
        padding: 0px; } }
  .document-filter .document-filter-left .filter-heading span {
    width: 100%;
    max-width: none; }
  .document-filter .document-filter-left .filter-header {
    text-align: center;
    padding: 30px 0;
    border-bottom: 2px solid #eee;
    margin: 0 -40px;
    color: var(--black);
    font-size: 14px; }
    @media only screen and (max-width: 999px) {
      .document-filter .document-filter-left .filter-header {
        color: #a8aca1;
        font-size: 18px; } }
  .document-filter .document-filter-left .filter-box {
    padding: 10px 0 15px 0; }
    @media only screen and (max-width: 999px) {
      .document-filter .document-filter-left .filter-box {
        position: static; } }
    .document-filter .document-filter-left .filter-box h2 {
      font-weight: bold;
      font-size: 16px;
      margin: 0 0 38px;
      line-height: 24px;
      text-align: left;
      color: var(--black);
      padding: 0;
      position: relative;
      text-transform: uppercase; }
    .document-filter .document-filter-left .filter-box h2:after {
      content: '';
      position: absolute;
      left: 0;
      width: 50px;
      bottom: -6px;
      border-bottom: 2px solid #a8aca1; }
    .document-filter .document-filter-left .filter-box .jcf-select-text {
      font-size: 24px;
      color: #a8aca1;
      padding-right: 20px; }
      @media only screen and (max-width: 999px) {
        .document-filter .document-filter-left .filter-box .jcf-select-text {
          padding-right: 20px;
          height: 30px; } }
    .document-filter .document-filter-left .filter-box .jcf-select-opener {
      border: solid transparent;
      border-color: rgba(65, 84, 100, 0);
      border-top-color: var(--black);
      box-sizing: border-box;
      border-width: 7px 7px;
      top: 10px;
      width: 13px; }
      @media only screen and (max-width: 999px) {
        .document-filter .document-filter-left .filter-box .jcf-select-opener {
          background: none; } }
    .document-filter .document-filter-left .filter-box .jcf-select-opener:before {
      content: " ";
      display: block;
      border: solid;
      border-color: #ffffff transparent transparent transparent;
      z-index: 2;
      width: 6px;
      height: 10px;
      position: absolute;
      top: -8px;
      left: -6px;
      border-width: 6px 6px; }
    .document-filter .document-filter-left .filter-box .filter-box-footer {
      font-size: 15px; }
  .document-filter .document-filter-left .document-filter-btn {
    margin: 0 auto; }
    .document-filter .document-filter-left .document-filter-btn a {
      font-size: 14px;
      font-weight: normal;
      float: left;
      margin-right: 20px;
      margin-bottom: 30px;
      cursor: pointer;
      margin-left: 20px; }
      @media only screen and (max-width: 767px) {
        .document-filter .document-filter-left .document-filter-btn a {
          margin-left: 0;
          width: 65%;
          margin-right: 30px; } }
  .document-filter .document-filter-left .filter-reset {
    font-size: 14px;
    line-height: 40px;
    color: var(--pink);
    cursor: pointer;
    font-weight: bold;
    text-transform: capitalize; }
    @media only screen and (max-width: 999px) {
      .document-filter .document-filter-left .filter-reset {
        margin-top: -65px;
        float: right; } }
  .document-filter .document-filter-left .filter-reset:hover {
    text-decoration: underline; }
  .document-filter .document-filter-left .filter-close {
    display: none; }
  .document-filter .document-filter-left .filter-cancel {
    display: none; }
    @media only screen and (max-width: 999px) {
      .document-filter .document-filter-left .filter-cancel {
        display: block;
        cursor: pointer;
        font-size: 14px;
        line-height: 40px;
        color: var(--black);
        text-decoration: underline; } }

.document-filter .document-filter-right {
  padding-left: 30px !important;
  width: 75%; }
  @media only screen and (max-width: 1399px) {
    .document-filter .document-filter-right {
      width: 70%; } }
  @media only screen and (max-width: 1199px) {
    .document-filter .document-filter-right {
      width: 60%; } }
  @media only screen and (max-width: 999px) {
    .document-filter .document-filter-right {
      width: 100%;
      margin-left: 0px;
      padding-left: 0 !important; } }
  .document-filter .document-filter-right h2 {
    line-height: 24px;
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      .document-filter .document-filter-right h2 {
        line-height: 13px !important; } }
    .document-filter .document-filter-right h2 a {
      color: var(--pink);
      font-size: 22px; }
      @media only screen and (max-width: 999px) {
        .document-filter .document-filter-right h2 a {
          font-size: 18px;
          line-height: 22px; } }
  .document-filter .document-filter-right .no-result {
    display: none; }
    .document-filter .document-filter-right .no-result .box {
      width: 100% !important; }
    .document-filter .document-filter-right .no-result h2 {
      color: var(--pink);
      font-size: 22px;
      text-align: center; }
  .document-filter .document-filter-right .loadresults {
    text-align: center;
    min-height: 150px;
    padding-top: 60px; }
  .document-filter .document-filter-right .document-date {
    color: var(--black);
    font-size: 14px;
    font-weight: bold; }
    @media only screen and (max-width: 999px) {
      .document-filter .document-filter-right .document-date {
        font-size: 14px; } }
    .document-filter .document-filter-right .document-date .location, .document-filter .document-filter-right .document-date .eventtype {
      color: #a8aca1;
      text-transform: uppercase; }
  .document-filter .document-filter-right .document-desc {
    color: var(--black);
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 999px) {
      .document-filter .document-filter-right .document-desc {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px; } }
  .document-filter .document-filter-right .document-bar {
    padding: 50px 30px 50px 0;
    border-bottom: 1px solid #B1B1B1;
    margin: 0;
    position: relative; }
    .document-filter .document-filter-right .document-bar .document-featured {
      position: absolute;
      top: 0;
      right: 5%;
      background-color: var(--pink);
      padding: 5px 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 600; }
      @media only screen and (max-width: 999px) {
        .document-filter .document-filter-right .document-bar .document-featured {
          left: 20px;
          right: initial;
          font-size: 14px; } }
    @media only screen and (max-width: 1215px) {
      .document-filter .document-filter-right .document-bar {
        padding: 50px 10px 50px 0; } }
    @media only screen and (max-width: 999px) {
      .document-filter .document-filter-right .document-bar {
        padding: 40px 0 20px; } }
  .document-filter .document-filter-right .document-bar:last-child {
    border-bottom: none; }
  .document-filter .document-filter-right .document-boxes {
    height: auto;
    background-color: #fff;
    border: 1px solid #B1B1B1;
    margin-bottom: 30px; }
    .document-filter .document-filter-right .document-boxes .box {
      width: 66%;
      display: inline-block;
      vertical-align: middle;
      height: auto !important; }
      @media only screen and (max-width: 999px) {
        .document-filter .document-filter-right .document-boxes .box {
          width: 100%;
          padding: 0 20px;
          font-size: 14px; } }
      @media only screen and (max-width: 999px) {
        .document-filter .document-filter-right .document-boxes .box h2 {
          line-height: 24px; } }
    .document-filter .document-filter-right .document-boxes .logo-link {
      text-decoration: none; }
    .document-filter .document-filter-right .document-boxes .box-image {
      text-align: center;
      width: 33%;
      display: inline-block;
      padding: 50px;
      vertical-align: middle;
      height: auto !important; }
      @media only screen and (max-width: 1399px) {
        .document-filter .document-filter-right .document-boxes .box-image {
          padding: 25px; } }
      @media only screen and (max-width: 1215px) {
        .document-filter .document-filter-right .document-boxes .box-image {
          padding: 10px;
          width: 31%; } }
      @media only screen and (max-width: 999px) {
        .document-filter .document-filter-right .document-boxes .box-image {
          width: 100%;
          padding: 0px;
          text-align: left;
          padding-left: 20px;
          margin-bottom: 30px; } }
      .document-filter .document-filter-right .document-boxes .box-image h3 {
        color: var(--black);
        font-size: 34px;
        line-height: 34px; }
        @media only screen and (max-width: 1399px) {
          .document-filter .document-filter-right .document-boxes .box-image h3 {
            font-size: 28px;
            line-height: 28px; } }
        @media only screen and (max-width: 1215px) {
          .document-filter .document-filter-right .document-boxes .box-image h3 {
            font-size: 24px;
            line-height: 24px; } }
        @media only screen and (max-width: 999px) {
          .document-filter .document-filter-right .document-boxes .box-image h3 {
            font-size: 34px;
            line-height: 34px; } }
      .document-filter .document-filter-right .document-boxes .box-image img {
        max-width: 180px; }
        @media only screen and (max-width: 1399px) {
          .document-filter .document-filter-right .document-boxes .box-image img {
            max-width: 150px; } }
        @media only screen and (max-width: 1215px) {
          .document-filter .document-filter-right .document-boxes .box-image img {
            max-width: 100px; } }
        @media only screen and (max-width: 999px) {
          .document-filter .document-filter-right .document-boxes .box-image img {
            max-width: 180px; } }
  .document-filter .document-filter-right .doc-filter-loadmore {
    margin-bottom: 50px;
    font-weight: normal;
    font-size: 14px; }
    @media only screen and (max-width: 999px) {
      .document-filter .document-filter-right .doc-filter-loadmore {
        width: 65%;
        font-size: 20px;
        line-height: 34px;
        max-width: 300px; } }
  .document-filter .document-filter-right .doc-filter-loadmore:after {
    /*content: "\f067";
            font-size: 11px;
            margin-top: -5px;
            right: 8px !important;*/ }
    @media only screen and (max-width: 999px) {
      .document-filter .document-filter-right .doc-filter-loadmore:after {
        right: 17px !important;
        font-size: 20px;
        margin-top: -9px; } }
  @media only screen and (max-width: 999px) {
    .document-filter .document-filter-right .doc-filter-loadmore:before {
      right: 14px;
      border: 3px solid var(--pink);
      padding: 14px;
      margin-top: -16px; } }
  @media only screen and (max-width: 999px) {
    .document-filter .document-filter-right .rounded-clear-blue-btn {
      text-align: left; } }
  .document-filter .document-filter-right .filter-header {
    display: none; }
    @media only screen and (max-width: 999px) {
      .document-filter .document-filter-right .filter-header {
        display: block;
        padding: 15px 20px;
        background-color: #415463;
        color: #ffffff;
        font-size: 20px; } }
    @media only screen and (max-width: 999px) {
      .document-filter .document-filter-right .filter-header a:after {
        top: 16px;
        right: 16px;
        border: solid 3px #fff;
        border-radius: 50%;
        content: "\f061";
        font: normal normal normal 12px/1 FontAwesome;
        float: right;
        padding: 5px;
        margin-top: -4px;
        cursor: pointer;
        color: #fff; } }

.document-filter .back-to-div {
  padding: 100px 50px 80px 250px;
  background-color: #fff; }
  .document-filter .back-to-div h1 {
    padding: 0;
    padding-top: 10px; }
  .document-filter .back-to-div .back-to-link {
    margin-left: 3px; }

.press-filter .document-filter-right .document-boxes {
  margin-bottom: 0; }
  .press-filter .document-filter-right .document-boxes .box-image {
    display: none; }
  .press-filter .document-filter-right .document-boxes .box {
    width: 100%;
    padding: 0 20px 0 50px; }

.press-filter .document-filter-right .document-bar:last-child {
  border-bottom: none; }

.customer-filter .document-filter-right .document-boxes {
  margin-bottom: 0; }

.customer-filter .document-filter-right .document-bar:last-child {
  border-bottom: none; }

.doc-repo-filter .document-filter-right .document-boxes {
  margin-bottom: 0; }
  .doc-repo-filter .document-filter-right .document-boxes .box-image {
    display: none; }
  .doc-repo-filter .document-filter-right .document-boxes .box {
    width: 100%;
    padding: 0 20px 0 50px; }
    @media only screen and (max-width: 999px) {
      .doc-repo-filter .document-filter-right .document-boxes .box {
        width: 100%;
        padding: 0 20px;
        font-size: 14px; } }
    .doc-repo-filter .document-filter-right .document-boxes .box h4 {
      color: var(--pink);
      font-size: 16px;
      margin: 0;
      text-transform: uppercase; }
    .doc-repo-filter .document-filter-right .document-boxes .box h2 {
      margin-top: 0px; }
    .doc-repo-filter .document-filter-right .document-boxes .box .holder.with-thumb {
      width: 73%;
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 999px) {
        .doc-repo-filter .document-filter-right .document-boxes .box .holder.with-thumb {
          display: block;
          width: 100%; } }
    .doc-repo-filter .document-filter-right .document-boxes .box .doc-repo-thumb {
      width: 25%;
      display: inline-block;
      vertical-align: middle;
      text-align: right; }
      .doc-repo-filter .document-filter-right .document-boxes .box .doc-repo-thumb img {
        max-width: 200px; }
        @media only screen and (max-width: 1299px) {
          .doc-repo-filter .document-filter-right .document-boxes .box .doc-repo-thumb img {
            max-width: 110px; } }
        @media only screen and (max-width: 999px) {
          .doc-repo-filter .document-filter-right .document-boxes .box .doc-repo-thumb img {
            max-width: 100%;
            max-height: 200px; } }
      @media only screen and (max-width: 999px) {
        .doc-repo-filter .document-filter-right .document-boxes .box .doc-repo-thumb {
          display: block;
          width: 100%;
          text-align: center; } }

.events-webinar-filter .ew-grey, .events-webinar_filter .ew-grey {
  color: #a8aca1;
  text-transform: uppercase; }

.events-webinar-filter .filter-box:first-child, .events-webinar_filter .filter-box:first-child {
  margin-bottom: 0; }
  .events-webinar-filter .filter-box:first-child h2, .events-webinar_filter .filter-box:first-child h2 {
    margin-top: 20px; }

.events-webinar-filter .filter-box:nth-child(2), .events-webinar_filter .filter-box:nth-child(2) {
  margin-bottom: 0; }

.events-webinar-filter .document-filter-right .document-boxes .box-image img, .events-webinar_filter .document-filter-right .document-boxes .box-image img {
  /*max-width: 180px;*/ }

.events-external-youtube {
  height: 100%; }
  .events-external-youtube .video-area {
    height: 50%; }

.events-external-video video {
  width: 90%;
  min-height: 70%;
  min-width: 80%;
  top: 10%; }
  @media only screen and (max-width: 999px) {
    .events-external-video video {
      top: 25%; } }
  @media screen and (max-width: 480px) {
    .events-external-video video {
      top: 40%; } }

.events-external-video .title {
  text-align: center; }

.document-filter .pagination {
  background: var(--black);
  height: 90px;
  text-align: center;
  position: relative;
  display: none; }
  @media screen and (max-width: 1272px) {
    .document-filter .pagination {
      height: 50px; } }
  @media screen and (max-width: 567px) {
    .document-filter .pagination.mobile {
      display: block !important; } }
  .document-filter .pagination.mobile {
    display: none; }
  .document-filter .pagination .dots {
    font-size: 36px;
    font-weight: bold;
    color: white;
    display: inline;
    line-height: 90px; }
    .document-filter .pagination .dots.hidden {
      display: inline-block;
      visibility: hidden;
      width: 10px; }
    @media screen and (max-width: 1272px) {
      .document-filter .pagination .dots {
        font-size: 22px;
        display: inline;
        line-height: 50px; } }
  .document-filter .pagination .back, .document-filter .pagination .next {
    font-size: 36px;
    line-height: 90px;
    color: white;
    width: 88px;
    position: absolute;
    top: 0; }
    .document-filter .pagination .back:hover, .document-filter .pagination .next:hover {
      text-decoration: none; }
    .document-filter .pagination .back:after, .document-filter .pagination .next:after {
      content: ' ';
      display: block;
      position: absolute;
      bottom: 0;
      top: 0;
      width: 1px;
      background: #b1b1b1; }
    @media screen and (max-width: 1272px) {
      .document-filter .pagination .back, .document-filter .pagination .next {
        width: 50px;
        line-height: 50px; } }
    @media screen and (max-width: 567px) {
      .document-filter .pagination .back, .document-filter .pagination .next {
        display: none !important; } }
  .document-filter .pagination .back {
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAeCAMAAAD95QUdAAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMA+5cUAd2IHNPKDwP38aVO5Na4n41rWUMsJOuDeFY7N3ICDNoAAAB8SURBVCjPpdI3DoAwDAXQhN57r77/KYmHiPzAgvBkPcmSm4BIGtkhxESZDeTYUKQ3uAytCRGXeL8g9N8gEF9gtkHUNoicSI4gg1RUApVMO1KmaAAamXqgIycipJNpA5oWRStSxZ16Js2V3ghO3KZAtb4O7rbgDE4mn59wAUfQDfD3bAuMAAAAAElFTkSuQmCC) center center no-repeat; }
    @media screen and (max-width: 1272px) {
      .document-filter .pagination .back {
        background-size: 10px; } }
    .document-filter .pagination .back:after {
      left: 88px; }
      @media screen and (max-width: 1272px) {
        .document-filter .pagination .back:after {
          left: 50px; } }
  .document-filter .pagination .next {
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAeCAMAAAD95QUdAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMA+5cUAd2IHNPKDwP38eelTta4n41rWUMsJIN4Vjs3DkK9GAAAAHlJREFUKM+d0jcSwCAMBEDAOeeAk/7/S0sdB5WtcgvN6HRq1mOpYDRREYF0RJQDVUJDBjQxJUCxYWotUCq0w/ojpJOpeYAWoRtJE9Ub0CrUA11MGqkXWoE2pgYklRN9SKwP2ReITQiS7R/A5AsXOgH3rcYHVfsQNuEFuH8NlEvd/7QAAAAASUVORK5CYII=) center center no-repeat; }
    @media screen and (max-width: 1272px) {
      .document-filter .pagination .next {
        background-size: 10px; } }
    .document-filter .pagination .next:after {
      right: 88px; }
      @media screen and (max-width: 1272px) {
        .document-filter .pagination .next:after {
          right: 50px; } }
  .document-filter .pagination.centered {
    text-align: center; }
    .document-filter .pagination.centered .middle {
      text-align: center;
      width: 100%;
      padding: 0; }
    .document-filter .pagination.centered .page {
      display: inline-block;
      min-width: 70px !important; }
      @media screen and (max-width: 1272px) {
        .document-filter .pagination.centered .page {
          min-width: 50px !important; } }
      @media screen and (max-width: 567px) {
        .document-filter .pagination.centered .page {
          min-width: 30px !important; } }
    .document-filter .pagination.centered .back,
    .document-filter .pagination.centered .next {
      display: none; }
  .document-filter .pagination .page {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    min-width: 60px;
    color: white !important;
    text-decoration: none;
    font-size: 20px;
    height: 90px;
    line-height: 90px; }
    @media screen and (max-width: 1272px) {
      .document-filter .pagination .page {
        font-size: 14px;
        min-width: 30px;
        height: 50px;
        line-height: 50px; } }
    @media screen and (max-width: 567px) {
      .document-filter .pagination .page {
        pointer-events: none; } }
    .document-filter .pagination .page.disabled {
      pointer-events: none;
      opacity: 0.6; }
    .document-filter .pagination .page span {
      vertical-align: middle; }
  .document-filter .pagination .page:hover {
    text-decoration: none; }
  .document-filter .pagination .page.current {
    position: relative;
    pointer-events: none; }
    .document-filter .pagination .page.current:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      border: 2px solid white;
      margin-left: -23px;
      margin-top: -23px; }
      @media screen and (max-width: 1272px) {
        .document-filter .pagination .page.current:after {
          width: 30px;
          height: 30px;
          margin-left: -15px;
          margin-top: -15px; } }
  .document-filter .pagination .middle {
    display: table;
    text-align: justify;
    width: 100%;
    padding: 0 128px;
    overflow: hidden;
    color: white !important;
    text-decoration: none; }
    .document-filter .pagination .middle:after {
      content: '';
      width: 100%;
      display: inline-block; }
    @media screen and (max-width: 1272px) {
      .document-filter .pagination .middle {
        padding: 0 70px; } }
    @media screen and (max-width: 567px) {
      .document-filter .pagination .middle {
        width: 100%;
        padding: 0 20px; } }
    @media screen and (max-width: 567px) {
      .document-filter .pagination .middle.mobile-centered {
        text-align: center; } }
  .document-filter .pagination #mobile-pagination {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0; }
    @media screen and (max-width: 567px) {
      .document-filter .pagination #mobile-pagination {
        display: block; } }

.introtextparentcss {
  max-width: 100% !important; }
  .introtextparentcss h1 {
    color: var(--black);
    font-size: 40px;
    background-color: #fff;
    margin: 0;
    width: 100%;
    display: block; }
  .introtextparentcss h2 {
    font-weight: normal;
    margin-top: -40px;
    background: #fff;
    font-size: 24px;
    color: #5b7e96;
    display: table-cell;
    padding-bottom: 40px;
    padding-top: 15px;
    padding-left: 0px; }

/* Course Schedule Component css -----------------------------------------------  */
.course-schedule-component .carousel-component .slider-image .slide {
  min-height: 250px;
  height: 250px; }

.course-schedule-component .carousel-component .slider-image .content-section {
  text-align: center;
  padding: 50px 0 50px 0;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .course-schedule-component .carousel-component .slider-image .content-section {
      max-width: 70%; } }
  .course-schedule-component .carousel-component .slider-image .content-section h2 {
    font-weight: bold; }
    .course-schedule-component .carousel-component .slider-image .content-section h2 img {
      width: 46px;
      vertical-align: bottom;
      margin-right: 10px;
      display: initial; }
      @media only screen and (max-width: 999px) {
        .course-schedule-component .carousel-component .slider-image .content-section h2 img {
          display: block;
          margin: 0 auto;
          margin-bottom: 25px; } }
    .course-schedule-component .carousel-component .slider-image .content-section h2 .course-schedule-cta:after {
      content: "\f061";
      font: normal normal normal 14px/17px FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      top: 0;
      margin-left: 10px;
      color: #fff;
      border: 3px solid #fff;
      border-radius: 50%;
      padding: 5px;
      vertical-align: middle;
      color: #ffffff;
      text-decoration: none; }
    .course-schedule-component .carousel-component .slider-image .content-section h2 a:hover {
      text-decoration: none;
      color: var(--pink); }
    .course-schedule-component .carousel-component .slider-image .content-section h2 .rvb-text-dark:hover {
      color: var(--pink) !important; }
    @media only screen and (max-width: 767px) {
      .course-schedule-component .carousel-component .slider-image .content-section h2 {
        font-size: 22px; } }

.course-schedule-component .carousel-component .slider-image .rvb-text-dark {
  color: var(--black) !important; }

/*quotes-sctn section css here -----------------------------------------------  */
.quotes-slider-component {
  text-align: center; }
  .quotes-slider-component .component-pad {
    padding: 0 40px; }
    @media only screen and (max-width: 767px) {
      .quotes-slider-component .component-pad {
        padding: 0 20px; } }
  .quotes-slider-component h2 {
    color: var(--black);
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    margin: 0 0 30px; }
  .quotes-slider-component p {
    color: #fff; }
  .quotes-slider-component .item {
    background: #eee; }
  .quotes-slider-component blockquote {
    max-width: 1000px;
    margin: 80px auto;
    color: var(--black);
    font-size: 36px;
    line-height: 1.4;
    font-weight: 300; }
    .quotes-slider-component blockquote > p {
      color: var(--black); }
  .quotes-slider-component blockquote:before, .quotes-slider-component blockquote:after {
    display: inline-block;
    color: #5fb4e5;
    position: relative;
    top: 16px;
    font-size: 48px;
    line-height: 24px;
    height: 24px;
    font-weight: bold; }
  .quotes-slider-component blockquote:before {
    content: '\201C';
    margin-right: 6px;
    top: 10px; }
  .quotes-slider-component blockquote:after {
    content: '\201D';
    margin-left: 6px; }
  @media only screen and (max-width: 767px) {
    .quotes-slider-component blockquote:before, .quotes-slider-component blockquote:after {
      font-size: 24px;
      line-height: 24px;
      height: 24px;
      top: 0; } }
  .quotes-slider-component p.qt-author {
    color: #a8aca1;
    font-size: 15px;
    margin: 0 0 40px;
    display: block;
    text-transform: uppercase; }
  .quotes-slider-component .slider-overlay {
    height: 100px;
    position: relative; }
    .quotes-slider-component .slider-overlay:after {
      content: '';
      position: absolute;
      z-index: 2;
      left: 0;
      top: 0;
      bottom: 0;
      width: 70px;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjk0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjc2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjM0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMC4wMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, rgba(238, 238, 238, 0.94) 0%, rgba(238, 238, 238, 0.76) 22%, rgba(238, 238, 238, 0.34) 60%, rgba(238, 238, 238, 0.13) 82%, rgba(238, 238, 238, 0.01) 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(238, 238, 238, 0.94)), color-stop(22%, rgba(238, 238, 238, 0.76)), color-stop(60%, rgba(238, 238, 238, 0.34)), color-stop(82%, rgba(238, 238, 238, 0.13)), color-stop(100%, rgba(238, 238, 238, 0.01)));
      background: -webkit-linear-gradient(left, rgba(238, 238, 238, 0.94) 0%, rgba(238, 238, 238, 0.76) 22%, rgba(238, 238, 238, 0.34) 60%, rgba(238, 238, 238, 0.13) 82%, rgba(238, 238, 238, 0.01) 100%);
      background: -o-linear-gradient(left, rgba(238, 238, 238, 0.94) 0%, rgba(238, 238, 238, 0.76) 22%, rgba(238, 238, 238, 0.34) 60%, rgba(238, 238, 238, 0.13) 82%, rgba(238, 238, 238, 0.01) 100%);
      background: -ms-linear-gradient(left, rgba(238, 238, 238, 0.94) 0%, rgba(238, 238, 238, 0.76) 22%, rgba(238, 238, 238, 0.34) 60%, rgba(238, 238, 238, 0.13) 82%, rgba(238, 238, 238, 0.01) 100%);
      background: linear-gradient(to right, rgba(238, 238, 238, 0.94) 0%, rgba(238, 238, 238, 0.76) 22%, rgba(238, 238, 238, 0.34) 60%, rgba(238, 238, 238, 0.13) 82%, rgba(238, 238, 238, 0.01) 100%); }
    .quotes-slider-component .slider-overlay:before {
      content: '';
      position: absolute;
      z-index: 2;
      right: 0;
      top: 0;
      bottom: 0;
      width: 70px;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEyJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjAuMjgiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjAuNzIiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjAuOTgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
      background: -moz-linear-gradient(left, rgba(238, 238, 238, 0.02) 0%, rgba(238, 238, 238, 0.1) 12%, rgba(238, 238, 238, 0.28) 30%, rgba(238, 238, 238, 0.72) 70%, rgba(238, 238, 238, 0.9) 88%, rgba(238, 238, 238, 0.98) 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(238, 238, 238, 0.02)), color-stop(12%, rgba(238, 238, 238, 0.1)), color-stop(30%, rgba(238, 238, 238, 0.28)), color-stop(70%, rgba(238, 238, 238, 0.72)), color-stop(88%, rgba(238, 238, 238, 0.9)), color-stop(100%, rgba(238, 238, 238, 0.98)));
      background: -webkit-linear-gradient(left, rgba(238, 238, 238, 0.02) 0%, rgba(238, 238, 238, 0.1) 12%, rgba(238, 238, 238, 0.28) 30%, rgba(238, 238, 238, 0.72) 70%, rgba(238, 238, 238, 0.9) 88%, rgba(238, 238, 238, 0.98) 100%);
      background: -o-linear-gradient(left, rgba(238, 238, 238, 0.02) 0%, rgba(238, 238, 238, 0.1) 12%, rgba(238, 238, 238, 0.28) 30%, rgba(238, 238, 238, 0.72) 70%, rgba(238, 238, 238, 0.9) 88%, rgba(238, 238, 238, 0.98) 100%);
      background: -ms-linear-gradient(left, rgba(238, 238, 238, 0.02) 0%, rgba(238, 238, 238, 0.1) 12%, rgba(238, 238, 238, 0.28) 30%, rgba(238, 238, 238, 0.72) 70%, rgba(238, 238, 238, 0.9) 88%, rgba(238, 238, 238, 0.98) 100%);
      background: linear-gradient(to right, rgba(238, 238, 238, 0.02) 0%, rgba(238, 238, 238, 0.1) 12%, rgba(238, 238, 238, 0.28) 30%, rgba(238, 238, 238, 0.72) 70%, rgba(238, 238, 238, 0.9) 88%, rgba(238, 238, 238, 0.98) 100%); }
  .quotes-slider-component .slider-nav {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: static;
    letter-spacing: -4px;
    white-space: nowrap; }
    .quotes-slider-component .slider-nav .slick-list {
      overflow: visible; }
    .quotes-slider-component .slider-nav .slide {
      cursor: pointer;
      letter-spacing: normal;
      float: none;
      display: inline-block;
      vertical-align: middle;
      float: none;
      position: relative;
      height: auto !important; }
      .quotes-slider-component .slider-nav .slide canvas {
        width: auto !important;
        height: auto !important;
        position: absolute !important;
        left: 0; }
      .quotes-slider-component .slider-nav .slide img {
        -webkit-transition: transform 0.5s ease-out;
        -moz-transition: transform 0.5s ease-out;
        -ms-transition: transform 0.5s ease-out;
        -o-transition: transform 0.5s ease-out;
        transition: transform 0.5s ease-out;
        -ms-transform: scale(0.625);
        -webkit-transform: scale(0.625);
        transform: scale(0.625);
        margin: 0 auto; }
      .quotes-slider-component .slider-nav .slide.slick-center img {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
      .quotes-slider-component .slider-nav .slide .color-image {
        position: absolute;
        top: 0;
        opacity: 0; }
      .quotes-slider-component .slider-nav .slide canvas {
        -ms-transform: scale(0.625);
        -webkit-transform: scale(0.625);
        transform: scale(0.625); }
      .quotes-slider-component .slider-nav .slide.slick-center {
        position: relative; }
        .quotes-slider-component .slider-nav .slide.slick-center canvas {
          position: static !important;
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          transform: scale(1); }
        .quotes-slider-component .slider-nav .slide.slick-center .color-image {
          opacity: 1;
          position: static; }
        .quotes-slider-component .slider-nav .slide.slick-center .grayscale-wrapper {
          position: absolute !important;
          top: 0;
          opacity: 0; }
      .quotes-slider-component .slider-nav .slide .grayscale-wrapper {
        display: inline-block !important;
        vertical-align: middle !important; }
    .quotes-slider-component .slider-nav .slick-prev,
    .quotes-slider-component .slider-nav .slick-next {
      position: absolute;
      z-index: 10;
      bottom: 0;
      top: auto;
      text-indent: -9999px;
      overflow: hidden;
      border: none;
      width: 30px !important;
      height: 60px !important;
      padding: 0;
      margin: 0;
      outline: none;
      margin-bottom: -170px; }
    .quotes-slider-component .slider-nav .slick-prev {
      background: url(../png/sprite.png) no-repeat;
      background-size: 194px auto;
      left: 150px; }
    .quotes-slider-component .slider-nav .slick-next {
      background: url(../png/sprite.png) no-repeat -35px 0;
      background-size: 194px auto;
      right: 150px; }
  .quotes-slider-component .slider-for {
    position: relative;
    margin: 0 150px; }
    .quotes-slider-component .slider-for:after {
      content: '';
      position: absolute;
      z-index: 2000;
      top: -11px;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 11px solid #d7d7d7;
      margin-left: -15px; }
    .quotes-slider-component .slider-for:before {
      content: '';
      position: absolute;
      z-index: 2001;
      top: -10px;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-bottom: 11px solid #eee;
      margin-left: -14px; }
    .quotes-slider-component .slider-for .item {
      position: relative;
      padding: 0 50px; }
    .quotes-slider-component .slider-for .item:after {
      content: '';
      position: absolute;
      left: 0px;
      top: 0;
      right: 0px;
      border-top: 1px solid #d7d7d7; }
  .quotes-slider-component .slider-quotes {
    overflow: hidden;
    padding: 20px 0 0; }
  @media only screen and (max-width: 1399px) {
    .quotes-slider-component .slider-for {
      margin: 0 50px; }
    .quotes-slider-component .slider-nav .slick-prev {
      left: 30px;
      margin-bottom: -190px; }
    .quotes-slider-component .slider-nav .slick-next {
      right: 30px;
      margin-bottom: -190px; } }
  @media only screen and (max-width: 999px) {
    .quotes-slider-component .slider-quotes {
      margin: 0; }
    .quotes-slider-component .slider-nav {
      max-width: 350px; }
    .quotes-slider-component blockquote {
      margin: 50px auto; } }
  @media only screen and (max-width: 767px) {
    .quotes-slider-component h2 {
      font-size: 27px;
      line-height: 30px;
      margin: 0 0 20px; }
    .quotes-slider-component .slider-nav {
      max-width: 330px; }
      .quotes-slider-component .slider-nav .slide img {
        -ms-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        transform: scale(0.4); }
      .quotes-slider-component .slider-nav .slide.slick-center img {
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7); }
      .quotes-slider-component .slider-nav .slide canvas {
        -ms-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        transform: scale(0.4); }
      .quotes-slider-component .slider-nav .slide.slick-center canvas {
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7); }
    .quotes-slider-component blockquote {
      margin: 30px auto 15px;
      font-size: 22px;
      line-height: 25px; }
    .quotes-slider-component p.qt-author {
      margin: 0 0 10px;
      font-size: 12px;
      line-height: 15px; }
    .quotes-slider-component .rounded-plus-btn, .quotes-slider-component div.rounded-plus-wht-btn, .quotes-slider-component div.rounded-more-wht-btn, .quotes-slider-component div.rounded-more-btn, .quotes-slider-component div.rounded-download-btn, .quotes-slider-component div.rounded-video-wht-btn, .quotes-slider-component div.rounded-more-blue-btn, .quotes-slider-component div.rounded-clear-blue-btn, .quotes-slider-component div.rounded-arrow-btn {
      margin: 20px auto; }
    .quotes-slider-component .slider-nav .slick-prev,
    .quotes-slider-component .slider-nav .slick-next {
      display: none !important; } }
  @media only screen and (max-width: 479px) {
    .quotes-slider-component .slider-nav {
      max-width: 100%; }
    .quotes-slider-component .slider-for {
      margin: 0; }
      .quotes-slider-component .slider-for .item {
        padding: 0 25px; } }
  .quotes-slider-component .no-margin-bottom {
    margin-bottom: 0 !important; }
  .quotes-slider-component .margin-bottom-40 {
    margin-bottom: 40px !important; }

.quote-richtext .content-wrapper .enhanced-tab #embededdiv2 {
  width: 13% !important;
  height: 14% !important;
  margin-top: -21px !important;
  margin-left: 250px; }

.quote-richtext .skrollable .common-wrapper.global-pad {
  padding-bottom: 20px;
  padding-top: 35px; }

.quote-richtext .quote-box {
  width: calc(100% - 230px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 44px;
  box-sizing: border-box;
  margin-left: 44px;
  position: relative; }
  .quote-richtext .quote-box .separator {
    content: ' ';
    display: block;
    position: absolute;
    top: 13px;
    bottom: 5px;
    left: 0;
    width: 1px;
    background: #d7d7d7; }
  .quote-richtext .quote-box blockquote {
    font-size: 36px;
    line-height: 46px;
    color: var(--black);
    margin-bottom: 35px;
    font-weight: 100;
    margin-left: 0px; }
  .quote-richtext .quote-box .source {
    color: #a8aca1;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold; }
  .quote-richtext .quote-box blockquote:before, .quote-richtext .quote-box blockquote:after {
    top: 9px !important; }

.quote-richtext img {
  max-width: 180px; }

.quote-richtext .quote-box blockquote:before, .quote-richtext .quote-box blockquote:after {
  display: inline-block;
  color: #5fb4e5;
  position: relative;
  top: 16px;
  font-size: 48px;
  line-height: 24px;
  height: 24px;
  font-weight: bold; }

.quote-richtext .quote-box blockquote:before {
  content: '\201C';
  margin-right: 6px; }

.quote-richtext .quote-box blockquote:after {
  content: '\201D';
  margin-left: 6px; }

@media only screen and (max-width: 767px) {
  .quote-richtext .quote-box .separator {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .quote-richtext .quote-box {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .quote-richtext .common-wrapper {
    text-align: center; } }

@media screen and (max-width: 1100px) {
  .quote-richtext .quote-box blockquote {
    font-size: 30px;
    line-height: 1.2; } }

@media only screen and (max-width: 767px) {
  .quote-richtext .quote-box .source .text-left {
    text-align: center !important; } }

.feed-component p {
  color: var(--black);
  margin: 0 0 15px; }
  .feed-component p a {
    color: var(--pink);
    word-wrap: break-word; }
  @media only screen and (max-width: 1299px) {
    .feed-component p {
      font-size: 20px; } }
  @media only screen and (max-width: 999px) {
    .feed-component p {
      font-size: 18px; } }

.feed-component .socialfeedcontent a.more, .feed-component .feedcontainer a.more {
  display: inline-block;
  vertical-align: top;
  color: var(--pink); }
  .feed-component .socialfeedcontent a.more:hover, .feed-component .feedcontainer a.more:hover {
    text-decoration: underline; }

.feed-component h2 {
  color: var(--black);
  font-weight: 500;
  font-size: 36px;
  text-align: center; }

.feed-component .holder {
  border: 1px solid #d7d7d7;
  padding: 42px 37px;
  overflow: hidden; }
  @media only screen and (max-width: 1299px) {
    .feed-component .holder {
      padding: 30px 20px; } }

.feed-component .heading {
  background: var(--black);
  color: #fff;
  margin: -43px -38px 43px;
  padding: 35px 15px 10px 40px;
  font-size: 36px;
  line-height: 38px;
  min-height: 105px; }
  @media only screen and (max-width: 1299px) {
    .feed-component .heading {
      margin: -31px -21px 30px;
      padding: 20px 10px 10px 20px;
      font-size: 24px;
      line-height: 26px;
      min-height: 65px; } }
  .feed-component .heading a {
    color: #fff;
    display: inline;
    vertical-align: top;
    padding: 0 50px 0 0;
    position: relative;
    font-weight: 500;
    width: 100%;
    white-space: nowrap; }
    @media only screen and (max-width: 1299px) {
      .feed-component .heading a {
        padding: 0 40px 0 0;
        width: 100%; } }
    .feed-component .heading a:after {
      content: url(../icon_white_round_arrow_30.html);
      position: absolute;
      right: 0;
      top: 50%;
      width: 30px;
      height: 30px;
      margin-top: -15px; }
    .feed-component .heading a:before {
      /*content: "\f061";
        font: normal normal normal 16px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          position: absolute;
        right: 9px !important;
        top: 50%;
        margin-top: -9px !important;
        */
      /* this targets ie10/11 */
      /*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          right: 8px !important;
          margin-top: -8px !important;
        }*/ }
    .feed-component .heading a:hover {
      text-decoration: none;
      color: var(--pink); }
      .feed-component .heading a:hover:after {
        content: url(../icon_orange_round_arrow_30.html); }

.feed-component .feed-one-third-box {
  min-height: 340px; }
  @media only screen and (max-width: 767px) {
    .feed-component .feed-one-third-box {
      width: 100%;
      padding: 0 0 40px;
      min-height: 0; }
      .feed-component .feed-one-third-box .holder {
        height: auto !important; } }
  @media only screen and (max-width: 479px) {
    .feed-component .feed-one-third-box {
      padding: 0 0 20px; } }
  .feed-component .feed-one-third-box h2 {
    font-size: 16px;
    color: #a8aca1;
    line-height: 22px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 20px; }
    .feed-component .feed-one-third-box h2:after {
      content: '';
      display: block;
      height: 2px;
      width: 45px;
      margin: 7px 0 0;
      background: #a8aca1; }
    .feed-component .feed-one-third-box h2 a {
      color: var(--pink); }

.recent-stories .twitter-social-media {
  height: 0px;
  overflow: hidden;
  display: none; }

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(../grabbing.html) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

#tools {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  min-width: 60px;
  padding: 58px 17px 0 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #tools .tab-links {
    position: relative;
    z-index: 11;
    margin: 52px 0 0;
    padding: 0;
    list-style: none; }
    #tools .tab-links:after {
      content: '';
      display: block;
      clear: both; }
    #tools .tab-links > li {
      margin: -7px 0 18px 5px;
      position: relative;
      float: right;
      vertical-align: top; }
      #tools .tab-links > li .opener {
        opacity: 0;
        cursor: default;
        pointer-events: none;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out; }
      #tools .tab-links > li.share {
        clear: right; }
      #tools .tab-links > li > a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 26px;
        line-height: 40px;
        background: transparent;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        #tools .tab-links > li > a:hover {
          text-decoration: none; }
    #tools .tab-links .link {
      float: none;
      position: absolute;
      right: 50px;
      border-right: 1px solid #fff;
      text-transform: uppercase;
      padding: 0 21px;
      white-space: nowrap;
      min-width: 80px;
      text-align: right;
      margin: 0; }
      #tools .tab-links .link a {
        color: #fff;
        display: block;
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 26px;
        background: transparent !important;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
      #tools .tab-links .link.hidden {
        display: none; }
    #tools .tab-links .breadcrumbs {
      float: left; }
    #tools .tab-links.dark-theme * {
      color: var(--black); }
  #tools .share-links {
    overflow: hidden;
    float: right;
    display: none;
    background: #ccc;
    border-radius: 20px;
    clear: both;
    height: 40px; }
  #tools .tab-container {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    border-right: 72px solid black;
    /*ie8fix*/
    border-right: 72px solid rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #tools .tab-container .tab {
      height: 100%;
      /*ie8fix*/
      min-height: 100%;
      background: #475464;
      overflow-y: auto; }
      #tools .tab-container .tab .jcf-scrollable-wrapper {
        width: 100% !important; }
      #tools .tab-container .tab .container {
        height: 100vh !important;
        padding: 42px 25px 20px;
        width: 100% !important; }
      #tools .tab-container .tab .gsc-control-cse .container {
        padding: 0 70px 0 0;
        height: auto !important; }
      #tools .tab-container .tab .gsc-control-cse .jcf-scrollbar-vertical {
        top: 0;
        right: 44px;
        background: none; }
      #tools .tab-container .tab .gsc-control-cse .jcf-scrollbar-handle {
        width: 8px;
        background-color: #6C6E71;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px; }
    #tools .tab-container #quick-link {
      width: 482px; }
      #tools .tab-container #quick-link ul {
        padding: 19px 0 0;
        margin: 0;
        list-style: none;
        font-size: 20px;
        line-height: 22px; }
      #tools .tab-container #quick-link li {
        margin: 0 0 14px; }
      #tools .tab-container #quick-link a {
        color: #fff; }
        #tools .tab-container #quick-link a:hover {
          color: #fc6719;
          text-decoration: none; }
    #tools .tab-container #search-box {
      width: 100%; }
    #tools .tab-container #share-box {
      text-align: center;
      width: 105px; }
      #tools .tab-container #share-box .container {
        padding: 42px 15px 20px; }
  #tools .search-form {
    border-bottom: 2px solid #fc6719;
    height: 44px; }
    #tools .search-form:after {
      display: block;
      clear: both;
      content: '';
      height: 1%; }
    #tools .search-form .btn-send {
      float: right;
      margin: 4px 0 0 15px;
      background: none;
      border: none;
      font-weight: bold;
      color: #fff;
      font-size: 0;
      line-height: 0;
      padding: 0;
      height: 28px;
      width: 24px;
      outline: none;
      position: relative; }
      #tools .search-form .btn-send:before {
        position: absolute;
        content: "\f002";
        font: normal normal normal 24px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        left: 0;
        top: 2px;
        color: #fff; }
    #tools .search-form .input-holder {
      overflow: hidden;
      padding: 0 0 2px; }
    #tools .search-form .search-field {
      display: block;
      width: 100%;
      margin: 0;
      border: none;
      outline: none;
      padding: 0;
      background: none;
      color: #fff;
      line-height: 40px;
      height: 40px;
      font-size: 26px; }
      #tools .search-form .search-field::-webkit-input-placeholder {
        color: #b1b7bc; }
      #tools .search-form .search-field:-moz-placeholder {
        color: #b1b7bc; }
      #tools .search-form .search-field::-moz-placeholder {
        color: #b1b7bc;
        opacity: 1; }
      #tools .search-form .search-field:-ms-input-placeholder {
        color: #b1b7bc; }
  #tools .title {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    padding: 6px 0 24px;
    position: relative; }
    #tools .title:after {
      content: '';
      position: absolute;
      bottom: 10px;
      border-bottom: 2px solid #fc6719;
      left: 0;
      width: 50px; }
  #tools #share-box .title:after {
    left: 50%;
    margin-left: -25px; }
  #tools #share-box .social-networks {
    padding: 44px 0 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    font-size: 18px;
    line-height: 38px;
    text-align: left;
    white-space: nowrap; }
    #tools #share-box .social-networks li {
      display: block;
      margin: 0  0 11px; }
    #tools #share-box .social-networks a {
      color: #fff;
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 auto;
      border-radius: 50%;
      border: 1px solid #fff;
      text-decoration: none;
      text-align: center;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      #tools #share-box .social-networks a:hover {
        color: #fc6719;
        border-color: #fc6719; }
  #tools ul.breadcrumbs {
    margin: 8px 0 0;
    padding: 0 10px 0 0;
    list-style: none;
    border-right: 1px solid #fff; }
    #tools ul.breadcrumbs li {
      display: inline-block;
      vertical-align: top;
      padding: 3px 15px 3px 0;
      color: #fff;
      margin: 0 -4px 0 0; }
      #tools ul.breadcrumbs li + li:before {
        content: '>';
        display: inline-block;
        vertical-align: top;
        margin: 0 15px 0 0; }
      #tools ul.breadcrumbs li span {
        font-size: 14px; }
    #tools ul.breadcrumbs a {
      color: #fff;
      font-size: 14px;
      line-height: 16px; }
  #tools .dark-theme ul.breadcrumbs {
    border-right: 1px solid var(--black); }

/*.fixed-tools {
  #tools {
    position: fixed;
    width: 60px;
    .tab-links li .opener {
      pointer-events: auto ;
      cursor: pointer;
      opacity: 1;
    }
    .tab-links a {
      background:rgba(0, 0, 0, 0.37);
    }
    .tab-links .link {
      width: 0;
      overflow: hidden;
      height: 0;
      padding: 0;
      border:none;
    }
    .dark-theme *{
      color: #fff;
    }
  }
}*/
.tools-active #tools {
  position: fixed;
  padding: 58px 17px 0 0;
  width: 62px; }
  .tools-active #tools .tab-container {
    right: 0;
    opacity: 1; }
  .tools-active #tools .tab-links li {
    float: right;
    clear: right; }
  .tools-active #tools .tab-links li .opener {
    pointer-events: auto;
    cursor: pointer;
    opacity: 1; }
  .tools-active #tools .tab-links a {
    background: var(--black);
    position: relative; }
  .tools-active #tools .tab-links li.active:after {
    content: '';
    position: absolute;
    right: -17px;
    top: 0;
    background: var(--pink);
    width: 7px;
    height: 40px; }
  .tools-active #tools .tab-links li.active a i {
    opacity: 0;
    filter: alpha(opacity=0); }
  .tools-active #tools .tab-links li.active a:after {
    content: "\f00d";
    font: normal normal normal 24px/38px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiase;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 3px #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 1.4;
    background: #000;
    /*ie8fix*/
    background: rgba(0, 0, 0, 0.4); }
  .tools-active #tools .tab-links li.active a:hover:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .tools-active #tools .tab-links.dark-theme * {
    color: #fff !important; }
  .tools-active #tools .tab-links .link {
    right: -300px;
    display: block; }

.tools-active .breadcrumbs,
.fixed-tools .breadcrumbs {
  display: none; }

.tools-active.quick-links-active #tools .tab-links li {
  width: 0;
  overflow: hidden;
  height: 0;
  padding: 0;
  border: none;
  margin: 0; }

.tools-active.quick-links-active #tools .tab-links li.link {
  width: 40px;
  overflow: hidden;
  height: 40px;
  padding: 0;
  border: none;
  min-width: 0;
  position: relative;
  right: 0; }
  .tools-active.quick-links-active #tools .tab-links li.link a {
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 0;
    line-height: 0;
    background: var(--black) !important; }

div.gsc-control-cse {
  background-color: #475464 !important;
  border-color: #475464 !important;
  position: relative;
  padding: 47px 25px 20px 234px; }
  div.gsc-control-cse * {
    font-family: source-sans-pro, Arial, Helvetica, sans-serif !important; }
  div.gsc-control-cse .gsc-input-box {
    border: 0 none !important;
    border-bottom: 2px solid #fc6719 !important;
    height: 44px !important;
    background-color: #475464 !important; }
    div.gsc-control-cse .gsc-input-box > table {
      height: 100%; }
      div.gsc-control-cse .gsc-input-box > table .gsib_a {
        padding: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important; }
    div.gsc-control-cse .gsc-input-box.gsc-input-box-focus, div.gsc-control-cse .gsc-input-box.gsc-input-box-hover {
      -webkit-box-shadow: inset 0 0 0 transparent !important;
      box-shadow: inset 0 0 0 transparent !important; }
  div.gsc-control-cse .gsst_b {
    margin-right: 30px; }
    div.gsc-control-cse .gsst_b .gscb_a {
      color: white !important;
      margin-top: 2px; }
  div.gsc-control-cse .gsc-search-button {
    cursor: pointer; }
    div.gsc-control-cse .gsc-search-button:before {
      position: absolute;
      content: "\f002";
      font: normal normal normal 24px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      left: 0;
      top: 2px;
      color: #fff; }
    div.gsc-control-cse .gsc-search-button input {
      display: none; }
  div.gsc-control-cse input.gsc-input {
    line-height: 40px;
    height: 42px !important;
    font-size: 26px;
    color: white !important;
    background-color: transparent !important; }
  div.gsc-control-cse td.gsc-input {
    padding-right: 0 !important; }
  div.gsc-control-cse .gsc-result-info {
    padding-left: 0 !important;
    color: white !important; }
  div.gsc-control-cse .gsc-orderby-label {
    color: white !important; }
  div.gsc-control-cse .gsc-webResult.gsc-result,
  div.gsc-control-cse .gsc-results .gsc-imageResult {
    background-color: #475464 !important;
    border-color: #475464 !important; }
  div.gsc-control-cse .gsc-cursor-page {
    background-color: #475464 !important;
    color: white !important; }
    div.gsc-control-cse .gsc-cursor-page.gsc-cursor-current-page {
      border-color: white !important; }
  div.gsc-control-cse .gcsc-branding * {
    color: white !important; }
  div.gsc-control-cse .gs-title,
  div.gsc-control-cse .gs-snippet {
    color: white; }
  div.gsc-control-cse .gs-snippet {
    word-break: break-all; }
  div.gsc-control-cse .gs-webResult.gs-result a.gs-title:link,
  div.gsc-control-cse .gs-webResult.gs-result a.gs-title:link b,
  div.gsc-control-cse .gs-imageResult a.gs-title:link,
  div.gsc-control-cse .gs-imageResult a.gs-title:link b {
    color: white !important;
    font-weight: bold; }
  div.gsc-control-cse .gs-webResult.gs-result a.gs-title:visited,
  div.gsc-control-cse .gs-webResult.gs-result a.gs-title:visited b,
  div.gsc-control-cse .gs-imageResult a.gs-title:visited,
  div.gsc-control-cse .gs-imageResult a.gs-title:visited b {
    color: #DDDDDD !important; }
  div.gsc-control-cse .gs-webResult.gs-result a.gs-title:hover,
  div.gsc-control-cse .gs-webResult.gs-result a.gs-title:hover b,
  div.gsc-control-cse .gs-imageResult a.gs-title:hover,
  div.gsc-control-cse .gs-imageResult a.gs-title:hover b,
  div.gsc-control-cse .gs-visibleUrl {
    color: gray !important; }
  div.gsc-control-cse .gs-result > * {
    padding-left: 0 !important; }
  div.gsc-control-cse .gsc-selected-option-container {
    min-width: 75px; }

.tools-active #nav-overlay {
  display: block !important;
  opacity: 1 !important;
  left: 0;
  right: 72px;
  width: auto; }

@media only screen and (max-width: 999px) {
  #tools {
    right: 58px; }
  .tools-active #tools {
    right: 0; }
  .fixed-tools #tools {
    right: 0;
    top: 105px;
    padding: 0 30px 0 0; }
  .tools-active.fixed-tools #tools {
    padding: 0 17px 0 0; }
  .tools-active.quick-links-active #tools {
    top: 0;
    padding: 58px 17px 0 0; } }

@media only screen and (max-width: 767px) {
  #tools .breadcrumbs {
    display: none; } }

@media only screen and (max-width: 650px) {
  #tools {
    padding: 22px 15px 0 0;
    right: 58px;
    width: 180px; }
    #tools .link-box {
      padding: 0 10px; }
    #tools .title {
      font-size: 20px;
      line-height: 22px; }
    #tools .tab-container .tab .container {
      padding: 15px 10px; }
    #tools .tab-container #quick-link {
      width: 260px; }
      #tools .tab-container #quick-link ul {
        padding: 10px 0 0;
        font-size: 16px;
        line-height: 18px; }
      #tools .tab-container #quick-link li {
        margin: 0 0 10px; }
    #tools .tab-container #share-box {
      width: 105px; }
      #tools .tab-container #share-box .container {
        padding: 15px 10px; }
      #tools .tab-container #share-box .social-networks {
        padding: 10px 0 0; }
  .tools-active #tools {
    padding: 22px 17px 0 0; }
  .fixed-tools #tools {
    right: 0;
    top: 67px;
    padding: 0 18px 0 0; }
  .tools-active.quick-links-active #tools {
    padding: 16px 17px 0 0; }
  .search-active #tools .search-form {
    width: 100%; } }

@media only screen and (max-width: 340px) {
  #tools .tab-container {
    width: 0 !important; }
  .tools-active #tools .tab-container {
    width: 100% !important; }
  .tools-active #tools .gsc-control-cse {
    width: 100%; } }

.search-active.tools-active #tools .tab-container {
  width: 100%;
  border-right: none; }

.search-active.tools-active #tools .search .tab-link:after {
  background-color: transparent; }

.search-active.tools-active #tools .search:after {
  display: none; }

.search-active #menu .menu-box {
  background: linear-gradient(to right, #000000 0%, #2b2b2b 100%); }

@media only screen and (max-width: 999px) {
  .search-active .gsc-control-cse {
    padding-left: 25px; } }

.filter-heading {
  background: #fff;
  position: relative;
  /* custom select styles */ }
  .filter-heading:before {
    content: '';
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    /*border-bottom: 5px solid #5fb4e5;*/ }
  .filter-heading .component-pad {
    padding: 0 50px; }
    @media only screen and (max-width: 999px) {
      .filter-heading .component-pad {
        padding: 0 40px; } }
  .filter-heading h1 {
    font-size: 48px;
    line-height: 1.4;
    margin: 0 0 20px;
    color: var(--black);
    font-weight: 900;
    text-transform: uppercase; }
  .filter-heading .content {
    max-width: 670px; }
    .filter-heading .content p {
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 10px;
      color: var(--black); }
  .filter-heading .sub-title {
    display: inline-block;
    vertical-align: top;
    margin: 0 -25px 0 0;
    padding: 0 7px 0 0;
    border-bottom: 2px solid #cac9c9; }
  .filter-heading .filter-form-wrapper {
    position: relative;
    max-width: 1400px;
    /*margin: 50px auto 0;*/
    margin: 0 auto; }
    .filter-heading .filter-form-wrapper:after {
      display: block;
      clear: both;
      content: ''; }
  .filter-heading .filter-form:after {
    display: block;
    clear: both;
    content: ''; }
  .filter-heading .select-box {
    float: right;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    color: var(--black);
    white-space: nowrap;
    max-width: 600px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .filter-heading .select-box.activated {
      max-width: 550px; }
  .filter-heading .jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 0 20px;
    min-width: 100px;
    max-width: 300px;
    text-align: left;
    height: 32px;
    border-bottom: 2px solid #cac9c9; }
  .filter-heading .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .filter-heading .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    display: block;
    font-size: 26px;
    line-height: 30px;
    margin: 0 32px 0 0;
    color: var(--pink); }
  .filter-heading .jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: url(../png/sprite.png) no-repeat -219px -83px;
    background-size: 300px auto;
    width: 13px;
    bottom: 0;
    right: 0;
    top: 0;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .filter-heading .jcf-select .jcf-select-opener {
        background-position: -219px -90px; } }
  .filter-heading .jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px; }
  .filter-heading .jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto; }
  @media only screen and (max-width: 767px) {
    .filter-heading h1 {
      font-size: 36px;
      font-weight: 700; }
    .filter-heading .filter-form-wrapper {
      margin: 0 auto 0 auto; }
    .filter-heading .filter-form {
      position: static; }
    .filter-heading .select-box {
      font-size: 20px;
      line-height: 22px;
      margin: 0 -20px 0 0; }
      .filter-heading .select-box.activated {
        max-width: 400px; }
    .filter-heading .jcf-select .jcf-select-text {
      font-size: 20px;
      line-height: 22px; }
    .filter-heading .jcf-select {
      height: 24px;
      margin: 0 20px 10px 0; }
    .filter-heading .sub-title {
      margin: 0 -5px  10px 0; } }
  @media only screen and (max-width: 479px) {
    .filter-heading .select-box {
      white-space: normal;
      float: none;
      max-width: 500px; }
    .filter-heading h1 {
      font-size: 28px;
      font-weight: 700; } }
  .filter-heading.phase-two .select-box {
    max-width: inherit; }
  .filter-heading.phase-two .jcf-select .jcf-select-opener {
    bottom: inherit;
    height: 20px; }
  .filter-heading.phase-two .jcf-select .jcf-select-text {
    min-width: 130px; }
  @media only screen and (max-width: 767px) {
    .filter-heading.phase-two .sub-title {
      position: absolute; }
    .filter-heading.phase-two .select-box {
      margin: 0; }
    .filter-heading.phase-two .jcf-select {
      margin-top: 15px;
      width: 100%; }
    .filter-heading.phase-two .sub-title + * > .jcf-hidden:first-child + .jcf-select {
      margin-top: 0;
      padding-left: 60px; } }

body > .jcf-select-drop {
  position: absolute;
  margin: 0;
  z-index: 10; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

/* select options styles */
.jcf-list {
  display: block;
  position: relative;
  background: #fff;
  line-height: 22px;
  font-size: 18px;
  width: 100%;
  min-width: 150px;
  float: right;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 479px) {
    .jcf-list {
      float: none; } }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

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

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  cursor: pointer;
  display: block;
  padding: 5px;
  color: var(--black);
  height: 1%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
  margin: 2px 0; }

.jcf-list .jcf-disabled {
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  color: var(--pink); }

.jcf-list .jcf-optgroup-caption {
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: var(--pink); }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

.common-wrapper .filter-heading {
  position: static; }

.filter-flyout {
  background-color: var(--black);
  position: absolute;
  top: -10px;
  z-index: 150;
  width: 100%;
  display: none;
  left: 2px; }
  @media only screen and (max-width: 767px) {
    .filter-flyout {
      top: -20px; } }
  .filter-flyout:before, .filter-flyout:after {
    display: block;
    content: '';
    clear: both; }
  .filter-flyout ul {
    -moz-column-gap: 20px;
    -moz-column-count: 3;
    -webkit-column-gap: 0px;
    -webkit-column-count: 3;
    column-gap: 20px;
    column-count: 3;
    margin: 10px 0 10px 0;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .filter-flyout ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1; } }
    .filter-flyout ul li {
      list-style: none;
      padding: 15px 0 15px 20px;
      border-right: 1px solid #3a4a59; }
      @media only screen and (max-width: 767px) {
        .filter-flyout ul li {
          padding-botton: 20px; } }
      .filter-flyout ul li label {
        color: #fff;
        margin-left: 20px; }
      .filter-flyout ul li:hover {
        cursor: pointer; }
      .filter-flyout ul li:hover label {
        color: var(--pink); }
      .filter-flyout ul li input[type="radio"]:checked + label {
        color: var(--pink); }
      .filter-flyout ul li:hover input[type='radio'] {
        background: var(--pink); }
      .filter-flyout ul li:hover input[type='radio']:before, .filter-flyout ul li input[type='radio']:checked:before {
        background: var(--pink); }
      .filter-flyout ul li input[type='radio']:before {
        content: '';
        display: block;
        width: 65%;
        height: 65%;
        margin: 12%;
        border-radius: 50%; }

.filter-box {
  position: relative;
  background: #fff;
  padding: 25px 0 15px 40px;
  margin-bottom: 10px; }
  .filter-box:before, .filter-box:after {
    display: block;
    content: '';
    clear: both; }
  .filter-box .sub-title {
    float: left;
    padding: 10px 25px 6px 0;
    margin: 0 25px 0 0;
    border-right: 1px solid #cac9c9;
    color: var(--black);
    font-weight: 300;
    font-size: 14px;
    line-height: 24px; }
  .filter-box .filter-title {
    float: left;
    cursor: pointer;
    padding: 10px;
    color: var(--pink); }
    .filter-box .filter-title:hover {
      color: var(--pink); }
    .filter-box .filter-title .select-opener {
      background: url(../png/sprite.png) no-repeat -219px -90px;
      background-size: 300px auto;
      width: 13px;
      height: 19px;
      float: right;
      margin: 0 0 0 20px; }
  .filter-box .jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    min-width: 150px;
    max-width: 200px;
    height: 32px;
    padding: 0 0 6px; }
    .filter-box .jcf-select .jcf-list {
      left: 40px; }
  .filter-box .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin: 0 32px 0 0;
    color: var(--pink); }
  .filter-box .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: url(../png/sprite.png) no-repeat -219px -88px;
    background-size: 300px auto;
    width: 13px;
    bottom: 0;
    right: 0;
    top: 0;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .filter-box .jcf-select-opener {
        background-position: -219px -88px; } }
  @media only screen and (max-width: 767px) {
    .filter-box {
      position: static;
      display: block;
      margin: 0 0 20px; } }

.filter-categories .container {
  position: relative; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider:hover .slick-slider .slick-prev, .slick-slider:hover .slick-slider .slick-next {
    opacity: 1 !important; }
  .slick-slider .slick-prev, .slick-slider .slick-next {
    background: url("../png/sprite.png") no-repeat 0 -270px;
    width: 29px !important;
    height: 52px !important;
    z-index: 4 !important;
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    padding: 0;
    margin-top: -26px;
    outline: none; }
    @media only screen and (max-width: 767px) {
      .slick-slider .slick-prev, .slick-slider .slick-next {
        height: 52px !important;
        margin-top: -26px; } }
  .slick-slider .slick-prev {
    left: 0; }
  .slick-slider .slick-next {
    background-position: -30px -270px;
    right: 0; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.infographic .infographic-image-container {
  cursor: pointer;
  position: relative; }

.infographic-area img {
  width: 100%; }

.infographic span.infographic-title {
  line-height: 48px;
  color: var(--pink);
  font-weight: bolder;
  font-size: 18px; }

.infographic a:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.37);
  border-radius: 50%;
  height: 42px;
  width: 42px;
  top: 12px;
  right: 12px; }

.infographic a:after {
  position: absolute;
  content: "\f00e";
  font: normal normal normal 20px/0px FontAwesome;
  color: #fff;
  top: 31.5px;
  right: 23px; }

.infographic-section {
  color: #fff;
  z-index: 100001 !important;
  position: fixed;
  left: -99999px;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  min-width: 320px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .infographic-section .infographic-container {
    position: fixed;
    top: 50%;
    left: -9999px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }
    .infographic-section .infographic-container .sub-title {
      font-size: 18px;
      border-bottom: 2px solid #fff;
      padding: 0 0 10px 0; }
    .infographic-section .infographic-container .title {
      font-size: 30px;
      margin: 30px 0 20px 0; }
    .infographic-section .infographic-container .close {
      position: absolute;
      right: 40px; }
      .infographic-section .infographic-container .close a:after {
        content: "\f00d";
        font: normal normal normal 24px/38px FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiase;
        color: #fff;
        position: absolute;
        top: 0;
        left: 50px;
        border: solid 3px #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        line-height: 1.4;
        background: #000;
        /*ie8fix*/
        background: rgba(0, 0, 0, 0.4); }
  .infographic-section .infographic-section-active {
    opacity: 1;
    left: 0; }
    .infographic-section .infographic-section-active .infographic-container {
      left: 50%; }
  @media only screen and (max-width: 675px) {
    .infographic-section .infographic-container .close a:after {
      top: -50px;
      left: 0px; } }

.infographic-section-active {
  opacity: 1;
  left: 0; }
  .infographic-section-active .infographic-container {
    left: 50%; }

@media only screen and (max-device-width: 414px) and (max-width: 414px) and (max-device-height: 736px) and (orientation: portrait) {
  .infographic-area {
    width: 302px !important;
    height: 171px !important; } }

@media only screen and (max-device-width: 736px) and (max-device-height: 414px) and (min-width: 415px) and (min-device-width: 540px) and (min-device-height: 330px) and (orientation: landscape) {
  .infographic-area {
    width: 485px !important;
    height: 273px !important; }
  .infographic-section .infographic-container .sub-title {
    font-size: 12px;
    border-bottom: 1px solid #fff;
    padding: 0 0px 0 0; }
  .infographic-section .infographic-container .title {
    font-size: 18px;
    margin: -2px 0px -3px 0; }
  .infographic-section .infographic-container .close a:after {
    top: 0px;
    left: 42px;
    font: normal normal normal 13px/38px FontAwesome;
    border: solid 2px #FFF;
    width: 21px;
    height: 21px;
    line-height: 1.4; } }

.carousel-component blockquote {
  text-align: center;
  color: #5b7e96; }
  .carousel-component blockquote q {
    font-size: 24px;
    line-height: 1.3; }

.carousel-component .slider-image {
  color: #fff; }
  .carousel-component .slider-image .slide {
    overflow: hidden;
    position: relative;
    min-height: 520px;
    /* move the links to the top of the z index stack to allow clicking them */ }
    .carousel-component .slider-image .slide:after {
      content: '';
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      opacity: 0.7;
      /*
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAyIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(left,  rgba(0,0,0,0.56) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.43) 56%, rgba(0,0,0,0.1) 87%, rgba(0,0,0,0.02) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.56)), color-stop(40%,rgba(0,0,0,0.55)), color-stop(56%,rgba(0,0,0,0.43)), color-stop(87%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.02)));
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
        background: -o-linear-gradient(left,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
        background: -ms-linear-gradient(left,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
        background: linear-gradient(to right,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.55) 40%,rgba(0,0,0,0.43) 56%,rgba(0,0,0,0.1) 87%,rgba(0,0,0,0.02) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f000000', endColorstr='#05000000',GradientType=1 );
      */ }
    .carousel-component .slider-image .slide a {
      z-index: 2; }
  .carousel-component .slider-image .bg-stretch {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    .carousel-component .slider-image .bg-stretch img {
      width: 100%;
      height: auto; }
  .carousel-component .slider-image .content-section {
    position: relative;
    z-index: 2;
    width: 50%;
    max-width: 500px;
    top: 0;
    left: 0;
    padding: 95px 0 10px 80px; }
  .carousel-component .slider-image .img-section {
    position: absolute;
    z-index: 2;
    width: 45%;
    max-width: 680px;
    top: 0;
    right: 0;
    padding: 80px 25px 0 10px;
    text-align: center; }
    .carousel-component .slider-image .img-section img {
      vertical-align: top;
      max-width: 100%;
      height: auto; }
  .carousel-component .slider-image h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 24px; }
    .carousel-component .slider-image h4 span {
      display: inline-block;
      position: relative; }
      .carousel-component .slider-image h4 span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 50px;
        bottom: -6px;
        border-bottom: 2px solid #fff; }
  .carousel-component .slider-image h2 {
    font-weight: 500;
    font-size: 36px;
    margin: 0 0 12px;
    line-height: 1.2; }
  .carousel-component .slider-image p {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 30px 0;
    color: #fff; }
  .carousel-component .slider-image .rounded-more-wht-btn {
    margin: 30px auto 0; }
  .carousel-component .slider-image .rounded-more-blue-btn {
    font-size: 8px;
    margin-top: -3px;
    right: 7px !important; }
  .carousel-component .slider-image .rounded-more-wht-btn.play a:after {
    content: url(../icon_white_round_video_22.html); }
  .carousel-component .slider-image .rounded-more-wht-btn.play a:hover:after {
    content: url(../icon_orange_round_video_22.html); }
  .carousel-component .slider-image .rounded-video-wht-btn a:after {
    /*right: 6px !important;*/ }
  .carousel-component .slider-image .heading-component {
    text-align: center;
    position: relative;
    z-index: 3; }
    .carousel-component .slider-image .heading-component p {
      font-size: 24px;
      line-height: 1.3;
      max-width: 900px;
      margin: -7px auto 60px;
      color: #5b7e96; }
    @media only screen and (max-width: 767px) {
      .carousel-component .slider-image .heading-component {
        padding: 0 40px; }
        .carousel-component .slider-image .heading-component p {
          margin: -10px auto 40px; } }
    .carousel-component .slider-image .heading-component .rounded-more-btn {
      text-align: center;
      margin: -40px auto 40px; }
  .carousel-component .slider-image .slick-prev {
    left: 20px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .carousel-component .slider-image .slick-next {
    right: 20px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .carousel-component .slider-image:hover .slick-prev,
  .carousel-component .slider-image:hover .slick-next {
    opacity: 1 !important; }

@media only screen and (max-width: 999px) {
  .carousel-component .slider-image .content-section {
    width: 100%;
    max-width: 400px;
    padding: 65px 60px 10px; }
  .carousel-component .slider-image .slick-prev {
    left: 10px; }
  .carousel-component .slider-image .slick-next {
    right: 10px; }
  .carousel-component .slider-image .img-section {
    width: 40%; } }

@media only screen and (max-width: 767px) {
  .carousel-component .slider-image .image {
    position: static; }
    .carousel-component .slider-image .image img {
      width: 100% !important;
      height: auto !important;
      margin: 0 !important; }
  .carousel-component .slider-image .slide {
    height: auto !important; }
  .carousel-component .slider-image .content-section {
    padding: 65px 40px 40px;
    position: relative;
    max-width: 100%; }
  .carousel-component .slider-image .img-section {
    display: none !important; }
  .carousel-component .slider-image h2 {
    line-height: 1;
    font-size: 27px;
    margin: 0 0 22px; }
  .carousel-component .slider-image .slick-prev {
    left: 5px; }
  .carousel-component .slider-image .slick-next {
    right: 5px; }
  .carousel-component .slider-image .rounded-more-wht-btn {
    margin: 60px auto; } }

@media only screen and (max-width: 767px) {
  .carousel-component {
    margin: 0 -40px; } }

.carousel-component .text-wrap {
  color: var(--black); }
  .carousel-component .text-wrap p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    color: var(--black); }
  .carousel-component .text-wrap h3 {
    color: #5b7e96;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px; }

.carousel-component .slide-table {
  display: table;
  position: relative;
  z-index: 3;
  color: var(--black);
  font-size: 14px;
  line-height: 19px;
  padding-top: 20px; }
  @media only screen and (max-width: 767px) {
    .carousel-component .slide-table {
      margin: 0;
      display: block;
      padding: 0 40px; } }
  .carousel-component .slide-table p {
    color: var(--black);
    font-size: 14px;
    line-height: 19px;
    margin: 0; }
  .carousel-component .slide-table h3 {
    margin: 0 0 10px;
    color: #5b7e96;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px; }
    .carousel-component .slide-table h3 span {
      font-weight: normal; }
  .carousel-component .slide-table h3.spcl-cse {
    line-height: 24px;
    font-weight: normal; }
  .carousel-component .slide-table ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .carousel-component .slide-table ul li {
      margin: 0 0 15px; }
  .carousel-component .slide-table .text-left {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    text-align: right;
    padding-left: 80px; }
    @media only screen and (max-width: 767px) {
      .carousel-component .slide-table .text-left {
        display: block;
        width: 100%;
        text-align: left; } }
    .carousel-component .slide-table .text-left h3 {
      line-height: 1.4;
      font-weight: normal; }
  .carousel-component .slide-table .image-center {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    padding: 0 10px;
    text-align: center; }
    .carousel-component .slide-table .image-center img {
      width: 100%;
      height: auto;
      vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .carousel-component .slide-table .image-center {
        display: block;
        padding: 15px 0;
        width: 100%; } }
  .carousel-component .slide-table .text-right {
    text-align: left;
    display: table-cell;
    vertical-align: top;
    width: 30%;
    padding-right: 80px; }
    @media only screen and (max-width: 767px) {
      .carousel-component .slide-table .text-right {
        display: block;
        width: 100%;
        text-align: left; } }
    .carousel-component .slide-table .text-right h3 {
      line-height: 1.4;
      font-weight: normal; }

.carousel-component.phase-two {
  margin-bottom: 40px; }
  .carousel-component.phase-two .slider-image .content-section {
    max-width: inherit;
    padding: 95px 80px 10px 80px;
    width: auto; }
    .carousel-component.phase-two .slider-image .content-section .rounded-more-wht-btn {
      font-size: 14px; }
  .carousel-component.phase-two .slider-image .slide {
    min-height: 475px; }
  @media only screen and (max-width: 767px) {
    .carousel-component.phase-two .slider-image .content-section {
      padding: 65px 40px 10px; }
    .carousel-component.phase-two .slider-image h4 {
      margin-bottom: 35px; }
    .carousel-component.phase-two .slider-image h2 {
      margin-bottom: 25px; }
    .carousel-component.phase-two .slider-image .rounded-more-wht-btn {
      margin: 0 auto; } }

.carousel .intro-inner .home-text-right {
  text-align: right; }
  .carousel .intro-inner .home-text-right div {
    text-align: right !important; }

.carousel .intro-inner .home-text-center {
  text-align: center; }
  .carousel .intro-inner .home-text-center div {
    text-align: center !important; }

.carousel .intro-inner .home-text-left {
  text-align: left; }
  .carousel .intro-inner .home-text-left div {
    text-align: left !important; }

.carousel .intro-inner .home-text-top {
  bottom: initial !important; }

.carousel .intro-inner .home-text-bottom {
  bottom: 12%; }

.carousel .intro-inner .rvb-text-dark {
  color: var(--black); }

.carousel .intro-inner .rvb-text-light {
  color: #ffffff; }

.carousel .intro-inner .home-rvb-orange {
  color: #ff671b; }

.carousel .intro-inner .home-rvb-marigold {
  color: #ffb022; }

.carousel .intro-inner .home-rvb-marine-blue {
  color: #6bb5e4; }

.carousel .intro-inner .home-rvb-stone {
  color: #5b7f95; }

.carousel .intro-inner .home-rvb-pantone {
  color: #435464; }

.carousel .intro-inner .home-rvb-titanium {
  color: #a7aca2; }

/* Carousel Enhancement */
.carousel-enhancement .slide h2 {
  margin-top: 20px; }

.carousel-enhancement .content-section {
  max-width: initial !important; }

.carousel-enhancement p {
  margin-bottom: 20px !important; }

.carousel-enhancement p.rvb-text-dark {
  color: var(--black) !important; }

@media only screen and (max-width: 767px) {
  .carousel-enhancement .container.fluid .row {
    margin: 0; } }

.carousel-enhancement .slick-prev, .carousel-enhancement .slick-next {
  opacity: 1 !important; }

/* Two Pane Carousel */
.two-pane-carousel .slick-slider .slick-list.draggable {
  height: auto !important; }

.two-pane-carousel .slick-slider .slick-prev {
  left: 15px; }

.two-pane-carousel .slick-slider .slick-next {
  right: 15px; }

.two-pane-carousel .single-box {
  background-image: none; }

#slidercarousel .carousel-component .slider-image .bg-stretch img {
  margin-top: auto !important; }

#slidercarousel .carousel-component .slider-image .slick-cloned .bg-stretch img {
  width: 100% !important;
  height: auto !important;
  margin-top: auto !important; }

#slidercarousel .carousel-component .slider-image .content-section {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1000px;
  top: 0;
  left: 0;
  padding: 35px 0 35px 80px; }

#slidercarousel .carousel-component .slider-image .slide {
  overflow: hidden;
  position: relative;
  min-height: 175px !important;
  margin-right: 5px; }

#slidercarousel .carousel-component .slider-image h2 {
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 12px;
  line-height: 1.2; }

.carousel-component .slide .home-text-right {
  text-align: right; }
  .carousel-component .slide .home-text-right div {
    text-align: right !important; }

.carousel-component .slide .home-text-center {
  text-align: center; }
  .carousel-component .slide .home-text-center div {
    text-align: center !important; }

.carousel-component .slide .home-text-left {
  text-align: left; }
  .carousel-component .slide .home-text-left div {
    text-align: left !important; }

.carousel-component .slide .home-text-top {
  bottom: initial !important; }

.carousel-component .slide .home-text-bottom {
  bottom: 12%; }

.carousel-component .slide .rvb-text-dark {
  color: var(--black); }
  .carousel-component .slide .rvb-text-dark p, .carousel-component .slide .rvb-text-dark h2 {
    color: var(--black); }

.carousel-component .slide .rvb-text-light {
  color: #ffffff; }
  .carousel-component .slide .rvb-text-light p, .carousel-component .slide .rvb-text-light h2 {
    color: #ffffff; }

.carousel-component .slide .home-rvb-orange {
  color: #ff671b; }
  .carousel-component .slide .home-rvb-orange p, .carousel-component .slide .home-rvb-orange h2 {
    color: #ff671b; }

.carousel-component .slide .home-rvb-marigold {
  color: #ffb022; }
  .carousel-component .slide .home-rvb-marigold p, .carousel-component .slide .home-rvb-marigold h2 {
    color: #ffb022; }

.carousel-component .slide .home-rvb-marine-blue {
  color: #6bb5e4; }
  .carousel-component .slide .home-rvb-marine-blue p, .carousel-component .slide .home-rvb-marine-blue h2 {
    color: #6bb5e4; }

.carousel-component .slide .home-rvb-stone {
  color: #5b7f95; }
  .carousel-component .slide .home-rvb-stone p, .carousel-component .slide .home-rvb-stone h2 {
    color: #5b7f95; }

.carousel-component .slide .home-rvb-pantone {
  color: #435464; }
  .carousel-component .slide .home-rvb-pantone p, .carousel-component .slide .home-rvb-pantone h2 {
    color: #435464; }

.carousel-component .slide .home-rvb-titanium {
  color: #a7aca2; }
  .carousel-component .slide .home-rvb-titanium p, .carousel-component .slide .home-rvb-titanium h2 {
    color: #a7aca2; }

#slidercarousel2 .carousel-component .slider-image a {
  overflow: hidden;
  position: relative;
  margin-right: 5px;
  display: inline-block; }

#slidercarousel2 .carousel-component .slider-image .slide {
  overflow: hidden;
  position: relative;
  min-height: 175px !important;
  margin-right: 5px; }
  #slidercarousel2 .carousel-component .slider-image .slide a {
    z-index: 2; }

#slidercarousel2 .carousel-component .slider-image h2 {
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 12px;
  line-height: 1.2; }

#slidercarousel2 .carousel-component .slider-image .content-section {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1000px;
  top: 0;
  left: 0;
  padding: 1px 0 20px 5px; }

#slidercarousel2 .carousel-component .slider-image h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 24px;
  color: var(--black);
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  font-style: normal;
  margin: 20px 5% 10px 5%;
  font-weight: normal;
  letter-spacing: -.6px; }

@media only screen and (max-width: 999px) {
  #slidercarousel2 .carousel-component .slider-image h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 24px;
    color: var(--black);
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-style: normal;
    margin: 20px 5% 10px 5%;
    font-weight: normal;
    letter-spacing: -.6px; } }

#slidercarousel2 .bluelink {
  color: #5fb4e5;
  text-align: left;
  font-weight: normal;
  margin: 0 5% 36px 5%; }

#slidercarousel2 .bluelink:hover {
  text-decoration: underline; }

#slidercarousel2 img {
  width: 100%;
  max-height: 250px !important; }

#slidercarousel2 .videoareacar {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  position: relative; }

#slidercarousel2 .videoareacar:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../play-icon.html);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 50% 50%; }

#slidercarousel2 .videoareacar:nth-child(2n+1):after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../trg.html);
  background-repeat: no-repeat;
  background-size: 33px 15px;
  background-position: 50% 100%;
  top: 0px; }

#slidercarousel2 .videoareacar:nth-child(2n):after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../trg.html);
  background-repeat: no-repeat;
  background-size: 33px 15px;
  background-position: 50% 100%;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

#slidercarousel2 .novideoareacar {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  position: relative; }

#slidercarousel2 .novideoareacar:nth-child(2n+1):after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../trg.html);
  background-repeat: no-repeat;
  background-size: 33px 15px;
  background-position: 50% 100%;
  top: 0px; }

#slidercarousel2 .novideoareacar:nth-child(2n):after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../trg.html);
  background-repeat: no-repeat;
  background-size: 33px 15px;
  background-position: 50% 100%;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

#slidercarousel2 .carimageclass {
  position: relative;
  z-index: -1;
  display: block; }

#slidercarousel2 .novideocontent {
  padding: 25px !important; }

#slidercarousel2 .linkcontent {
  position: relative;
  display: inline-block;
  z-index: 99;
  padding-top: 20px;
  color: var(--black) !important;
  text-align: left;
  padding-left: 25px;
  font-weight: normal;
  font-size: 15px !important;
  margin-bottom: 0px; }

.noline {
  text-decoration: none !important; }

.titlepos {
  position: absolute;
  top: 10px;
  color: #fff !important; }

.titlecta {
  position: absolute;
  margin: 0px !important;
  top: 90px;
  padding-left: 19px;
  z-index: 99999; }

.right-column #slidercarousel .carousel-component .slider-image .content-section {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1000px;
  top: 0;
  left: 0;
  padding: 34px 40px 40px 40px; }

.right-column #slidercarousel .carousel-component .slider-image .slide {
  width: 346px !important; }

@media only screen and (max-width: 999px) {
  .right-column #slidercarousel .carousel-component .slider-image .content-section {
    padding-left: 69px;
    padding-right: 69px;
    width: 100%; } }

.two-columns .right-column .top-space-more {
  padding-top: 120px !important; }

.two-columns .right-column .bottom-space-more {
  padding-bottom: 120px !important; }

.right-column .no-bottom-space {
  padding-top: 60px !important; }

.right-column .no-top-space {
  padding-bottom: 60px !important; }

.eventnewdesign .slick-slider .slick-next {
  right: 20px; }

.eventnewdesign .slick-slider .slick-prev {
  left: 20px; }

.eventnewdesign .carousel-component .slider-image div.rounded-clear-blue-btn a:after {
  content: url(../icon_orange_round_arrow_22.html);
  width: 24px;
  margin-top: -12px; }

.eventnewdesign .carousel-component .slider-image .content-section {
  width: 100%;
  max-width: none;
  padding-right: 80px;
  text-align: justify; }

.eventnewdesign .carousel-component .slide p {
  text-align: left;
  margin: 0; }

.eventnewdesign #slidercarousel2 .carousel-component {
  margin: 20px; }

.eventnewdesign .tabs-component .tab-content h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: var(--black);
  margin: 0 0 20px; }

.eventnewdesign .tabs-component .tab-content .text-wrap h3 {
  font-size: 1.5em;
  font-weight: normal !important; }

.eventnewdesign .tabs-component .tab-content .blockquote q {
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  color: var(--black); }

.eventnewdesign .tabs-component .tab-content left-column {
  width: 66%;
  float: left; }

.eventnewdesign .tabs-component .tab-content right-column {
  width: 33%;
  float: right;
  display: block !important; }

.eventnewdesign .tabs-component .tab-content p {
  color: var(--black);
  margin: 0 0 10px;
  font-size: 18px;
  text-align: left; }

.eventnewdesign .tabs-component .tab-content .enhanced-richtext .text-wrapper ol li {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
  color: var(--black); }

.eventnewdesign .tabs-component .tab-content .enhanced-richtext .text-wrapper ul li {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
  color: var(--black);
  list-style: none; }
  .eventnewdesign .tabs-component .tab-content .enhanced-richtext .text-wrapper ul li:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--black); }

.eventnewdesign .forms-two-columns .tabs-component ul {
  padding-left: 40px; }
  .eventnewdesign .forms-two-columns .tabs-component ul li {
    margin: 0px 0px 18px 0px; }

.eventnewdesign .forms-two-columns .tabs-component .tabset {
  padding-left: 0px !important; }

.eventnewdesign .forms-two-columns .tabs-component .enhanced-tab .right-column {
  width: 33%;
  padding-top: 30px;
  display: inline !important; }

.eventnewdesign .forms-two-columns .tabs-component .enhanced-tab .left-column {
  width: 66%; }

.eventnewdesign .forms-two-columns .tabs-component .enhanced-tab .one-column .left-column {
  width: 82%; }

.rvb-grey {
  background-color: #d8dcdf; }

.cq-element-content-footer-par .slick-slider .slick-next {
  right: 60px; }

.cq-element-content-footer-par .slick-slider .slick-prev {
  left: 60px; }

.add-information {
  padding: 0 0 24px !important; }

.carousel-component .slider-image.sm-carousel .content-section {
  width: 54%;
  padding: 60px 50px 60px 50px !important; }

.carousel-component .slider-image.sm-carousel .slide {
  overflow: hidden;
  position: relative;
  min-height: 300px !important; }

.carousel-component .slider-image.sm-carousel .rounded-plus-wht-btn, .carousel-component .slider-image.sm-carousel .rounded-plus-btn, .carousel-component .slider-image.sm-carousel div.rounded-plus-wht-btn, .carousel-component .slider-image.sm-carousel div.rounded-more-wht-btn, .carousel-component .slider-image.sm-carousel div.rounded-more-btn, .carousel-component .slider-image.sm-carousel div.rounded-download-btn, .carousel-component .slider-image.sm-carousel div.rounded-video-wht-btn, .carousel-component .slider-image.sm-carousel div.rounded-more-blue-btn, .carousel-component .slider-image.sm-carousel div.rounded-clear-blue-btn, .carousel-component .slider-image.sm-carousel div.rounded-arrow-btn {
  text-align: left; }

.carousel-component .slider-image.sm-carousel .rounded-more-blue-btn {
  text-align: left;
  font-size: 17px; }

.carousel-component .slider-image.sm-carousel .rounded-clear-blue-btn {
  text-align: left; }

.carousel-component .slider-image.sm-carousel .content-section h2 {
  font-size: 30px; }

.carousel-component .slider-image.sm-carousel .content-section p {
  font-size: 18px; }

@media only screen and (max-width: 999px) {
  .carousel-component .slider-image.sm-carousel .content-section {
    width: 100%; } }

#view-more-section {
  position: absolute;
  z-index: 102;
  left: -9999px;
  opacity: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: var(--black);
  min-width: 320px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  #view-more-section .common-wrapper {
    padding: 0 0 0 250px;
    position: static; }
  #view-more-section .container {
    overflow-y: auto;
    max-width: 100%;
    margin: 0;
    height: calc(100vh - 132px); }
  #view-more-section .links-box {
    overflow: hidden;
    padding: 8px 0 0 25px;
    letter-spacing: -4px; }
  #view-more-section .col {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    min-width: 225px;
    max-width: 318px;
    letter-spacing: normal;
    padding: 40px 30px 0 0; }
    #view-more-section .col h2 {
      color: #fff;
      font-size: 28px;
      line-height: 32px;
      font-weight: normal;
      margin: 0 0 5px; }
      #view-more-section .col h2 a {
        color: #fff;
        display: inline-block;
        position: relative;
        vertical-align: top;
        padding: 0 35px 0 0; }
        #view-more-section .col h2 a:after {
          content: '';
          border-bottom: 2px solid var(--pink);
          width: 45px;
          height: 4px;
          display: block;
          margin: 4px 0;
          -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
        #view-more-section .col h2 a:hover {
          color: var(--pink);
          text-decoration: none; }
          #view-more-section .col h2 a:hover:after {
            content: '';
            width: 100%; }
      #view-more-section .col h2.no-underline a:after {
        display: none; }
    #view-more-section .col p.columnhead {
      color: #fff;
      font-size: 28px;
      line-height: 32px;
      font-weight: normal;
      margin: 0 0 5px; }
      #view-more-section .col p.columnhead a {
        color: #fff;
        display: inline-block;
        position: relative;
        vertical-align: top;
        padding: 0 35px 0 0; }
        #view-more-section .col p.columnhead a:after {
          content: '';
          border-bottom: 2px solid var(--pink);
          width: 45px;
          height: 4px;
          display: block;
          margin: 4px 0;
          -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
        #view-more-section .col p.columnhead a:hover {
          color: var(--pink);
          text-decoration: none; }
          #view-more-section .col p.columnhead a:hover:after {
            content: '';
            width: 100%; }
      #view-more-section .col p.columnhead.no-underline a:after {
        display: none; }
    #view-more-section .col ul {
      padding: 0;
      margin: 0;
      list-style: none;
      font-size: 16px;
      line-height: 18px; }
      #view-more-section .col ul li {
        position: relative;
        padding: 0 0 10px 0px; }
        #view-more-section .col ul li a {
          color: #fff; }
          #view-more-section .col ul li a:hover {
            color: var(--pink);
            text-decoration: none; }
  #view-more-section .col.vm-noftr h2 a:after {
    display: none; }
  #view-more-section .col.vm-noftr p.columnhead a:after {
    display: none; }
  #view-more-section .bottom-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 20px 0 20px 275px;
    text-align: center;
    background: #32404d; }
    #view-more-section .bottom-block a {
      color: #fff;
      font-size: 18px; }
      #view-more-section .bottom-block a .fa {
        color: #A8ACA1;
        font-size: 25px;
        margin-left: 7px;
        margin-top: -2px;
        vertical-align: middle; }
    #view-more-section .bottom-block > span {
      display: inline-block;
      vertical-align: middle;
      font-size: 30px;
      line-height: 40px;
      margin: 0 7% 0 0; }
    #view-more-section .bottom-block .social-networks {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin: 0;
      list-style: none;
      font-size: 18px;
      line-height: 40px;
      text-align: center; }
      #view-more-section .bottom-block .social-networks li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 11px 0 0; }
        #view-more-section .bottom-block .social-networks li:last-child {
          margin: 0; }
      #view-more-section .bottom-block .social-networks a {
        color: #fff;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        #view-more-section .bottom-block .social-networks a:hover {
          color: #fc6719;
          border-color: #fc6719; }
      #view-more-section .bottom-block .social-networks .icon-bebo {
        display: block;
        height: 20px;
        width: 20px;
        background: url(../png/sprite.png) no-repeat -380px 0;
        background-size: 400px auto;
        margin: 8px;
        -webkit-transition: all 0s ease-out;
        -moz-transition: all 0s ease-out;
        -ms-transition: all 0s ease-out;
        -o-transition: all 0s ease-out;
        transition: all 0s ease-out; }
      #view-more-section .bottom-block .social-networks a.bb-lnk:hover .icon-bebo {
        background: url(../png/sprite.png) no-repeat -380px -27px;
        background-size: 400px auto; }
  #view-more-section .close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
    border: 4px solid #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #view-more-section .close:hover {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    #view-more-section .close i {
      line-height: 32px; }

.view-more-active #view-more-section {
  position: fixed;
  left: 0;
  opacity: 1; }

@media only screen and (max-width: 999px) {
  #view-more-section .common-wrapper {
    padding: 0; }
  #view-more-section .close {
    right: 20px;
    top: 20px; }
  #view-more-section .bottom-block {
    padding: 40px 0 20px 25px; }
  #view-more-section .col {
    width: 33.33% !important; } }

@media only screen and (max-width: 767px) {
  #view-more-section .container {
    overflow-y: auto;
    height: calc(100vh - 46px); }
  #view-more-section .links-box {
    padding: 8px 0 0 15px; }
  #view-more-section .col {
    width: 50%;
    min-width: 200px;
    padding: 10px 15px 0 0; }
    #view-more-section .col h2 {
      font-size: 24px;
      line-height: 26px;
      margin: 0 0 15px; }
      #view-more-section .col h2 a:after {
        top: 0; }
      #view-more-section .col h2 a:before {
        top: 6px; }
    #view-more-section .col p.columnhead {
      font-size: 24px;
      line-height: 26px;
      margin: 0 0 15px; }
      #view-more-section .col p.columnhead a:after {
        top: 0; }
      #view-more-section .col p.columnhead a:before {
        top: 6px; }
    #view-more-section .col ul {
      font-size: 14px;
      line-height: 16px; }
      #view-more-section .col ul li {
        position: relative;
        padding: 0 0 10px 0; }
        #view-more-section .col ul li a:hover {
          color: var(--pink);
          text-decoration: none; }
  #view-more-section .bottom-block {
    padding: 10px; }
    #view-more-section .bottom-block > span {
      font-size: 14px;
      line-height: 14px;
      margin: 0 10px 0 0; }
    #view-more-section .bottom-block .social-networks {
      font-size: 12px;
      line-height: 25px; }
      #view-more-section .bottom-block .social-networks li {
        margin: 0 5px 0 0; }
      #view-more-section .bottom-block .social-networks a {
        width: 28px;
        height: 28px; }
      #view-more-section .bottom-block .social-networks .icon-bebo {
        width: 25px;
        height: 25px;
        background: url(../png/sprite.png) no-repeat -280px 4px;
        background-size: 300px auto;
        margin: 0; }
      #view-more-section .bottom-block .social-networks a.bb-lnk:hover .icon-bebo {
        background: url(../png/sprite.png) no-repeat -280px -17px;
        background-size: 300px auto;
        margin: 0; }
  #view-more-section .close {
    right: 10px;
    top: 10px; } }

.hq-map {
  padding-left: 200px; }
  .hq-map .google-map {
    height: 330px; }
  @media only screen and (max-width: 999px) {
    .hq-map {
      padding-left: 0; } }

#quick-links-section {
  background: #e7ebee;
  position: absolute;
  z-index: 102;
  left: -9999px;
  width: 100%;
  opacity: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  min-width: 320px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  #quick-links-section .container {
    overflow-y: auto;
    height: 100vh; }
  #quick-links-section .holder {
    padding: 23vh 50px 20px 25px; }
  #quick-links-section h2 {
    margin: 0 0 42px;
    color: #000;
    font-size: 36px;
    line-height: 40px;
    font-weight: normal; }
  #quick-links-section ul {
    max-width: 764px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    letter-spacing: -4px; }
    #quick-links-section ul li {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      width: 25%;
      padding: 0 15px 30px; }
    #quick-links-section ul img {
      vertical-align: top; }
    #quick-links-section ul a {
      display: block;
      border: 2px solid #5b7e96;
      border-radius: 5px;
      height: 161px;
      color: #5b7e96;
      font-weight: bold;
      font-size: 16px;
      line-height: 18px;
      padding: 20px 10px 10px; }
      #quick-links-section ul a:hover {
        text-decoration: none;
        opacity: 0.7; }
    #quick-links-section ul .icon {
      display: table;
      width: 100%;
      height: 84px;
      margin: 0 0 9px; }
      #quick-links-section ul .icon .centred {
        display: table-cell;
        vertical-align: middle; }
    #quick-links-section ul span {
      display: block; }
  #quick-links-section .close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 42px;
    height: 42px;
    color: #5b7e96;
    font-size: 20px;
    line-height: 36px;
    border: 4px solid #5b7e96;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #quick-links-section .close:hover {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.quick-link-active #quick-links-section {
  position: fixed;
  left: 0;
  opacity: 1; }

@media only screen and (max-width: 999px) {
  #quick-links-section .common-wrapper {
    padding: 0; }
  #quick-links-section .holder {
    padding: 20vh 25px 20px; }
  #quick-links-section .close {
    right: 20px;
    top: 20px; } }

@media only screen and (max-width: 767px) {
  #quick-links-section .common-wrapper {
    padding: 0; }
  #quick-links-section .holder {
    padding: 50px 10px 20px; }
  #quick-links-section .close {
    right: 10px;
    top: 10px; }
  #quick-links-section ul li {
    width: 33.33%;
    padding: 0 10px 20px; }
  #quick-links-section ul a {
    padding: 10px 5px 7px;
    height: 110px;
    font-size: 14px;
    line-height: 16px; }
  #quick-links-section ul .icon {
    height: 55px; }
  #quick-links-section ul img {
    max-height: 50px;
    width: auto; }
  #quick-links-section h2 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 26px; } }

@media only screen and (max-width: 479px) {
  #quick-links-section ul li {
    width: 50%;
    padding: 0 10px 20px; } }

.solutions-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--black);
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .solutions-page {
      margin: 0 0 4px; } }
  .solutions-page a {
    display: block;
    color: #fff;
    padding: 25px 40px;
    margin-bottom: 4px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .solutions-page a:hover {
      color: var(--pink); }
      .solutions-page a:hover * {
        color: var(--pink); }
    @media only screen and (max-width: 1299px) {
      .solutions-page a {
        padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .solutions-page a {
        margin-bottom: 0;
        margin-top: 8px; } }
  .solutions-page h2 {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 1;
    position: relative;
    margin: 0;
    padding: 0 50px 0 0;
    font-weight: normal; }
    @media only screen and (max-width: 999px) {
      .solutions-page h2 {
        display: block;
        font-size: 22px;
        line-height: 30px; } }
    @media only screen and (max-width: 767px) {
      .solutions-page h2 {
        display: inherit; } }
    .solutions-page h2 span {
      display: block;
      font-size: 20px; }
    .solutions-page h2:before {
      content: "\f061";
      font: normal normal normal 16px/1 FontAwesome;
      border: 3px solid;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      height: 32px;
      margin-top: -16px;
      padding-top: 5px;
      position: absolute;
      right: 8px;
      text-align: center;
      text-rendering: auto;
      top: 50%;
      width: 32px;
      -webkit-font-smoothing: antialiased; }

.action-component .holder {
  overflow: hidden;
  height: 300px;
  position: relative;
  background: #fff;
  margin: 0 0 10px;
  border: 1px solid #b1b1b1;
  padding: 33px 35px 19px 39px; }
  .action-component .holder .text-box {
    overflow: hidden; }
  .action-component .holder h2 {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 38px;
    line-height: 24px;
    text-align: left;
    color: #a8aca1;
    padding: 0;
    position: relative; }
    .action-component .holder h2:after {
      content: '';
      position: absolute;
      left: 0;
      width: 50px;
      bottom: -6px;
      border-bottom: 2px solid #a8aca1; }
    .action-component .holder h2 a,
    .action-component .holder h2 span {
      text-transform: uppercase;
      color: #000; }
      .action-component .holder h2 a:hover,
      .action-component .holder h2 span:hover {
        text-decoration: none;
        cursor: default; }
  .action-component .holder p {
    font-size: 24px;
    line-height: 30px;
    color: var(--black);
    margin: 0 0 10px; }
    .action-component .holder p a {
      color: var(--pink); }
  .action-component .holder .more {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    color: var(--pink);
    font-size: 16px;
    line-height: 18px; }
    .action-component .holder .more:hover {
      text-decoration: underline; }
  .action-component .holder.twitter h2 a {
    color: #5fb4e5; }
  .action-component .holder.news h2 a, .action-component .holder.news h2 span {
    color: var(--pink); }
  .action-component .holder.data {
    color: #fff;
    border: 1px solid var(--pink);
    background: var(--pink); }
    .action-component .holder.data .more {
      color: #fff; }
    .action-component .holder.data h2 {
      color: #fff; }
      .action-component .holder.data h2:after {
        border-bottom: 2px solid #fff; }
      .action-component .holder.data h2 span {
        color: #fff; }
    .action-component .holder.data p {
      color: #fff; }
    .action-component .holder.data .description {
      color: #fff; }
  .action-component .holder .image-box {
    float: right;
    margin: 0 0 -19px 20px;
    max-height: 265px;
    overflow: hidden; }
    .action-component .holder .image-box img {
      width: 100%;
      height: auto;
      vertical-align: top; }

.action-component .video-box {
  overflow: hidden;
  height: 300px;
  position: relative;
  z-index: 2;
  padding: 34px 40px 20px;
  color: #fff;
  margin: 0 0 10px;
  background-color: #D4D4D4; }
  .action-component .video-box h4 {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 27px;
    line-height: 24px;
    color: #fff;
    padding: 0;
    text-transform: uppercase; }
    .action-component .video-box h4 span {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .action-component .video-box h4 span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 50px;
        bottom: -6px;
        border-bottom: 2px solid #fff; }
    .action-component .video-box h4 a, .action-component .video-box h4 span {
      color: #fff;
      cursor: pointer;
      text-decoration: none; }
  .action-component .video-box h2 {
    margin: 0 0 34px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    padding: 0;
    font-weight: normal; }
  .action-component .video-box .rounded-video-wht-btn {
    margin: 30px 0 0; }
  .action-component .video-box:hover .bg-stretch img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .action-component .video-box p {
    color: #fff; }

.action-component .bg-stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }
  .action-component .bg-stretch:after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5); }
  .action-component .bg-stretch img {
    width: 100%;
    height: auto;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1); }

.action-component .show-resource .generate-box .large {
  width: 100%; }

@media only screen and (max-width: 1299px) {
  .action-component .holder {
    padding: 28px 30px 19px; }
    .action-component .holder h2 {
      margin: 0 0 18px; }
    .action-component .holder p {
      font-size: 20px;
      line-height: 26px; }
    .action-component .holder .image-box {
      max-width: 30%;
      margin: 0 0 -19px 10px; }
  .action-component .video-box {
    padding: 29px 30px 20px; } }

@media only screen and (max-width: 999px) {
  .action-component .holder {
    padding: 28px 20px 19px;
    margin: 0 0 20px; }
  .action-component .video-box {
    padding: 29px 20px 20px;
    margin: 0 0 20px; } }

@media only screen and (max-width: 479px) {
  .action-component .holder .image-box,
  .action-component .holder .image-box {
    display: none; } }

.action-component .rounded-plus-btn, .action-component div.rounded-plus-wht-btn, .action-component div.rounded-more-wht-btn, .action-component div.rounded-more-btn, .action-component div.rounded-download-btn, .action-component div.rounded-video-wht-btn, .action-component div.rounded-more-blue-btn, .action-component div.rounded-clear-blue-btn, .action-component div.rounded-arrow-btn {
  text-align: left; }

.action-component .description {
  font-size: 24px;
  line-height: 30px;
  color: var(--black); }

.action-component div.rounded-more-wht-btn a:hover:after {
  content: url(../icon_orange_round_arrow_22.html); }

.common-wrapper .action-component {
  padding: 0 0 0 5px; }
  @media only screen and (max-width: 767px) {
    .common-wrapper .action-component {
      padding: 0; } }

.common-wrapper div[class^="col"]:nth-of-type(3n+1) .action-component {
  padding: 0; }

.services-component {
  text-align: center; }
  .services-component .component-pad {
    max-width: 900px;
    margin: 0 auto; }
  .services-component p {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    color: var(--black);
    max-width: 600px;
    margin: 0 auto; }
  .services-component h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 12px; }
    @media only screen and (max-width: 767px) {
      .services-component h2 {
        font-size: 24px;
        line-height: 30px; } }
  .services-component .services {
    display: inline-block;
    vertical-align: top;
    padding: 0 51px 0 0;
    position: relative; }
    .services-component .services:before {
      content: "\f061";
      font: normal normal normal 16px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: var(--pink);
      right: 8px;
      top: 50%;
      margin-top: -8px; }
    .services-component .services:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      border: 3px solid var(--pink);
      border-radius: 50%;
      width: 31px;
      height: 31px;
      margin-top: -15px; }
    .services-component .services:hover {
      color: var(--pink);
      text-decoration: none; }
      .services-component .services:hover:after {
        border-color: var(--pink); }

.search-form-component {
  position: relative; }
  .search-form-component:before {
    content: '';
    z-index: 3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #d7d7d7; }
  @media only screen and (max-width: 767px) {
    .search-form-component:before {
      display: none; } }

.find-form h4 {
  position: relative;
  margin: 0 0 35px;
  text-transform: uppercase;
  color: var(--black);
  font-size: 18px;
  line-height: 1;
  font-weight: bold; }
  .find-form h4:after {
    content: '';
    position: absolute;
    left: 0;
    border-bottom: 2px solid #a8aca1;
    width: 45px;
    bottom: -10px; }

@media only screen and (max-width: 767px) {
  .find-form {
    margin: 30px 0 0; }
    .find-form h4 {
      margin: 0 0 25px; } }

.find-form .component-pad {
  padding: 0 0 0 50px; }
  @media only screen and (max-width: 999px) {
    .find-form .component-pad {
      padding: 0 0 0 40px; } }

.find-form .inpt-box {
  width: 50%;
  margin: 0 -2px;
  padding: 0 50px 0 0; }
  .find-form .inpt-box.full-lenght {
    width: 100%; }
  @media only screen and (max-width: 1299px) {
    .find-form .inpt-box {
      width: 100%; }
      .find-form .inpt-box input {
        font-size: 20px !important; } }
  @media only screen and (max-width: 999px) {
    .find-form .inpt-box {
      padding: 0 40px 0 0; } }
  @media only screen and (max-width: 767px) {
    .find-form .inpt-box {
      width: 50%; } }
  @media only screen and (max-width: 479px) {
    .find-form .inpt-box {
      width: 100%; } }

.resultdiv {
  padding-top: 25px;
  border-bottom: 1px solid #2f3d49;
  padding-bottom: 25px; }

.titleclass {
  color: #fff;
  word-wrap: break-word;
  margin-bottom: 15px; }
  .titleclass a {
    color: #fff;
    word-wrap: break-word;
    text-decoration: underline;
    font-size: 18px; }

.descclass {
  color: #fff;
  word-wrap: break-word; }

.linkclass {
  color: #FE671C;
  word-wrap: break-word;
  margin-bottom: 15px; }
  .linkclass a {
    color: #fc6719;
    text-decoration: none; }
    .linkclass a:hover {
      text-decoration: underline; }

#morelink {
  display: none; }

#totalresults {
  padding-top: 50px;
  color: #fff;
  padding-bottom: 22px;
  border-bottom: 1px solid #2f3d49;
  display: none;
  width: 100%; }

#resultwrap {
  width: 100%; }

#loaderdiv {
  text-align: center;
  padding: 25px; }
  #loaderdiv img {
    width: 25px; }

.floatleft {
  text-align: left   !important; }

.floatright {
  text-align: right  !important; }

.floatcenter {
  text-align: center !important; }

.contact-bar-component {
  background: #fff;
  position: relative;
  z-index: 20; }
  .contact-bar-component .services-bar {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
    @media only screen and (max-width: 1299px) {
      .contact-bar-component .services-bar {
        display: block;
        width: 100%;
        text-align: center; } }
    .contact-bar-component .services-bar li {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: normal;
      color: #5b7e96;
      padding: 10px 45px;
      text-transform: uppercase; }
      @media only screen and (max-width: 1500px) {
        .contact-bar-component .services-bar li {
          padding: 10px 20px; } }
      @media only screen and (max-width: 1299px) {
        .contact-bar-component .services-bar li {
          padding: 10px; } }
      @media only screen and (max-width: 767px) {
        .contact-bar-component .services-bar li {
          display: block;
          width: 100%; } }
      .contact-bar-component .services-bar li + li {
        border-left: 1px solid; }
        @media only screen and (max-width: 767px) {
          .contact-bar-component .services-bar li + li {
            border-left: 0; } }
      .contact-bar-component .services-bar li a {
        color: #5b7e96;
        vertical-align: middle; }
        .contact-bar-component .services-bar li a:hover {
          text-decoration: none; }
    .contact-bar-component .services-bar h2 {
      font-size: 20px;
      line-height: 30px;
      margin: 0; }
      @media only screen and (max-width: 1299px) {
        .contact-bar-component .services-bar h2 {
          font-size: 16px; } }
    .contact-bar-component .services-bar img {
      width: 100%;
      max-width: 50px;
      margin: 0 10px 0 0;
      display: inline-block;
      vertical-align: middle; }
    .contact-bar-component .services-bar span {
      display: inline-block;
      vertical-align: middle; }
  .contact-bar-component .phone-number-desktop {
    display: block; }
  .contact-bar-component .contact-trigger-phone-number {
    display: none; }
  @media (max-width: 999px) {
    .contact-bar-component .phone-number-desktop {
      display: none; }
    .contact-bar-component .contact-trigger-phone-number {
      display: block; } }
  .contact-bar-component .rounded-more-blue-btn, .contact-bar-component .rounded-clear-blue-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    width: auto;
    letter-spacing: normal; }
    @media only screen and (max-width: 1299px) {
      .contact-bar-component .rounded-more-blue-btn, .contact-bar-component .rounded-clear-blue-btn {
        display: block;
        margin: 20px  0;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .contact-bar-component .rounded-more-blue-btn, .contact-bar-component .rounded-clear-blue-btn {
        font-size: 18px; } }
    .contact-bar-component .rounded-more-blue-btn a, .contact-bar-component .rounded-clear-blue-btn a {
      padding: 15px 65px 15px 30px;
      border-radius: 40px;
      color: var(--black);
      border: 1px solid #5b7e96; }
      .contact-bar-component .rounded-more-blue-btn a:after, .contact-bar-component .rounded-clear-blue-btn a:after {
        content: url(../icon_orange_round_arrow_30.html);
        font-size: 18px;
        color: var(--pink);
        right: 21px !important;
        /*top: 34% !important;*/
        margin-top: -15px; }
      .contact-bar-component .rounded-more-blue-btn a:before, .contact-bar-component .rounded-clear-blue-btn a:before {
        border-color: var(--pink);
        width: 30px;
        height: 30px;
        right: 16px;
        margin-top: -15px; }

.download-gray-image-bg {
  background: #405262 url(../bg_download.html) no-repeat 100px 100%; }

.download-component {
  position: relative;
  z-index: 40;
  text-align: center; }
  .download-component.customer h2 {
    margin: 0 0 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    padding: 0 0 0 50px;
    position: relative; }
    .download-component.customer h2:after {
      content: '';
      position: absolute;
      left: -2%;
      top: 50%;
      width: 40px;
      height: 40px;
      background: url("../png/sprite.png") no-repeat -304px -127px;
      background-size: 340px auto;
      margin-top: -20px; }
      @media only screen and (max-width: 767px) {
        .download-component.customer h2:after {
          width: 30px;
          height: 32px;
          background: url("../png/sprite.png") no-repeat -233px -99px;
          background-size: 260px auto;
          margin-top: -16px; } }
  .download-component h2 {
    margin: 0 0 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    padding: 0 0 0 50px;
    position: relative; }
    .download-component h2:after {
      content: '';
      position: absolute;
      left: -2%;
      top: 42%;
      width: 40px;
      height: 40px;
      background: url(../png/sprite.png) no-repeat -259px 0;
      background-size: 340px auto;
      margin-top: -20px; }
      @media only screen and (max-width: 767px) {
        .download-component h2:after {
          width: 30px;
          height: 32px;
          background: url(../png/sprite.png) no-repeat -198px 0;
          background-size: 260px auto;
          margin-top: -16px; } }
    .download-component h2 .text-bubble:after {
      background: url("../png/sprite.png") no-repeat -304px -127px;
      background-size: 340px auto; }
      @media only screen and (max-width: 767px) {
        .download-component h2 .text-bubble:after {
          background: url("../png/sprite.png") no-repeat -233px -99px;
          background-size: 260px auto; } }
  .download-component .download {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 0 51px 0 0;
    position: relative; }
    .download-component .download:before {
      content: "\f061";
      font: normal normal normal 16px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      right: 8px;
      top: 11px; }
    .download-component .download:after {
      content: '';
      position: absolute;
      right: 0;
      top: 4px;
      border: 3px solid #fff;
      border-radius: 50%;
      width: 31px;
      height: 31px; }
    .download-component .download:hover {
      color: var(--pink);
      text-decoration: none; }
      .download-component .download:hover:after {
        border-color: var(--pink); }
  .download-component p {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .download-component h2 {
      font-size: 24px;
      line-height: 30px;
      padding: 0 0 0 40px; }
    .download-component .download {
      padding: 0 40px 0 0; }
      .download-component .download:after {
        top: -3px; }
      .download-component .download:before {
        top: 4px; } }

.contact-component {
  text-align: center;
  color: #fff; }
  .contact-component h4 {
    margin: 0 0 38px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    position: relative; }
    .contact-component h4:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -10px;
      margin-left: -23px;
      width: 46px;
      border-bottom: 2px solid #fff; }
  .contact-component .holder {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 1;
    font-weight: 400; }
    .contact-component .holder a {
      display: block;
      color: #fff;
      cursor: default;
      pointer-events: none; }
      @media only screen and (max-width: 999px) {
        .contact-component .holder a {
          pointer-events: auto; } }
  .contact-component div {
    text-align: center; }

.intro-text-component {
  text-align: center;
  color: #5b7e96;
  font-size: 32px;
  line-height: 40px; }
  .intro-text-component .component-pad {
    max-width: 1000px;
    margin: 0 auto; }
  .intro-text-component h2 {
    margin: 0;
    font-size: 32px;
    color: #5b7e96;
    font-weight: normal;
    letter-spacing: -.8px;
    line-height: 1.3; }
  .intro-text-component p {
    margin: 0;
    font-size: 32px; }
  .intro-text-component a {
    color: var(--pink); }
  @media only screen and (max-width: 767px) {
    .intro-text-component {
      font-size: 27px;
      line-height: 34px; }
      .intro-text-component h2 {
        font-size: 27px; }
      .intro-text-component p {
        font-size: 27px; } }

span.intro-text {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #5b7e96;
  font-size: 32px;
  line-height: 40px;
  display: block; }
  @media only screen and (max-width: 767px) {
    span.intro-text {
      font-size: 27px;
      line-height: 34px; }
      span.intro-text h2 {
        font-size: 27px; }
      span.intro-text p {
        font-size: 27px; } }

.form-style {
  text-align: center;
  background: #eee;
  font-size: 24px;
  font-weight: 400;
  padding: 30px;
  color: var(--black);
  display: inherit; }

table.aside-large {
  padding: 30px 45px 0px 45px;
  background-color: #a8aca1;
  color: #fff;
  font-size: 14px; }

.aside-large p {
  margin: 0px;
  color: #fff;
  font-size: 14px; }

.aside-large a {
  color: var(--black) !important; }

.aside-large h6 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  font-size: 14px; }

.aside-large td {
  padding: 0 !important;
  border: 0px solid #a8aca1 !important; }

table.aside-small {
  float: right;
  width: 47%;
  color: #fff;
  padding: 34px 25px 5px 34px;
  background-image: linear-gradient(45deg, #5fb4e5 0%, #5b7e96 100%); }

.aside-small ul {
  padding-left: 0px; }
  .aside-small ul li {
    color: white !important;
    padding-bottom: 15px !important; }
  .aside-small ul li:after {
    background: #fff !important; }
  .aside-small ul li:before {
    background: #fff !important;
    top: 7px !important; }
  .aside-small ul h4 {
    margin: 0; }

.aside-small td {
  padding: 0 !important;
  border: 0px solid #a8aca1 !important; }

.items-grid-component {
  position: relative;
  overflow: hidden;
  min-height: 400px; }
  @media only screen and (max-width: 1299px) {
    .items-grid-component {
      font-size: 26px;
      line-height: 30px;
      min-height: 300px; } }
  .items-grid-component .heading {
    position: relative;
    padding: 40px 30px;
    color: #fff;
    background: var(--pink);
    height: 100%; }
    .items-grid-component .heading p {
      font-size: 18px;
      line-height: 24px;
      color: #fff;
      margin: 0 0 10px; }
  .items-grid-component h2 {
    margin: 0 0 5px;
    line-height: 38px; }
    @media only screen and (max-width: 1299px) {
      .items-grid-component h2 {
        font-size: 26px;
        line-height: 30px; } }
  .items-grid-component .img-area {
    position: relative; }
    .items-grid-component .img-area:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.4;
      transition: opacity 0.5s ease-in-out; }
    .items-grid-component .img-area img {
      display: block;
      width: 100%;
      height: auto;
      z-index: -1;
      margin-top: 0 !important; }
  .items-grid-component .bg-stretch {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .items-grid-component:hover .img-area:after {
    opacity: .3; }
  .items-grid-component .caption {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 180px;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
    padding: 40px 30px 30px; }
    .items-grid-component .caption h3 {
      color: #fff;
      font-size: 24px;
      line-height: 1.3;
      margin: 0 0 45px;
      position: relative; }
      .items-grid-component .caption h3:after {
        content: "";
        position: absolute;
        width: 88px;
        border-bottom: 2px solid #fff;
        bottom: -15px;
        left: 0;
        -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
      .items-grid-component .caption h3 a {
        display: inline-block;
        vertical-align: top;
        padding: 0 51px 0 0;
        position: relative;
        color: #fff; }
        .items-grid-component .caption h3 a:before {
          content: "\f061";
          font: normal normal normal 16px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          position: absolute;
          color: #fff;
          right: 8px;
          top: 13px; }
          @media only screen and (max-width: 767px) {
            .items-grid-component .caption h3 a:before {
              top: 10px; } }
        .items-grid-component .caption h3 a:after {
          content: '';
          position: absolute;
          right: 0;
          top: 6px;
          border: 3px solid #fff;
          border-radius: 50%;
          width: 31px;
          height: 31px; }
          @media only screen and (max-width: 767px) {
            .items-grid-component .caption h3 a:after {
              top: 3px; } }
        .items-grid-component .caption h3 a:hover {
          text-decoration: none; }
      .items-grid-component .caption h3:hover:after {
        width: 100%; }
    .items-grid-component .caption p {
      color: #fff;
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 10px; }

.filter-bar {
  position: relative;
  margin-bottom: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap; }
  .filter-bar .products-grid-component, .filter-bar .location-component {
    width: calc(33.33% - 4px);
    margin: 0 2px 4px;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    float: left;
    min-height: 350px;
    max-height: 400px; }
    @media only screen and (max-width: 999px) {
      .filter-bar .products-grid-component, .filter-bar .location-component {
        width: calc(50% - 4px); } }
    @media only screen and (max-width: 767px) {
      .filter-bar .products-grid-component, .filter-bar .location-component {
        width: 100%;
        margin: 0 0 0px;
        max-height: none !important;
        height: auto !important; } }

.products-grid-component, .location-component {
  position: relative;
  z-index: 40;
  margin: 0 0 4px;
  border-top: 5px solid #5fb4e5;
  background: #fff;
  padding: 40px 35px 80px 35px; }
  .products-grid-component h2, .location-component h2 {
    line-height: .8;
    margin: 0 0 14px;
    font-weight: 500; }
    .products-grid-component h2 a, .location-component h2 a {
      color: #5fb4e5;
      font-size: 30px; }
      .products-grid-component h2 a:hover, .location-component h2 a:hover {
        color: var(--pink);
        text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .products-grid-component h2, .location-component h2 {
        font-size: 24px;
        line-height: 1; } }
  .products-grid-component p, .location-component p {
    font-size: 18px;
    line-height: 1.3;
    color: var(--black);
    margin: 0 0 25px; }
  .products-grid-component .rounded-plus-btn, .location-component .rounded-plus-btn, .products-grid-component div.rounded-plus-wht-btn, .location-component div.rounded-plus-wht-btn, .products-grid-component div.rounded-more-wht-btn, .location-component div.rounded-more-wht-btn, .products-grid-component div.rounded-more-btn, .location-component div.rounded-more-btn, .products-grid-component div.rounded-download-btn, .location-component div.rounded-download-btn, .products-grid-component div.rounded-video-wht-btn, .location-component div.rounded-video-wht-btn, .products-grid-component div.rounded-more-blue-btn, .location-component div.rounded-more-blue-btn, .products-grid-component div.rounded-clear-blue-btn, .location-component div.rounded-clear-blue-btn, .products-grid-component div.rounded-arrow-btn, .location-component div.rounded-arrow-btn {
    margin: 0 !important;
    text-align: left; }
    .products-grid-component .rounded-plus-btn a:after, .location-component .rounded-plus-btn a:after, .products-grid-component div.rounded-plus-wht-btn a:after, .location-component div.rounded-plus-wht-btn a:after, .products-grid-component div.rounded-more-wht-btn a:after, .location-component div.rounded-more-wht-btn a:after, .products-grid-component div.rounded-more-btn a:after, .location-component div.rounded-more-btn a:after, .products-grid-component div.rounded-download-btn a:after, .location-component div.rounded-download-btn a:after, .products-grid-component div.rounded-video-wht-btn a:after, .location-component div.rounded-video-wht-btn a:after, .products-grid-component div.rounded-more-blue-btn a:after, .location-component div.rounded-more-blue-btn a:after, .products-grid-component div.rounded-clear-blue-btn a:after, .location-component div.rounded-clear-blue-btn a:after, .products-grid-component div.rounded-arrow-btn a:after, .location-component div.rounded-arrow-btn a:after {
      content: url(../icon_orange_round_arrow_22.html); }
  .products-grid-component .product-item, .location-component .product-item {
    border-top: 5px solid #5fb4e5;
    padding: 40px 35px;
    background: #fff;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .products-grid-component .product-item, .location-component .product-item {
        padding: 20px; } }
    .products-grid-component .product-item .caption, .location-component .product-item .caption {
      margin: 0 auto;
      max-width: 900px; }
    .products-grid-component .product-item h2, .location-component .product-item h2 {
      font-size: 30px;
      line-height: 39px;
      margin: 0 0 10px;
      color: #5fb4e5; }
      @media only screen and (max-width: 767px) {
        .products-grid-component .product-item h2, .location-component .product-item h2 {
          font-size: 24px;
          line-height: 30px; } }
    .products-grid-component .product-item p, .location-component .product-item p {
      font-size: 18px;
      line-height: 24px;
      color: #a8aca1;
      margin: 0 0 25px; }
      @media only screen and (max-width: 767px) {
        .products-grid-component .product-item p, .location-component .product-item p {
          font-size: 14px;
          line-height: 20px; } }

.related-products .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap; }

.related-products .row .col-lg-4 {
  width: 32%;
  margin: 2px;
  background-color: #fff;
  -webkit-animation-name: fadeInUpLess;
  animation-name: fadeInUpLess;
  visibility: visible;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  padding: 0; }

.related-products .row .col-lg-4 .products-grid-component, .related-products .row .col-lg-4 .location-component {
  animation-name: initial !important;
  -webkit-animation-name: initial !important;
  visibility: initial !important;
  animation-duration: initial !important;
  animation-delay: initial !important; }

@media only screen and (max-width: 767px) {
  .related-products .row {
    width: auto;
    border-spacing: 5px;
    display: table;
    margin: 0 auto; }
  .related-products .row .col-lg-4 {
    animation-name: initial;
    -webkit-animation-name: initial;
    visibility: initial !important;
    animation-duration: initial;
    animation-delay: initial;
    -webkit-animation-duration: initial;
    -webkit-animation-delay: initial;
    width: 100%;
    background-color: transparent; }
  .related-products .row .col-lg-4 .products-grid-component, .related-products .row .col-lg-4 .location-component {
    visibility: visible;
    animation-duration: 2s !important;
    animation-delay: 0.61s !important;
    animation-name: fadeInUpLess !important;
    -webkit-animation-name: fadeInUpLess !important; } }

.downloads-bar {
  margin: 10px 0 0;
  position: relative;
  padding: 0 275px 0 0;
  background: #fff;
  width: 100%; }
  .downloads-bar:after {
    content: '';
    background: #3d4f5f;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 120px; }
  .downloads-bar:first-child {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .downloads-bar {
      padding: 0 0 45px; }
      .downloads-bar:after {
        width: 100%;
        bottom: 0;
        left: 0;
        top: auto;
        height: 45px; } }
  .downloads-bar h2 {
    font-size: 30px;
    color: #5fb4e5;
    line-height: 1;
    margin: 0;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .downloads-bar h2 {
        font-size: 24px; } }
    .downloads-bar h2 a {
      color: #5fb4e5; }
      .downloads-bar h2 a:hover {
        color: var(--pink);
        text-decoration: none; }
  .downloads-bar p {
    margin: 13px 0 0;
    color: #a8aca1;
    font-size: 18px;
    line-height: 1.2; }
    .downloads-bar p a {
      color: var(--pink); }
  .downloads-bar .state {
    text-align: right;
    font-size: 16px;
    line-height: 1;
    color: #a9a9a9;
    position: absolute;
    top: 50%;
    right: 151px;
    margin-top: -8px;
    max-width: 100px;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .downloads-bar .state {
        position: static;
        display: block;
        text-align: left;
        margin: 0;
        max-width: 100%;
        padding: 0 10px 8px 15px; } }
  .downloads-bar .box {
    display: table;
    width: 100%;
    height: 120px; }
    .downloads-bar .box .holder {
      display: table-cell;
      vertical-align: middle;
      padding: 8px 10px 8px 29px; }
    @media only screen and (max-width: 767px) {
      .downloads-bar .box {
        display: block;
        height: auto; }
        .downloads-bar .box .holder {
          display: block;
          padding: 8px 10px 8px 15px; } }
  .downloads-bar .download-icon {
    width: 35px;
    height: 42px;
    position: absolute;
    z-index: 2;
    right: 43px;
    top: 50%;
    margin-top: -21px;
    background: url(../png/sprite.png) no-repeat -261px 0;
    background-size: 340px auto; }
    @media only screen and (max-width: 767px) {
      .downloads-bar .download-icon {
        right: 50%;
        margin: 0 -12px 0 0;
        width: 25px;
        height: 29px;
        background-position: -189px 0;
        background-size: 246px auto;
        top: auto;
        bottom: 8px; } }

.get-started-component {
  position: relative;
  z-index: 40;
  padding: 110px 40px 80px 250px;
  text-align: center;
  background: url("../bg-orange.html") no-repeat;
  background-color: #ED6100;
  background-size: cover;
  color: #fff; }
  @media only screen and (max-width: 999px) {
    .get-started-component {
      padding: 80px 40px; } }
  @media only screen and (max-width: 767px) {
    .get-started-component {
      padding: 60px 40px 20px 40px; } }
  .get-started-component .container {
    margin: 0 auto;
    max-width: 830px; }
  .get-started-component h2 {
    margin: 0 0 30px;
    font-weight: 500;
    letter-spacing: -.6px; }
    @media only screen and (max-width: 767px) {
      .get-started-component h2 {
        font-size: 24px;
        line-height: 30px; } }
  .get-started-component p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin: 0; }
    .get-started-component p .tel {
      color: #fff;
      text-decoration: none;
      display: inline-block;
      vertical-align: top;
      margin: 0 13px;
      position: relative; }
      .get-started-component p .tel:before {
        content: '';
        position: absolute;
        left: -14px;
        top: 4px;
        border: 1px solid #fff;
        bottom: 4px; }
      .get-started-component p .tel:first-of-type:before {
        display: none; }
  .get-started-component .rounded-more-wht-btn {
    text-align: center;
    font-size: 24px; }
    @media only screen and (max-width: 999px) {
      .get-started-component .rounded-more-wht-btn {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .get-started-component .rounded-more-wht-btn {
        font-size: 16px; } }
    .get-started-component .rounded-more-wht-btn a {
      padding: 15px 65px 15px 30px;
      border-radius: 40px; }
      .get-started-component .rounded-more-wht-btn a:before {
        width: 30px;
        height: 30px;
        top: 22px !important;
        right: 14px;
        border: solid 3px #fff; }
        @media only screen and (max-width: 999px) {
          .get-started-component .rounded-more-wht-btn a:before {
            top: 19px !important; } }
        @media only screen and (max-width: 767px) {
          .get-started-component .rounded-more-wht-btn a:before {
            margin-top: -10px;
            width: 27px;
            height: 27px; } }
      .get-started-component .rounded-more-wht-btn a:after {
        right: 21px !important;
        content: url(../icon_white_round_arrow_30.html);
        margin-top: -15px;
        /* Targets only ie 10-11 */ }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .get-started-component .rounded-more-wht-btn a:after {
            top: 50% !important;
            right: 15px !important; } }
        @media only screen and (max-width: 999px) {
          .get-started-component .rounded-more-wht-btn a:after {
            right: 15px !important; } }
        @media only screen and (max-width: 767px) {
          .get-started-component .rounded-more-wht-btn a:after {
            font-size: 14px;
            right: 12px !important;
            margin-top: -8px; } }
      .get-started-component .rounded-more-wht-btn a:hover:before {
        /*border: solid 3px var(--pink);*/ }
      .get-started-component .rounded-more-wht-btn a:hover:after {
        content: url(../icon_orange_round_arrow_30.html); }
  .get-started-component .services-bar {
    margin: 48px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: table;
    width: 100%;
    table-layout: fixed; }
    @media only screen and (max-width: 767px) {
      .get-started-component .services-bar {
        display: block; } }
    .get-started-component .services-bar li {
      display: table-cell;
      vertical-align: top;
      padding: 0 15px 15px;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .get-started-component .services-bar li {
          display: block;
          width: 100%; } }
    .get-started-component .services-bar a {
      color: #fff; }
      .get-started-component .services-bar a:hover {
        text-decoration: none; }
    .get-started-component .services-bar .phone-number-desktop {
      color: #fff;
      font-weight: 600; }
    .get-started-component .services-bar h2 {
      text-transform: uppercase;
      font-size: 20px;
      line-height: 22px;
      position: relative;
      margin: 0 0 30px; }
      .get-started-component .services-bar h2 img {
        display: block;
        text-align: center;
        width: 50px;
        margin: 0 auto 10px auto; }
  .get-started-component .phone-number-desktop {
    display: block; }
  .get-started-component .contact-trigger-phone-number {
    display: none;
    font-weight: 600; }
  .get-started-component .contact-trigger {
    font-weight: 600; }
  @media (max-width: 999px) {
    .get-started-component .phone-number-desktop {
      display: none; }
    .get-started-component .contact-trigger-phone-number {
      display: block; } }

.get-started-component.four-icons .services-bar li {
  width: 25%; }
  @media only screen and (max-width: 767px) {
    .get-started-component.four-icons .services-bar li {
      display: block;
      width: 100%; } }

.get-started-component.five-icons .container {
  max-width: 960px; }

.get-started-component.five-icons .services-bar li {
  width: 20%; }
  @media only screen and (max-width: 767px) {
    .get-started-component.five-icons .services-bar li {
      display: block;
      width: 100%; } }

.solutions-component {
  background: #fff;
  border: 1px solid #d7d7d7;
  position: relative;
  box-sizing: border-box;
  padding: 45px 40px;
  color: var(--black);
  margin: 0 0 4px; }
  @media only screen and (max-width: 1299px) {
    .solutions-component {
      padding: 30px; } }
  @media only screen and (min-width: 1000px) and (max-width: 1180px) {
    .solutions-component {
      padding: 20px; } }
  .solutions-component:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 5px solid #5b7e96;
    height: 5px; }
  @media only screen and (max-width: 767px) {
    .solutions-component {
      height: auto !important; } }
  .solutions-component header {
    position: relative;
    padding: 0 0 20px; }
    .solutions-component header:after {
      content: '';
      position: absolute;
      bottom: 15px;
      left: 0;
      width: 88px;
      border-bottom: 2px solid #a8aca1;
      -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1); }
    .solutions-component header a:after {
      content: '';
      position: absolute;
      right: 0;
      top: 6px;
      border: 3px solid var(--pink);
      border-radius: 50%;
      width: 31px;
      height: 31px; }
      @media only screen and (max-width: 767px) {
        .solutions-component header a:after {
          top: 3px; } }
    .solutions-component header a:before {
      content: "\f061";
      font: normal normal normal 16px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      color: var(--pink);
      right: 8px;
      top: 13px; }
      @media only screen and (max-width: 767px) {
        .solutions-component header a:before {
          top: 10px; } }
  .solutions-component h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px; }
    @media only screen and (min-width: 1000px) and (max-width: 1180px) {
      .solutions-component h2 {
        font-size: 19px; } }
  .solutions-component a {
    display: block;
    padding: 0 51px 0 0;
    position: relative;
    line-height: 1.2;
    letter-spacing: -.5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-height: 32px; }
    .solutions-component a:hover {
      text-decoration: none;
      color: var(--pink); }
  .solutions-component p {
    font-size: 18px;
    line-height: 22px;
    margin: 14px 0 10px;
    color: var(--black); }
    @media only screen and (min-width: 1000px) and (max-width: 1180px) {
      .solutions-component p {
        font-size: 16px;
        line-height: 21px; } }
  .solutions-component .richtext a {
    color: var(--pink); }
    .solutions-component .richtext a:hover {
      text-decoration: underline; }

/* solution filter */
@media only screen and (max-width: 767px) {
  .solution-filter {
    background: #eee; } }

@media only screen and (max-width: 767px) {
  .solution-filter .filter-heading h1 {
    text-align: center;
    padding: 50px 10px 50px 0;
    margin-bottom: 50px; } }

.solution-filter .tabset {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  table-layout: fixed;
  margin-bottom: 50px; }
  .solution-filter .tabset li {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    font-size: 21px; }
    @media only screen and (max-width: 767px) {
      .solution-filter .tabset li {
        width: 100%;
        display: block;
        margin-bottom: 10px; } }
    .solution-filter .tabset li a {
      background-color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .solution-filter .tabset li a {
          padding: 20px 10px;
          margin-left: -20px;
          margin-right: -20px;
          background: #ffffff; } }
  .solution-filter .tabset a {
    display: block;
    padding: 35px 10px;
    position: relative;
    -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1); }
  .solution-filter .tabset li.active a, .solution-filter .tabset a:hover {
    text-decoration: none;
    background: var(--black);
    color: #fff; }
  .solution-filter .tabset a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px 16px;
    margin-left: -16px;
    -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1); }
  .solution-filter .tabset li.active a:after, .solution-filter .tabset a:hover:after {
    border-color: rgba(65, 84, 100, 0);
    border-top-color: var(--black); }
    @media only screen and (max-width: 767px) {
      .solution-filter .tabset li.active a:after, .solution-filter .tabset a:hover:after {
        border: none; } }

.solution-filter .col-lg-4 {
  min-height: 0px; }

.solution-filter .application {
  display: none; }

.customer-component .slider-image {
  position: relative;
  overflow: hidden;
  color: #fff; }
  .customer-component .slider-image .slide {
    overflow: hidden;
    position: relative; }
    .customer-component .slider-image .slide > img {
      float: left;
      max-width: 100%;
      height: auto;
      margin: 5px 30px 30px 0; }
    .customer-component .slider-image .slide:after {
      content: '';
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(85%, rgba(0, 0, 0, 0.3)), color-stop(100%, transparent));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
      background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%); }
  .customer-component .slider-image .bg-stretch {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
    .customer-component .slider-image .bg-stretch img {
      width: 100%;
      height: auto; }
  .customer-component .slider-image .content-section {
    padding: 70px 80px 70px;
    min-height: 350px;
    position: relative;
    z-index: 2; }
    .customer-component .slider-image .content-section .rounded-more-wht-btn a:after {
      /* Targets only ie 10-11 */ }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .customer-component .slider-image .content-section .rounded-more-wht-btn a:after {
          top: 50% !important; } }
  .customer-component .slider-image h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px; }
    .customer-component .slider-image h4 span {
      display: inline-block;
      position: relative; }
      .customer-component .slider-image h4 span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 50px;
        bottom: -6px;
        border-bottom: 2px solid #fff; }
  .customer-component .slider-image h2 {
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 24px; }
  .customer-component .slider-image p {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    color: #fff;
    overflow: hidden; }
    .customer-component .slider-image p a {
      color: var(--pink);
      text-decoration: underline; }
      .customer-component .slider-image p a:hover {
        color: var(--pink); }
  .customer-component .slider-image .rounded-more-wht-btn {
    margin: 20px auto 0;
    clear: both; }
  .customer-component .slider-image .slick-prev {
    left: 20px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .customer-component .slider-image .slick-next {
    right: 20px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .customer-component .slider-image:hover .slick-prev,
  .customer-component .slider-image:hover .slick-next {
    opacity: 1; }

@media only screen and (max-width: 1299px) {
  .customer-component .slider-image .content-section {
    padding: 45px 60px 30px; }
    .customer-component .slider-image .content-section img {
      float: none;
      display: block;
      margin: 0 30px 10px 0; }
  .customer-component .slider-image .slick-prev {
    left: 15px; }
  .customer-component .slider-image .slick-next {
    right: 15px; } }

@media only screen and (max-width: 999px) {
  .customer-component .slider-image .content-section {
    padding: 45px 50px 30px; }
  .customer-component .slider-image .slick-prev {
    left: 10px; }
  .customer-component .slider-image .slick-next {
    right: 10px; } }

@media only screen and (max-width: 767px) {
  .customer-component .slider-image .slide {
    height: auto; }
  .customer-component .slider-image .content-section {
    padding: 45px 40px 40px;
    position: relative; }
  .customer-component .slider-image h2 {
    line-height: 1;
    font-size: 27px;
    margin: 0 0 22px; }
  .customer-component .slider-image .slick-prev {
    left: 5px;
    margin-top: -26px; }
  .customer-component .slider-image .slick-next {
    right: 5px;
    margin-top: -26px; }
  .customer-component .slider-image .rounded-more-wht-btn {
    margin: 30px auto 15px; } }

.single-box {
  min-height: 350px;
  color: #fff;
  background: #53a8d9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzYThkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzQzOTljYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzFjNzRhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzY0OTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #53a8d9 0%, #4399ca 25%, #1c74a6 75%, #0c6496 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53a8d9), color-stop(25%, #4399ca), color-stop(75%, #1c74a6), color-stop(100%, #0c6496));
  background: -webkit-linear-gradient(top, #53a8d9 0%, #4399ca 25%, #1c74a6 75%, #0c6496 100%);
  background: -o-linear-gradient(top, #53a8d9 0%, #4399ca 25%, #1c74a6 75%, #0c6496 100%);
  background: -ms-linear-gradient(top, #53a8d9 0%, #4399ca 25%, #1c74a6 75%, #0c6496 100%);
  background: linear-gradient(to bottom, #53a8d9 0%, #4399ca 25%, #1c74a6 75%, #0c6496 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53a8d9', endColorstr='#0c6496',GradientType=0 ); }
  .single-box .component-pad {
    padding: 45px 35px 30px 50px; }
  .single-box img {
    vertical-align: top;
    display: block;
    margin: 0 0 10px;
    max-width: 100%;
    height: auto; }
  .single-box h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px; }
    .single-box h4 span {
      display: inline-block;
      position: relative; }
      .single-box h4 span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 50px;
        bottom: -6px;
        border-bottom: 2px solid #fff; }
  .single-box h2 {
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 24px; }
  .single-box p {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    color: #fff;
    overflow: hidden;
    letter-spacing: -.8px; }
  .single-box .rounded-more-wht-btn {
    margin: 30px auto 0;
    clear: both; }
  .single-box .content-section .rounded-more-wht-btn a:after {
    /* Targets only ie 10-11 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .single-box .content-section .rounded-more-wht-btn a:after {
        top: 50% !important; } }

.visual-component {
  min-height: 400px;
  display: table;
  width: 100%; }
  @media only screen and (max-width: 1299px) {
    .visual-component {
      height: auto; } }
  .visual-component .component-pad {
    display: table-cell;
    padding: 40px;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    vertical-align: middle; }
    .visual-component .component-pad .caption {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      box-sizing: border-box;
      white-space: normal;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .visual-component .component-pad .caption {
          display: block; } }
    .visual-component .component-pad .text-area {
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      width: 65%; }
      @media only screen and (max-width: 999px) {
        .visual-component .component-pad .text-area {
          width: 60%; } }
      @media only screen and (max-width: 767px) {
        .visual-component .component-pad .text-area {
          width: 100%;
          display: block; } }
      .visual-component .component-pad .text-area header {
        margin: 0 0 40px; }
        @media only screen and (max-width: 767px) {
          .visual-component .component-pad .text-area header {
            margin: 0 0 20px; } }
      .visual-component .component-pad .text-area h1 {
        font-size: 48px;
        line-height: 1.1;
        margin: 0; }
        @media only screen and (max-width: 999px) {
          .visual-component .component-pad .text-area h1 {
            font-size: 34px; } }
      .visual-component .component-pad .text-area h2 {
        margin: 0;
        font-size: 36px;
        font-weight: 500;
        line-height: 1.1; }
        @media only screen and (max-width: 999px) {
          .visual-component .component-pad .text-area h2 {
            font-size: 30px; } }
      .visual-component .component-pad .text-area p {
        font-size: 18px;
        color: #fff;
        margin: 0 0 10px;
        line-height: 1.4; }
    .visual-component .component-pad .no-trial-link {
      width: 100%; }
    .visual-component .component-pad .trial-area {
      position: absolute;
      top: 50px;
      right: 70px;
      width: 225px;
      height: 225px;
      border: 1px solid;
      color: #fff;
      border-radius: 50%;
      padding: 30px;
      margin-top: 30px;
      box-sizing: border-box;
      text-align: center;
      display: table; }
      .visual-component .component-pad .trial-area:hover {
        background-color: #4D92BB; }
      .visual-component .component-pad .trial-area .trial-content {
        display: table-cell;
        vertical-align: middle; }
      .visual-component .component-pad .trial-area a {
        color: #fff; }
        .visual-component .component-pad .trial-area a:hover {
          color: #fff;
          text-decoration: none; }
      .visual-component .component-pad .trial-area h2 {
        font-size: 40px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: -1.5px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        width: 100%; }
        @media only screen and (max-width: 1299px) {
          .visual-component .component-pad .trial-area h2 {
            font-size: 34px;
            line-height: 34px; } }
        @media only screen and (max-width: 767px) {
          .visual-component .component-pad .trial-area h2 {
            font-size: 16px;
            line-height: 16px;
            letter-spacing: normal;
            margin: 4px 0; } }
      .visual-component .component-pad .trial-area img {
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 767px) {
          .visual-component .component-pad .trial-area img {
            width: 34px;
            height: auto; } }
      @media only screen and (max-width: 1299px) {
        .visual-component .component-pad .trial-area {
          font-size: 34px;
          line-height: 34px;
          width: 200px;
          height: 200px; } }
      @media only screen and (max-width: 767px) {
        .visual-component .component-pad .trial-area {
          position: static;
          width: 120px;
          height: 120px;
          padding: 15px; } }
  .visual-component .bg-stretch {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .visual-component .bg-stretch img {
      display: block;
      width: 100%;
      height: auto; }
  .visual-component .component-pad .text-area-theme h1 {
    font-size: 40pt !important; }
  .visual-component .component-pad .text-area-theme h2 {
    font-size: 24pt !important; }
  .visual-component .component-pad-theme {
    padding: 20px !important; }

.visual-component-new-theme {
  min-height: 188px;
  max-height: 188px; }

.tabs-component {
  position: relative;
  z-index: 20;
  background: #fff; }
  .tabs-component .tabset {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    table-layout: fixed; }
    @media only screen and (max-width: 767px) {
      .tabs-component .tabset {
        display: none; } }
    .tabs-component .tabset li {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      font-size: 21px;
      width: 20%;
      height: 100%; }
      .tabs-component .tabset li + li {
        border-left: 1px solid #eee; }
      @media only screen and (max-width: 1299px) {
        .tabs-component .tabset li {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .tabs-component .tabset li {
          display: block;
          border: 0 !important; } }
    .tabs-component .tabset a {
      display: block;
      padding: 35px 10px;
      position: relative;
      -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
      -ms-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
      height: 100%; }
      @media only screen and (max-width: 999px) {
        .tabs-component .tabset a {
          padding: 20px 10px; } }
      .tabs-component .tabset a:after {
        /*display: none;*/
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 10px 16px;
        margin-left: -16px;
        -webkit-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
        -ms-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1); }
    .tabs-component .tabset li.active a,
    .tabs-component .tabset a:hover {
      text-decoration: none;
      background: var(--black);
      color: #fff; }
      .tabs-component .tabset li.active a:after,
      .tabs-component .tabset a:hover:after {
        border-color: rgba(65, 84, 100, 0);
        border-top-color: var(--black); }
  .tabs-component a.opener {
    position: relative;
    display: none;
    padding: 20px 10px;
    text-align: center; }
    .tabs-component a.opener:after {
      display: none;
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(65, 84, 100, 0);
      border-top-color: var(--black);
      border-width: 10px 16px;
      margin-left: -16px; }
    @media only screen and (max-width: 767px) {
      .tabs-component a.opener {
        display: block; } }
  .tabs-component .active a.opener,
  .tabs-component a.opener:hover {
    text-decoration: none;
    background: var(--black);
    color: #fff; }
    .tabs-component .active a.opener:after,
    .tabs-component a.opener:hover:after {
      display: block; }
  @media only screen and (max-width: 767px) {
    .tabs-component .single-tab {
      padding: 15px 0; } }
  .tabs-component .tab-content {
    padding: 70px 0 0; }
    @media only screen and (max-width: 999px) {
      .tabs-component .tab-content {
        padding: 40px 0 0 0; } }
    .tabs-component .tab-content .two-columns {
      overflow: hidden; }
      .tabs-component .tab-content .two-columns > .blockquote {
        width: 33%; }
        @media only screen and (max-width: 999px) {
          .tabs-component .tab-content .two-columns > .blockquote {
            width: 100%; } }
      .tabs-component .tab-content .two-columns .text-wrap {
        width: 60%;
        float: left; }
        .tabs-component .tab-content .two-columns .text-wrap ol ol {
          list-style-type: lower-alpha; }
        @media only screen and (max-width: 999px) {
          .tabs-component .tab-content .two-columns .text-wrap {
            width: 100%; } }
    .tabs-component .tab-content h2 {
      font-size: 30px;
      line-height: 30px;
      font-weight: 500;
      color: var(--black);
      margin: 0 0 20px; }
      @media only screen and (max-width: 999px) {
        .tabs-component .tab-content h2 {
          font-size: 24px;
          line-height: 30px;
          margin: 0 0 10px; } }
    .tabs-component .tab-content p {
      color: var(--black);
      margin: 0 0 10px;
      font-size: 18px; }
      @media only screen and (max-width: 999px) {
        .tabs-component .tab-content p {
          font-size: 14px;
          line-height: 20px; } }
    .tabs-component .tab-content .blockquote {
      float: right;
      width: 100%; }
      @media only screen and (max-width: 1299px) {
        .tabs-component .tab-content .blockquote {
          width: 100%; } }
      @media only screen and (max-width: 999px) {
        .tabs-component .tab-content .blockquote {
          float: none;
          width: 100%;
          margin: 0 0 20px; } }
      .tabs-component .tab-content .blockquote blockquote {
        margin: 0;
        font-style: normal; }
      .tabs-component .tab-content .blockquote q {
        display: inline-block;
        vertical-align: top;
        font-weight: 300;
        font-size: 36px;
        line-height: 48px;
        color: var(--black);
        margin: 0 0 40px; }
        .tabs-component .tab-content .blockquote q:before, .tabs-component .tab-content .blockquote q:after {
          content: "\201C";
          display: inline-block;
          vertical-align: top;
          font-size: 46px;
          color: var(--pink);
          width: 20px; }
        .tabs-component .tab-content .blockquote q:after {
          content: "\201D"; }
        @media only screen and (max-width: 1299px) {
          .tabs-component .tab-content .blockquote q {
            font-size: 30px;
            line-height: 40px; } }
        @media only screen and (max-width: 999px) {
          .tabs-component .tab-content .blockquote q {
            font-size: 24px;
            line-height: 30px;
            margin: 0 0 10px; } }
      .tabs-component .tab-content .blockquote cite {
        display: block;
        color: #a8aca1;
        font-size: 15px;
        line-height: 20px;
        font-style: normal; }
    @media only screen and (min-width: 768px) {
      .tabs-component .tab-content > div .panel {
        height: auto !important; } }
    @media only screen and (max-width: 767px) {
      .tabs-component .tab-content > div {
        width: auto !important;
        display: block !important; }
        .tabs-component .tab-content > div .opener {
          clear: both !important; }
        .tabs-component .tab-content > div .panel {
          height: 0;
          width: 100%;
          overflow: hidden; }
        .tabs-component .tab-content > div.open .panel {
          display: block;
          height: auto;
          margin-bottom: 0;
          border: 0; } }
    .tabs-component .tab-content .overview-list {
      overflow: hidden;
      margin: 0;
      padding: 50px 90px 0 0;
      list-style: none;
      color: var(--black);
      font-size: 18px;
      line-height: 30px; }
      @media only screen and (max-width: 1299px) {
        .tabs-component .tab-content .overview-list {
          padding: 50px 0 0 0; } }
      .tabs-component .tab-content .overview-list li {
        padding: 0 0 50px; }
        @media only screen and (max-width: 999px) {
          .tabs-component .tab-content .overview-list li {
            padding: 0 0 20px; } }
        .tabs-component .tab-content .overview-list li.nomargin {
          padding-bottom: 10px; }
      .tabs-component .tab-content .overview-list h2 {
        font-size: 30px;
        line-height: 30px;
        font-weight: 500;
        color: var(--black);
        margin: 0 0 20px; }
        @media only screen and (max-width: 999px) {
          .tabs-component .tab-content .overview-list h2 {
            font-size: 24px;
            line-height: 30px;
            margin: 0 0 10px; } }
      .tabs-component .tab-content .overview-list p {
        color: var(--black);
        margin: 0 0 10px;
        font-size: 18px; }
        @media only screen and (max-width: 999px) {
          .tabs-component .tab-content .overview-list p {
            font-size: 14px;
            line-height: 20px; } }
      .tabs-component .tab-content .overview-list .text-wrap {
        padding-right: 0; }
      .tabs-component .tab-content .overview-list .list {
        margin: 0;
        padding: 0 0 0 30px;
        list-style: none; }
        .tabs-component .tab-content .overview-list .list li {
          position: relative;
          padding: 0 0 0 15px;
          font-size: 16px;
          line-height: 18px;
          margin: 0 0 10px; }
          .tabs-component .tab-content .overview-list .list li.image-and-title {
            margin-left: -30px;
            padding-left: 0; }
            .tabs-component .tab-content .overview-list .list li.image-and-title:before {
              display: none; }
            @media only screen and (max-width: 999px) {
              .tabs-component .tab-content .overview-list .list li.image-and-title > img {
                display: block;
                float: none;
                width: 100%; } }
          .tabs-component .tab-content .overview-list .list li:before {
            background: var(--black);
            border-radius: 50%;
            content: '';
            float: left;
            height: 4px;
            left: 0;
            margin-left: -15px;
            position: relative;
            top: 7px;
            width: 4px; }
    .tabs-component .tab-content .textimage-wrap.image-left .overview-list .list li.image-and-title > div {
      display: table; }
      .tabs-component .tab-content .textimage-wrap.image-left .overview-list .list li.image-and-title > div > h2 {
        display: inherit; }
        @media only screen and (min-width: 1000px) {
          .tabs-component .tab-content .textimage-wrap.image-left .overview-list .list li.image-and-title > div > h2 {
            margin-left: -45px; } }
  .tabs-component .accordion-item {
    line-height: 30px; }
  .tabs-component .tabset {
    margin-bottom: 20px; }
  .tabs-component .tab-content {
    padding: 0; }
    .tabs-component .tab-content .text-wrap h1 {
      color: var(--black); }
    .tabs-component .tab-content .text-wrap h2, .tabs-component .tab-content .text-wrap h3, .tabs-component .tab-content .text-wrap h4 {
      color: var(--black);
      font-weight: normal; }
    .tabs-component .tab-content .text-wrap h3 {
      font-size: 1.5em; }
    .tabs-component .tab-content .text-wrap h4 {
      font-size: 1.3em; }
    .tabs-component .tab-content .text-wrap p {
      line-height: 30px; }
    .tabs-component .tab-content .text-wrap a {
      color: var(--pink); }
    @media only screen and (max-width: 1299px) {
      .tabs-component .tab-content .text-wrap {
        width: 63%;
        padding: 0 30px 0 0; }
        .tabs-component .tab-content .text-wrap:first-child {
          width: 100%; } }
    @media only screen and (min-width: 1300px) {
      .tabs-component .tab-content .text-wrap:first-child {
        width: 100%; } }
    @media only screen and (max-width: 999px) {
      .tabs-component .tab-content .text-wrap {
        width: 100%; } }
    .tabs-component .tab-content .text-wrap > h2 {
      padding-top: 30px; }
    .tabs-component .tab-content .text-wrap .overview-list > li:after {
      display: none; }
    .tabs-component .tab-content .text-wrap ul li {
      position: relative;
      padding: 0 0 0 15px;
      font-size: 16px;
      line-height: 18px;
      margin: 0 0 10px;
      color: var(--black);
      list-style: none; }
      .tabs-component .tab-content .text-wrap ul li:after {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--black); }
    .tabs-component .tab-content .text-wrap ol li {
      position: relative;
      padding: 0 0 0 15px;
      font-size: 16px;
      line-height: 18px;
      margin: 0 0 10px;
      color: var(--black); }
    .tabs-component .tab-content .blockquote {
      padding-top: 30px;
      margin-left: 30px; }
      @media only screen and (max-width: 999px) {
        .tabs-component .tab-content .blockquote {
          margin-left: 0px; } }

.richtext .text-wrap ol li {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
  color: var(--black); }

.richtext .text-wrap ul li {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
  color: var(--black);
  list-style: none; }
  .richtext .text-wrap ul li:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--black); }

.enhanced-richtext .text-wrapper ol li {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
  color: var(--black); }

.enhanced-richtext .text-wrapper ul li {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
  color: var(--black);
  list-style: none; }
  .enhanced-richtext .text-wrapper ul li:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--black); }

.richtext table.quote-box, .enhanced-richtext table.quote-box,.enhanced-tab .tab-content table.quote-box,.tabs table.quote-box {
  margin: 0 0 25px 50px; }
.richtext table.quote-box td, .enhanced-richtext table.quote-box td,.enhanced-tab table.quote-box td,.tabs table.quote-box td{
    border: 1px solid #a8aca1;
    padding: 4px;
    text-align: left;
    vertical-align: top;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-width: 3px;
    border-color: #fc6719; }
.richtext table.quote-box h3,.enhanced-richtext table.quote-box h3, .enhanced-tab .tab-content table.quote-box h3, .tabs .tab-content table.quote-box h3{
    font-size: 18px;
    font-style: italic;
    font-weight: 100;
    color: #5B7F95;
    line-height: 1.389;
    padding-left: 20px;
    margin: 0; }
.richtext table.quote-box h5,.enhanced-richtext table.quote-box h5,.enhanced-tab .tab-content table.quote-box h5,.tabs .tab-content table.quote-box h5 {
    font-size: 15px;
    color: #5b7f95;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.667;
    padding-left: 20px;
    margin-bottom: 0;
    margin: 0; }

.press-releases .tabs-component .tab-content .text-wrap b {
  display: inline-table;
  padding-top: 12px; }

.press-releases .tabs-component .tab-content .text-wrap ul li b {
  padding-top: 0px; }

.press-releases .resultdiv {
  padding-bottom: 0px;
  border-bottom: 0px solid #2f3d49; }

.press-releases .common-wrapper {
  padding: 5px 50px 60px 250px; }
  @media only screen and (max-width: 999px) {
    .press-releases .common-wrapper {
      padding: 60px 40px; } }
  @media only screen and (max-width: 767px) {
    .press-releases .common-wrapper {
      padding: 30px; } }

@media only screen and (max-width: 999px) {
  .press-releases .one-column .left-column {
    width: 100%;
    float: left; } }

@media only screen and (max-width: 767px) {
  .press-releases .one-column .left-column {
    width: 100%;
    float: left; } }

@media only screen and (max-width: 999px) {
  .press-releases .tabs-component .tab-content .text-wrap {
    width: 100%;
    padding: 0 0px 0 0; } }

@media only screen and (max-width: 767px) {
  .press-releases .tabs-component .tab-content .text-wrap {
    width: 100%;
    padding: 0 0px 0 0; } }

.press-releases .btm-padding {
  border-bottom: 1px solid #2f3d49;
  padding-bottom: 20px; }

.press-releases .visual-component .component-pad {
  padding: 40px 40px 0px 40px; }

.press-releases .parbase .module-reference {
  padding-top: 35px; }

.press-releases h1 .pr-style {
  font-size: 48px;
  line-height: 1.1;
  margin: 0;
  font-weight: bold;
  color: var(--black) !important; }

.press-releases h2 .pr-style {
  font-size: 36px;
  color: var(--black);
  font-weight: normal;
  line-height: 1.1; }

.spotlight-8col {
  padding: 2px; }

.press-releases .tabs-component .tab-content .text-wrap > h2 {
  padding-top: 0px; }

.press-releases .tabs-component .tab-content .text-wrap > h1 {
  padding-top: 45px; }

.press-filter h1 .rss {
  right: 0;
  bottom: 14px;
  border: #d7d7d7 1px solid;
  color: var(--black);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 39px;
  padding: 0 20px;
  vertical-align: middle; }

.press-filter h1 .rss > i {
  color: var(--pink);
  font-size: 20px;
  margin-right: 5px;
  margin-top: -3px;
  padding-top: 2px;
  vertical-align: middle; }

.contact-form-component {
  position: relative;
  z-index: 100;
  opacity: 1;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1); }
  .contact-form-component textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  .contact-form-component textarea:focus:-moz-placeholder {
    color: transparent; }
  .contact-form-component textarea:focus::-moz-placeholder {
    color: transparent; }
  .contact-form-component textarea:focus:-ms-input-placeholder {
    color: transparent; }
  .contact-form-component.collapsed {
    height: 0;
    position: static;
    z-index: 0;
    opacity: 0; }
  .contact-form-component.generic .form_row {
    margin-bottom: 10px; }
  .contact-form-component.generic .common-wrapper {
    padding: 50px 25% 10px 35%; }
  .contact-form-component.generic .title.section h1 {
    font-size: 36px;
    color: var(--black);
    font-weight: 500;
    letter-spacing: -.8px;
    margin: 0 0 30px;
    line-height: 1.4; }
  .contact-form-component.generic .parbase.richtext.section.text {
    width: 100%; }
  .contact-form-component.generic .richtext .common-wrapper {
    padding: 10px 0 0 0; }
  .contact-form-component.generic .section.dropdown {
    width: 100%;
    padding: 0px 15px 0px 0;
    margin: 0 0% 10px 0%; }
  .contact-form-component.generic .section.text {
    width: 50%;
    padding: 0px 15px 0px 0;
    margin: 0 0% 10px 0%; }
  .contact-form-component.generic .section.text.textarea {
    width: 100% !important; }
    .contact-form-component.generic .section.text.textarea .form_leftcol {
      display: none; }
  .contact-form-component.generic .g-recaptcha div div {
    margin: 0 auto; }
  .contact-form-component.generic .captcha.section.reCAPTCHA {
    float: none;
    width: 100%; }
    .contact-form-component.generic .captcha.section.reCAPTCHA .form_row {
      margin-bottom: 0; }
  .contact-form-component.generic .section.radio {
    width: 100%;
    padding: 10px 0; }
    .contact-form-component.generic .section.radio label {
      float: left;
      margin: 2px 0 0 0; }
      .contact-form-component.generic .section.radio label:nth-child(1) {
        font-weight: 700; }
    .contact-form-component.generic .section.radio .form_row {
      margin-bottom: 0; }
      .contact-form-component.generic .section.radio .form_row:nth-child(1n+2) {
        margin: 0px 0px 0px 50px; }
    .contact-form-component.generic .section.radio .form_leftcol {
      position: relative;
      margin-top: 0; }
    .contact-form-component.generic .section.radio .form_rightcol {
      float: left;
      width: initial;
      margin: 0 20px 0 0; }
      .contact-form-component.generic .section.radio .form_rightcol input {
        width: initial;
        margin: 2px;
        height: auto !important; }
  .contact-form-component.generic .section.checkbox {
    width: 100%;
    padding: 0;
    margin: -20px 0 20px 0;
    height: 60px;
    padding-top: 12px; }
    .contact-form-component.generic .section.checkbox label {
      float: left;
      margin: 1px 10px 0px 0; }
      .contact-form-component.generic .section.checkbox label:nth-child(1) {
        font-weight: 700; }
    .contact-form-component.generic .section.checkbox .form_row {
      margin-bottom: 0; }
      .contact-form-component.generic .section.checkbox .form_row:nth-child(1n+2) {
        margin: 0px 0px 0px 50px; }
    .contact-form-component.generic .section.checkbox .form_leftcol {
      margin-left: 0px;
      position: relative;
      margin-top: 0; }
    .contact-form-component.generic .section.checkbox .form_rightcol {
      float: left;
      width: initial;
      margin: 0 20px 0 0; }
      .contact-form-component.generic .section.checkbox .form_rightcol input {
        width: initial; }
  .contact-form-component .common-wrapper {
    padding: 110px 40px 110px 250px;
    background: #f8f8f8;
    text-align: center; }
    @media only screen and (max-width: 999px) {
      .contact-form-component .common-wrapper {
        padding: 33px 40px 15px 40px !important; } }
    .contact-form-component .common-wrapper h2 {
      font-size: 36px;
      color: var(--black);
      font-weight: 500;
      letter-spacing: -.8px;
      margin: 0 0 30px;
      line-height: 1.4; }
      @media only screen and (max-width: 767px) {
        .contact-form-component .common-wrapper h2 {
          font-size: 28px; } }
    .contact-form-component .common-wrapper p {
      font-size: 20px;
      font-weight: 300;
      color: #676767;
      max-width: 820px;
      margin: -20px auto 25px; }
    .contact-form-component .common-wrapper form.contact-form {
      max-width: 1400px;
      margin: 0 auto; }
      .contact-form-component .common-wrapper form.contact-form .inpt-box {
        width: 22.5%;
        margin: 0 1% 10px 1%; }
        .contact-form-component .common-wrapper form.contact-form .inpt-box.full-lenght {
          width: 97% !important; }
        @media only screen and (max-width: 1299px) {
          .contact-form-component .common-wrapper form.contact-form .inpt-box {
            width: 22%; }
            .contact-form-component .common-wrapper form.contact-form .inpt-box input {
              font-size: 20px !important; } }
        @media only screen and (max-width: 999px) {
          .contact-form-component .common-wrapper form.contact-form .inpt-box {
            width: 47%;
            margin: 0 1%; } }
        @media only screen and (max-width: 520px) {
          .contact-form-component .common-wrapper form.contact-form .inpt-box {
            width: 100%; }
            .contact-form-component .common-wrapper form.contact-form .inpt-box.full-lenght {
              width: 100% !important; } }
        .contact-form-component .common-wrapper form.contact-form .inpt-box .jcf-select {
          cursor: pointer; }
    .contact-form-component .common-wrapper .close {
      position: absolute;
      right: 30px;
      top: 30px;
      width: 42px;
      height: 42px;
      color: #d7d7d7;
      font-size: 20px;
      line-height: 0;
      border: 4px solid #d7d7d7;
      text-align: center;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .contact-form-component .common-wrapper .close:hover {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .contact-form-component .common-wrapper .close i {
        line-height: 32px; }

.contact-form-component.htb-page {
  z-index: 40; }

.contact-form-component.gated-form-bottom form .end .form_rightcol .required-label:before, .contact-form-component.gated-form-bottom form .end .form_rightcol .required-label:after {
  visibility: hidden; }

.contact-form-component.gated-form-bottom form .end .form_rightcol .required-label .required:after {
  color: var(--pink);
  content: "\f061";
  top: 94.9%;
  font: normal normal normal 12px/1 FontAwesome;
  left: 57.7%;
  position: absolute;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  visibility: visible; }

.contact-form-component.gated-form-bottom form .end .form_rightcol .required-label .required:before {
  border: 2px solid var(--pink);
  border-radius: 50%;
  content: '';
  height: 21px;
  left: 57.3%;
  position: absolute;
  top: 94.6%;
  width: 21px; }

.gated-form-right .hidden, .gated-form-bottom .hidden {
  display: block !important; }

.gated-form-right .section.reCAPTCHA, .gated-form-bottom .section.reCAPTCHA {
  text-align: -webkit-center; }
  @media only screen and (max-width: 999px) {
    .gated-form-right .section.reCAPTCHA, .gated-form-bottom .section.reCAPTCHA {
      text-align: none; } }
  .gated-form-right .section.reCAPTCHA .grecaptcha-warning, .gated-form-bottom .section.reCAPTCHA .grecaptcha-warning {
    color: #ff0000; }

.gated-form-right .section.end .form_row_description, .gated-form-bottom .section.end .form_row_description {
  display: block !important; }

.gated-form-right .recaptchatable #recaptcha_response_field, .gated-form-bottom .recaptchatable #recaptcha_response_field {
  height: 20px !important;
  font-size: 15px !important; }

.gated-form-right .common-wrapper, .gated-form-bottom .common-wrapper {
  background: #fff !important; }
  @media only screen and (max-width: 767px) {
    .gated-form-right .common-wrapper, .gated-form-bottom .common-wrapper {
      text-align: left; } }

.gated-form-right form, .gated-form-bottom form {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: initial; }
  .gated-form-right form .col-lg-12, .gated-form-bottom form .col-lg-12 {
    width: 100% !important;
    padding-right: 15px; }
    @media only screen and (max-width: 767px) {
      .gated-form-right form .col-lg-12, .gated-form-bottom form .col-lg-12 {
        padding: 0; } }
  .gated-form-right form .col-lg-6, .gated-form-bottom form .col-lg-6 {
    width: 50% !important;
    margin: 0 !important;
    padding: 0 10px; }
    @media only screen and (max-width: 767px) {
      .gated-form-right form .col-lg-6, .gated-form-bottom form .col-lg-6 {
        width: 100% !important;
        padding: 0; } }
  .gated-form-right form .form_row, .gated-form-bottom form .form_row {
    margin-bottom: 40px; }
  .gated-form-right form .form_leftcol, .gated-form-bottom form .form_leftcol {
    position: absolute;
    margin-top: 45px; }
    .gated-form-right form .form_leftcol .form_leftcollabel, .gated-form-bottom form .form_leftcol .form_leftcollabel {
      float: left; }
    .gated-form-right form .form_leftcol .form_leftcolmark, .gated-form-bottom form .form_leftcol .form_leftcolmark {
      float: left;
      margin-left: 2px;
      line-height: 25px;
      color: #ED6100;
      font-size: 18px; }
  .gated-form-right form label, .gated-form-bottom form label {
    float: left;
    margin: 2px 0 0 0;
    color: var(--black);
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    max-width: 100%;
    margin-right: 10px; }
    .gated-form-right form label span, .gated-form-bottom form label span {
      color: var(--pink); }
  .gated-form-right form .form_rightcol, .gated-form-bottom form .form_rightcol {
    width: 100%;
    margin: 0 0% 10px 0%;
    display: inline-block;
    vertical-align: top;
    color: #415564; }
    .gated-form-right form .form_rightcol:after, .gated-form-bottom form .form_rightcol:after {
      display: block;
      clear: both;
      content: '';
      height: 0;
      visibility: hidden; }
    .gated-form-right form .form_rightcol.full-lenght, .gated-form-bottom form .form_rightcol.full-lenght {
      width: 97% !important; }
    @media only screen and (max-width: 1299px) {
      .gated-form-right form .form_rightcol input, .gated-form-bottom form .form_rightcol input {
        font-size: 20px !important; } }
    .gated-form-right form .form_rightcol input, .gated-form-bottom form .form_rightcol input {
      background: none;
      border: none;
      border-bottom: solid 1px #ccc;
      width: 100%;
      font-size: 28px;
      padding: 10px 0;
      height: 60px;
      border-radius: 0;
      color: var(--black);
      font-weight: 300; }
      .gated-form-right form .form_rightcol input:focus, .gated-form-bottom form .form_rightcol input:focus {
        outline: none; }
      .gated-form-right form .form_rightcol input::-webkit-input-placeholder, .gated-form-bottom form .form_rightcol input::-webkit-input-placeholder {
        color: #cccccc; }
      .gated-form-right form .form_rightcol input:-moz-placeholder, .gated-form-bottom form .form_rightcol input:-moz-placeholder {
        color: #cccccc; }
      .gated-form-right form .form_rightcol input::-moz-placeholder, .gated-form-bottom form .form_rightcol input::-moz-placeholder {
        color: #cccccc;
        opacity: 1; }
      .gated-form-right form .form_rightcol input:-ms-input-placeholder, .gated-form-bottom form .form_rightcol input:-ms-input-placeholder {
        color: #cccccc; }
    .gated-form-right form .form_rightcol .submit, .gated-form-right form .form_rightcol .form_button_submit, .gated-form-bottom form .form_rightcol .submit, .gated-form-bottom form .form_rightcol .form_button_submit {
      font-size: 14px !important;
      font-weight: 400;
      color: var(--black);
      text-transform: uppercase;
      border: solid 1px #ccc;
      border-radius: 30px;
      position: relative;
      margin: 20px auto;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      height: 45px !important;
      width: 130px !important;
      padding: 1px 32px 0 0 !important; }
    .gated-form-right form .form_rightcol .jcf-select, .gated-form-bottom form .form_rightcol .jcf-select {
      font-weight: 300;
      font-size: 28px !important;
      color: #cccccc;
      margin: 0;
      width: 100%;
      padding: 10px 40px 4px 0;
      height: 60px;
      display: block;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      outline: none;
      text-align: left;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      position: relative;
      cursor: pointer; }
      .gated-form-right form .form_rightcol .jcf-select .jcf-select-text, .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-text {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener, .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener {
        border: solid transparent;
        border-color: rgba(65, 84, 100, 0);
        border-top-color: var(--black);
        box-sizing: border-box;
        border-width: 7px 7px;
        top: 25px;
        width: 13px;
        position: absolute;
        right: 10px; }
        @media only screen and (max-width: 1299px) {
          .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener, .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener {
            background-position: -219px -74px; } }
      .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener:before, .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener:before {
        content: " ";
        display: block;
        border: solid;
        border-color: #ffffff transparent transparent transparent;
        z-index: 2;
        width: 6px;
        height: 10px;
        position: absolute;
        top: -8px;
        left: -6px;
        border-width: 6px 6px; }
      @media only screen and (max-width: 1299px) {
        .gated-form-right form .form_rightcol .jcf-select, .gated-form-bottom form .form_rightcol .jcf-select {
          font-size: 22px !important;
          padding: 10px 22px 0 0; } }
    .gated-form-right form .form_rightcol .jcf-hidden, .gated-form-bottom form .form_rightcol .jcf-hidden {
      position: absolute;
      left: -9999px;
      height: 1px;
      width: 1px;
      margin: 0px;
      border-width: 0px; }
  .gated-form-right form .close, .gated-form-bottom form .close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 42px;
    height: 42px;
    color: #d7d7d7;
    font-size: 20px;
    line-height: 0;
    border: 4px solid #d7d7d7;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .gated-form-right form .close:hover, .gated-form-bottom form .close:hover {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .gated-form-right form .close i, .gated-form-bottom form .close i {
      line-height: 32px; }
  .gated-form-right form textarea, .gated-form-bottom form textarea {
    width: 100%;
    padding: 10px;
    min-height: 100px;
    margin-top: 20px;
    border: 1px solid #cccccc; }
    .gated-form-right form textarea.required::-webkit-input-placeholder:after, .gated-form-bottom form textarea.required::-webkit-input-placeholder:after {
      content: " *";
      color: #ED6100; }
    .gated-form-right form textarea.required:-moz-placeholder:after, .gated-form-bottom form textarea.required:-moz-placeholder:after {
      content: " *";
      color: #ED6100; }
    .gated-form-right form textarea.required::-moz-placeholder:after, .gated-form-bottom form textarea.required::-moz-placeholder:after {
      content: " *";
      color: #ED6100; }
    .gated-form-right form textarea.required:-ms-input-placeholder:after, .gated-form-bottom form textarea.required:-ms-input-placeholder:after {
      content: " *";
      color: #ED6100; }
  .gated-form-right form input, .gated-form-bottom form input {
    height: 45px !important;
    padding: 10px 0 0 0 !important;
    line-height: 29px !important; }
  .gated-form-right form input:-webkit-autofill, .gated-form-bottom form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .gated-form-right form .jcf-select, .gated-form-bottom form .jcf-select {
    height: 45px !important; }
    .gated-form-right form .jcf-select .jcf-select-text, .gated-form-bottom form .jcf-select .jcf-select-text {
      font-size: 28px;
      font-weight: 100;
      color: var(--black); }
      @media only screen and (max-width: 1299px) {
        .gated-form-right form .jcf-select .jcf-select-text, .gated-form-bottom form .jcf-select .jcf-select-text {
          font-size: 20px !important; } }
  .gated-form-right form .checkboxes, .gated-form-bottom form .checkboxes {
    text-align: left;
    padding-left: 8px;
    font-size: 15px;
    color: var(--black);
    height: 35px; }
    @media only screen and (max-width: 767px) {
      .gated-form-right form .checkboxes, .gated-form-bottom form .checkboxes {
        height: 80px;
        clear: both;
        overflow: hidden;
        margin-top: 10px;
        padding: 0; } }
    .gated-form-right form .checkboxes .checkboxttl, .gated-form-bottom form .checkboxes .checkboxttl {
      font-weight: bold;
      float: left;
      margin-top: 21px;
      margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      .gated-form-right form .checkboxes span, .gated-form-bottom form .checkboxes span {
        width: 100%;
        display: block; } }
    @media only screen and (max-width: 767px) {
      .gated-form-right form .checkboxes label, .gated-form-bottom form .checkboxes label {
        width: 100%;
        display: block;
        height: 20px; } }
  .gated-form-right form label.requiredlbl:after, .gated-form-bottom form label.requiredlbl:after {
    content: " *" !important;
    color: #ED6100; }
  .gated-form-right form .form_row_description, .gated-form-bottom form .form_row_description {
    display: none; }
  .gated-form-right form .g-recaptcha-container, .gated-form-bottom form .g-recaptcha-container {
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .gated-form-right form .g-recaptcha-container, .gated-form-bottom form .g-recaptcha-container {
        max-height: 74px !important; } }
    @media only screen and (max-width: 767px) {
      .gated-form-right form .g-recaptcha-container .g-recaptcha div, .gated-form-bottom form .g-recaptcha-container .g-recaptcha div {
        max-height: 90px !important;
        overflow: hidden; } }
    .gated-form-right form .g-recaptcha-container .g-recaptcha div div, .gated-form-bottom form .g-recaptcha-container .g-recaptcha div div {
      margin: 0 auto; }
  .gated-form-right form .err-msg, .gated-form-bottom form .err-msg {
    color: #ff0000;
    margin-top: 10px;
    display: none; }
    @media only screen and (max-width: 767px) {
      .gated-form-right form .err-msg, .gated-form-bottom form .err-msg {
        margin-top: 30px; } }
  .gated-form-right form .err-icon, .gated-form-bottom form .err-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    margin-top: 16px;
    margin-left: -20px;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 22px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    display: none; }
    @media only screen and (max-width: 767px) {
      .gated-form-right form .err-icon, .gated-form-bottom form .err-icon {
        margin-top: 0; } }
  .gated-form-right form .end .form_row, .gated-form-bottom form .end .form_row {
    margin: 0 0 0 0; }
    .gated-form-right form .end .form_row .form_rightcol, .gated-form-bottom form .end .form_row .form_rightcol {
      margin: 0 0 0 0; }
  .gated-form-right form .end .form-error, .gated-form-bottom form .end .form-error {
    color: red; }
  .gated-form-right form .section, .gated-form-bottom form .section {
    width: 33%;
    float: left;
    padding: 0 40px; }
    @media only screen and (max-width: 767px) {
      .gated-form-right form .section, .gated-form-bottom form .section {
        padding: 0; } }
    .gated-form-right form .section.checkbox .form_row, .gated-form-bottom form .section.checkbox .form_row {
      margin-bottom: 20px;
      margin-top: 13px; }
    .gated-form-right form .section.checkbox .form_leftcol, .gated-form-bottom form .section.checkbox .form_leftcol {
      margin-left: 20px;
      margin-top: 1px; }
    .gated-form-right form .section.checkbox input[type="checkbox"], .gated-form-bottom form .section.checkbox input[type="checkbox"] {
      height: auto !important;
      margin: 0px;
      width: auto; }
  .gated-form-right form .form_error, .gated-form-bottom form .form_error {
    color: #ff0000; }
  .gated-form-right form .form_rightcol, .gated-form-bottom form .form_rightcol {
    text-align: center; }
    .gated-form-right form .form_rightcol .required-label, .gated-form-bottom form .form_rightcol .required-label {
      height: 0;
      line-height: 0px;
      padding-top: 30px;
      position: relative; }
      .gated-form-right form .form_rightcol .required-label:after, .gated-form-bottom form .form_rightcol .required-label:after {
        color: var(--pink);
        content: "\f061";
        font: normal normal normal 12px/1 FontAwesome;
        left: 100px;
        position: absolute;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        top: 66px !important; }
      .gated-form-right form .form_rightcol .required-label:before, .gated-form-bottom form .form_rightcol .required-label:before {
        border: 2px solid var(--pink);
        border-radius: 50%;
        content: '';
        height: 21px;
        left: 94px;
        position: absolute;
        top: 62px !important;
        width: 21px; }
      .gated-form-right form .form_rightcol .required-label .form_leftcolmark, .gated-form-bottom form .form_rightcol .required-label .form_leftcolmark {
        display: inline-block;
        color: #ED6100;
        font-size: 15px; }
      .gated-form-right form .form_rightcol .required-label .required, .gated-form-bottom form .form_rightcol .required-label .required {
        display: inline-block;
        color: #ED6100; }
  .gated-form-right form .end, .gated-form-bottom form .end {
    width: 100%;
    float: none; }

.gated-form-right .thankyou, .gated-form-bottom .thankyou {
  max-width: 600px;
  margin: 0 auto; }
  .gated-form-right .thankyou h2, .gated-form-bottom .thankyou h2 {
    font-size: 22px; }
  .gated-form-right .thankyou p, .gated-form-bottom .thankyou p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 20px; }
  .gated-form-right .thankyou .buttons, .gated-form-bottom .thankyou .buttons {
    overflow: hidden; }
    .gated-form-right .thankyou .buttons div, .gated-form-bottom .thankyou .buttons div {
      display: inline-block;
      width: auto;
      margin-right: 20px; }
      .gated-form-right .thankyou .buttons div a, .gated-form-bottom .thankyou .buttons div a {
        color: var(--black) !important;
        border: solid 1px #ccc !important; }
      .gated-form-right .thankyou .buttons div a:before, .gated-form-bottom .thankyou .buttons div a:before {
        border-color: var(--pink); }
      .gated-form-right .thankyou .buttons div a:after, .gated-form-bottom .thankyou .buttons div a:after {
        color: var(--pink); }
  .gated-form-right .thankyou .back, .gated-form-bottom .thankyou .back {
    margin-top: 20px; }
    .gated-form-right .thankyou .back a, .gated-form-bottom .thankyou .back a {
      font-size: 14px;
      color: var(--pink); }

.gated-form-bottom form .form_rightcol .required-label {
  text-align: center; }
  .gated-form-bottom form .form_rightcol .required-label:after {
    left: auto;
    right: auto;
    width: 21px;
    margin-left: -2px;
    top: 66px !important; }
  .gated-form-bottom form .form_rightcol .required-label:before {
    left: auto;
    right: auto;
    margin-left: 65px;
    /* this targets ie10/11 */
    top: 62px !important; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .gated-form-bottom form .form_rightcol .required-label:before {
        margin-left: 291px; } }

@media only screen and (max-width: 767px) {
  .gated-form-right div, .gated-form-right form {
    overflow: visible; }
  .gated-form-right #rcaptcha {
    margin-left: -40px;
    margin-right: -40px; }
    .gated-form-right #rcaptcha > div > div {
      margin: 0 auto; } }

.gated-form-right form .section {
  width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .gated-form-right form .section {
      border-left: #E4E4E4 1px solid;
      margin-left: 20px;
      padding-left: 40px; } }
  .gated-form-right form .section h2 {
    font-size: 30px; }

.gated-form-right form .form_rightcol, .gated-form-right form .form_button_reset {
  text-align: left; }

.gated-form-right .g-recaptcha {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.89);
  -webkit-transform: scale(0.89); }
  @media only screen and (max-width: 1299px) {
    .gated-form-right .g-recaptcha {
      transform: scale(0.58);
      -webkit-transform: scale(0.58); } }
  @media only screen and (max-width: 999px) {
    .gated-form-right .g-recaptcha {
      transform: scale(0.77);
      -webkit-transform: scale(0.77); } }
  @media only screen and (max-width: 767px) {
    .gated-form-right .g-recaptcha {
      transform: scale(0.52);
      -webkit-transform: scale(0.52); } }

.forms-two-columns {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .forms-two-columns {
      overflow: visible; } }
  .forms-two-columns .left-column {
    width: 66%;
    float: left; }
    @media only screen and (max-width: 999px) {
      .forms-two-columns .left-column {
        width: 100%;
        float: none; } }
  .forms-two-columns .right-column {
    width: 33%;
    float: right; }
    @media only screen and (max-width: 999px) {
      .forms-two-columns .right-column {
        width: 100%;
        float: none; } }
  .forms-two-columns .richtext .text-wrap a {
    color: var(--pink); }
  .forms-two-columns .richtext .text-wrap a:hover {
    text-decoration: underline !important; }

.generic-form-component .common-wrapper {
  background: #fff; }

.generic-form-component .thankyou .rounded-clear-blue-btn a {
  background: #fff;
  margin-bottom: 20px; }

.generic-form-component .thankyou .cta-links a {
  color: var(--pink);
  text-decoration: none; }

.generic-form-component .thankyou .cta-links a:last-child {
  border-left: #667D94 solid 1px;
  margin-left: 5px;
  padding-left: 10px; }

.generic-form-component .thankyou .cta-links a:first-child {
  border: none !important; }

.generic-form-component .thankyou .cta-links a:hover {
  text-decoration: none; }

.generic-form-component .thankyou p {
  color: #A8AAA0;
  margin-bottom: 20px; }

.generic-form-component .thankyou-gated {
  text-align: left; }
  .generic-form-component .thankyou-gated h2 {
    font-size: 32px; }
  .generic-form-component .thankyou-gated p {
    margin: 0;
    color: var(--black);
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
    max-width: 890px; }
  .generic-form-component .thankyou-gated .thankyou-gated-top {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 75px;
    margin-bottom: 75px; }
    .generic-form-component .thankyou-gated .thankyou-gated-top .thankyou-gated-ttl {
      color: #A8ACA1;
      font-weight: bold;
      margin-bottom: 0; }
    .generic-form-component .thankyou-gated .thankyou-gated-top .thankyou-gated-subttl {
      margin-bottom: 25px; }
  .generic-form-component .thankyou-gated .thankyou-gated-btm h2 {
    margin-bottom: 0;
    line-height: 28px; }
  .generic-form-component .thankyou-gated .thankyou-gated-btm p {
    margin-bottom: 80px; }

.generic-form-component .thankyou-gated-video .video-link-play {
  position: relative;
  display: inline-block; }
  .generic-form-component .thankyou-gated-video .video-link-play:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../play.html) center center no-repeat;
    content: " "; }

.generic-form-component .thankyou-gated-video .rte-video-link-play {
  position: relative;
  display: inline-block; }
  .generic-form-component .thankyou-gated-video .rte-video-link-play:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../play.html) center center no-repeat;
    content: " "; }

.gated-form-bottom .title.section, .forms-two-columns .title.section {
  color: #a8aca1;
  font-size: 16px; }
  .gated-form-bottom .title.section h1, .forms-two-columns .title.section h1 {
    margin-bottom: 5px; }

.gated-form-bottom .parbase.richtext.section.text .common-wrapper:after, .forms-two-columns .parbase.richtext.section.text .common-wrapper:after {
  clear: none;
  display: inline; }

.gated-form-bottom ul, .forms-two-columns ul {
  overflow: hidden;
  padding-left: 20px;
  margin-bottom: 0; }

.gated-form-bottom ul li, .forms-two-columns ul li {
  font-size: 18px;
  margin: 18px 0; }

.gated-form-bottom h4, .gated-form-bottom p, .forms-two-columns h4, .forms-two-columns p {
  color: var(--black); }

.gated-form-bottom h4, .forms-two-columns h4 {
  font-size: 32px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 20px; }

.gated-form-bottom p, .forms-two-columns p {
  font-size: 18px; }
  .gated-form-bottom p sub, .forms-two-columns p sub {
    font-size: 12px;
    line-height: 12px;
    font-style: italic; }

.gated-form-bottom .image.section div img, .forms-two-columns .image.section div img {
  float: left;
  position: relative;
  margin: 10px 30px 10px 0;
  z-index: 50; }

.forms .bar-orange-gradient {
  height: 7px; }

.forms a {
  text-decoration: none !important;
  outline: none; }

.forms .gated-form-right .hidden, .forms .gated-form-bottom .hidden {
  display: block !important; }

.forms .gated-form-right .background-wrapper, .forms .gated-form-bottom .background-wrapper {
  background: none; }

.forms .gated-form-right .section.reCAPTCHA, .forms .gated-form-bottom .section.reCAPTCHA {
  text-align: -webkit-center; }
  @media only screen and (max-width: 999px) {
    .forms .gated-form-right .section.reCAPTCHA, .forms .gated-form-bottom .section.reCAPTCHA {
      text-align: none; } }
  .forms .gated-form-right .section.reCAPTCHA .grecaptcha-warning, .forms .gated-form-bottom .section.reCAPTCHA .grecaptcha-warning {
    color: #ff0000; }

.forms .gated-form-right .section.end .form_row_description, .forms .gated-form-bottom .section.end .form_row_description {
  display: block !important; }

.forms .gated-form-right .recaptchatable #recaptcha_response_field, .forms .gated-form-bottom .recaptchatable #recaptcha_response_field {
  height: 20px !important;
  font-size: 15px !important; }

.forms .gated-form-right .common-wrapper, .forms .gated-form-bottom .common-wrapper {
  background: none !important; }
  @media only screen and (max-width: 767px) {
    .forms .gated-form-right .common-wrapper, .forms .gated-form-bottom .common-wrapper {
      text-align: left; } }

.forms .gated-form-right form, .forms .gated-form-bottom form {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: initial; }
  .forms .gated-form-right form .col-lg-12, .forms .gated-form-bottom form .col-lg-12 {
    width: 100% !important;
    padding-right: 15px; }
    @media only screen and (max-width: 767px) {
      .forms .gated-form-right form .col-lg-12, .forms .gated-form-bottom form .col-lg-12 {
        padding: 0; } }
  .forms .gated-form-right form .col-lg-6, .forms .gated-form-bottom form .col-lg-6 {
    width: 50% !important;
    margin: 0 !important;
    padding: 0 10px; }
    @media only screen and (max-width: 767px) {
      .forms .gated-form-right form .col-lg-6, .forms .gated-form-bottom form .col-lg-6 {
        width: 100% !important;
        padding: 0; } }
  .forms .gated-form-right form .form_row, .forms .gated-form-bottom form .form_row {
    margin-bottom: 0px; }
  .forms .gated-form-right form .form_leftcol, .forms .gated-form-bottom form .form_leftcol {
    position: absolute;
    margin-top: 1px;
    display: none; }
    .forms .gated-form-right form .form_leftcol .form_leftcollabel, .forms .gated-form-bottom form .form_leftcol .form_leftcollabel {
      float: left; }
    .forms .gated-form-right form .form_leftcol .form_leftcolmark, .forms .gated-form-bottom form .form_leftcol .form_leftcolmark {
      float: left;
      margin-left: 2px;
      line-height: 25px;
      color: #ED6100;
      font-size: 18px; }
  .forms .gated-form-right form label, .forms .gated-form-bottom form label {
    float: left;
    margin: 0px 0 0 0;
    color: #000;
    font-weight: 400;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    max-width: 100%;
    margin-right: 1px; }
    .forms .gated-form-right form label span, .forms .gated-form-bottom form label span {
      color: var(--pink); }
  .forms .gated-form-right form .form_rightcol, .forms .gated-form-bottom form .form_rightcol {
    width: 100%;
    margin: 0 0% 10px 0%;
    display: inline-block;
    vertical-align: top;
    color: #415564; }
    .forms .gated-form-right form .form_rightcol:after, .forms .gated-form-bottom form .form_rightcol:after {
      display: block;
      clear: both;
      content: '';
      height: 0;
      visibility: hidden; }
    .forms .gated-form-right form .form_rightcol.full-lenght, .forms .gated-form-bottom form .form_rightcol.full-lenght {
      width: 97% !important; }
    @media only screen and (max-width: 1299px) {
      .forms .gated-form-right form .form_rightcol input, .forms .gated-form-bottom form .form_rightcol input {
        font-size: 20px !important; } }
    .forms .gated-form-right form .form_rightcol input, .forms .gated-form-bottom form .form_rightcol input {
      background: #fff;
      border: none;
      border-bottom: none;
      width: 100%;
      font-size: 19px;
      padding: 10px 0;
      height: 60px;
      border-radius: 0;
      color: var(--black);
      font-weight: 300;
      margin-top: 20px;
      font-family: Arial, Helvetica, sans-serif; }
      .forms .gated-form-right form .form_rightcol input:focus, .forms .gated-form-bottom form .form_rightcol input:focus {
        outline: none; }
      .forms .gated-form-right form .form_rightcol input::-webkit-input-placeholder, .forms .gated-form-bottom form .form_rightcol input::-webkit-input-placeholder {
        color: var(--black); }
      .forms .gated-form-right form .form_rightcol input:-moz-placeholder, .forms .gated-form-bottom form .form_rightcol input:-moz-placeholder {
        color: var(--black); }
      .forms .gated-form-right form .form_rightcol input::-moz-placeholder, .forms .gated-form-bottom form .form_rightcol input::-moz-placeholder {
        color: var(--black);
        opacity: 1; }
      .forms .gated-form-right form .form_rightcol input:-ms-input-placeholder, .forms .gated-form-bottom form .form_rightcol input:-ms-input-placeholder {
        color: var(--black); }
    .forms .gated-form-right form .form_rightcol .submit, .forms .gated-form-right form .form_rightcol .form_button_submit, .forms .gated-form-bottom form .form_rightcol .submit, .forms .gated-form-bottom form .form_rightcol .form_button_submit {
      font-style: normal;
      font-weight: 600;
      font-size: 34px !important;
      color: #fff;
      text-transform: uppercase;
      border: solid 1px #ccc;
      border-radius: 50px;
      position: relative;
      margin: 20px auto;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      height: 100px !important;
      width: 100% !important;
      padding: 1px 32px 0 0 !important;
      margin-bottom: 40px;
      background-color: var(--pink) !important;
      background: url(../arrowicon.html) no-repeat right;
      background-size: 44px 43px;
      background-position: 95% 50%;
      cursor: pointer; }
    .forms .gated-form-right form .form_rightcol .jcf-select, .forms .gated-form-bottom form .form_rightcol .jcf-select {
      font-weight: 300;
      font-size: 28px !important;
      color: var(--black);
      margin: 0;
      width: 100%;
      padding: 11px 40px 4px 3px;
      height: 60px;
      display: block;
      border-bottom: none;
      border-radius: 0;
      outline: none;
      text-align: left;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      position: relative;
      cursor: pointer;
      margin-top: 20px;
      font-family: Arial, Helvetica, sans-serif;
      background: #fff; }
      .forms .gated-form-right form .form_rightcol .jcf-select .jcf-select-text, .forms .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-text {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      .forms .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener, .forms .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener {
        border: solid transparent;
        border-color: rgba(65, 84, 100, 0);
        border-top-color: var(--black);
        box-sizing: border-box;
        border-width: 7px 7px;
        top: 20px;
        width: 13px;
        position: absolute;
        right: 10px; }
        @media only screen and (max-width: 1299px) {
          .forms .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener, .forms .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener {
            background-position: -219px -74px; } }
      .forms .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener:before, .forms .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener:before {
        content: " ";
        display: block;
        border: solid;
        border-color: #ffffff transparent transparent transparent;
        z-index: 2;
        width: 6px;
        height: 10px;
        position: absolute;
        top: -8px;
        left: -6px;
        border-width: 6px 6px; }
      @media only screen and (max-width: 1299px) {
        .forms .gated-form-right form .form_rightcol .jcf-select, .forms .gated-form-bottom form .form_rightcol .jcf-select {
          font-size: 22px !important;
          padding: 10px 22px 0 0; } }
    .forms .gated-form-right form .form_rightcol .jcf-hidden, .forms .gated-form-bottom form .form_rightcol .jcf-hidden {
      position: absolute;
      left: -9999px;
      height: 1px;
      width: 1px;
      margin: 0px;
      border-width: 0px; }
  .forms .gated-form-right form .close, .forms .gated-form-bottom form .close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 42px;
    height: 42px;
    color: #d7d7d7;
    font-size: 20px;
    line-height: 0;
    border: 4px solid #d7d7d7;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .forms .gated-form-right form .close:hover, .forms .gated-form-bottom form .close:hover {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .forms .gated-form-right form .close i, .forms .gated-form-bottom form .close i {
      line-height: 32px; }
  .forms .gated-form-right form textarea, .forms .gated-form-bottom form textarea {
    width: 100%;
    padding: 10px;
    min-height: 100px;
    margin-top: 20px;
    border: 1px solid #cccccc; }
    .forms .gated-form-right form textarea.required::-webkit-input-placeholder:after, .forms .gated-form-bottom form textarea.required::-webkit-input-placeholder:after {
      content: " *";
      color: #ED6100; }
    .forms .gated-form-right form textarea.required:-moz-placeholder:after, .forms .gated-form-bottom form textarea.required:-moz-placeholder:after {
      content: " *";
      color: #ED6100; }
    .forms .gated-form-right form textarea.required::-moz-placeholder:after, .forms .gated-form-bottom form textarea.required::-moz-placeholder:after {
      content: " *";
      color: #ED6100; }
    .forms .gated-form-right form textarea.required:-ms-input-placeholder:after, .forms .gated-form-bottom form textarea.required:-ms-input-placeholder:after {
      content: " *";
      color: #ED6100; }
  .forms .gated-form-right form input, .forms .gated-form-bottom form input {
    height: 45px !important;
    padding: 1px 0 0 3px !important;
    line-height: 29px !important; }
  .forms .gated-form-right form input:-webkit-autofill, .forms .gated-form-bottom form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .forms .gated-form-right form .jcf-select, .forms .gated-form-bottom form .jcf-select {
    height: 45px !important; }
    .forms .gated-form-right form .jcf-select .jcf-select-text, .forms .gated-form-bottom form .jcf-select .jcf-select-text {
      font-size: 20px;
      font-weight: 100; }
      @media only screen and (max-width: 1299px) {
        .forms .gated-form-right form .jcf-select .jcf-select-text, .forms .gated-form-bottom form .jcf-select .jcf-select-text {
          font-size: 20px !important; } }
  .forms .gated-form-right form .checkboxes, .forms .gated-form-bottom form .checkboxes {
    text-align: left;
    padding-left: 8px;
    font-size: 15px;
    color: var(--black);
    height: 35px; }
    @media only screen and (max-width: 767px) {
      .forms .gated-form-right form .checkboxes, .forms .gated-form-bottom form .checkboxes {
        height: 80px;
        clear: both;
        overflow: hidden;
        margin-top: 10px;
        padding: 0; } }
    .forms .gated-form-right form .checkboxes .checkboxttl, .forms .gated-form-bottom form .checkboxes .checkboxttl {
      font-weight: bold;
      float: left;
      margin-top: 21px;
      margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      .forms .gated-form-right form .checkboxes span, .forms .gated-form-bottom form .checkboxes span {
        width: 100%;
        display: block; } }
    @media only screen and (max-width: 767px) {
      .forms .gated-form-right form .checkboxes label, .forms .gated-form-bottom form .checkboxes label {
        width: 100%;
        display: block;
        height: 20px; } }
  .forms .gated-form-right form label.requiredlbl:after, .forms .gated-form-bottom form label.requiredlbl:after {
    content: " *" !important;
    color: #ED6100; }
  .forms .gated-form-right form .form_row_description, .forms .gated-form-bottom form .form_row_description {
    display: none; }
  .forms .gated-form-right form .g-recaptcha-container, .forms .gated-form-bottom form .g-recaptcha-container {
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .forms .gated-form-right form .g-recaptcha-container, .forms .gated-form-bottom form .g-recaptcha-container {
        max-height: 74px !important; } }
    @media only screen and (max-width: 767px) {
      .forms .gated-form-right form .g-recaptcha-container .g-recaptcha div, .forms .gated-form-bottom form .g-recaptcha-container .g-recaptcha div {
        max-height: 90px !important;
        overflow: hidden; } }
    .forms .gated-form-right form .g-recaptcha-container .g-recaptcha div div, .forms .gated-form-bottom form .g-recaptcha-container .g-recaptcha div div {
      margin: 0 auto; }
  .forms .gated-form-right form .err-msg, .forms .gated-form-bottom form .err-msg {
    color: #ff0000;
    margin-top: 10px;
    display: none; }
    @media only screen and (max-width: 767px) {
      .forms .gated-form-right form .err-msg, .forms .gated-form-bottom form .err-msg {
        margin-top: 30px; } }
  .forms .gated-form-right form .err-icon, .forms .gated-form-bottom form .err-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    margin-top: 16px;
    margin-left: -20px;
    color: #ff0000;
    border: 1px solid #ff0000;
    border-radius: 22px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    display: none; }
    @media only screen and (max-width: 767px) {
      .forms .gated-form-right form .err-icon, .forms .gated-form-bottom form .err-icon {
        margin-top: 0; } }
  .forms .gated-form-right form .end .form_row, .forms .gated-form-bottom form .end .form_row {
    margin: 0 0 0 0; }
    .forms .gated-form-right form .end .form_row .form_rightcol, .forms .gated-form-bottom form .end .form_row .form_rightcol {
      margin: 0 0 0 0; }
  .forms .gated-form-right form .end .form-error, .forms .gated-form-bottom form .end .form-error {
    color: red; }
  .forms .gated-form-right form .section, .forms .gated-form-bottom form .section {
    width: 33%;
    float: left;
    padding: 0 40px; }
    @media only screen and (max-width: 767px) {
      .forms .gated-form-right form .section, .forms .gated-form-bottom form .section {
        padding-left: 25px;
        padding-right: 25px; } }
    .forms .gated-form-right form .section.checkbox .form_row, .forms .gated-form-bottom form .section.checkbox .form_row {
      margin-bottom: 20px;
      margin-top: 13px; }
    .forms .gated-form-right form .section.checkbox .form_leftcol, .forms .gated-form-bottom form .section.checkbox .form_leftcol {
      margin-left: 20px;
      margin-top: 1px; }
    .forms .gated-form-right form .section.checkbox input[type="checkbox"], .forms .gated-form-bottom form .section.checkbox input[type="checkbox"] {
      height: auto !important;
      margin: 0px;
      width: auto; }
  .forms .gated-form-right form .form_error, .forms .gated-form-bottom form .form_error {
    color: #ff0000; }
  .forms .gated-form-right form .form_rightcol, .forms .gated-form-bottom form .form_rightcol {
    text-align: center; }
    .forms .gated-form-right form .form_rightcol .required-label, .forms .gated-form-bottom form .form_rightcol .required-label {
      height: 0;
      line-height: 0px;
      padding-top: 6px;
      position: relative;
      text-align: right;
      color: var(--black);
      padding-bottom: 14px; }
      .forms .gated-form-right form .form_rightcol .required-label:after, .forms .gated-form-bottom form .form_rightcol .required-label:after {
        color: var(--pink);
        content: "\f061";
        font: normal normal normal 12px/1 FontAwesome;
        left: 100px;
        position: absolute;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        top: 66px !important; }
      .forms .gated-form-right form .form_rightcol .required-label:before, .forms .gated-form-bottom form .form_rightcol .required-label:before {
        border: 2px solid var(--pink);
        border-radius: 50%;
        content: '';
        height: 21px;
        left: 94px;
        position: absolute;
        top: 62px !important;
        width: 21px; }
      .forms .gated-form-right form .form_rightcol .required-label .form_leftcolmark, .forms .gated-form-bottom form .form_rightcol .required-label .form_leftcolmark {
        display: inline-block;
        color: var(--black);
        font-size: 12px; }
      .forms .gated-form-right form .form_rightcol .required-label .required, .forms .gated-form-bottom form .form_rightcol .required-label .required {
        display: inline-block;
        color: var(--black);
        font-size: 12px; }
  .forms .gated-form-right form .end, .forms .gated-form-bottom form .end {
    width: 100%;
    float: none; }

.forms .gated-form-right .thankyou, .forms .gated-form-bottom .thankyou {
  max-width: 600px;
  margin: 0 auto; }
  .forms .gated-form-right .thankyou h2, .forms .gated-form-bottom .thankyou h2 {
    font-size: 22px; }
  .forms .gated-form-right .thankyou p, .forms .gated-form-bottom .thankyou p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 20px; }
  .forms .gated-form-right .thankyou .buttons, .forms .gated-form-bottom .thankyou .buttons {
    overflow: hidden; }
    .forms .gated-form-right .thankyou .buttons div, .forms .gated-form-bottom .thankyou .buttons div {
      display: inline-block;
      width: auto;
      margin-right: 20px; }
      .forms .gated-form-right .thankyou .buttons div a, .forms .gated-form-bottom .thankyou .buttons div a {
        color: var(--black) !important;
        border: solid 1px #ccc !important; }
      .forms .gated-form-right .thankyou .buttons div a:before, .forms .gated-form-bottom .thankyou .buttons div a:before {
        border-color: var(--pink); }
      .forms .gated-form-right .thankyou .buttons div a:after, .forms .gated-form-bottom .thankyou .buttons div a:after {
        color: var(--pink); }
  .forms .gated-form-right .thankyou .back, .forms .gated-form-bottom .thankyou .back {
    margin-top: 20px; }
    .forms .gated-form-right .thankyou .back a, .forms .gated-form-bottom .thankyou .back a {
      font-size: 14px;
      color: var(--pink); }

.forms .gated-form-bottom form .form_rightcol .required-label {
  text-align: center; }
  .forms .gated-form-bottom form .form_rightcol .required-label:after {
    left: auto;
    right: auto;
    width: 21px;
    margin-left: -2px;
    top: 66px !important; }
  .forms .gated-form-bottom form .form_rightcol .required-label:before {
    left: auto;
    right: auto;
    margin-left: 65px;
    /* this targets ie10/11 */
    top: 62px !important; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .forms .gated-form-bottom form .form_rightcol .required-label:before {
        margin-left: 291px; } }

.forms .formnote {
  font-size: 16px !important;
  float: right; }

.forms .gated-form-right .section {
  width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .forms .gated-form-right .section {
      border-left: none;
      margin-left: 0px;
      padding-left: 42px;
      padding-right: 42px; } }
  .forms .gated-form-right .section h2 {
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    color: var(--black); }

@media only screen and (max-width: 767px) {
  .forms .gated-form-right div, .forms .gated-form-right form {
    overflow: visible; }
  .forms .gated-form-right #rcaptcha {
    margin-left: -40px;
    margin-right: -40px; }
    .forms .gated-form-right #rcaptcha > div > div {
      margin: 0 auto; } }

.forms .gated-form-right form .section {
  width: 100% !important; }
  @media only screen and (min-width: 768px) {
    .forms .gated-form-right form .section {
      border-left: none;
      margin-left: 0px;
      padding-left: 42px;
      padding-right: 42px; } }
  .forms .gated-form-right form .section h2 {
    font-size: 34px;
    font-style: normal;
    font-weight: 600; }

.forms .gated-form-right form .form_rightcol, .forms .gated-form-right form .form_button_reset {
  text-align: left; }

.forms .gated-form-right .g-recaptcha {
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scale(0.89);
  -webkit-transform: scale(0.89); }
  @media only screen and (max-width: 1299px) {
    .forms .gated-form-right .g-recaptcha {
      transform: scale(0.58);
      -webkit-transform: scale(0.58); } }
  @media only screen and (max-width: 999px) {
    .forms .gated-form-right .g-recaptcha {
      transform: scale(0.77);
      -webkit-transform: scale(0.77); } }
  @media only screen and (max-width: 767px) {
    .forms .gated-form-right .g-recaptcha {
      transform: scale(0.52);
      -webkit-transform: scale(0.52); } }

.forms .forms-two-columns {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .forms .forms-two-columns {
      overflow: visible; } }
  .forms .forms-two-columns .left-column {
    width: 66%;
    float: left;
    padding-top: 20px;
    padding-right: 45px; }
    @media only screen and (max-width: 999px) {
      .forms .forms-two-columns .left-column {
        width: 100%;
        float: none;
        padding-right: 0px; } }
  .forms .forms-two-columns .right-column {
    width: 33%;
    float: right; }
    @media only screen and (max-width: 999px) {
      .forms .forms-two-columns .right-column {
        width: 100%;
        float: none; } }

.forms .forms-two-columns {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .forms .forms-two-columns {
      overflow: visible; } }
  .forms .forms-two-columns .left-column {
    width: 60%;
    float: left;
    padding-top: 30px; }
    @media only screen and (max-width: 999px) {
      .forms .forms-two-columns .left-column {
        width: 100%;
        float: none; } }
  .forms .forms-two-columns .right-column {
    width: 40%;
    float: right;
    background: #e7ebee;
    padding-top: 40px; }
    @media only screen and (max-width: 999px) {
      .forms .forms-two-columns .right-column {
        width: 100%;
        float: none; } }

.forms div.rounded-clear-blue-btn a:after {
  content: url(../download.html);
  width: 68px;
  color: #fff;
  margin-top: -20px; }

.forms .generic-form-component .common-wrapper {
  background: none; }

.forms .generic-form-component .thankyou .rounded-clear-blue-btn a {
  background: #fff;
  margin-bottom: 20px; }

.forms .generic-form-component .thankyou .cta-links a {
  color: var(--pink);
  text-decoration: none; }

.forms .generic-form-component .thankyou .cta-links a:last-child {
  border-left: #667D94 solid 1px;
  margin-left: 5px;
  padding-left: 10px; }

.forms .generic-form-component .thankyou .cta-links a:first-child {
  border: none !important; }

.forms .generic-form-component .thankyou .cta-links a:hover {
  text-decoration: none; }

.forms .generic-form-component .thankyou p {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 34px !important;
  font-weight: 300 !important; }

.forms .generic-form-component .thankyou-gated {
  text-align: left; }
  .forms .generic-form-component .thankyou-gated h2 {
    font-size: 32px; }
  .forms .generic-form-component .thankyou-gated p {
    margin: 0;
    color: var(--black);
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal;
    max-width: 890px; }
  .forms .generic-form-component .thankyou-gated .thankyou-gated-top {
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 75px;
    margin-bottom: 75px; }
    .forms .generic-form-component .thankyou-gated .thankyou-gated-top .thankyou-gated-ttl {
      color: #A8ACA1;
      font-weight: bold;
      margin-bottom: 0; }
    .forms .generic-form-component .thankyou-gated .thankyou-gated-top .thankyou-gated-subttl {
      margin-bottom: 25px; }
  .forms .generic-form-component .thankyou-gated .thankyou-gated-btm h2 {
    margin-bottom: 0;
    line-height: 28px; }
  .forms .generic-form-component .thankyou-gated .thankyou-gated-btm p {
    margin-bottom: 80px; }

.forms .generic-form-component .thankyou-gated-video .video-link-play {
  position: relative;
  display: inline-block; }
  .forms .generic-form-component .thankyou-gated-video .video-link-play:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../play.html) center center no-repeat;
    content: " "; }

.forms .generic-form-component .thankyou-gated-video .rte-video-link-play {
  position: relative;
  display: inline-block; }
  .forms .generic-form-component .thankyou-gated-video .rte-video-link-play:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../play.html) center center no-repeat;
    content: " "; }

.forms .bluebar {
  height: 10px;
  width: 100%;
  background: #5b7e96; }

.forms .quote {
  border: 3px solid #e8ecef;
  width: 100%;
  padding: 25px;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 30px !important;
  display: inline-block; }
  .forms .quote span.OrangeText {
    color: #FF671B;
    font-weight: 400;
    font-size: 30px; }
  .forms .quote p {
    width: 100%;
    padding: 0px;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 30px !important;
    display: inline-block;
    margin: 0px; }
  .forms .quote .logosection {
    margin-top: 30px; }
    .forms .quote .logosection .imgsection {
      width: 49%;
      margin: 0 auto;
      float: left;
      padding: 30px;
      text-align: right; }
      @media only screen and (max-width: 650px) {
        .forms .quote .logosection .imgsection {
          width: 100%;
          margin: 0 auto;
          float: left;
          padding: 10px;
          text-align: left; } }
    .forms .quote .logosection .noborderpad {
      border-left: none !important;
      padding-left: 0px !important; }
    .forms .quote .logosection .logoinfo {
      width: 51%;
      margin: 0 auto;
      float: left;
      padding: 30px;
      text-align: left;
      border-left: 2px solid #303030; }
      @media only screen and (max-width: 650px) {
        .forms .quote .logosection .logoinfo {
          width: 100%;
          margin: 0 auto;
          float: left;
          padding: 10px;
          text-align: left;
          border-left: none; } }
      .forms .quote .logosection .logoinfo div {
        color: var(--black);
        font-size: 20px;
        font-style: normal;
        font-weight: 400; }
      .forms .quote .logosection .logoinfo .semi {
        font-size: 20px;
        font-style: normal;
        font-weight: 600; }

.forms .quotesignStart {
  color: var(--pink);
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  vertical-align: top; }

.forms .quotesign {
  color: var(--pink);
  font-style: normal;
  font-weight: 400;
  font-size: 30px; }

.forms .linkedin {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 6px;
  padding-bottom: 0px; }

@media only screen and (max-width: 767px) {
  .forms .text-wrap {
    margin: 0 20px; } }

@media only screen and (max-width: 999px) {
  .forms .partnerstrip {
    padding-left: 20px;
    background: #eee; } }

.forms .partnerstrip h2 {
  color: var(--black);
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  margin: 0 0 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  padding-top: 50px; }

.forms .partnerstrip .imgclass {
  width: 25%;
  float: left;
  padding-top: 25px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 1200px) {
    .forms .partnerstrip .imgclass {
      width: 50%; } }
  @media only screen and (max-width: 600px) {
    .forms .partnerstrip .imgclass {
      width: 100%;
      text-align: center; } }

.forms .gated-form-bottom .title.section, .forms .forms-two-columns .title.section {
  color: var(--black);
  font-size: 16px; }
  .forms .gated-form-bottom .title.section h1, .forms .forms-two-columns .title.section h1 {
    margin-bottom: 5px; }
    @media only screen and (min-width: 768px) {
      .forms .gated-form-bottom .title.section h1, .forms .forms-two-columns .title.section h1 {
        margin: 0 0px;
        margin-bottom: 5px; } }

.forms .gated-form-bottom .parbase.richtext.section.text .common-wrapper:after, .forms .forms-two-columns .parbase.richtext.section.text .common-wrapper:after {
  clear: none;
  display: inline; }

.forms .gated-form-bottom ul, .forms .forms-two-columns ul {
  overflow: hidden;
  padding-left: 25px;
  margin-bottom: 0; }

.forms .gated-form-bottom ul li, .forms .forms-two-columns ul li {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin: 18px 0;
  color: var(--black);
  line-height: 33px;
  list-style: initial;
  padding: 0px; }
  .forms .gated-form-bottom ul li:after, .forms .forms-two-columns ul li:after {
    display: none; }

.forms .gated-form-bottom h4, .forms .gated-form-bottom p, .forms .forms-two-columns h4, .forms .forms-two-columns p {
  color: var(--black); }

.forms .gated-form-bottom h4, .forms .forms-two-columns h4 {
  font-size: 32px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 20px; }

.forms .gated-form-bottom h3, .forms .forms-two-columns h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700 !important;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px; }

.forms .gated-form-bottom p, .forms .forms-two-columns p {
  font-size: 26px;
  font-style: normal;
  font-weight: 400; }
  .forms .gated-form-bottom p sub, .forms .forms-two-columns p sub {
    font-size: 12px;
    line-height: 12px;
    font-style: italic; }
  .forms .gated-form-bottom p b, .forms .forms-two-columns p b {
    font-style: normal;
    font-weight: 600; }

.forms .gated-form-bottom .image.section div img, .forms .forms-two-columns .image.section div img {
  float: left;
  position: relative;
  margin: 10px 30px 10px 0;
  z-index: 50; }

.forms .letsconnect {
  background: #e7ebee !important; }
  .forms .letsconnect h3 {
    background: #e7ebee !important;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    font-weight: normal;
    vertical-align: middle;
    padding-top: 12px; }

.forms .ltdata {
  display: inline-block;
  padding-top: 50px;
  padding-bottom: 50px; }
  .forms .ltdata div {
    float: left; }
  .forms .ltdata img {
    padding-left: 44px; }
  @media only screen and (max-width: 999px) {
    .forms .ltdata div:first-child {
      width: 100%; }
    .forms .ltdata div h3 {
      padding-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .forms .ltdata {
      margin: 0 20px; }
      .forms .ltdata div h3 {
        text-align: center; } }

.forms .explorervbd .bldtxt {
  margin-bottom: 0px; }

.forms .explorervbd p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-top: 12px; }

.forms .usecase {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff; }
  @media only screen and (min-width: 1300px) {
    .forms .usecase .col-lg-4 {
      width: 30%;
      margin-right: 4%; }
      .forms .usecase .col-lg-4:last-child {
        margin-right: 0%; } }
  @media only screen and (max-width: 999px) {
    .forms .usecase .col-lg-4 {
      width: 50%;
      margin-right: 1%;
      padding-bottom: 15px; }
      .forms .usecase .col-lg-4:last-child {
        margin-right: 0%; } }
  @media only screen and (max-width: 676px) {
    .forms .usecase .col-lg-4 {
      width: 100%;
      margin-right: 4%; }
      .forms .usecase .col-lg-4:last-child {
        margin-right: 0%; } }
  .forms .usecase h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: var(--black); }
    .forms .usecase h2 a {
      color: var(--black); }
  .forms .usecase p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400; }
  .forms .usecase .heading-component h2 {
    font-style: normal !important;
    color: #000 !important;
    font-size: 34px !important;
    font-weight: 600 !important;
    text-align: left !important;
    margin-bottom: 76px !important; }
  .forms .usecase .heading-component p {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    text-align: left !important;
    padding: 0px !important;
    margin: 0px !important;
    color: var(--black) !important;
    margin-top: 12px !important;
    max-width: 90% !important; }

.forms .solutions-component {
  border: 4px solid #5b7e96; }
  .forms .solutions-component:after {
    border-top: 15px solid #5b7e96; }

.forms .thankyou {
  background: #fff;
  padding-top: 30px; }
  .forms .thankyou h2 {
    font-size: 34px !important;
    font-style: normal;
    font-weight: 600;
    color: var(--black); }
    .forms .thankyou h2 b {
      font-size: 34px !important;
      font-style: normal;
      font-weight: 600; }
  .forms .thankyou .common-wrapper {
    padding-left: 40px !important;
    padding-bottom: 20px !important; }
  .forms .thankyou .rounded-clear-blue-btn a {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #ccc;
    border-radius: 50px;
    position: relative;
    margin: 20px auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 100px;
    width: 60%;
    padding: 30px 32px 0 0 !important;
    margin-bottom: 40px;
    background-color: var(--pink) !important;
    background: url("../download.html") no-repeat right;
    background-size: 44px 43px;
    background-position: 85% 50%; }
    @media only screen and (max-width: 999px) {
      .forms .thankyou .rounded-clear-blue-btn a {
        right: 25px;
        bottom: 60px; } }

@media only screen and (max-width: 1200px) {
  .forms .thankyou .rounded-clear-blue-btn a {
    font-style: normal;
    font-weight: 700;
    font-size: 22px !important;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px #ccc;
    border-radius: 50px;
    position: relative;
    margin: 20px auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 75px !important;
    width: 340px !important;
    padding: 27px 32px 0 0 !important;
    margin-top: 55px;
    margin-bottom: 40px;
    background-color: var(--pink) !important;
    background: url("../arrowicon.html") no-repeat right;
    background-size: 40px 40px !important;
    background-position: 97% 50% !important; } }

.forms .at-icon-wrapper {
  line-height: 32px;
  height: 70px !important;
  width: 70px !important;
  border-radius: 60px !important;
  background-color: #e7ebee !important; }

.forms .at-share-btn {
  border: 2px solid var(--black) !important; }

.forms .at-icon {
  width: 55px !important;
  height: 55px  !important;
  fill: #666666 !important; }

.forms .at-style-responsive .at-share-btn {
  padding: 5px !important; }

.forms .at-resp-share-element .at-share-btn {
  margin: 0 15px 5px !important; }

.forms .addthis_inline_share_toolbox {
  clear: inherit !important; }

.forms .lcsection {
  height: 100%;
  background: #e7ebee !important; }

.forms .common-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 40;
  padding: 0px;
  box-sizing: border-box; }
  @media screen and (max-width: 1300px) {
    .forms .common-wrapper {
      margin: 0 50px; } }
  @media only screen and (max-width: 999px) {
    .forms .common-wrapper {
      margin: 0 50px; } }
  @media only screen and (max-width: 767px) {
    .forms .common-wrapper {
      margin: 0px; } }
  .forms .common-wrapper .common-wrapper {
    margin: 0px; }

.forms #intro {
  width: 100%;
  height: 1000px;
  position: relative; }
  .forms #intro.not-full-height, .forms #intro.sm-height {
    height: 470px !important;
    position: fixed; }
    .forms #intro.not-full-height .intro-inner, .forms #intro.sm-height .intro-inner {
      height: 470px !important;
      padding: 90px 29px 90px 250px;
      white-space: nowrap; }
      .forms #intro.not-full-height .intro-inner:after, .forms #intro.sm-height .intro-inner:after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 1px;
        overflow: hidden;
        margin: 0 0 0 -5px;
        vertical-align: middle; }
      .forms #intro.not-full-height .intro-inner .text-box, .forms #intro.sm-height .intro-inner .text-box {
        position: static;
        vertical-align: middle;
        display: inline-block;
        white-space: normal; }
  .forms #intro.sm-height {
    height: 405px !important; }
    .forms #intro.sm-height .intro-inner {
      height: 405px !important;
      padding: 130px 29px 90px 250px; }
  .forms #intro.auto-height {
    height: 98px !important;
    background: #eee; }
  .forms #intro .intro-header .header-logo {
    padding: 30px 0;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1200px; }
    .forms #intro .intro-header .header-logo .logo {
      float: left;
      max-width: 150px; }
    .forms #intro .intro-header .header-logo img {
      width: 100%;
      height: auto; }
    .forms #intro .intro-header .header-logo:after {
      content: '';
      display: block;
      clear: both; }
    @media only screen and (max-width: 1300px) {
      .forms #intro .intro-header .header-logo {
        margin: 0 50px; } }
    @media only screen and (max-width: 999px) {
      .forms #intro .intro-header .header-logo {
        padding: 30px 0; } }
    @media only screen and (max-width: 767px) {
      .forms #intro .intro-header .header-logo {
        margin: 0 20px; } }
  .forms #intro .intro-inner {
    padding: 40px 29px 0 250px;
    color: #fff;
    position: relative;
    overflow: hidden; }
    .forms #intro .intro-inner .text-box {
      position: absolute;
      bottom: 12%;
      left: 250px;
      right: 29px; }
    .forms #intro .intro-inner h1 {
      font-size: 65px;
      margin: 0;
      line-height: 1; }
    .forms #intro .intro-inner h2 {
      font-size: 45px;
      font-weight: 500;
      letter-spacing: -1px;
      margin: 0; }
    .forms #intro .intro-inner .rounded-more-btn a:after, .forms #intro .intro-inner .rounded-more-wht-btn a:after {
      right: 9px !important; }
  .forms #intro .intro-inner.overvid {
    position: static; }
  .forms #intro .slick-slider .slick-next,
  .forms #intro .slick-slider .slick-prev {
    display: none;
    height: 0;
    opacity: 1;
    width: 0;
    z-index: -2;
    opacity: 0; }
  @media only screen and (max-width: 999px) {
    .forms #intro .intro-inner {
      padding: 40px 29px 0; }
      .forms #intro .intro-inner .text-box {
        left: 29px; }
      .forms #intro .intro-inner h1 {
        font-size: 45px;
        text-transform: uppercase;
        margin: 0; }
      .forms #intro .intro-inner h2 {
        font-size: 35px;
        margin: 0; }
    .forms #intro.not-full-height, .forms #intro.sm-height {
      height: 470px !important;
      position: static; }
      .forms #intro.not-full-height .intro-inner, .forms #intro.sm-height .intro-inner {
        height: 470px !important;
        padding: 40px 29px 40px; }
    .forms #intro.sm-height {
      height: 400px !important;
      position: static; }
      .forms #intro.sm-height .intro-inner {
        height: 440px !important;
        padding: 40px 29px 40px; } }
  @media only screen and (max-width: 650px) {
    .forms #intro .intro-inner {
      padding: 70px 15px 0; }
      .forms #intro .intro-inner h1 {
        font-size: 28px;
        text-transform: uppercase;
        margin: 0; }
      .forms #intro .intro-inner h2 {
        font-size: 27px;
        letter-spacing: -.6px; }
    .forms #intro.not-full-height, .forms #intro.sm-height {
      height: 300px !important; }
      .forms #intro.not-full-height .intro-inner, .forms #intro.sm-height .intro-inner {
        height: 300px !important;
        padding: 60px 29px 20px; } }
  .forms #intro .anchor-btn {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 62px;
    width: 34px;
    height: 34px;
    margin-left: 83px;
    color: #fff;
    text-align: center;
    -webkit-animation: fadeInDownLess 3s infinite;
    animation: fadeInDownLess 3s infinite; }
    .forms #intro .anchor-btn:after {
      content: "\f063";
      font: normal normal normal 16px/36px FontAwesome; }
    .forms #intro .anchor-btn:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 34px;
      height: 34px;
      border: 4px solid #fff;
      border-radius: 50%; }
    .forms #intro .anchor-btn:hover {
      text-decoration: none;
      -webkit-animation: none;
      animation: none; }
    @media only screen and (max-width: 999px) {
      .forms #intro .anchor-btn {
        margin-left: -17px; } }
    @media only screen and (max-width: 650px) {
      .forms #intro .anchor-btn {
        display: none; } }
  .forms #intro #slider-banner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .forms #intro #slider-banner .owl-item {
        background: #000; } }
    @media only screen and (max-width: 767px) {
      .forms #intro #slider-banner .owl-item .bg-stretch {
        opacity: .6; } }
    .forms #intro #slider-banner .bg-stretch {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1; }
      .forms #intro #slider-banner .bg-stretch div[data-picture] {
        height: 100%; }
      .forms #intro #slider-banner .bg-stretch img {
        height: 100%;
        margin-left: auto !important;
        position: absolute;
        width: 100%;
        /* this is to help fix 1971, as it produces an ugly effect of changing the image size after the browser finishes
           * loading it... really ugly */
        visibility: hidden; }
        @media only screen and (max-width: 1299px) {
          .forms #intro #slider-banner .bg-stretch img {
            width: 117%;
            right: -17%; } }
        @media only screen and (max-width: 999px) {
          .forms #intro #slider-banner .bg-stretch img {
            width: 125%;
            right: -25%; } }
        @media only screen and (max-width: 479px) {
          .forms #intro #slider-banner .bg-stretch img {
            width: 135%;
            right: -35%; } }
    .forms #intro #slider-banner .slick-dots {
      position: absolute;
      right: 72px;
      bottom: 80px;
      z-index: 4;
      padding: 0;
      margin: 0;
      font-size: 0;
      line-height: 0;
      list-style: none; }
      .forms #intro #slider-banner .slick-dots:after {
        display: block;
        clear: both;
        content: '';
        height: 0;
        visibility: hidden; }
      @media only screen and (max-width: 999px) {
        .forms #intro #slider-banner .slick-dots {
          right: 25px;
          bottom: 60px; } }
      @media only screen and (max-width: 767px) {
        .forms #intro #slider-banner .slick-dots {
          bottom: 40px; } }
      .forms #intro #slider-banner .slick-dots li {
        display: inline-block;
        vertical-align: bottom;
        padding: 0 5px; }
      .forms #intro #slider-banner .slick-dots li button {
        width: 12px;
        height: 12px;
        border-radius: 12px;
        background: none;
        opacity: 1;
        border: 1px solid #fff;
        text-indent: -9999px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        outline: none;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .forms #intro #slider-banner .slick-dots .slick-active button {
        height: 28px;
        border-color: var(--pink);
        background: var(--pink); }
  .forms #intro .rounded-plus-btn, .forms #intro div.rounded-plus-wht-btn, .forms #intro div.rounded-more-wht-btn, .forms #intro div.rounded-more-btn, .forms #intro div.rounded-download-btn, .forms #intro div.rounded-video-wht-btn, .forms #intro div.rounded-more-blue-btn, .forms #intro div.rounded-clear-blue-btn, .forms #intro div.rounded-arrow-btn, .forms #intro .rounded-more-blue-btn {
    text-align: left; }

.forms footer {
  background: var(--black);
  padding: 16px;
  color: #fff; }
  .forms footer .common-wrapper {
    padding-bottom: 0px !important;
    padding-top: 0px !important; }
  .forms footer ul {
    display: inline-block;
    margin-left: -53px; }
    .forms footer ul li {
      list-style: none;
      display: inline-block;
      padding: 8px 24px 8px 32px;
      font-size: 20px; }
  .forms footer a {
    color: #fff; }
  .forms footer .ftr-left li {
    padding-left: 40px; }
  .forms footer .ftr-right {
    text-align: right;
    float: right;
    margin: 24px 0; }
    .forms footer .ftr-right li {
      padding: 0 20px; }
    .forms footer .ftr-right:last-child {
      padding: 0 0 0 20px; }
    .forms footer .ftr-right .brdr-rght {
      border-right: solid 1px #fff; }
  @media only screen and (max-width: 1000px) {
    .forms footer .main-wrapper {
      text-align: center; }
    .forms footer .ftr-right {
      float: none;
      margin: 30px auto 10px auto;
      text-align: left;
      width: 100%;
      display: block; }
      .forms footer .ftr-right li:first-child {
        margin-left: -30px; } }
  @media only screen and (max-width: 999px) {
    .forms footer ul {
      text-align: center;
      margin: 0px;
      width: 100%;
      padding: 0 20%;
      list-style-type: none; }
    .forms footer .ftr-left li {
      padding: 14px 0 14px 0px;
      width: 100%;
      border-bottom: solid 1px #FF841D;
      box-sizing: border-box; }
    .forms footer .main-wrapper {
      text-align: left; }
    .forms footer .ftr-right {
      float: none;
      margin: 0px auto 10px auto;
      text-align: center;
      width: 100%;
      display: block; }
      .forms footer .ftr-right li:first-child {
        padding: 14px 0 14px 0px;
        width: 100%;
        border-bottom: solid 1px #FF841D;
        box-sizing: border-box;
        margin-left: 0px;
        border-right: none; }
      .forms footer .ftr-right li:last-child {
        padding: 14px 0 14px 0px;
        width: 100%;
        border-bottom: solid 1px #FF841D;
        box-sizing: border-box;
        margin-left: 0px;
        border-right: none;
        border-bottom: none; } }
  @media screen and (max-width: 479px) {
    .forms footer footer .ftr-right {
      margin-left: -20px; } }

.forms .partner-detail-banner img.partner-logo {
  display: block;
  margin: 0 auto 0px;
  float: left;
  max-width: 210px;
  padding: 0px; }
  @media only screen and (max-width: 999px) {
    .forms .partner-detail-banner img.partner-logo {
      display: block;
      margin: 0 auto 0px;
      float: left;
      width: 100%; } }

.forms p.banner2.rvb-text-light {
  font-size: 34px !important;
  color: #fff !important;
  max-width: 950px !important;
  margin: 0px 0px 0px 0px !important;
  font-style: normal;
  font-weight: 400; }

.forms img.partner-logo {
  margin-bottom: 20px;
  max-height: 100%;
  background: none;
  padding: 10px;
  border-radius: 0px;
  max-width: 300px;
  min-width: 151px; }

.forms span.StoneText {
  color: var(--black); }

.forms .caption.banner {
  margin-top: 0px;
  width: 100% !important; }

.forms .container.fluid .row {
  margin: 0; }

.forms .visual-component {
  min-height: 250px;
  display: table;
  width: 100%; }
  @media only screen and (max-width: 1299px) {
    .forms .visual-component {
      height: auto; } }
  .forms .visual-component .component-pad {
    display: table-cell;
    padding: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    vertical-align: middle; }
    .forms .visual-component .component-pad .caption {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      box-sizing: border-box;
      white-space: normal;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .forms .visual-component .component-pad .caption {
          display: block; } }
    .forms .visual-component .component-pad .text-area {
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      width: 75%;
      text-align: left;
      padding-top: 4%;
      float: left; }
      @media only screen and (max-width: 999px) {
        .forms .visual-component .component-pad .text-area {
          width: 75%; } }
      @media only screen and (max-width: 767px) {
        .forms .visual-component .component-pad .text-area {
          width: 100%;
          display: block;
          margin: 0 20px; } }
      .forms .visual-component .component-pad .text-area header {
        margin: 0 0 40px; }
        @media only screen and (max-width: 767px) {
          .forms .visual-component .component-pad .text-area header {
            margin: 0 0 20px; } }
      .forms .visual-component .component-pad .text-area h1 {
        font-size: 38px;
        line-height: 1.1;
        margin: 0;
        font-style: normal;
        font-weight: 600; }
        @media only screen and (max-width: 999px) {
          .forms .visual-component .component-pad .text-area h1 {
            font-size: 34px; } }
      .forms .visual-component .component-pad .text-area h2 {
        margin: 0;
        font-size: 36px;
        font-weight: 500;
        line-height: 1.1; }
        @media only screen and (max-width: 999px) {
          .forms .visual-component .component-pad .text-area h2 {
            font-size: 30px; } }
      .forms .visual-component .component-pad .text-area p {
        font-size: 18px;
        color: #fff;
        margin: 0 0 10px;
        line-height: 1.2;
        padding-top: 10px; }
    .forms .visual-component .component-pad .no-trial-link {
      width: 100%; }
    .forms .visual-component .component-pad .bannerimage {
      width: 25%;
      float: right;
      display: block; }
      @media only screen and (max-width: 999px) {
        .forms .visual-component .component-pad .bannerimage {
          float: right;
          padding-top: 20px; } }
      @media only screen and (max-width: 767px) {
        .forms .visual-component .component-pad .bannerimage {
          float: left;
          padding-top: 20px;
          margin: 0 20px; } }
    .forms .visual-component .component-pad .trial-area {
      position: absolute;
      top: 50px;
      right: 70px;
      width: 225px;
      height: 225px;
      border: 1px solid;
      color: #fff;
      border-radius: 50%;
      padding: 30px;
      margin-top: 30px;
      box-sizing: border-box;
      text-align: center;
      display: table; }
      .forms .visual-component .component-pad .trial-area:hover {
        background-color: #4D92BB; }
      .forms .visual-component .component-pad .trial-area .trial-content {
        display: table-cell;
        vertical-align: middle; }
      .forms .visual-component .component-pad .trial-area a {
        color: #fff; }
        .forms .visual-component .component-pad .trial-area a:hover {
          color: #fff;
          text-decoration: none; }
      .forms .visual-component .component-pad .trial-area h2 {
        font-size: 40px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: -1.5px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        width: 100%; }
        @media only screen and (max-width: 1299px) {
          .forms .visual-component .component-pad .trial-area h2 {
            font-size: 34px;
            line-height: 34px; } }
        @media only screen and (max-width: 767px) {
          .forms .visual-component .component-pad .trial-area h2 {
            font-size: 16px;
            line-height: 16px;
            letter-spacing: normal;
            margin: 4px 0; } }
      .forms .visual-component .component-pad .trial-area img {
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 767px) {
          .forms .visual-component .component-pad .trial-area img {
            width: 34px;
            height: auto; } }
      @media only screen and (max-width: 1299px) {
        .forms .visual-component .component-pad .trial-area {
          font-size: 34px;
          line-height: 34px;
          width: 200px;
          height: 200px; } }
      @media only screen and (max-width: 767px) {
        .forms .visual-component .component-pad .trial-area {
          position: static;
          width: 120px;
          height: 120px;
          padding: 15px; } }
  .forms .visual-component .bg-stretch {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .forms .visual-component .bg-stretch img {
      display: block;
      width: 100%;
      height: auto; }

.forms .letsconnect {
  background: #e7ebee !important; }
  .forms .letsconnect h3 {
    background: #e7ebee !important;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    font-weight: normal;
    vertical-align: middle;
    padding-top: 12px; }

.forms .imagequote .textcontent p {
  color: var(--black) !important;
  font-size: 24px !important; }

.forms .imagequote .centerimg {
  margin: 0 auto;
  text-align: Center; }

.forms .fullquote {
  border: 0px !important; }
  .forms .fullquote .logoinfo {
    border-left: 0px !important; }
  .forms .fullquote .logosection .imgsection {
    width: 30% !important;
    margin: 0 auto !important;
    float: left !important;
    padding: 0% !important;
    text-align: left !important; }
    .forms .fullquote .logosection .imgsection img {
      max-width: 300px !important;
      padding-top: 19px !important; }
    @media only screen and (max-width: 1200px) {
      .forms .fullquote .logosection .imgsection {
        width: 100% !important;
        margin: 0 auto !important;
        float: left !important;
        padding: 0% !important;
        text-align: left !important; } }
  .forms .fullquote .logosection .logoinfo {
    width: 70% !important;
    margin: 0 auto !important;
    float: left !important;
    padding: 0% !important;
    text-align: left !important;
    border-left: 0px solid #303030 !important; }
    .forms .fullquote .logosection .logoinfo div {
      color: var(--black) !important;
      font-size: 30px !important;
      font-weight: 300 !important; }
    @media only screen and (max-width: 1200px) {
      .forms .fullquote .logosection .logoinfo {
        width: 100% !important;
        margin: 0 auto !important;
        float: left !important;
        padding: 0% !important;
        text-align: left !important;
        border-left: 0px solid #303030 !important; } }

@media only screen and (max-width: 999px) {
  .forms .mobile-header .menu-opener {
    display: none; } }

.forms .tab-container {
  display: none; }

.forms ul ul {
  list-style-type: none;
  padding-left: 0px !important; }
  .forms ul ul li {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }

.forms .speaker-box {
  border: 3px solid #e8ecef;
  width: 100%;
  padding: 25px;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 30px !important;
  display: inline-block; }

.forms .speaker-dude {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-bottom: 60px; }

.forms .speaker-dude img {
  float: left;
  margin-right: 20px; }

.forms .speaker-dude h3 {
  margin-bottom: 6px; }

.forms .speaker-dude p {
  line-height: 1.3; }

@media screen and (max-width: 1250px) {
  .forms .speaker-dude {
    width: 100%;
    border-bottom: solid 1px #E8E8E8;
    padding-bottom: 30px;
    margin-bottom: 30px; } }

.forms .dudebox {
  width: 100% !important; }

@media only screen and (max-width: 999px) {
  .forms .dudebox {
    width: 93% !important; } }

.forms .speaker-dude p {
  font-size: 18px !important;
  font-weight: 400;
  padding: 0px !important;
  margin: 5px 0 !important;
  display: table-header-group;
  font-family: "source-sans-pro",Arial, Helvetica, sans-serif; }

.noscroll {
  overflow: hidden; }

.eventnewdesign {
  /* Overlay here ----------------------------------------*/ }
  .eventnewdesign .eventorangebar:after {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background: #ff6e02;
    background: -webkit-linear-gradient(left, #ff6e02 0%, #ffba35 50%, #ff6f02 100%);
    background: -o-linear-gradient(left, #ff6e02 0%, #ffba35 50%, #ff6f02 100%);
    background: linear-gradient(to right, #ff6e02 0%, #ffba35 50%, #ff6f02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6e02', endColorstr='#ff6f02',GradientType=1 ); }
  .eventnewdesign .bar-orange-gradient {
    display: none !important; }
  .eventnewdesign a {
    text-decoration: none !important;
    outline: none; }
  .eventnewdesign .gated-form-right .hidden, .eventnewdesign .gated-form-bottom .hidden {
    display: block !important; }
  .eventnewdesign .gated-form-right .background-wrapper, .eventnewdesign .gated-form-bottom .background-wrapper {
    background: none; }
  .eventnewdesign .gated-form-right .section.reCAPTCHA, .eventnewdesign .gated-form-bottom .section.reCAPTCHA {
    text-align: -webkit-center; }
    @media only screen and (max-width: 999px) {
      .eventnewdesign .gated-form-right .section.reCAPTCHA, .eventnewdesign .gated-form-bottom .section.reCAPTCHA {
        text-align: none; } }
    .eventnewdesign .gated-form-right .section.reCAPTCHA .grecaptcha-warning, .eventnewdesign .gated-form-bottom .section.reCAPTCHA .grecaptcha-warning {
      color: #ff0000; }
  .eventnewdesign .gated-form-right .section.end .form_row_description, .eventnewdesign .gated-form-bottom .section.end .form_row_description {
    display: block !important; }
  .eventnewdesign .gated-form-right .recaptchatable #recaptcha_response_field, .eventnewdesign .gated-form-bottom .recaptchatable #recaptcha_response_field {
    height: 20px !important;
    font-size: 15px !important; }
  .eventnewdesign .gated-form-right .common-wrapper, .eventnewdesign .gated-form-bottom .common-wrapper {
    background: none !important; }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .gated-form-right .common-wrapper, .eventnewdesign .gated-form-bottom .common-wrapper {
        text-align: left; } }
  .eventnewdesign .gated-form-right form, .eventnewdesign .gated-form-bottom form {
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    max-width: initial; }
    .eventnewdesign .gated-form-right form .col-lg-12, .eventnewdesign .gated-form-bottom form .col-lg-12 {
      width: 100% !important;
      padding-right: 15px; }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .gated-form-right form .col-lg-12, .eventnewdesign .gated-form-bottom form .col-lg-12 {
          padding: 0; } }
    .eventnewdesign .gated-form-right form .col-lg-6, .eventnewdesign .gated-form-bottom form .col-lg-6 {
      width: 50% !important;
      margin: 0 !important;
      padding: 0 10px; }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .gated-form-right form .col-lg-6, .eventnewdesign .gated-form-bottom form .col-lg-6 {
          width: 100% !important;
          padding: 0; } }
    .eventnewdesign .gated-form-right form .form_row, .eventnewdesign .gated-form-bottom form .form_row {
      margin-bottom: 0px; }
    .eventnewdesign .gated-form-right form .form_leftcol, .eventnewdesign .gated-form-bottom form .form_leftcol {
      position: absolute;
      margin-top: 1px;
      display: none; }
      .eventnewdesign .gated-form-right form .form_leftcol .form_leftcollabel, .eventnewdesign .gated-form-bottom form .form_leftcol .form_leftcollabel {
        float: left; }
      .eventnewdesign .gated-form-right form .form_leftcol .form_leftcolmark, .eventnewdesign .gated-form-bottom form .form_leftcol .form_leftcolmark {
        float: left;
        margin-left: 2px;
        line-height: 25px;
        color: #ED6100;
        font-size: 18px; }
    .eventnewdesign .gated-form-right form label, .eventnewdesign .gated-form-bottom form label {
      float: left;
      margin: 0px 0 0 0;
      color: #000;
      font-weight: 400;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      max-width: 100%;
      margin-right: 1px; }
      .eventnewdesign .gated-form-right form label span, .eventnewdesign .gated-form-bottom form label span {
        color: var(--pink); }
    .eventnewdesign .gated-form-right form .form_rightcol, .eventnewdesign .gated-form-bottom form .form_rightcol {
      width: 100%;
      margin: 0 0% 10px 0%;
      display: inline-block;
      vertical-align: top;
      color: #415564; }
      .eventnewdesign .gated-form-right form .form_rightcol:after, .eventnewdesign .gated-form-bottom form .form_rightcol:after {
        display: block;
        clear: both;
        content: '';
        height: 0;
        visibility: hidden; }
      .eventnewdesign .gated-form-right form .form_rightcol.full-lenght, .eventnewdesign .gated-form-bottom form .form_rightcol.full-lenght {
        width: 97% !important; }
      @media only screen and (max-width: 1299px) {
        .eventnewdesign .gated-form-right form .form_rightcol input, .eventnewdesign .gated-form-bottom form .form_rightcol input {
          font-size: 20px !important; } }
      .eventnewdesign .gated-form-right form .form_rightcol input, .eventnewdesign .gated-form-bottom form .form_rightcol input {
        background: #fff;
        border: none;
        border-bottom: solid 3px #ccc;
        width: 100%;
        font-size: 27px;
        padding: 10px 0;
        height: 60px;
        border-radius: 0;
        color: var(--black);
        font-weight: 300;
        margin-top: 20px;
        font-family: "open-sans",sans-serif; }
        .eventnewdesign .gated-form-right form .form_rightcol input:focus, .eventnewdesign .gated-form-bottom form .form_rightcol input:focus {
          outline: none; }
        .eventnewdesign .gated-form-right form .form_rightcol input::-webkit-input-placeholder, .eventnewdesign .gated-form-bottom form .form_rightcol input::-webkit-input-placeholder {
          color: var(--black); }
        .eventnewdesign .gated-form-right form .form_rightcol input:-moz-placeholder, .eventnewdesign .gated-form-bottom form .form_rightcol input:-moz-placeholder {
          color: var(--black); }
        .eventnewdesign .gated-form-right form .form_rightcol input::-moz-placeholder, .eventnewdesign .gated-form-bottom form .form_rightcol input::-moz-placeholder {
          color: var(--black);
          opacity: 1; }
        .eventnewdesign .gated-form-right form .form_rightcol input:-ms-input-placeholder, .eventnewdesign .gated-form-bottom form .form_rightcol input:-ms-input-placeholder {
          color: var(--black); }
      .eventnewdesign .gated-form-right form .form_rightcol .submit, .eventnewdesign .gated-form-right form .form_rightcol .form_button_submit, .eventnewdesign .gated-form-bottom form .form_rightcol .submit, .eventnewdesign .gated-form-bottom form .form_rightcol .form_button_submit {
        font-style: normal;
        font-size: 25px !important;
        font-family: "source-sans-pro", sans-serif;
        color: #fff;
        text-transform: uppercase;
        border: solid 1px #ccc;
        border-radius: 50px;
        position: relative;
        margin: 20px auto;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        height: 55px !important;
        width: 280px !important;
        padding: 0px 0px 0 0 !important;
        margin-bottom: 40px;
        background-color: var(--pink) !important;
        cursor: pointer; }
        .eventnewdesign .gated-form-right form .form_rightcol .submit:hover, .eventnewdesign .gated-form-right form .form_rightcol .form_button_submit:hover, .eventnewdesign .gated-form-bottom form .form_rightcol .submit:hover, .eventnewdesign .gated-form-bottom form .form_rightcol .form_button_submit:hover {
          text-decoration: none;
          background-color: #fff !important;
          border: solid 2px var(--pink);
          color: var(--pink); }
      .eventnewdesign .gated-form-right form .form_rightcol .jcf-select, .eventnewdesign .gated-form-bottom form .form_rightcol .jcf-select {
        font-weight: 300;
        font-size: 28px !important;
        color: var(--black);
        margin: 0;
        width: 100%;
        padding: 8px 40px 4px 3px;
        height: 60px;
        display: block;
        border-bottom: solid 3px #ccc;
        border-radius: 0;
        outline: none;
        text-align: left;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        position: relative;
        cursor: pointer;
        margin-top: 20px;
        font-family: "open-sans",sans-serif;
        background: rgba(245, 245, 245, 0.45);
        text-shadow: 0 0 0 #919191; }
        .eventnewdesign .gated-form-right form .form_rightcol .jcf-select .jcf-select-text, .eventnewdesign .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-text {
          display: block;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
        .eventnewdesign .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener, .eventnewdesign .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener {
          border: solid transparent;
          border-color: rgba(65, 84, 100, 0);
          border-top-color: var(--black);
          box-sizing: border-box;
          border-width: 7px 7px;
          top: 20px;
          width: 13px;
          position: absolute;
          right: 10px; }
          @media only screen and (max-width: 1299px) {
            .eventnewdesign .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener, .eventnewdesign .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener {
              background-position: -219px -74px; } }
        .eventnewdesign .gated-form-right form .form_rightcol .jcf-select .jcf-select-opener:before, .eventnewdesign .gated-form-bottom form .form_rightcol .jcf-select .jcf-select-opener:before {
          content: " ";
          display: block;
          border: solid;
          border-color: #ffffff transparent transparent transparent;
          z-index: 2;
          width: 6px;
          height: 10px;
          position: absolute;
          top: -8px;
          left: -6px;
          border-width: 6px 6px; }
        @media only screen and (max-width: 1299px) {
          .eventnewdesign .gated-form-right form .form_rightcol .jcf-select, .eventnewdesign .gated-form-bottom form .form_rightcol .jcf-select {
            font-size: 22px !important;
            padding: 10px 22px 0 0; } }
      .eventnewdesign .gated-form-right form .form_rightcol .jcf-hidden, .eventnewdesign .gated-form-bottom form .form_rightcol .jcf-hidden {
        position: absolute;
        left: -9999px;
        height: 1px;
        width: 1px;
        margin: 0px;
        border-width: 0px; }
    .eventnewdesign .gated-form-right form .close, .eventnewdesign .gated-form-bottom form .close {
      position: absolute;
      right: 30px;
      top: 30px;
      width: 42px;
      height: 42px;
      color: #d7d7d7;
      font-size: 20px;
      line-height: 0;
      border: 4px solid #d7d7d7;
      text-align: center;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .eventnewdesign .gated-form-right form .close:hover, .eventnewdesign .gated-form-bottom form .close:hover {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .eventnewdesign .gated-form-right form .close i, .eventnewdesign .gated-form-bottom form .close i {
        line-height: 32px; }
    .eventnewdesign .gated-form-right form textarea, .eventnewdesign .gated-form-bottom form textarea {
      width: 100%;
      padding: 10px;
      min-height: 100px;
      margin-top: 20px;
      border: 1px solid #cccccc; }
      .eventnewdesign .gated-form-right form textarea.required::-webkit-input-placeholder:after, .eventnewdesign .gated-form-bottom form textarea.required::-webkit-input-placeholder:after {
        content: " *";
        color: #ED6100; }
      .eventnewdesign .gated-form-right form textarea.required:-moz-placeholder:after, .eventnewdesign .gated-form-bottom form textarea.required:-moz-placeholder:after {
        content: " *";
        color: #ED6100; }
      .eventnewdesign .gated-form-right form textarea.required::-moz-placeholder:after, .eventnewdesign .gated-form-bottom form textarea.required::-moz-placeholder:after {
        content: " *";
        color: #ED6100; }
      .eventnewdesign .gated-form-right form textarea.required:-ms-input-placeholder:after, .eventnewdesign .gated-form-bottom form textarea.required:-ms-input-placeholder:after {
        content: " *";
        color: #ED6100; }
    .eventnewdesign .gated-form-right form input, .eventnewdesign .gated-form-bottom form input {
      height: 45px !important;
      padding: 1px 0 0 3px !important;
      line-height: 29px !important; }
    .eventnewdesign .gated-form-right form input:-webkit-autofill, .eventnewdesign .gated-form-bottom form input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
    .eventnewdesign .gated-form-right form .jcf-select, .eventnewdesign .gated-form-bottom form .jcf-select {
      height: 45px !important; }
      .eventnewdesign .gated-form-right form .jcf-select .jcf-select-text, .eventnewdesign .gated-form-bottom form .jcf-select .jcf-select-text {
        font-size: 26px;
        font-weight: 100; }
        @media only screen and (max-width: 1299px) {
          .eventnewdesign .gated-form-right form .jcf-select .jcf-select-text, .eventnewdesign .gated-form-bottom form .jcf-select .jcf-select-text {
            font-size: 20px !important; } }
    .eventnewdesign .gated-form-right form .checkboxes, .eventnewdesign .gated-form-bottom form .checkboxes {
      text-align: left;
      padding-left: 8px;
      font-size: 15px;
      color: var(--black);
      height: 35px; }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .gated-form-right form .checkboxes, .eventnewdesign .gated-form-bottom form .checkboxes {
          height: 80px;
          clear: both;
          overflow: hidden;
          margin-top: 10px;
          padding: 0; } }
      .eventnewdesign .gated-form-right form .checkboxes .checkboxttl, .eventnewdesign .gated-form-bottom form .checkboxes .checkboxttl {
        font-weight: bold;
        float: left;
        margin-top: 21px;
        margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .gated-form-right form .checkboxes span, .eventnewdesign .gated-form-bottom form .checkboxes span {
          width: 100%;
          display: block; } }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .gated-form-right form .checkboxes label, .eventnewdesign .gated-form-bottom form .checkboxes label {
          width: 100%;
          display: block;
          height: 20px; } }
    .eventnewdesign .gated-form-right form label.requiredlbl:after, .eventnewdesign .gated-form-bottom form label.requiredlbl:after {
      content: " *" !important;
      color: #ED6100; }
    .eventnewdesign .gated-form-right form .form_row_description, .eventnewdesign .gated-form-bottom form .form_row_description {
      display: none; }
    .eventnewdesign .gated-form-right form .g-recaptcha-container, .eventnewdesign .gated-form-bottom form .g-recaptcha-container {
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .gated-form-right form .g-recaptcha-container, .eventnewdesign .gated-form-bottom form .g-recaptcha-container {
          max-height: 74px !important; } }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .gated-form-right form .g-recaptcha-container .g-recaptcha div, .eventnewdesign .gated-form-bottom form .g-recaptcha-container .g-recaptcha div {
          max-height: 90px !important;
          overflow: hidden; } }
      .eventnewdesign .gated-form-right form .g-recaptcha-container .g-recaptcha div div, .eventnewdesign .gated-form-bottom form .g-recaptcha-container .g-recaptcha div div {
        margin: 0 auto; }
    .eventnewdesign .gated-form-right form .err-msg, .eventnewdesign .gated-form-bottom form .err-msg {
      color: #ff0000;
      margin-top: 10px;
      display: none; }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .gated-form-right form .err-msg, .eventnewdesign .gated-form-bottom form .err-msg {
          margin-top: 30px; } }
    .eventnewdesign .gated-form-right form .err-icon, .eventnewdesign .gated-form-bottom form .err-icon {
      width: 15px;
      height: 15px;
      position: absolute;
      margin-top: 16px;
      margin-left: -20px;
      color: #ff0000;
      border: 1px solid #ff0000;
      border-radius: 22px;
      padding: 0px 5px;
      font-size: 12px;
      line-height: 15px;
      font-weight: bold;
      display: none; }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .gated-form-right form .err-icon, .eventnewdesign .gated-form-bottom form .err-icon {
          margin-top: 0; } }
    .eventnewdesign .gated-form-right form .end, .eventnewdesign .gated-form-bottom form .end {
      width: 100% !important; }
      .eventnewdesign .gated-form-right form .end .form_row, .eventnewdesign .gated-form-bottom form .end .form_row {
        margin: 0 0 0 0; }
        .eventnewdesign .gated-form-right form .end .form_row .form_rightcol, .eventnewdesign .gated-form-bottom form .end .form_row .form_rightcol {
          margin: 0 0 0 0;
          text-align: center; }
      .eventnewdesign .gated-form-right form .end .form-error, .eventnewdesign .gated-form-bottom form .end .form-error {
        color: red; }
    .eventnewdesign .gated-form-right form .section, .eventnewdesign .gated-form-bottom form .section {
      width: 47% !important;
      float: left;
      padding: 0 40px; }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .gated-form-right form .section, .eventnewdesign .gated-form-bottom form .section {
          padding-left: 25px;
          padding-right: 25px;
          width: 100% !important; } }
      .eventnewdesign .gated-form-right form .section.checkbox .form_row, .eventnewdesign .gated-form-bottom form .section.checkbox .form_row {
        margin-bottom: 20px;
        margin-top: 13px; }
      .eventnewdesign .gated-form-right form .section.checkbox .form_leftcol, .eventnewdesign .gated-form-bottom form .section.checkbox .form_leftcol {
        margin-left: 20px;
        margin-top: 1px; }
      .eventnewdesign .gated-form-right form .section.checkbox input[type="checkbox"], .eventnewdesign .gated-form-bottom form .section.checkbox input[type="checkbox"] {
        height: auto !important;
        margin: 0px;
        width: auto; }
    .eventnewdesign .gated-form-right form .form_error, .eventnewdesign .gated-form-bottom form .form_error {
      color: #ff0000; }
    .eventnewdesign .gated-form-right form .form_rightcol, .eventnewdesign .gated-form-bottom form .form_rightcol {
      text-align: center; }
      .eventnewdesign .gated-form-right form .form_rightcol .required-label, .eventnewdesign .gated-form-bottom form .form_rightcol .required-label {
        height: 0;
        line-height: 0px;
        padding-top: 6px;
        position: relative;
        text-align: left;
        color: var(--black);
        padding-bottom: 14px; }
        .eventnewdesign .gated-form-right form .form_rightcol .required-label:after, .eventnewdesign .gated-form-bottom form .form_rightcol .required-label:after {
          color: var(--pink);
          content: "\f061";
          font: normal normal normal 12px/1 FontAwesome;
          left: 100px;
          position: absolute;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          top: 66px !important;
          display: none; }
        .eventnewdesign .gated-form-right form .form_rightcol .required-label:before, .eventnewdesign .gated-form-bottom form .form_rightcol .required-label:before {
          border: 2px solid var(--pink);
          border-radius: 50%;
          content: '';
          height: 21px;
          left: 94px;
          position: absolute;
          top: 62px !important;
          width: 21px;
          display: none; }
        .eventnewdesign .gated-form-right form .form_rightcol .required-label .form_leftcolmark, .eventnewdesign .gated-form-bottom form .form_rightcol .required-label .form_leftcolmark {
          display: inline-block;
          color: var(--black);
          font-size: 12px; }
        .eventnewdesign .gated-form-right form .form_rightcol .required-label .required, .eventnewdesign .gated-form-bottom form .form_rightcol .required-label .required {
          display: inline-block;
          color: var(--black);
          font-size: 12px; }
    .eventnewdesign .gated-form-right form .end, .eventnewdesign .gated-form-bottom form .end {
      width: 100% !important;
      float: none; }
  .eventnewdesign .gated-form-right .thankyou, .eventnewdesign .gated-form-bottom .thankyou {
    max-width: 600px;
    margin: 0 auto; }
    .eventnewdesign .gated-form-right .thankyou h2, .eventnewdesign .gated-form-bottom .thankyou h2 {
      font-size: 22px; }
    .eventnewdesign .gated-form-right .thankyou p, .eventnewdesign .gated-form-bottom .thankyou p {
      font-size: 18px;
      color: #ccc;
      margin-bottom: 20px; }
    .eventnewdesign .gated-form-right .thankyou .buttons, .eventnewdesign .gated-form-bottom .thankyou .buttons {
      overflow: hidden; }
      .eventnewdesign .gated-form-right .thankyou .buttons div, .eventnewdesign .gated-form-bottom .thankyou .buttons div {
        display: inline-block;
        width: auto;
        margin-right: 20px; }
        .eventnewdesign .gated-form-right .thankyou .buttons div a, .eventnewdesign .gated-form-bottom .thankyou .buttons div a {
          color: var(--black) !important;
          border: solid 1px #ccc !important; }
        .eventnewdesign .gated-form-right .thankyou .buttons div a:before, .eventnewdesign .gated-form-bottom .thankyou .buttons div a:before {
          border-color: var(--pink); }
        .eventnewdesign .gated-form-right .thankyou .buttons div a:after, .eventnewdesign .gated-form-bottom .thankyou .buttons div a:after {
          color: var(--pink); }
    .eventnewdesign .gated-form-right .thankyou .back, .eventnewdesign .gated-form-bottom .thankyou .back {
      margin-top: 20px; }
      .eventnewdesign .gated-form-right .thankyou .back a, .eventnewdesign .gated-form-bottom .thankyou .back a {
        font-size: 14px;
        color: var(--pink); }
  .eventnewdesign .forms-two-columns .left-column p b {
    font-weight: bolder; }
  .eventnewdesign .richtext .text-wrap ul li:nth-child(1)[style="text-align: center;"] {
    padding-top: 15px; }
    .eventnewdesign .richtext .text-wrap ul li:nth-child(1)[style="text-align: center;"]:after {
      top: 22px; }
  .eventnewdesign .richtext .text-wrap ul li {
    line-height: 1.2; }
  .eventnewdesign .gated-form-bottom form .form_rightcol .required-label {
    text-align: left; }
    .eventnewdesign .gated-form-bottom form .form_rightcol .required-label:after {
      left: auto;
      right: auto;
      width: 21px;
      margin-left: -2px;
      top: 66px !important; }
    .eventnewdesign .gated-form-bottom form .form_rightcol .required-label:before {
      left: auto;
      right: auto;
      margin-left: 65px;
      /* this targets ie10/11 */
      top: 62px !important; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .eventnewdesign .gated-form-bottom form .form_rightcol .required-label:before {
          margin-left: 291px; } }
  .eventnewdesign .formnote {
    font-size: 16px !important;
    float: right; }
  .eventnewdesign .gated-form-right {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding-left: 3%; }
    @media only screen and (min-width: 768px) {
      .eventnewdesign .gated-form-right .section {
        border-left: none;
        margin-left: 0px;
        padding-left: 20px;
        padding-right: 20px; } }
    .eventnewdesign .gated-form-right .section h2 {
      font-size: 34px;
      font-style: normal;
      font-weight: 600;
      color: var(--black); }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .gated-form-right {
        padding-left: 0%; }
        .eventnewdesign .gated-form-right div, .eventnewdesign .gated-form-right form {
          overflow: visible; }
        .eventnewdesign .gated-form-right #rcaptcha {
          margin-left: -40px;
          margin-right: -40px; }
          .eventnewdesign .gated-form-right #rcaptcha > div > div {
            margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
      .eventnewdesign .gated-form-right form .section {
        border-left: none;
        margin-left: 0px;
        padding-left: 42px;
        padding-right: 42px; } }
    .eventnewdesign .gated-form-right form .section h2 {
      font-style: normal;
      color: #676767;
      text-align: center;
      font-size: 40px;
      line-height: 41px;
      font-weight: 100;
      margin: 0 0 30px;
      font-family: "source-sans-pro", sans-serif; }
    .eventnewdesign .gated-form-right form .form_rightcol, .eventnewdesign .gated-form-right form .form_button_reset {
      text-align: left; }
    .eventnewdesign .gated-form-right form .richtext {
      width: 100% !important; }
    .eventnewdesign .gated-form-right .g-recaptcha {
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      transform: scale(0.89);
      -webkit-transform: scale(0.89); }
      @media only screen and (max-width: 1299px) {
        .eventnewdesign .gated-form-right .g-recaptcha {
          transform: scale(0.58);
          -webkit-transform: scale(0.58); } }
      @media only screen and (max-width: 999px) {
        .eventnewdesign .gated-form-right .g-recaptcha {
          transform: scale(0.77);
          -webkit-transform: scale(0.77); } }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .gated-form-right .g-recaptcha {
          transform: scale(0.52);
          -webkit-transform: scale(0.52); } }
  .eventnewdesign .forms-two-columns {
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .forms-two-columns {
        overflow: visible; } }
    .eventnewdesign .forms-two-columns .left-column {
      width: 100%;
      float: left;
      padding-top: 20px;
      padding-right: 0px; }
      @media only screen and (max-width: 999px) {
        .eventnewdesign .forms-two-columns .left-column {
          width: 100%;
          float: none;
          padding-right: 0px; } }
    .eventnewdesign .forms-two-columns .right-column {
      width: 33%;
      float: right; }
      @media only screen and (max-width: 999px) {
        .eventnewdesign .forms-two-columns .right-column {
          width: 100%;
          float: none; } }
  .eventnewdesign .forms-two-columns {
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .forms-two-columns {
        overflow: visible; } }
    .eventnewdesign .forms-two-columns .left-column {
      width: 100%;
      float: left;
      padding-top: 30px; }
      @media only screen and (max-width: 999px) {
        .eventnewdesign .forms-two-columns .left-column {
          width: 100%;
          float: none; } }
    .eventnewdesign .forms-two-columns .right-column {
      width: 100%;
      float: right;
      padding-top: 40px; }
      @media only screen and (max-width: 999px) {
        .eventnewdesign .forms-two-columns .right-column {
          width: 100%;
          float: none; } }
  .eventnewdesign div.rounded-clear-blue-btn a:after {
    content: url(../download.html);
    width: 68px;
    color: #fff;
    margin-top: -20px; }
  .eventnewdesign .generic-form-component .common-wrapper {
    background: none; }
  .eventnewdesign .generic-form-component .thankyou .rounded-clear-blue-btn a {
    background: #fff;
    margin-bottom: 20px; }
  .eventnewdesign .generic-form-component .thankyou .cta-links a {
    color: var(--pink);
    text-decoration: none; }
  .eventnewdesign .generic-form-component .thankyou .cta-links a:last-child {
    border-left: #667D94 solid 1px;
    margin-left: 5px;
    padding-left: 10px; }
  .eventnewdesign .generic-form-component .thankyou .cta-links a:first-child {
    border: none !important; }
  .eventnewdesign .generic-form-component .thankyou .cta-links a:hover {
    text-decoration: none; }
  .eventnewdesign .generic-form-component .thankyou p {
    color: var(--black);
    margin-bottom: 20px;
    font-size: 34px !important;
    font-weight: 300 !important; }
  .eventnewdesign .generic-form-component .thankyou-gated {
    text-align: left; }
    .eventnewdesign .generic-form-component .thankyou-gated h2 {
      font-size: 32px; }
    .eventnewdesign .generic-form-component .thankyou-gated p {
      margin: 0;
      color: var(--black);
      font-size: 18px;
      margin-top: 10px;
      font-weight: normal;
      max-width: 890px; }
    .eventnewdesign .generic-form-component .thankyou-gated .thankyou-gated-top {
      border-bottom: 1px solid #D7D7D7;
      padding-bottom: 75px;
      margin-bottom: 75px; }
      .eventnewdesign .generic-form-component .thankyou-gated .thankyou-gated-top .thankyou-gated-ttl {
        color: #A8ACA1;
        font-weight: bold;
        margin-bottom: 0; }
      .eventnewdesign .generic-form-component .thankyou-gated .thankyou-gated-top .thankyou-gated-subttl {
        margin-bottom: 25px; }
    .eventnewdesign .generic-form-component .thankyou-gated .thankyou-gated-btm h2 {
      margin-bottom: 0;
      line-height: 28px; }
    .eventnewdesign .generic-form-component .thankyou-gated .thankyou-gated-btm p {
      margin-bottom: 80px; }
  .eventnewdesign .generic-form-component .thankyou-gated-video .video-link-play {
    position: relative;
    display: inline-block; }
    .eventnewdesign .generic-form-component .thankyou-gated-video .video-link-play:after {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background: url(../play.html) center center no-repeat;
      content: " "; }
  .eventnewdesign .generic-form-component .thankyou-gated-video .rte-video-link-play {
    position: relative;
    display: inline-block; }
    .eventnewdesign .generic-form-component .thankyou-gated-video .rte-video-link-play:after {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background: url(../play.html) center center no-repeat;
      content: " "; }
  .eventnewdesign .bluebar {
    height: 10px;
    width: 100%;
    background: #5b7e96; }
  .eventnewdesign .quote {
    border: 3px solid #e8ecef;
    width: 100%;
    padding: 25px;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 30px !important;
    display: inline-block; }
    .eventnewdesign .quote span.OrangeText {
      color: #FF671B;
      font-weight: 400;
      font-size: 30px; }
    .eventnewdesign .quote p {
      width: 100%;
      padding: 0px;
      font-style: normal;
      font-weight: 300 !important;
      font-size: 30px !important;
      display: inline-block;
      margin: 0px; }
    .eventnewdesign .quote .logosection {
      margin-top: 30px; }
      .eventnewdesign .quote .logosection .imgsection {
        width: 49%;
        margin: 0 auto;
        float: left;
        padding: 30px;
        text-align: right; }
        @media only screen and (max-width: 650px) {
          .eventnewdesign .quote .logosection .imgsection {
            width: 100%;
            margin: 0 auto;
            float: left;
            padding: 10px;
            text-align: left; } }
      .eventnewdesign .quote .logosection .noborderpad {
        border-left: none !important;
        padding-left: 0px !important; }
      .eventnewdesign .quote .logosection .logoinfo {
        width: 51%;
        margin: 0 auto;
        float: left;
        padding: 30px;
        text-align: left;
        border-left: 2px solid #303030; }
        @media only screen and (max-width: 650px) {
          .eventnewdesign .quote .logosection .logoinfo {
            width: 100%;
            margin: 0 auto;
            float: left;
            padding: 10px;
            text-align: left;
            border-left: none; } }
        .eventnewdesign .quote .logosection .logoinfo div {
          color: var(--black);
          font-size: 20px;
          font-style: normal;
          font-weight: 400; }
        .eventnewdesign .quote .logosection .logoinfo .semi {
          font-size: 20px;
          font-style: normal;
          font-weight: 600; }
  .eventnewdesign .quotesignStart {
    color: var(--pink);
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    vertical-align: top; }
  .eventnewdesign .quotesign {
    color: var(--pink);
    font-style: normal;
    font-weight: 400;
    font-size: 30px; }
  .eventnewdesign .linkedin {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 6px;
    padding-bottom: 0px; }
  @media only screen and (max-width: 767px) {
    .eventnewdesign .text-wrap {
      margin: 0 20px; } }
  @media only screen and (max-width: 999px) {
    .eventnewdesign .partnerstrip {
      padding-left: 20px;
      background: #eee; } }
  .eventnewdesign .partnerstrip h2 {
    color: var(--black);
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    margin: 0 0 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    padding-top: 50px; }
  .eventnewdesign .partnerstrip .imgclass {
    width: 25%;
    float: left;
    padding-top: 25px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 1200px) {
      .eventnewdesign .partnerstrip .imgclass {
        width: 50%; } }
    @media only screen and (max-width: 600px) {
      .eventnewdesign .partnerstrip .imgclass {
        width: 100%;
        text-align: center; } }
  .eventnewdesign .gated-form-bottom .title.section, .eventnewdesign .forms-two-columns .title.section {
    color: var(--black);
    font-size: 16px; }
    .eventnewdesign .gated-form-bottom .title.section h1, .eventnewdesign .forms-two-columns .title.section h1 {
      margin-bottom: 5px; }
      @media only screen and (min-width: 768px) {
        .eventnewdesign .gated-form-bottom .title.section h1, .eventnewdesign .forms-two-columns .title.section h1 {
          margin: 0 20px;
          margin-bottom: 5px; } }
  .eventnewdesign .gated-form-bottom .parbase.richtext.section.text .common-wrapper:after, .eventnewdesign .forms-two-columns .parbase.richtext.section.text .common-wrapper:after {
    clear: none;
    display: inline; }
  .eventnewdesign .gated-form-bottom ul, .eventnewdesign .forms-two-columns ul {
    overflow: hidden;
    padding-left: 25px;
    margin-bottom: 0; }
  .eventnewdesign .gated-form-bottom ul li, .eventnewdesign .forms-two-columns ul li {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin: 18px 0;
    color: var(--black); }
  .eventnewdesign .gated-form-bottom h4, .eventnewdesign .gated-form-bottom p, .eventnewdesign .forms-two-columns h4, .eventnewdesign .forms-two-columns p {
    color: var(--black); }
  .eventnewdesign .gated-form-bottom h4, .eventnewdesign .forms-two-columns h4 {
    font-size: 32px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 20px; }
  .eventnewdesign .gated-form-bottom h3, .eventnewdesign .forms-two-columns h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700 !important;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px; }
  .eventnewdesign .gated-form-bottom p, .eventnewdesign .forms-two-columns p {
    font-family: "source-sans-pro", sans-serif;
    color: #333;
    font-size: 20px;
    max-width: 1100px;
    margin: 0 auto; }
    .eventnewdesign .gated-form-bottom p sub, .eventnewdesign .forms-two-columns p sub {
      font-size: 12px;
      line-height: 12px;
      font-style: italic; }
    .eventnewdesign .gated-form-bottom p b, .eventnewdesign .forms-two-columns p b {
      font-style: normal;
      font-weight: 600; }
  .eventnewdesign .gated-form-bottom .image.section div img, .eventnewdesign .forms-two-columns .image.section div img {
    float: left;
    position: relative;
    margin: 10px 30px 10px 0;
    z-index: 50; }
  .eventnewdesign .letsconnect {
    background: #e7ebee !important; }
    .eventnewdesign .letsconnect h3 {
      background: #e7ebee !important;
      font-size: 34px;
      font-style: normal;
      font-weight: 400;
      margin: 0px;
      font-weight: normal;
      vertical-align: middle;
      padding-top: 12px; }
  .eventnewdesign .ltdata {
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px; }
    .eventnewdesign .ltdata div {
      float: left; }
    .eventnewdesign .ltdata img {
      padding-left: 44px; }
    @media only screen and (max-width: 999px) {
      .eventnewdesign .ltdata div:first-child {
        width: 100%; }
      .eventnewdesign .ltdata div h3 {
        padding-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .ltdata {
        margin: 0 20px; }
        .eventnewdesign .ltdata div h3 {
          text-align: center; } }
  .eventnewdesign .explorervbd .bldtxt {
    margin-bottom: 0px; }
  .eventnewdesign .explorervbd p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-top: 12px; }
  .eventnewdesign .usecase {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff; }
    @media only screen and (min-width: 1300px) {
      .eventnewdesign .usecase .col-lg-4 {
        width: 30%;
        margin-right: 4%; }
        .eventnewdesign .usecase .col-lg-4:last-child {
          margin-right: 0%; } }
    @media only screen and (max-width: 999px) {
      .eventnewdesign .usecase .col-lg-4 {
        width: 50%;
        margin-right: 1%;
        padding-bottom: 15px; }
        .eventnewdesign .usecase .col-lg-4:last-child {
          margin-right: 0%; } }
    @media only screen and (max-width: 676px) {
      .eventnewdesign .usecase .col-lg-4 {
        width: 100%;
        margin-right: 4%; }
        .eventnewdesign .usecase .col-lg-4:last-child {
          margin-right: 0%; } }
    .eventnewdesign .usecase h2 {
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      color: var(--black); }
      .eventnewdesign .usecase h2 a {
        color: var(--black); }
    .eventnewdesign .usecase p {
      font-size: 18px;
      font-style: normal;
      font-weight: 400; }
    .eventnewdesign .usecase .heading-component h2 {
      font-style: normal !important;
      color: #000 !important;
      font-size: 34px !important;
      font-weight: 600 !important;
      text-align: left !important;
      margin-bottom: 76px !important; }
    .eventnewdesign .usecase .heading-component p {
      font-style: normal !important;
      font-weight: 400 !important;
      font-size: 24px !important;
      text-align: left !important;
      padding: 0px !important;
      margin: 0px !important;
      color: var(--black) !important;
      margin-top: 12px !important;
      max-width: 90% !important; }
  .eventnewdesign .solutions-component {
    border: 4px solid #5b7e96; }
    .eventnewdesign .solutions-component:after {
      border-top: 15px solid #5b7e96; }
  .eventnewdesign .thankyou {
    background: #fff;
    padding-top: 30px; }
    .eventnewdesign .thankyou h2 {
      font-size: 34px !important;
      font-style: normal;
      font-weight: 600;
      color: var(--black); }
      .eventnewdesign .thankyou h2 b {
        font-size: 34px !important;
        font-style: normal;
        font-weight: 600; }
    .eventnewdesign .thankyou .common-wrapper {
      padding-left: 40px !important;
      padding-bottom: 20px !important; }
    .eventnewdesign .thankyou .rounded-clear-blue-btn a {
      font-style: normal;
      font-weight: 700;
      font-size: 34px;
      color: #fff;
      text-transform: uppercase;
      border: solid 1px #ccc;
      border-radius: 50px;
      position: relative;
      margin: 20px auto;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      height: 100px;
      width: 60%;
      padding: 30px 32px 0 0 !important;
      margin-bottom: 40px;
      background-color: var(--pink) !important;
      background: url("../download.html") no-repeat right;
      background-size: 44px 43px;
      background-position: 85% 50%; }
      @media only screen and (max-width: 999px) {
        .eventnewdesign .thankyou .rounded-clear-blue-btn a {
          right: 25px;
          bottom: 60px; } }
  @media only screen and (max-width: 1200px) {
    .eventnewdesign .thankyou .rounded-clear-blue-btn a {
      font-style: normal;
      font-weight: 700;
      font-size: 22px !important;
      color: #fff;
      text-transform: uppercase;
      border: solid 1px #ccc;
      border-radius: 50px;
      position: relative;
      margin: 20px auto;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      height: 75px !important;
      width: 340px !important;
      padding: 27px 32px 0 0 !important;
      margin-top: 55px;
      margin-bottom: 40px;
      background-color: var(--pink) !important;
      background: url("../arrowicon.html") no-repeat right;
      background-size: 40px 40px !important;
      background-position: 97% 50% !important; } }
  .eventnewdesign .at-icon-wrapper {
    line-height: 40px;
    height: 40px !important;
    width: 40px !important;
    border-radius: 60px !important;
    background-color: transparent !important; }
  .eventnewdesign .at-share-btn {
    border: 1px solid #ffffff !important; }
  .eventnewdesign .at-icon {
    width: 40px !important;
    height: 40px !important;
    fill: #ffffff !important;
    padding: 7px; }
  .eventnewdesign .at-style-responsive .at-share-btn {
    padding: 0px !important; }
  .eventnewdesign .at-resp-share-element .at-share-btn {
    margin: 0 5px 5px !important; }
  .eventnewdesign .addthis_inline_share_toolbox {
    clear: inherit !important;
    float: right; }
  .eventnewdesign .lcsection {
    height: 100%;
    background: #e7ebee !important; }
  .eventnewdesign .common-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 40;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 150px; }
    @media screen and (max-width: 1452px) {
      .eventnewdesign .common-wrapper {
        margin: 0 40px; } }
    @media screen and (max-width: 1299px) {
      .eventnewdesign .common-wrapper {
        margin: 0 40px; } }
    @media only screen and (max-width: 999px) {
      .eventnewdesign .common-wrapper {
        margin: 0 40px; } }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .common-wrapper {
        margin: 0px; } }
    .eventnewdesign .common-wrapper .common-wrapper {
      margin: 0px; }
  .eventnewdesign #intro {
    width: 100%;
    height: 1000px;
    position: relative; }
    .eventnewdesign #intro.not-full-height, .eventnewdesign #intro.sm-height {
      height: 470px !important;
      position: fixed; }
      .eventnewdesign #intro.not-full-height .intro-inner, .eventnewdesign #intro.sm-height .intro-inner {
        height: 470px !important;
        padding: 90px 29px 90px 250px;
        white-space: nowrap; }
        .eventnewdesign #intro.not-full-height .intro-inner:after, .eventnewdesign #intro.sm-height .intro-inner:after {
          content: '';
          display: inline-block;
          height: 100%;
          width: 1px;
          overflow: hidden;
          margin: 0 0 0 -5px;
          vertical-align: middle; }
        .eventnewdesign #intro.not-full-height .intro-inner .text-box, .eventnewdesign #intro.sm-height .intro-inner .text-box {
          position: static;
          vertical-align: middle;
          display: inline-block;
          white-space: normal; }
    .eventnewdesign #intro.sm-height {
      height: 405px !important; }
      .eventnewdesign #intro.sm-height .intro-inner {
        height: 405px !important;
        padding: 130px 29px 90px 250px; }
    .eventnewdesign #intro.auto-height {
      height: 441px !important;
      background: #eee; }
      @media only screen and (max-width: 767px) {
        .eventnewdesign #intro.auto-height {
          height: 490px !important; } }
    .eventnewdesign #intro .intro-header .header-logo {
      padding: 30px 0;
      position: relative;
      z-index: 5;
      margin: 0 auto;
      max-width: 300px;
      margin: 0 150px; }
      @media screen and (max-width: 1452px) {
        .eventnewdesign #intro .intro-header .header-logo {
          margin: 0 40px; } }
      .eventnewdesign #intro .intro-header .header-logo .logo {
        float: left;
        max-width: 150px; }
      .eventnewdesign #intro .intro-header .header-logo img {
        width: 100%;
        height: auto; }
      .eventnewdesign #intro .intro-header .header-logo:after {
        content: '';
        display: block;
        clear: both; }
      @media screen and (max-width: 1400px) {
        .eventnewdesign #intro .intro-header .header-logo {
          margin: 0 50px; } }
      @media screen and (max-width: 1299px) {
        .eventnewdesign #intro .intro-header .header-logo {
          margin: 0 50px; } }
      @media only screen and (max-width: 999px) {
        .eventnewdesign #intro .intro-header .header-logo {
          padding: 30px 0; } }
      @media only screen and (max-width: 767px) {
        .eventnewdesign #intro .intro-header .header-logo {
          margin: 0 20px;
          margin-top: 75px;
          padding-top: 0px; } }
    .eventnewdesign #intro .intro-inner {
      padding: 40px 29px 0 250px;
      color: #fff;
      position: relative;
      overflow: hidden; }
      .eventnewdesign #intro .intro-inner .text-box {
        position: absolute;
        bottom: 12%;
        left: 250px;
        right: 29px; }
      .eventnewdesign #intro .intro-inner h1 {
        font-size: 65px;
        margin: 0;
        line-height: 1; }
      .eventnewdesign #intro .intro-inner h2 {
        font-size: 45px;
        font-weight: 500;
        letter-spacing: -1px;
        margin: 0; }
      .eventnewdesign #intro .intro-inner .rounded-more-btn a:after, .eventnewdesign #intro .intro-inner .rounded-more-wht-btn a:after {
        right: 9px !important; }
    .eventnewdesign #intro .intro-inner.overvid {
      position: static; }
    .eventnewdesign #intro .slick-slider .slick-next,
    .eventnewdesign #intro .slick-slider .slick-prev {
      display: none;
      height: 0;
      opacity: 1;
      width: 0;
      z-index: -2;
      opacity: 0; }
    @media only screen and (max-width: 999px) {
      .eventnewdesign #intro .intro-inner {
        padding: 40px 29px 0; }
        .eventnewdesign #intro .intro-inner .text-box {
          left: 29px; }
        .eventnewdesign #intro .intro-inner h1 {
          font-size: 45px;
          text-transform: uppercase;
          margin: 0; }
        .eventnewdesign #intro .intro-inner h2 {
          font-size: 35px;
          margin: 0; }
      .eventnewdesign #intro.not-full-height, .eventnewdesign #intro.sm-height {
        height: 470px !important;
        position: static; }
        .eventnewdesign #intro.not-full-height .intro-inner, .eventnewdesign #intro.sm-height .intro-inner {
          height: 470px !important;
          padding: 40px 29px 40px; }
      .eventnewdesign #intro.sm-height {
        height: 400px !important;
        position: static; }
        .eventnewdesign #intro.sm-height .intro-inner {
          height: 440px !important;
          padding: 40px 29px 40px; } }
    @media only screen and (max-width: 650px) {
      .eventnewdesign #intro .intro-inner {
        padding: 70px 15px 0; }
        .eventnewdesign #intro .intro-inner h1 {
          font-size: 28px;
          text-transform: uppercase;
          margin: 0; }
        .eventnewdesign #intro .intro-inner h2 {
          font-size: 27px;
          letter-spacing: -.6px; }
      .eventnewdesign #intro.not-full-height, .eventnewdesign #intro.sm-height {
        height: 300px !important; }
        .eventnewdesign #intro.not-full-height .intro-inner, .eventnewdesign #intro.sm-height .intro-inner {
          height: 300px !important;
          padding: 60px 29px 20px; } }
    .eventnewdesign #intro .anchor-btn {
      position: absolute;
      z-index: 10;
      left: 50%;
      bottom: 62px;
      width: 34px;
      height: 34px;
      margin-left: 83px;
      color: #fff;
      text-align: center;
      -webkit-animation: fadeInDownLess 3s infinite;
      animation: fadeInDownLess 3s infinite; }
      .eventnewdesign #intro .anchor-btn:after {
        content: "\f063";
        font: normal normal normal 16px/36px FontAwesome; }
      .eventnewdesign #intro .anchor-btn:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 34px;
        height: 34px;
        border: 4px solid #fff;
        border-radius: 50%; }
      .eventnewdesign #intro .anchor-btn:hover {
        text-decoration: none;
        -webkit-animation: none;
        animation: none; }
      @media only screen and (max-width: 999px) {
        .eventnewdesign #intro .anchor-btn {
          margin-left: -17px; } }
      @media only screen and (max-width: 650px) {
        .eventnewdesign #intro .anchor-btn {
          display: none; } }
    .eventnewdesign #intro #slider-banner {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .eventnewdesign #intro #slider-banner .owl-item {
          background: #000; } }
      @media only screen and (max-width: 767px) {
        .eventnewdesign #intro #slider-banner .owl-item .bg-stretch {
          opacity: .6; } }
      .eventnewdesign #intro #slider-banner .bg-stretch {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1; }
        .eventnewdesign #intro #slider-banner .bg-stretch div[data-picture] {
          height: 100%; }
        .eventnewdesign #intro #slider-banner .bg-stretch img {
          height: 100%;
          margin-left: auto !important;
          position: absolute;
          width: 100%;
          /* this is to help fix 1971, as it produces an ugly effect of changing the image size after the browser finishes
           * loading it... really ugly */
          visibility: hidden; }
          @media only screen and (max-width: 1299px) {
            .eventnewdesign #intro #slider-banner .bg-stretch img {
              width: 117%;
              right: -17%; } }
          @media only screen and (max-width: 999px) {
            .eventnewdesign #intro #slider-banner .bg-stretch img {
              width: 125%;
              right: -25%; } }
          @media only screen and (max-width: 767px) {
            .eventnewdesign #intro #slider-banner .bg-stretch img {
              width: 135%;
              right: -35%; } }
      .eventnewdesign #intro #slider-banner .slick-dots {
        position: absolute;
        right: 72px;
        bottom: 80px;
        z-index: 4;
        padding: 0;
        margin: 0;
        font-size: 0;
        line-height: 0;
        list-style: none; }
        .eventnewdesign #intro #slider-banner .slick-dots:after {
          display: block;
          clear: both;
          content: '';
          height: 0;
          visibility: hidden; }
        @media only screen and (max-width: 999px) {
          .eventnewdesign #intro #slider-banner .slick-dots {
            right: 25px;
            bottom: 60px; } }
        @media only screen and (max-width: 767px) {
          .eventnewdesign #intro #slider-banner .slick-dots {
            bottom: 40px; } }
        .eventnewdesign #intro #slider-banner .slick-dots li {
          display: inline-block;
          vertical-align: bottom;
          padding: 0 5px; }
        .eventnewdesign #intro #slider-banner .slick-dots li button {
          width: 12px;
          height: 12px;
          border-radius: 12px;
          background: none;
          opacity: 1;
          border: 1px solid #fff;
          text-indent: -9999px;
          overflow: hidden;
          padding: 0;
          margin: 0;
          outline: none;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
        .eventnewdesign #intro #slider-banner .slick-dots .slick-active button {
          height: 28px;
          border-color: var(--pink);
          background: var(--pink); }
    .eventnewdesign #intro .rounded-plus-btn, .eventnewdesign #intro div.rounded-plus-wht-btn, .eventnewdesign #intro div.rounded-more-wht-btn, .eventnewdesign #intro div.rounded-more-btn, .eventnewdesign #intro div.rounded-download-btn, .eventnewdesign #intro div.rounded-video-wht-btn, .eventnewdesign #intro div.rounded-more-blue-btn, .eventnewdesign #intro div.rounded-clear-blue-btn, .eventnewdesign #intro div.rounded-arrow-btn, .eventnewdesign #intro .rounded-more-blue-btn {
      text-align: left; }
  .eventnewdesign footer {
    background: #000000;
    padding: 16px;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff;
    border: none; }
    @media only screen and (max-width: 1299px) {
      .eventnewdesign footer {
        text-align: left !important; } }
    .eventnewdesign footer .common-wrapper {
      padding-bottom: 0px !important;
      padding-top: 0px !important; }
    .eventnewdesign footer ul {
      display: inline-block;
      padding-left: 0px; }
      .eventnewdesign footer ul li {
        list-style: none;
        display: inline-block;
        padding: 8px 24px 8px 32px;
        font-size: 16px; }
    .eventnewdesign footer a {
      color: #fff; }
      .eventnewdesign footer a span.icon-mail {
        background: url(../riverbed_icon_mail.html) no-repeat center;
        background-size: 100%;
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px; }
    .eventnewdesign footer .ftr-left {
      float: left; }
    .eventnewdesign footer .ftr-left li {
      padding-left: 2px; }
    .eventnewdesign footer .ftr-right {
      text-align: right;
      float: right;
      margin: 24px 0; }
      .eventnewdesign footer .ftr-right li {
        padding: 0 20px; }
      .eventnewdesign footer .ftr-right:last-child {
        padding: 0 0 0 20px; }
      .eventnewdesign footer .ftr-right .brdr-rght {
        border-right: solid 1px #fff; }
    @media only screen and (max-width: 1000px) {
      .eventnewdesign footer .main-wrapper {
        text-align: center; }
      .eventnewdesign footer .ftr-right {
        float: none;
        margin: 30px auto 10px auto;
        text-align: left;
        width: 100%;
        display: block; }
        .eventnewdesign footer .ftr-right li:first-child {
          margin-left: -30px; } }
    @media only screen and (max-width: 999px) {
      .eventnewdesign footer ul {
        text-align: center;
        margin: 0px;
        width: 100%;
        padding: 0 20%;
        list-style-type: none; }
      .eventnewdesign footer .ftr-left li {
        padding: 14px 0 14px 0px;
        width: 100%;
        border-bottom: solid 1px #FF841D;
        box-sizing: border-box; }
      .eventnewdesign footer .main-wrapper {
        text-align: left; }
      .eventnewdesign footer .ftr-right {
        float: none;
        margin: 0px auto 10px auto;
        text-align: center;
        width: 100%;
        display: block; }
        .eventnewdesign footer .ftr-right li:first-child {
          padding: 14px 0 14px 0px;
          width: 100%;
          border-bottom: solid 1px #FF841D;
          box-sizing: border-box;
          margin-left: 0px;
          border-right: none; }
        .eventnewdesign footer .ftr-right li:last-child {
          padding: 14px 0 14px 0px;
          width: 100%;
          border-bottom: solid 1px #FF841D;
          box-sizing: border-box;
          margin-left: 0px;
          border-right: none;
          border-bottom: none; } }
    @media screen and (max-width: 767px) {
      .eventnewdesign footer footer .ftr-right {
        margin-left: -20px; } }
  .eventnewdesign .partner-detail-banner {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .eventnewdesign .partner-detail-banner img.partner-logo {
      display: block;
      margin: 92px auto 0px;
      float: left;
      padding: 0px; }
      @media only screen and (max-width: 999px) {
        .eventnewdesign .partner-detail-banner img.partner-logo {
          display: block;
          float: left;
          width: 100%; } }
  .eventnewdesign p.banner2.rvb-text-light {
    font-size: 34px !important;
    color: #fff !important;
    max-width: 950px !important;
    margin: 0px 0px 0px 0px !important;
    font-style: normal;
    font-weight: 400; }
  .eventnewdesign img.partner-logo {
    margin-bottom: 20px;
    max-height: 100%;
    background: none;
    padding: 10px;
    border-radius: 0px;
    max-width: 300px;
    min-width: 151px;
    width: 100%; }
  .eventnewdesign span.StoneText {
    color: var(--black); }
  .eventnewdesign .caption.banner {
    margin-top: 0px;
    width: 100% !important; }
  .eventnewdesign .container.fluid .row {
    margin: 0; }
  .eventnewdesign .visual-component {
    min-height: 441px;
    display: table;
    width: 100%;
    height: 441px; }
    @media only screen and (max-width: 1299px) {
      .eventnewdesign .visual-component {
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .visual-component {
        min-height: 500px; } }
    .eventnewdesign .visual-component .component-pad {
      display: table-cell;
      padding: 0px;
      padding-top: 25px;
      padding-bottom: 25px;
      width: 100%;
      height: 100%;
      white-space: nowrap;
      vertical-align: middle; }
      .eventnewdesign .visual-component .component-pad .caption {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        box-sizing: border-box;
        white-space: normal;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .eventnewdesign .visual-component .component-pad .caption {
            display: block; } }
      .eventnewdesign .visual-component .component-pad .text-area-withbutton {
        padding: 60px 0 30px 1% !important; }
      .eventnewdesign .visual-component .component-pad .text-area {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        width: 75%;
        text-align: left;
        padding-top: 4%;
        padding: 120px 0 30px 1%; }
        @media only screen and (max-width: 1299px) {
          .eventnewdesign .visual-component .component-pad .text-area {
            padding: 120px 0 30px 5%; } }
        @media only screen and (max-width: 999px) {
          .eventnewdesign .visual-component .component-pad .text-area {
            width: 75%; } }
        @media only screen and (max-width: 767px) {
          .eventnewdesign .visual-component .component-pad .text-area {
            width: 100%;
            display: block;
            margin: 0 20px;
            padding: 0px 9% 30px 1%; } }
        .eventnewdesign .visual-component .component-pad .text-area header {
          margin: 0 0 40px; }
          @media only screen and (max-width: 767px) {
            .eventnewdesign .visual-component .component-pad .text-area header {
              margin: 0 0 20px; } }
        .eventnewdesign .visual-component .component-pad .text-area h1 {
          font-family: "source-sans-pro", sans-serif;
          color: #f26826;
          font-size: 60px;
          font-weight: 600;
          margin: 0;
          line-height: 1.2; }
          @media only screen and (max-width: 999px) {
            .eventnewdesign .visual-component .component-pad .text-area h1 {
              font-size: 44px; } }
          @media only screen and (max-width: 767px) {
            .eventnewdesign .visual-component .component-pad .text-area h1 {
              font-size: 40px; } }
        .eventnewdesign .visual-component .component-pad .text-area h2 {
          margin: 0;
          font-size: 36px;
          font-weight: 500;
          line-height: 1.1; }
          @media only screen and (max-width: 999px) {
            .eventnewdesign .visual-component .component-pad .text-area h2 {
              font-size: 30px; } }
        .eventnewdesign .visual-component .component-pad .text-area h3 {
          font-family: "source-sans-pro", sans-serif;
          color: #fff;
          font-size: 30px;
          font-weight: 100;
          line-height: 1.2em;
          margin: 0 0 1.2em; }
          @media only screen and (max-width: 999px) {
            .eventnewdesign .visual-component .component-pad .text-area h3 {
              font-size: 20px; } }
        .eventnewdesign .visual-component .component-pad .text-area p {
          font-family: "source-sans-pro", sans-serif;
          color: #fff;
          font-size: 48px !important;
          font-weight: 100;
          margin: 0 0 10px !important;
          line-height: 1.2; }
          @media only screen and (max-width: 999px) {
            .eventnewdesign .visual-component .component-pad .text-area p {
              font-size: 32px !important; } }
          @media only screen and (max-width: 767px) {
            .eventnewdesign .visual-component .component-pad .text-area p {
              font-size: 30px !important;
              max-width: none !important; } }
        .eventnewdesign .visual-component .component-pad .text-area header.header-withbutton {
          margin: 0 0 24px !important; }
          .eventnewdesign .visual-component .component-pad .text-area header.header-withbutton h3 {
            margin-bottom: 24px !important; }
        .eventnewdesign .visual-component .component-pad .text-area div.summary {
          margin: 0 0 25px;
          color: #fff;
          font-size: 20px;
          line-height: 1.5;
          clear: both; }
        .eventnewdesign .visual-component .component-pad .text-area a.btn {
          display: inline-block;
          vertical-align: top;
          margin: 0 0 0 32px;
          position: relative;
          text-align: left;
          padding: 13px 16px 12px 6px;
          color: #fff;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 18px;
          line-height: 1;
          font-weight: bold;
          transition: background 0.3s ease; }
          .eventnewdesign .visual-component .component-pad .text-area a.btn:before {
            content: '';
            position: absolute;
            left: -32px;
            top: 0;
            width: 0;
            height: 0;
            border-left: 32px solid transparent;
            transition: border-color 0.3s ease; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-orange:before {
          border-top: 44px solid #FF671B !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-marigold:before {
          border-top: 44px solid #FFB022 !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-marine-blue:before {
          border-top: 44px solid #6BB5E4 !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-stone:before {
          border-top: 44px solid #5B7F95 !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-pantone:before {
          border-top: 44px solid #435464 !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-titanium:before {
          border-top: 44px solid #A7ACA2 !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-white:before {
          border-top: 44px solid #FFFFFF !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-gray:before {
          border-top: 44px solid #d8dcdf !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-orange {
          background-color: #FF671B !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-marigold {
          background-color: #FFB022 !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-marine-blue {
          background-color: #6BB5E4 !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-stone {
          background-color: #5B7F95 !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-pantone {
          background-color: #435464 !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-titanium {
          background-color: #A7ACA2 !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-white {
          background-color: #FFFFFF !important; }
        .eventnewdesign .visual-component .component-pad .text-area a.rvb-gray {
          background-color: #d8dcdf !important; }
      .eventnewdesign .visual-component .component-pad .no-trial-link {
        width: 100%; }
      .eventnewdesign .visual-component .component-pad .bannerimage {
        width: 25%;
        float: left;
        display: block; }
        @media only screen and (max-width: 999px) {
          .eventnewdesign .visual-component .component-pad .bannerimage {
            float: right;
            padding-top: 20px; } }
        @media only screen and (max-width: 767px) {
          .eventnewdesign .visual-component .component-pad .bannerimage {
            float: left;
            padding-top: 20px;
            margin: 0 20px; } }
      .eventnewdesign .visual-component .component-pad .bannerimageleft {
        float: left; }
      .eventnewdesign .visual-component .component-pad .bannerimageright {
        float: right; }
      .eventnewdesign .visual-component .component-pad .trial-area {
        position: absolute;
        top: 50px;
        right: 70px;
        width: 225px;
        height: 225px;
        border: 1px solid;
        color: #fff;
        border-radius: 50%;
        padding: 30px;
        margin-top: 30px;
        box-sizing: border-box;
        text-align: center;
        display: table; }
        .eventnewdesign .visual-component .component-pad .trial-area:hover {
          background-color: #4D92BB; }
        .eventnewdesign .visual-component .component-pad .trial-area .trial-content {
          display: table-cell;
          vertical-align: middle; }
        .eventnewdesign .visual-component .component-pad .trial-area a {
          color: #fff; }
          .eventnewdesign .visual-component .component-pad .trial-area a:hover {
            color: #fff;
            text-decoration: none; }
        .eventnewdesign .visual-component .component-pad .trial-area h2 {
          font-size: 40px;
          line-height: 1;
          font-weight: 500;
          letter-spacing: -1.5px;
          margin: 0;
          display: inline-block;
          vertical-align: middle;
          width: 100%; }
          @media only screen and (max-width: 1299px) {
            .eventnewdesign .visual-component .component-pad .trial-area h2 {
              font-size: 34px;
              line-height: 34px; } }
          @media only screen and (max-width: 767px) {
            .eventnewdesign .visual-component .component-pad .trial-area h2 {
              font-size: 16px;
              line-height: 16px;
              letter-spacing: normal;
              margin: 4px 0; } }
        .eventnewdesign .visual-component .component-pad .trial-area img {
          display: inline-block;
          vertical-align: top; }
          @media only screen and (max-width: 767px) {
            .eventnewdesign .visual-component .component-pad .trial-area img {
              width: 34px;
              height: auto; } }
        @media only screen and (max-width: 1299px) {
          .eventnewdesign .visual-component .component-pad .trial-area {
            font-size: 34px;
            line-height: 34px;
            width: 200px;
            height: 200px; } }
        @media only screen and (max-width: 767px) {
          .eventnewdesign .visual-component .component-pad .trial-area {
            position: static;
            width: 120px;
            height: 120px;
            padding: 15px; } }
    .eventnewdesign .visual-component .bg-stretch {
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .eventnewdesign .visual-component .bg-stretch img {
        display: block;
        width: 100%;
        height: auto; }
  .eventnewdesign .letsconnect {
    background: #e7ebee !important; }
    .eventnewdesign .letsconnect h3 {
      background: #e7ebee !important;
      font-size: 34px;
      font-style: normal;
      font-weight: 400;
      margin: 0px;
      font-weight: normal;
      vertical-align: middle;
      padding-top: 12px; }
  .eventnewdesign .imagequote .textcontent p {
    color: var(--black) !important;
    font-size: 24px !important; }
  .eventnewdesign .imagequote .centerimg {
    margin: 0 auto;
    text-align: Center; }
  .eventnewdesign .fullquote {
    border: 0px !important; }
    .eventnewdesign .fullquote .logoinfo {
      border-left: 0px !important; }
    .eventnewdesign .fullquote .logosection .imgsection {
      width: 30% !important;
      margin: 0 auto !important;
      float: left !important;
      padding: 0% !important;
      text-align: left !important; }
      .eventnewdesign .fullquote .logosection .imgsection img {
        max-width: 300px !important;
        padding-top: 19px !important; }
      @media only screen and (max-width: 1200px) {
        .eventnewdesign .fullquote .logosection .imgsection {
          width: 100% !important;
          margin: 0 auto !important;
          float: left !important;
          padding: 0% !important;
          text-align: left !important; } }
    .eventnewdesign .fullquote .logosection .logoinfo {
      width: 70% !important;
      margin: 0 auto !important;
      float: left !important;
      padding: 0% !important;
      text-align: left !important;
      border-left: 0px solid #303030 !important; }
      .eventnewdesign .fullquote .logosection .logoinfo div {
        color: var(--black) !important;
        font-size: 30px !important;
        font-weight: 300 !important; }
      @media only screen and (max-width: 1200px) {
        .eventnewdesign .fullquote .logosection .logoinfo {
          width: 100% !important;
          margin: 0 auto !important;
          float: left !important;
          padding: 0% !important;
          text-align: left !important;
          border-left: 0px solid #303030 !important; } }
  @media only screen and (max-width: 999px) {
    .eventnewdesign .mobile-header .menu-opener {
      display: none; } }
  .eventnewdesign .tab-container {
    display: none; }
  .eventnewdesign ul ul {
    list-style-type: none;
    padding-left: 0px !important; }
    .eventnewdesign ul ul li {
      margin-top: 0px !important;
      margin-bottom: 0px !important; }
  .eventnewdesign .speakers {
    background: #d8dcdf;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .speakers .container {
        margin: 0 20px; } }
    .eventnewdesign .speakers .background-wrapper {
      background: none; }
    .eventnewdesign .speakers h2 {
      font-size: 36px;
      line-height: 1.4;
      font-weight: 100;
      margin: 0 0 30px;
      font-family: "source-sans-pro", sans-serif;
      color: #6d6f73;
      text-align: center; }
    .eventnewdesign .speakers .center {
      text-align: center !important; }
    .eventnewdesign .speakers .left {
      text-align: left !important; }
    .eventnewdesign .speakers .mr-spkr {
      display: inline-block;
      vertical-align: top;
      width: 47%;
      margin-right: 2%;
      background: #fff; }
      @media only screen and (max-width: 999px) {
        .eventnewdesign .speakers .mr-spkr {
          width: 100%;
          max-width: 600px;
          margin: 0 auto 30px;
          float: none; } }
      .eventnewdesign .speakers .mr-spkr .left {
        margin-left: 2%;
        margin-right: 0; }
        @media only screen and (max-width: 999px) {
          .eventnewdesign .speakers .mr-spkr .left {
            margin-left: 0%; } }
      .eventnewdesign .speakers .mr-spkr .img {
        background-size: cover;
        height: 240px;
        width: 40%;
        float: left;
        padding: 20px; }
        @media only screen and (max-width: 767px) {
          .eventnewdesign .speakers .mr-spkr .img {
            width: 180px;
            height: 180px !important;
            float: none;
            margin: 20px; } }
      .eventnewdesign .speakers .mr-spkr .holder {
        padding: 20px;
        text-align: left;
        position: relative;
        width: 60%;
        float: left;
        background: #fff; }
        @media only screen and (max-width: 767px) {
          .eventnewdesign .speakers .mr-spkr .holder {
            float: none;
            width: 100%; } }
        .eventnewdesign .speakers .mr-spkr .holder h3 {
          font-family: "source-sans-pro", sans-serif;
          font-size: 22px;
          color: #404040;
          font-weight: 400;
          margin-bottom: 60px;
          margin-top: 5px;
          line-height: 1.2em; }
        .eventnewdesign .speakers .mr-spkr .holder h4 {
          font-family: "source-sans-pro", sans-serif;
          text-transform: uppercase;
          font-size: 18px;
          color: #333333;
          font-weight: 600;
          margin-bottom: 3px;
          line-height: 1.2em;
          margin: 0 0 5px; }
        .eventnewdesign .speakers .mr-spkr .holder p {
          font-family: "source-sans-pro", sans-serif;
          font-size: 16px;
          color: #646569;
          margin-bottom: 4px;
          margin-top: 0px; }
        .eventnewdesign .speakers .mr-spkr .holder p.locotion {
          position: absolute;
          bottom: 10px;
          left: 20px;
          margin-bottom: 0;
          color: #333333;
          font-size: 14px; }
          .eventnewdesign .speakers .mr-spkr .holder p.locotion span {
            background: url("../riverbed_icon_location.html") no-repeat center;
            background-size: 100%;
            width: 12px;
            height: 25px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 12px; }
  .eventnewdesign .mr-spkr.left {
    margin-left: 2%;
    margin-right: 0; }
  .eventnewdesign .mr-spkr:nth-child(n+3) {
    margin-top: 25px; }
  .eventnewdesign .squares {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .squares .container {
        margin: 0 20px; } }
    .eventnewdesign .squares .spacepadding {
      padding-top: 80px;
      padding-bottom: 80px; }
    .eventnewdesign .squares .square {
      float: left;
      /* width: 25%; */
      padding: 0 2% !important;
      background: #333;
      height: 320px;
      display: table;
      position: relative; }
      @media only screen and (max-width: 999px) {
        .eventnewdesign .squares .square {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .squares .square {
          width: 100%;
          max-width: 500px;
          float: none;
          margin: 0 auto; } }
      .eventnewdesign .squares .square:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1); }
      .eventnewdesign .squares .square:hover:before {
        background: transparent; }
      .eventnewdesign .squares .square:hover p.default {
        display: none; }
      .eventnewdesign .squares .square:hover p.hiddenval {
        display: table-cell; }
      .eventnewdesign .squares .square p {
        display: table-cell;
        vertical-align: middle;
        font-family: "source-sans-pro", sans-serif;
        font-size: 24px;
        color: #fff;
        line-height: 1.2;
        margin: 0 0 20px; }
      .eventnewdesign .squares .square p.hiddenval {
        display: none; }
    .eventnewdesign .squares h2 {
      font-size: 36px;
      line-height: 1.4;
      font-weight: 100;
      margin: 0 0 30px;
      font-family: "source-sans-pro", sans-serif;
      -webkit-font-smoothing: antialiased;
      color: #6d6f73;
      text-align: center; }
  .eventnewdesign .openbox span {
    background: url(../riverbed_icon_play.html) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
  .eventnewdesign .social-box {
    float: right;
    top: 30px;
    position: absolute;
    width: 100%;
    text-align: right;
    z-index: 200; }
    .eventnewdesign .social-box .js-share {
      text-transform: uppercase;
      font-weight: 600;
      float: left;
      margin: 6px 20px 0 0;
      font-size: 16px;
      float: right; }
    .eventnewdesign .social-box .addthis_custom_sharing {
      float: left;
      clear: none !important; }
  .eventnewdesign table.LightTableBorder {
    border: none;
    text-align: center;
    margin: 40px auto;
    max-width: 1100px;
    border-color: #ededed !important; }
  .eventnewdesign td {
    font-family: "source-sans-pro", sans-serif;
    color: #333333;
    font-size: 19px;
    font-weight: 600;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    padding: 40px 5%;
    border: 1px solid #ededed;
    width: 33%; }
    @media only screen and (max-width: 767px) {
      .eventnewdesign td {
        display: block;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #ededed;
        padding: 25px 5%;
        width: 100%; } }
  .eventnewdesign table.LightTableBorder tr:nth-child(odd) td {
    border-top: 0px !important; }
  .eventnewdesign table tr:nth-child(even) td {
    border-bottom: 0px !important; }
    @media only screen and (max-width: 767px) {
      .eventnewdesign table tr:nth-child(even) td {
        border-bottom: 1px solid #ededed !important;
        border-top: 0; } }
  .eventnewdesign td:nth-child(1) {
    border-left: 0px !important; }
  .eventnewdesign td:nth-child(3) {
    border-right: 0px !important; }
  @media only screen and (max-width: 767px) {
    .eventnewdesign td:first-child {
      border-top: 0; } }
  .eventnewdesign .eventsbutton {
    background: #f26826;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 20px;
    padding: 16px 30px;
    display: table;
    margin: 0px auto; }
    .eventnewdesign .eventsbutton .background-wrapper {
      background: none; }
    .eventnewdesign .eventsbutton .border-bottom-white {
      border: none; }
    .eventnewdesign .eventsbutton .border-top-white {
      border: none; }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .eventsbutton .product-blocks {
        margin: 0px; } }
    .eventnewdesign .eventsbutton .product-blocks .holder {
      background: none;
      font-size: 20px;
      line-height: 20px;
      padding: 0px;
      font-weight: 500;
      text-align: center; }
    .eventnewdesign .eventsbutton .product-blocks a {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      position: relative;
      padding: 0; }
      .eventnewdesign .eventsbutton .product-blocks a:hover {
        color: #FFFFFF;
        text-decoration: none; }
      .eventnewdesign .eventsbutton .product-blocks a:before {
        display: none; }
      .eventnewdesign .eventsbutton .product-blocks a:after {
        display: none; }
  .eventnewdesign .button {
    padding: 50px 0; }
  .eventnewdesign .overlay {
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 110%;
    left: 0;
    right: 0;
    z-index: 10000;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 200ms linear, bottom 0s linear 200ms; }
  .eventnewdesign .overlay-open {
    bottom: 0;
    opacity: 1;
    transition: opacity 200ms linear, bottom 0s linear; }
  .eventnewdesign .overlay-view {
    overflow: hidden; }
  .eventnewdesign .overlay-image {
    cursor: pointer; }
  .eventnewdesign .frm-clsr {
    background: url("../icon_close.html");
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer; }
  .eventnewdesign .frm-clsr:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .eventnewdesign .overlay-inner {
    background: #FFF;
    margin: 5rem auto;
    padding: 4rem;
    max-width: 800px;
    position: relative;
    box-sizing: content-box; }
    .eventnewdesign .overlay-inner .frm-clsr {
      top: 20px;
      right: 20px; }
    .eventnewdesign .overlay-inner .ovrly-left {
      width: 48%;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      padding-right: 20px; }
      .eventnewdesign .overlay-inner .ovrly-left h3 {
        font-size: 18px !important;
        color: var(--black) !important;
        margin: 24px 0 12px 0; }
      .eventnewdesign .overlay-inner .ovrly-left h2 {
        font-size: 30px !important;
        color: #676767 !important;
        font-weight: 100;
        margin: 0 !important;
        text-align: left; }
      .eventnewdesign .overlay-inner .ovrly-left p {
        font-size: 22px;
        color: #a8aca1;
        font-weight: 100; }
      .eventnewdesign .overlay-inner .ovrly-left img {
        width: 80%;
        border: solid 1px #DDDCDC; }
      @media screen and (max-width: 767px) {
        .eventnewdesign .overlay-inner .ovrly-left {
          width: 100%; }
          .eventnewdesign .overlay-inner .ovrly-left img {
            max-width: 200px; } }
    .eventnewdesign .overlay-inner .ovrly-right {
      width: 48%;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .eventnewdesign .overlay-inner .ovrly-right {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .eventnewdesign .overlay-inner {
        padding: 80px 20px; } }
  .eventnewdesign .dwnld-frm .inpt-box {
    width: 100%;
    margin: 0 1%;
    box-sizing: border-box; }
  .eventnewdesign .dwnld-frm .sbmt-box {
    text-align: left; }
  .eventnewdesign .request-form.dwnld-frm .submit {
    margin-top: 30px; }
  .eventnewdesign .overlay-video,
  .eventnewdesign .overlay-iframe {
    cursor: pointer; }
  .eventnewdesign .LimelightEmbeddedPlayer {
    width: 100%; }
  .eventnewdesign .LimelightEmbeddedPlayer object {
    width: 100%; }
  .eventnewdesign .overlay .overlay-inner > iframe {
    width: 100% !important; }
  .eventnewdesign .scrolloverlay {
    overflow-y: scroll;
    overflow-x: hidden; }
  .eventnewdesign .enhanced-embededdiv .video-container {
    height: 100%;
    width: 100%; }
  .eventnewdesign .neweventhtmlform .close {
    position: absolute;
    right: 22%;
    margin-top: 11%; }
    @media only screen and (max-width: 999px) {
      .eventnewdesign .neweventhtmlform .close {
        right: 13%;
        margin-top: 11%; } }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .neweventhtmlform .close {
        right: 15%;
        margin-top: 25%; } }
    @media only screen and (max-width: 479px) {
      .eventnewdesign .neweventhtmlform .close {
        right: 15%;
        margin-top: 25%; } }
  .eventnewdesign .events-external-video .close {
    position: absolute;
    right: 22%;
    margin-top: 6%; }
    @media only screen and (max-width: 999px) {
      .eventnewdesign .events-external-video .close {
        right: 18%;
        margin-top: 11%; } }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .events-external-video .close {
        right: 15%;
        margin-top: 25%; } }
    @media only screen and (max-width: 479px) {
      .eventnewdesign .events-external-video .close {
        right: 15%;
        margin-top: 25%; } }
    .eventnewdesign .events-external-video .close iframe {
      height: 90% !important;
      width: 70% !important; }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .events-external-video .close iframe {
          width: 90%; } }
  @media only screen and (max-width: 767px) {
    .eventnewdesign .events-external-video .video-area {
      width: 100% !important;
      margin-top: 25%; } }
  .eventnewdesign .profiles-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    color: #646569;
    margin: 0 -40px 0 -20px; }
    @media only screen and (max-width: 1299px) {
      .eventnewdesign .profiles-list {
        padding: 0 20px 0 40px; } }
    @media only screen and (max-width: 999px) {
      .eventnewdesign .profiles-list {
        padding: 0 40px;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .profiles-list {
        padding: 0;
        text-align: center; } }
    .eventnewdesign .profiles-list .wow:after {
      content: '';
      display: block;
      clear: both; }
    .eventnewdesign .profiles-list li {
      width: 13.667%;
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: normal;
      padding: 40px 0;
      text-align: left;
      position: relative;
      z-index: 1; }
      .eventnewdesign .profiles-list li:before {
        content: '';
        position: absolute;
        z-index: 3;
        background: #d8dcdf;
        top: 60px;
        left: -140px;
        height: 370px;
        width: 60px;
        transform: rotate(-34deg);
        transform-origin: 0  0; }
        @media only screen and (max-width: 1299px) {
          .eventnewdesign .profiles-list li:before {
            height: 270px;
            top: 63px;
            left: -158px; } }
        @media only screen and (max-width: 767px) {
          .eventnewdesign .profiles-list li:before {
            left: -120px;
            height: 200px; } }
      .eventnewdesign .profiles-list li:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 42px;
        left: -111px;
        height: 360px;
        width: 10px;
        background: #cfd2d5;
        background: -moz-linear-gradient(top, #cfd2d5 0%, #bcbfc0 50%, #adafb1 100%);
        background: -webkit-linear-gradient(top, #cfd2d5 0%, #bcbfc0 50%, #adafb1 100%);
        background: linear-gradient(to bottom, #cfd2d5 0%, #bcbfc0 50%, #adafb1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd2d5', endColorstr='#adafb1',GradientType=0 );
        transform: rotate(-34deg);
        transform-origin: 0  0;
        box-shadow: 5px 4px 50px rgba(0, 0, 0, 0.23); }
        @media only screen and (max-width: 1299px) {
          .eventnewdesign .profiles-list li:after {
            height: 260px; } }
        @media only screen and (max-width: 767px) {
          .eventnewdesign .profiles-list li:after {
            left: -74px;
            height: 191px; } }
      @media only screen and (max-width: 1299px) {
        .eventnewdesign .profiles-list li {
          font-size: 16px;
          width: 20.00%; } }
      @media only screen and (max-width: 999px) {
        .eventnewdesign .profiles-list li {
          width: 33.33%;
          max-width: 278px;
          padding: 0 0 30px; } }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .profiles-list li {
          width: 50%;
          padding: 0 0 10px; } }
      @media only screen and (max-width: 479px) {
        .eventnewdesign .profiles-list li {
          width: 100%; } }
    @media only screen and (max-width: 767px) {
      .eventnewdesign .profiles-list {
        padding: 30px 0 0 50px; } }
    .eventnewdesign .profiles-list .photo {
      width: 217px;
      margin: 0 0 17px;
      white-space: nowrap;
      text-align: left; }
      .eventnewdesign .profiles-list .photo img {
        display: block;
        vertical-align: bottom;
        white-space: normal;
        margin: 0 -20px 0 -12px;
        max-width: 83%; }
        @media only screen and (max-width: 1299px) {
          .eventnewdesign .profiles-list .photo img {
            width: auto; } }
        @media only screen and (max-width: 767px) {
          .eventnewdesign .profiles-list .photo img {
            width: 100%; } }
      @media only screen and (max-width: 1299px) {
        .eventnewdesign .profiles-list .photo {
          margin: 0 0 12px;
          width: 170px; }
          .eventnewdesign .profiles-list .photo img {
            width: 100%;
            margin: 0 0 0 -25px;
            max-width: 150%; } }
      @media only screen and (max-width: 999px) {
        .eventnewdesign .profiles-list .photo {
          width: auto; }
          .eventnewdesign .profiles-list .photo img {
            max-height: none; } }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .profiles-list .photo {
          height: auto;
          float: none;
          margin: 0 10px 0 0; }
          .eventnewdesign .profiles-list .photo img {
            width: auto;
            margin: 0; } }
    .eventnewdesign .profiles-list .name {
      font-weight: 600;
      color: #333;
      padding: 0 0 0 74px;
      white-space: nowrap; }
      @media only screen and (max-width: 1299px) {
        .eventnewdesign .profiles-list .name {
          padding: 0 0 0 50px; } }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .profiles-list .name {
          overflow: hidden;
          padding: 15px 0 0 50px;
          position: relative;
          z-index: 5; } }
    .eventnewdesign .profiles-list .post {
      padding: 0 0 0 105px;
      margin: 0 -15px 0 0; }
      @media only screen and (max-width: 1299px) {
        .eventnewdesign .profiles-list .post {
          padding: 0 0 0 50px; } }
      @media only screen and (max-width: 767px) {
        .eventnewdesign .profiles-list .post {
          padding: 0 0 10px 50px;
          overflow: hidden;
          position: relative;
          z-index: 5; } }
  .eventnewdesign .theme2 .common-wrapper {
    max-width: 1230px;
    margin: 0 auto; }
  .eventnewdesign #tools {
    display: none; }
  .eventnewdesign #thankyoucontent h2 {
    color: #676767;
    text-align: center;
    font-size: 40px;
    line-height: 41px;
    font-weight: 100;
    margin: 0 0 30px;
    font-family: "source-sans-pro", sans-serif;
    padding-top: 50px; }
  .eventnewdesign #thankyoucontent p {
    margin: 0 0 20px;
    -webkit-font-smoothing: antialiased;
    font-family: "source-sans-pro", sans-serif;
    color: #6d6f73;
    font-size: 21px; }
  @media only screen and (min-width: 767px) {
    .eventnewdesign .floatleft {
      float: left;
      width: 100%; }
    .eventnewdesign .floatright {
      float: right;
      width: 100%;
      text-align: right;
      padding-right: 60px; }
    .eventnewdesign .floatcenter {
      text-align: center;
      width: 100%; } }
  .eventnewdesign .bluetext {
    color: #5fb4e5;
    font-weight: 600; }
  .eventnewdesign #thankyoucontent {
    display: none; }
  .eventnewdesign .embededdiv {
    width: 100% !important;
    height: 100% !important; }
  @media only screen and (max-width: 767px) {
    .eventnewdesign .neweventhtmlform .video-area {
      width: 100% !important; } }
  .eventnewdesign .fa {
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
  .eventnewdesign .rvb-text-blue {
    color: #5b7e96 !important; }
  .eventnewdesign .featuredSpeaker .speakers {
    min-height: 550px;
    padding-top: 50px;
    padding-bottom: 50px; }
  .eventnewdesign .tabs-component .tabset {
    margin-bottom: 20px !important;
    overflow: auto !important; }
    .eventnewdesign .tabs-component .tabset li {
      height: 100% !important;
      margin: 0px !important; }
  .eventnewdesign #slidercarousel2 .carousel-component {
    margin: 20px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px; }
  .eventnewdesign .wideformwidth .left-column {
    padding-top: 0px; }
  .eventnewdesign .sticky-nav {
    height: 0px; }

.columnText .wrapper-default-space {
  padding-bottom: 58px !important;
  padding-top: 55px !important; }

.columnText .bottom-space-more {
  padding-bottom: 118px !important; }

.columnText .info-holder.box2 {
  visibility: visible;
  animation-name: fadeInUp;
  width: 530px;
  margin: 0 auto; }
  .columnText .info-holder.box2 .box {
    width: 265px;
    padding-right: 10px; }

.columnText .top-space-more {
  padding-top: 115px !important; }

.columnText .no-space {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

.columnText .no-bottom-space {
  padding-bottom: 0 !important; }

.columnText .no-top-space {
  padding-top: 0 !important; }

.columnText .container {
  margin: 0;
  max-width: 100%; }

.columnText .info-section {
  margin: 0; }

.columnText .info-holder.box4 .box {
  width: 25%; }

.columnText .info-holder.box3 .box {
  width: 265px; }

.columnText h2.center {
  text-align: center; }

.columnText h2.left {
  text-align: left; }

.columnText .info-section h2 {
  margin: 0 0 55px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1; }

.columnText .info-holder .box {
  display: inline-block;
  vertical-align: top;
  margin: 0 -3px 0 0;
  width: 20%;
  padding-right: 25px; }

.columnText .info-holder .box1 {
  display: inline-block;
  vertical-align: top;
  margin: 0 -3px 0 0;
  width: 20%;
  padding: 0 20px 0 0; }

.columnText .info-holder .title {
  font-weight: 600;
  font-size: 18px;
  color: #333; }

.columnText .info-holder p {
  margin: 0;
  color: #333;
  font-size: 18px;
  line-height: 20px; }

@media only screen and (max-width: 767px) {
  .columnText .info-section h2 {
    margin: 0 0 15px;
    font-size: 24px;
    padding-left: 15px; } }

@media only screen and (max-width: 767px) {
  .columnText .info-holder .box {
    width: 100% !important;
    padding-left: 15px; } }

@media only screen and (min-width: 1000px) {
  .eventnewdesign .profiles-list li:first-child:nth-last-child(3) {
    width: 20%;
    margin-left: 135px; } }

@media only screen and (min-width: 1000px) {
  .eventnewdesign .profiles-list li:first-child:nth-last-child(3) ~ li {
    width: 20%; } }

@media only screen and (min-width: 1000px) {
  .eventnewdesign .profiles-list li:first-child:nth-last-child(4) {
    width: 20%;
    margin-left: 150px; } }

@media only screen and (min-width: 1000px) {
  .eventnewdesign .profiles-list li:first-child:nth-last-child(4) ~ li {
    width: 20%; } }

@media only screen and (min-width: 1000px) {
  .eventnewdesign .profiles-list li:first-child:nth-last-child(5) {
    width: 20%; } }

@media only screen and (min-width: 1000px) {
  .eventnewdesign .profiles-list li:first-child:nth-last-child(5) ~ li {
    width: 20%; } }

@media only screen and (min-width: 1000px) {
  .eventnewdesign .profiles-list li:first-child:nth-last-child(6) {
    width: 16%; } }

@media only screen and (min-width: 1000px) {
  .eventnewdesign .profiles-list li:first-child:nth-last-child(6) ~ li {
    width: 16%; } }

.btm-blue-sctn {
  position: relative;
  z-index: 40;
  width: 100%;
  background: #2c3843; }
  .btm-blue-sctn .common-wrapper {
    padding: 80px 40px 80px 250px;
    min-height: 200px;
    overflow: hidden; }
    .btm-blue-sctn .common-wrapper h2 {
      color: var(--black);
      font-weight: 500;
      font-size: 36px;
      text-align: center; }
    .btm-blue-sctn .common-wrapper p {
      color: #fff; }
    @media only screen and (max-width: 999px) {
      .btm-blue-sctn .common-wrapper {
        padding: 80px 40px; } }
  .btm-blue-sctn .col {
    float: left;
    width: 33%;
    padding: 0  38px 0 0;
    font-size: 18px;
    line-height: 20px;
    min-width: 330px; }
    .btm-blue-sctn .col .link {
      border-bottom: 2px solid #fff;
      padding: 0;
      margin: 0;
      list-style: none; }
      .btm-blue-sctn .col .link li {
        padding: 10px 0; }
      .btm-blue-sctn .col .link a {
        color: #fff;
        display: block;
        padding: 0 26px 0 0;
        position: relative; }
        .btm-blue-sctn .col .link a:after {
          content: '+';
          right: 0;
          font-size: 30px;
          top: 2px;
          position: absolute; }
  .btm-blue-sctn .subscribe-form {
    border-bottom: 2px solid var(--pink);
    min-height: 42px; }
    .btm-blue-sctn .subscribe-form .input-holder {
      overflow: hidden; }
    .btm-blue-sctn .subscribe-form .email {
      border: none;
      background: none;
      padding: 10px 0 6px;
      margin: 0;
      width: 100%;
      font-size: 18px;
      line-height: 20px;
      color: #fff; }
      .btm-blue-sctn .subscribe-form .email:focus {
        outline: none; }
      .btm-blue-sctn .subscribe-form .email::-webkit-input-placeholder {
        color: #83939f; }
      .btm-blue-sctn .subscribe-form .email:-moz-placeholder {
        color: #83939f; }
      .btm-blue-sctn .subscribe-form .email::-moz-placeholder {
        color: #83939f;
        opacity: 1; }
      .btm-blue-sctn .subscribe-form .email:-ms-input-placeholder {
        color: #83939f; }
    .btm-blue-sctn .subscribe-form .btn-send {
      float: right;
      background: none;
      border: none;
      font-weight: bold;
      color: #fff;
      font-size: 0;
      line-height: 0;
      margin: 8px 0 0 10px;
      padding: 0;
      height: 21px;
      width: 21px;
      outline: none;
      position: relative; }
      .btm-blue-sctn .subscribe-form .btn-send:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #fff;
        border-radius: 50%; }
      .btm-blue-sctn .subscribe-form .btn-send:before {
        content: '';
        position: absolute;
        content: "\f061";
        font: normal normal normal 10px/17px FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        right: 6px;
        top: 2px;
        color: #fff; }
    .btm-blue-sctn .subscribe-form .tooltips p {
      font-size: large;
      font-weight: bold;
      padding-top: 20px;
      line-height: 5px; }
      .btm-blue-sctn .subscribe-form .tooltips p.normal {
        font-weight: normal;
        padding-top: 8px; }
  .btm-blue-sctn .social-networks {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    white-space: nowrap; }
    @media only screen and (min-width: 1300px) {
      .btm-blue-sctn .social-networks {
        margin-right: 40px; } }
    .btm-blue-sctn .social-networks li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 11px 0 0; }
      .btm-blue-sctn .social-networks li:last-child {
        margin: 0; }
    .btm-blue-sctn .social-networks a {
      color: #fff;
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #fff;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .btm-blue-sctn .social-networks a:hover {
        color: #fc6719;
        border-color: #fc6719; }
  @media only screen and (max-width: 1299px) {
    .btm-blue-sctn .col {
      padding: 0  320px 15px 0;
      width: 100%; }
      .btm-blue-sctn .col .link {
        width: 330px; }
      .btm-blue-sctn .col .subscribe-form {
        width: 330px; }
    .btm-blue-sctn .social-networks {
      margin: -57px  0 0 -100%; } }
  @media only screen and (max-width: 767px) {
    .btm-blue-sctn .col {
      float: none;
      padding: 0 15px 15px;
      min-width: 0; }
      .btm-blue-sctn .col .link {
        width: 100%; }
      .btm-blue-sctn .col .subscribe-form {
        width: 100%; }
    .btm-blue-sctn .social-networks {
      margin: 20px 0 10px 0;
      float: none; }
    .btm-blue-sctn .common-wrapper {
      padding: 40px; } }
  @media only screen and (max-width: 479px) {
    .btm-blue-sctn .common-wrapper {
      padding: 30px 10px; }
    .btm-blue-sctn .col,
    .btm-blue-sctn .subscribe-form .email {
      font-size: 15px; } }

a.tooltips {
  position: absolute;
  display: inline; }
  a.tooltips span {
    position: absolute;
    width: 200px;
    color: #2F2133;
    background: #FF671B;
    height: 65px;
    line-height: 5px;
    text-align: center;
    border-radius: 0px;
    opacity: 1;
    bottom: 30px;
    left: 50%;
    margin-left: 250px;
    z-index: 999; }
    a.tooltips span:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -8px;
      width: 0;
      height: 0;
      border-top: 8px solid #FF671B;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent; }
  @media only screen and (max-width: 999px) {
    a.tooltips span {
      margin-left: 200px; } }
  @media only screen and (max-width: 767px) {
    a.tooltips span {
      margin-left: 15px; } }
  a.tooltips p {
    font-weight: bold;
    font-size: large;
    color: #FF0000; }
    a.tooltips p.normal {
      font-weight: normal;
      font-size: large; }

span#success-tooltip {
  display: none; }

p#invalid-email {
  display: none;
  position: absolute;
  color: #FF0000; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownLess {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownLess {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -20%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownLess {
  -webkit-animation-name: fadeInDownLess;
  animation-name: fadeInDownLess; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpLess {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpLess {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpLess {
  -webkit-animation-name: fadeInUpLess;
  animation-name: fadeInUpLess; }

@-webkit-keyframes fadeInUpMin {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpMin {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpMin {
  -webkit-animation-name: fadeInUpMin;
  animation-name: fadeInUpMin; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.wow {
  visibility: hidden; }

.addthis_custom_sharing {
  float: right; }
  .addthis_custom_sharing .at-share-tbx-element .at-share-btn {
    max-width: 40px !important;
    max-height: 40px !important;
    float: left;
    color: var(--black) !important;
    display: block !important;
    width: 40px;
    height: 18px;
    border-radius: 50%;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: none !important;
    font: normal normal normal 18px/1 FontAwesome;
    margin: 0 0 12px 14px !important; }
    .addthis_custom_sharing .at-share-tbx-element .at-share-btn:hover {
      cursor: pointer;
      color: #fc6719 !important;
      border-color: #fc6719; }
    .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-facebook span {
      display: none; }
    .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-facebook:before {
      content: "\f09a"; }
    .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-linkedin span {
      display: none; }
    .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-linkedin:before {
      content: "\f0e1"; }
    .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-google_plusone_share span {
      display: none; }
    .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-google_plusone_share:before {
      content: "\f0d5";
      font-weight: bold; }
    .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-twitter span {
      display: none; }
    .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-twitter:before {
      content: "\f099"; }
    .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-email span {
      display: none; }
    .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-email:before {
      content: "\f003";
      font-weight: bold; }

.social-viewmore.addthis_custom_sharing .at-share-tbx-element .at-share-btn, .footer.addthis_custom_sharing .at-share-tbx-element .at-share-btn {
  margin: 11px 0 0 18px !important; }
  .social-viewmore.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-facebook, .footer.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-facebook {
    padding: 11px 0 0 14px !important; }
  .social-viewmore.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-linkedin, .footer.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-linkedin {
    padding: 10px 0 0 12px !important; }
  .social-viewmore.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-google_plusone_share, .footer.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-google_plusone_share {
    padding: 11px 0 0 12px !important; }
  .social-viewmore.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-twitter, .footer.addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-twitter {
    padding: 10px 0 0 10px !important; }

#share-box .addthis_custom_sharing .at-share-tbx-element .at-share-btn {
  margin: 11px 0 0 18px !important; }
  #share-box .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-facebook {
    padding: 11px 0 0 0 !important; }
  #share-box .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-linkedin {
    padding: 10px 0 0 2px !important; }
  #share-box .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-google_plusone_share {
    padding: 11px 0 0 4px !important; }
  #share-box .addthis_custom_sharing .at-share-tbx-element .at-share-btn.at-svc-twitter {
    padding: 10px 0 0 0 !important; }

.social-viewmore.addthis_custom_sharing {
  display: inline-block;
  vertical-align: middle;
  float: inherit; }

.add-this div {
  display: inline-block; }

.add-this {
  font-weight: bold; }

/* line 42, ../sass/_addthis.scss */
.add-this .addthis_custom_sharing {
  float: none; }

.add-this .addthis_custom_sharing .at-share-tbx-element .at-share-btn {
  max-width: 20px !important;
  max-height: 20px !important;
  margin: 0 0 -3px 14px !important; }

.addthis.section {
  padding-left: 210px;
  padding-top: 7px; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
  left: auto;
  right: 43px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*.rvb-bg-orange {
  background-color: var(--pink);
}
.rvb-bg-gray {
  background-color: var(--black);
}
.rvb-bg-yellow {
  background-color: #f9b41c;
}
//Font colors, use for changing fonts through colors
.rvb-text-orange {
  color: var(--pink);
}
.rvb-text-gray {
  color: var(--black);
}
.rvb-text-yellow {
  color: #f9b41c;
}
*/
.rvb-bg-orange {
  background-color: var(--pink) !important; }

.rvb-bg-gray {
  background-color: var(--black) !important; }

.rvb-bg-yellow {
  background-color: #f9b41c !important; }

.rvb-text-orange {
  color: var(--pink) !important; }

.rvb-text-gray {
  color: var(--black) !important; }

.rvb-text-lgray {
  color: #6d6f73 !important; }

.rvb-text-yellow {
  color: #f9b41c !important; }

.rvb-text-white {
  color: #ffffff !important; }

.rvb-blue-light {
  background-color: #5FB4E5; }

.rvb-blue-dark {
  background-color: #00598C; }

.rvb-orange-light {
  background-color: var(--pink); }

.rvb-orange-dark {
  background-color: var(--pink); }

.rvb-gray-light {
  background-color: #eee; }

.rvb-text-light {
  color: #fff; }

.rvb-text-dark {
  color: var(--black); }

.rvb-text-blue {
  color: #5b7e96; }

.rvb-orange {
  background-color: #FF671B; }

.rvb-marigold {
  background-color: #FFB022; }

.rvb-marine-blue {
  background-color: #6BB5E4; }

.rvb-stone {
  background-color: #5B7F95; }

.rvb-pantone {
  background-color: #435464; }

.rvb-titanium {
  background-color: #A7ACA2; }

.rvb-white {
  background-color: #FFFFFF; }

.rvb-light-blue {
  background-color: #F1F6FA; }

.common-wrapper .common-wrapper {
  padding: 0; }

.text-wrapper.default h2 {
  color: var(--black);
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 20px; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=771f1c1e02cb4959d152)
 * Config saved to config.json and https://gist.github.com/771f1c1e02cb4959d152
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
*/
[role="button"] {
  cursor: pointer; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 80px; }

.panel-heading {
  padding: 40px 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 40px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 80px;
  padding-right: 80px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent; }

.panel-default {
  border-color: transparent; }

.panel-default > .panel-heading {
  color: var(--black);
  background-color: #ffffff;
  border-color: transparent; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent; }

.panel-default > .panel-heading .badge {
  color: #ffffff;
  background-color: var(--black); }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table; }

.clearfix:after,
.panel-body:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1000px) and (max-width: 1299px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1000px) and (max-width: 1299px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1000px) and (max-width: 1299px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1000px) and (max-width: 1299px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1300px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1300px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1300px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1300px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1000px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.global-selector {
  display: none; }
  .global-selector.main {
    height: 100%; }
    @media only screen and (max-width: 999px) {
      .global-selector.main {
        padding: 0px 30px; } }
  .global-selector .background-wrapper {
    background: var(--black); }
  .global-selector h1 {
    color: #fff; }
    @media only screen and (min-width: 1000px) {
      .global-selector h1 {
        display: none; } }
  .global-selector .titlecls {
    color: #fff;
    font-weight: bold; }
    @media only screen and (min-width: 1000px) {
      .global-selector .titlecls {
        display: none; } }
  .global-selector .gloablsel {
    color: #fff;
    font-weight: bold; }
    @media only screen and (min-width: 1000px) {
      .global-selector .gloablsel {
        display: none; } }
  .global-selector #global-map {
    max-height: 100%;
    max-width: 100%;
    padding: 128px 0px 0px;
    width: 100%; }
    @media only screen and (max-width: 1299px) {
      .global-selector #global-map {
        visibility: hidden; } }
  .global-selector #selected-country {
    display: block; }
    @media only screen and (max-width: 767px) {
      .global-selector #selected-country {
        display: none; } }
    @media only screen and (min-width: 1300px) {
      .global-selector #selected-country {
        margin-top: -160px; } }
    .global-selector #selected-country > div {
      display: inline-block;
      color: #fff; }
      .global-selector #selected-country > div p {
        color: #fff;
        margin: 10px 0px; }
      .global-selector #selected-country > div .title {
        font-size: 100%;
        font-weight: bold;
        border-bottom: 2px solid;
        padding-bottom: 3px;
        margin-bottom: 20px; }
      .global-selector #selected-country > div #country-name {
        font-size: 200%;
        font-weight: bold; }
  .global-selector #dropdown-selector {
    padding: 30px 0px; }
    @media only screen and (min-width: 1300px) {
      .global-selector #dropdown-selector {
        position: absolute; } }
    .global-selector #dropdown-selector .dropdown {
      display: inline-block;
      margin-bottom: 5px;
      margin-right: 3px;
      box-sizing: content-box; }
      .global-selector #dropdown-selector .dropdown .btn {
        background: #000;
        color: #fff;
        display: block;
        max-width: 100%;
        padding: 20px 30px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        width: 260px; }
      @media only screen and (max-width: 767px) {
        .global-selector #dropdown-selector .dropdown {
          display: block; }
          .global-selector #dropdown-selector .dropdown .btn {
            width: 100%; } }
      .global-selector #dropdown-selector .dropdown .dropdown-menu {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #fff;
        font-size: 15px;
        padding: 20px 0;
        width: 100%; }
        @media only screen and (max-width: 999px) {
          .global-selector #dropdown-selector .dropdown .dropdown-menu {
            background-color: rgba(0, 0, 0, 0.8); } }
        @media only screen and (max-width: 767px) {
          .global-selector #dropdown-selector .dropdown .dropdown-menu {
            background-color: rgba(0, 0, 0, 0.3); } }
        .global-selector #dropdown-selector .dropdown .dropdown-menu a {
          color: #fff;
          padding: 10px 30px;
          position: relative; }
          .global-selector #dropdown-selector .dropdown .dropdown-menu a:hover, .global-selector #dropdown-selector .dropdown .dropdown-menu a:focus, .global-selector #dropdown-selector .dropdown .dropdown-menu a:active {
            background: none;
            color: #F26826; }
        @media only screen and (max-width: 767px) {
          .global-selector #dropdown-selector .dropdown .dropdown-menu {
            border: none;
            float: none;
            font-size: 18px;
            margin-bottom: 7px;
            margin-top: 0;
            position: relative; } }
      .global-selector #dropdown-selector .dropdown .emea-dropdown {
        overflow-y: scroll;
        height: 400px !important; }
      .global-selector #dropdown-selector .dropdown .caret {
        border-top: 8px dashed;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        left: 120px;
        margin-left: 0;
        margin-top: -4px;
        position: absolute;
        top: 50%; }
        @media only screen and (max-width: 767px) {
          .global-selector #dropdown-selector .dropdown .caret {
            left: auto;
            right: 30px; } }
      .global-selector #dropdown-selector .dropdown.open .caret {
        border-bottom: 8px dashed;
        border-top: none; }

#catapult-cookie-bar {
  opacity: 1;
  max-height: 999px;
  min-height: 30px;
  padding: 15px 20px 15px;
  box-sizing: border-box;
  z-index: 99999;
  overflow: hidden;
  color: #ddd;
  position: fixed;
  left: 0;
  text-align: center;
  top: 0;
  width: 90%;
  background-color: #464646;
  margin-left: 200px; }

.eventnewdesign #catapult-cookie-bar, .cookieNewThemeForms #catapult-cookie-bar {
  margin-left: 0px !important;
  width: 100% !important; }

@media only screen and (max-width: 999px) {
  #catapult-cookie-bar {
    margin-left: 0px !important;
    width: 100% !important; } }

#catapult-cookie-bar a {
  color: #fff; }

#sticky-nav-header.cookieSticky, .container-sub-menu2.cookieNavSticky, #view-more-section.cookieNavSticky {
  margin-top: 62px; }

.ctcc-right-side {
  flex-shrink: 0; }

.ctcc-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .ctcc-inner .rounded-clear-blue-btn {
    margin: 0;
    margin-left: 15px; }
    .ctcc-inner .rounded-clear-blue-btn a {
      padding: 7px 45px 7px 16px; }

.eventnewdesign .ctcc-inner div.rounded-clear-blue-btn a:after {
  content: url(../icon_orange_round_arrow_22.html);
  width: 20px;
  color: #fff;
  margin-top: -11px; }

div#catapult-cookie-bar.close-bar, .cookieBar .close-bar {
  display: none; }

.cookieMargin {
  margin-top: 62px; }

.rounded-clear-blue-btn a:hover {
  color: #464646 !important;
  cursor: pointer; }

div#menu.mcookie, div#tools.tcookie {
  margin-top: 62px; }

.bar-orange-gradient.sm-banner.cookieOrange {
  margin-top: 467px; }

.forms #catapult-cookie-bar div.rounded-clear-blue-btn a:after {
  content: url(../icon_orange_round_arrow_22.html);
  width: 20px;
  color: #fff;
  margin-top: -11px; }

.rtevideo h2 {
  color: var(--black);
  font-weight: normal;
  font-size: 28px;
  line-height: 1;
  margin: 0; }

.rtevideo a {
  text-decoration: none !important;
  outline: none;
  position: relative;
  display: inline-block;
  float: left;
  color: var(--black);
  font-weight: normal;
  font-size: 28px; }

.rtevideo img {
  margin-top: 0px !important;
  font-size: 12px;
  float: left;
  padding-right: 15px; }
  .rtevideo img[style*="float:left"], .rtevideo img[style*="float: left"] {
    margin-right: 15px; }

.rtevideo .rte-video-link-play:after, .rtevideo .youtube-video-play:after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../play.html) center center no-repeat;
  content: " "; }

.rtevideo p {
  color: var(--black);
  margin: 0 0 6.5px;
  font-size: 20px; }

.rtevideo a.rounded-clear-blue-btn, .rtevideo a.rounded-more-btn, .rtevideo a.rounded-video-wht-btn, .rtevideo a.rounded-more-wht-btn, .rtevideo a.rounded-more-blue-btn, .rtevideo a.rounded-plus-wht-btn, .rtevideo a.rounded-plus-btn, .rtevideo a .rtevideo a.rounded-download-btn {
  font-size: 15px;
  color: var(--black);
  margin-top: 30px;
  text-transform: uppercase;
  outline: none;
  float: left;
  text-decoration: none;
  border: solid 1px #ccc;
  line-height: 1;
  padding: 12px 45px 12px 20px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.rtevideo a.rounded-clear-blue-btn:after, .rtevideo a.rounded-more-btn:after, .rtevideo a.rounded-video-wht-btn:after, .rtevideo a.rounded-more-wht-btn:after, .rtevideo a.rounded-more-blue-btn:after, .rtevideo a.rounded-plus-wht-btn:after, .rtevideo a.rounded-plus-btn:after {
  position: absolute;
  right: 9px !important;
  top: 50% !important;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  text-align: left; }

.rtevideo a.rounded-download-btn:after {
  position: absolute;
  right: 9px !important;
  top: 50% !important;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  text-align: left;
  content: url(../icon_orange_round_download_22.html); }

.rtevideo a.rounded-clear-blue-btn:after, .rtevideo a.rounded-more-blue-btn:after, .rtevideo a.rounded-more-btn:after {
  content: url(../icon_orange_round_arrow_22.html); }

.rtevideo a.rounded-video-wht-btn:after {
  content: url(../icon_orange_round_video_22.html); }

.rtevideo a.rounded-more-wht-btn.play:after {
  content: url(../icon_white_round_video_22.html); }

.rtevideo a.rounded-plus-wht-btn:after {
  content: url(../icon_white_round_plus_22.html); }

.rtevideo a.rounded-plus-btn:after {
  content: url(../icon_orange_round_plus_22.html); }

.common-wrapper.rtevideo {
  padding-top: 0; }

.rtevideo iframe {
  text-decoration: none !important;
  outline: none;
  position: relative;
  display: inline-block;
  float: left;
  color: var(--black);
  font-weight: normal;
  font-size: 28px;
  margin-right: 16px; }

@media only screen and (max-width: 767px) {
  .related-posts-component h1 {
    font-size: 24px; } }

@media only screen and (max-width: 767px) {
  .related-posts-component .common-wrapper {
    padding: 20px 20px 20px 10px; } }

.related-posts-component a {
  color: var(--pink);
  font-weight: bold; }
  .related-posts-component a.read-more {
    display: inline-block;
    margin-top: 10px; }

.related-posts-component.auto-height .related-post {
  min-height: 100%;
  height: auto !important; }

.related-posts-component .related-post {
  animation-duration: 2s;
  animation-name: fadeInUpLess;
  background: #fff;
  border-left: 9px solid #eee;
  color: var(--black);
  display: inline-block;
  margin: 0 0 4px;
  position: relative;
  vertical-align: top;
  visibility: visible;
  width: 33%; }
  @media only screen and (max-width: 767px) {
    .related-posts-component .related-post {
      margin-bottom: 30px;
      width: 100%; } }
  .related-posts-component .related-post:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #d7d7d7;
    content: " ";
    z-index: 1; }
  .related-posts-component .related-post > img {
    border-bottom: 1px solid #d7d7d7;
    display: block;
    height: auto;
    margin-bottom: -10px;
    width: 100%; }
  .related-posts-component .related-post > div {
    padding: 30px 40px;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 1299px) {
      .related-posts-component .related-post > div {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .related-posts-component .related-post > div {
        padding: 20px; } }
    .related-posts-component .related-post > div .date {
      color: var(--black);
      font-size: 16px;
      font-weight: bold;
      line-height: 1.8;
      margin: 0; }
      .related-posts-component .related-post > div .date > span {
        position: relative; }
        .related-posts-component .related-post > div .date > span:after {
          background: var(--black);
          content: "";
          height: 2px;
          bottom: -5px;
          left: 0;
          position: absolute;
          width: 50px; }
    .related-posts-component .related-post > div h2 {
      color: var(--black);
      font-size: 24px;
      font-weight: normal;
      line-height: 1.3;
      margin: 30px 0 25px; }
      /* .related-posts-component .related-post > div h2:hover {
        color: var(--pink);
      } */
      @media only screen and (max-width: 767px) {
        .related-posts-component .related-post > div h2 {
          margin: 15px 0 25px;
          font-size: 19px; } }
    .related-posts-component .related-post > div .text {
      max-height: 198px;
      overflow: hidden; }
    .related-posts-component .related-post > div p {
      color: var(--black);
      font-size: 18px;
      line-height: 22px;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .related-posts-component .related-post > div p {
          font-size: 16px; } }
    .related-posts-component .related-post > div div[class*="-btn"] {
      text-align: left; 
      margin: 20px 0 0;
    }
      .related-posts-component .related-post > div div[class*="-btn"] a {
        font-weight: bold;
        border: 0;
        text-transform: uppercase;
        color: var(--pink);
        padding-left: 0; 
        font-size: 16px;
      }
        .related-posts-component .related-post > div div[class*="-btn"] a:after {
          content: "";
          display: inline-block;
          width: 15px;
          height: 10px;
          margin-left: 5px;
          background: url(../svg/pink_chevron-2.svg) no-repeat;
          background-size: contain;
          transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
          position: relative;
          top: 0;
          transform: rotate(-90deg);
        }
        
        .related-posts-component .related-post > div div[class*="-btn"] a:hover:after {
          transform: translateX(4px) rotate(-90deg);
          text-decoration: none !important;
        }

.related-posts-component.blog-detail .related-post {
  width: 100%; }

.comments > .row {
  padding-top: 20px; }
  .comments > .row:first-child {
    padding-top: 0; }

.comments h3 {
  margin: 0; }

.comments #rate-star {
  text-align: right; }
  .comments #rate-star > i {
    color: #FDC000;
    font-size: 110%;
    vertical-align: middle; }
  .comments #rate-star > span {
    background: #D4D8DC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-left: 8px;
    padding: 1px 8px;
    position: relative; }
    .comments #rate-star > span:before {
      border-style: solid;
      border-width: 4px 5px 4px 0;
      border-color: transparent #D4D8DC transparent transparent;
      content: " ";
      height: 0;
      left: -5px;
      margin-top: -4px;
      position: absolute;
      top: 50%;
      width: 0; }

.comments .table > .table-cell:first-child {
  vertical-align: top;
  width: 60px; }

.comments .leave-message,
.comments .comment {
  padding-top: 20px; }

.comments .leave-message input[type="text"] {
  border: #D4D8DC 2px solid;
  color: #D4D8DC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 48px;
  line-height: 44px;
  padding: 0 15px !important;
  font-size: 120%;
  width: 100%; }

.comments ul {
  border-bottom: #EAEEF0 2px solid;
  font-size: 95%;
  font-weight: bold;
  list-style: none;
  margin-top: 0; }
  .comments ul > li {
    float: left;
    padding-bottom: 10px; }
    .comments ul > li > a {
      color: #a7adb2;
      padding: 0 8px; }
    .comments ul > li.active {
      border-bottom: #000 2px solid;
      margin-bottom: -2px; }
      .comments ul > li.active a {
        color: #000; }
        .comments ul > li.active a:hover {
          text-decoration: none; }

.comments .comment {
  font-size: 90%;
  padding: 0px 0px 60px; }
  .comments .comment > div > img {
    height: auto;
    max-width: 98%; }
  .comments .comment .nickname {
    color: #000;
    font-weight: bold; }
  .comments .comment .role {
    background: #bdc5c9;
    font-size: 80%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    margin-left: 4px;
    padding: 0 3px; }
  .comments .comment .time {
    color: #a7adb2;
    margin-left: 20px;
    position: relative; }
    .comments .comment .time:before {
      background: #a7adb2;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      content: ' ';
      height: 2px;
      left: -10px;
      position: absolute;
      top: 50%;
      width: 2px; }
  .comments .comment .actions {
    color: #a7adb2;
    font-size: 95%;
    font-weight: bold; }
    .comments .comment .actions a {
      color: #a7adb2;
      padding: 0 8px; }
      .comments .comment .actions a:first-child {
        padding-left: 0; }
      .comments .comment .actions a:last-child > * {
        font-size: 50%;
        margin-left: 2px;
        vertical-align: middle; }
      .comments .comment .actions a.strong {
        color: #989898; }
    .comments .comment .actions .light {
      color: #edeeef; }

.comments .footer {
  border-top: #EAEEF0 2px solid;
  border-bottom: #EAEEF0 1px solid;
  color: #a7adb2;
  font-size: 95%;
  padding-bottom: 60px; }
  .comments .footer a {
    color: #a7adb2;
    font-weight: bold;
    margin-right: 20px; }
    .comments .footer a > img {
      margin-top: -2px;
      vertical-align: middle; }
  .comments .footer > img {
    margin-top: 3px; }

.blog-detail {
  color: var(--black); }
  .blog-detail p {
    color: var(--black); }
  .blog-detail h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .blog-detail h1 {
        font-size: 30px;
        margin-bottom: 30px; } }
  .blog-detail a {
    color: var(--pink);
    font-weight: bold; }
  .blog-detail .author {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px; }
    .blog-detail .author img {
      margin-right: 10px;
      vertical-align: middle; }
    .blog-detail .author ul {
      display: inline;
      list-style: none;
      padding: 0; }
      .blog-detail .author ul > li {
        display: inline; }
    @media only screen and (max-width: 767px) {
      .blog-detail .author .image {
        border-right: var(--black) 1px solid;
        display: inline-block;
        float: left; }
      .blog-detail .author ul {
        float: left;
        margin: 0 0 0 10px;
        text-transform: initial; }
        .blog-detail .author ul > li {
          display: block; } }
  @media only screen and (max-width: 767px) {
    .blog-detail .add-this div.addthis_custom_sharing {
      display: block;
      margin-top: 10px; }
      .blog-detail .add-this div.addthis_custom_sharing > div {
        display: flex !important;
        justify-content: space-between; }
        .blog-detail .add-this div.addthis_custom_sharing > div .at-share-btn {
          display: inline-block !important;
          margin: 0 !important; } }
  .blog-detail .blog-text {
    border-bottom: #d7d7d7 1px solid;
    border-top: #d7d7d7 1px solid;
    font-size: 18px;
    line-height: 29px;
    margin: 35px 0;
    padding: 35px 0 !important; }
    .blog-detail .blog-text .main-image {
      float: right;
      margin: 0 0 10px 10px; }
      @media only screen and (max-width: 767px) {
        .blog-detail .blog-text .main-image {
          height: auto;
          margin-left: 0;
          width: 100%; } }
    .blog-detail .blog-text > div p {
      font-size: 17px; }
      .blog-detail .blog-text > div p:first-child {
        margin-top: 0; }
      .blog-detail .blog-text > div p:last-child {
        margin-bottom: 0; }
    .blog-detail .blog-text > div ul {
      font-size: 95%;
      list-style: none;
      margin-top: -15px; }
      @media only screen and (max-width: 767px) {
        .blog-detail .blog-text > div ul {
          padding-left: 0; } }
      .blog-detail .blog-text > div ul li {
        padding-left: 12px; }
        .blog-detail .blog-text > div ul li:before {
          content: '\2022';
          font-size: 15px;
          margin-left: -12px;
          padding-right: 7px;
          vertical-align: top; }
  .blog-detail .related-post-title {
    font-weight: normal;
    padding: 0px 0px 50px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .blog-detail .related-post-title {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 30px; } }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=771f1c1e02cb4959d152)
 * Config saved to config.json and https://gist.github.com/771f1c1e02cb4959d152
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
*/
[role="button"] {
  cursor: pointer; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 80px; }

.panel-heading {
  padding: 40px 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 40px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 80px;
  padding-right: 80px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent; }

.panel-default {
  border-color: transparent; }

.panel-default > .panel-heading {
  color: var(--black);
  background-color: #ffffff;
  border-color: transparent; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent; }

.panel-default > .panel-heading .badge {
  color: #ffffff;
  background-color: var(--black); }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table; }

.clearfix:after,
.panel-body:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1000px) and (max-width: 1299px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1000px) and (max-width: 1299px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1000px) and (max-width: 1299px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1000px) and (max-width: 1299px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1300px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1300px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1300px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1300px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 999px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1000px) and (max-width: 1299px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1300px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.accordion .panel > a:hover {
  text-decoration: none; }

.accordion .panel-heading {
  background: #fff;
  display: block;
  height: 120px;
  padding: 0 150px 0 30px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .accordion .panel-heading {
      height: auto;
      padding: 20px 110px 20px 20px; } }
  .accordion .panel-heading:before {
    background: var(--black);
    content: ' ';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px; }
    @media only screen and (max-width: 767px) {
      .accordion .panel-heading:before {
        width: 80px; } }
  .accordion .panel-heading .panel-title {
    color: #5FB4E5;
    font-size: 30px;
    height: 100%;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      .accordion .panel-heading .panel-title {
        font-size: 20px;
        font-weight: normal; } }
    .accordion .panel-heading .panel-title:before, .accordion .panel-heading .panel-title:after {
      background: #fff;
      -webkit-border-radius: 1.5px;
      -moz-border-radius: 1.5px;
      -ms-border-radius: 1.5px;
      border-radius: 1.5px;
      content: ' ';
      position: absolute; }
    .accordion .panel-heading .panel-title:before {
      height: 5px;
      right: 44px;
      top: 57px;
      width: 32px; }
      @media only screen and (max-width: 767px) {
        .accordion .panel-heading .panel-title:before {
          height: 4px;
          margin-top: -2px;
          right: 30px;
          top: 50%;
          width: 20px; } }
    .accordion .panel-heading .panel-title > span {
      text-align: center;
      /* May want to do this if there is risk the container may be narrower than the element inside */
      white-space: nowrap;
      text-align: left;
      white-space: normal; }
      .accordion .panel-heading .panel-title > span:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
        /* Adjusts for spacing */ }
      .accordion .panel-heading .panel-title > span:before {
        margin-right: 0; }
      .accordion .panel-heading .panel-title > span > span {
        display: inline-block;
        vertical-align: middle;
        width: 100%; }
  .accordion .panel-heading .panel-subtitle {
    color: #a8aca1;
    display: block;
    font-size: 18px;
    margin-top: -10px; }

.accordion .collapsed .panel-heading .panel-title:after {
  height: 32px;
  right: 57px;
  top: 44px;
  width: 5px; }
  @media only screen and (max-width: 767px) {
    .accordion .collapsed .panel-heading .panel-title:after {
      height: 20px;
      margin-top: -10px;
      right: 38px;
      top: 50%;
      width: 4px; } }

@media only screen and (max-width: 767px) {
  .accordion .panel + .panel {
    margin-top: 10px; } }

.accordion .panel-body {
  background: #fff;
  color: var(--black);
  font-size: 18px;
  margin-top: 2px;
  padding-right: 25%; }
  @media only screen and (max-width: 767px) {
    .accordion .panel-body {
      padding: 50px 30px; } }
  .accordion .panel-body ul {
    margin: 30px 0;
    padding-left: 18px; }

a.expand-all,
a.collapse-all {
  color: var(--pink);
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  text-transform: uppercase; }
  a.expand-all:after,
  a.collapse-all:after {
    content: "\f067";
    color: #acb0a6;
    font: normal normal normal 12px/1 FontAwesome;
    left: 4px;
    margin-top: -6px;
    position: absolute;
    top: 50%; }
  a.expand-all:before,
  a.collapse-all:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    content: ' ';
    height: 18px;
    border: 2px solid #acb0a6;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px; }

a.collapse-all:after {
  content: "\f068"; }

.blog {
  color: var(--black); }
  @media only screen and (min-width: 1300px) {
    .blog .back-to-blog, .blog .document-filter .back-to-div .back-to-link, .document-filter .back-to-div .blog .back-to-link {
      margin: 30px 30px; } }
  .blog .button-with-border, .blog .rss, .blog .load-more, .blog .author .social-media a {
    border: #d7d7d7 1px solid;
    color: var(--black);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 39px;
    padding: 0 20px;
    vertical-align: middle; }
  .blog .common-header h1 {
    line-height: 1.4;
    margin-bottom: 0px; }
  .blog .common-wrapper {
    padding: 12px 50px 13px 250px; }
  .blog .rss > i {
    color: var(--pink);
    font-size: 20px;
    margin-right: 5px;
    margin-top: -3px;
    padding-top: 2px;
    vertical-align: middle; }
  .blog .filter-heading {
    background: none;
    margin-bottom: 27px;
    margin-top: -5px; }
  @media only screen and (max-width: 767px) {
    .blog .reset-text-align-mobile {
      text-align: inherit; } }
  .blog .load-more {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    position: relative;
    border: 2px solid;
    border-radius: 50px;
    padding: 0px 27px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    white-space: nowrap;
    background-color: transparent;
    border-color: #e10098;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
    font-family: tenon, sans-serif;
    color: var(--pink);
    font-size: 16px;
    letter-spacing: 0.28px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .blog .load-more:hover {
  background-color: var(--pink);
  border-color: var(--pink);
  color: var(--white);
  }
    /* .blog .load-more:after {
      content: "\f067";
      color: var(--pink);
      font: normal normal normal 13px/1 FontAwesome;
      margin-top: -5px;
      position: absolute;
      right: 16px;
      top: 50%; 
    } */
    /* .blog .load-more:before {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      content: ' ';
      height: 22px;
      border: 2px solid var(--pink);
      margin-top: -10px;
      position: absolute;
      right: 10px;
      top: 50%;
      width: 22px; 
    } */
    /* .blog .load-more:hover {
      background: #fff;
      color: #000; } */
  @media only screen and (min-width: 1300px) {
    .blog .author {
      margin: 0 65px 60px 30px; } }
  @media only screen and (min-width: 768px) {
    .blog .author {
      display: table;
      width: 100%; }
      .blog .author > div {
        display: table-cell;
        vertical-align: top; }
        .blog .author > div.align-top {
          vertical-align: top; }
        .blog .author > div.align-middle {
          vertical-align: middle; }
        .blog .author > div.align-bottom {
          vertical-align: bottom; }
        .blog .author > div:first-child {
          padding-right: 50px;
          padding-top: 5px; } }
  @media only screen and (max-width: 767px) {
    .blog .author > div:first-child > img {
      height: auto;
      margin-bottom: 30px;
      width: 100%; } }
  .blog .author h1 {
    line-height: 1;
    margin: 0; }
  .blog .author .subtitle {
    color: #a8aca1;
    font-size: 30px;
    margin-bottom: 20px;
    padding-right: 0; }
  .blog .author .social-media {
    display: inline;
    text-transform: uppercase; }
    .blog .author .social-media a {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      font-size: 120%;
      font-weight: bold;
      line-height: 38px;
      margin-left: 10px;
      padding: 0;
      text-align: center;
      width: 40px; }
      .blog .author .social-media a.link-splash {
        width: 76px;
        border-radius: 20px; }
  .blog .author .description {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 35px; }
  .blog .related-post-title {
    font-weight: normal;
    padding: 0 0 50px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .blog .related-post-title {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 30px; } }

.social-media-component .socialfeedcontent {
  overflow: auto;
  height: 330px;
  padding-top: 43px;
  padding: 42px 37px; }
  .social-media-component .socialfeedcontent img {
    max-width: 100%;
    margin-bottom: 15px; }
  .social-media-component .socialfeedcontent a:hover {
    text-decoration: none; }

.social-media-component .heading {
  padding: 33px 37px;
  position: relative;
  margin: 0; }
  @media only screen and (max-width: 1299px) {
    .social-media-component .heading {
      padding: 20px 10px 10px 10px; } }
  .social-media-component .heading > a {
    z-index: 9; }
  .social-media-component .heading .verticalBlock.stickToBorders {
    padding: 0 37px; }
    @media only screen and (max-width: 1299px) {
      .social-media-component .heading .verticalBlock.stickToBorders {
        padding: 0 10px; } }
    .social-media-component .heading .verticalBlock.stickToBorders :before {
      margin-right: 0; }

.social-media-component .feedcontainer {
  height: 450px !important;
  padding: 0;
  margin-top: 0; }

.social-media-component .serverdown {
  background: #D7D7D7; }
  .social-media-component .serverdown .socialfeedcontent {
    padding-top: 80px;
    text-align: center; }
  .social-media-component .serverdown p {
    color: #A9A9A9;
    font-size: 20px;
    margin-top: 20px; }

.social-media-component .share-buttons {
  margin-top: 20px; }
  .social-media-component .share-buttons a {
    color: #7f7f7f;
    float: left;
    font-size: 14px;
    margin-right: 8px; }
    .social-media-component .share-buttons a img {
      margin-bottom: 0; }

.social-media-component.twitter .heading .twitter-follow-button {
  float: right; }

.social-media-component.facebook .heading .fb-like {
  float: right; }
  .social-media-component.facebook .heading .fb-like > span {
    display: block !important; }

.social-media-component.facebook .share-buttons {
  border-top: #e5e5e5 1px solid;
  padding-top: 5px; }
  .social-media-component.facebook .share-buttons a {
    font-weight: bold;
    margin-right: 30px; }
    .social-media-component.facebook .share-buttons a img {
      margin-right: 5px;
      vertical-align: -10%; }
    .social-media-component.facebook .share-buttons a:last-child {
      margin-right: 0; }

.social-media-component.social-media-component-facebook {
  z-index: 50; }
  .social-media-component.social-media-component-facebook #fbFeedBox {
    overflow: visible; }

.social-media-component.linkedin .heading .IN-widget {
  float: right; }

.social-media-component.linkedin .share-buttons a {
  margin-right: 0; }
  .social-media-component.linkedin .share-buttons a:after {
    content: "\2022";
    margin: 0 10px; }
  .social-media-component.linkedin .share-buttons a:last-child:after {
    display: none; }

.social-media-component .verticalCentered {
  line-height: 0;
  text-align: right;
  height: 20px; }
  .social-media-component .verticalCentered .IN-widget {
    line-height: 0 !important; }

.social-media-cols > div {
  float: left;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .social-media-cols > div {
      width: 50%; } }
  @media only screen and (min-width: 1325px) {
    .social-media-cols > div {
      width: 33.33333333%; } }

.social-media .feed-errormsg {
  display: none; }

.addthis .add-this {
  display: flex;
  align-items: center;
        column-gap: 10px;
}

.social-blog-component .common-wrapper {
  padding-bottom: .1px; }

/*.social-blog-component div .comments {
  display: none; }

.social-blog-component div .footer {
  display: none; }*/

.social-blog-component .blogentry ul, .social-blog-component .entrytitle ul {
  font-weight: bold;
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  margin-top: 21px;
  display: inline; }
  @media only screen and (max-width: 767px) {
    .social-blog-component .blogentry ul, .social-blog-component .entrytitle ul {
      float: left;
      font-size: 12px;
      margin-top: 5px; } }
  .social-blog-component .blogentry ul > li, .social-blog-component .entrytitle ul > li {
    display: inline; }
    @media only screen and (max-width: 767px) {
      .social-blog-component .blogentry ul > li, .social-blog-component .entrytitle ul > li {
        display: list-item; } }
  .social-blog-component .blogentry ul a, .social-blog-component .entrytitle ul a {
    color: var(--pink); }

.social-blog-component .authorimage_wrap {
  margin-top: 20px; }
  .social-blog-component .authorimage_wrap .image {
    margin-right: 10px; }
  .social-blog-component .authorimage_wrap img {
    /* width: 10%; */
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .social-blog-component .authorimage_wrap img {
        float: left;
        vertical-align: top;
        border-right: solid black 1px;
        margin-right: 10px; } }

.social-blog-component .add-this {
  color: var(--black); }
  @media only screen and (max-width: 767px) {
    .social-blog-component .add-this {
      clear: both;
      padding-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .social-blog-component .add-this .addthis_custom_sharing {
      clear: both;
      display: block;
      margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    .social-blog-component .add-this .addthis_custom_sharing #atstbx a:before, .social-blog-component .add-this .addthis_custom_sharing #atstbx2 a:before {
      font-size: 24px; }
    .social-blog-component .add-this .addthis_custom_sharing #atstbx a, .social-blog-component .add-this .addthis_custom_sharing #atstbx2 a {
      margin-right: 30px !important;
      margin-left: 0 !important;
      display: inline-block; }
      .social-blog-component .add-this .addthis_custom_sharing #atstbx a.at-custom-share-anchor.at-share-btn.at-svc-email, .social-blog-component .add-this .addthis_custom_sharing #atstbx2 a.at-custom-share-anchor.at-share-btn.at-svc-email {
        margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .social-blog-component .add-this .addthis_custom_sharing #atstbx2 {
      height: 30px; } }

.social-blog-component .navigation {
  margin: 10px 0 10px 0;
  font-weight: 600; }

.social-blog-component h1 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1; }

.social-blog-component h2 {
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .social-blog-component h2 {
      font-size: 24px;
      line-height: 1.3em; } }

.social-blog-component .entrytitle .addthis {
  margin-top: 15px; }

.social-blog-component .back-to-blog, .social-blog-component .document-filter .back-to-div .back-to-link, .document-filter .back-to-div .social-blog-component .back-to-link {
  font-size: 15px;
  padding: 0 0 0 20px;
  position: relative;
  color: var(--pink);
  font-weight: bold;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .social-blog-component .back-to-blog, .social-blog-component .document-filter .back-to-div .back-to-link, .document-filter .back-to-div .social-blog-component .back-to-link {
      font-size: 24px;
      font-weight: 600;
      display: block;
      min-width: 340px;
      padding-left: 34px; } }
  .social-blog-component .back-to-blog:after, .social-blog-component .document-filter .back-to-div .back-to-link:after, .document-filter .back-to-div .social-blog-component .back-to-link:after {
    content: url(../svg/pink_chevron-2.svg);
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 10px;
    /* border-radius: 50%; */
    margin-top: -8px;
    transform: rotate(90deg);
    /* this flips the image so we don't need several icons for each position of the arrow */
    /* -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";  */
  }
    @media only screen and (max-width: 767px) {
      .social-blog-component .back-to-blog:after, .social-blog-component .document-filter .back-to-div .back-to-link:after, .document-filter .back-to-div .social-blog-component .back-to-link:after {
        content: url(../svg/pink_chevron-2.svg);
 } }

.social-blog-component .entry, .social-blog-component .entrytext {
  border-bottom: #d7d7d7 1px solid;
  border-top: #d7d7d7 1px solid;
  font-size: 18px;
  line-height: 29px;
  margin: 28px 0;
  padding: 10px 0 !important; }
  @media only screen and (max-width: 767px) {
    .social-blog-component .entry, .social-blog-component .entrytext {
      margin-top: 70px; } }
  .social-blog-component .entry p, .social-blog-component .entrytext p {
    font-size: 17px;
    color: var(--black); }
    @media only screen and (max-width: 767px) {
      .social-blog-component .entry p, .social-blog-component .entrytext p {
        font-size: 15px;
        line-height: 1.4em; } }
    .social-blog-component .entry p img, .social-blog-component .entrytext p img {
      max-width: 100%;
      width: auto;
      height: auto; }
    .social-blog-component .entry p a, .social-blog-component .entrytext p a {
      color: var(--pink);
      font-weight: bold; }
    .social-blog-component .entry p.image, .social-blog-component .entrytext p.image {
      float: right; }
  .social-blog-component .entry img, .social-blog-component .entrytext img {
    max-width: 100%;
    height: auto; }
  .social-blog-component .entry ul, .social-blog-component .entrytext ul {
    list-style: none;
    /* removing color and bold for riv-2085
            /*color: var(--pink);*/
    font-size: 16px;
    /*font-weight: bold;*/ }
    @media only screen and (max-width: 767px) {
      .social-blog-component .entry ul, .social-blog-component .entrytext ul {
        font-size: 15px;
        line-height: 1.4em;
        padding-left: 17px; } }
    .social-blog-component .entry ul li:before, .social-blog-component .entrytext ul li:before {
      content: '\2022';
      font-size: 15px;
      margin-left: -12px;
      padding-right: 11px;
      vertical-align: top;
      color: #000000;
      position: relative;
      top: -2px; }
      @media only screen and (max-width: 767px) {
        .social-blog-component .entry ul li:before, .social-blog-component .entrytext ul li:before {
          font-size: 25px;
          position: relative;
          top: -1px;
          left: -3px; } }
    .social-blog-component .entry ul a, .social-blog-component .entrytext ul a {
      color: var(--pink); }
  .social-blog-component .entry h2, .social-blog-component .entrytext h2 {
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold; }
  .social-blog-component .entry .rte-video-link-play, .social-blog-component .entrytext .rte-video-link-play {
    position: relative;
    display: inline-block; }
    .social-blog-component .entry .rte-video-link-play:after, .social-blog-component .entrytext .rte-video-link-play:after {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background: url(../play.html) center center no-repeat;
      content: " "; }

.social-blog-component p.postmetadata {
  font-size: 17px;
  color: var(--black); }
  .social-blog-component p.postmetadata a {
    color: var(--pink);
    font-weight: bold; }

.image-logo-component {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px; }
  .image-logo-component .bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden; }
  .image-logo-component .item-logo {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
    font-size: 35px;
    line-height: 38px;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    z-index: 3; }
    .image-logo-component .item-logo a {
      display: block;
      height: 234px;
      position: relative;
      overflow: hidden; }
    .image-logo-component .item-logo .logo {
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      white-space: nowrap;
      opacity: 1;
      padding: 10px;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .image-logo-component .item-logo .logo img {
        max-width: 100%;
        height: auto; }
      .image-logo-component .item-logo .logo:after {
        content: '';
        display: inline-block;
        height: 100%;
        width: 1px;
        overflow: hidden;
        margin: 0 0 0 -5px;
        vertical-align: middle; }
      .image-logo-component .item-logo .logo > span {
        vertical-align: middle;
        display: inline-block;
        white-space: normal; }
    .image-logo-component .item-logo.active .logo, .image-logo-component .item-logo:hover .logo {
      opacity: 0; }
    @media only screen and (min-width: 1000px) {
      .image-logo-component .item-logo.active:after {
        position: absolute;
        z-index: 1;
        left: 50%;
        bottom: -51px;
        content: '';
        width: 0;
        height: 0;
        margin-left: -22px;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-bottom: 24px solid #d1d3cd; }
      .image-logo-component .item-logo.active:before {
        position: absolute;
        z-index: 2;
        left: 50%;
        bottom: -53px;
        content: '';
        width: 0;
        height: 0;
        margin-left: -22px;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-bottom: 24px solid #fff; } }
    .image-logo-component .item-logo.last:before, .image-logo-component .item-logo.last:after {
      display: none; }
    .image-logo-component .item-logo.last .logo {
      background: var(--pink);
      opacity: 1;
      padding: 10px 24px;
      text-align: left;
      color: #fff; }
    .image-logo-component .item-logo .rounded-more-wht-btn {
      display: inline-block;
      vertical-align: middle;
      width: 31px;
      height: 31px;
      border: 3px solid #fff;
      border-radius: 50%;
      position: relative;
      margin: 0; }
      .image-logo-component .item-logo .rounded-more-wht-btn:after {
        content: "\f061";
        color: #fff;
        right: 5px;
        top: 4px;
        font: normal normal normal 16px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute; }
  @media only screen and (max-width: 1299px) {
    .image-logo-component .item-logo {
      width: 25%;
      font-size: 30px;
      line-height: 33px; } }
  @media only screen and (max-width: 767px) {
    .image-logo-component .item-logo {
      width: 33.33%;
      font-size: 24px;
      line-height: 27px; }
      .image-logo-component .item-logo a {
        height: 200px; }
      .image-logo-component .item-logo.last .logo {
        padding: 10px; }
      .image-logo-component .item-logo .rounded-more-wht-btn {
        width: 21px;
        height: 21px;
        border: 2px solid #fff; }
        .image-logo-component .item-logo .rounded-more-wht-btn:after {
          right: 4px;
          top: 3px;
          font: normal normal normal 10px/1 FontAwesome; }
      .image-logo-component .item-logo.active:after {
        bottom: -33px;
        margin-left: -18px;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #d1d3cd; }
      .image-logo-component .item-logo.active:before {
        bottom: -35px;
        margin-left: -18px;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-bottom: 18px solid #fff; } }
  @media only screen and (max-width: 479px) {
    .image-logo-component .item-logo {
      width: 50%; } }

.item-logo-text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: normal;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 1000px) {
    .item-logo-text {
      padding: 100px 40px 80px; }
      .item-logo-text:before {
        content: '';
        position: absolute;
        left: -999px;
        right: -999px;
        top: 51px;
        border-top: 1px solid #d1d3cd; } }
  .item-logo-text .control-btn {
    float: right;
    overflow: hidden;
    margin: 0 0 15px;
    text-align: right; }
    @media only screen and (max-width: 999px) {
      .item-logo-text .control-btn {
        margin-top: 7px; } }
    .item-logo-text .control-btn a {
      display: inline-block;
      vertical-align: top;
      width: 31px;
      height: 31px;
      border-radius: 50%;
      color: var(--black);
      text-align: center;
      margin-left: 9px; }
      .item-logo-text .control-btn a:hover {
        text-decoration: none; }
      .item-logo-text .control-btn a.prev {
        background: url(../png/sprite.png) no-repeat -350px -190px; }
        @media only screen and (max-width: 999px) {
          .item-logo-text .control-btn a.prev {
            display: none; } }
      .item-logo-text .control-btn a.next {
        background: url(../png/sprite.png) no-repeat -313px -190px; }
        @media only screen and (max-width: 999px) {
          .item-logo-text .control-btn a.next {
            display: none; } }
      .item-logo-text .control-btn a.close {
        background: url(../png/sprite.png) no-repeat -276px -190px; }
  .item-logo-text p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 23px; }
  .item-logo-text .row {
    margin: 0 -40px !important; }
    .item-logo-text .row [class^="col-"] {
      padding: 0 40px; }
  .item-logo-text h2 {
    margin: 7px 0 36px;
    overflow: hidden; }
    .item-logo-text h2 img {
      max-width: 100%;
      height: auto; }
  .item-logo-text h3 {
    font-size: 36px;
    line-height: 30px;
    margin: 0 0 20px;
    color: var(--black);
    font-weight: 600; }
  .item-logo-text a {
    color: var(--pink); }
  .item-logo-text [class^="rounded-"] {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 30px 0;
    width: auto; }
    .item-logo-text [class^="rounded-"] a {
      color: var(--black); }
    .item-logo-text [class^="rounded-"]:hover {
      color: #000; }
  .item-logo-text ul {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    font-size: 16px;
    line-height: 28px; }
    .item-logo-text ul li {
      padding: 0 0 2px 45px;
      position: relative; }
      @media only screen and (max-width: 999px) {
        .item-logo-text ul li {
          padding: 0px 0px 10px 15px; } }
      .item-logo-text ul li:after {
        content: '';
        position: absolute;
        top: 12px;
        left: 35px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: var(--black); }
        @media only screen and (max-width: 999px) {
          .item-logo-text ul li:after {
            left: 0;
            top: 10px; } }
  .item-logo-text blockquote {
    margin: 0 0 20px; }
    .item-logo-text blockquote q {
      font-style: normal;
      font-weight: 300;
      font-size: 24px;
      line-height: 35px;
      margin: 0 0 22px; }
      .item-logo-text blockquote q:before, .item-logo-text blockquote q:after {
        color: #5fb4e5;
        display: inline-block;
        font-size: 35px;
        font-weight: bold;
        vertical-align: middle; }
      .item-logo-text blockquote q:before {
        content: '\201C';
        margin: 0 4px 0 0; }
      .item-logo-text blockquote q:after {
        content: '\201D';
        margin: 0 0 0 4px; }
      .item-logo-text blockquote q strong, .item-logo-text blockquote q b {
        color: var(--pink);
        font-weight: normal; }
    .item-logo-text blockquote cite {
      color: var(--black);
      display: block;
      font-style: normal;
      font-weight: bold;
      font-size: 15px;
      line-height: 20px;
      padding-top: 20px; }
  @media only screen and (max-width: 767px) {
    .item-logo-text {
      font-size: 16px;
      line-height: 1.3;
      padding: 60px 40px 40px; }
      .item-logo-text:before {
        top: 33px; }
      .item-logo-text p {
        font-size: 16px;
        line-height: 1.3;
        margin: 0 0 16px; }
      .item-logo-text h2 {
        margin: 0 0 24px; }
      .item-logo-text h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 15px; }
      .item-logo-text [class^="rounded-"] {
        display: block;
        margin: 0 0 20px;
        text-align: left; }
      .item-logo-text ul {
        margin: 0 0 15px;
        font-size: 15px;
        line-height: 24px; }
      .item-logo-text blockquote {
        margin: 0 0 15px; }
        .item-logo-text blockquote q {
          font-size: 20px;
          line-height: 25px;
          margin: 0 0 15px; }
          .item-logo-text blockquote q:before {
            font-size: 25px; }
          .item-logo-text blockquote q:after {
            font-size: 25px; }
        .item-logo-text blockquote cite {
          font-size: 13px;
          line-height: 16px; } }

.customer-stories-ticker blockquote cite {
  color: #a8aca1; }

.customer-stories-ticker .rounded-video-wht-btn a {
  border: solid 1px #ccc; }

.header-title p {
  padding-bottom: 0; }

.header-title h2 {
  padding-top: 30px;
  color: var(--black);
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 20px; }

.header-title p {
  line-height: 30px;
  color: var(--black);
  margin: 0 0 10px;
  font-size: 18px; }

.header-title.left {
  text-align: left  !important; }

.header-title.center {
  text-align: center  !important; }

/* Add this code to the end of /sass/_nav.scss */
@media screen and (max-height: 810px) and (min-width: 768px) {
  #menu ul.main {
    padding-bottom: 260px; }
    #menu ul.main li a {
      padding-top: 14px;
      padding-bottom: 14px; }
  #menu .container-sub-menu2 ul li a {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px; }
  #menu .mp-level ul li a {
    padding: 14px 20px 14px 30px; }
  #menu .mp-level ul > li.activated > a,
  #menu .mp-level ul > li:hover > a {
    padding: 14px 20px 14px 23px; } }

.item-logo-text .ajax-content h2 {
  overflow: visible; }

/* line 35, /sass/_view-more-component.scss */
#view-more-section .col h2 {
  /* Change margin: 0 0 20px; to: */
  margin: 0 0 5px;
  /* Change font-size: 30px; to: */
  font-size: 28px;
  /* Change line-height: 34px; to: */
  line-height: 32px; }

/* line 73, /sass/_view-more-component.scss */
#view-more-section .col ul li {
  /* Change padding: 0 0 20px 0px; to: */
  padding: 0 0 10px 0px; }

/* line 280, ../../sass/_nav.scss */
.menu-box * > ul a {
  /* Delete this style:  padding: 14px 0 14px 30px !important; */ }

/* line 98, ../../sass/_intro.scss */
#intro .intro-inner h2 {
  /* Change font-size: 45px; to: */
  font-size: 43px; }
  @media only screen and (max-width: 650px) {
    #intro .intro-inner h2 {
      font-size: 27px; } }

.ajax-content h2 {
  color: var(--black); }
  @media only screen and (max-width: 650px) {
    .ajax-content h2 {
      font-size: 27px; } }

@media only screen and (max-width: 650px) {
  .get-started-component p .tel:before {
    display: none; } }

/* line 62, ../sass/_quotes-slider-component.scss */
.quotes-slider-component p.qt-author {
  /* Change color: #a8aca1; to: */
  color: var(--black); }

/* line 195, ../sass/_tabs-component.scss */
.tabs-component .tab-content .blockquote cite {
  /* Change color: #a8aca1; to: */
  color: var(--black); }

/* line 15, ../sass/_customer-component.scss */
.customer-component .slider-image .slide:after {
  /* Remove opacity: 0.7; */
  /* Remove all styles for background and replace with: */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNiIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(85%, rgba(0, 0, 0, 0.3)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.3) 85%, transparent 100%); }

/* Mobile Adjustments for homepage */
.ua-mobile .background-wrapper {
  background-attachment: scroll !important; }

/*.ua-mobile #intro {
  background: url(http://riverbed-prod.adobecqms.net/image/fpo/demo_loop_hq.jpg) center center no-repeat;
  background-size: cover;
  min-height: 300px;
}*/
.jcf-scrollable-wrapper,
.jcf-scrollable {
  max-width: 100%; }

/* --------------------------------------------------------------------------------------------------------*/
/* Customer page Slider and Updates below -----------------------------------------------------------------*/
.rounded-btn {
  border: solid 2px #fff;
  display: inline-block;
  border-radius: 35px;
  padding: 18px 26px 18px 26px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

#customers-slider .intro-inner-wrapper .rounded-btn {
  background: url("../bc-icon_play.html") no-repeat;
  background-size: 40px;
  background-position: 14px 10px;
  padding: 20px 26px 20px 66px; }

#customers-slider .intro-inner-wrapper .rounded-btn.orange {
  background: var(--pink);
  padding: 14px 26px 14px 26px;
  margin-top: 18px;
  cursor: pointer; }

#customers-slider .intro-inner-wrapper .rounded-btn.orange:hover {
  background: white;
  border-color: var(--pink);
  text-decoration: none;
  color: var(--pink); }

#customers-slider {
  background: #fff;
  box-sizing: border-box;
  position: relative; }
  #customers-slider .text-initial {
    opacity: 0; }
  #customers-slider .slider-wrapper {
    max-width: 1200px;
    margin: 0 auto; }
  #customers-slider .current,
  #customers-slider .loaded {
    opacity: 1 !important; }
  #customers-slider blockquote {
    margin: 0;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 100;
    color: var(--black); }
    #customers-slider blockquote span {
      color: var(--pink); }
    #customers-slider blockquote:before, #customers-slider blockquote:after {
      display: inline-block;
      color: #5fb4e5;
      position: relative;
      top: 16px;
      font-size: 48px;
      line-height: 24px;
      height: 24px;
      font-weight: bold; }
    #customers-slider blockquote:before {
      content: '\201C';
      margin-right: 6px; }
    #customers-slider blockquote:after {
      content: '\201D';
      margin-left: 6px; }
    @media only screen and (min-width: 1300px) {
      #customers-slider blockquote {
        font-size: 40px; } }
    @media only screen and (max-width: 800px) {
      #customers-slider blockquote {
        font-size: 32px; } }
    @media only screen and (max-width: 650px) {
      #customers-slider blockquote {
        font-size: 24px; } }
  #customers-slider .intro-inner-wrapper {
    text-align: center;
    position: relative;
    z-index: 1;
    min-height: 200px; }
    #customers-slider .intro-inner-wrapper > * {
      margin: 0; }
    #customers-slider .intro-inner-wrapper h1 {
      color: var(--black);
      font-size: 70px;
      font-weight: 300;
      z-index: 20;
      position: absolute;
      width: 100%;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      line-height: 1;
      letter-spacing: -1px;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      opacity: 0; }
      #customers-slider .intro-inner-wrapper h1 span {
        color: var(--pink); }
    #customers-slider .intro-inner-wrapper h2 {
      color: #fff;
      font-weight: 300;
      margin: 16px auto 37px auto; }
    #customers-slider .intro-inner-wrapper .rounded-btn {
      background: url("../icon_play.html") no-repeat;
      background-size: 40px;
      background-position: 14px 10px;
      padding: 20px 26px 20px 66px; }
    #customers-slider .intro-inner-wrapper .quote-one,
    #customers-slider .intro-inner-wrapper .quote-two,
    #customers-slider .intro-inner-wrapper .quote-three {
      position: absolute;
      width: 100%;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      padding-bottom: 30px; }
      #customers-slider .intro-inner-wrapper .quote-one span,
      #customers-slider .intro-inner-wrapper .quote-two span,
      #customers-slider .intro-inner-wrapper .quote-three span {
        color: var(--pink); }
      #customers-slider .intro-inner-wrapper .quote-one blockquote,
      #customers-slider .intro-inner-wrapper .quote-two blockquote,
      #customers-slider .intro-inner-wrapper .quote-three blockquote {
        color: var(--black);
        font-size: 42px !important;
        line-height: 1.2 !important; }
    #customers-slider .intro-inner-wrapper .quote-two blockquote:before,
    #customers-slider .intro-inner-wrapper .quote-two blockquote:after {
      display: none; }
    #customers-slider .intro-inner-wrapper .line {
      border-bottom: 1px solid #cccccc;
      width: 90%;
      /*margin: 0 auto;*/
      margin: 20px auto 40px auto; }
    #customers-slider .intro-inner-wrapper .line:after {
      content: ' ';
      display: block;
      background: url("../icon_down_arrw_two.html") no-repeat;
      background-size: 44px;
      width: 44px;
      height: 28px;
      margin-left: -22px;
      position: absolute;
      /*bottom: 4px;*/
      left: 50%; }
    #customers-slider .intro-inner-wrapper .quote-one .line:after {
      left: 20%; }
    #customers-slider .intro-inner-wrapper .quote-two .line:after {
      left: 47%; }
    #customers-slider .intro-inner-wrapper .quote-three .line:after {
      left: 79%; }
    #customers-slider .intro-inner-wrapper blockquote:before,
    #customers-slider .intro-inner-wrapper blockquote:after {
      top: 6px; }
  #customers-slider .dds-wrapper {
    /*position: absolute;
        bottom: 0;*/
    margin: 0;
    z-index: 10;
    width: 100%;
    font-size: 0;
    z-index: 0;
    opacity: 0;
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    #customers-slider .dds-wrapper .dude-box {
      width: 30%;
      display: inline-block;
      opacity: .4;
      overflow: hidden;
      outline: none;
      cursor: pointer;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      #customers-slider .dds-wrapper .dude-box img {
        width: 100%;
        margin: 0 auto; }
    #customers-slider .dds-wrapper .dude-box.current {
      width: 33%;
      display: inline-block;
      opacity: 1; }
      #customers-slider .dds-wrapper .dude-box.current img {
        width: 100%; }
    #customers-slider .dds-wrapper .dude-box {
      width: 33%; }
  #customers-slider .slick-prev,
  #customers-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 38px !important;
    height: 72px !important;
    margin-top: -50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    overflow: hidden;
    background-size: auto 64px !important;
    opacity: .9 !important;
    z-index: 999999 !important; }
    @media only screen and (max-width: 1200px) {
      #customers-slider .slick-prev,
      #customers-slider .slick-next {
        width: 30px !important;
        background-size: auto 52px !important; } }
  #customers-slider .slick-prev {
    left: 20px;
    background: url("../icon_white_arrows.html") left no-repeat; }
  #customers-slider .slick-next {
    right: 20px;
    background: url("../icon_white_arrows.html") right no-repeat; }

.overlay {
  overflow: scroll;
  position: fixed;
  top: 0;
  bottom: 110%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 200ms linear, bottom 0s linear 200ms; }

.overlay-open {
  bottom: 0;
  opacity: 1;
  transition: opacity 200ms linear, bottom 0s linear; }

.overlay-view {
  overflow: hidden; }

.overlay-inner {
  background: #FFF;
  margin: 5rem auto;
  padding: 4rem;
  max-width: 800px;
  position: relative; }
  .overlay-inner img {
    width: 100%; }

.frm-clsr {
  background: url("../icon_close.html");
  background-size: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer; }
  .frm-clsr:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.overlay-inner .frm-clsr {
  top: 20px;
  right: 20px; }

.customer-filter .document-filter-right .document-boxes .box {
  margin-left: -7px;
  padding: 0 20px 0 50px;
  width: 67%; }
  @media only screen and (max-width: 767px) {
    .customer-filter .document-filter-right .document-boxes .box {
      margin-left: 0;
      padding: 0 20px;
      width: auto; } }
  .customer-filter .document-filter-right .document-boxes .box h4 {
    color: var(--pink);
    font-size: 16px;
    margin: 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .customer-filter .document-filter-right .document-boxes .box h4 {
        line-height: 1; } }
  @media only screen and (max-width: 767px) {
    .customer-filter .document-filter-right .document-boxes .box h2 {
      line-height: 0.75; } }
  .customer-filter .document-filter-right .document-boxes .box h2 a {
    font-size: 24px; }
  .customer-filter .document-filter-right .document-boxes .box .document-date,
  .customer-filter .document-filter-right .document-boxes .box .doc-repo-thumb,
  .customer-filter .document-filter-right .document-boxes .box .document-desc {
    display: none; }

.customer-filter .document-filter-right .document-boxes .boxloadresults {
  width: 100%; }

.contact-us .contact-info {
  color: var(--black);
  font-size: 32px;
  line-height: 1.3;
  text-align: center; }
  .contact-us .contact-info .table-cell {
    padding: 10px; }
    @media only screen and (max-width: 999px) {
      .contact-us .contact-info .table-cell {
        display: block; } }
  .contact-us .contact-info span p {
    font-size: 32px;
    margin-bottom: 0; }
  @media only screen and (max-width: 999px) {
    .contact-us .contact-info .table-cell + .table-cell {
      border-top: #eee 1px solid;
      padding-top: 30px;
      margin-top: 25px; } }
  @media only screen and (min-width: 1000px) {
    .contact-us .contact-info .table-cell + .table-cell {
      border-left: #eee 1px solid;
      border-top: none;
      width: 50%; } }
  .contact-us .contact-info .title {
    color: #5b7e96; }
  .contact-us .contact-info a.location {
    text-decoration: none; }
    .contact-us .contact-info a.location:hover {
      color: var(--pink); }
  .contact-us .contact-info .tel-fax {
    display: inline-block;
    font-size: 20px; }
    .contact-us .contact-info .tel-fax.first {
      margin-top: 10px; }
    .contact-us .contact-info .tel-fax > span {
      color: #5b7e96; }
    @media only screen and (max-width: 999px) {
      .contact-us .contact-info .tel-fax {
        display: block; } }
    @media only screen and (min-width: 1000px) {
      .contact-us .contact-info .tel-fax + .tel-fax {
        border-left: #5b7e96 1px solid;
        line-height: 1.1;
        margin-left: 10px;
        padding-bottom: 1px;
        padding-left: 10px; } }
    .contact-us .contact-info .tel-fax a {
      cursor: text;
      text-decoration: none; }
  .contact-us .contact-info .contactus-btn {
    text-align: center !important;
    font-size: 18px; }

.contact-us .download-component h2 {
  padding: 0; }
  .contact-us .download-component h2:after {
    display: none; }

.contact-us #map-center {
  /*bottom: 183px;
    position: absolute;*/ }

.map-label {
  color: #8F1718;
  font-size: 12px;
  font-weight: bold;
  /* Simulate text stroke */
  text-shadow: -1px -1px 0 #fff,
 1px -1px 0 #fff,
 -1px 1px 0 #fff,
 1px 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=0);
  /* for IE9 or less */ }

.map-and-directions #map {
  height: 366px;
  width: 100%; }
  @media only screen and (max-width: 999px) {
    .map-and-directions #map {
      height: 500px; } }

.map-and-directions .tab-content .panel {
  margin-bottom: 0px; }

.map-and-directions .tabs-component .tabset {
  margin-bottom: 0; }
  .map-and-directions .tabs-component .tabset li {
    float: left; }
  .map-and-directions .tabs-component .tabset.tabs-3 li {
    width: 33.33%; }
  .map-and-directions .tabs-component .tabset.tabs-2 li {
    width: 50%; }

.map-and-directions .tabs-component .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--black);
  font-size: 100%;
  line-height: 1.4;
  margin-bottom: 0; }
  .map-and-directions .tabs-component .panel div[class*="col-"] {
    width: 25% !important;
    padding: 4% 4% 4% 0; }
    @media only screen and (max-width: 767px) {
      .map-and-directions .tabs-component .panel div[class*="col-"] {
        width: 100% !important; } }
    .map-and-directions .tabs-component .panel div[class*="col-"]:first-child {
      padding-left: 4%; }
    @media only screen and (max-width: 767px) {
      .map-and-directions .tabs-component .panel div[class*="col-"] {
        padding-left: 8% !important; } }
  .map-and-directions .tabs-component .panel .title {
    font-weight: bold; }

@media only screen and (max-width: 999px) {
  .map-and-directions .tabs-component .active a.opener:after,
  .map-and-directions .tabs-component a.opener:hover:after {
    display: none; }
  .map-and-directions .tabs-component .accordion-item {
    border: #eee 1px solid; } }

.news-events .feedcontainer {
  background: #fff; }

.news-events-component {
  color: #fff;
  float: left;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 999px) {
    .news-events-component {
      width: 100% !important; } }
  .news-events-component .bg-stretch {
    overflow: hidden;
    z-index: -1; }
  .news-events-component > .content {
    padding: 100px 50px;
    white-space: normal; }
    @media only screen and (max-width: 767px) {
      .news-events-component > .content {
        padding: 40px 20px; } }
    .news-events-component > .content a {
      padding: 0 40px 0 0;
      position: relative;
      font-size: 36px;
      font-weight: bold;
      width: 100%;
      white-space: normal; }
      @media only screen and (max-width: 767px) {
        .news-events-component > .content a {
          font-size: 30px; } }
      .news-events-component > .content a:hover {
        color: var(--black);
        text-decoration: none; }
      .news-events-component > .content a.rvb-text-dark:hover {
        color: #fff; }
      .news-events-component > .content a:before {
        color: #fff;
        content: "";
        font: normal normal normal 16px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        margin-top: -7px;
        width: 28.98px; }
        @media only screen and (max-width: 767px) {
          .news-events-component > .content a:before {
            width: 24.15px; } }
      .news-events-component > .content a:after {
        border: 3px solid #fff;
        border-radius: 50%;
        box-sizing: border-box;
        content: '';
        display: none;
        height: 0.80em;
        margin-top: -12px;
        position: absolute;
        right: 1px;
        top: 50%;
        width: 0.80em;
        /* this targets ie10/11 */ }
        @media only screen and (max-width: 767px) {
          .news-events-component > .content a:after {
            margin-top: -10px; } }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .news-events-component > .content a:after {
            margin-top: -13px; } }
      .news-events-component > .content a.rounded-plus-btn:before {
        content: "\f067";
        color: var(--black); }
      .news-events-component > .content a.rounded-plus-btn:after {
        border-color: var(--black);
        display: inherit; }
      .news-events-component > .content a.rounded-plus-wht-btn:before {
        content: "\f067"; }
      .news-events-component > .content a.rounded-plus-wht-btn:after {
        display: inherit;
        border-color: #fff; }
      .news-events-component > .content a.rounded-more-btn:before {
        content: "\f061";
        width: 27.972px; }
        @media only screen and (max-width: 767px) {
          .news-events-component > .content a.rounded-more-btn:before {
            width: 23.31px; } }
      .news-events-component > .content a.rounded-more-btn:after {
        display: inherit;
        border-color: #fff; }
      .news-events-component > .content a.rounded-more-blue-btn:before {
        content: "\f061";
        color: var(--black); }
      .news-events-component > .content a.rounded-more-blue-btn:after {
        border-color: var(--black);
        display: inherit; }

.news-events-pr .feed-errormsg {
  display: none; }

.news-events-pr .serverdown {
  background: #D7D7D7; }
  .news-events-pr .serverdown .socialfeedcontent {
    text-align: center; }

.location-component {
  border-top: none;
  padding: 40px 35px 45px; }
  .location-component h2 {
    color: #5fb4e5 !important;
    font-size: 30px !important;
    margin-bottom: 24px; }

/*.filter-bar .location-component{
  min-height: inherit;
}*/
.global-location .header {
  padding-bottom: 30px; }
  .global-location .header .filter-heading h1 {
    margin-bottom: 0; }
  .global-location .header .filter-heading .select-box {
    max-width: none; }


.careers-video-component {
  color: #fff;
  float: left;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  width: 50%; }
  @media only screen and (max-width: 999px) {
    .careers-video-component {
      width: 100% !important; } }
  .careers-video-component .bg-stretch {
    overflow: hidden;
    z-index: -1; }
  .careers-video-component h1 {
    line-height: 1.1;
    margin: 0 0 15px; }
  .careers-video-component p {
    color: #fff;
    font-size: 18px; }
  .careers-video-component > .content {
    padding: 80px;
    white-space: normal; }
    .careers-video-component > .content .big-description {
      font-size: 28px; }
    .careers-video-component > .content a {
      font-size: 14px; }

.careers-collage-component > div, .careers-collage-component > div:last-child > div {
  float: left;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  width: 50%; }

@media only screen and (max-width: 767px) {
  .careers-collage-component > div {
    padding-bottom: 100%;
    width: 100%; } }

.customer-story-partner-promo .single-box {
  background: #53A8D7 !important; }
  .customer-story-partner-promo .single-box .component-pad {
    height: 100%; }
    @media only screen and (min-width: 1300px) {
      .customer-story-partner-promo .single-box .component-pad {
        padding-bottom: 70px;
        padding-top: 70px; } }
  .customer-story-partner-promo .single-box .rvb-orange {
    background: #FF671B !important; }
  .customer-story-partner-promo .single-box .rvb-marigold {
    background: #FFB022 !important; }
  .customer-story-partner-promo .single-box .rvb-marine-blue {
    background: #6BB5E4 !important; }
  .customer-story-partner-promo .single-box .rvb-stone {
    background: #5B7F95 !important; }
  .customer-story-partner-promo .single-box .rvb-pantone {
    background: #435464 !important; }
  .customer-story-partner-promo .single-box .rvb-titanium {
    background: #A7ACA2 !important; }

@media only screen and (min-width: 768px) {
  .customer-story-partner-promo .customer-component .slick-slide .content-section {
    border-right: #fff 0px solid; } }

.customer-story-partner-promo .customer-component .slick-slide .content-section img {
  display: inline-block;
  padding-right: 25px;
  vertical-align: top; }

.customer-story-partner-promo .customer-component .slick-slide .content-section p {
  display: inline-block;
  max-width: 50%; }
  @media only screen and (min-width: 1300px) {
    .customer-story-partner-promo .customer-component .slick-slide .content-section p {
      max-width: 60%; } }
  @media only screen and (max-width: 767px) {
    .customer-story-partner-promo .customer-component .slick-slide .content-section p {
      max-width: 100%; } }

.customer-story-partner-promo .customer-component .slider-image .nograybg:after {
  background: none !important; }

.info-component .content .img-section img {
  height: auto;
  max-width: 100%;
  vertical-align: top; }

/* I commented this code because the reference in style.scss to this file had been removed by Marcos in revision 537

.info-component{
  position: relative;
  z-index: 3;
  background: #fff;
  h2 {
    color: var(--black);
    font-weight: normal;
    margin: 0 0 30px;
    max-width: 60%;
    @include breakpoint($mobile){
      max-width: 100%;
    }
  }
  .content {
    padding: 0 0 40px;
    .img-section {
      width: 40%;
      float: right;
      margin: -50px 0 0 30px;
      text-align: center;
      img {
        vertical-align: top;
        max-width: 100%;
        height: auto;
      }
      @include breakpoint($tablet){
        margin: -50px 0 0 15px;
        width: 35%;
      }
      @include breakpoint($mobile){
        float: none;
        margin: 0 0 30px;
        width: 100%;
      }
    }
    .text-section {
      overflow: hidden;
    }
    p {
      margin: 0 0 20px;
      font-size: 20px;
      line-height: 30px;
      color: var(--black);
    }
    &:after {
      display: block;
      clear: both;
      content:'';
    }
  }
}
.infographic-component {
  background: #eee;
  padding: 80px 62px 80px 51px;
  overflow: hidden;
  @include breakpoint($tablet){
    padding: 60px 25px 40px;
  }
  @include breakpoint($mobile){
    padding: 25px 15px;
  }
  .img-section {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
    img {
      max-width: 100%;
      height: auto;
      vertical-align: top;
    }
    @include breakpoint($tablet){
      width: 40%;
    }
    @include breakpoint($mobile){
      float: none;
      width: 100%;
      padding: 0 0 40px;
      text-align: center;
    }
  }
  ul {
    padding: 2px 0 0;
    margin: 0;
    list-style:none;
    overflow: hidden;
    li {
      padding: 0 0 48px 37px;
      position: relative;
      @include breakpoint($tablet){
        padding: 0 0 20px 37px;
      }
      &.checkbox:after {
        content:'';
        position: absolute;
        left: 0;
        top: 3px;
        width: 25px;
        height: 24px;
        background: url(../images/sprite.png) no-repeat 0 -45px;
        background-size: 138px auto;
      }
      h2 {
        display: block;
        font-weight: bold;
        color: #5b7e96;
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 28px;
      }
      p {
        margin: 0;
        color: var(--black);
        font-size: 16px;
        line-height: 24px;
      }
    }
  }
}
*/
.event-title {
  font-size: 23px;
  margin-bottom: 5px; }

.event-subtitle {
  font-size: 32px;
  color: var(--black); }

.event-title {
  font-size: 32px;
  font-weight: 600;
  color: #A8ACA1;
  text-shadow: 0 0 0 #919191;
  margin-top: 10px; }

.event-dates {
  margin-top: 10px;
  font-weight: 600;
  color: var(--black); }

.event-dates span {
  color: #bcbcbc; }

.event-abstract a {
  color: var(--pink); }

.event-abstract p {
  font-size: 18px;
  color: var(--black); }

.event-abstract {
  font-size: 18px;
  color: var(--black); }

.event-details-page .event-external-form {
  padding-top: 40px;
  margin: 0 290px 40px 243px; }
  @media only screen and (max-width: 999px) {
    .event-details-page .event-external-form {
      margin: 0 40px 40px 40px; } }

.event-details-page .back-to-link {
  color: var(--pink);
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0 28px;
  position: relative; }
  .event-details-page .back-to-link:after {
    /* new circled icons use images, css method was inconsistent and problematic across browsers */
    /*border: 2px solid $rvb-orange-dark;*/
    content: url(../icon_red_round_arrow_22.html);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    border-radius: 50%;
    height: 18px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 18px; }

.event-details-page .event-survey {
  padding-top: 40px;
  margin: 0 290px 40px 243px; }
  @media only screen and (max-width: 999px) {
    .event-details-page .event-survey {
      margin: 0 40px 40px 40px; } }

.fa.fa-splash:before {
  content: url(../icon-splash.html);
  position: relative;
  bottom: -3px;
  left: -1px; }

.events-webinar_filter .filter-box:nth-child(2) > .filter-box-title {
  display: none; }

.back-to-blog, .document-filter .back-to-div .back-to-link {
  color: var(--pink);
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0 28px;
  position: relative; }
  .back-to-blog:before, .document-filter .back-to-div .back-to-link:before {
    color: var(--pink);
    /* new circled icons use images */
    /*content: "\f060";*/
    font: normal normal normal 9px/17px FontAwesome;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%; }
  .back-to-blog:after, .document-filter .back-to-div .back-to-link:after {
    /* new circled icons use images, css method was inconsistent and problematic across browsers */
    /*border: 2px solid $rvb-orange-dark;*/
        content: url(../svg/pink_chevron-2.svg);
        transform: rotate(90deg);
    /* -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    border-radius: 50%; */
    height: 18px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 18px; }
  @media only screen and (max-width: 767px) {
    .back-to-blog, .document-filter .back-to-div .back-to-link {
      font-size: 24px;
      margin-bottom: 30px;
      padding-left: 35px; }
      .back-to-blog:before, .document-filter .back-to-div .back-to-link:before {
        font-size: 15px;
        left: 8px;
        margin-top: -8px; }
      .back-to-blog:after, .document-filter .back-to-div .back-to-link:after {
        width: 30px;
        height: 30px;
        border-width: 3px;
        margin-top: -15px; } }

.sticky-nav {
  background: #fff;
  height: 81px;
  position: relative; }

.sticky-nav.fixed .sticky-nav-holder {
  position: fixed;
  margin-top: 62px;
  border-bottom: 1px solid #e1e1e1; }

.sticky-nav-holder {
  top: 0;
  left: 0;
  right: 0;
  min-width: 320px;
  z-index: 51;
  position: absolute;
  background: #eee;
  transform: translate3d(0, 0, 0); }

.sticky-nav .common-wrapper {
  padding-top: 20px;
  padding-bottom: 19px;
  background: #eee;
  z-index: 41; }

.sticky-nav .rounded-more-btn {
  float: left;
  margin: 0 10px 0 0;
  width: auto; }

.sticky-nav .rounded-more-btn a {
  color: var(--black);
  /*min-width: 151px;*/
  border: solid 1px #ccc; }

.sticky-nav .add-nav-holder {
  float: right;
  padding: 12px 0 0;
  position: relative; }

.sticky-nav .add-nav-holder .opener {
  font-size: 0;
  line-height: 0;
  padding: 0;
  overflow: hidden; }

.sticky-nav .add-nav-holder .opener span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%; }

.sticky-nav .add-nav {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px; }

.sticky-nav .add-nav li {
  float: left;
  margin: 0 0 0 29px; }

.sticky-nav .add-nav li:first-child {
  margin: 0; }

.sticky-nav .add-nav a {
  color: var(--black);
  font-weight: 600;
  display: block; }

.sticky-nav .add-nav a:hover,
.sticky-nav .add-nav .active a {
  text-decoration: none;
  color: #ff6628; }

.sticky-nav .add-nav .active a {
  font-weight: bold; }

@media only screen and (max-width: 1090px) {
  .sticky-nav .add-nav-holder .opener {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 0 45px 0 20px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    color: #ff6628;
    min-width: 154px; }
  .sticky-nav .add-nav-holder .opener:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 0;
    background: url(../png/sprite.png) no-repeat -219px -90px;
    background-size: 300px auto;
    width: 13px;
    height: 19px;
    transition: transform 0.3s ease; }
  .sticky-nav .add-nav-holder.open .opener:after {
    transform: rotate(180deg); }
  .sticky-nav .add-nav {
    float: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 3;
    padding: 5px 0;
    background: #eee;
    max-height: 250px;
    overflow-y: auto;
    margin-top: 28px;
    display: none;
    border-top: 1px solid #e1e1e1; }
  .sticky-nav .add-nav-holder.open .add-nav {
    display: block; }
  .sticky-nav .add-nav li {
    float: none;
    margin: 0; }
  .sticky-nav .add-nav a {
    padding: 8px 20px 7px; } }

@media only screen and (max-width: 999px) {
  /*.sticky-nav .rounded-more-btn a {
    padding: 8px 45px 5px 16px;
  }*/
  .sticky-nav .add-nav-holder {
    padding: 0; }
  .sticky-nav .add-nav-holder .opener {
    padding: 7px 45px 4px 20px; }
  .sticky-nav .add-nav-holder .opener:after {
    top: 6px; }
  .sticky-nav .add-nav {
    margin-top: 7px; }
  .sticky-nav {
    height: 45px; } }

@media only screen and (max-width: 767px) {
  .sticky-nav .common-wrapper {
    padding: 0;
    border-bottom: 1px solid #e1e1e1; }
  .sticky-nav {
    height: 71px; }
  .sticky-nav .rounded-more-btn {
    margin: 0;
    border-right: 1px solid #e1e1e1; }
  .sticky-nav .rounded-more-btn a {
    text-align: center;
    font-size: 12px;
    width: 85px;
    min-width: 85px;
    padding: 44px 3px 13px;
    /*height: 53px;*/
    border-radius: 0;
    border: none; }
  .sticky-nav .rounded-more-btn a:after {
    top: 16px !important;
    left: 50% !important;
    margin: 0 0 0 -11px; }
  .sticky-nav .add-nav-holder {
    margin: 0;
    width: 50%; }
  .sticky-nav.fixed .add-nav-holder {
    margin: 0 74px 0 0;
    border-right: 1px solid #e1e1e1; }
  .sticky-nav .add-nav-holder .opener {
    line-height: 43px;
    font-size: 14px;
    padding: 13px 45px 13px 30px;
    width: 100%; }
  .sticky-nav .add-nav-holder .opener:after {
    top: 25px; }
  .sticky-nav .add-nav {
    margin-top: 0;
    font-size: 14px;
    min-width: 150px; }
  .sticky-nav .sticky-nav-holder {
    z-index: 42; } }

@media only screen and (max-width: 460px) {
  .sticky-nav .rounded-more-btn a {
    width: 75px;
    min-width: 75px; }
  .sticky-nav .add-nav-holder .opener {
    min-width: 164px;
    padding: 13px 20px 13px 19px; }
  .sticky-nav.fixed .add-nav-holder .opener {
    min-width: 102px;
    width: 102px; }
  .sticky-nav.fixed .add-nav-holder .opener:after {
    right: 2px; }
  .sticky-nav .add-nav a {
    padding: 8px 10px 7px; }
  .sticky-nav .add-nav-holder .opener:after {
    right: 10px; }
  .sticky-nav.fixed .add-nav-holder {
    margin: 0 65px 0 0; } }

/*Sticky Nav end*/
@media only screen and (max-width: 767px) {
  .sticky-nav .common-wrapper .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
  .sticky-nav .add-nav-holder {
    flex-grow: 1; }
  .sticky-nav .mobile-header .menu-opener {
    top: 18px; } }

#sticky-nav-header {
  background: #000;
  overflow: hidden;
  padding: 19px 0 8px;
  text-align: center;
  position: fixed;
  z-index: 30000;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: transform 0.5s ease; }
  #sticky-nav-header.fixed {
    transform: translateY(0%); }
  #sticky-nav-header .container {
    position: relative;
    padding: 0 120px; }
  #sticky-nav-header .logo {
    position: absolute;
    z-index: 2;
    left: 40px;
    top: 0;
    max-width: 139px; }
  #sticky-nav-header .logo-center {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0; }
    #sticky-nav-header .logo-center img {
      width: 100%;
      height: auto; }
  #sticky-nav-header a.btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 32px;
    position: relative;
    text-align: left;
    padding: 13px 16px 12px 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    transition: background 0.3s ease;
    top: 3px; }
  #sticky-nav-header .btn:before {
    content: '';
    position: absolute;
    left: -32px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 32px solid transparent;
    transition: border-color 0.3s ease; }
  #sticky-nav-header .btn:hover {
    background: #e85107; }
    #sticky-nav-header .btn:hover:before {
      border-top-color: #e85107; }
  #sticky-nav-header .sticky-nav-holder {
    min-width: 320px; }
  #sticky-nav-header a.sticky-rvb-default:before {
    border-top: 44px solid var(--pink) !important; }
  #sticky-nav-header a.sticky-rvb-orange:before {
    border-top: 44px solid #FF671B !important; }
  #sticky-nav-header a.sticky-rvb-marigold:before {
    border-top: 44px solid #FFB022 !important; }
  #sticky-nav-header a.sticky-rvb-marine-blue:before {
    border-top: 44px solid #6BB5E4 !important; }
  #sticky-nav-header a.sticky-rvb-stone:before {
    border-top: 44px solid #5B7F95 !important; }
  #sticky-nav-header a.sticky-rvb-pantone:before {
    border-top: 44px solid #435464 !important; }
  #sticky-nav-header a.sticky-rvb-titanium:before {
    border-top: 44px solid #A7ACA2 !important; }
  #sticky-nav-header a.sticky-rvb-black:before {
    border-top: 44px solid #000 !important; }
  #sticky-nav-header a.sticky-rvb-default {
    background: var(--pink) !important; }
  #sticky-nav-header a.sticky-rvb-orange {
    background: #FF671B !important; }
  #sticky-nav-header a.sticky-rvb-marigold {
    background: #FFB022 !important; }
  #sticky-nav-header a.sticky-rvb-marine-blue {
    background: #6BB5E4 !important; }
  #sticky-nav-header a.sticky-rvb-stone {
    background: #5B7F95 !important; }
  #sticky-nav-header a.sticky-rvb-pantone {
    background: #435464 !important; }
  #sticky-nav-header a.sticky-rvb-titanium {
    background: #A7ACA2 !important; }
  #sticky-nav-header a.sticky-rvb-black {
    background: #000 !important; }
  #sticky-nav-header a.sticky-text-rvb-default {
    color: #fff !important; }
  #sticky-nav-header a.sticky-text-rvb-orange {
    color: #FF671B !important; }
  #sticky-nav-header a.sticky-text-rvb-marigold {
    color: #FFB022 !important; }
  #sticky-nav-header a.sticky-text-rvb-marine-blue {
    color: #6BB5E4 !important; }
  #sticky-nav-header a.sticky-text-rvb-stone {
    color: #5B7F95 !important; }
  #sticky-nav-header a.sticky-text-rvb-pantone {
    color: #435464 !important; }
  #sticky-nav-header a.sticky-text-rvb-titanium {
    color: #A7ACA2 !important; }
  #sticky-nav-header a.sticky-text-rvb-black {
    color: #000 !important; }

@media (max-width: 1023px) {
  #sticky-nav-header {
    padding: 15px 0; }
    #sticky-nav-header .logo {
      width: 110px; }
    #sticky-nav-header .logo-center {
      width: 170px; }
    #sticky-nav-header .btn {
      top: 0; } }

@media (max-width: 767px) {
  #sticky-nav-header {
    display: none; } }

@media (max-width: 1023px) {
  #sticky-nav-header .btn {
    font-size: 16px;
    padding: 10px 10px 10px 4px;
    margin-left: 25px; }
    #sticky-nav-header .btn:before {
      left: -25px;
      border-top-width: 36px;
      border-left-width: 25px; } }

.sticky-nav header .sticky-rvb-default {
  background: var(--pink) !important; }

.sticky-nav header .sticky-rvb-orange {
  background: #FF671B !important; }

.sticky-nav header .sticky-rvb-marigold {
  background: #FFB022 !important; }

.sticky-nav header .sticky-rvb-marine-blue {
  background: #6BB5E4 !important; }

.sticky-nav header .sticky-rvb-stone {
  background: #5B7F95 !important; }

.sticky-nav header .sticky-rvb-pantone {
  background: #435464 !important; }

.sticky-nav header .sticky-rvb-titanium {
  background: #A7ACA2 !important; }

.sticky-nav header .sticky-rvb-black {
  background: #000 !important; }

.eventnewdesign .cities {
  text-align: left; }

#live {
  padding: 0;
  background: #fff; }
  #live > h2 {
    padding-top: 0px;
    padding-bottom: 30px;
    background: white;
    margin: 0; }
  #live p.subtitle {
    font-family: "source-sans-pro", sans-serif;
    color: #333;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 21px; }
  #live .one-thrd-compnt {
    float: left;
    width: 33.33%; }
    #live .one-thrd-compnt .event-list {
      margin: 0;
      padding: 0;
      border-left: 1px solid #d7d7d7;
      border-bottom: 1px solid #d7d7d7; }
      #live .one-thrd-compnt .event-list:nth-child(2) {
        margin: 0;
        padding: 0;
        border-right: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7; }
      #live .one-thrd-compnt .event-list li {
        background: white;
        list-style: none;
        padding: 20px 100px 20px 30px;
        position: relative;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        color: var(--black);
        cursor: pointer;
        margin: 0px !important; }
        #live .one-thrd-compnt .event-list li .title {
          font-size: 18px;
          line-height: 24px; }
          #live .one-thrd-compnt .event-list li .title .date {
            color: #5b7e96; }
            #live .one-thrd-compnt .event-list li .title .date sup {
              position: relative;
              top: 5px; }
          #live .one-thrd-compnt .event-list li .title .location {
            font-size: 14px;
            line-height: 24px;
            display: block; }
        #live .one-thrd-compnt .event-list li .content {
          max-height: 0;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          font-size: 14px;
          line-height: 18px;
          opacity: 0; }
          #live .one-thrd-compnt .event-list li .content img {
            max-width: 100%;
            display: block;
            width: auto;
            margin-bottom: 15px; }
          #live .one-thrd-compnt .event-list li .content a {
            color: #5fb4e5;
            font-weight: bold;
            line-height: 30px;
            text-decoration: none !important; }
        #live .one-thrd-compnt .event-list li:before {
          content: ' ';
          display: block;
          position: absolute;
          right: 38px;
          top: 0;
          bottom: 0;
          width: 2px;
          background: #cac9c9; }
        #live .one-thrd-compnt .event-list li:after {
          content: ' ';
          display: block;
          position: absolute;
          top: 32px;
          right: 30px;
          bottom: 0;
          width: 14px;
          height: 14px;
          background: white;
          border: 2px solid #cac9c9;
          border-radius: 50%; }
        #live .one-thrd-compnt .event-list li:hover {
          background: #ededed; }
          #live .one-thrd-compnt .event-list li:hover .content {
            max-height: 500px;
            padding-top: 20px;
            opacity: 1; }
          #live .one-thrd-compnt .event-list li:hover:after {
            background: var(--pink);
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out; }
    #live .one-thrd-compnt .header-blue {
      background: var(--black);
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      padding: 10px;
      border-right: 1px solid #d7d7d7; }

@media screen and (max-width: 1300px) {
  #live > h2 {
    font-size: 44px; } }

@media screen and (max-width: 1320px) {
  #live .event-list {
    border-right: 0 none !important; }
    #live .event-list .title {
      font-size: 16px !important;
      line-height: 20px !important; }
  #live .header-blue {
    border-right: 0 none !important; } }

@media screen and (max-width: 1220px) {
  #live .event-list .title {
    font-size: 14px !important;
    line-height: 16px !important; } }

@media screen and (max-width: 1110px) {
  .one-thrd-compnt, .column-layout-2 {
    float: none !important;
    width: 100% !important; }
  #live .event-list .title {
    font-size: 16px !important;
    line-height: 20px !important; }
  #live .one-thrd-compnt .event-list {
    margin: 0;
    padding: 0;
    border-right: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #d7d7d7; } }

@media screen and (max-width: 760px) {
  #live > h2 {
    font-size: 36px; } }

@media screen and (max-width: 460px) {
  #live > h2 {
    font-size: 34px; } }

.subheadingli {
  font-size: 16px;
  text-transform: initial;
  text-align: left !important;
  float: inherit;
  color: #ccc; }

#live .column-layout-2 {
  float: left;
  width: 50%; }

a.multicityeventid {
  color: #5fb4e5;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none !important; }

caption.h2class {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 100;
  margin: 0 0 30px;
  font-family: "source-sans-pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #6d6f73;
  text-align: center; }

.forms-two-columns .richtext .text-wrap a.multicityeventid:hover {
  text-decoration: none !important; }

.eventnewdesign .forms-two-columns .enhanced-tab .right-column {
  width: 33%;
  padding-top: 30px;
  display: inline !important; }

.eventnewdesign .forms-two-columns .enhanced-tab .left-column {
  width: 66%; }

.eventnewdesign .forms-two-columns .enhanced-tab .one-column .left-column {
  width: 82%; }

.btm-blue-sctn .row {
  overflow: hidden;
  margin: 0 -10px;
  color: #fff; }
  .btm-blue-sctn .row .col {
    float: left;
    width: 16.667%;
    padding: 0 10px 25px;
    min-width: 0; }

.btm-blue-sctn h5 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #8294a0;
  margin: 0 0 15px; }

.btm-blue-sctn .col ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .btm-blue-sctn .col ul li {
    margin: 0 0 15px; }

.btm-blue-sctn a {
  color: #fff; }

.btm-blue-sctn .common-wrapper p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 20px; }

.btm-blue-sctn .subscribe-form {
  border: none;
  float: left;
  width: 360px; }
  .btm-blue-sctn .subscribe-form .input-holder {
    background: #232d36;
    padding: 0 40px 0 0;
    position: relative; }
  .btm-blue-sctn .subscribe-form .btn-send {
    float: none;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    margin: 0; }
    .btm-blue-sctn .subscribe-form .btn-send:after {
      width: 21px;
      height: 21px;
      border-color: #f76721;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .btm-blue-sctn .subscribe-form .btn-send:before {
      top: 50%;
      right: auto;
      left: 51%;
      transform: translate(-50%, -50%);
      color: #f76721; }
  .btm-blue-sctn .subscribe-form .email {
    height: 40px;
    padding: 10px 15px;
    color: #fff; }

.btm-blue-sctn .social-networks {
  margin: 0;
  width: 50%;
  text-align: left;
  padding: 65px 0 0 10px; }
  .btm-blue-sctn .social-networks li {
    text-align: center; }

@media only screen and (max-width: 1299px) {
  .btm-blue-sctn .row .col {
    width: 20%; }
  .btm-blue-sctn .social-networks {
    width: auto;
    text-align: right; }
    .btm-blue-sctn .social-networks li {
      margin: 0 5px 0 0; }
  .btm-blue-sctn .subscribe-form {
    width: 340px; } }

@media only screen and (max-width: 999px) {
  .btm-blue-sctn h5, .btm-blue-sctn .common-wrapper p, .btm-blue-sctn .col {
    font-size: 16px;
    line-height: 18px; }
  .btm-blue-sctn .subscribe-form {
    width: 310px; }
  .btm-blue-sctn .social-networks {
    padding: 59px 0 0 10px; } }

@media only screen and (max-width: 767px) {
  .btm-blue-sctn .row .col {
    width: 50%;
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 17px; }
  .btm-blue-sctn h5 {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 10px; }
  .btm-blue-sctn .col ul li {
    margin: 0 0 10px; }
  .btm-blue-sctn .col:nth-child(odd) {
    clear: left; }
  .btm-blue-sctn .subscribe-form {
    float: none;
    width: 100%;
    padding: 0 10px 20px;
    text-align: center; }
  .btm-blue-sctn .social-networks {
    padding: 0 10px;
    white-space: normal;
    text-align: center; }
    .btm-blue-sctn .social-networks li {
      margin: 0 3px 6px; }
      .btm-blue-sctn .social-networks li:last-child {
        margin: 0 3px 6px; }
    .btm-blue-sctn .social-networks a {
      width: 30px;
      height: 30px;
      line-height: 29px;
      font-size: 13px; } }

.bluetheme {
  display: block !important;
  background: #f3fbff; }
  .bluetheme .gated-form-right {
    background: none; }
  .bluetheme .gated-form-bottom form .section {
    width: 58% !important;
    float: inherit;
    padding: 0 40px;
    margin: 0 auto;
    max-width: 550px; }
  .bluetheme .bluetext {
    color: #333;
    font-weight: inherit; }
  .bluetheme .gated-form-right form .form_rightcol input {
    width: 100%;
    padding: 15px !important;
    float: left;
    font-size: 16px !important;
    color: #646569;
    margin: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #dce1e3;
    font-family: "source-sans-pro", sans-serif !important;
    margin-top: 0px !important;
    background: #fff !important;
    height: 52px !important;
    font-weight: initial; }
  .bluetheme .gated-form-right form .form_rightcol .jcf-select {
    width: 100%;
    padding: 15px !important;
    float: left;
    font-size: 16px !important;
    color: #646569 !important;
    margin: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #dce1e3;
    font-family: "source-sans-pro", sans-serif !important;
    margin-top: 0px !important;
    background: #fff !important;
    height: 52px !important;
    height: 52px !important;
    font-weight: initial; }
    .bluetheme .gated-form-right form .form_rightcol .jcf-select .jcf-select-text {
      font-family: "source-sans-pro", sans-serif !important;
      font-size: 16px !important;
      color: #646569 !important;
      height: 52px !important;
      font-weight: initial; }
  .bluetheme gated-form-right form .form_rightcol input {
    padding: 15px !important;
    height: 52px !important;
    margin-top: 0px; }
  .bluetheme .gated-form-right form .form_rightcol input::-webkit-input-placeholder, .bluetheme .gated-form-bottom form .form_rightcol input::-webkit-input-placeholder {
    color: #646569; }
  .bluetheme .gated-form-right form .form_rightcol input:-moz-placeholder, .bluetheme .gated-form-bottom form .form_rightcol input:-moz-placeholder {
    color: #646569; }
  .bluetheme .gated-form-right form .form_rightcol input::-moz-placeholder, .bluetheme .gated-form-bottom form .form_rightcol input::-moz-placeholder {
    color: #646569;
    opacity: 1; }
  .bluetheme .gated-form-right form .form_rightcol input:-ms-input-placeholder, .bluetheme .gated-form-bottom form .form_rightcol input:-ms-input-placeholder {
    color: #646569; }
  .bluetheme .gated-form-right form .form_rightcol .form_button_submit {
    float: right;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 32px !important;
    position: relative !important;
    text-align: left !important;
    padding: 10px 16px 12px 6px !important;
    background: var(--pink) !important;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    line-height: 1;
    font-weight: bold !important;
    transition: background 0.3s ease !important;
    border-radius: 0px !important;
    border: 0px !important;
    height: 45px !important;
    width: 160px !important;
    right: -27px; }
  .bluetheme .gated-form-right form .form_rightcol .required-label:before {
    float: right;
    content: '';
    position: relative;
    left: -165px;
    top: 14px !important;
    width: 0;
    height: 0;
    border-top: 44px solid var(--pink);
    border-left: 32px solid transparent;
    transition: border-color 0.3s ease;
    display: flex;
    display: inline !important;
    border-radius: 0;
    border-bottom: 0px;
    border-right: 0px; }
  .bluetheme .gated-form-right form .form_rightcol .form_button_submit:hover {
    background-color: var(--pink) !important;
    border: 0px !important;
    color: #fff; }
  .bluetheme #thankyoucontent h2 {
    color: #676767;
    text-align: center;
    font-size: 40px;
    line-height: 41px;
    font-weight: 100;
    margin: 0 0 30px;
    font-family: "source-sans-pro", sans-serif;
    padding-top: 0px; }
  .bluetheme #linkedin-autofill-parbase {
    padding-top: 20px !important;
    padding-bottom: 25px !important; }
  .bluetheme .end {
    padding-bottom: 30px !important; }
  .bluetheme .gated-form-right form .form_rightcol .required-label .required, .bluetheme .gated-form-right form .form_rightcol .required-label .form_leftcolmark {
    display: none; }
  .bluetheme .end p {
    font-size: 16px;
    text-align: left !important; }
  .bluetheme form .form_row_description {
    top: -47px;
    position: relative;
    width: 57%;
    text-align: left; }
    .bluetheme form .form_row_description a {
      color: var(--pink) !important; }
  .bluetheme #thankyoucontent p {
    margin: 20px;
    -webkit-font-smoothing: antialiased;
    font-family: "source-sans-pro", sans-serif;
    color: #6d6f73;
    font-size: 21px;
    text-align: center !important; }
  .bluetheme .gated-form-right form .form_rightcol .rvb-orange {
    background-color: #FF671B !important; }
    .bluetheme .gated-form-right form .form_rightcol .rvb-orange:hover {
      background-color: #FF671B !important; }
  .bluetheme .gated-form-right form .form_rightcol .rvb-marigold {
    background-color: #FFB022 !important; }
    .bluetheme .gated-form-right form .form_rightcol .rvb-marigold:hover {
      background-color: #FFB022 !important; }
  .bluetheme .gated-form-right form .form_rightcol .rvb-marine-blue {
    background-color: #6BB5E4 !important; }
    .bluetheme .gated-form-right form .form_rightcol .rvb-marine-blue:hover {
      background-color: #6BB5E4 !important; }
  .bluetheme .gated-form-right form .form_rightcol .rvb-stone {
    background-color: #5B7F95 !important; }
    .bluetheme .gated-form-right form .form_rightcol .rvb-stone:hover {
      background-color: #5B7F95 !important; }
  .bluetheme .gated-form-right form .form_rightcol .rvb-pantone {
    background-color: #435464 !important; }
    .bluetheme .gated-form-right form .form_rightcol .rvb-pantone:hover {
      background-color: #435464 !important; }
  .bluetheme .gated-form-right form .form_rightcol .rvb-titanium {
    background-color: #A7ACA2 !important; }
    .bluetheme .gated-form-right form .form_rightcol .rvb-titanium:hover {
      background-color: #A7ACA2 !important; }
  .bluetheme .gated-form-right form .form_rightcol input.text-rvb-orange {
    color: #FF671B !important; }
  .bluetheme .gated-form-right form .form_rightcol input.text-rvb-marigold {
    color: #FFB022 !important; }
  .bluetheme .gated-form-right form .form_rightcol input.text-rvb-marine-blue {
    color: #6BB5E4 !important; }
  .bluetheme .gated-form-right form .form_rightcol input.text-rvb-stone {
    color: #5B7F95 !important; }
  .bluetheme .gated-form-right form .form_rightcol input.text-rvb-pantone {
    color: #435464 !important; }
  .bluetheme .gated-form-right form .form_rightcol input.text-rvb-titanium {
    color: #A7ACA2 !important; }
  .bluetheme .gated-form-right form .form_rightcol .label-rvb-orange:before {
    border-top: 44px solid #FF671B !important; }
  .bluetheme .gated-form-right form .form_rightcol .label-rvb-marigold:before {
    border-top: 44px solid #FFB022 !important; }
  .bluetheme .gated-form-right form .form_rightcol .label-rvb-marine-blue:before {
    border-top: 44px solid #6BB5E4 !important; }
  .bluetheme .gated-form-right form .form_rightcol .label-rvb-stone:before {
    border-top: 44px solid #5B7F95 !important; }
  .bluetheme .gated-form-right form .form_rightcol .label-rvb-pantone:before {
    border-top: 44px solid #435464 !important; }
  .bluetheme .gated-form-right form .form_rightcol .label-rvb-titanium:before {
    border-top: 44px solid #A7ACA2 !important; }

@media only screen and (min-width: 500px) {
  .bluetheme .gated-form-right form .section {
    border-left: none;
    margin-left: auto;
    padding-left: 42px;
    padding-right: 42px;
    width: 65% !important;
    float: inherit;
    padding: 0 40px;
    margin: 0 auto;
    max-width: 600px; } }

@media only screen and (max-width: 500px) {
  .bluetheme .gated-form-right form .form_rightcol .required-label:before {
    left: -164px; } }

@media only screen and (max-width: 500px) {
  .bluetheme form .form_row_description {
    top: 9px;
    position: relative;
    width: 100%; } }

@media only screen and (min-width: 500px) {
  .wideformwidth {
    margin-left: -15%;
    margin-right: -15%; }
  .left-columnbluepadding {
    padding-left: 15% !important;
    padding-right: 15% !important; } }

.event-timeline .event-timeline-container {
  padding-top: 30px;
  padding-bottom: 30px; }

.event-timeline .event-timeline-table-section {
  margin: 0 0 86px; }
  .event-timeline .event-timeline-table-section h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 30px;
    color: #333; }
  .event-timeline .event-timeline-table-section .event-timeline-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 24px;
    border-spacing: 0; }
    .event-timeline .event-timeline-table-section .event-timeline-table td {
      font-family: "source-sans-pro", sans-serif;
      color: #333333;
      font-size: 19px;
      font-weight: 600;
      margin: 0 auto;
      display: table-cell;
      vertical-align: top;
      padding: 19px 0 19px 35px;
      border: 0px !important;
      /* width: 33%; */
      width: inherit;
      position: relative;
      font-weight: 400; }
    .event-timeline .event-timeline-table-section .event-timeline-table td:first-child {
      font-size: 30px;
      padding: 19px 5px 19px 0;
      width: 230px; }
    .event-timeline .event-timeline-table-section .event-timeline-table td:after {
      content: '';
      position: absolute;
      left: -4px;
      top: 35px;
      margin: -4px 0 0;
      border-radius: 50%;
      background: #75d2f6;
      height: 8px;
      width: 8px; }
    .event-timeline .event-timeline-table-section .event-timeline-table p {
      text-align: left !important;
      font-size: 24px;
      font-family: "source-sans-pro", sans-serif;
      color: #333333;
      font-weight: 600;
      margin: 0 auto;
      display: table-cell;
      vertical-align: top;
      padding: 0px;
      border: 0px !important;
      width: inherit;
      position: relative;
      font-weight: 400;
      font-size: 24px;
      display: block; }
    .event-timeline .event-timeline-table-section .event-timeline-table h5 {
      font-weight: normal;
      font-size: 18px;
      margin: 0px; }
    .event-timeline .event-timeline-table-section .event-timeline-table h4 {
      margin-bottom: 0px; }
  .event-timeline .event-timeline-table-section tr:nth-child(even) td:first-child:after {
    margin: 0 -9999px;
    padding: 0 9999px;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #f3fbff;
    z-index: -1;
    display: block;
    height: auto; }

@media (max-width: 1024px) {
  .event-timeline .event-timeline-table-section {
    margin: 0 0 33px; } }

@media (max-width: 767px) {
  .event-timeline .event-timeline-table-section {
    margin: 0 0 20px; } }

@media (max-width: 767px) {
  .event-timeline .event-timeline-table-section h2 {
    margin: 0 0 15px; } }

@media (max-width: 767px) {
  .event-timeline .event-timeline-table {
    font-size: 17px; } }

@media (max-width: 767px) {
  .event-timeline .event-timeline-table td {
    padding: 6px 0 6px 15px !important;
    line-height: 19px; }
  .event-timeline .event-timeline-table p {
    text-align: left !important;
    font-size: 17px !important;
    padding-top: 5px;
    padding-bottom: 5px; }
  .event-timeline .event-timeline-table td:first-child {
    font-size: 30px;
    padding: 19px 5px 19px 0;
    width: 210px; }
  .event-timeline .event-timeline-container {
    margin-left: 10px;
    margin-right: 10px; } }

.event-timeline .event-timeline-table td:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #e1f6ff;
  top: 0;
  left: 0;
  bottom: 0; }

.event-timeline .event-timeline-table td:first-child:after,
.event-timeline .event-timeline-table td:first-child:before {
  display: none; }

.event-timeline .event-timeline-table td:after {
  content: '';
  position: absolute;
  left: -4px;
  top: 50%;
  margin: -4px 0 0;
  border-radius: 50%;
  background: #75d2f6;
  height: 8px;
  width: 8px; }

.event-timeline .event-timeline-table tr:nth-child(even) td:first-child:after {
  margin: 0 -9999px;
  padding: 0 9999px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #f3fbff;
  z-index: -1;
  display: block;
  height: auto; }

.event-timeline .event-timeline-table tr:first-child td:last-child:before {
  display: block;
  top: 35px; }

.event-timeline .event-timeline-table tr:last-child td:before {
  bottom: 12%; }

.event-timeline .event-timeline-table td:first-child {
  font-size: 30px;
  padding: 19px 5px 19px 0;
  width: 156px; }

@media (max-width: 767px) {
  .event-timeline .event-timeline-table td:first-child {
    font-size: 20px !important;
    width: auto;
    padding: 6px 10px 6px 0;
    line-height: 1;
    width: 165px !important;
    white-space: inherit; } }

.event-timeline .event-timeline-note {
  display: block;
  text-align: right;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  margin: -8px 0 0;
  color: #949292; }

.event-timeline .event-timeline-table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit; }

.event-timeline .event-timeline-note {
  margin-top: 12px; }

.event-map .map-section:after {
  content: '';
  display: block;
  clear: both; }

.event-map .map-section {
  position: relative; }

.event-map .slide-section {
  position: absolute;
  left: 0;
  top: 0;
  height: 641px;
  width: 941px; }

@media (max-width: 1229px) {
  .event-map .slide-section {
    width: 511px;
    height: 100%; } }

@media (max-width: 767px) {
  .event-map .slide-section {
    width: 100%; } }

.event-map .slide-section .caption-holder {
  padding: 0 82px 0 0;
  overflow: hidden;
  position: absolute;
  bottom: 16px;
  right: 132px;
  z-index: 20; }

@media (max-width: 1229px) {
  .event-map .slide-section .caption-holder {
    right: 0; } }

@media (max-width: 767px) {
  .event-map .slide-section .caption-holder {
    left: 15px;
    right: 15px;
    padding: 0; } }

.event-map .slide-section .caption {
  background: rgba(1, 1, 9, 0.7);
  color: #fff;
  width: 474px;
  padding: 9px 33px 14px;
  font-size: 20px;
  line-height: 31px;
  position: relative; }

@media (max-width: 1229px) {
  .event-map .slide-section .caption {
    padding: 8px 15px;
    font-size: 15px;
    line-height: 18px;
    width: 300px; } }

@media (max-width: 767px) {
  .event-map .slide-section .caption {
    width: 100%;
    font-size: 14px; } }

.event-map .slide-section .caption:after {
  content: '';
  position: absolute;
  right: -82px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120.5px 0 60.5px 82px;
  border-color: transparent transparent transparent rgba(1, 1, 9, 0.7); }

@media (max-width: 767px) {
  .event-map .slide-section .caption:after {
    display: none; } }

.event-map .slide-section .caption .title {
  font-size: 24px;
  font-weight: 700;
  display: block; }

@media (max-width: 1229px) {
  .event-map .slide-section .caption .title {
    font-size: 18px;
    font-weight: 600; } }

.event-map .slide-section .caption a {
  color: #fff;
  text-decoration: none;
  font-weight: 600; }

.event-map .slideshow {
  position: relative; }

@media (max-width: 767px) {
  .event-map .slideshow {
    display: none; } }

.event-map .slideshow .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0; }

.event-map .slideshow .slide.active {
  z-index: 2; }

.event-map .slideshow.not-enough-slides,
.event-map .slideshow.not-enough-slides {
  visibility: visible !important; }

.event-map .map {
  float: right;
  width: 90%;
  height: 641px; }

@media (max-width: 1229px) {
  .event-map .map {
    height: 389px; } }

@media (max-width: 767px) {
  .event-map .map {
    width: 100%; } }

.event-map .map iframe {
  width: 100%;
  float: right; }

.event-map h2, .event-map .h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 30px; }

.event-map p {
  margin: 0 0 1em !important;
  text-align: left !important;
  color: #333;
  font-size: 18px;
  font-weight: 400; }

@media (max-width: 768px) {
  .event-map h2, .event-map .h2 {
    font-size: 24px;
    margin: 0 0 20px 20px; }
  .event-map p {
    text-align: left !important;
    margin: 0 0 20px 20px !important;
    font-size: 18px !important; } }

.wideformwidth .event-map {
  margin-left: 3%;
  margin-right: 3%; }

.wideformwidth .event-map .add-information {
  padding-left: 15% !important;
  padding-right: 15% !important; }

span.moredatatext, span.lessdatatext {
  color: var(--pink);
  font-size: 17px; }

.event-timeline .collapse {
  font-size: 17px !important; }
  .event-timeline .collapse p {
    font-size: 17px !important; }

.eventnewdesign .fa {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px; }

@media (max-width: 767px) {
  .event-timeline .event-timeline-table p {
    text-align: left !important;
    font-size: 17px !important;
    padding-top: 5px;
    padding-bottom: 5px; }
  .eventnewdesign .richtext .text-wrap ul {
    padding-left: 15px; }
  .event-timeline .event-timeline-table td:first-child {
    font-size: 20px !important;
    width: auto;
    padding: 6px 10px 6px 0;
    white-space: nowrap;
    width: 165px !important; } }

.future-events .document-filter .heading-component h2 {
  color: var(--black);
  background: none;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 35px; }

.future-events .document-filter .heading-component .document-filter-left .filter-heading .component-pad {
  border: 1px solid #B1B1B1; }

@media only screen and (max-width: 767px) {
  .future-events .document-filter .heading-component h2 {
    font-size: 27px;
    margin: 0 0 20px; } }

.future-events .document-filter .document-filter-left .filter-heading .component-pad {
  border: 1px solid #B1B1B1; }

@media only screen and (max-width: 999px) {
  .future-events .document-filter .heading-component {
    padding: 0; }
  .future-events .document-filter .back-to-div {
    padding: 30px; } }

.future-events .events-grid {
  margin: 0 -5px; }
  .future-events .events-grid .col-lg-4 {
    padding: 0 5px; }
  .future-events .events-grid .slick-slider .slick-prev {
    top: 104.5% !important;
    width: 37px !important;
    left: 47%;
    background: url(../arrow-left.html) no-repeat 0; }
  .future-events .events-grid .slick-slider .slick-next {
    top: 104.5% !important;
    width: 37px !important;
    right: 44%;
    background: url(../arrow-right.html) no-repeat 0; }
  .future-events .events-grid .document-bar {
    background: #fff;
    display: block !important;
    border: 1px solid #b1b1b1;
    margin: 0 0 10px; }
    .future-events .events-grid .document-bar .box {
      height: auto !important; }
    .future-events .events-grid .document-bar .box-image {
      height: auto !important; }
      .future-events .events-grid .document-bar .box-image a {
        display: block;
        height: 181px;
        position: relative;
        z-index: 2;
        text-align: center;
        overflow: hidden; }
      .future-events .events-grid .document-bar .box-image .bg-stretch {
        background: #000; }
        .future-events .events-grid .document-bar .box-image .bg-stretch img {
          opacity: 0.7; }
      .future-events .events-grid .document-bar .box-image a > img {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        max-width: 100%;
        height: auto;
        transform: translate(-50%, -50%); }
    .future-events .events-grid .document-bar .box {
      padding: 32px 35px 35px; }
      .future-events .events-grid .document-bar .box h2 {
        font-weight: 700;
        font-size: 24px;
        margin: 0 0 10px;
        line-height: 1.25;
        color: var(--pink); }
        .future-events .events-grid .document-bar .box h2 a {
          color: var(--pink);
          text-decoration: none;
          cursor: default; }
    .future-events .events-grid .document-bar .location {
      display: block;
      font-weight: normal; }
    .future-events .events-grid .document-bar .ew-grey {
      color: #a8aca1;
      text-transform: uppercase; }
    .future-events .events-grid .document-bar p {
      margin: 0;
      font-size: 20px;
      line-height: 1.3; }
    .future-events .events-grid .document-bar p.document-date {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 1.5; }
    @media only screen and (max-width: 1299px) {
      .future-events .events-grid .document-bar .box {
        padding: 28px 20px 30px; } }
    @media only screen and (max-width: 999px) {
      .future-events .events-grid .document-bar .box {
        padding: 20px; }
        .future-events .events-grid .document-bar .box h2 {
          font-size: 18px;
          line-height: 22px; }
      .future-events .events-grid .document-bar .document-date {
        font-size: 14px; }
      .future-events .events-grid .document-bar p {
        font-size: 18px; } }
  @media only screen and (max-width: 1299px) {
    .future-events .events-grid .items-grid-component {
      font-size: 16px;
      min-height: 300px; } }
  @media only screen and (max-width: 999px) {
    .future-events .events-grid .slick-slider .slick-prev {
      top: 101.5% !important;
      left: 296px; }
    .future-events .events-grid .slick-slider .slick-next {
      top: 101.5% !important;
      right: 289px; }
    .future-events .events-grid .slick-dots {
      padding: 5px 0; } }
  @media only screen and (max-width: 767px) {
    .future-events .events-grid .col-lg-4:last-child .document-bar {
      margin: 0; }
    .future-events .events-grid .slick-slider .slick-prev {
      top: 101.8% !important;
      left: 35%; }
    .future-events .events-grid .slick-slider .slick-next {
      top: 101.8% !important;
      right: 35%; }
    .future-events .events-grid .slick-dots {
      left: 108px;
      right: 0 !important; } }

@media only screen and (max-width: 999px) {
  .future-events div.rounded-arrow-btn {
    font-size: 16px; } }

/*Riverbed Newsletter theme CSS*/
@font-face {
  font-family: 'icomoon';
  src: url("../eot/icomoon76f1.eot");
  src: url("../eot/icomoon76f1.eot#iefix") format("embedded-opentype"), url("../ttf/icomoon76f1.ttf") format("truetype"), url("../woff/icomoon76f1.woff") format("woff"), url("../svg/icomoon76f1.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'icomoon-blog';
  src: url("../icomoon-blogd417.html");
  src: url("../icomoon-blogd417.html#iefix") format("embedded-opentype"), url("../icomoon-blogd417-2.html") format("truetype"), url("../icomoon-blogd417-3.html") format("woff"), url("../icomoon-blogd417-4.html#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

body.newsletters {
  color: var(--black);
  background: #fff;
  font: 16px/1.354 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0; }

@media (max-width: 991px) {
  body.newsletters {
    font-size: 14px; } }

.newsletters {
  /* Slider */
  /*
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 80px;
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 66px;
    transform: translateY(-50%);
    color: #e7e5c6;
    background: none;
    border:none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 3;
    text-align: left;
    &:before {
        content: "\e907";
        font-family: 'icomoon' !important;
        font-size: 50px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }
    @include media ('<widescreen') {
        left: 40px;
    }
    @include media ('<desktop') {
        left: 25px;
    }
    @include media ('<tablet') {
        left: 10px;
        width: 25px;
        height: 50px;
        &:before {
            font-size: 30px;
        }
    }
}
.slick-next {
    left: auto;
    right: 80px;
    text-align: right;
    &:before {
        content: "\e908";
    }
    @include media ('<widescreen') {
        right: 40px;
    }
    @include media ('<desktop') {
        right: 25px;
    }
    @include media ('<tablet') {
        right: 10px;
    }
}*/
  /*
.slick-slide {
   height:250px;
}

.slick-list, .slide {
  height:250px !important;
}
.bg-stretch img {
    margin-left: 0px !important;
    height:250px !important;
}
*/ }
  .newsletters [class^="icon-"], .newsletters [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .newsletters .icon-feed:before {
    content: "\e900"; }
  .newsletters .icon-rss:before {
    content: "\e900"; }
  .newsletters .icon-facebook:before {
    content: "\ea90"; }
  .newsletters .icon-twitter:before {
    content: "\e901"; }
  .newsletters .icon-google:before {
    content: "\e902"; }
  .newsletters .icon-icon-search:before {
    content: "\e903"; }
  .newsletters .icon-icon-plus:before {
    content: "\e904"; }
  .newsletters .icon-icon-minus:before {
    content: "\e905"; }
  .newsletters .icon-icon-close:before {
    content: "\e906"; }
  .newsletters .icon-arrow-right-large:before {
    content: "\e907"; }
  .newsletters .icon-arrow-left-large:before {
    content: "\e908"; }
  .newsletters .icon-arrow-right:before {
    content: "\e909"; }
  .newsletters .icon-arrow-left:before {
    content: "\e90a"; }
  .newsletters .icon-arrow-circle-right:before {
    content: "\e90b"; }
  .newsletters .icon-youtube:before {
    content: "\ea9d"; }
  .newsletters .icon-linkedin:before {
    content: "\eaca"; }
  .newsletters #nav > ul, .newsletters #nav > ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .newsletters .clearfix:after, .newsletters .widget:after, .newsletters .search-form:after, .newsletters .post-password-form p:after, .newsletters .navigation-single:after, .newsletters dl:after, .newsletters .container:after {
    content: '';
    display: block;
    clear: both; }
  .newsletters .ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden; }
  .newsletters img {
    max-width: 100%;
    height: auto; }
  .newsletters input::-webkit-search-decoration, .newsletters input::-webkit-search-cancel-button {
    display: none; }
  .comment-form .newsletters input[type='text'],
  .search-form .newsletters input[type='text'],
  .post-password-form .newsletters input[type='text'], .comment-form
  .newsletters input[type='tel'],
  .search-form
  .newsletters input[type='tel'],
  .post-password-form
  .newsletters input[type='tel'], .comment-form
  .newsletters input[type='email'],
  .search-form
  .newsletters input[type='email'],
  .post-password-form
  .newsletters input[type='email'], .comment-form
  .newsletters input[type='search'],
  .search-form
  .newsletters input[type='search'],
  .post-password-form
  .newsletters input[type='search'], .comment-form
  .newsletters input[type='password'],
  .search-form
  .newsletters input[type='password'],
  .post-password-form
  .newsletters input[type='password'], .comment-form
  .newsletters input[type='url'],
  .search-form
  .newsletters input[type='url'],
  .post-password-form
  .newsletters input[type='url'], .comment-form
  .newsletters input[type='date'],
  .search-form
  .newsletters input[type='date'],
  .post-password-form
  .newsletters input[type='date'], .comment-form
  .newsletters textarea,
  .search-form
  .newsletters textarea,
  .post-password-form
  .newsletters textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #999;
    padding: .5em .7em; }
    .comment-form .newsletters input[type='text']:focus,
    .search-form .newsletters input[type='text']:focus,
    .post-password-form .newsletters input[type='text']:focus, .comment-form
    .newsletters input[type='tel']:focus,
    .search-form
    .newsletters input[type='tel']:focus,
    .post-password-form
    .newsletters input[type='tel']:focus, .comment-form
    .newsletters input[type='email']:focus,
    .search-form
    .newsletters input[type='email']:focus,
    .post-password-form
    .newsletters input[type='email']:focus, .comment-form
    .newsletters input[type='search']:focus,
    .search-form
    .newsletters input[type='search']:focus,
    .post-password-form
    .newsletters input[type='search']:focus, .comment-form
    .newsletters input[type='password']:focus,
    .search-form
    .newsletters input[type='password']:focus,
    .post-password-form
    .newsletters input[type='password']:focus, .comment-form
    .newsletters input[type='url']:focus,
    .search-form
    .newsletters input[type='url']:focus,
    .post-password-form
    .newsletters input[type='url']:focus, .comment-form
    .newsletters input[type='date']:focus,
    .search-form
    .newsletters input[type='date']:focus,
    .post-password-form
    .newsletters input[type='date']:focus, .comment-form
    .newsletters textarea:focus,
    .search-form
    .newsletters textarea:focus,
    .post-password-form
    .newsletters textarea:focus {
      border-color: inherit; }
    .comment-form .newsletters input[type='text']::-webkit-input-placeholder,
    .search-form .newsletters input[type='text']::-webkit-input-placeholder,
    .post-password-form .newsletters input[type='text']::-webkit-input-placeholder, .comment-form
    .newsletters input[type='tel']::-webkit-input-placeholder,
    .search-form
    .newsletters input[type='tel']::-webkit-input-placeholder,
    .post-password-form
    .newsletters input[type='tel']::-webkit-input-placeholder, .comment-form
    .newsletters input[type='email']::-webkit-input-placeholder,
    .search-form
    .newsletters input[type='email']::-webkit-input-placeholder,
    .post-password-form
    .newsletters input[type='email']::-webkit-input-placeholder, .comment-form
    .newsletters input[type='search']::-webkit-input-placeholder,
    .search-form
    .newsletters input[type='search']::-webkit-input-placeholder,
    .post-password-form
    .newsletters input[type='search']::-webkit-input-placeholder, .comment-form
    .newsletters input[type='password']::-webkit-input-placeholder,
    .search-form
    .newsletters input[type='password']::-webkit-input-placeholder,
    .post-password-form
    .newsletters input[type='password']::-webkit-input-placeholder, .comment-form
    .newsletters input[type='url']::-webkit-input-placeholder,
    .search-form
    .newsletters input[type='url']::-webkit-input-placeholder,
    .post-password-form
    .newsletters input[type='url']::-webkit-input-placeholder, .comment-form
    .newsletters input[type='date']::-webkit-input-placeholder,
    .search-form
    .newsletters input[type='date']::-webkit-input-placeholder,
    .post-password-form
    .newsletters input[type='date']::-webkit-input-placeholder, .comment-form
    .newsletters textarea::-webkit-input-placeholder,
    .search-form
    .newsletters textarea::-webkit-input-placeholder,
    .post-password-form
    .newsletters textarea::-webkit-input-placeholder {
      color: #677683; }
    .comment-form .newsletters input[type='text']::-moz-placeholder,
    .search-form .newsletters input[type='text']::-moz-placeholder,
    .post-password-form .newsletters input[type='text']::-moz-placeholder, .comment-form
    .newsletters input[type='tel']::-moz-placeholder,
    .search-form
    .newsletters input[type='tel']::-moz-placeholder,
    .post-password-form
    .newsletters input[type='tel']::-moz-placeholder, .comment-form
    .newsletters input[type='email']::-moz-placeholder,
    .search-form
    .newsletters input[type='email']::-moz-placeholder,
    .post-password-form
    .newsletters input[type='email']::-moz-placeholder, .comment-form
    .newsletters input[type='search']::-moz-placeholder,
    .search-form
    .newsletters input[type='search']::-moz-placeholder,
    .post-password-form
    .newsletters input[type='search']::-moz-placeholder, .comment-form
    .newsletters input[type='password']::-moz-placeholder,
    .search-form
    .newsletters input[type='password']::-moz-placeholder,
    .post-password-form
    .newsletters input[type='password']::-moz-placeholder, .comment-form
    .newsletters input[type='url']::-moz-placeholder,
    .search-form
    .newsletters input[type='url']::-moz-placeholder,
    .post-password-form
    .newsletters input[type='url']::-moz-placeholder, .comment-form
    .newsletters input[type='date']::-moz-placeholder,
    .search-form
    .newsletters input[type='date']::-moz-placeholder,
    .post-password-form
    .newsletters input[type='date']::-moz-placeholder, .comment-form
    .newsletters textarea::-moz-placeholder,
    .search-form
    .newsletters textarea::-moz-placeholder,
    .post-password-form
    .newsletters textarea::-moz-placeholder {
      opacity: 1;
      color: #677683; }
    .comment-form .newsletters input[type='text']:-moz-placeholder,
    .search-form .newsletters input[type='text']:-moz-placeholder,
    .post-password-form .newsletters input[type='text']:-moz-placeholder, .comment-form
    .newsletters input[type='tel']:-moz-placeholder,
    .search-form
    .newsletters input[type='tel']:-moz-placeholder,
    .post-password-form
    .newsletters input[type='tel']:-moz-placeholder, .comment-form
    .newsletters input[type='email']:-moz-placeholder,
    .search-form
    .newsletters input[type='email']:-moz-placeholder,
    .post-password-form
    .newsletters input[type='email']:-moz-placeholder, .comment-form
    .newsletters input[type='search']:-moz-placeholder,
    .search-form
    .newsletters input[type='search']:-moz-placeholder,
    .post-password-form
    .newsletters input[type='search']:-moz-placeholder, .comment-form
    .newsletters input[type='password']:-moz-placeholder,
    .search-form
    .newsletters input[type='password']:-moz-placeholder,
    .post-password-form
    .newsletters input[type='password']:-moz-placeholder, .comment-form
    .newsletters input[type='url']:-moz-placeholder,
    .search-form
    .newsletters input[type='url']:-moz-placeholder,
    .post-password-form
    .newsletters input[type='url']:-moz-placeholder, .comment-form
    .newsletters input[type='date']:-moz-placeholder,
    .search-form
    .newsletters input[type='date']:-moz-placeholder,
    .post-password-form
    .newsletters input[type='date']:-moz-placeholder, .comment-form
    .newsletters textarea:-moz-placeholder,
    .search-form
    .newsletters textarea:-moz-placeholder,
    .post-password-form
    .newsletters textarea:-moz-placeholder {
      color: #677683; }
    .comment-form .newsletters input[type='text']:-ms-input-placeholder,
    .search-form .newsletters input[type='text']:-ms-input-placeholder,
    .post-password-form .newsletters input[type='text']:-ms-input-placeholder, .comment-form
    .newsletters input[type='tel']:-ms-input-placeholder,
    .search-form
    .newsletters input[type='tel']:-ms-input-placeholder,
    .post-password-form
    .newsletters input[type='tel']:-ms-input-placeholder, .comment-form
    .newsletters input[type='email']:-ms-input-placeholder,
    .search-form
    .newsletters input[type='email']:-ms-input-placeholder,
    .post-password-form
    .newsletters input[type='email']:-ms-input-placeholder, .comment-form
    .newsletters input[type='search']:-ms-input-placeholder,
    .search-form
    .newsletters input[type='search']:-ms-input-placeholder,
    .post-password-form
    .newsletters input[type='search']:-ms-input-placeholder, .comment-form
    .newsletters input[type='password']:-ms-input-placeholder,
    .search-form
    .newsletters input[type='password']:-ms-input-placeholder,
    .post-password-form
    .newsletters input[type='password']:-ms-input-placeholder, .comment-form
    .newsletters input[type='url']:-ms-input-placeholder,
    .search-form
    .newsletters input[type='url']:-ms-input-placeholder,
    .post-password-form
    .newsletters input[type='url']:-ms-input-placeholder, .comment-form
    .newsletters input[type='date']:-ms-input-placeholder,
    .search-form
    .newsletters input[type='date']:-ms-input-placeholder,
    .post-password-form
    .newsletters input[type='date']:-ms-input-placeholder, .comment-form
    .newsletters textarea:-ms-input-placeholder,
    .search-form
    .newsletters textarea:-ms-input-placeholder,
    .post-password-form
    .newsletters textarea:-ms-input-placeholder {
      color: #677683; }
    .comment-form .newsletters input[type='text'].placeholder,
    .search-form .newsletters input[type='text'].placeholder,
    .post-password-form .newsletters input[type='text'].placeholder, .comment-form
    .newsletters input[type='tel'].placeholder,
    .search-form
    .newsletters input[type='tel'].placeholder,
    .post-password-form
    .newsletters input[type='tel'].placeholder, .comment-form
    .newsletters input[type='email'].placeholder,
    .search-form
    .newsletters input[type='email'].placeholder,
    .post-password-form
    .newsletters input[type='email'].placeholder, .comment-form
    .newsletters input[type='search'].placeholder,
    .search-form
    .newsletters input[type='search'].placeholder,
    .post-password-form
    .newsletters input[type='search'].placeholder, .comment-form
    .newsletters input[type='password'].placeholder,
    .search-form
    .newsletters input[type='password'].placeholder,
    .post-password-form
    .newsletters input[type='password'].placeholder, .comment-form
    .newsletters input[type='url'].placeholder,
    .search-form
    .newsletters input[type='url'].placeholder,
    .post-password-form
    .newsletters input[type='url'].placeholder, .comment-form
    .newsletters input[type='date'].placeholder,
    .search-form
    .newsletters input[type='date'].placeholder,
    .post-password-form
    .newsletters input[type='date'].placeholder, .comment-form
    .newsletters textarea.placeholder,
    .search-form
    .newsletters textarea.placeholder,
    .post-password-form
    .newsletters textarea.placeholder {
      color: #677683; }
  .newsletters .widget {
    margin-bottom: 1.2em; }
    .newsletters .widget ul {
      padding-left: 2em; }
    .newsletters .widget select {
      min-width: 150px; }
  .newsletters .comment-form label {
    display: block;
    padding-bottom: 4px; }
  .newsletters .comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px; }
  .newsletters .comment-form textarea,
  .newsletters .comment-form input[type='text'] {
    margin: 0 4px 0 0;
    width: 300px; }
  .newsletters .comment-form input[type='submit'] {
    display: block;
    float: none; }
  .newsletters .post-password-form label {
    display: block; }
  .newsletters .post-password-form input[type='password'] {
    margin: 0 4px 0 0;
    width: 300px; }
  .newsletters .search-form input {
    float: left;
    height: 2em; }
    .newsletters .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }
  .newsletters .post-password-form input {
    float: left;
    height: 2em; }
    .newsletters .post-password-form input[type='password'] {
      width: 150px; }
  .newsletters .comment-form input[type='submit'],
  .newsletters .post-password-form input[type='submit'],
  .newsletters .search-form input[type='submit'] {
    background: #333;
    color: #fff;
    height: 2em;
    border: none;
    padding: 0 .5em; }
    .newsletters .comment-form input[type='submit']:hover,
    .newsletters .post-password-form input[type='submit']:hover,
    .newsletters .search-form input[type='submit']:hover {
      opacity: 0.8; }
  .newsletters .commentlist {
    margin: 0 0 1.2em; }
    .newsletters .commentlist .edit-link {
      margin: 0; }
    .newsletters .commentlist .avatar-holder {
      float: left;
      margin: 0 1.2em 4px 0; }
  .newsletters .commentlist-item .commentlist-item {
    padding: 0; }
    @media (min-width: 768px) {
      .newsletters .commentlist-item .commentlist-item {
        padding: 0 0 0 2em; } }
  .newsletters .comment,
  .newsletters .commentlist-holder {
    overflow: hidden; }
  .newsletters .commentlist-item .commentlist-item,
  .newsletters .commentlist-item + .commentlist-item {
    padding-top: 1.2em; }
  .newsletters .widget_calendar #next {
    text-align: right; }
  .newsletters .gallery-item dt {
    float: none;
    padding: 0; }
  .newsletters .navigation,
  .newsletters .navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.354em;
    margin: 0 0 1.354em; }
    .newsletters .navigation .screen-reader-text,
    .newsletters .navigation-comments .screen-reader-text {
      position: absolute;
      left: -99999px; }
    .newsletters .navigation .page-numbers,
    .newsletters .navigation-comments .page-numbers {
      display: inline-block;
      vertical-align: middle;
      padding: 0 .4em; }
      @media (max-width: 767px) {
        .newsletters .navigation .page-numbers,
        .newsletters .navigation-comments .page-numbers {
          padding: 0; } }
    .newsletters .navigation .next,
    .newsletters .navigation .prev,
    .newsletters .navigation-comments .next,
    .newsletters .navigation-comments .prev {
      display: inline-block;
      vertical-align: middle;
      max-width: 50%;
      background: transpatent;
      color: #fff;
      padding: .4em;
      text-decoration: none; }
      @media (max-width: 767px) {
        .newsletters .navigation .next,
        .newsletters .navigation .prev,
        .newsletters .navigation-comments .next,
        .newsletters .navigation-comments .prev {
          padding: .2em; } }
  .newsletters .navigation-single {
    margin-bottom: 1.354em; }
    .newsletters .navigation-single .next,
    .newsletters .navigation-single .prev {
      float: left;
      vertical-align: middle;
      max-width: 50%;
      background: transpatent;
      color: #fff;
      padding: .4em;
      text-decoration: none; }
      .newsletters .navigation-single .next a,
      .newsletters .navigation-single .prev a {
        color: inherit;
        text-decoration: none; }
      @media (max-width: 767px) {
        .newsletters .navigation-single .next,
        .newsletters .navigation-single .prev {
          padding: .2em; } }
    .newsletters .navigation-single .next {
      float: right; }
  .newsletters .wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #ccc;
    padding: .4em;
    margin-bottom: 1.2em; }
    .newsletters .wp-caption img {
      margin: 0;
      vertical-align: top; }
    .newsletters .wp-caption p {
      margin: .4em 0 0; }
  .newsletters div.aligncenter {
    margin: 0 auto 1.2em; }
  .newsletters img.aligncenter {
    display: block;
    margin: 0 auto; }
  .newsletters .alignleft {
    float: left;
    margin: 0 1.2em 4px 0; }
  .newsletters .alignright {
    float: right;
    margin: 0 0 4px 1.2em; }
  .newsletters .mejs-container {
    margin-bottom: 1.2em; }
  .newsletters .wp-caption-text,
  .newsletters .gallery,
  .newsletters .alignnone,
  .newsletters .gallery-caption,
  .newsletters .sticky,
  .newsletters .bypostauthor {
    height: auto; }
  .newsletters ul, .newsletters ol, .newsletters dl, .newsletters p, .newsletters h1, .newsletters h2, .newsletters h3, .newsletters h4, .newsletters h5, .newsletters h6, .newsletters address, .newsletters form, .newsletters table, .newsletters blockquote, .newsletters applet, .newsletters embed, .newsletters object, .newsletters iframe, .newsletters frameset {
    margin: 0 0 1.354em; }
  .newsletters iframe {
    border: none;
    margin: 0; }
  .newsletters blockquote {
    border-left: 4px solid #a8aca1;
    padding-left: .5em;
    margin-left: 1.354em; }
  .newsletters th, .newsletters td {
    border: 1px solid #a8aca1;
    padding: 4px;
    text-align: left;
    vertical-align: top; }
  .newsletters th {
    text-align: center;
    vertical-align: middle; }
  .newsletters ul, .newsletters ol {
    padding-left: 3em; }
  .newsletters ul ul,
  .newsletters ul ol,
  .newsletters ol ul,
  .newsletters ol ol {
    padding-left: 3em;
    margin: 0; }
  .newsletters ul {
    list-style-type: disc; }
  .newsletters dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: bold; }
  .newsletters dl dd {
    overflow: hidden; }
  .newsletters pre {
    max-width: 100%; }
  .newsletters html {
    box-sizing: border-box; }
  .newsletters *, .newsletters *:before, .newsletters *:after {
    box-sizing: inherit; }
  .newsletters * {
    max-height: 1000000px; }
  .newsletters body {
    color: var(--black);
    background: #fff;
    font: 16px/1.354 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0; }
  .newsletters img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top; }
  .newsletters .gm-style img {
    max-width: none; }
  @media only screen and (min-width: 1025px) {
    .newsletters a[href^=tel], .newsletters a[href^=skype], .newsletters a[href^=sms] {
      cursor: default;
      pointer-events: none; } }
  .newsletters #header {
    z-index: 100 !important; }
  .newsletters h1, .newsletters .h1,
  .newsletters h2, .newsletters .h2,
  .newsletters h3, .newsletters .h3,
  .newsletters h4, .newsletters .h4,
  .newsletters h5, .newsletters .h5,
  .newsletters h6, .newsletters .h6,
  .newsletters .h {
    font-weight: normal;
    line-height: 1.2; }
  .newsletters h1, .newsletters .h1 {
    font-size: 36px;
    margin: 0 0 15px; }
    @media (max-width: 991px) {
      .newsletters h1, .newsletters .h1 {
        font-size: 30px; } }
  .newsletters h2, .newsletters .h2 {
    font-size: 30px;
    margin: 0 0 12px; }
    @media (max-width: 991px) {
      .newsletters h2, .newsletters .h2 {
        font-size: 26px; } }
  .newsletters h3, .newsletters .h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px; }
    @media (max-width: 991px) {
      .newsletters h3, .newsletters .h3 {
        font-size: 20px;
        margin: 0 0 15px; } }
  .newsletters h4, .newsletters .h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0; }
    @media (max-width: 991px) {
      .newsletters h4, .newsletters .h4 {
        font-size: 16px; } }
  .newsletters h5, .newsletters .h5 {
    font-size: 16px; }
    @media (max-width: 991px) {
      .newsletters h5, .newsletters .h5 {
        font-size: 14px; } }
  .newsletters h6, .newsletters .h6 {
    margin: 0;
    font-weight: bold;
    font-size: 14px; }
    @media (max-width: 991px) {
      .newsletters h6, .newsletters .h6 {
        font-size: 12px; } }
  .newsletters p {
    margin: 0 0 22px; }
    @media (max-width: 767px) {
      .newsletters p {
        margin: 0 0 15px; } }
  @media (max-width: 991px) {
    .newsletters body {
      font-size: 14px; } }
  .newsletters .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
    .newsletters .slick-slider * {
      outline: none; }
  .newsletters .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .newsletters .slick-list:focus {
    outline: none; }
  .newsletters .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .newsletters .slick-slider .slick-track,
  .newsletters .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .newsletters .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block; }
  .newsletters .slick-track:before,
  .newsletters .slick-track:after {
    display: table;
    content: ''; }
  .newsletters .slick-track:after {
    clear: both; }
  .newsletters .slick-loading .slick-track {
    visibility: hidden; }
  .newsletters .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  .newsletters [dir='rtl'] .slick-slide {
    float: right; }
  .newsletters .slick-slide img {
    display: block; }
  .newsletters .slick-slide.slick-loading img {
    display: none; }
  .newsletters .slick-slide.dragging img {
    pointer-events: none; }
  .newsletters .slick-initialized .slick-slide {
    display: block; }
  .newsletters .slick-loading .slick-slide {
    visibility: hidden; }
  .newsletters .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .newsletters .wow {
    visibility: visible; }
  @media only screen and (min-width: 767px) {
    .newsletters .global-pad, .newsletters .common-wrapper {
      position: relative;
      z-index: 40;
      padding: 0px;
      box-sizing: border-box; } }
  @media only screen and (min-width: 999px) {
    .newsletters .promo-component .component-pad {
      overflow: hidden;
      padding: 80px 100px 100px 75px; }
    .newsletters .feature-spotlight .container {
      padding-left: 50px;
      padding-right: 50px;
      max-width: 100%; } }
  @media only screen and (min-width: 767px) {
    .newsletters .global-pad, .newsletters .newsletters .common-wrapper {
      position: relative;
      z-index: 40;
      padding: 0px;
      box-sizing: border-box; } }
  @media only screen and (max-width: 767px) {
    .newsletters .feature-spotlight .global-pad, .newsletters .feature-spotlight .common-wrapper {
      padding: 0px; } }
  .newsletters .feature-spotlight h2 {
    font-size: 30px;
    margin: 30px 0 12px; }
  .newsletters .feature-spotlight p {
    color: #fff; }
  .newsletters .feature-spotlight a:hover {
    text-decoration: none; }
  .newsletters #header {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 320px;
    background: #010101;
    background: -moz-linear-gradient(top, #010101 0%, #030303 19%, #060606 24%, #070707 33%, #090909 34%, #131313 59%, #242424 89%, #232323 91%, #272727 93%, #292929 100%);
    background: -webkit-linear-gradient(top, #010101 0%, #030303 19%, #060606 24%, #070707 33%, #090909 34%, #131313 59%, #242424 89%, #232323 91%, #272727 93%, #292929 100%);
    background: linear-gradient(to bottom, #010101 0%, #030303 19%, #060606 24%, #070707 33%, #090909 34%, #131313 59%, #242424 89%, #232323 91%, #272727 93%, #292929 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#292929',GradientType=0 );
    z-index: 10;
    transition: height 0.1s ease;
    height: 120px; }
    .newsletters #header .container {
      position: relative;
      height: 100%; }
    .newsletters #header .logo {
      position: absolute;
      left: 80px;
      z-index: 2;
      top: 50%;
      transform: translateY(-50%); }
      .newsletters #header .logo img {
        transition: height 0.1s ease;
        height: 63px;
        width: auto; }
      @media (max-width: 1199px) {
        .newsletters #header .logo {
          left: 20px; } }
    .newsletters #header a {
      color: #fff; }
    .newsletters #header.active-form {
      background: var(--black); }
      .newsletters #header.active-form #nav {
        opacity: 0; }
      .newsletters #header.active-form .search-form {
        width: 500px; }
        @media (max-width: 991px) {
          .newsletters #header.active-form .search-form {
            width: 400px; } }
        @media (max-width: 767px) {
          .newsletters #header.active-form .search-form {
            width: 100%;
            padding: 10px 20px; } }
        .newsletters #header.active-form .search-form .input-holder {
          opacity: 1; }
      .newsletters #header.active-form .nav-opener {
        display: none; }
      .newsletters #header.active-form .search-form .opener-form {
        background: #344350; }
        .newsletters #header.active-form .search-form .opener-form:before {
          content: "\e906"; }
    @media (min-width: 992px) {
      .newsletters #header.fixed {
        height: 75px; }
        .newsletters #header.fixed .logo img {
          height: 46px; }
        .newsletters #header.fixed #nav > ul ul,
        .newsletters #header.fixed #nav > ul > li > a {
          height: 75px; }
        .newsletters #header.fixed .search-form .input-holder {
          margin-top: 12px; } }
    @media (max-width: 991px) {
      .newsletters #header {
        height: 80px;
        overflow: visible; }
        .newsletters #header .logo img {
          height: 50px; } }
    @media (max-width: 767px) {
      .newsletters #header {
        height: 50px; }
        .newsletters #header .logo img {
          height: 36px; } }
  .newsletters .search-form {
    position: absolute;
    right: 80px;
    top: 0;
    bottom: 0;
    width: 40px;
    overflow: hidden;
    padding: 0 40px 0 0;
    margin: 0; }
    @media (max-width: 1199px) {
      .newsletters .search-form {
        right: 20px; } }
    @media (max-width: 991px) {
      .newsletters .search-form {
        right: 77px; } }
    @media (max-width: 767px) {
      .newsletters .search-form {
        right: 0;
        overflow: visible;
        top: 100%;
        left: 0;
        padding: 0;
        bottom: auto;
        background: var(--black);
        width: 100%; } }
    .newsletters .search-form .opener-form {
      position: absolute;
      right: 0;
      top: 50%;
      width: 40px;
      height: 40px;
      transform: translateY(-50%);
      text-align: center;
      cursor: pointer;
      background: #000;
      border-radius: 50%;
      z-index: 2; }
      .newsletters .search-form .opener-form:before {
        content: "\e903";
        display: inline-block;
        vertical-align: middle;
        font-family: 'icomoon' !important;
        font-size: 22px;
        line-height: 40px;
        color: #fff; }
      @media (max-width: 767px) {
        .newsletters .search-form .opener-form {
          width: 34px;
          height: 34px;
          top: -42px;
          right: 77px;
          transform: none; }
          .newsletters .search-form .opener-form:before {
            font-size: 16px;
            line-height: 34px; } }
    .newsletters .search-form .input-holder {
      opacity: 0;
      position: relative;
      padding: 0 30px 0 0;
      border-bottom: 2px solid #fc6719;
      width: 420px;
      margin-top: 34px;
      transition: margin .1s ease; }
      .newsletters .search-form .input-holder .search {
        display: block;
        width: 100%;
        background: none;
        border: none;
        font-size: 26px;
        font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        height: 46px;
        margin: 0;
        padding: 0;
        float: none;
        color: #fff;
        -webkit-appearance: none;
        box-sizing: border-box; }
      .newsletters .search-form .input-holder button {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 30px;
        height: 46px;
        margin: 0;
        padding: 0;
        border: none;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        text-align: center;
        background: none;
        cursor: pointer; }
        .newsletters .search-form .input-holder button:before {
          content: "\e903";
          display: inline-block;
          vertical-align: middle;
          font-family: 'icomoon' !important;
          font-size: 22px;
          line-height: 46px;
          color: #fff; }
      @media (max-width: 991px) {
        .newsletters .search-form .input-holder {
          width: 330px;
          margin-top: 16px; }
          .newsletters .search-form .input-holder .search {
            height: 40px;
            font-size: 22px; }
          .newsletters .search-form .input-holder button {
            height: 40px; } }
      @media (max-width: 767px) {
        .newsletters .search-form .input-holder {
          margin: 0;
          width: 100%; }
          .newsletters .search-form .input-holder .search {
            height: 34px;
            font-size: 18px; }
          .newsletters .search-form .input-holder button {
            height: 34px; }
            .newsletters .search-form .input-holder button:before {
              font-size: 16px;
              line-height: 34px; } }
  .newsletters #nav {
    overflow: hidden;
    float: right;
    padding: 0 57px 0 0;
    font-size: 18px; }
    @media (max-width: 991px) {
      .newsletters #nav {
        float: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 0;
        overflow-y: auto;
        background: #292929;
        padding: 0;
        font-size: 24px;
        text-align: center;
        transition: height 0.3s linear;
        display: flex;
        align-items: center; }
        .open-nav .newsletters #nav {
          height: calc(100vh - 80px); } }
    @media (max-width: 767px) {
      .newsletters #nav {
        font-size: 20px;
        line-height: 22px; }
        .open-nav .newsletters #nav {
          height: calc(100vh - 50px); } }
    .newsletters #nav > ul {
      overflow: hidden; }
      @media (max-width: 991px) {
        .newsletters #nav > ul {
          width: 100%; } }
      .newsletters #nav > ul > li {
        float: left;
        position: relative; }
        @media (max-width: 991px) {
          .newsletters #nav > ul > li {
            float: none;
            text-align: center;
            display: block; } }
        .newsletters #nav > ul > li > a {
          display: table;
          width: auto;
          height: 120px;
          padding: 10px 20px;
          transition: all 0.1s ease;
          float: left;
          position: relative; }
          .newsletters #nav > ul > li > a span {
            display: table-cell;
            vertical-align: middle; }
          .newsletters #nav > ul > li > a:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 10px;
            transition: all 0.3s ease;
            background: #fc6719;
            opacity: 0; }
          .newsletters #nav > ul > li > a.opener {
            padding-right: 50px; }
            .newsletters #nav > ul > li > a.opener:after {
              position: absolute;
              right: 20px;
              top: 50%;
              transform: translateY(-50%);
              color: #a1a59a;
              content: "\e904";
              font-family: 'icomoon' !important; }
          @media (max-width: 991px) {
            .newsletters #nav > ul > li > a {
              display: block;
              height: auto;
              float: none;
              padding: 15px 20px; }
              .newsletters #nav > ul > li > a:before {
                right: auto;
                width: 10px;
                height: 100%;
                top: 0; }
              .newsletters #nav > ul > li > a span {
                display: inline-block;
                vertical-align: middle; }
              .newsletters #nav > ul > li > a.opener {
                padding-right: 20px; }
                .newsletters #nav > ul > li > a.opener:after {
                  position: static;
                  display: inline-block;
                  vertical-align: top;
                  margin: 17px 0 -16px 15px; } }
          @media (max-width: 767px) {
            .newsletters #nav > ul > li > a {
              padding: 10px; }
              .newsletters #nav > ul > li > a.opener {
                padding-right: 10px; }
                .newsletters #nav > ul > li > a.opener:after {
                  margin: 13px 0 -12px 15px; } }
        .newsletters #nav > ul > li.active-nav > .opener:after {
          content: "\e905"; }
        .newsletters #nav > ul > li.active > a,
        .newsletters #nav > ul > li > a:hover {
          color: #fc6719;
          text-decoration: none;
          background: #000; }
          .newsletters #nav > ul > li.active > a:before,
          .newsletters #nav > ul > li > a:hover:before {
            opacity: 1; }
          .newsletters #nav > ul > li.active > a:after,
          .newsletters #nav > ul > li > a:hover:after {
            color: #fc6719; }
      .newsletters #nav > ul .active-nav ul {
        max-width: 300px;
        padding: 0 10px; }
        @media (max-width: 991px) {
          .newsletters #nav > ul .active-nav ul {
            max-width: 100%;
            max-height: 100px;
            padding-top: 10px;
            padding-bottom: 10px; } }
      .newsletters #nav > ul ul {
        overflow: hidden;
        width: auto;
        max-width: 0;
        height: 120px;
        padding: 0;
        float: right;
        white-space: nowrap;
        transition: all  0.1s ease, max-width  0.3s ease; }
        @media (max-width: 991px) {
          .newsletters #nav > ul ul {
            max-width: 100%;
            max-height: 0;
            height: auto;
            float: none;
            padding: 0 20px;
            transition: all .3s ease; } }
        .newsletters #nav > ul ul li {
          display: inline-block;
          vertical-align: top;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          padding: 0 5px; }
          @media (max-width: 991px) {
            .newsletters #nav > ul ul li {
              top: 0%;
              padding: 5px;
              transform: translateY(0%); } }
        .newsletters #nav > ul ul a {
          display: block;
          width: 34px;
          height: 34px;
          border-radius: 50%;
          border: 1px solid #fff;
          text-align: center;
          font-size: 14px;
          line-height: 34px;
          transition: all 0.3s ease; }
          .newsletters #nav > ul ul a:hover {
            color: #fc6719;
            border-color: #fc6719;
            text-decoration: none; }
          @media (max-width: 991px) {
            .newsletters #nav > ul ul a {
              width: 40px;
              height: 40px;
              font-size: 18px;
              line-height: 40px; } }
          @media (max-width: 767px) {
            .newsletters #nav > ul ul a {
              width: 34px;
              height: 34px;
              font-size: 14px;
              line-height: 34px; } }
  .newsletters .nav-opener {
    width: 24px;
    height: 24px;
    z-index: 12;
    position: relative;
    z-index: 2;
    display: none;
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    transition: opacity .3s ease; }
    @media (max-width: 991px) {
      .newsletters .nav-opener {
        display: block; } }
    @media (max-width: 767px) {
      .newsletters .nav-opener {
        width: 18px;
        height: 18px;
        margin-top: -9px; } }
    .newsletters .nav-opener:before {
      content: '';
      background: #000;
      position: absolute;
      z-index: -1;
      left: -8px;
      right: -8px;
      bottom: -8px;
      top: -8px; }
    .newsletters .nav-opener span {
      position: absolute;
      height: 2px;
      left: 0;
      right: 0;
      pointer-evens: none; }
      .newsletters .nav-opener span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        transition: transform .25s ease, background .25s ease;
        transform: rotate(0); }
    .newsletters .nav-opener .lt, .newsletters .nav-opener .lb {
      position: absolute;
      top: 2px;
      left: 0;
      right: 0;
      height: 2px;
      transition: transform .25s ease;
      margin: 0;
      transform: translateY(0); }
      @media (max-width: 767px) {
        .newsletters .nav-opener .lt, .newsletters .nav-opener .lb {
          top: 1px; } }
    .newsletters .nav-opener .lc {
      top: 50%;
      transform: translateY(-50%);
      opacity: 1;
      transition: opacity .25s ease;
      background: #fff; }
    .newsletters .nav-opener .lb {
      top: auto;
      bottom: 2px; }
      @media (max-width: 767px) {
        .newsletters .nav-opener .lb {
          bottom: 1px; } }
  @media (max-width: 991px) {
    .newsletters .open-nav {
      overflow: hidden; } }
  .newsletters .open-nav .nav-opener .lt {
    transition: transform .25s ease;
    transform: translateY(9px);
    visibility: visible; }
    .newsletters .open-nav .nav-opener .lt:after {
      transform: rotate(45deg);
      transition: transform .25s ease; }
    @media (max-width: 767px) {
      .newsletters .open-nav .nav-opener .lt {
        transform: translateY(7px); } }
  .newsletters .open-nav .nav-opener .lc {
    opacity: 0;
    transition: opacity .25s ease; }
  .newsletters .open-nav .nav-opener .lb {
    transition: transform .25s ease;
    transform: translateY(-9px); }
    .newsletters .open-nav .nav-opener .lb:after {
      transform: rotate(-45deg);
      transition: transform .25s ease; }
    @media (max-width: 767px) {
      .newsletters .open-nav .nav-opener .lb {
        transform: translateY(-7px); } }
  .newsletters .container {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 100%; }
    @media (max-width: 1199px) {
      .newsletters .container {
        padding-left: 20px;
        padding-right: 20px; } }
    .newsletters .container.small {
      max-width: 1400px;
      margin: 0 auto; }
  .newsletters #main {
    padding: 120px 0 0; }
    @media (max-width: 991px) {
      .newsletters #main {
        padding: 55px 0 0; } }
    @media (max-width: 767px) {
      .newsletters #main {
        padding: 50px 0 0; } }
  .newsletters .heading {
    text-align: center;
    padding: 60px 0 30px; }
    @media (max-width: 991px) {
      .newsletters .heading {
        padding: 40px 0 20px; } }
    @media (max-width: 767px) {
      .newsletters .heading {
        padding: 30px 0 15px; } }
  .newsletters #wrapper {
    overflow: hidden; }
  .newsletters #aside {
    background: #2c3843;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 37px 0; }
    @media (max-width: 767px) {
      .newsletters #aside {
        padding: 20px 0; } }
    .newsletters #aside a {
      color: #fff; }
    .newsletters #aside .add-links {
      float: left;
      width: 50%;
      padding: 7px 0 0; }
      .newsletters #aside .add-links ul {
        overflow: hidden;
        padding: 0;
        margin: 0;
        list-style: none; }
        .newsletters #aside .add-links ul li {
          display: inline-block;
          vertical-align: top;
          padding: 0 14px; }
      @media (max-width: 991px) {
        .newsletters #aside .add-links {
          padding: 0;
          margin: -5px 0; }
          .newsletters #aside .add-links ul li {
            padding: 5px 15px 0 0; } }
      @media (max-width: 767px) {
        .newsletters #aside .add-links {
          float: none;
          width: 100%;
          text-align: center;
          margin: 0;
          padding: 0 0 15px; }
          .newsletters #aside .add-links ul li {
            padding: 7px 10px 0; } }
    .newsletters #aside h4 {
      text-transform: uppercase;
      font-weight: bold;
      margin: 0;
      float: left;
      color: #8393a0;
      padding: 0 20px 0 0; }
      @media (max-width: 991px) {
        .newsletters #aside h4 {
          float: none;
          padding: 0; } }
  .newsletters .social-networks {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none; }
    .newsletters .social-networks li {
      display: inline-block;
      vertical-align: top;
      padding: 0 5px 0 0;
      font-size: 0;
      line-height: 0; }
    .newsletters .social-networks a {
      font-size: 14px;
      line-height: 34px;
      display: block;
      border: 1px solid #fff;
      border-radius: 50%;
      height: 34px;
      width: 34px;
      text-align: center;
      transition: all 0.3s ease; }
      .newsletters .social-networks a:hover {
        text-decoration: none;
        color: #fc6719 !important;
        border-color: #fc6719; }
    @media (max-width: 767px) {
      .newsletters .social-networks {
        text-align: center; }
        .newsletters .social-networks li {
          padding: 5px 5px 0; } }
  .newsletters #footer {
    background: #32404d;
    color: #8393a0;
    padding: 30px 0;
    font-size: 14px; }
    .newsletters #footer a {
      color: #fff; }
    @media (max-width: 767px) {
      .newsletters #footer {
        padding: 20px 0; } }
    .newsletters #footer .holder {
      float: left;
      width: 100%;
      padding: 0 150px 0 0; }
      .newsletters #footer .holder ul {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        list-style: none; }
        .newsletters #footer .holder ul li {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          padding: 0 7px; }
          .newsletters #footer .holder ul li:before {
            content: '';
            position: absolute;
            top: 1px;
            height: 14px;
            left: -2px;
            border-left: 1px solid #3d4f5e; }
          .newsletters #footer .holder ul li:first-child:before {
            display: none; }
      @media (max-width: 991px) {
        .newsletters #footer .holder ul {
          display: block;
          padding: 10px 0 0;
          margin: 0 0 0 -7px; } }
      @media (max-width: 767px) {
        .newsletters #footer .holder {
          float: none;
          padding: 0 0 10px;
          text-align: center; }
          .newsletters #footer .holder ul {
            padding: 0;
            margin: 0  -12px; }
            .newsletters #footer .holder ul li {
              padding: 0 5px; } }
    .newsletters #footer .logo {
      display: inline-block;
      vertical-align: middle;
      width: 115px;
      padding: 0 28px 0 0; }
      .newsletters #footer .logo a {
        display: block;
        width: 100%; }
      @media (max-width: 767px) {
        .newsletters #footer .logo {
          display: block;
          margin: 0 auto 10px;
          padding: 0;
          width: 88px; } }
    .newsletters #footer .lang {
      float: right;
      width: 150px;
      margin: 0 0 0 -150px;
      text-align: right;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      white-space: nowrap;
      padding: 3px 0 0; }
      .newsletters #footer .lang a {
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        .newsletters #footer .lang a:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          height: 22px;
          width: 25px;
          margin: -1px 7px 0 0;
          background: url(../icon-globe.html) no-repeat 0 50%;
          background-size: 21px auto; }
      @media (max-width: 991px) {
        .newsletters #footer .lang {
          padding: 17px 0 0; } }
      @media (max-width: 767px) {
        .newsletters #footer .lang {
          float: none;
          width: 100%;
          padding: 10px 0 0;
          text-align: center;
          margin: 0; } }
    .newsletters #footer p {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding: 0 21px 0 0;
      font-size: 14px;
      color: #8393a0; }
      @media (max-width: 767px) {
        .newsletters #footer p {
          display: block;
          padding: 0 0 10px; } }
  .newsletters footer .common-wrapper {
    margin-left: 80px; }
    @media (max-width: 767px) {
      .newsletters footer .common-wrapper {
        margin-left: 0px; } }
    .newsletters footer .common-wrapper .ftr-link-box a#show-global-selector-footer {
      margin-right: 80px; }
      @media only screen and (max-width: 1200px) {
        .newsletters footer .common-wrapper .ftr-link-box a#show-global-selector-footer {
          margin-left: -80px; } }
  .newsletters #content {
    padding: 64px 40px 60px 0;
    float: left;
    width: 70%;
    overflow: hidden; }
    @media (max-width: 991px) {
      .newsletters #content {
        padding: 40px 20px 40px 0; } }
    @media (max-width: 767px) {
      .newsletters #content {
        float: none;
        width: 100%;
        padding: 20px 0; } }
    .newsletters #content time {
      display: block;
      font-weight: bold;
      color: #a8aca1;
      margin: 0 0 14px; }
      @media (max-width: 767px) {
        .newsletters #content time {
          margin: 0 0 12px; } }
    .newsletters #content h1 {
      margin: 0 0 24px; }
      @media (max-width: 991px) {
        .newsletters #content h1 {
          margin: 0 0 20px; } }
      @media (max-width: 767px) {
        .newsletters #content h1 {
          margin: 0 0 15px; } }
    .newsletters #content .meta {
      text-transform: uppercase;
      margin: 0 0 26px;
      font-weight: bold;
      color: #fc6719; }
      .newsletters #content .meta ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .newsletters #content .meta ul li {
          display: inline-block;
          vertical-align: top;
          position: relative;
          padding: 0 6px; }
          .newsletters #content .meta ul li:before {
            content: '';
            top: 2px;
            position: absolute;
            height: 15px;
            border-left: 1px solid #fc6719;
            left: -2px;
            width: auto;
            border-radius: 0;
            background: none; }
          .newsletters #content .meta ul li:first-child:before {
            display: none; }
          .newsletters #content .meta ul li:first-child {
            padding-left: 0; }
      @media (max-width: 991px) {
        .newsletters #content .meta {
          margin: 0 0 20px; } }
      @media (max-width: 767px) {
        .newsletters #content .meta {
          margin: 0 0 10px; }
          .newsletters #content .meta ul li {
            padding: 0 0 4px;
            display: block; }
            .newsletters #content .meta ul li:before {
              display: none; } }
    .newsletters #content ul {
      padding: 0;
      list-style: none;
      margin: 0 0 22px; }
      .newsletters #content ul li {
        position: relative;
        padding: 0 0 0 10px; }
        .newsletters #content ul li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 8px;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: var(--black); }
      @media (max-width: 767px) {
        .newsletters #content ul {
          margin: 0 0 15px; } }
    .newsletters #content table.callout-box {
      padding: 0px;
      background-color: #eeeeee;
      color: #fff;
      width: 100%;
      font-size: 14px;
      margin: 0 0 1.354em;
      border: 1px solid gray; }
      .newsletters #content table.callout-box td {
        padding: 0 !important;
        border: 0px solid #a8aca1 !important; }
      .newsletters #content table.callout-box h4 {
        background-color: var(--black);
        padding: 15px 30px;
        text-transform: uppercase;
        line-height: 1.111;
        font-size: 18px;
        font-weight: normal; }
    .newsletters #content .callout-box p {
      margin: 0;
      padding: 15px 30px; }
    .newsletters #content .callout-box ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin: 0 0 22px; }
      .newsletters #content .callout-box ul li {
        padding: 0 15px 0 40px;
        position: relative; }
        .newsletters #content .callout-box ul li:before {
          content: '';
          position: absolute;
          left: 30px;
          top: 7px;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: var(--black); }
        .newsletters #content .callout-box ul li:after {
          content: '';
          position: absolute;
          left: 30px;
          top: 7px;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background: var(--black); }
    .newsletters #content .callout-box a {
      color: #fc6719 !important;
      text-decoration: none; }
    .newsletters #content .callout-box h5 a {
      font-size: 18px;
      padding-left: 30px;
      font-weight: 600 !important;
      color: #fc6719 !important;
      text-decoration: none; }
      .newsletters #content .callout-box h5 a:after {
        content: url(../icon_red_round_arrow_16.html);
        padding-left: 12px;
        position: absolute;
        margin-top: 3px; }
    .newsletters #content .callout-box p a {
      font-size: 16px !important; }
      .newsletters #content .callout-box p a:after {
        padding-left: 12px;
        position: absolute;
        margin-top: 3px;
        font-size: 16px;
        content: ''; }
    .newsletters #content table.quote-box {
      margin: 0 0 25px 50px; }
      .newsletters #content table.quote-box td {
        border-top: none;
        border-bottom: none;
        border-right: none;
        border-width: 3px;
        border-color: #fc6719; }
    .newsletters #content .quote-box h3 {
      font-size: 18px;
      font-style: italic;
      font-weight: 100;
      color: #5B7F95;
      line-height: 1.389;
      padding-left: 20px;
      margin: 0px; }
    .newsletters #content .quote-box h5 {
      font-size: 15px;
      color: #5b7f95;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.667;
      padding-left: 20px;
      margin-bottom: 0; }
    .newsletters #content table.side-box {
      float: right;
      width: 47%;
      color: #fff;
      margin-left: 50px;
      background-image: none; }
    .newsletters #content .side-box td {
      border: none;
      padding: 0px;
      text-align: left;
      vertical-align: top; }
    .newsletters #content .side-box h4 {
      padding: 20px;
      text-transform: uppercase;
      line-height: 1.111;
      background-color: #6bb5e4; }
    .newsletters #content .side-box h6 {
      background-color: #eeeeee;
      padding: 20px;
      color: var(--black);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.25; }
    .newsletters #content .side-box h5 {
      padding-top: 0px;
      padding-left: 20px;
      padding-bottom: 20px;
      background: #eeeeee;
      margin: 0; }
      .newsletters #content .side-box h5 a {
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 1;
        padding: 12px 45px 12px 20px;
        border-radius: 30px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        background-color: #fc6719; }
        .newsletters #content .side-box h5 a:after {
          content: url(../icon_white_round_arrow_22.html);
          position: absolute;
          right: 9px !important;
          top: 50% !important;
          width: 22px;
          height: 22px;
          margin-top: -11px;
          text-align: left; }
    .newsletters #content .text-wrapper table.side-box ~ p {
      display: block !important; }
  .newsletters .aside.large {
    background: #a8aca1;
    color: #fff;
    font-size: 14px;
    padding: 30px 45px; }
    .newsletters .aside.large h6 {
      text-transform: uppercase; }
    .newsletters .aside.large a {
      color: var(--black); }
    .newsletters .aside.large > *:last-child {
      margin: 0 !important; }
    @media (max-width: 991px) {
      .newsletters .aside.large {
        padding: 20px;
        font-size: 12px; } }
  .newsletters .aside.small {
    float: right;
    width: 47%;
    color: #fff;
    padding: 34px 25px 34px 34px;
    background: #5fb4e5;
    margin: 0 0 22px 20px;
    background: -moz-linear-gradient(45deg, #5fb4e5 0%, #5b7e96 100%);
    background: -webkit-linear-gradient(45deg, #5fb4e5 0%, #5b7e96 100%);
    background: linear-gradient(45deg, #5fb4e5 0%, #5b7e96 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb4e5', endColorstr='#5b7e96',GradientType=1 ); }
    .newsletters .aside.small ul li {
      margin: 0 0 22px; }
      .newsletters .aside.small ul li:last-child {
        margin: 0; }
    .newsletters .aside.small ul li:before {
      background: #fff !important; }
    .newsletters .aside.small > *:last-child {
      margin: 0 !important; }
    @media (max-width: 991px) {
      .newsletters .aside.small {
        padding: 20px; }
        .newsletters .aside.small ul li {
          margin: 0 0 15px; }
        .newsletters .aside.small p {
          margin: 0 0 15px; } }
    @media (max-width: 767px) {
      .newsletters .aside.small {
        float: none;
        width: 100%;
        margin: 0 0 15px; } }
  .newsletters .comments-block {
    padding: 64px 0 0; }
    @media (max-width: 991px) {
      .newsletters .comments-block {
        padding: 40px 0 0; } }
    @media (max-width: 767px) {
      .newsletters .comments-block {
        padding: 20px 0 0; } }
  .newsletters #tools .tab-container {
    top: 115px; }
  .newsletters .heightval {
    top: 72px !important; }
  .newsletters #tools .tab-container .tab .container {
    width: 85% !important; }
  .newsletters div.gsc-control-cse {
    background-color: #475464 !important;
    border-color: #475464 !important;
    position: relative;
    padding: 47px 25px 20px 100px; }
  .newsletters #slidercarousel .carousel-component .slider-image .content-section {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1000px;
    top: 0;
    left: 0;
    padding: 25px 5px 12px 25px; }
  .newsletters #sidebar {
    overflow: hidden;
    padding: 105px 0 44px; }
    .newsletters #sidebar .social-networks {
      margin: 0 0 38px; }
      .newsletters #sidebar .social-networks a {
        border-color: #fc6719;
        width: 43px;
        height: 43px;
        line-height: 46px;
        font-size: 20px; }
        .newsletters #sidebar .social-networks a:hover {
          color: #fff !important;
          text-decoration: none;
          background: #fc6719; }
    .newsletters #sidebar .banner {
      margin: 0 0 40px; }
    .newsletters #sidebar .widget {
      margin: 0 0 26px;
      overflow: hidden;
      color: #a8aca1;
      font-size: 14px;
      padding: 15px; }
      .newsletters #sidebar .widget h6 {
        margin: 0 0 25px;
        position: relative;
        text-transform: uppercase;
        color: #5b7f95;
        font-size: 16px; }
        .newsletters #sidebar .widget h6:after {
          content: '';
          /*position: absolute;*/
          left: 0;
          width: 45px;
          height: 2px;
          bottom: -8px;
          background: #a8aca1; }
      .newsletters #sidebar .widget ul {
        padding: 0;
        margin: 0;
        list-style: none;
        color: var(--black); }
        .newsletters #sidebar .widget ul li {
          margin: 0 0 4px; }
        .newsletters #sidebar .widget ul a {
          text-transform: none;
          font-weight: 600;
          font-size: 16px; }
    @media (max-width: 991px) {
      .newsletters #sidebar {
        padding: 73px 0 30px; }
        .newsletters #sidebar .social-networks {
          margin: 0 0 25px; }
          .newsletters #sidebar .social-networks a {
            width: 36px;
            height: 36px;
            line-height: 36px;
            font-size: 16px; }
        .newsletters #sidebar .widget {
          font-size: 12px;
          margin: 0 0 20px; }
          .newsletters #sidebar .widget h6 {
            margin: 0 0 20px; }
        .newsletters #sidebar .banner {
          margin: 0 0 30px; } }
    @media (max-width: 767px) {
      .newsletters #sidebar {
        padding: 10px 0; }
        .newsletters #sidebar .social-networks {
          margin: 0 0 20px;
          text-align: left; }
          .newsletters #sidebar .social-networks a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 14px; }
        .newsletters #sidebar .banner {
          margin: 0 0 20px; } }
    .newsletters #sidebar .author-block .social-networks {
      margin: 0;
      padding: 20px 0 0 5px; }
    .newsletters #sidebar .related_articles {
      background-color: #eeeeee; }
      .newsletters #sidebar .related_articles .widget ul {
        padding-left: 28px;
        list-style: disc; }
        .newsletters #sidebar .related_articles .widget ul li {
          padding-bottom: 20px; }
    .newsletters #sidebar .related_blogs {
      background-color: #eeeeee; }
      .newsletters #sidebar .related_blogs .widget ul {
        padding-left: 28px;
        list-style: disc; }
        .newsletters #sidebar .related_blogs .widget ul li {
          padding-bottom: 20px; }
  .newsletters .author-block {
    margin: 0 0 47px;
    font-size: 14px;
    color: #a8aca1; }
    .newsletters .author-block p {
      margin: 0 0 15px;
      font-size: 14px;
      color: #a8aca1; }
    .newsletters .author-block .photo {
      display: block;
      width: 90px;
      margin: 0 0 18px; }
      .newsletters .author-block .photo img {
        width: 100%;
        height: auto;
        max-width: none; }
    .newsletters .author-block .top-block {
      display: inline-flex; }
    .newsletters .author-block h6 {
      text-transform: uppercase;
      margin: 0 0 4px; }
      .newsletters .author-block h6 span {
        color: #a8aca1; }
    @media (max-width: 991px) {
      .newsletters .author-block {
        margin: 0 0 30px; } }
  .newsletters p {
    color: var(--black);
    font-size: 16px; }
  .newsletters .intro .container {
    display: flex;
    padding: 0; }
    @media (max-width: 767px) {
      .newsletters .intro .container {
        display: block; } }
  .newsletters .intro .news-item {
    width: 50%;
    border: none;
    height: 475px;
    display: table;
    font-size: 18px; }
    @media (max-width: 991px) {
      .newsletters .intro .news-item {
        height: 400px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .newsletters .intro .news-item {
        width: 100%;
        float: none;
        height: auto;
        min-height: 0; } }
    .newsletters .intro .news-item .wrap-content {
      display: table-cell;
      vertical-align: middle;
      height: auto;
      padding: 60px 80px; }
      .newsletters .intro .news-item .wrap-content * {
        max-width: 400px; }
      @media (max-width: 1199px) {
        .newsletters .intro .news-item .wrap-content {
          padding: 40px 20px; } }
      @media (max-width: 767px) {
        .newsletters .intro .news-item .wrap-content {
          padding: 30px 20px; } }
    .newsletters .intro .news-item p {
      margin: 0 0 30px; }
      @media (max-width: 991px) {
        .newsletters .intro .news-item p {
          margin: 0 0 20px; } }
  .newsletters footer {
    border-top: 0px !important; }
  .newsletters .wrap-news {
    padding: 58px 0 46px;
    margin: 0 -7px;
    overflow: hidden; }
    .newsletters .wrap-news .news-item {
      width: calc(33.33% - 14px);
      margin: 0 7px 14px;
      float: left;
      font-weight: 600; }
      @media (max-width: 767px) {
        .newsletters .wrap-news .news-item {
          width: calc(50% - 14px); } }
      @media (max-width: 479px) {
        .newsletters .wrap-news .news-item {
          width: 100%;
          float: none;
          margin: 0 0 14px; } }
    @media (max-width: 767px) {
      .newsletters .wrap-news {
        padding: 30px 0 16px; } }
    @media (max-width: 479px) {
      .newsletters .wrap-news {
        margin: 0; } }
  .newsletters .news-item {
    /*background: #fff;*/
    border: 1px solid #d7d7d7;
    color: #a8aca1;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    min-height: 310px;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important; }
    @media (max-width: 991px) {
      .newsletters .news-item {
        min-height: 290px; } }
    @media (max-width: 767px) {
      .newsletters .news-item {
        min-height: 250px; } }
    .newsletters .news-item .wrap-content {
      height: 100%;
      position: relative;
      z-index: 2;
      font-size: 16px !important;
      padding: 33px 37px 48px; }
      @media (max-width: 991px) {
        .newsletters .news-item .wrap-content {
          padding: 20px 20px 40px;
          font-size: 14px; } }
      @media (max-width: 767px) {
        .newsletters .news-item .wrap-content {
          padding: 15px  15px 35px; } }
      .newsletters .news-item .wrap-content p {
        font-size: 16px !important; }
    .newsletters .news-item h3 a {
      color: var(--black); }
      .newsletters .news-item h3 a:hover {
        color: #fc6719; }
    .newsletters .news-item .date {
      position: absolute;
      bottom: 27px;
      font-weight: bold; }
      @media (max-width: 991px) {
        .newsletters .news-item .date {
          bottom: 20px; } }
      @media (max-width: 767px) {
        .newsletters .news-item .date {
          bottom: 15px; } }
    .newsletters .news-item p {
      margin: 0 0 10px; }
    .newsletters .news-item.banner {
      background: #eee;
      text-align: center; }
      .newsletters .news-item.banner a {
        display: block;
        height: 100%;
        white-space: nowrap; }
        .newsletters .news-item.banner a:before {
          display: inline-block;
          vertical-align: middle;
          height: 100%;
          width: 1px;
          content: '';
          margin: 0 0 0 -4px; }
        .newsletters .news-item.banner a img {
          display: inline-block;
          vertical-align: middle;
          max-width: 100%; }
    .newsletters .news-item.has-bg {
      color: #fff; }
      .newsletters .news-item.has-bg a {
        color: #fff; }
      .newsletters .news-item.has-bg h3 a:hover {
        color: #fff; }
      .newsletters .news-item.has-bg .category:after {
        background: #fff; }
      .newsletters .news-item.has-bg p {
        color: #fff; }
    .newsletters .news-item.last a {
      color: #fff;
      display: table;
      height: 100%;
      width: 100%; }
      .newsletters .news-item.last a > span {
        padding: 10px 37px;
        font-size: 35px;
        line-height: 38px;
        display: table-cell;
        font-weight: normal;
        vertical-align: middle;
        text-align: center; }
        @media (max-width: 991px) {
          .newsletters .news-item.last a > span {
            padding: 10px 20px;
            font-size: 28px;
            line-height: 30px; } }
        @media (max-width: 767px) {
          .newsletters .news-item.last a > span {
            padding: 15px 10px; } }
      .newsletters .news-item.last a [class^="icon-"], .newsletters .news-item.last a [class*=" icon-"] {
        margin: 0 0 0 5px;
        display: inline-block;
        vertical-align: top; }
      .newsletters .news-item.last a:hover {
        text-decoration: none; }
  .newsletters .category {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 35px; }
    .newsletters .category:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 26px;
      width: 45px;
      height: 2px;
      background: #a8aca1; }
    @media (max-width: 991px) {
      .newsletters .category {
        font-size: 14px;
        padding: 0  0 25px; }
        .newsletters .category:after {
          bottom: 17px; } }
  .newsletters .btn.more {
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    min-width: 100px;
    text-align: left;
    line-height: 38px;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0 53px 0 19px;
    border-radius: 20px;
    position: relative;
    transition: all 0.3 ease; }
    .newsletters .btn.more:after {
      content: "\e90b";
      font-family: 'icomoon' !important;
      position: absolute;
      right: 18px;
      top: 50%;
      font-weight: normal;
      font-size: 18px;
      line-height: 1;
      transform: translateY(-50%);
      transition: all 0.3 ease; }
    .newsletters .btn.more:hover {
      background-color: #fff;
      text-decoration: none;
      color: var(--black); }
      .newsletters .btn.more:hover:after {
        color: var(--pink); }
  .newsletters .news-nav {
    position: relative;
    background: #eee;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 3; }
    .newsletters .news-nav:before {
      content: '';
      position: absolute;
      right: 100%;
      top: 0;
      bottom: 0;
      background: #eee;
      width: 100vh; }
    .newsletters .news-nav:after {
      content: '';
      position: absolute;
      left: 100%;
      top: 0;
      bottom: 0;
      background: #eee;
      width: 100vh; }
    .newsletters .news-nav ul {
      padding: 0;
      margin: 0 auto;
      list-style: none;
      text-align: center;
      height: 75px;
      display: table;
      width: auto; }
      .newsletters .news-nav ul li {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 15px; }
    .newsletters .news-nav a {
      color: var(--black);
      transition: color 0.3s ease; }
      .newsletters .news-nav a:hover {
        color: #fc6719;
        text-decoration: none; }
    .newsletters .news-nav .active a {
      color: #fc6719; }
    .newsletters .news-nav .opener {
      position: absolute;
      left: -99999px;
      width: 0;
      height: 0;
      overflow: hidden; }
    @media (max-width: 767px) {
      .newsletters .news-nav {
        margin: 0 -20px;
        font-size: 16px; }
        .newsletters .news-nav .opener {
          position: relative;
          left: 0;
          right: 0;
          padding: 0 50px 0 20px;
          width: 100%;
          height: 34px;
          cursor: pointer;
          line-height: 34px; }
          .newsletters .news-nav .opener span {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .newsletters .news-nav .opener:after {
            content: "\e90a";
            font-family: 'icomoon' !important;
            color: var(--black);
            position: absolute;
            right: 20px;
            top: 0;
            width: 30px;
            text-align: center;
            opacity: 0.5;
            transform: rotate(-90deg); }
        .newsletters .news-nav.open ul {
          left: 0; }
        .newsletters .news-nav ul {
          display: block;
          position: absolute;
          top: 100%;
          width: 100%;
          max-height: 300px;
          overflow-y: auto;
          height: auto;
          background: #eee;
          font-size: 14px;
          left: -9999px; }
          .newsletters .news-nav ul li {
            display: block;
            padding: 0; }
          .newsletters .news-nav ul a {
            display: block;
            padding: 9px 20px; }
          .newsletters .news-nav ul .active a {
            background: #fff; } }
  .newsletters .pagination {
    background: #eee;
    z-index: 2;
    position: relative; }
    .newsletters .pagination:before, .newsletters .pagination:after {
      content: '';
      position: absolute;
      left: 100%;
      z-index: -1;
      top: 0;
      bottom: 0;
      width: 9999px;
      background: #eee; }
    .newsletters .pagination:after {
      left: auto;
      right: 100%; }
    .newsletters .pagination a {
      color: #a8aca1; }
    .newsletters .pagination ul {
      color: #a8aca1;
      width: 100%;
      border-left: 1px solid #cbcdc7;
      border-right: 1px solid #cbcdc7;
      height: 90px;
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      line-height: 36px;
      font-size: 18px;
      font-weight: 600; }
      @media (max-width: 1199px) {
        .newsletters .pagination ul {
          border: none; } }
      @media (max-width: 767px) {
        .newsletters .pagination ul {
          height: auto;
          padding: 20px 0;
          flex-wrap: wrap;
          display: block;
          font-size: 14px;
          line-height: 28px; } }
      .newsletters .pagination ul a, .newsletters .pagination ul span {
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        border: 2px solid transparent; }
        @media (max-width: 767px) {
          .newsletters .pagination ul a, .newsletters .pagination ul span {
            width: 30px;
            height: 30px; } }
      .newsletters .pagination ul .active a,
      .newsletters .pagination ul .active span {
        border: 2px solid #a8aca1;
        border-radius: 50%;
        pointer-events: none;
        cursor: default; }
        @media (max-width: 767px) {
          .newsletters .pagination ul .active a,
          .newsletters .pagination ul .active span {
            border-width: 1px; } }
      .newsletters .pagination ul a:hover {
        text-decoration: none;
        border: 2px solid #a8aca1;
        border-radius: 50%; }
        @media (max-width: 767px) {
          .newsletters .pagination ul a:hover {
            border-width: 1px; } }
      .newsletters .pagination ul li {
        flex: 1;
        text-align: center; }
        @media (max-width: 767px) {
          .newsletters .pagination ul li {
            display: inline-block;
            vertical-align: top;
            padding: 5px; } }
        .newsletters .pagination ul li.prev {
          align-self: auto;
          display: block;
          position: absolute;
          left: -70px;
          width: 36px;
          height: 36px;
          line-height: 36px;
          top: 50%;
          margin-top: -13px;
          font-size: 24px; }
          .newsletters .pagination ul li.prev a, .newsletters .pagination ul li.prev span,
          .newsletters .pagination ul li.prev a:hover {
            border: none;
            border-radius: 0; }
          @media (max-width: 1199px) {
            .newsletters .pagination ul li.prev {
              display: none; } }
        .newsletters .pagination ul li.next {
          align-self: auto;
          display: block;
          position: absolute;
          right: -70px;
          width: 36px;
          height: 36px;
          font-size: 24px;
          line-height: 36px;
          top: 50%;
          margin-top: -13px; }
          .newsletters .pagination ul li.next a, .newsletters .pagination ul li.next span,
          .newsletters .pagination ul li.next a:hover {
            border: none;
            border-radius: 0; }
          @media (max-width: 1199px) {
            .newsletters .pagination ul li.next {
              display: none; } }
        .newsletters .pagination ul li.disabled a {
          pointer-events: none;
          cursor: default;
          opacity: 0.3; }
  .newsletters .subscribe-block {
    text-align: center;
    background: #fc6719 url("../bg-orange-gradient.html") center center no-repeat;
    background-size: cover;
    height: 290px;
    color: #fff; }
    .newsletters .subscribe-block .container {
      height: 100%;
      display: table;
      width: 100%; }
    .newsletters .subscribe-block h2 {
      margin: 0 0 33px; }
    @media (max-width: 767px) {
      .newsletters .subscribe-block {
        height: 250px; }
        .newsletters .subscribe-block h2 {
          margin: 0 0 25px; } }
  .newsletters .subscribe-form {
    margin: 0;
    display: table-cell;
    vertical-align: middle; }
    .newsletters .subscribe-form .input-holder {
      position: relative;
      max-width: 400px;
      border-bottom: 2px solid #fff;
      padding: 0 30px 0 0;
      margin: 0 auto;
      width: 100%; }
    .newsletters .subscribe-form [type="email"], .newsletters .subscribe-form [type="text"] {
      display: block;
      width: 100%;
      background: none;
      border: none;
      box-shadow: none;
      outline: none !important;
      padding: 0;
      margin: 0;
      font-size: 18px;
      height: 40px;
      line-height: 40px;
      color: #fff; }
      .newsletters .subscribe-form [type="email"]::-webkit-input-placeholder, .newsletters .subscribe-form [type="text"]::-webkit-input-placeholder {
        color: #fff; }
      .newsletters .subscribe-form [type="email"]::-moz-placeholder, .newsletters .subscribe-form [type="text"]::-moz-placeholder {
        opacity: 1;
        color: #fff; }
      .newsletters .subscribe-form [type="email"]:-moz-placeholder, .newsletters .subscribe-form [type="text"]:-moz-placeholder {
        color: #fff; }
      .newsletters .subscribe-form [type="email"]:-ms-input-placeholder, .newsletters .subscribe-form [type="text"]:-ms-input-placeholder {
        color: #fff; }
      .newsletters .subscribe-form [type="email"].placeholder, .newsletters .subscribe-form [type="text"].placeholder {
        color: #fff; }
      @media (max-width: 767px) {
        .newsletters .subscribe-form [type="email"], .newsletters .subscribe-form [type="text"] {
          font-size: 14px;
          line-height: 30px;
          height: 30px; } }
    .newsletters .subscribe-form [type="submit"] {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 30px;
      line-height: 40px;
      font-size: 22px;
      color: #fff;
      border: none;
      outline: none;
      background: none;
      padding: 0;
      margin: 0;
      cursor: pointer;
      z-index: 2;
      text-align: right; }
      @media (max-width: 767px) {
        .newsletters .subscribe-form [type="submit"] {
          line-height: 30px;
          font-size: 20px; } }
    .newsletters .subscribe-form .tooltip {
      position: absolute;
      z-index: 3;
      width: 200px;
      padding: 8px 10px;
      background: #fff;
      color: #000;
      font-size: 16px;
      right: 0;
      bottom: 100%;
      text-align: center;
      margin: 0 -85px 13px 0;
      display: none; }
      .newsletters .subscribe-form .tooltip:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 0;
        height: 0;
        margin: 0 0 0 -5px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff; }
      .newsletters .subscribe-form .tooltip strong {
        display: block;
        font-weight: 600; }
      @media (max-width: 767px) {
        .newsletters .subscribe-form .tooltip {
          margin: 0 -10px 12px 0; }
          .newsletters .subscribe-form .tooltip:after {
            left: auto;
            right: 8px; } }
    .newsletters .subscribe-form.active-tooltip .tooltip {
      display: block; }
    .newsletters .subscribe-form p#invalid-email {
      display: none;
      position: inherit;
      color: #FF0000; }
  .newsletters .carousel {
    position: relative;
    color: #fff; }
    .newsletters .carousel .slide {
      position: relative;
      z-index: 2; }
    .newsletters .carousel a {
      color: #fff; }
    .newsletters .carousel a:hover {
      text-decoration: none; }
    .newsletters .carousel .container {
      min-height: 290px;
      padding: 0px; }
      @media (max-width: 1199px) {
        .newsletters .carousel .container {
          padding: 0px; } }
      @media (max-width: 767px) {
        .newsletters .carousel .container {
          padding: 0px; } }
      .newsletters .carousel .container > * {
        max-width: 100%; }
        @media (max-width: 991px) {
          .newsletters .carousel .container > * {
            max-width: 100%; } }
        @media (max-width: 767px) {
          .newsletters .carousel .container > * {
            max-width: 100%; } }
    .newsletters .carousel .category:after {
      background: #fff; }
    .newsletters .carousel .bg-stretch {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .newsletters .carousel h2 {
      font-size: 36px;
      margin: 0 0 29px; }
      @media (max-width: 991px) {
        .newsletters .carousel h2 {
          font-size: 30px;
          margin: 0 0 25px; } }
  .newsletters .carousel-component .slider-image .slide {
    overflow: hidden;
    position: relative;
    min-height: 400px; }
  @media only screen and (min-width: 767px) {
    .newsletters .carousel-component .slider-image .content-section {
      position: relative;
      z-index: 2;
      width: 90%;
      max-width: 550px;
      top: 0;
      left: 0;
      padding: 60px 0 10px 80px; } }
  @media only screen and (max-width: 767px) {
    .newsletters .carousel-component .slider-image .content-section {
      position: relative;
      max-width: 100%; } }
  .newsletters #main {
    padding: 120px 0 0; }
  @media (max-width: 991px) {
    .newsletters #main {
      padding: 80px 0 0; } }
  @media (max-width: 767px) {
    .newsletters #main {
      padding: 50px 0 0; } }
  .newsletters #slidercarousel, .newsletters #slidercarousel .common-wrapper {
    height: 100% !important; }
  .newsletters #slidercarousel .container {
    padding: 25px !important;
    height: 100% !important; }
  .newsletters .bg-stretch img {
    margin-left: 0px !important;
    height: 100% !important; }
  .newsletters #slidercarousel .carousel-component .slider-image .slide {
    overflow: hidden;
    position: relative;
    min-height: 265px !important;
    margin-right: 5px; }
  .newsletters .slick-list, .newsletters .newsletters .slide {
    height: 100% !important; }
  .newsletters #sidebar #slidercarousel .container {
    padding: 0px 0px 40px 0px !important; }
  .newsletters html {
    height: 100%; }
  .newsletters a {
    color: #fc6719;
    text-decoration: none; }
    .newsletters a:hover {
      text-decoration: underline; }
  .newsletters * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .newsletters *:focus,
  .newsletters *:active,
  .newsletters a:active,
  .newsletters a:focus,
  .newsletters button:focus,
  .newsletters button:active,
  .newsletters input:focus,
  .newsletters input:active,
  .newsletters .btn:focus, .newsletters .focus.btn, .newsletters .btn:focus:active, .newsletters .focus.btn:active, .newsletters .active.btn:focus, .newsletters .focus.active.btn {
    -moz-outline-style: none;
    outline: none; }
  .newsletters :-moz-any-link:focus {
    outline: none; }
  .newsletters a:focus {
    outline-style: none;
    text-decoration: none; }
  .newsletters #newsletter-promo-tile .wrapper-default-space {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .newsletters .text-wrapper p {
    display: table !important; }
  .newsletters .icon-blogger:before {
    content: "\eab7" !important;
    font-family: 'icomoon-blog' !important; }
  .newsletters .add-this .addthis_custom_sharing .at-share-tbx-element .at-share-btn {
    border-radius: 0 !important; }

/*# sourceMappingURL=style.css.map */


/****************** REDESIGN CODE BASE **********************/

#menu,.intro-header,.breadcrumbs, .mobile-header .menu-opener,.tab-links .link { display:none;}

.search .tab-link .fa{
visibility:hidden;
}

@media only screen and (min-width: 999px) {
    .bar-orange-gradient .common-wrapper {
        padding: 15px 75px 10px 75px !important;
    }
    .common-wrapper {
        position: relative;
        z-index: 40;
        padding-left: 90px ;
      padding-right: 90px ;
        box-sizing: border-box;
    }
  .get-started-component {
    padding: 110px 100px 80px 100px;
    }
  .container.fluid .row {
        margin: 0 -90px;
    }
    .promo-component .component-pad, #intro.sm-height .intro-inner, #intro .intro-header .header-logo, #intro .homecarousel490, .visual-component .component-pad, div.gsc-control-cse {
        padding-left: 90px ;
      padding-right: 90px ;
    }
  .richtext .homepage-video .container.fluid, .visual-component .component-pad-theme , .multi-image-collage .common-wrapper {
        padding-left:90px !important;
        padding-right:90px !important;
    }
  .richtext .homepage-video .gray{
        background:#fff;
    }
  .smallfont{
        font-size:30px !important;
     }
}

@media only screen and (min-width: 676px) {
  .rb18.testimonial-slider .slick-slider .slick-prev, .rb18.testimonial-slider .slick-slider .slick-next {
        display : none !important;
    }

}

@media only screen and (max-width: 1299px){
    #intro #slider-banner .bg-stretch img {
        right: 0%;
    }
}
.search-active.tools-active #tools .tab-container {
    width: 100%;
    border-right: none;
    top: 110px;
}
.tools-active #nav-overlay {
    top: 62px;
}
.footer {
    background: #fff;
}
.view-more-active #view-more-section{
  top:62px;
}
#view-more-section .bottom-block {
  display : none !important;
}
#intro.auto-height {
    height: 62px !important;
    background: #eee;
}
.tools-active #tools
{
    padding-top:90px;
}
@media only screen and (max-width: 595px){
#main .rb18.testimonial-slider .previous-arrow {
    display: none;
}}
@media only screen and (max-width: 595px){
#main .rb18.testimonial-slider .next-arrow {
    display: none;
}}


/***********/
/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/* New Color */
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins
   (min-width:1200px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1200px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:595px) */
/*  (max-width:480px) */
/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/* New Color */
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins
   (min-width:1200px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1200px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:595px) */
/*  (max-width:480px) */
/*
 * Effect.
 */
.move-up,
.move-right,
.move-left,
scaleZoomHover,
.banner-move-up,
.hero-scale-zoom-animate,
.infographic-move-up {
  visibility: hidden;
  visibility: visible\ie9;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
     animation-delay: 0.1s;
  -webkit-animation-name: none;
  -o-animation-name: none;
     animation-name: none;
  -webkit-animation-iteration-count: once;
       -o-animation-iteration-count: once;
          animation-iteration-count: once;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
     animation-fill-mode: forwards; }

.scale-zoom-animate {
  visibility: hidden;
  visibility: visible\ie9;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
     animation-delay: 0.1s;
  -webkit-animation-name: none;
  -o-animation-name: none;
     animation-name: none;
  -webkit-animation-iteration-count: once;
       -o-animation-iteration-count: once;
          animation-iteration-count: once;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
     animation-fill-mode: forwards; }

.scale-zoom-out {
  visibility: hidden;
  visibility: visible\ie9;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
     animation-delay: 0.1s;
  -webkit-animation-name: none;
  -o-animation-name: none;
     animation-name: none;
  -webkit-animation-iteration-count: once;
       -o-animation-iteration-count: once;
          animation-iteration-count: once;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
     animation-fill-mode: forwards; }

.move-left-delayed {
  visibility: hidden;
  visibility: visible\ie9;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
     animation-delay: 0.1s;
  -webkit-animation-name: none;
  -o-animation-name: none;
     animation-name: none;
  -webkit-animation-iteration-count: once;
       -o-animation-iteration-count: once;
          animation-iteration-count: once;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
     animation-fill-mode: forwards; }

.delay-200 {
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out; }

.delay-400 {
  -o-transition: all 1.4s ease-in-out;
  transition: all 1.4s ease-in-out;
  -webkit-transition: all 1.4s ease-in-out;
  -moz-transition: all 1.4s ease-in-out;
  -ms-transition: all 1.4s ease-in-out; }

.delay-800 {
  -o-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
  -webkit-transition: all 1.6s ease-in-out;
  -moz-transition: all 1.6s ease-in-out;
  -ms-transition: all 1.6s ease-in-out; }

.delay-1200 {
  -o-transition: all 1.8s ease-in-out !important;
  transition: all 1.8s ease-in-out !important;
  -webkit-transition: all 1.8s ease-in-out !important;
  -moz-transition: all 1.8s ease-in-out !important;
  -ms-transition: all 1.8s ease-in-out !important; }

@-webkit-keyframes scaleZoom {
  25% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-o-keyframes scaleZoom {
  25% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
       transform: scale(0.8, 0.8); }
  100% {
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1); } }

@keyframes scaleZoom {
  25% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
       transform: scale(0.8, 0.8); }
  100% {
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1); } }

@-webkit-keyframes scaleZoomHover {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    /*box-shadow: 0px 1px 5px 2px rgba(173, 168, 173, 0.55);*/ }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
    /*box-shadow: 0px 1px 5px 2px rgba(173, 168, 173, 0.55);*/ } }

@-o-keyframes scaleZoomHover {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1);
    /*box-shadow: 0px 1px 5px 2px rgba(173, 168, 173, 0.55);*/ }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.04, 1.04);
    -o-transform: scale(1.04, 1.04);
       transform: scale(1.04, 1.04);
    /*box-shadow: 0px 1px 5px 2px rgba(173, 168, 173, 0.55);*/ } }

@keyframes scaleZoomHover {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1);
    /*box-shadow: 0px 1px 5px 2px rgba(173, 168, 173, 0.55);*/ }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.04, 1.04);
    -o-transform: scale(1.04, 1.04);
       transform: scale(1.04, 1.04);
    /*box-shadow: 0px 1px 5px 2px rgba(173, 168, 173, 0.55);*/ } }

@-webkit-keyframes scaleZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-o-keyframes scaleZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
       transform: scale(0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1); } }

@keyframes scaleZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
       transform: scale(0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1); } }

@-webkit-keyframes scaleZoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-o-keyframes scaleZoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
       transform: scale(1.3, 1.3); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1); } }

@keyframes scaleZoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
       transform: scale(1.3, 1.3); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1); } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2); }
  to {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-o-keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
       transform: scale(0.2, 0.2); }
  to {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1); } }

@keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
       transform: scale(0.2, 0.2); }
  to {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
       transform: scale(1, 1); } }

@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -o-transform: none;
       transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -o-transform: none;
       transform: none; } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform: none; } }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-12px, 0, 0);
    transform: translate3d(-12px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-12px, 0, 0);
    transform: translate3d(-12px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -o-transform: none;
       transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-12px, 0, 0);
    transform: translate3d(-12px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -o-transform: none;
       transform: none; } }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(12px, 0, 0);
    transform: translate3d(12px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(12px, 0, 0);
    transform: translate3d(12px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -o-transform: none;
       transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(12px, 0, 0);
    transform: translate3d(12px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -o-transform: none;
       transform: none; } }

@-webkit-keyframes fadeInLeftDelayed {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes fadeInLeftDelayed {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -o-transform: none;
       transform: none; } }

@keyframes fadeInLeftDelayed {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -o-transform: none;
       transform: none; } }

/*
*
*/
.ie9 .move-up {
  visibility: visible;
  opacity: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  bottom: -300px; }

.ie9 .move-right {
  visibility: visible;
  opacity: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  left: -300px; }

.ie9 .move-left {
  visibility: visible;
  opacity: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  left: -300px; }

/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/* New Color */
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins
   (min-width:1200px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1200px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:595px) */
/*  (max-width:480px) */
header.rb18 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  padding: 0;
  overflow: visible; }
  @media (max-width: 991px) {
    header.rb18 {
      overflow: visible; } }
  header.rb18 .gradient-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(42%, rgba(0, 0, 0, 0.56)), color-stop(47%, rgba(0, 0, 0, 0.52)), color-stop(52%, rgba(0, 0, 0, 0.45)), color-stop(53%, rgba(0, 0, 0, 0.46)), color-stop(64%, rgba(0, 0, 0, 0.3)), color-stop(66%, rgba(0, 0, 0, 0.26)), color-stop(69%, rgba(0, 0, 0, 0.24)), color-stop(71%, rgba(0, 0, 0, 0.2)), color-stop(77%, rgba(0, 0, 0, 0.13)), color-stop(79%, rgba(0, 0, 0, 0.1)), color-stop(80%, rgba(0, 0, 0, 0.11)), color-stop(81%, rgba(0, 0, 0, 0.09)), color-stop(92%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.56) 42%, rgba(0, 0, 0, 0.52) 47%, rgba(0, 0, 0, 0.45) 52%, rgba(0, 0, 0, 0.46) 53%, rgba(0, 0, 0, 0.3) 64%, rgba(0, 0, 0, 0.26) 66%, rgba(0, 0, 0, 0.24) 69%, rgba(0, 0, 0, 0.2) 71%, rgba(0, 0, 0, 0.13) 77%, rgba(0, 0, 0, 0.1) 79%, rgba(0, 0, 0, 0.11) 80%, rgba(0, 0, 0, 0.09) 81%, rgba(0, 0, 0, 0.02) 92%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.56) 42%, rgba(0, 0, 0, 0.52) 47%, rgba(0, 0, 0, 0.45) 52%, rgba(0, 0, 0, 0.46) 53%, rgba(0, 0, 0, 0.3) 64%, rgba(0, 0, 0, 0.26) 66%, rgba(0, 0, 0, 0.24) 69%, rgba(0, 0, 0, 0.2) 71%, rgba(0, 0, 0, 0.13) 77%, rgba(0, 0, 0, 0.1) 79%, rgba(0, 0, 0, 0.11) 80%, rgba(0, 0, 0, 0.09) 81%, rgba(0, 0, 0, 0.02) 92%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.56) 42%, rgba(0, 0, 0, 0.52) 47%, rgba(0, 0, 0, 0.45) 52%, rgba(0, 0, 0, 0.46) 53%, rgba(0, 0, 0, 0.3) 64%, rgba(0, 0, 0, 0.26) 66%, rgba(0, 0, 0, 0.24) 69%, rgba(0, 0, 0, 0.2) 71%, rgba(0, 0, 0, 0.13) 77%, rgba(0, 0, 0, 0.1) 79%, rgba(0, 0, 0, 0.11) 80%, rgba(0, 0, 0, 0.09) 81%, rgba(0, 0, 0, 0.02) 92%, rgba(0, 0, 0, 0.01) 100%);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    header.rb18 .gradient-overlay.body-overlay {
      z-index: -1;
      opacity: 1;
      visibility: visible; }
    @media (max-width: 991px) {
      header.rb18 .gradient-overlay {
        display: none; } }
  header.rb18 .main-nav {
    background: #fff;
    box-shadow: 0px 3px 5px -3px rgba(173, 168, 173, 0.55) !important;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
    header.rb18 .main-nav .container:after {
      content: "";
      display: block;
      clear: both; }
    header.rb18 .main-nav .nav-logo {
      float: left;
      margin-top: 15px;
      max-width: 150px; }
      @media (max-width: 1200px) {
        header.rb18 .main-nav .nav-logo {
          margin-top: 18px;
          max-width: 133px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        header.rb18 .main-nav .nav-logo {
          margin-top: 19px;
          max-width: 110px; } }
      @media (max-width: 991px) {
        header.rb18 .main-nav .nav-logo {
          margin-top: 23px;
          max-width: 110px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        header.rb18 .main-nav .nav-logo {
          margin-top: 27px; } }
      @media (max-width: 480px) {
        header.rb18 .main-nav .nav-logo {
          max-width: 100px; } }
      header.rb18 .main-nav .nav-logo img {
        width: 160px; }
        @media (max-width: 1200px) {
          header.rb18 .main-nav .nav-logo img {
            width: 140px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          header.rb18 .main-nav .nav-logo img {
            width: 110px; } }
        @media (max-width: 991px) {
          header.rb18 .main-nav .nav-logo img {
            width: 110px; } }
    header.rb18 .main-nav .hamburger {
      width: 30px;
      float: right;
      font-size: 0;
      margin-top: 19px;
      cursor: pointer; }
      @media (min-width: 768px) and (max-width: 991px) {
        header.rb18 .main-nav .hamburger {
          margin-top: 25px; } }
      @media (min-width: 992px) {
        header.rb18 .main-nav .hamburger {
          display: none; } }
      header.rb18 .main-nav .hamburger span {
        width: 30px;
        height: 4px;
        background: #303D49;
        display: inline-block;
        margin: 3px 0px; }
        header.rb18 .main-nav .hamburger span:nth-child(1) {
          -webkit-animation-name: hamburgerOneReverse;
               -o-animation-name: hamburgerOneReverse;
                  animation-name: hamburgerOneReverse;
          -webkit-animation-fill-mode: forwards;
               -o-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 500ms;
               -o-animation-duration: 500ms;
                  animation-duration: 500ms;
          -webkit-transform-origin: center;
               -o-transform-origin: center;
                  transform-origin: center; }
        header.rb18 .main-nav .hamburger span:nth-child(3) {
          -webkit-animation-name: hamburgerThreeReverse;
               -o-animation-name: hamburgerThreeReverse;
                  animation-name: hamburgerThreeReverse;
          -webkit-animation-fill-mode: forwards;
               -o-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 500ms;
               -o-animation-duration: 500ms;
                  animation-duration: 500ms;
          -webkit-transform-origin: center;
               -o-transform-origin: center;
                  transform-origin: center; }
        header.rb18 .main-nav .hamburger span:nth-child(2) {
          -webkit-animation-name: hamburgerTwoReverse;
               -o-animation-name: hamburgerTwoReverse;
                  animation-name: hamburgerTwoReverse;
          -webkit-animation-fill-mode: forwards;
               -o-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 500ms;
               -o-animation-duration: 500ms;
                  animation-duration: 500ms; }
      header.rb18 .main-nav .hamburger.active span:nth-child(1) {
        -webkit-animation-name: hamburgerOne;
             -o-animation-name: hamburgerOne;
                animation-name: hamburgerOne;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 500ms;
             -o-animation-duration: 500ms;
                animation-duration: 500ms;
        -webkit-transform-origin: center;
             -o-transform-origin: center;
                transform-origin: center; }
      header.rb18 .main-nav .hamburger.active span:nth-child(3) {
        -webkit-animation-name: hamburgerThree;
             -o-animation-name: hamburgerThree;
                animation-name: hamburgerThree;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 500ms;
             -o-animation-duration: 500ms;
                animation-duration: 500ms;
        -webkit-transform-origin: center;
             -o-transform-origin: center;
                transform-origin: center; }
      header.rb18 .main-nav .hamburger.active span:nth-child(2) {
        -webkit-animation-name: hamburgerTwo;
             -o-animation-name: hamburgerTwo;
                animation-name: hamburgerTwo;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 500ms;
             -o-animation-duration: 500ms;
                animation-duration: 500ms;
        opacity: 0; }
    header.rb18 .main-nav .primary-nav {
      float: left;
      margin-left: 27px; }
      @media (max-width: 991px) {
        header.rb18 .main-nav .primary-nav {
          margin-left: 0;
          position: absolute;
          top: 67px;
          left: 0;
          width: 100%;
          height: calc(100vh - 61px);
          background: #fff;
          display: none;
          opacity: 0;
          overflow: auto;
          -webkit-overflow-scrolling: touch; } }
      @media (min-width: 768px) and (max-width: 991px) {
        header.rb18 .main-nav .primary-nav {
          top: 79px; } }
      header.rb18 .main-nav .primary-nav > li {
        position: relative;
        float: left; }
        @media (max-width: 991px) {
          header.rb18 .main-nav .primary-nav > li {
            float: none;
            background: #e0eaf1; } }
        header.rb18 .main-nav .primary-nav > li:after {
          content: ""; }
          @media (max-width: 991px) {
            header.rb18 .main-nav .primary-nav > li:after {
              position: absolute;
              bottom: 0;
              left: 20px;
              width: calc(100% - 40px);
              height: 1px;
              background: #d0dbe3; } }
        header.rb18 .main-nav .primary-nav > li:before {
          content: "";
          position: absolute;
          bottom: -5px;
          left: calc(50% - 250vw);
          width: 500vw;
          height: 5px;
          background: #fe671e;
          -webkit-transform: scale(0, 1);
               -o-transform: scale(0, 1);
                  transform: scale(0, 1);
          -webkit-transition: -webkit-transform 0.5s linear;
          transition: -webkit-transform 0.5s linear;
          -o-transition: -o-transform 0.5s linear;
          transition: transform 0.5s linear;
          transition: transform 0.5s linear, -webkit-transform 0.5s linear, -o-transform 0.5s linear; }
          @media (max-width: 991px) {
            header.rb18 .main-nav .primary-nav > li:before {
              display: none; } }
        @media (min-width: 992px) {
          header.rb18 .main-nav .primary-nav > li:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: calc(50% - 8px);
            background: url(../orange_up_arrow.html);
            background-size: cover;
            width: 16px;
            height: 8px;
            opacity: 0; } }
        header.rb18 .main-nav .primary-nav > li.mobile-nav {
          display: none; }
          @media (max-width: 991px) {
            header.rb18 .main-nav .primary-nav > li.mobile-nav {
              display: block; }
              header.rb18 .main-nav .primary-nav > li.mobile-nav a:after {
                display: none; }
              header.rb18 .main-nav .primary-nav > li.mobile-nav a:before {
                display: none; }
              header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links {
                margin-top: 0;
                padding: 26px 20px; }
                header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li {
                  margin-right: 40px;
                  display: inline-block; }
                  header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a {
                    position: relative;
                    border-radius: 50%;
                    display: table;
                    -webkit-transition: all 0.4s linear;
                    -o-transition: all 0.4s linear;
                    transition: all 0.4s linear; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a.twitter {
                      width: 21px; }
                      header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a.twitter img {
                        width: 21px;
                        height: 21px; }
                      header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a.twitter:after {
                        content: "";
                        position: absolute;
                        height: 22px;
                        width: 22px;
                        right: 0;
                        top: 0px;
                        opacity: 0;
                        display: block;
                        background: url("../twitter_white.html") top no-repeat; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a.facebook {
                      width: 22px; }
                      header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a.facebook img {
                        width: 22px;
                        height: 22px; }
                      header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a.facebook:after {
                        content: "";
                        position: absolute;
                        height: 22px;
                        width: 22px;
                        right: 0;
                        top: 0px;
                        opacity: 0;
                        display: block;
                        background: url("../facebook_white.html") top no-repeat; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a.linkdin {
                      width: 22px; }
                      header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a.linkdin img {
                        width: 22px;
                        height: 22px; }
                      header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a.linkdin:after {
                        content: "";
                        position: absolute;
                        height: 22px;
                        width: 22px;
                        right: 0;
                        top: 0px;
                        opacity: 0;
                        display: block;
                        background: url("../linkdin_white.html") top no-repeat; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a.google_plus {
                      width: 29px;
                      padding-top: 2px; }
                      header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a.google_plus:before {
                        top: -16px;
                        left: -11px; }
                      header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a.google_plus:after {
                        content: "";
                        position: absolute;
                        height: 29px;
                        width: 29px;
                        right: 0;
                        top: 2px;
                        opacity: 0;
                        display: block;
                        background: url("../google_plus_white.html") top no-repeat; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a:before {
                      content: "";
                      position: absolute;
                      top: -15px;
                      left: -15px;
                      border-radius: 50%;
                      right: 0;
                      bottom: 0;
                      height: 50px;
                      width: 50px;
                      background: var(--pink);
                      -webkit-transform: scale(0);
                           -o-transform: scale(0);
                              transform: scale(0);
                      z-index: -1;
                      opacity: 0;
                      display: block;
                      -webkit-transition: all 300ms ease-out;
                      -o-transition: all 300ms ease-out;
                      transition: all 300ms ease-out; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a:hover:before {
                      -webkit-transform: scale(1);
                           -o-transform: scale(1);
                              transform: scale(1);
                      opacity: 1;
                      display: block;
                      -webkit-transition: all 300ms ease-out;
                      -o-transition: all 300ms ease-out;
                      transition: all 300ms ease-out;
                      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                           -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                              transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a:hover.twitter:after {
                      opacity: 1; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a:hover.twitter img {
                      opacity: 0; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a:hover.facebook:after {
                      opacity: 1; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a:hover.facebook img {
                      opacity: 0; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a:hover.linkdin:after {
                      opacity: 1; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a:hover.linkdin img {
                      opacity: 0; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a:hover.google_plus:after {
                      opacity: 1; }
                    header.rb18 .main-nav .primary-nav > li.mobile-nav .social-links ul li a:hover.google_plus img {
                      opacity: 0; }
              header.rb18 .main-nav .primary-nav > li.mobile-nav.contact-link a {
                position: relative;
                text-transform: capitalize;
                -webkit-transform: perspective(1px) translateZ(0);
                transform: perspective(1px) translateZ(0);
                overflow: hidden;
                display: inline-block; }
                header.rb18 .main-nav .primary-nav > li.mobile-nav.contact-link a:before {
                  content: "";
                  position: absolute;
                  z-index: -1;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  width: 140%;
                  height: 650%;
                  background: #fff;
                  opacity: 0;
                  -webkit-transform: scaleX(0.2);
                       -o-transform: scaleX(0.2);
                          transform: scaleX(0.2);
                  -webkit-transform-origin: 50%;
                       -o-transform-origin: 50%;
                          transform-origin: 50%;
                  -webkit-transition: all 300ms ease-out;
                  -o-transition: all 300ms ease-out;
                  transition: all 300ms ease-out;
                  display: block !important; }
                  header.rb18 .main-nav .primary-nav > li.mobile-nav.contact-link a:hover:before {
                    opacity: 1;
                    -webkit-transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-9%);
                         -o-transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-9%);
                            transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-9%); }
              header.rb18 .main-nav .primary-nav > li.mobile-nav.contact-link:after {
                display: none; } }
        header.rb18 .main-nav .primary-nav > li > a {
          position: relative;
          font-size: 16px;
          color: #303D49;
          display: block;
          padding: 23px 21px 23px 23px;
          letter-spacing: 0.09em;
          text-transform: uppercase;
          font-weight: 600; }
          @media (min-width: 992px) and (max-width: 1200px) {
            header.rb18 .main-nav .primary-nav > li > a {
              padding: 23px 15px 23px 16px; } }
          @media (max-width: 991px) {
            header.rb18 .main-nav .primary-nav > li > a {
              display: inline-block;
              font-size: 22px;
              padding: 24px 20px 24px;
              font-weight: 700;
              text-transform: capitalize;
              width: 100%;
              -webkit-transition: all 0.2s linear;
              -o-transition: all 0.2s linear;
              transition: all 0.2s linear; } }
          @media (min-width: 596px) and (max-width: 767px) {
            header.rb18 .main-nav .primary-nav > li > a {
              font-size: 20px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            header.rb18 .main-nav .primary-nav > li > a {
              font-size: 18px; } }
          @media (max-width: 480px) {
            header.rb18 .main-nav .primary-nav > li > a {
              font-size: 16px; } }
          @media (max-width: 991px) {
            header.rb18 .main-nav .primary-nav > li > a:before {
              content: "";
              position: absolute;
              bottom: auto;
              top: calc(50% - 2.5px);
              width: 21px;
              height: 5px;
              left: auto;
              right: 20px;
              border-radius: 5px;
              background: #5b7e96;
              -webkit-transform: scale(1, 1);
                   -o-transform: scale(1, 1);
                      transform: scale(1, 1);
              display: block;
              -webkit-transition: all 0.2s linear;
              -o-transition: all 0.2s linear;
              transition: all 0.2s linear; } }
          @media (max-width: 767px) {
            header.rb18 .main-nav .primary-nav > li > a:before {
              top: calc(50% - 1.5px);
              width: 19px;
              height: 3px; } }
          header.rb18 .main-nav .primary-nav > li > a:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: calc(50% - 8px);
            background: url("../orange_up_arrow.html");
            background-size: cover;
            width: 16px;
            height: 8px;
            opacity: 0; }
            @media (max-width: 991px) {
              header.rb18 .main-nav .primary-nav > li > a:after {
                display: none; } }
            @media (max-width: 991px) {
              header.rb18 .main-nav .primary-nav > li > a:after {
                opacity: 1;
                background: #5b7e96;
                width: 5px;
                height: 21px;
                border-radius: 5px;
                bottom: auto;
                top: calc(50% - 10.5px);
                left: auto;
                right: 28.5px;
                opacity: 1;
                display: block;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear; } }
            @media (max-width: 767px) {
              header.rb18 .main-nav .primary-nav > li > a:after {
                width: 3px;
                height: 19px;
                top: calc(50% - 9.5px); } }
          header.rb18 .main-nav .primary-nav > li > a.active:before {
            -webkit-transform: scale(1, 1);
                 -o-transform: scale(1, 1);
                    transform: scale(1, 1); }
          header.rb18 .main-nav .primary-nav > li > a.active:after {
            opacity: 1; }
        header.rb18 .main-nav .primary-nav > li .view-more-nav {
          position: absolute;
          left: 0;
          top: 72px;
          width: 100%;
          background: #fff;
          visibility: hidden;
          opacity: 0;
          min-width: 321px;
          padding: 30px 0;
          z-index: -1;
          -webkit-transform: translate(0, -10px);
               -o-transform: translate(0, -10px);
                  transform: translate(0, -10px);
          -webkit-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          border-radius: 0 0 10px 10px; }
          @media (min-width: 992px) {
            header.rb18 .main-nav .primary-nav > li .view-more-nav {
              display: block !important; } }
          @media (min-width: 992px) and (max-width: 1200px) {
            header.rb18 .main-nav .primary-nav > li .view-more-nav {
              top: 70px; } }
          @media (max-width: 991px) {
            header.rb18 .main-nav .primary-nav > li .view-more-nav {
              position: relative;
              top: auto;
              left: auto;
              height: auto;
              padding: 0;
              -webkit-transform: translate(0, 0);
                   -o-transform: translate(0, 0);
                      transform: translate(0, 0);
              display: none;
              opacity: 1;
              visibility: visible;
              -webkit-transition: none;
              -o-transition: none;
              transition: none; } }
          header.rb18 .main-nav .primary-nav > li .view-more-nav:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: #fff;
            opacity: 0; }
            @media (max-width: 991px) {
              header.rb18 .main-nav .primary-nav > li .view-more-nav:after {
                opacity: 1;
                z-index: 1; } }
          header.rb18 .main-nav .primary-nav > li .view-more-nav li {
            width: 100%;
            padding: 10px 40px; }
            @media (max-width: 991px) {
              header.rb18 .main-nav .primary-nav > li .view-more-nav li {
                padding: 0 20px; } }
            header.rb18 .main-nav .primary-nav > li .view-more-nav li a {
              position: relative;
              font-size: 16px;
              color: #303D49;
              display: inline;
              -webkit-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              transition: all 0.3s linear;
              font-weight: 600; }
              @media (max-width: 991px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li a {
                  display: block;
                  padding: 23px 0;
                  font-weight: 400;
                  font-size: 20px;
                  border-bottom: 1px solid #e0eaf1; } }
              @media (min-width: 768px) and (max-width: 991px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li a {
                  font-size: 20px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li a {
                  font-size: 18px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li a {
                  font-size: 16px; } }
              @media (max-width: 480px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li a {
                  font-size: 14px; } }
            header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover > a {
              position: relative; }
              @media (max-width: 991px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover > a.active {
                  color: var(--pink); }
                  header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover > a.active:after {
                    opacity: 0;
                    -webkit-transform: scaleY(0);
                         -o-transform: scaleY(0);
                            transform: scaleY(0); }
                  header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover > a.active:before {
                    background: var(--pink); } }
              header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover > a:after {
                content: "";
                display: inline-block;
                height: 7px;
                width: 11px;
                margin: 0 0 2px 8px;
                background: url(../gray_up_arrow.html) top no-repeat;
                -webkit-transform: rotate(90deg);
                     -o-transform: rotate(90deg);
                        transform: rotate(90deg); }
                @media (max-width: 991px) {
                  header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover > a:after {
                    display: none; } }
                @media (max-width: 991px) {
                  header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover > a:after {
                    opacity: 1;
                    background: #303D49;
                    height: 18px;
                    width: 4px;
                    border-radius: 5px;
                    bottom: auto;
                    top: calc(50% - 9px);
                    left: auto;
                    right: 8px;
                    opacity: 1;
                    display: block;
                    position: absolute;
                    -webkit-transform: none;
                         -o-transform: none;
                            transform: none;
                    -webkit-transition: all 0.2s linear;
                    -o-transition: all 0.2s linear;
                    transition: all 0.2s linear; } }
                @media (max-width: 767px) {
                  header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover > a:after {
                    right: 6.1px;
                    top: calc(50% - 8px);
                    height: 16px;
                    width: 3px; } }
              header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover > a:before {
                content: "";
                position: absolute;
                bottom: -5px;
                left: calc(50% - 250vw);
                width: 500vw;
                height: 5px;
                background: #fe671e;
                -webkit-transform: scale(0, 1);
                     -o-transform: scale(0, 1);
                        transform: scale(0, 1);
                -webkit-transition: -webkit-transform 0s linear;
                transition: -webkit-transform 0s linear;
                -o-transition: -o-transform 0s linear;
                transition: transform 0s linear;
                transition: transform 0s linear, -webkit-transform 0s linear, -o-transform 0s linear;
                -webkit-transition-delay: 200ms;
                     -o-transition-delay: 200ms;
                        transition-delay: 200ms; }
                @media (max-width: 991px) {
                  header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover > a:before {
                    display: none; } }
                @media (max-width: 991px) {
                  header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover > a:before {
                    bottom: auto;
                    top: calc(50% - 2px);
                    width: 18px;
                    height: 4px;
                    left: auto;
                    right: 1.5px;
                    border-radius: 5px;
                    background: #303D49;
                    -webkit-transform: scale(1, 1);
                         -o-transform: scale(1, 1);
                            transform: scale(1, 1);
                    display: block;
                    -webkit-transition: all 0.2s linear;
                    -o-transition: all 0.2s linear;
                    transition: all 0.2s linear; } }
                @media (max-width: 767px) {
                  header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover > a:before {
                    top: calc(50% - 2px);
                    width: 16px;
                    height: 3px;
                    right: -0.4px; } }
            header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover .inner-sub-menu {
              position: absolute;
              background: #fff;
              right: calc(-100% + 20px);
              min-width: 296px;
              max-width: 296px;
              top: 0;
              opacity: 0;
              visibility: hidden;
              background: #e0eaf1;
              padding: 61px 0;
              border-radius: 0 0 10px 10px; }
              @media (min-width: 992px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover .inner-sub-menu {
                  -webkit-transition: all 0.5s ease-in-out;
                  -o-transition: all 0.5s ease-in-out;
                  transition: all 0.5s ease-in-out;
                  -webkit-transform: translate(-20px, 0);
                       -o-transform: translate(-20px, 0);
                          transform: translate(-20px, 0); } }
              @media (max-width: 991px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover .inner-sub-menu {
                  opacity: 1;
                  position: relative;
                  left: 0;
                  visibility: visible;
                  display: none;
                  -webkit-transform: translate(0, 0);
                       -o-transform: translate(0, 0);
                          transform: translate(0, 0);
                  background: none;
                  padding: 0;
                  max-width: inherit; } }
              @media (min-width: 992px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover .inner-sub-menu ul li {
                  padding: 10px 30px; } }
              @media (max-width: 991px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover .inner-sub-menu ul li {
                  padding: 0; } }
              @media (max-width: 991px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover .inner-sub-menu ul li a {
                  border-bottom: 1px solid #e0eaf1; } }
              @media (min-width: 992px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover .inner-sub-menu ul li a:before {
                  content: "";
                  position: absolute;
                  z-index: 0;
                  width: 100%;
                  bottom: -3px;
                  background: var(--pink);
                  height: 2px;
                  -webkit-transform: scale(0, 1);
                       -o-transform: scale(0, 1);
                          transform: scale(0, 1);
                  -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
                  transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
                  -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
                  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
                  transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1), -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
                  -webkit-transform-origin: right top;
                       -o-transform-origin: right top;
                          transform-origin: right top; }
                header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover .inner-sub-menu ul li a:hover:before {
                  -webkit-transform: scale(1, 1);
                       -o-transform: scale(1, 1);
                          transform: scale(1, 1);
                  -webkit-transform-origin: left top;
                       -o-transform-origin: left top;
                          transform-origin: left top; } }
              @media (min-width: 992px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover .inner-sub-menu ul li.overview {
                  display: none; } }
              @media (max-width: 991px) {
                header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover .inner-sub-menu ul li.overview {
                  display: block; } }
            @media (max-width: 991px) {
              header.rb18 .main-nav .primary-nav > li .view-more-nav li:hover {
                background: none; } }
            @media (max-width: 991px) {
              header.rb18 .main-nav .primary-nav > li .view-more-nav li:last-child a {
                border-bottom: none; } }
            @media (min-width: 992px) {
              header.rb18 .main-nav .primary-nav > li .view-more-nav li.hideonmobile {
                display: block; } }
            @media (max-width: 991px) {
              header.rb18 .main-nav .primary-nav > li .view-more-nav li.hideonmobile {
                display: none; } }
        header.rb18 .main-nav .primary-nav > li.rotate-arrow > a {
          color: var(--pink); }
          header.rb18 .main-nav .primary-nav > li.rotate-arrow > a:before {
            -webkit-transform: scale(1, 1);
                 -o-transform: scale(1, 1);
                    transform: scale(1, 1); }
            @media (max-width: 991px) {
              header.rb18 .main-nav .primary-nav > li.rotate-arrow > a:before {
                background: #fe671e; } }
          header.rb18 .main-nav .primary-nav > li.rotate-arrow > a:after {
            opacity: 1; }
            @media (max-width: 991px) {
              header.rb18 .main-nav .primary-nav > li.rotate-arrow > a:after {
                -webkit-transform: scaleY(0);
                     -o-transform: scaleY(0);
                        transform: scaleY(0);
                background: #fe671e; } }
        header.rb18 .main-nav .primary-nav > li.rotate-arrow:after {
          display: none; }
        @media (max-width: 991px) {
          header.rb18 .main-nav .primary-nav > li:hover:before {
            display: none; } }
        header.rb18 .main-nav .primary-nav > li:hover:after {
          opacity: 1; }
        @media (max-width: 1400px) and (min-width: 1201px) {
          header.rb18 .main-nav .primary-nav > li.hover-menu .view-more-nav {
            left: auto;
            right: 0; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          header.rb18 .main-nav .primary-nav > li.hover-menu .view-more-nav {
            left: auto;
            right: 0; } }
      header.rb18 .main-nav .primary-nav.animate {
        display: block;
        opacity: 0;
        -webkit-animation-name: fadeanimate;
             -o-animation-name: fadeanimate;
                animation-name: fadeanimate;
        -webkit-animation-duration: 500ms;
             -o-animation-duration: 500ms;
                animation-duration: 500ms;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-delay: 200ms;
             -o-animation-delay: 200ms;
                animation-delay: 200ms; }
        header.rb18 .main-nav .primary-nav.animate > li {
          opacity: 0;
          -webkit-transform: translateY(-25%) rotateX(35deg);
                  transform: translateY(-25%) rotateX(35deg);
          -webkit-animation-name: open-animate;
               -o-animation-name: open-animate;
                  animation-name: open-animate;
          -webkit-animation-duration: 500ms;
               -o-animation-duration: 500ms;
                  animation-duration: 500ms;
          -webkit-animation-fill-mode: forwards;
               -o-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-delay: 200ms;
               -o-animation-delay: 200ms;
                  animation-delay: 200ms; }
    header.rb18 .main-nav .secondary-nav {
      float: right; }
      @media (max-width: 991px) {
        header.rb18 .main-nav .secondary-nav {
          margin-right: 20px; } }
      @media (max-width: 480px) {
        header.rb18 .main-nav .secondary-nav {
          margin-right: 10px; } }
      header.rb18 .main-nav .secondary-nav li {
        float: left; }
        header.rb18 .main-nav .secondary-nav li.trial-button {
          padding: 13px 0 13px 14px;
          font-size: 0; }
          @media (min-width: 992px) and (max-width: 1200px) {
            header.rb18 .main-nav .secondary-nav li.trial-button {
              padding: 12px 0 12px 14px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            header.rb18 .main-nav .secondary-nav li.trial-button {
              padding: 19px 0 19px 7px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            header.rb18 .main-nav .secondary-nav li.trial-button {
              padding: 19px 0 19px 7px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            header.rb18 .main-nav .secondary-nav li.trial-button {
              padding: 19px 0 19px 7px; } }
          @media (max-width: 480px) {
            header.rb18 .main-nav .secondary-nav li.trial-button {
              padding: 18px 0 17px 7px; } }
          header.rb18 .main-nav .secondary-nav li.trial-button:after {
            display: none; }
          header.rb18 .main-nav .secondary-nav li.trial-button .free-trial {
            position: relative;
            color: var(--black);
            font-size: 14px;
            border-radius: 50px;
            padding: 12px 22px 10px 25px;
            text-transform: uppercase;
            letter-spacing: 0.09em;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            display: inline-block;
            overflow: hidden;
            -webkit-box-shadow: 0 0 0 2px var(--black) inset;
            box-shadow: 0 0 0 2px var(--black) inset;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-weight: 600; }
            @media (min-width: 596px) and (max-width: 767px) {
              header.rb18 .main-nav .secondary-nav li.trial-button .free-trial {
                font-size: 13px;
                padding: 8px 15px 8px 15px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              header.rb18 .main-nav .secondary-nav li.trial-button .free-trial {
                font-size: 13px;
                padding: 8px 15px 8px 15px; } }
            @media (max-width: 480px) {
              header.rb18 .main-nav .secondary-nav li.trial-button .free-trial {
                font-size: 12px;
                padding: 8px 10px 8px 10px; } }
            header.rb18 .main-nav .secondary-nav li.trial-button .free-trial:after {
              display: none; }
            header.rb18 .main-nav .secondary-nav li.trial-button .free-trial:before {
              content: "";
              position: absolute;
              z-index: -1;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              width: 100%;
              height: 260%;
              background: var(--pink);
              opacity: 0;
              -webkit-transform: scaleX(0.2);
                   -o-transform: scaleX(0.2);
                      transform: scaleX(0.2);
              -webkit-transform-origin: 50%;
                   -o-transform-origin: 50%;
                      transform-origin: 50%;
              -webkit-transition: all 300ms ease-out;
              -o-transition: all 300ms ease-out;
              transition: all 300ms ease-out; }
            header.rb18 .main-nav .secondary-nav li.trial-button .free-trial:hover {
              color: #fff;
              -webkit-box-shadow: 0 0 0 2px var(--pink) inset;
                      box-shadow: 0 0 0 2px var(--pink) inset; }
              header.rb18 .main-nav .secondary-nav li.trial-button .free-trial:hover:before {
                opacity: 1;
                -webkit-transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-6%);
                     -o-transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-6%);
                        transform: scaleX(1) rotateZ(16deg) translateY(-24%) translateX(-6%); }
        header.rb18 .main-nav .secondary-nav li.search-nav {
          padding: 22px 14px 22px 14px; }
          @media (min-width: 768px) and (max-width: 991px) {
            header.rb18 .main-nav .secondary-nav li.search-nav {
              padding: 28px 4px 28px 8px; } }
          @media (max-width: 767px) {
            header.rb18 .main-nav .secondary-nav li.search-nav {
              padding: 24px 4px 24px 8px; } }
          header.rb18 .main-nav .secondary-nav li.search-nav span {
            display: block;
            width: 23px;
            height: 23px;
            cursor: pointer; }
            @media (min-width: 992px) and (max-width: 1200px) {
              header.rb18 .main-nav .secondary-nav li.search-nav span {
                width: 20px;
                height: 20px; } }
            @media (max-width: 480px) {
              header.rb18 .main-nav .secondary-nav li.search-nav span {
                width: 19px;
                height: 19px; } }
            header.rb18 .main-nav .secondary-nav li.search-nav span img {
              display: block; }
  header.rb18 .search-box {
    position: absolute;
    top: 61px;
    right: 0;
    width: 0;
    height: calc(100vh - 61px);
    padding: 70px 0 58px;
    background: #303D49;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
    @media (min-width: 992px) and (max-width: 1200px) {
      header.rb18 .search-box {
        padding: 50px 0 48px; } }
    @media (max-width: 991px) {
      header.rb18 .search-box {
        display: none; } }
    header.rb18 .search-box form {
      border-bottom: 1px solid #fff; }
      header.rb18 .search-box form:after {
        content: "";
        display: block;
        clear: both; }
      header.rb18 .search-box form input {
        width: calc(100% - 72px);
        color: #fff;
        font-size: 30px;
        background: transparent;
        border: none;
        font-family: "source-sans-pro", sans-serif;
        float: left; }
        @media (min-width: 992px) and (max-width: 1200px) {
          header.rb18 .search-box form input {
            font-size: 22px;
            width: calc(100% - 60px); } }
        header.rb18 .search-box form input:focus {
          outline: none; }
        header.rb18 .search-box form input::-webkit-input-placeholder {
          font-size: 30px;
          font-family: "source-sans-pro", sans-serif;
          letter-spacing: 0.09em;
          color: #fff; }
          @media (min-width: 992px) and (max-width: 1200px) {
            header.rb18 .search-box form input::-webkit-input-placeholder {
              font-size: 22px; } }
        header.rb18 .search-box form input::-moz-placeholder {
          font-size: 30px;
          font-family: "source-sans-pro", sans-serif;
          letter-spacing: 0.09em;
          color: #fff; }
          @media (min-width: 992px) and (max-width: 1200px) {
            header.rb18 .search-box form input::-moz-placeholder {
              font-size: 22px; } }
        header.rb18 .search-box form input:-ms-input-placeholder {
          font-size: 30px;
          font-family: "source-sans-pro", sans-serif;
          letter-spacing: 0.09em;
          color: #fff; }
          @media (min-width: 992px) and (max-width: 1200px) {
            header.rb18 .search-box form input:-ms-input-placeholder {
              font-size: 22px; } }
        header.rb18 .search-box form input:-moz-placeholder {
          font-size: 30px;
          font-family: "source-sans-pro", sans-serif;
          letter-spacing: 0.09em;
          color: #fff; }
          @media (min-width: 992px) and (max-width: 1200px) {
            header.rb18 .search-box form input:-moz-placeholder {
              font-size: 22px; } }
      header.rb18 .search-box form button {
        cursor: pointer;
        width: 23px;
        height: 23px;
        margin-top: 3px;
        background: transparent;
        float: left; }
        @media (min-width: 992px) and (max-width: 1200px) {
          header.rb18 .search-box form button {
            width: 18px;
            height: 18px;
            margin-top: 3px; } }
        header.rb18 .search-box form button img {
          display: block; }
      header.rb18 .search-box form .clear {
        cursor: pointer;
        width: 30px;
        height: 23px;
        margin-top: 4px;
        float: left; }
        @media (min-width: 992px) and (max-width: 1200px) {
          header.rb18 .search-box form .clear {
            width: 22px;
            height: 17px;
            margin-top: 3px; } }
        header.rb18 .search-box form .clear img {
          display: block; }
      header.rb18 .search-box form .close-search {
        cursor: pointer;
        width: 30px;
        height: 30px;
        float: left;
        margin-left: 19px;
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
        @media (min-width: 992px) and (max-width: 1200px) {
          header.rb18 .search-box form .close-search {
            width: 23px;
            height: 23px; } }
        header.rb18 .search-box form .close-search:hover {
          -webkit-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg);
          -webkit-transition: -webkit-transform 0.3s linear;
          transition: -webkit-transform 0.3s linear;
          -o-transition: -o-transform 0.3s linear;
          transition: transform 0.3s linear;
          transition: transform 0.3s linear, -webkit-transform 0.3s linear, -o-transform 0.3s linear; }
        header.rb18 .search-box form .close-search img {
          display: block; }

body.open-search .search-box {
  opacity: 1;
  width: 100%; }

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

@-o-keyframes fadeanimate {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeanimate {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1; }
  100% {
    visibility: hidden;
    opacity: 0; } }

@-webkit-keyframes open-animate {
  0% {
    opacity: 0;
    -o-transform: translateY(-25%) rotateX(35deg);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg); }
  100% {
    opacity: 1;
    -o-transform: translateY(0%) rotateX(0deg);
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg); } }

@-o-keyframes open-animate {
  0% {
    opacity: 0;
    -o-transform: translateY(-25%) rotateX(35deg);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg); }
  100% {
    opacity: 1;
    -o-transform: translateY(0%) rotateX(0deg);
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg); } }

@keyframes open-animate {
  0% {
    opacity: 0;
    -o-transform: translateY(-25%) rotateX(35deg);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg); }
  100% {
    opacity: 1;
    -o-transform: translateY(0%) rotateX(0deg);
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg); } }

@-webkit-keyframes close-animate {
  0% {
    opacity: 1;
    -o-transform: translateY(0%) rotateX(0deg);
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateY(25%) rotateX(35deg);
    -webkit-transform: translateY(25%) rotateX(35deg);
    transform: translateY(25%) rotateX(35deg); } }

@-o-keyframes close-animate {
  0% {
    opacity: 1;
    -o-transform: translateY(0%) rotateX(0deg);
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateY(25%) rotateX(35deg);
    -webkit-transform: translateY(25%) rotateX(35deg);
    transform: translateY(25%) rotateX(35deg); } }

@keyframes close-animate {
  0% {
    opacity: 1;
    -o-transform: translateY(0%) rotateX(0deg);
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateY(25%) rotateX(35deg);
    -webkit-transform: translateY(25%) rotateX(35deg);
    transform: translateY(25%) rotateX(35deg); } }

@-webkit-keyframes hamburgerOne {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -o-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg); }
  100% {
    -o-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); } }

@-o-keyframes hamburgerOne {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -o-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg); }
  100% {
    -o-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); } }

@keyframes hamburgerOne {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -o-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg); }
  100% {
    -o-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); } }

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

@-o-keyframes hamburgerTwo {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hamburgerTwo {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes hamburgerThree {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -o-transform: translateY(-10px) rotate(0deg);
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); }
  100% {
    -o-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); } }

@-o-keyframes hamburgerThree {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -o-transform: translateY(-10px) rotate(0deg);
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); }
  100% {
    -o-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); } }

@keyframes hamburgerThree {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -o-transform: translateY(-10px) rotate(0deg);
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); }
  100% {
    -o-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); } }

@-webkit-keyframes hamburgerOneReverse {
  0% {
    -o-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  50% {
    -o-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg); }
  100% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }

@-o-keyframes hamburgerOneReverse {
  0% {
    -o-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  50% {
    -o-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg); }
  100% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }

@keyframes hamburgerOneReverse {
  0% {
    -o-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  50% {
    -o-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg); }
  100% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }

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

@-o-keyframes hamburgerTwoReverse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hamburgerTwoReverse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hamburgerThreeReverse {
  0% {
    -o-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }
  50% {
    -o-transform: translateY(-10px) rotate(0deg);
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); }
  100% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }

@-o-keyframes hamburgerThreeReverse {
  0% {
    -o-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }
  50% {
    -o-transform: translateY(-10px) rotate(0deg);
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); }
  100% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }

@keyframes hamburgerThreeReverse {
  0% {
    -o-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }
  50% {
    -o-transform: translateY(-10px) rotate(0deg);
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); }
  100% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }

/*Firefox Specific Hacks */
@-moz-document url-prefix() {
  @media (min-width: 992px) {
    header.rb18 .main-nav .primary-nav > li .view-more-nav li a {
      display: inline-block; } } }

@media (min-width: 992px) {
  .no-touch header.rb18 .main-nav .primary-nav > li:hover:before {
    -webkit-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1); }
  .no-touch header.rb18 .main-nav .primary-nav > li:hover .view-more-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); }
  .no-touch header.rb18 .main-nav .primary-nav > li .view-more-nav li:hover {
    background: #e0eaf1; }
  .no-touch header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover:hover .inner-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-6px, 0);
         -o-transform: translate(-6px, 0);
            transform: translate(-6px, 0); } }

@media (min-width: 992px) {
  .touch header.rb18 .main-nav .primary-nav > li.view-more-active:before {
    -webkit-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1); }
  .touch header.rb18 .main-nav .primary-nav > li.view-more-active:after {
    display: block; }
  .touch header.rb18 .main-nav .primary-nav > li.view-more-active .view-more-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); }
  .touch header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-menu-active {
    background: #e0eaf1; }
  .touch header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover.inner-menu-active .inner-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-6px, 0);
         -o-transform: translate(-6px, 0);
            transform: translate(-6px, 0); }
  .touch header.rb18 .main-nav .primary-nav > li .view-more-nav li.inner-hover .inner-sub-menu ul li.overview {
    display: block; }
  .touch header.rb18 .main-nav .primary-nav > li:after {
    display: none; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/* New Color */
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins
   (min-width:1200px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1200px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:595px) */
/*  (max-width:480px) */


/*# sourceMappingURL=global.css.map */

/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/* New Color */
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins
   (min-width:1200px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1200px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:595px) */
/*  (max-width:480px) */
/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/* New Color */
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins
   (min-width:1200px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1200px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:595px) */
/*  (max-width:480px) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

.rb18 ol, .rb18 ul, .rb18 li {
  padding: 0;
  margin: 0;
  list-style: none; }

.rb18 a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  font-family: "source-sans-pro", sans-serif; }
  .rb18 a:hover {
    outline: 0;
    text-decoration: none; }
    .rb18 a:hover .link:after {
      right: -35px; }

.rb18 h1, .rb18 h2, .rb18 h3, .rb18 h4, .rb18 h5, .rb18 h6, .rb18 p,
.rb18 fieldset, .rb18 form, .rb18 label,
.rb18 table, .rb18 tbody, .rb18 tr, .rb18 th, .rb18 td,
.rb18 figure, .rb18 footer, .rb18 header,
.rb18 menu, .rb18 nav, .rb18 section,
.rb18 audio, .rb18 video, .rb18 button {
  margin: 0;
  border: 0; }

.rb18 img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: 0; }

.rb18 .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }

@media (min-width: 1125px) {
  .rb18 .container {
      width: 100%;
      margin: 0 auto;
      padding: 0 90px;
      position: relative;
  }

}

.rb18 .content-650 {
  max-width: 650px;
  margin: 0 auto; }

.rb18 .content-670 {
  max-width: 670px;
  margin: 0 auto; }

.rb18 .content-830 {
  max-width: 830px;
  margin: 0 auto; }

.rb18,
.rb18.section {
  width: 100%;
  position: relative;
  float: left;
  padding: 90px 0 100px;
  overflow: hidden; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .rb18,
    .rb18.section {
      padding: 80px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .rb18,
    .rb18.section {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .rb18,
    .rb18.section {
      padding: 30px 0; } }

.rb18 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.rb18 header:after,
.rb18 .container:after,
.rb18:after,
.rb18 .wrapper:after,
.rb18 .column-wrapper:after,
.rb18 .grid-wrapper:after,
.rb18 .two-third:after,
.rb18 .content-wrapper:after,
.rb18 .v-middle-wrapper:after {
  content: "";
  clear: both;
  display: block; }

/*
 * Heading and Paragraph.
 */
.rb18 h1 {
  font-size: 60px;
  font-family: "source-sans-pro", sans-serif;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .rb18 h1 {
      font-size: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .rb18 h1 {
      font-size: 45px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .rb18 h1 {
      font-size: 40px; } }
  @media (min-width: 481px) and (max-width: 595px) {
    .rb18 h1 {
      font-size: 35px; } }
  @media (max-width: 480px) {
    .rb18 h1 {
      font-size: 30px; } }

.rb18 h2 {
  font-size: 46px;
  font-family: "source-sans-pro", sans-serif; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .rb18 h2 {
      font-size: 40px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .rb18 h2 {
      font-size: 36px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .rb18 h2 {
      font-size: 32px; } }
  @media (min-width: 481px) and (max-width: 595px) {
    .rb18 h2 {
      font-size: 28px; } }
  @media (max-width: 480px) {
    .rb18 h2 {
      font-size: 24px; } }

.rb18 h3 {
  font-size: 42px;
  font-family: "source-sans-pro", sans-serif; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .rb18 h3 {
      font-size: 36px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .rb18 h3 {
      font-size: 30px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .rb18 h3 {
      font-size: 24px; } }
  @media (max-width: 595px) {
    .rb18 h3 {
      font-size: 20px; } }

.rb18 h4 {
  font-size: 38px;
  font-family: "source-sans-pro", sans-serif; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .rb18 h4 {
      font-size: 34px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .rb18 h4 {
      font-size: 30px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .rb18 h4 {
      font-size: 24px; } }
  @media (max-width: 595px) {
    .rb18 h4 {
      font-size: 20px; } }

.rb18 h5 {
  font-size: 28px;
  font-family: "source-sans-pro", sans-serif; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .rb18 h5 {
      font-size: 26px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .rb18 h5 {
      font-size: 24px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .rb18 h5 {
      font-size: 20px; } }
  @media (max-width: 595px) {
    .rb18 h5 {
      font-size: 18px; } }

.rb18 h6 {
  font-size: 24px;
  font-family: "source-sans-pro", sans-serif; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .rb18 h6 {
      font-size: 22px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .rb18 h6 {
      font-size: 20px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .rb18 h6 {
      font-size: 18px; } }
  @media (max-width: 595px) {
    .rb18 h6 {
      font-size: 16px; } }

.rb18 para-22 {
  font-size: 22px;
  font-family: "source-sans-pro", sans-serif; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .rb18 para-22 {
      font-size: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .rb18 para-22 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .rb18 para-22 {
      font-size: 16px; } }

.rb18 p {
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  margin: 0;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .rb18 p {
      line-height: 1.3; } }
  @media (max-width: 480px) {
    .rb18 p {
      font-size: 14px; } }

/*
 * Columns.
 */
.rb18 .col {
  width: 100%;
  float: left;
  position: relative; }

.rb18 .col-two {
  width: 50%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .rb18 .col-two {
      width: 100%; } }

.rb18 .col-three {
  width: 33.33%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .rb18 .col-three {
      width: 100%; } }

.rb18 .col-four {
  width: 25%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .rb18 .col-four {
      width: 100%; } }

.rb18 .col-five {
  width: 20%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .rb18 .col-five {
      width: 100%; } }

.rb18 .col-six {
  width: 16.66%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .rb18 .col-six {
      width: 100%; } }

.rb18 .col-seven {
  width: 66.66%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .rb18 .col-seven {
      width: 100%; } }

.rb18 .col-eight {
  width: 75%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .rb18 .col-eight {
      width: 100%; } }

/*
 * Background Image.
 */
.rb18 .bg-img {
  overflow: hidden; }

/*
 * Vertical Align Middle.
 */
.rb18 .v-middle-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3; }

.rb18 .v-middle-inner {
  display: table;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%; }

.rb18 .v-middle,
.rb18 .v-top,
.rb18 .v-bottom {
  display: table-cell;
  vertical-align: middle; }

.rb18 .v-top {
  vertical-align: top; }

.rb18 .v-bottom {
  vertical-align: bottom; }

/*
 * Text Alignment.
 */
.rb18 .text-left {
  text-align: left; }

.rb18 .text-right {
  text-align: right; }

.rb18 .text-center {
  text-align: center; }

.rb18 .left {
  float: left; }

.rb18 .right {
  float: right; }

.rb18.no-padding {
  padding: 0 !important; }

.rb18.no-padding-top {
  padding-top: 0 !important; }

.rb18.no-padding-bottom {
  padding-bottom: 0 !important; }

/*
 * Effects.
 */
.rb18 .zoom-in img {
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }

.rb18 .zoom-in:hover img {
  -o-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06); }

.rb18 .zoom-bg .bg-img img {
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }

.rb18 .zoom-bg:hover .bg-img img {
  -o-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06); }

.rb18 .blend-mode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply; }

.rb18 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #758c92;
  opacity: 1;
  font-size: 12px;
  font-weight: 700; }

.rb18 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #758c92;
  opacity: 1;
  font-size: 12px;
  font-weight: 700; }

.rb18 :-ms-input-placeholder {
  /* IE 10+ */
  color: #758c92;
  opacity: 1;
  font-size: 12px;
  font-weight: 700; }

.rb18 :-moz-placeholder {
  /* Firefox 18- */
  color: #758c92;
  opacity: 1;
  font-size: 12px;
  font-weight: 700; }

/******/


.rb18 form.sign-up-mail p#invalid-email {
  margin-top: 10px;
    margin-left: 50px;
}

.rb18 form.sign-up-mail a.tooltips span {
  margin-left: 150px;
  z-index: 100;
}

header.rb18{
    z-index:9999;
}
body .rb18.cards .container .head-wrap {
    max-width: 1000px !important;
}

body .rb18.content-with-image .text-container ul{
        color: #fff;
        list-style-type: circle;
        margin-left: 8px;

}
@media only screen and (min-width: 999px) {
    ul.slider-nav.slick-initialized.slick-slider li:first-child{
    display:none;
    }
    ul.slider-nav.slick-initialized.slick-slider li:first-child+li{
    display:none;
    }
    ul.slider-nav.slick-initialized.slick-slider li:nth-child(9){
    display:none;
    }
    ul.slider-nav.slick-initialized.slick-slider li:nth-child(10){
    display:none;
    }
    ul.slider-nav.slick-initialized.slick-slider li:nth-child(11){
    display:none;
    }
    ul.slider-nav.slick-initialized.slick-slider li:nth-child(12){
    display:none;
    }
    ul.slider-nav.slick-initialized.slick-slider li:nth-child(13){
    display:none;
    }
    ul.slider-nav.slick-initialized.slick-slider li:nth-child(14){
    display:none;
    }
}

.rb18 .container .col-two .text-container ul li{
    list-style: disc;
}
body .rb18.content-with-image .container .col-two .text-container ul{
    margin-left: 18px;
    }


.rb18.infographic a:before{
    display:none !important;
}
            @media (min-width: 992px){
header.rb18 .view-more-nav .links-container .sub-menu-container {
    min-height: 50px;
}
}


body .rb18.resource-cards-two {
    background: none !important;
}
body .rb18.resource-cards-two:before{
    display:none;
}
body .rb18.resource-cards-two {
    padding: 84px 0 0 !important;
    margin:0px !important;
}
.rb18.testimonial-slider .slide-tab .container ul .slick-list {
    padding: 0px !important;
}

.newsletters .feature-spotlight #slidercarousel .container, .feature-spotlight #slidercarousel .col-lg-12{
padding : 0px !important;
}
.newsletters .feature-spotlight #slidercarousel .carousel-component .slider-image .slide{
    margin-right:0px !important;
}
.newsletters .feature-spotlight #slidercarousel .row{
    margin:0px !important
}

.newsletters .feature-spotlight #slidercarousel .carousel-component .slider-image .content-section{
    padding:24px 5px 20px 70px;
}

@media (max-width: 991px){
  header.rb18 .main-nav .primary-nav > li.more-nav {
      display: block;
  }
  .hideonmobilenew{
      display:none;
  }
  header.rb18 .main-nav .primary-nav > li.more-nav .view-more-nav .links-container .sub-menu-container{
      width : 100%
  }
}

body .rb18.usa-infographic .column-wrapper .col-three.active-grid .text h6 {

    height:50px;
}
@media (min-width: 1200px) {
    header.rb18 .main-nav .primary-nav > li > a {
        padding: 25px 24px 23px 23px !important;
    }
}
.top-link {
    text-align: right;
}
.top-link li {
    display: inline-block;
}
.top-link li a {
    margin: 15px 9px 13px;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #415363;
}
.top-link li.english a {
    margin-right: 22px;
}
.top-link li a:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    bottom: -3px;
    background: #5b7e96;
    height: 1px;
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1), -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
    -o-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.top-link li a img {
    position: absolute;
    left: -26px;
    top: 0px;
    max-width: 18px;
    width: 100%;
}
.top-link li.english a:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 2px;
    width: 1px;
    height: 70%;
    background-color: var(--black);
}
.top-link li:last-child a {
    margin-right: 0;
}
.top-link li a:hover:before {
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media screen and (max-width: 991px) {
    .search-active.tools-active #tools .tab-container {
        top: 73px;
    }
    #tools .tab-links {
        margin: 9px  0 0;
    }
}
@media screen and (max-width: 767px) {
    .search-active.tools-active #tools .tab-container {
        top: 65px;
    }
    #tools .tab-links {
        margin: -6px  0 0;
    }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../eot/fontawesome-webfonte0a5.eot');src:url('../eot/fontawesome-webfontd41d.eot#iefix&v=4.3.0') format('embedded-opentype'),url('../woff2/fontawesome-webfonte0a5.woff2') format('woff2'),url('../woff/fontawesome-webfonte0a5.woff') format('woff'),url('../ttf/fontawesome-webfonte0a5.ttf') format('truetype'),url('../svg/fontawesome-webfonte0a5.svg#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
