@charset "UTF-8";
/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/*------------------------------------*\
     #LAYOUT
 \*------------------------------------*/
/*
 * Neutral Colors
 * 1) Neutral color variables use a numbered system to define variables for better maintainability.
 *    "$color-gray-10" means "10% gray", which is a gray closer to white than to black. For more info
 *    read https://medium.com/eightshapes-llc/color-in-design-systems-a1c80f65fa3#.brevrq67p
 */
/**
 * Utility Colors
 * 1) Utility colors are colors used to provide feedback, such as alert messages,
 * form validation, etc.
 */
/*
  * Text Colors
  * 1) These are non-linked text colors, such as body copy.
  */
/*Our variables*/
/*Horizon Variables*/
/*------------------------------------*\
    $ABSTRACTS
/*------------------------------------*/
/*------------------------------------*\
    $BASE
/*------------------------------------*/
/*------------------------------------*\
    #BODY
\*------------------------------------*/
/**
 * Body base styles
 */
* {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  outline: none;
}
html {
  overflow-x: hidden;
}
body {
  color: #58585B;
  position: relative;
  overflow-x: hidden;
}
b, strong {
  font-weight: bold;
}
img, svg {
  max-width: 100%;
}
.bold-txt {
  font-weight: bold;
}
.cp-component-div {
  margin-top: 20px;
  margin-bottom: 20px;
}
.component-placeholder {
  width: 100%;
  min-height: 70px;
  padding: 30px 10px 10px 10px;
  margin-bottom: 10px;
  border: 1px solid #000000;
  background-color: #ebebeb;
  text-align: center;
}
.row {
  flex: 1;
}
.container {
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
.container-extra-small {
  max-width: 576px;
  margin: 0 auto 15px;
}
.container-extralarge {
  max-width: 1800px;
  margin: 0 auto 15px;
}
.container-small {
  max-width: 1000px;
  margin: 0 auto 15px;
}
.container-large {
  max-width: 1600px;
  margin: 0 auto 15px;
}
.container-xl {
  max-width: 1800px;
  margin: 0 auto 15px;
}
.container-full {
  max-width: 100%;
  margin: 0 auto 15px;
}
@media (max-width: 1023px) {
  .hz-header-wrap .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hz-header-wrap .container .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .hz-header-wrap .container .wrapper .menuIcon {
    margin-right: -10px;
  }
  .featured-content-wrapper .col-md-6, .featured-content-wrapper .col-md-3 {
    padding: 0;
  }
  .hz-cta-wrapper .col-md-12 {
    padding: 0;
  }
}
.visible-mobile {
  display: block !important;
}
@media (min-width: 1024px) {
  .visible-mobile {
    display: none !important;
  }
}
.visible-desktop {
  display: none !important;
}
@media (min-width: 1024px) {
  .visible-desktop {
    display: block !important;
  }
}
.hidden-mobile {
  display: none !important;
}
@media (min-width: 1024px) {
  .hidden-mobile {
    display: block !important;
  }
}
.hidden-desktop {
  display: block !important;
}
@media (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}
/* DnD component new HTML tags */
heading {
  display: block;
  margin-bottom: 0;
}
heading.theme-heading-centered {
  text-align: center;
}
.m0 {
  margin: 0;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.m45 {
  margin: 45px;
}
.m50 {
  margin: 50px;
}
.m55 {
  margin: 55px;
}
.m60 {
  margin: 60px;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.ml0 {
  margin-left: 0;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml55 {
  margin-left: 55px;
}
.ml60 {
  margin-left: 60px;
}
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr55 {
  margin-right: 55px;
}
.mr60 {
  margin-right: 60px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.p0 {
  padding: 0;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p45 {
  padding: 45px;
}
.p50 {
  padding: 50px;
}
.p55 {
  padding: 55px;
}
.p60 {
  padding: 60px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pl0 {
  padding-left: 0;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl75 {
  padding-left: 75px;
}
.pl100 {
  padding-left: 100px;
}
.pr0 {
  padding-right: 0;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr55 {
  padding-right: 55px;
}
.pr60 {
  padding-right: 60px;
}
.pr100 {
  padding-right: 100px;
}
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb80 {
  padding-bottom: 80px;
}
.ptb5 {
  padding: 5px 0;
}
.ptb10 {
  padding: 10px 0;
}
.ptb15 {
  padding: 15px 0;
}
.ptb20 {
  padding: 20px 0;
}
.ptb25 {
  padding: 25px 0;
}
.ptb30 {
  padding: 30px 0;
}
.ptb35 {
  padding: 35px 0;
}
.ptb40 {
  padding: 40px 0;
}
.ptb45 {
  padding: 45px 0;
}
.ptb50 {
  padding: 50px 0;
}
.ptb55 {
  padding: 55px 0;
}
.ptb60 {
  padding: 60px 0;
}
.ptb80 {
  padding: 80px 0;
}
.plr5 {
  padding: 0 5px;
}
.plr10 {
  padding: 0 10px;
}
.plr15 {
  padding: 0 15px;
}
.plr20 {
  padding: 0 20px;
}
.plr25 {
  padding: 0 25px;
}
.plr30 {
  padding: 0 30px;
}
.plr35 {
  padding: 0 35px;
}
.plr40 {
  padding: 0 40px;
}
.plr45 {
  padding: 0 45px;
}
.plr50 {
  padding: 0 50px;
}
.plr55 {
  padding: 0 55px;
}
.plr60 {
  padding: 0 60px;
}
/*Starterkit Base Print css*/
@media print {
  .main-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .hamburger {
    display: none;
  }
  .search-field {
    display: none;
  }
  .social-share-wrap {
    display: none;
  }
  .selector-wrapper {
    display: none;
  }
  .header .menu-item-has-children a:after {
    display: none;
  }
  .header .menu-item-has-children .slide {
    display: none;
  }
}
/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/
.hz-header-wrap {
  background-color: #F7F8F9;
  border-top: 1px solid #2E3191;
  border-bottom: 1px solid #2E3191;
  margin-bottom: 20px;
}
.hz-header-wrap .container {
  margin-bottom: 0px;
}
.hz-header-wrap .header .hamburger {
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 50;
  line-height: 16px;
}
.hz-header-wrap .header .hamburger .menuIcon {
  width: 40px;
  height: 40px;
  background-size: contain;
  margin-top: 25px;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .hz-header-wrap .header .hamburger .menuIcon {
    margin-right: 10px;
  }
}
@media (max-width: 1023px) {
  .hz-header-wrap .header .search-field {
    margin-right: 50px;
    padding: 0;
    width: 144px;
  }
}
.hz-header-wrap .header .search-field.full-width {
  width: 100%;
}
@media (max-width: 1023px) {
  .hz-header-wrap .header .search-field input {
    width: 85%;
    padding: 10px 40px 7px 0px;
    float: right;
    z-index: 9;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    font-size: 18px;
  }
}
.hz-header-wrap .header .search-field input.visible-mobile {
  visibility: visible;
}
.hz-header-wrap .header .search-field .search-btn {
  top: 0px;
  right: 0px;
}
.hz-header-wrap .header .search-field .search-btn img {
  height: 40px;
  margin-right: 7px;
}
.hz-header-wrap .wrapper ul.connect {
  margin-bottom: 0;
}
.logo {
  float: left;
  width: 150px;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .logo {
    margin-right: 0;
  }
}
.nav-bar {
  float: left;
  width: 64%;
  line-height: 0;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .nav-bar {
    position: absolute;
    top: 103px;
    left: -15px;
    right: -15px;
    z-index: 1000;
    background-color: #fff;
  }
}
.nav-bar.show {
  display: block;
  background-color: white;
}
@media (max-width: 1023px) {
  .nav-bar.show {
    width: auto;
  }
}
.nav-bar .main-nav li {
  min-height: 10px;
}
.nav-bar .main-nav li.menu-item-has-children a:after {
  right: 0;
}
.nav-bar .main-nav li a {
  width: auto;
}
.search-field {
  float: right;
}
ul.main-nav {
  /*main nav*/
  list-style-type: none;
  padding-left: 0;
}
ul.main-nav > li {
  padding-bottom: 0px;
  margin: 0;
  position: relative;
  float: left;
  border-bottom: 5px solid transparent;
  /*subnav starts*/
  /*Media Queries*/
}
ul.main-nav > li.activeparent > a:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 2px;
  border: 5px solid transparent;
  border-top-color: #2E3191;
}
ul.main-nav > li.active {
  border-bottom-color: #2E3191;
}
ul.main-nav > li.active a {
  color: #2E3191;
  font-weight: bold;
}
ul.main-nav > li > a {
  width: 123px;
  padding: 2px 19px 0px 19px;
  line-height: 18px;
  min-height: 40px;
  position: relative;
  z-index: 5;
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #58585B;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1023px) {
  ul.main-nav > li > a {
    width: 100%;
    padding: 15px;
    text-align: left;
    color: #2E3191;
    font-size: 15px;
    font-weight: normal;
  }
}
ul.main-nav > li.menu-item-has-children .slide {
  list-style-type: none;
  padding-left: 0;
  display: none;
  position: absolute;
  /*top: 113%;*/
  top: 124%;
  left: 0;
  width: 300px;
  border: 1px solid #E1E1E1;
  border-top: 1px solid #2E3191;
  box-shadow: 1px 5px 10px #58585B;
  z-index: 1;
  background-color: transparent;
}
ul.main-nav > li.menu-item-has-children .slide li {
  float: none;
  margin: 0;
}
ul.main-nav > li.menu-item-has-children .slide li a {
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #2E3191;
  padding: 10px;
  line-height: 16px;
  white-space: nowrap;
}
ul.main-nav > li.menu-item-has-children .slide li a:hover, ul.main-nav > li.menu-item-has-children .slide li a:focus {
  font-weight: bold;
}
ul.main-nav > li.menu-item-has-children .slide li.active a {
  font-weight: bold;
}
@media (max-width: 1023px) {
  ul.main-nav > li.menu-item-has-children .slide {
    position: relative;
    top: initial;
    left: initial;
    width: auto;
    border: 0;
    border-bottom: 1px solid #E1E1E1;
    box-shadow: none;
    padding: 0;
  }
  ul.main-nav > li.menu-item-has-children .slide li a {
    padding: 20px 40px;
    font-size: 20px;
    color: #2E3191;
    font-weight: normal;
    white-space: normal;
    line-height: 24px;
  }
}
ul.main-nav > li.menu-item-has-children .fa {
  display: block;
  position: absolute;
  right: 27px;
  top: 18px;
  z-index: 1;
  color: #2E3191;
  font-size: 27px;
  font-weight: normal;
}
ul.main-nav > li.menu-item-has-children .fa.expanded {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1024px) {
  ul.main-nav > li.menu-item-has-children .fa {
    display: none;
  }
}
@media (max-width: 1023px) {
  ul.main-nav > li {
    float: none;
    padding: 0 20px;
  }
  ul.main-nav > li > a {
    border-bottom: 1px solid #E3E3ED;
    line-height: 1.5rem;
  }
  ul.main-nav > li.active {
    border-bottom: none;
  }
  ul.main-nav > li.active > a {
    color: #2E3191;
    font-weight: bold;
    border-bottom: 1px solid #E3E3ED;
  }
  ul.main-nav > li a {
    padding: 20px;
    font-size: 20px;
  }
  ul.main-nav > li a.expanded {
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  ul.main-nav > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 1px;
    border: 5px solid transparent;
    border-top-color: #2E3191;
  }
  ul.main-nav > li:hover, ul.main-nav > li:focus, ul.main-nav > li:active {
    border-bottom-color: #2E3191;
  }
  ul.main-nav > li:hover a, ul.main-nav > li:focus a, ul.main-nav > li:active a {
    color: #2E3191;
  }
  ul.main-nav > li:hover ul.slide, ul.main-nav > li:focus ul.slide, ul.main-nav > li:active ul.slide {
    display: block;
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  ul.main-nav ul.main-nav {
    margin: 0;
  }
}
.header-demo .wrapper .clearfix {
  display: flex;
  align-items: flex-end;
}
.header-demo .wrapper .clearfix .logo-wrapper .logo {
  margin-bottom: 10px;
}
@media (min-width: 1300px) {
  .header-demo .wrapper .clearfix .nav-wrapper {
    margin-left: auto;
  }
}
.header-demo .wrapper .clearfix .nav-wrapper .selector-wrapper {
  float: right;
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix .nav-wrapper .selector-wrapper {
    display: none;
  }
}
.header-demo .wrapper .clearfix .nav-wrapper .selector-wrapper .top-nav-links .connect {
  padding: 9px 0px 17px;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper {
  float: left;
  width: 100%;
  display: flex;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar {
  width: auto;
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar {
    top: 50px;
    height: 80vh;
    display: none;
  }
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar.show {
    display: block;
  }
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li > a {
  color: #007bff;
  min-height: auto;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li > a:after {
  border-top-color: #007bff;
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f067";
    float: right;
    color: #007bff;
  }
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > a.expanded:after {
    transform: rotate(45deg);
  }
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide {
  border: none;
  z-index: 999999;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide li > a {
  font-weight: normal;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide li.mob-active > a {
  color: #0056b3;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide li.active > a {
  color: #0056b3;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide li > a:hover {
    color: #0056b3;
    font-weight: bold;
  }
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide .menu-item-has-children > a {
  position: relative;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide .menu-item-has-children > a:before {
  background-color: #007bff;
  -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #007bff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  opacity: 1;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide .menu-item-has-children > a:after {
  -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #007bff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  opacity: 1;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide .menu-item-has-children .slide {
  display: none;
  position: relative;
  box-shadow: none;
  border: none;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide .menu-item-has-children .slide li a {
  padding-left: 60px;
  position: relative;
  white-space: normal;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide .menu-item-has-children.mob-active > a {
  position: relative;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide .menu-item-has-children.mob-active > a:before {
  transform: rotate(90deg);
  opacity: 0;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide .menu-item-has-children.mob-active > a:after {
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: "";
  position: absolute;
  background-color: #007bff;
  height: 2px;
  width: 10px;
  right: 10px;
  top: 50%;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children > .slide .menu-item-has-children.mob-active .slide {
  display: block;
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children.mob-active .slide {
    display: block;
  }
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.menu-item-has-children.mob-active > a:after {
    content: "\f068";
  }
}
@media (min-width: 1024px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li.active {
    border-bottom-color: #007bff;
  }
}
@media (min-width: 1024px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav li:hover {
    border-bottom-color: #007bff;
  }
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .main-nav {
    margin-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .top-nav-links .connect {
    padding: 0 20px;
    float: none;
    margin: 0;
  }
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .top-nav-links .connect li {
    float: none;
    margin: 0;
    padding: 0px 20px;
    position: relative;
  }
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .nav-bar .top-nav-links .connect li a {
    display: block;
    padding: 20px 0px;
    border: none;
    border-bottom: 1px solid #E3E3ED;
    color: #2E3191;
    font-size: 20px;
    font-weight: normal;
  }
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .hamburger {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .hamburger .menuIcon {
    margin-top: 10px;
  }
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .search-field {
  margin-left: auto;
}
.header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .search-field .input-with-icon .search-btn img {
  width: 24px;
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper .search-field .input-with-icon .search-btn img {
    width: auto;
  }
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix .nav-wrapper .menu-wrapper {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix .nav-wrapper {
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .header-demo .wrapper .clearfix {
    margin-top: 10px;
  }
}
/*Sub menu styles start*/
.secondary-page .sidebar-menu .nav-pills {
  padding: 0 0 48px;
  position: relative;
  background-color: #fff;
  box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.35);
}
.secondary-page .sidebar-menu .ad-wrapper .textwidget {
  position: relative;
  overflow: hidden;
}
.secondary-page .sidebar-menu .ad-wrapper .textwidget img {
  width: 100%;
}
.secondary-page .sidebar-menu .ad-wrapper .textwidget p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 22px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 21px;
}
.secondary-page .sidebar-menu .ad-wrapper .textwidget a {
  position: absolute;
  top: 135px;
  margin-left: 25px;
  padding-left: 15px;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  top: 130px;
}
.secondary-page .sidebar-menu .list-unstyled {
  width: 100%;
  padding: 0 20px;
}
.secondary-page .sidebar-menu .list-unstyled li {
  position: relative;
  padding: 10px 0px;
}
.secondary-page .sidebar-menu .list-unstyled li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  right: 7px;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #c9c9c9 12%, #c9c9c9 88%, transparent 100%);
  z-index: 9;
}
.secondary-page .sidebar-menu .list-unstyled li.menu-item-has-children .slide {
  display: none;
  list-style-type: none;
}
.secondary-page .sidebar-menu .list-unstyled li.menu-item-has-children .slide li:after {
  display: none;
}
.secondary-page .sidebar-menu .list-unstyled li.menu-item-has-children > a {
  display: block;
  position: relative;
}
.secondary-page .sidebar-menu .list-unstyled li.menu-item-has-children > a:before {
  -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #0056b3;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  opacity: 1;
}
.secondary-page .sidebar-menu .list-unstyled li.menu-item-has-children > a:after {
  background-color: #0056b3;
  -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #0056b3;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  opacity: 1;
}
.secondary-page .sidebar-menu .list-unstyled li.menu-item-has-children.isactive .slide {
  display: none;
}
.secondary-page .sidebar-menu .list-unstyled li.menu-item-has-children.isactive > a {
  position: relative;
}
.secondary-page .sidebar-menu .list-unstyled li.menu-item-has-children.isactive > a:after {
  opacity: 0;
}
.secondary-page .sidebar-menu .list-unstyled li.active > a {
  font-weight: bold;
}
@media (max-width: 1023px) {
  .secondary-page .sidebar-menu {
    display: none;
  }
}
/*Sub menu styles end*/
.social-media {
  text-align: right;
}
.social-media .class-itag {
  display: none;
}
.social-media ul {
  list-style-type: none;
  padding-left: 0;
}
.social-media ul li {
  display: inline-block;
  margin: 0;
  padding-left: 19px;
}
.social-media ul li a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  margin: 5px 0px;
}
.social-media ul li a.facebook-icon {
  background-size: contain;
}
.social-media ul li a.twitter-icon {
  background-size: contain;
}
.social-media ul li a.email-icon {
  background-size: contain;
}
.social-media ul li a span {
  display: none;
}
.hero-banner {
  box-shadow: 1px 1px 2px #bbbbbb;
}
.hero-banner img {
  width: 100%;
}
@media (max-width: 1023px) {
  .home-banner-wrap .col-md-12 {
    padding: 0;
  }
}
.banner-content {
  position: absolute;
  top: 75%;
  transform: translateY(-60%);
  background-color: #fff;
  padding: 20px;
  max-width: 55%;
  padding-bottom: 10px;
}
.banner-content h1 {
  font-size: 28.8px;
  line-height: 2rem;
  color: #58585B;
}
.banner-content a {
  color: #2e3191;
}
@media (max-width: 1023px) {
  .banner-content {
    position: relative;
    top: auto;
    transform: none;
    max-width: none;
  }
  .banner-content h1 {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
/* Hero banner bg image */
.hero-banner-image {
  background-repeat: no-repeat;
  height: 435px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .hero-banner-image {
    height: 250px;
  }
}
.theme-herobanner-centered-gradient .banner-content {
  top: 51%;
  left: 0;
  right: 0;
  text-indent: initial;
  white-space: initial;
  transform: translateY(-50%);
  text-align: center;
  position: absolute;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: visible;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .theme-herobanner-centered-gradient .banner-content {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .theme-herobanner-centered-gradient .banner-content {
    left: 0;
    position: absolute;
    max-width: 100%;
    transform: none;
    top: 27%;
    padding: 0 30px;
  }
}
.theme-herobanner-centered-gradient .banner-content h1 {
  color: #fff;
  width: auto;
  padding: 3px 20px 20px;
  background: transparent linear-gradient(90deg, #bc699c 0%, #f07589 45%, #fcb415 100%) 0% 0% no-repeat padding-box;
  display: table;
  margin: 0 auto 10px;
}
.theme-herobanner-centered-gradient .banner-content h1:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 5px;
}
/*cta*/
.cta {
  position: relative;
  overflow: hidden;
  padding: 20px 0 30px;
  margin: 0px 0 10px;
}
.cta .close {
  display: none;
}
.cta h3 {
  color: #767676;
}
.cta .email-input {
  padding-right: 0;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .cta .email-input {
    padding-top: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.cta .email-input input {
  border: 1px solid #767676;
  border-radius: 0;
  margin-left: 1px;
}
.cta .email-input input:focus {
  outline: 5px auto -webkit-focus-ring-color;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.cta img {
  top: -85px;
  right: 90px;
  position: absolute;
  width: 250px;
}
@media (max-width: 1023px) {
  .cta {
    padding-top: 0;
  }
  .cta .cta-btn {
    margin-top: 20px;
  }
  .cta p {
    padding-bottom: 0px;
  }
}
@media (max-width: 1023px) {
  .banner {
    padding: 0 20px;
  }
  .banner .cta h4 {
    margin-top: 20px;
  }
}
/*popup cta*/
.banner {
  background-color: #2E3191;
  position: relative;
}
.banner .cta {
  position: relative;
  padding-top: 20px;
  max-width: 960px;
  margin: 0 auto;
}
.banner .cta h4 {
  color: #fff;
  margin-bottom: 0;
}
.banner .cta p {
  color: #fff;
  margin-right: 43px;
}
.banner .cta .cta-btn {
  border: 1px solid transparent;
}
.banner .cta .cta-btn:hover {
  border: 1px solid #fff;
}
.banner .close {
  width: 20px;
  display: block;
  color: #FFFFFF;
  position: absolute;
  right: 0px;
  top: 20px;
  opacity: 1;
}
.banner .cta .email-input input {
  border: none;
  padding: 10px;
  height: 41px;
}
@media (max-width: 1023px) {
  .banner.footer {
    padding: 0;
  }
  .banner.footer h4,
.banner.footer .email-input {
    display: none;
  }
  .banner.footer .cta-btn {
    margin-top: 0;
  }
}
.banner.footer .cta {
  background-color: #2E3191;
  box-shadow: inset 0 0 5px 2px #333333;
  width: 427px;
  position: fixed;
  padding: 30px;
  left: 51.5%;
  bottom: 0;
  z-index: 100;
}
@media (max-width: 1023px) {
  .banner.footer .cta {
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    margin-bottom: -30px;
  }
}
.banner.footer .cta .cta-btn {
  white-space: nowrap;
}
.banner.footer .close {
  right: 20px;
}
@media (min-width: 1024px) {
  .headerpop {
    height: 164px;
  }
  .headerpop p {
    margin: 0 0 5px 0;
  }
  .headerpop h4 {
    padding-bottom: 5px;
    line-height: 28.8px;
  }
  .headerpop .cta {
    padding: 20px 15px 30px;
  }
  .headerpop .col-md-4 {
    padding-left: 5px;
  }
  .headerpop .cta-btn {
    padding-right: 10px;
  }
  .banner .close {
    right: 35px;
  }
  .headerpop .cta .hidden-mobile img {
    top: -75px;
    right: 88px;
    position: absolute;
    width: 245px;
  }
}
.cta-btn-parent {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .cta-btn-parent {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 992px) {
  .cta-btn-parent {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.cta-btn {
  background-color: #E4E4EE;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  box-shadow: none;
}
.cta-btn:hover {
  background-color: #2e3191;
  color: #fff;
  text-decoration: none;
}
ul.connect {
  float: right;
  padding: 9px 20px 17px;
  margin-right: -10px;
  margin-left: -10px;
}
ul.connect li {
  float: left;
  list-style: none;
  line-height: 12px;
  margin: 0;
}
ul.connect li a {
  padding: 0 10px;
  border-right: 1px solid #58585B;
  font-size: 12px;
  color: #58585B;
  font-weight: 700;
}
ul.connect li a:hover, ul.connect li a:focus, ul.connect li a:active {
  color: #2E3191;
}
ul.connect li:only-child a {
  border-right: 0;
}
ul.connect li:last-child a {
  border-right: 0;
}
.input-with-icon {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
.input-with-icon .search-btn img {
  height: 24px;
  width: 24px;
}
@media (max-width: 1024px) {
  .input-with-icon .search-btn img {
    height: 40px;
    width: auto;
    margin-right: 7px;
  }
}
@media (min-width: 1024px) {
  .input-with-icon:hover input, .input-with-icon:focus input {
    visibility: visible;
  }
  .input-with-icon:hover input:focus, .input-with-icon:focus input:focus {
    visibility: visible;
  }
}
.input-with-icon input {
  visibility: hidden;
  width: 100%;
  border: none;
  font-size: 14px;
  color: #58585B;
  padding-right: 30px;
  outline: none;
  border-bottom: 1px solid #2E3191;
  padding: 10px 0 0;
}
.input-with-icon input:focus {
  visibility: visible;
}
.input-with-icon a {
  position: absolute;
  top: 4px;
  right: 6px;
  color: #58585B;
  cursor: pointer;
  z-index: 999;
}
.result a {
  font-size: 1.5rem;
}
#resultsWrapper .result {
  padding-top: 18px;
  padding-bottom: 5px;
}
.aside-nav {
  width: 100%;
}
.aside-nav ul {
  list-style-type: none;
  padding-left: 0;
}
.aside-nav li {
  padding: 8px 0;
  margin: 0;
}
.aside-nav li a {
  display: block;
}
.aside-nav li .social-media ul {
  margin-left: -10px;
  margin-right: -10px;
}
.aside-nav li .social-media li {
  padding: 0;
}
.aside-nav li.link-icons i.fa, .aside-nav li.link-icons i.far {
  padding-left: 5px;
}
@media (max-width: 1023px) {
  .aside-nav li {
    padding: 15px 10px;
    border-bottom: 1px solid #E1E1E1;
  }
}
.content-box {
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 5px #BBBBBB;
  margin: 10px 0;
}
.content-box-with-image.box-image-right {
  display: flex;
  flex-direction: row-reverse;
}
.cards-2-column-wrapper,
.cards-3-column-wrapper,
.featured-tile-wrap {
  display: flex;
  flex: 1 1 0;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 768px) {
  .cards-3-column-wrapper .image-tile-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.cards-3-column-wrapper .image-tile-wrap img {
  padding-bottom: 0px;
}
.featured-content-wrapper > h2,
.featured-content-wrapper > p {
  max-width: 75%;
}
.featured-content-wrapper .featured-tile-wrap {
  margin-top: 30px;
}
.featured-content-wrapper .featured-content {
  font-size: 2rem;
}
.featured-content-wrapper .staticLeftColumn .image-tile-wrap {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}
@media (min-width: 1024px) {
  .featured-content-wrapper .col-md-6.staticLeftColumn {
    padding-left: 0px;
    padding-right: 10px;
  }
  .featured-content-wrapper .cards-2-column-wrapper .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .featured-content-wrapper .cards-2-column-wrapper .content-wrap h3 {
    padding-top: 20px;
  }
  .featured-content-wrapper .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1023px) {
  .featured-content-wrapper > h2,
.featured-content-wrapper > p {
    max-width: 100%;
  }
  .featured-content-wrapper .image-tile-wrap .content-wrap {
    border-bottom: 0px;
  }
  .featured-content-wrapper .col-md-3 {
    display: block;
    width: 100%;
  }
}
.featured-collage-wrapper {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .cards-2-column-wrapper .col-md-6:nth-child(odd) {
    padding-right: 10px;
  }
  .cards-2-column-wrapper .col-md-6:nth-child(even) {
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  .cards-3-column-wrapper .image-tile-wrap .content-wrap {
    border-bottom: none;
  }
  .featured-collage-wrapper {
    margin: 40px 0 20px;
  }
}
footer .link-parent ul {
  list-style-type: none;
  padding-left: 0;
}
footer .link-parent ul li {
  display: inline;
  margin: 0 10px;
}
.video-wrapper {
  position: relative;
  display: inline-block;
}
.video-wrapper .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrapper .video-play-button img {
  width: auto;
}
/*Organism Styles*/
.video-box-wrap {
  position: relative;
  margin-bottom: 30px;
}
.video-box-wrap .video-box {
  border-bottom: 1px solid #58585B;
  box-shadow: 1px 1px 5px #BBBBBB;
  background-color: #fff;
}
.video-box-wrap .video-box .vimeo-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
}
.video-box-wrap .video-box .vimeo-video:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  background-position: center;
  max-width: 60px;
}
.video-box-wrap .video-box .video-description {
  padding: 20px 15px;
}
.video-box-wrap .video-box .video-description a {
  color: #2E3191;
  display: block;
  margin: 5px 0 15px;
  font-weight: bold;
}
.video-box-wrap .video-box .video-description a i {
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .video-box-wrap .video-box .video-description a i {
    float: right;
    margin-top: 5px;
  }
}
.video-box-wrap .video-box .video-description a.content-shown i.fa-plus:before {
  content: "\f00d";
}
.video-box-wrap .video-box .video-description .videobox-hidden-content {
  display: none;
}
.video-box-wrap .video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-box-wrap .video-box .video-navigation .video-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.video-box-wrap .video-box .video-navigation .video-arrow.prev-item {
  background-image: url(../../images/starterkit/control-left.png);
  left: 20px;
}
.video-box-wrap .video-box .video-navigation .video-arrow.next-item {
  background-image: url(../../images/starterkit/control-right.png);
  right: 20px;
}
.video-box-wrap .video-box img {
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .video-box-wrap .video-box .video-description {
    padding: 20px 10px;
  }
}
.image-carousal-wrap {
  margin: 10px 0 40px 0;
}
.image-carousal-wrap .image-carousal {
  margin: 0 50px;
}
.image-carousal-wrap .image-carousal .carousal-content {
  margin-top: 20px;
}
.image-carousal-wrap .image-carousal .carousal-content p {
  margin-bottom: 0;
}
.image-carousal-wrap .image-carousal .carousal-content .image-content {
  display: flex;
  flex: 1 1 0;
}
.image-carousal-wrap .image-carousal .carousal-content .image-content img {
  width: auto;
  margin-right: 20px;
  align-self: baseline;
  max-width: 200px;
}
.image-carousal-wrap .image-carousal .slick-arrow {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  z-index: 999;
}
.image-carousal-wrap .image-carousal .slick-arrow img {
  width: 18px;
}
.image-carousal-wrap .image-carousal .slick-arrow.prev-arrow {
  left: -35px;
}
.image-carousal-wrap .image-carousal .slick-arrow.next-arrow {
  right: -35px;
}
.image-carousal-wrap .image-carousal .slick-arrow.slick-disabled {
  display: none !important;
}
.image-carousal-wrap .image-carousal .master-carousal {
  margin: 10px 50px;
}
.image-carousal-wrap .image-carousal .slick-dots li {
  width: 15px;
}
.image-carousal-wrap .image-carousal .slick-dots li button:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #2E3191;
  background-color: transparent;
  border-radius: 50%;
  opacity: 1;
}
.image-carousal-wrap .image-carousal .slick-dots li.slick-active button:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid transparent;
  background-color: #2E3191;
  border-radius: 50%;
  opacity: 1;
}
.image-carousal-wrap .only-image-carousal .carousal-content .image-content img {
  max-width: 100%;
}
@media (max-width: 1023px) {
  .image-carousal-wrap .image-carousal {
    margin: 0 25px;
  }
  .image-carousal-wrap .image-carousal .slick-arrow {
    position: absolute;
    top: 45%;
  }
  .image-carousal-wrap .image-carousal .slick-arrow.next-arrow {
    right: -25px;
  }
  .image-carousal-wrap .image-carousal .slick-arrow.prev-arrow {
    left: -25px;
  }
}
.image-aside {
  display: flex;
  flex: 1 1 0;
  margin-bottom: 20px;
}
.image-aside strong {
  font-size: 0.9rem;
}
.image-aside img {
  align-self: center;
}
.image-aside.img-left img {
  margin-right: 20px;
}
.image-aside.img-right {
  flex-direction: row-reverse;
}
.image-aside.img-right img {
  margin-left: 20px;
}
.image-aside .aside-content {
  align-self: center;
}
.image-aside .aside-content h4, .image-aside .aside-content strong {
  font-size: 14px;
  font-weight: bold;
  color: #58585B;
}
.image-aside .aside-content p {
  font-size: 16px;
}
@media (max-width: 1023px) {
  .image-aside {
    display: block;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .image-aside.img-right img {
    max-width: 310px;
  }
  .image-aside.img-left img {
    max-width: 300px;
  }
}
.tab-content {
  padding: 15px;
}
.back-to-top {
  position: fixed;
  bottom: 69px;
  transition: all 0.3s;
  right: calc((100vw - 1400px) / 2);
  opacity: 0;
  z-index: 3;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .back-to-top {
    width: auto;
    max-height: 50px;
    right: 0;
    margin-right: 15px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .back-to-top {
    right: 0;
  }
}
.back-to-top a {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 1023px) {
  .back-to-top a {
    width: 50px;
    height: 50px;
    position: relative;
    bottom: 0;
    right: 0;
    float: none;
    display: inline-block;
  }
}
.back-to-top.visible {
  opacity: 1;
}
.nested-list {
  list-style-type: disc;
  padding-left: 25px;
}
.nested-list li {
  margin: 15px 0 10px;
  font-weight: bold;
}
.nested-list li ul.hz-list {
  margin-top: 15px;
  margin-bottom: 0;
  list-style-type: circle;
}
.nested-list li ul.hz-list li {
  font-weight: normal;
}
.table-list ul {
  list-style-type: disc;
  padding-left: 25px;
}
.table-list ul li {
  margin: 10px 0;
}
/*Checklist styles*/
.checlist-heading {
  padding-left: 40px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.checlist-heading h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #767676;
}
.checlist-heading h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
table.classroom-table {
  border-top: 1px solid #646464;
  border-bottom: 1px solid #646464;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 40px 0 30px 0;
  padding: 0;
  width: 100%;
}
table.classroom-table thead tr {
  background-color: transparent;
  border-bottom: 1px solid #646464;
}
table.classroom-table tr {
  background-color: #fff;
}
table.classroom-table tr:nth-child(even) {
  background-color: transparent;
}
table.classroom-table tr td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  width: 35%;
}
table.classroom-table tr td:first-child {
  /*font-weight: bold;*/
  width: 28%;
}
table.classroom-table th {
  padding: 10px 15px;
  text-align: left;
}
table.classroom-table.track-table th:first-child {
  border-right: 1px solid #646464;
}
table.classroom-table.track-table tr td:first-child {
  border-right: 1px solid #646464;
  font-weight: normal;
}
table.classroom-table.symptoms-table {
  border-top: 1px solid #C0C0C0;
  border-bottom: 0px;
}
table.classroom-table.symptoms-table th {
  vertical-align: top;
}
table.classroom-table.symptoms-table th small {
  display: block;
}
table.classroom-table.symptoms-table th p {
  margin: 0;
}
table.classroom-table.symptoms-table th:first-child {
  width: 33%;
}
table.classroom-table.symptoms-table tr {
  background-color: transparent;
  border-bottom: 1px solid #C0C0C0;
}
table.classroom-table.symptoms-table tr td {
  padding: 10px 5px;
  width: 63%;
}
table.classroom-table.symptoms-table tr td:first-child {
  width: 33%;
}
table.classroom-table.symptoms-table tr td p {
  margin: 0;
}
table.classroom-table.symptoms-table tr.table-heading {
  background-color: #2E3191;
}
table.classroom-table.symptoms-table tr.table-heading td {
  padding: 15px 20px;
  color: #fff;
}
table.classroom-table.symptoms-table tr:last-child {
  border-bottom: 0px;
}
@media (max-width: 1023px) {
  table.classroom-table {
    border-top: none;
    border-bottom: none;
  }
  table.classroom-table thead {
    display: none;
  }
  table.classroom-table tr,
table.classroom-table td {
    display: block;
    position: relative;
  }
  table.classroom-table tr {
    margin-bottom: 0.5em;
    padding: 0 15px;
  }
  table.classroom-table tr td {
    text-align: left;
    display: inline-block;
    padding-left: 100px;
    padding: 15px 5px 15px 100px;
    width: 100%;
  }
  table.classroom-table tr td:first-child {
    float: left;
    padding-left: 0;
    width: 100%;
  }
  table.classroom-table tr td:before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    left: 5px;
    width: 80px;
  }
  table.classroom-table.track-table thead {
    display: block;
  }
  table.classroom-table.track-table tr {
    padding: 0;
  }
  table.classroom-table.track-table tr td {
    padding: 10px;
    width: 32%;
  }
  table.classroom-table.track-table tr td[colspan="2"] {
    width: 64%;
  }
  table.classroom-table.track-table tr td:first-child {
    float: none;
    padding-left: 10px;
  }
  table.classroom-table.track-table tr td:before {
    display: none;
  }
  table.classroom-table.symptoms-table thead {
    display: block;
  }
  table.classroom-table.symptoms-table tr {
    padding: 0;
    margin-bottom: 0;
  }
  table.classroom-table.symptoms-table tr.table-heading td {
    width: 100%;
  }
  table.classroom-table.symptoms-table tr td {
    padding: 10px;
    width: 63%;
  }
  table.classroom-table.symptoms-table tr td:first-child {
    float: none;
    padding-left: 10px;
  }
  table.classroom-table.symptoms-table tr td:before {
    display: none;
  }
}
/*Layout table as per the production*/
.layout--table .row {
  display: table-row;
}
.layout--table .row:nth-child(even) {
  background-color: #FFFFFF;
}
.layout--table .row:first-child .column {
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  color: #767676;
}
.layout--table .row:last-child .column {
  border-bottom: 1px solid #767676;
}
.layout--table .row:before, .layout--table .row:after {
  content: none;
}
.layout--table .row.row-header .column:first-child {
  width: 100%;
}
.layout--table .row .column {
  display: table-cell;
  width: 35%;
  padding: 15px;
}
.layout--table .row .column:first-child {
  width: 15%;
}
.layout--table .row .heading {
  display: none;
}
.layout--table .row ul {
  padding-left: 20px;
}
.layout--table .row li {
  padding-left: 10px;
  margin-top: 10px;
}
.layout--table .column:first-child {
  width: 33%;
  border-right: 1px solid #767676;
}
/* Table 2-column Small example */
@media screen and (min-width: 1024px) {
  table.classroom-table.small-table {
    width: 50%;
  }
}
.form-wrapper {
  background-color: #F7F8F9;
  padding: 30px 25px;
}
.form-wrapper form select.form-control {
  margin-bottom: 20px;
}
.form-wrapper form .form-control {
  margin: 0px 0 10px;
  border-radius: 0;
}
.form-wrapper form input[type=text], .form-wrapper form input[type=email] {
  border: 1px solid #58585B;
}
.form-wrapper form input[type=text]:focus, .form-wrapper form input[type=email]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-wrapper form label {
  margin-bottom: 5px;
  margin-top: 10px;
}
.form-wrapper form fieldset {
  margin-bottom: 15px;
}
.form-wrapper form select {
  width: 100%;
}
.form-wrapper form .radio-button-wrap {
  position: relative;
}
.form-wrapper form .radio-button-wrap input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  z-index: 99;
  top: 7px;
  cursor: pointer;
}
.form-wrapper form .radio-button-wrap input[type=radio] + label {
  padding-left: 15px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.form-wrapper form .radio-button-wrap input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 12px;
  border: 1px solid #2E3191;
  border-radius: 50%;
  background-color: #fff;
}
.form-wrapper form .radio-button-wrap input[type=radio]:checked + label:after {
  background-color: #2E3191;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 15px;
  border-radius: 50%;
}
.form-wrapper form .subscribe-snail-mail {
  display: none;
}
.form-wrapper form .checkbox-styled {
  position: relative;
}
.form-wrapper form .checkbox-styled input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  z-index: 99;
  top: 7px;
  cursor: pointer;
}
.form-wrapper form .checkbox-styled input[type=checkbox] + label {
  padding-left: 15px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.form-wrapper form .checkbox-styled input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 12px;
  border: 1px solid #2E3191;
  background-color: #fff;
}
.form-wrapper form .checkbox-styled input[type=checkbox]:checked + label:after {
  background-color: #2E3191;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 15px;
}
.form-wrapper form .cta-btn {
  margin: 20px 0 0;
}
.form-wrapper form .field-validation-error span {
  color: #FF0000;
  font-size: 14.4px;
}
.form-wrapper form .privacy-notice {
  position: relative;
}
.form-wrapper form .privacy-notice .radio-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.form-wrapper form .privacy-notice .radio-flex .field-validation-error {
  margin-top: 5px;
  margin-left: 5px;
}
/*Modal Buttons*/
.btn-cancel {
  background-color: #63696B;
  padding: 5px 20px;
  border-radius: 0;
  color: #fff !important;
}
.btn-continue {
  background-color: transparent;
  border: 1px solid #2E3191;
  padding: 5px 20px;
  border-radius: 0;
}
.btn-continue:hover {
  background-color: #2E3191;
  color: #fff;
}
.modal-footer .btn-primary {
  color: #2E3191;
}
.modal-footer .btn-primary:hover {
  color: #fff;
}
span[class*=external] {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
#external-link-dialog .modal-body {
  padding-bottom: 0;
}
#external-link-dialog .modal-content {
  border-radius: 0;
  padding: 30px 20px;
}
#external-link-dialog .modal-content > span {
  display: none;
}
#external-link-dialog .modal-header {
  border: none;
}
#external-link-dialog .modal-footer {
  border: none;
}
@media (min-width: 1024px) {
  #external-link-dialog .modal-dialog {
    margin: 30px auto;
  }
}
.tooltip-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
}
.tooltip-icon:before {
  margin-left: 2px;
}
[data-toggle=tooltip] {
  cursor: pointer;
}
.tooltip > .tooltip-inner {
  box-shadow: 1px 5px 10px #58585B;
  padding: 20px;
  width: 250px;
  max-width: 250px;
  background-color: rgba(255, 255, 255, 0.95);
  color: #58585B;
  text-align: left;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: rgba(255, 255, 255, 0.9) !important;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: rgba(255, 255, 255, 0.9) !important;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: rgba(255, 255, 255, 0.9) !important;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: rgba(255, 255, 255, 0.9) !important;
}
.body-wrapper {
  max-width: 736px;
  /*border: 7px solid #d6aacd;*/
  margin: auto;
}
.body-wrapper .mobile-hidden {
  display: inline;
}
@media (max-width: 1023px) {
  .body-wrapper .mobile-hidden {
    display: none;
  }
}
.body-wrapper .body-headings {
  margin: 0 25px 14px 25px;
}
.body-wrapper .body-headings h2 {
  text-align: center;
  margin: 40px auto 0;
  padding-bottom: 30px;
  border-bottom: 3px dotted #444;
  padding-top: 0;
}
@media (max-width: 1023px) {
  .body-wrapper .body-headings h2 {
    margin: 20px auto 0;
    padding-bottom: 20px;
  }
}
.body-wrapper .body-headings p {
  margin: 15px auto 25px;
  text-align: center;
  width: 100%;
}
.body-wrapper .body-parts {
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .body-wrapper .body-parts {
    display: block;
  }
}
.body-wrapper .body-parts ul {
  padding-left: 0;
}
.body-wrapper .body-parts .diagram-left ul {
  list-style-type: none;
}
.body-wrapper .body-parts .diagram-left ul li {
  width: 145px;
  margin: 0;
  text-align: left;
}
@media (max-width: 1023px) {
  .body-wrapper .body-parts .diagram-left ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
.body-wrapper .body-parts .diagram-left ul li:before {
  content: "";
  position: relative;
}
.body-wrapper .body-parts .diagram-left ul li div.img-text-list {
  position: relative;
  margin: 0;
  text-align: right;
}
@media (max-width: 1023px) {
  .body-wrapper .body-parts .diagram-left ul li div.img-text-list {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    text-align: left;
  }
}
.body-wrapper .body-parts .diagram-left ul li div.img-text-list img {
  min-width: 65px;
  min-height: 65px;
  position: absolute;
  right: -95px;
  width: 80px;
  height: 80px;
  top: -4px;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .body-wrapper .body-parts .diagram-left ul li div.img-text-list img {
    width: 65px;
    height: 65px;
    position: relative;
    right: 0;
    margin: 0 15px;
  }
}
.body-wrapper .body-parts .body-diagram {
  vertical-align: top;
  margin: 0;
}
.body-wrapper .body-parts .body-diagram img {
  width: 195px;
  margin: 30px 85px 0 95px;
}
.body-wrapper .body-parts .diagram-right ul {
  list-style-type: none;
}
.body-wrapper .body-parts .diagram-right ul li {
  width: 145px;
  margin: 0;
}
@media (max-width: 1023px) {
  .body-wrapper .body-parts .diagram-right ul li {
    width: 100%;
  }
}
.body-wrapper .body-parts .diagram-right ul li:before {
  content: "";
  position: relative;
}
.body-wrapper .body-parts .diagram-right ul li div.img-text-list {
  position: relative;
  margin: 0;
}
@media (max-width: 1023px) {
  .body-wrapper .body-parts .diagram-right ul li div.img-text-list {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
  }
}
.body-wrapper .body-parts .diagram-right ul li div.img-text-list img {
  min-width: 65px;
  min-height: 65px;
  position: absolute;
  left: -95px;
  width: 80px;
  height: 80px;
  top: -4px;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .body-wrapper .body-parts .diagram-right ul li div.img-text-list img {
    width: 65px;
    height: 65px;
    position: relative;
    left: 0;
    margin: 0 15px;
  }
}
.body-wrapper .star p {
  margin: 30px auto;
}
@media (max-width: 1023px) {
  .body-wrapper .star p {
    margin: 15px 25px;
  }
}
.text-with-leading-image-wrap .text-with-leading-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap .text-with-leading-image {
    display: block;
  }
}
.text-with-leading-image-wrap .text-with-leading-image .left-image {
  float: left;
}
.text-with-leading-image-wrap .text-with-leading-image .left-image img {
  display: block;
  margin-right: 25px;
  margin-right: 12px;
}
.text-with-leading-image-wrap .text-with-leading-image .left-image img.small-image {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}
.text-with-leading-image-wrap .text-with-leading-image .left-image img.medium-image {
  width: 92px;
  height: 92px;
  min-width: 92px;
  min-height: 92px;
}
.text-with-leading-image-wrap .text-with-leading-image .left-image img.large-image {
  width: 108px;
  height: 108px;
  min-width: 108px;
  min-height: 108px;
}
.text-with-leading-image-wrap .text-with-leading-image .right-content h3 {
  color: #54585a;
  font-weight: 700;
  padding-top: 0;
  margin-bottom: 0;
}
.text-with-leading-image-wrap .text-with-leading-image .right-content ol {
  margin-left: 20px;
}
.text-with-leading-image-wrap .text-with-leading-image .right-content ol li {
  padding-left: 0;
  margin-bottom: 8px;
}
.text-with-leading-image-wrap .text-with-leading-image .right-content p {
  margin-top: 0px;
  margin-bottom: 24px;
  position: relative;
}
.text-with-leading-image-wrap .text-with-leading-image .right-content p.carrot-right:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #7d317c;
  margin-left: 5px;
  display: inline-block;
  bottom: 5px;
}
.text-with-leading-image-wrap.img-split-content-wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(#ededed 0%, transparent 50%);
  background-image: -o-linear-gradient(#ededed 0%, transparent 50%);
  background-image: linear-gradient(#ededed 0%, transparent 50%);
  padding: 5px 5px 0;
}
.text-with-leading-image-wrap.img-split-content-wrap .img-split-content {
  padding: 20px;
  position: relative;
  border-top: 6px solid #913990;
  background-color: #fff;
  display: block;
}
.text-with-leading-image-wrap.img-split-content-wrap .img-split-content:before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c589bc), color-stop(72%, transparent));
  background-image: -webkit-linear-gradient(#c589bc 0%, transparent 72%);
  background-image: -o-linear-gradient(#c589bc 0%, transparent 72%);
  background-image: linear-gradient(#c589bc 0%, transparent 72%);
  top: 0;
  width: 2px;
  height: 100%;
  left: 0;
}
.text-with-leading-image-wrap.img-split-content-wrap .img-split-content:after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c589bc), color-stop(72%, transparent));
  background-image: -webkit-linear-gradient(#c589bc 0%, transparent 72%);
  background-image: -o-linear-gradient(#c589bc 0%, transparent 72%);
  background-image: linear-gradient(#c589bc 0%, transparent 72%);
  top: 0;
  width: 2px;
  height: 100%;
  right: 0;
}
.text-with-leading-image-wrap.img-split-content-wrap .img-split-content .right-content h3 {
  margin: 10px 0 30px 50px;
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap.img-split-content-wrap .img-split-content .right-content h3 {
    font-size: 24px;
    margin: 10px 0 25px 50px;
  }
}
.text-with-leading-image-wrap.img-split-content-wrap .img-split-content .right-content .right-content-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap.img-split-content-wrap .img-split-content .right-content .right-content-split {
    display: block;
  }
  .text-with-leading-image-wrap.img-split-content-wrap .img-split-content .right-content .right-content-split p {
    margin-bottom: 0;
  }
}
.text-with-leading-image-wrap.img-split-content-wrap .img-split-content .right-content .right-content-split .content-split-left {
  border-right: 3px dotted #3c713a;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap.img-split-content-wrap .img-split-content .right-content .right-content-split .content-split-left {
    border-right: none;
    padding-right: 0;
    border-bottom: 3px dotted #3c713a;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.text-with-leading-image-wrap.img-split-content-wrap .img-split-content .right-content .right-content-split .content-split-right {
  padding-left: 20px;
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap.img-split-content-wrap .img-split-content .right-content .right-content-split .content-split-right {
    padding-left: 0;
  }
}
.text-with-leading-image-wrap .img-split-list-wrap.right-content {
  width: 100%;
}
.text-with-leading-image-wrap .img-split-list-wrap.right-content h3 {
  margin-top: 3px;
  margin-bottom: 6px;
}
.text-with-leading-image-wrap .img-split-list-wrap.right-content .list-leading-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.text-with-leading-image-wrap .img-split-list-wrap.right-content .list-leading-img ul:before {
  content: "";
  width: 0;
  height: 81px;
  border-right: 3px dotted #3c713a;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap .img-split-list-wrap.right-content .list-leading-img ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
  }
  .text-with-leading-image-wrap .img-split-list-wrap.right-content .list-leading-img ul:before {
    border-right: none;
  }
}
.text-with-leading-image-wrap .img-split-list-wrap.right-content .list-leading-img ul li {
  padding-right: 20px;
  font-size: 17px;
  margin-left: 5px;
  margin-bottom: 5px;
  color: #2b2b2b;
  font-weight: 400;
  margin-top: 0;
}
.text-with-leading-image-wrap .img-split-list-wrap.right-content .list-leading-img ul li:before {
  color: #3c713a;
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap .img-split-list-wrap.right-content .list-leading-img ul li {
    margin-bottom: 5px;
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 400;
  }
}
.text-with-leading-image-wrap .img-split-list-wrap.right-content .right-content-split {
  display: none;
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap .img-headings-list-wrap.right-content h3 {
    font-size: 19px;
  }
}
.text-with-leading-image-wrap .img-headings-list-wrap.right-content h3 i {
  font-size: 24px;
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap .img-headings-list-wrap.right-content h3 i {
    font-size: 19px;
  }
}
.text-with-leading-image-wrap .img-headings-list-wrap.right-content ol li {
  margin-bottom: 0;
  font-weight: 400;
  counter-increment: list;
  list-style-type: none;
  position: relative;
}
.text-with-leading-image-wrap .img-headings-list-wrap.right-content ol li:before {
  color: #6a1f6c;
  content: counter(list) ".";
  left: -30px;
  position: absolute;
  text-align: right;
  width: 26px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap .img-headings-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap .img-styled-content-wrap.right-content {
    margin: 0 0 0 20px;
  }
  .text-with-leading-image-wrap .img-styled-content-wrap.right-content .right-content-split {
    margin-left: 0;
  }
  .text-with-leading-image-wrap .img-styled-content-wrap.right-content .right-content-split .content-split-left {
    margin-left: 0;
  }
  .text-with-leading-image-wrap .img-styled-content-wrap.right-content .right-content-split .content-split-right {
    margin: 0;
  }
}
.text-with-leading-image-wrap .img-styled-content-wrap.right-content h3 {
  font-size: 18px;
  font-weight: 500;
  color: #6c286c;
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap .img-styled-content-wrap.right-content h3 {
    font-size: 15px;
  }
}
.text-with-leading-image-wrap .img-styled-content-wrap.right-content p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.text-with-leading-image-wrap .img-styled-content-wrap.right-content p.right-carat {
  position: relative;
}
.text-with-leading-image-wrap .img-styled-content-wrap.right-content p.right-carat:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #7d317c;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap .img-styled-content-wrap.right-content p {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.text-with-leading-image-wrap .img-styled-content-wrap.right-content p span.home-carat {
  color: #3c713a;
  border-bottom: 1px solid #3c713a;
}
@media (max-width: 1023px) {
  .text-with-leading-image-wrap .img-styled-content-wrap.right-content p span.home-carat {
    font-size: 13px;
  }
}
.sec-description .img-content-list ul li {
  display: block;
}
.box-wrapper {
  padding: 0px 15px;
}
.box-wrapper .cta-wrapper {
  background-color: rgba(255, 255, 255, 0.2);
}
.box-wrapper .cta-wrapper .content-title {
  letter-spacing: 1px;
  border-top: 8px solid #017dc3;
  border-width: 8px 0px 0px;
  padding: 21px 25px 18px;
  background-color: #ffffff;
}
.box-wrapper .cta-wrapper .content-title h2 {
  font-size: 26px;
  color: #58585B;
  margin-bottom: 0;
  font-weight: 700;
  padding: 0px;
}
.box-wrapper .cta-wrapper .content-wrapper {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  padding: 25px 24px 25px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.box-wrapper .cta-wrapper .content-wrapper .leave-site-off {
  color: #ffffff;
}
.box-wrapper .cta-wrapper .content-wrapper .leave-site-off:first-of-type:after {
  height: 1px;
  background-color: #fff;
  content: " ";
  display: block;
  margin: 12px 0px;
}
@media (max-width: 1024px) {
  .box-wrapper .cta-wrapper .content-wrapper p {
    margin: 0;
  }
}
.box-wrapper .cta-wrapper .btn-wrapper {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-wrapper .cta-wrapper .btn-wrapper a {
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}
.box-wrapper .cta-wrapper .btn-wrapper a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  margin-top: -4px;
  margin-left: 4px;
  vertical-align: middle;
  background-image: url(../../images/starterkit/see-more-caret.png);
  background-size: 100% 100%;
}
.header-container-wrap {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  /*margin-top: 145px;*/
}
.header-container-wrap .bg-stretch {
  position: absolute;
  margin: 0;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}
.header-container-wrap .bg-stretch .fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.header-container-wrap .bg-stretch .fluid-width-video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.header-container-wrap .header-content-container {
  position: relative;
  top: 0px;
}
@media (max-width: 1023px) {
  .header-container-wrap .header-content-container .header-content-wrap .bg-video {
    display: none;
  }
}
.header-container-wrap .header-content-container .header-content-wrap .header-content {
  padding-bottom: 50px;
}
.header-container-wrap .header-content-container .header-content-wrap .header-content .fade-in-heading {
  font-size: 45px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 5px;
}
.header-container-wrap .header-content-container .header-content-wrap .header-content .header-text-image {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
}
.header-container-wrap .header-content-container .header-content-wrap .header-content .header-text-image img {
  margin: 0 auto;
}
.header-container-wrap .header-content-container .header-content-wrap .header-content .learn-more {
  text-align: center;
  display: block;
  margin: 0 auto;
  border: 1px solid #fff;
  max-width: 250px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  margin-top: 65px;
  padding: 10px 0;
  border-radius: 25px;
  text-transform: uppercase;
}
.header-container-wrap .header-content-container .header-content-wrap .header-content .learn-more:hover {
  border: 1px solid #017DC3;
  color: #017DC3;
}
.header-container-wrap .header-content-container .header-content-wrap .header-content-scroll {
  text-align: center;
  position: relative;
  display: block;
  z-index: 9;
  padding-bottom: 20px;
}
.header-container-wrap .header-content-container .header-content-wrap .header-content-scroll .see-more {
  text-decoration: none;
}
.header-container-wrap .header-content-container .header-content-wrap .header-content-scroll .see-more .fa {
  display: block;
  font-size: 0;
  width: 35px;
  height: 20px;
  margin: auto;
  background-image: url(../../images/starterkit/chevron.png);
  background-size: 100% 100%;
}
.header-container-wrap .header-content-container .header-content-wrap .header-content-scroll .see-more span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  display: block;
  color: #fff;
  position: relative;
  bottom: 10px;
}
@media (max-width: 991px) {
  .header-container-wrap .header-content-container .header-content-wrap .header-content-scroll .see-more span {
    display: none;
  }
}
.accordion-list-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
}
.accordion-list-wrap .accordion-img {
  margin-right: 30px;
  min-width: 167px;
}
.accordion-list-wrap .accordion-content {
  overflow: hidden;
  width: 100%;
  display: block;
}
.accordion-list-wrap .accordion-content h3 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 5px;
}
.accordion-list-wrap .accordion-content span {
  display: inline-block;
  margin-bottom: 25px;
}
.accordion-list-wrap .accordion-content p {
  margin-top: 0;
}
.accordion-list-wrap .accordion-content .panel-heading {
  position: relative;
}
.accordion-list-wrap .accordion-content .panel-heading .acc-collapse .open-close-opener {
  overflow: hidden;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  margin: 0 2px 0 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.accordion-list-wrap .accordion-content .panel-heading .acc-collapse .open-close-opener:before {
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 22px;
  background-color: #C4C2C2;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: "";
}
.accordion-list-wrap .accordion-content .panel-heading .acc-collapse .open-close-opener:after {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #C4C2C2;
  width: 22px;
  height: 2px;
  content: "";
}
.accordion-list-wrap .accordion-content .panel-heading .acc-collapse.collapsed .open-close-opener:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.accordion-list-wrap .accordion-content .acc-content-holder .collapse {
  display: block;
  overflow: hidden;
  min-height: 94px;
  max-height: 94px;
}
.accordion-list-wrap .accordion-content .acc-content-holder .collapse.show {
  max-height: none;
}
.accordion-list-wrap .accordion-content .acc-content-holder .collapse.show .readmore-link {
  display: none;
}
.accordion-list-wrap .accordion-content .acc-content-holder .collapsing {
  min-height: 94px;
  max-height: none;
  height: 0;
}
.accordion-list-wrap .accordion-content .acc-content-holder .collapsing .readmore-link {
  display: none;
}
.accordion-list-wrap .accordion-content .readmore-link {
  position: absolute;
  bottom: -2px;
  right: 0;
  background-color: #ffffff;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .accordion-list-wrap {
    display: block;
  }
  .accordion-list-wrap .accordion-content {
    padding-top: 28px;
  }
  .accordion-list-wrap .accordion-img {
    width: auto;
  }
}
@media (max-width: 768px) {
  .hz-tabs.mobile-accordion .nav-tabs {
    display: none;
  }
  .hz-tabs.mobile-accordion .tab-content .tab-pane {
    display: block;
    opacity: 1;
  }
  .hz-tabs.mobile-accordion .tab-content .tab-pane .mobile-tabbed-wrapper {
    display: block;
  }
  .hz-tabs.mobile-accordion .tab-content .tab-pane > *:not(.mobile-tabbed-wrapper) {
    display: none;
  }
  .hz-tabs.mobile-accordion .tab-content .tab-pane.active > * {
    display: block;
  }
  .hz-tabs.mobile-accordion .mobile-tabbed-wrapper .nav-link {
    display: block !important;
  }
  .hz-tabs.mobile-accordion .mobile-tabbed-wrapper .nav-link span,
  .hz-tabs.mobile-accordion .mobile-tabbed-wrapper .nav-link p {
    visibility: visible;
  }
}
.fullwidth-banner {
  background-image: url("https://via.placeholder.com/768x250.jpg");
  background-repeat: no-repeat;
  height: 250px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .fullwidth-banner {
    background-image: url("https://via.placeholder.com/1024x250.jpg");
    height: 435px;
  }
}
@media (min-width: 1024px) {
  .fullwidth-banner {
    background-image: url("https://via.placeholder.com/2560x800.jpg");
    height: 435px;
  }
}
.fullwidth-banner-content {
  position: absolute;
  top: 35%;
  margin: 0 auto;
  overflow: hidden;
  right: 5%;
  text-align: center;
}
.banner-container, .hero-banner {
  position: relative;
  /* New themes */
}
.banner-container .banner-arrow, .hero-banner .banner-arrow {
  display: none;
}
@media (min-width: 768px) {
  .banner-container .banner-arrow, .hero-banner .banner-arrow {
    display: block;
    background-image: url(/images/starterkit/chevron-down.png);
    width: 152px;
    height: 167px;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: auto;
    z-index: 10;
    bottom: -36px;
    color: transparent;
  }
}
.banner-container .banner-arrow:hover, .hero-banner .banner-arrow:hover {
  border-bottom: 0;
  color: transparent;
}
.banner-container.theme-bannerimage-text-image .fullwidth-banner-content, .hero-banner.theme-bannerimage-text-image .fullwidth-banner-content {
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  right: auto;
}
.banner-container.theme-bannerimage-image-text .fullwidth-banner-content, .hero-banner.theme-bannerimage-image-text .fullwidth-banner-content {
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  left: auto;
}
.banner-container.theme-bannerimage-image-text .banner-arrow, .hero-banner.theme-bannerimage-image-text .banner-arrow {
  display: block;
  width: 152px;
  height: 167px;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: auto;
  z-index: 10;
  color: transparent;
}
@media (max-width: 767px) {
  .banner-container.theme-bannerimage-image-text .banner-arrow, .hero-banner.theme-bannerimage-image-text .banner-arrow {
    bottom: 32%;
  }
}
.banner-container.theme-bannerimage-overlay-left .fullwidth-banner-content, .hero-banner.theme-bannerimage-overlay-left .fullwidth-banner-content {
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  right: auto;
  padding: 20px;
  background-color: rgba(199, 203, 251, 0.7);
}
.banner-container.theme-bannerimage-overlay-right .fullwidth-banner-content, .hero-banner.theme-bannerimage-overlay-right .fullwidth-banner-content {
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  left: auto;
  padding: 20px;
  background-color: rgba(199, 203, 251, 0.7);
}
@media (max-width: 767px) {
  .banner-container.theme-bannerimage-text-image .fullwidth-banner-content, .banner-container.theme-bannerimage-image-text .fullwidth-banner-content, .banner-container.theme-bannerimage-overlay-left .fullwidth-banner-content, .banner-container.theme-bannerimage-overlay-right .fullwidth-banner-content, .hero-banner.theme-bannerimage-text-image .fullwidth-banner-content, .hero-banner.theme-bannerimage-image-text .fullwidth-banner-content, .hero-banner.theme-bannerimage-overlay-left .fullwidth-banner-content, .hero-banner.theme-bannerimage-overlay-right .fullwidth-banner-content {
    max-width: 100%;
    position: static;
    transform: none;
    min-height: 340px;
    padding: 40px;
    text-align: left;
    width: 100%;
    min-height: 100px;
    height: auto;
    color: #fff;
    background: #512d6c 0% 0% no-repeat padding-box;
  }
  .banner-container.theme-bannerimage-text-image .fullwidth-banner-content h1, .banner-container.theme-bannerimage-image-text .fullwidth-banner-content h1, .banner-container.theme-bannerimage-overlay-left .fullwidth-banner-content h1, .banner-container.theme-bannerimage-overlay-right .fullwidth-banner-content h1, .hero-banner.theme-bannerimage-text-image .fullwidth-banner-content h1, .hero-banner.theme-bannerimage-image-text .fullwidth-banner-content h1, .hero-banner.theme-bannerimage-overlay-left .fullwidth-banner-content h1, .hero-banner.theme-bannerimage-overlay-right .fullwidth-banner-content h1 {
    font-size: 1.5rem;
  }
}
.banner-container.theme-bannerimage-text-image .fullwidth-banner-content .cta-btn, .banner-container.theme-bannerimage-image-text .fullwidth-banner-content .cta-btn, .banner-container.theme-bannerimage-overlay-left .fullwidth-banner-content .cta-btn, .banner-container.theme-bannerimage-overlay-right .fullwidth-banner-content .cta-btn, .hero-banner.theme-bannerimage-text-image .fullwidth-banner-content .cta-btn, .hero-banner.theme-bannerimage-image-text .fullwidth-banner-content .cta-btn, .hero-banner.theme-bannerimage-overlay-left .fullwidth-banner-content .cta-btn, .hero-banner.theme-bannerimage-overlay-right .fullwidth-banner-content .cta-btn {
  padding: 11px;
  margin-top: 17px;
  cursor: pointer;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
  background-color: #f5811f;
  border: 1px solid #f5811f;
  border-radius: 20px;
  color: #ffffff;
  max-width: 234px;
  margin-bottom: 10px;
  padding: 11px 15px;
  transition: all 0.3s;
  width: 100%;
  white-space: normal;
  letter-spacing: 0.13px;
}
@media (max-width: 767px) {
  .banner-container.theme-bannerimage-overlay-left .fullwidth-banner-content, .banner-container.theme-bannerimage-overlay-right .fullwidth-banner-content, .hero-banner.theme-bannerimage-overlay-left .fullwidth-banner-content, .hero-banner.theme-bannerimage-overlay-right .fullwidth-banner-content {
    color: #000;
    background: #fff 0% 0% no-repeat padding-box;
  }
}
.dropdown button {
  width: 24%;
  height: 44px;
  background-color: transparent;
  position: relative;
}
.dropdown select {
  visibility: hidden;
  width: 0;
  height: 0;
  display: block;
  border: none;
}
.dropdown-toggle:after {
  position: absolute;
  margin-left: unset;
  vertical-align: unset;
  content: "";
  border-top: 8px solid #cecece;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent;
  right: 12px;
}
.dropdown-toggle:before {
  border-left: 0.5px solid #9a9a9a;
  border-right: 0.5px solid #9a9a9a;
  position: absolute;
  right: 39px;
  top: 0px;
  content: "";
  background-color: #9a9a9a;
  height: 100%;
  z-index: 2;
}
.dropdown-menu.show {
  width: 24%;
}
.dropdown-menu.show ul {
  list-style-type: none;
}
.drop-selector {
  min-height: 50px;
  height: 100%;
}
@media (min-width: 1024px) {
  .drop-selector {
    min-height: 30px;
    height: 100%;
  }
}
.drop-selector ul {
  padding: 0;
  list-style: none;
}
.drop-selector ul li {
  margin: 0;
}
.drop-selector ul li a {
  text-decoration: none;
}
.drop-selector > ul {
  height: 100%;
}
.drop-selector > ul > li {
  text-align: center;
  position: relative;
  height: 100%;
}
.drop-selector > ul > li > span {
  font-size: 9.6px;
  line-height: 13.2px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #6D6E71;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 1024px) {
  .drop-selector > ul > li > span {
    font-size: 14.4px;
    line-height: 21.6px;
    padding: 0 40px 0 20px;
  }
}
.drop-selector > ul > li > span::after {
  content: "";
  position: absolute;
  z-index: 1;
  font-size: 1em;
  right: 10px;
  top: calc(50% - 2px);
  border-top: 8px solid white;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent;
  display: inline-block;
  width: 0;
  height: 0;
}
@media (min-width: 1024px) {
  .drop-selector > ul > li > span::after {
    right: 20px;
  }
}
.drop-selector > ul > li ul {
  position: fixed;
  top: 138px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  min-height: 100%;
  padding: 70px 10px 10px;
  display: none;
  z-index: 5;
}
@media (min-width: 1024px) {
  .drop-selector > ul > li ul {
    position: absolute;
    top: 100%;
    background-color: transparent;
    min-height: 0;
    padding: 0;
  }
}
.drop-selector > ul > li ul .drop-selector-close {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../images/starterkit/collapse-white.svg");
  right: 10px;
  top: 20px;
}
@media (min-width: 1024px) {
  .drop-selector > ul > li ul .drop-selector-close {
    display: none;
  }
}
.drop-selector > ul > li ul li {
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .drop-selector > ul > li ul li {
    margin-bottom: 0;
    padding: 0 20px;
    background-color: #E6E7E8;
  }
}
.drop-selector > ul > li ul li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .drop-selector > ul > li ul li:last-of-type a {
    border-bottom: 0;
  }
}
.drop-selector > ul > li ul li a {
  font-size: 14.4px;
  line-height: 21.6px;
  padding: 10px 30px 10px 10px;
  background-color: #E8E7E7;
  display: block;
  color: black;
  position: relative;
}
@media (min-width: 1024px) {
  .drop-selector > ul > li ul li a {
    background-color: #E6E7E8;
    border-bottom: 1px solid #6D6E71;
    color: #6D6E71;
    padding-left: 0;
  }
}
.drop-selector > ul > li ul li a::after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-left: 5px;
  background-color: #6D6E71;
  position: relative;
  top: 2px;
}
.drop-selector > ul > li ul li a:hover {
  color: #685BC7;
}
@media (min-width: 1024px) {
  .drop-selector > ul > li ul li a:hover {
    color: black;
  }
}
.drop-selector > ul > li ul li.hcp a::after, .drop-selector > ul > li ul li.form a::after {
  display: block;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 10px;
  top: calc(50% - 10px);
  background-color: white;
}
@media (min-width: 1024px) {
  .drop-selector > ul > li ul li.hcp a::after, .drop-selector > ul > li ul li.form a::after {
    right: 0;
  }
}
.drop-selector.show-menu > ul > li ul {
  display: block;
}
@media (min-width: 1024px) {
  .drop-selector.show-menu > ul > li ul {
    display: none;
  }
}
@media (min-width: 1024px) {
  .drop-selector:hover > ul > li ul {
    display: block;
  }
}
.content-divider-wrap.row {
  flex-wrap: nowrap;
}
.content-divider-wrap.row .col:first-of-type {
  flex-basis: 100%;
  max-width: 73.5%;
}
@media (max-width: 1023px) {
  .content-divider-wrap.row .col:first-of-type {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.content-divider-wrap.row .col.content-divider {
  display: none;
}
.content-divider-wrap.row .col.content-divider .content-divider-inner {
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
  min-height: 20px;
  width: 1px;
  background-color: #999;
}
.content-divider-wrap.row .col img {
  max-width: 100%;
}
.content-divider-wrap.row .col .img-var, .content-divider-wrap.row .col .icon-var {
  padding-left: 20px;
  border-left: 1px solid #999;
  height: 100%;
}
@media (max-width: 1023px) {
  .content-divider-wrap.row .col .img-var, .content-divider-wrap.row .col .icon-var {
    border: none;
  }
}
@media (max-width: 1023px) {
  .content-divider-wrap.row .col {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1023px) {
  .content-divider-wrap.row {
    flex-wrap: wrap;
    margin: 0;
  }
}
.modal.theme-genericdialog-medium .modal-dialog {
  max-width: 800px;
}
.modal.theme-genericdialog-large .modal-dialog {
  max-width: 1000px;
}
.modal-body-video-wrap {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.modal-body-video-iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.modal.show {
  overflow-x: hidden;
  overflow-y: auto;
}
.backto-menulist {
  position: relative;
  text-align: right;
  display: block;
}
.backto-menulist ul {
  list-style-type: none;
}
.backto-menulist ul li {
  display: inline-block;
  margin-bottom: 0;
}
.backto-menulist ul li span {
  position: relative;
}
.backto-menulist ul li span:before {
  display: inline-block;
  position: relative;
}
.text-image-wrapper {
  display: flex;
}
.text-image-wrapper img {
  max-width: 200px;
}
.hz-footer .footer-top {
  display: flex;
}
.hz-footer .footer-top .footer-logo {
  flex-basis: 30%;
}
.hz-footer .footer-top .footer-logo a img {
  max-width: 100%;
  width: 200px;
}
.hz-footer .footer-top .footer-nav {
  flex-basis: 70%;
}
.hz-footer .footer-top .footer-nav ul li {
  margin: 0;
  padding: 0 12px;
  border-left: 1px solid #676767;
}
.hz-footer .footer-top .footer-nav ul li:first-of-type {
  border-left: none;
}
.hz-footer .footer-top .footer-nav ul li a {
  line-height: 24px;
}
@media (max-width: 1023px) {
  .hz-footer .footer-top .footer-nav ul li {
    width: auto;
  }
}
@media (max-width: 991px) {
  .hz-footer .footer-top .footer-nav ul li {
    border-left: none;
    display: block;
  }
}
@media (max-width: 1023px) {
  .hz-footer .footer-top .footer-nav ul {
    column-count: initial;
    margin: 30px auto 25px;
  }
}
@media (max-width: 991px) {
  .hz-footer .footer-top .footer-nav ul {
    column-count: 1;
    margin: 0px auto 25px;
  }
}
@media (max-width: 991px) {
  .hz-footer .footer-top {
    display: flex;
    flex-direction: column;
  }
}
.hz-footer .footer-content p {
  margin-bottom: 10px;
}
/*Video Scroll Play styles*/
.video-scroll-play {
  position: relative;
  margin-bottom: 20px;
}
.video-scroll-play img {
  margin: 0 auto;
}
.video-scroll-play.in-view img {
  display: none !important;
}
@media (min-width: 1024px) {
  .video-scroll-play.in-view video.hidden-mobile {
    display: block !important;
  }
}
@media (max-width: 1023px) {
  .video-scroll-play.in-view video.hidden-desktop {
    display: block !important;
  }
}
.video-scroll-play .video-wrap {
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  padding: 0;
}
.video-scroll-play .video-wrap img + video {
  display: none !important;
}
.video-scroll-play .video-wrap video {
  height: auto;
  left: 0;
  position: relative;
  top: 0;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .video-scroll-play .video-wrap video {
    width: 100%;
  }
}
.video-scroll-play .text-container {
  display: none;
}
#video-replay {
  cursor: pointer;
  margin-top: 15px;
}
.video-content-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .video-content-wrapper {
    flex-direction: column;
  }
}
.video-content-wrapper {
  flex-direction: row;
}
@media (max-width: 1023px) {
  .video-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 500px) {
  .video-content-wrapper {
    margin: 0 -15px;
  }
}
.video-content-wrapper .video-wrapper {
  cursor: pointer;
  /*padding: 15px;*/
  width: 98.25%;
  position: relative;
}
.video-content-wrapper .video-wrapper .cta-btn {
  font-size: 15px;
  width: 100%;
  min-width: 290px;
  max-width: 350px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  text-align: center;
}
.video-content-wrapper .video-wrapper .vimeo-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-content-wrapper .video-wrapper .vimeo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-content-wrapper .video-wrapper .vimeo-video:after {
  content: "";
  z-index: 2;
  /* background-image: url("../../images/starterkit/arrow.png"); */
  background-size: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-content-wrapper .video-wrapper .vimeo-video:hover:after {
  opacity: 0.3;
}
.video-content-wrapper .video-wrapper .vimeo-video.active:after {
  display: none;
}
.video-content-wrapper .video-wrapper img {
  position: absolute;
  top: 0px;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1023px) {
  .video-content-wrapper .video-wrapper img {
    display: block;
  }
}
.video-content-wrapper .video-wrapper .download-ts-wrapper {
  max-width: 100%;
  padding: 20px 15px 0px 0px;
}
.video-content-wrapper .video-wrapper .download-ts-wrapper a .carrot-bottom {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #00bfb3 transparent transparent transparent;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.video-content-wrapper .video-wrapper .download-ts-wrapper a.content-shown .carrot-bottom {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.video-content-wrapper .video-wrapper .download-ts-wrapper a.video-show-content {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
}
.video-content-wrapper .video-wrapper .download-ts-wrapper a.video-show-content:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .video-content-wrapper .video-wrapper .download-ts-wrapper {
    padding: 20px 0px 0px 0px;
  }
}
@media (max-width: 1023px) {
  .video-content-wrapper .video-wrapper {
    margin-right: 0px;
    padding: 15px;
    width: 100%;
  }
}
.video-content-wrapper .content-wrapper {
  padding: 20px 15px 30px 30px;
  /*flex-basis: 50%;*/
  width: 100%;
}
.video-content-wrapper .content-wrapper .cta-btn {
  font-size: 15px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  text-align: center;
  padding: 0px 80px 0px 40px;
  line-height: 40px;
  min-width: 230px;
  width: 230px;
  margin-bottom: 20px;
}
.video-content-wrapper .content-wrapper a .carrot-right {
  display: inline-block;
  margin-left: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #00bfb3;
}
.video-content-wrapper .content-wrapper p a {
  display: inline-block;
  text-decoration: none;
}
.video-content-wrapper .content-wrapper p a:hover {
  text-decoration: underline;
}
.video-content-wrapper .content-wrapper .download-ts-wrapper {
  max-width: 100%;
  padding: 0;
}
.video-content-wrapper .content-wrapper .download-ts-wrapper a .carrot-bottom {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #00bfb3 transparent transparent transparent;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.video-content-wrapper .content-wrapper .download-ts-wrapper a.content-shown .carrot-bottom {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.video-content-wrapper .content-wrapper .download-ts-wrapper a.video-show-content {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
}
.video-content-wrapper .content-wrapper .download-ts-wrapper a.video-show-content:hover {
  text-decoration: underline;
}
.video-content-wrapper .content-wrapper .download-ts-wrapper a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .video-content-wrapper .content-wrapper .download-ts-wrapper {
    padding: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .video-content-wrapper .content-wrapper {
    padding: 20px 15px 0px 15px;
  }
}
.video-content-wrapper.right-video {
  flex-direction: column-reverse;
}
.video-content-wrapper.right-video .content-wrapper {
  padding: 20px 40px 30px 0px;
}
.video-content-wrapper.right-video .content-wrapper .cta-btn {
  margin-bottom: 0px;
}
@media (max-width: 1023px) {
  .video-content-wrapper.right-video .content-wrapper {
    padding: 20px 15px 0px 15px;
  }
}
.video-content-wrapper.right-video .download-ts-wrapper {
  padding-top: 20px;
  padding-right: 15px;
}
@media (max-width: 1023px) {
  .video-content-wrapper.right-video .download-ts-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
  }
}
.video-content-wrapper.right-video .video-show-content {
  margin-bottom: 15px;
  display: block;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .video-content-wrapper.right-video {
    flex-direction: row-reverse;
  }
}
.videobox-hidden-content {
  display: none;
  max-height: 200px;
  border: 1px solid #dedede;
  padding: 15px 20px;
  margin-bottom: 30px;
  overflow: hidden;
  overflow-y: scroll;
  height: 150px;
}
.videobox-hidden-content p {
  margin-bottom: 9px;
}
.videobox-hidden-content ul li {
  list-style: disc;
  margin-left: 19px;
}
.videobox-hidden-content ul li ul li {
  list-style: circle;
}
@media (max-width: 1023px) {
  .videobox-hidden-content {
    margin-bottom: 30px;
  }
}
.video-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 15px;
  padding: 10px;
}
@media (max-width: 500px) {
  .video-text {
    padding: 10px 0px;
  }
}
.quote {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 27px;
}
.quote:before {
  content: "“";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 55px;
}
.quote:after {
  content: "”";
  position: absolute;
  bottom: -10px;
  margin-left: 5px;
  font-size: 55px;
  color: #bfbfbf;
}
@media (max-width: 1023px) {
  .quote {
    margin-bottom: 0;
  }
}
.text-twocolumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .text-twocolumn {
    display: block;
  }
}
.text-twocolumn img {
  padding: 20px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .text-twocolumn img {
    display: block;
  }
}
.text-twocolumn .twocolumn-left {
  padding: 20px;
  position: relative;
  text-align: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.text-twocolumn .twocolumn-right {
  padding: 20px;
  position: relative;
  text-align: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
/*START: Image text CTA multicolumn styles*/
.img-txt-stacked {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.img-txt-stacked img {
  margin: 0 auto;
  display: block;
}
.img-txt-stacked .txt-cta-wrap {
  padding: 10px 0 14px;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.img-txt-stacked .txt-cta-wrap p {
  text-align: center;
}
.img-txt-stacked .txt-cta-wrap .cta-btn {
  width: 100%;
  margin: 0 auto;
  max-width: 350px;
  display: block;
  align-self: flex-end;
}
@media (min-width: 62.5em) {
  .img-txt-stacked .txt-cta-wrap {
    padding: 10px;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .img-txt-stacked .txt-cta-wrap .cta-btn {
    line-height: 16px;
    padding-left: 20px;
    /*padding-right: 57px;*/
    white-space: normal;
  }
  .img-txt-stacked .txt-cta-wrap p {
    text-align: left;
  }
}
@media (max-width: 1023px) {
  .img-txt-stacked {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.img-txt-aside img {
  margin: 10px auto;
}
@media (min-width: 62.5em) {
  .img-txt-aside {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
  }
  .img-txt-aside .txt-cta-wrap {
    padding-left: 15px;
    position: relative;
    top: 20px;
  }
  .img-txt-aside img {
    margin: 15px 0 10px 30px;
  }
}
@media (max-width: 1023px) {
  .img-txt-aside {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.img-txt-aside:first-of-type:after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #ae8a90;
  height: 77%;
  left: 93%;
  top: 25px;
  width: 2px;
}
.img-txt-stacked.border-partial {
  border-right: 1px solid #000000;
}
.img-txt-stacked.border-partial a {
  display: block;
}
.img-txt-stacked.border-partial:last-child {
  border: none;
}
.single-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.single-video .video-cover {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.single-video .video-cover .play-btn {
  display: block;
  /*  background-image: url('../../images/starterkit/arrow.png'); */
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100%;
}
.single-video .video-cover .play-btn:hover {
  opacity: 0.3;
}
.single-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-content-box {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  text-align: left;
  position: relative;
}
@media (min-width: 1024px) {
  .video-content-box {
    padding-top: 20px;
    padding-left: 0;
  }
}
.video-content-box .download-ts-wrapper {
  max-width: 100%;
  padding: 15px 15px 0px 0px;
}
.video-content-box .download-ts-wrapper .video-show-content {
  margin-bottom: 15px;
  display: block;
}
.video-content-box .download-ts-wrapper .video-show-content .carrot-bottom {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #00bfb3 transparent transparent transparent;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.video-content-box .download-ts-wrapper .video-show-content.active .carrot-bottom {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.video-content-box .videobox-hidden-content {
  display: none;
  max-height: 200px;
  border: 1px solid #dedede;
  padding: 15px 20px;
  margin-bottom: 30px;
  overflow: hidden;
  overflow-y: scroll;
  height: 150px;
}
.download-icon a {
  display: inline;
}
.download-icon a:before {
  background-image: url(../../images/ravicti/download.png);
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  margin-right: 8px;
}
.download-icon p {
  display: inline-block;
  margin-bottom: 0;
}
.secondary-banner-mobile {
  background-image: url("https://via.placeholder.com/220x220.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #642c3e;
  height: 133px;
}
@media (min-width: 768px) {
  .secondary-banner-mobile {
    display: none;
  }
}
.secondary-banner-wrap {
  padding: 0;
}
.secondary-banner {
  background-image: url("https://via.placeholder.com/1349x364.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #642c3e;
  height: 240px;
  padding-top: 110px;
}
@media (max-width: 767px) {
  .secondary-banner {
    background-image: none;
    background-color: white;
    height: auto;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .secondary-banner {
    height: 300px;
    padding-top: 115px;
  }
}
@media (min-width: 901px) {
  .secondary-banner {
    height: 360px;
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .secondary-banner .container::after {
    content: "";
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}
.secondary-banner .container h1 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  text-align: right;
}
@media (max-width: 767px) {
  .secondary-banner .container h1 {
    text-align: left;
  }
}
.secondary-banner .container h1 .smaller {
  font-size: 0.58em;
  display: block;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .secondary-banner .container h1 .smaller {
    font-size: 0.8125em;
  }
}
.secondary-banner .container h1 .smaller.smallest {
  font-size: 26px;
}
.secondary-banner .container h1 .smaller + .large {
  border-top: 2px solid #d4b59e;
  padding-top: 8px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .secondary-banner .container h1 .smaller + .large {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .secondary-banner .container h1 .smaller + .large {
    border-top-width: 3px;
    padding-top: 12px;
    margin-top: 8px;
  }
}
@media (min-width: 901px) {
  .secondary-banner .container h1 .smaller + .large {
    border-top-width: 4px;
  }
}
.secondary-banner .container h1 .large {
  display: inline-block;
}
@media (min-width: 768px) {
  .secondary-banner .container h1 .large {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .secondary-banner .container h1 .large.two-lines {
    margin-top: 20px;
  }
}
@media (min-width: 901px) {
  .secondary-banner .container h1 .large.two-lines {
    margin-top: 10px;
  }
}
@media (min-width: 901px) {
  .secondary-banner .container h1 .large.large-small {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  .secondary-banner .container h1 .large.large-small {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .secondary-banner .container h1 .large.small-mobile {
    font-size: 28px;
  }
}
/*image-cta-box-2-column-ravicti*/
@media (max-width: 1023px) {
  .grey-background-pattern .container .row .col-lg-6 {
    padding: 0;
  }
}
.cta-box-2-column {
  padding: 20px 20px 22px 25px;
  text-align: left;
  background-color: #ffffff;
  position: relative;
  min-height: auto;
}
@media (max-width: 1023px) {
  .cta-box-2-column {
    padding: 24px 0;
  }
}
.cta-box-2-column a.fill-space {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.cta-box-2-column img {
  position: absolute;
  right: 40px;
  top: 20px;
}
@media (max-width: 1023px) {
  .cta-box-2-column img {
    position: relative;
    right: auto;
    top: auto;
  }
}
.cta-box-2-column img.small-image {
  width: 98px;
  right: 40px;
  height: auto;
  max-height: 100%;
  top: 20px;
}
@media (max-width: 1023px) {
  .cta-box-2-column img.small-image {
    width: 25%;
    margin: 0 auto;
    position: relative;
    right: auto;
    top: auto;
  }
}
.cta-box-2-column img.full-image {
  width: auto;
}
.cta-box-2-column .inner-box-content {
  max-width: 64%;
}
@media (max-width: 1023px) {
  .cta-box-2-column .inner-box-content {
    max-width: 100%;
    text-align: center;
  }
}
.cta-box-2-column .inner-box-content h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 1023px) {
  .cta-box-2-column .inner-box-content h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
  }
}
.cta-box-2-column .inner-box-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .cta-box-2-column .inner-box-content p {
    min-height: auto;
  }
}
.cta-box-2-column .inner-box-content a.button.button-full-width {
  width: 408px;
  z-index: 1;
}
.cta-box-2-column .inner-box-content a.button.button-full-width:after {
  content: " ";
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
}
@media (max-width: 1023px) {
  .cta-box-2-column .inner-box-content a.button.button-full-width {
    width: 290px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cta-box-2-column .inner-box-content a.button.button-full-width:after {
    height: 100%;
    top: 0;
  }
}
.cta-box-2-column img {
  position: absolute;
  bottom: 0;
  right: 0px;
  height: 110%;
  max-height: 110%;
  top: auto;
}
@media (max-width: 1023px) {
  .cta-box-2-column img.full-image {
    position: static;
    bottom: 0;
    right: 0px;
    height: auto;
    max-height: initial;
    top: auto;
  }
}
@media (max-width: 1023px) {
  .cta-box-2-column .inner-box-content {
    padding: 24px 15px;
    background-color: #f4f4f4;
  }
}
.cta-box-2-column.box-shadow-cta {
  box-shadow: 0px 0px 9px 2px #d6d6d6;
}
@media (max-width: 1023px) {
  .cta-box-2-column.box-shadow-cta .inner-box-content {
    padding-bottom: 40px;
  }
}
/*image-cta-box-2-column-ravicti-end*/
.multiline-heading span {
  border-color: black;
}
.multiline-heading span.first {
  border-top-style: solid;
}
@media (min-width: 768px) {
  .multiline-heading span.first {
    border-top-width: 7px;
  }
}
.multiline-heading span.last {
  border-bottom-style: solid;
}
@media (min-width: 768px) {
  .multiline-heading span.last {
    border-bottom-width: 7px;
  }
}
.multiline-heading span a {
  border-bottom: 1px solid black;
}
.multiline-heading span a:hover {
  text-decoration: none;
}
.multiline-heading.center {
  text-align: center;
}
.multiline-heading.center span {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .multiline-heading span {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.column-boxes-wrap {
  text-align: center;
}
.column-boxes-wrap .box {
  padding: 30px 20px 20px;
}
.column-boxes-wrap .box h3 {
  margin-bottom: 0;
}
.column-boxes-wrap .box-image-wrap {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.column-boxes-wrap .box-image-wrap img {
  height: auto;
  max-width: 100%;
  max-height: 40px;
}
@media (min-width: 768px) {
  .column-boxes-wrap .box {
    padding: 50px 20px 39px;
    margin-left: 0;
    margin-right: 0;
  }
  .column-boxes-wrap .box-image-wrap {
    height: 80px;
  }
  .column-boxes-wrap .box-image-wrap img {
    max-height: 80px;
  }
}
.nmemonic {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.nmemonic .nmemonic-head {
  padding: 25px 10px;
}
.nmemonic .nmemonic-head img {
  display: inline-block;
  margin: 0 auto;
}
.nmemonic .img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nmemonic .img-block .img {
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nmemonic .img-block .img .letter {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}
.nmemonic .img-details-inner img {
  display: none;
}
@media (min-width: 768px) {
  .nmemonic .nmemonic-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nmemonic .nmemonic-head img {
    width: 150px;
  }
  .nmemonic .img-details {
    -ms-flex-preferred-size: calc(100% - 130px);
    flex-basis: calc(100% - 130px);
  }
  .nmemonic .img-block .img {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
  }
  .nmemonic .img-block .img .letter {
    width: 130px;
    height: 130px;
    font-size: 58px;
  }
  .nmemonic .img-block .img .icon {
    display: none;
  }
  .nmemonic .img-details-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nmemonic .img-details-inner img {
    display: inline;
    margin-right: 10px;
  }
  .nmemonic .img-details-inner p {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .nmemonic .nmemonic-head {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .nmemonic .nmemonic-head img {
    width: 266px;
    -ms-flex-preferred-size: 266px;
    flex-basis: 266px;
    height: 266px;
    margin: -45px 20px;
  }
}
@media (max-width: 767px) {
  .nmemonic .nmemonic-head {
    padding: 27px 0;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
  }
  .nmemonic .nmemonic-head img {
    display: block;
    margin: 10px auto 10px;
    width: 172px;
    height: auto;
  }
  .nmemonic h5 {
    text-align: center;
  }
  .nmemonic h5 span {
    display: block;
  }
}
.text-carousel-wrap .slick-arrow img {
  width: 19.6px;
  height: 34.6px;
}
.text-carousel-wrap .slick-arrow.prev-arrow {
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 999;
}
.text-carousel-wrap .slick-arrow.next-arrow {
  float: right;
  position: absolute;
  top: 54px;
  right: 0;
}
.text-carousel-wrap .carousel-content {
  text-align: center;
}
.text-carousel-wrap .carousel-content h4 {
  text-transform: uppercase;
}
.text-carousel-wrap .slick-dots li button:before {
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
}
.text-carousel-wrap .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000000;
}
.image-lightbox .lightbox-wrapper {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .image-lightbox .lightbox-wrapper {
    display: block;
  }
  .image-lightbox .lightbox-wrapper img {
    width: 100%;
  }
}
.image-lightbox .lightbox-wrapper .content-wrapper {
  background-color: #ddd;
  padding: 0 25px;
  display: flex;
  flex-basis: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .image-lightbox .lightbox-wrapper .content-wrapper {
    padding: 10px 25px;
  }
}
.cta-content-wrapper {
  border-top: 6px solid;
  border-bottom: 6px solid;
}
.cta-content-wrapper img {
  float: left;
  width: 50px;
  padding-right: 12px;
}
.cta-content-wrapper > a {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cta-content-wrapper > a {
    display: inline-block;
    padding: 20px;
  }
  .cta-content-wrapper > a img {
    float: none;
    margin: 0 auto 10px;
  }
}
.cta-content-wrapper p {
  padding: 0 10px;
}
.layout-cards .card .image-cta {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
@media (min-width: 768px) {
  .layout-cards .card .image-cta .cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
  }
  .layout-cards .card .image-cta .cta-content .icon-container {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 57%;
    top: 28%;
  }
  .layout-cards .card .image-cta .cta-content .icon-container img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
  .layout-cards .card .image-cta .cta-content h2 {
    width: 42%;
    float: right;
    display: block;
    padding: 0 20px 0 20px;
  }
  .layout-cards .card .image-cta .cta-content p {
    width: 42%;
    float: right;
    clear: both;
    padding: 0px 5px 0 20px;
  }
  .layout-cards .card .image-cta .cta-content span {
    width: 42%;
    float: right;
    clear: both;
    text-align: left;
    padding: 10px 20px 0 20px;
    margin: 0;
  }
}
.cta-ribbon {
  background-image: url(https://via.placeholder.com/314x67);
  background-repeat: no-repeat;
  text-decoration: none;
  width: 314px;
}
.cta-ribbon a {
  display: inline-block;
  padding: 10px 25px;
  margin-bottom: 0;
  text-align: left;
  width: auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cta-ribbon {
    position: relative;
    background-image: url(https://via.placeholder.com/314x67);
    width: 100%;
    background-size: cover;
  }
  .cta-ribbon a {
    width: 100%;
    padding: 5px 20px;
    text-align: center;
  }
}
.eventlist-section {
  margin: 0 auto;
}
.eventlist-section span.bold-text {
  display: block;
  margin-bottom: 5px;
}
.eventlist-section ul {
  list-style: none;
  padding-left: 0;
}
.eventlist-section ul li {
  border-bottom: 1px solid #000;
  margin: 0;
}
.eventlist-section ul li:hover {
  background-color: #eee;
}
.eventlist-section ul li a {
  width: 100%;
  display: inline-block;
}
.eventlist-section ul li a p {
  display: inline-block;
  padding: 10px 10px 10px 30px;
}
.eventlist-section ul li a p:first-child {
  width: 20%;
}
@media (max-width: 767px) {
  .eventlist-section ul li a p:first-child {
    width: 100%;
    display: inline-flex;
  }
  .eventlist-section ul li a p:first-child .bold-text {
    padding-right: 5px;
    margin-bottom: 0;
  }
}
.eventlist-section ul li:last-of-type {
  border: none;
}
@media (max-width: 767px) {
  .eventlist-section {
    margin: 0 -10px;
  }
  .eventlist-section ul li {
    padding: 15px 0;
  }
  .eventlist-section ul li p {
    margin-bottom: 5px;
  }
  .eventlist-section ul li p span.bold-text {
    margin-bottom: 0;
  }
}
.button-list-class {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .button-list-class {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.button-list-class a {
  background-color: #E4E4EE;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .button-list-class a {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.button-list-class a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2e3191;
}
.button-list-class a:hover:after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*PERMANENT ISI*/
.isi-tray-wrapper,
.isi-tray-wrapper.isi-tray {
  margin-bottom: 20px;
}
.isi-tray-wrapper div h4,
.isi-tray-wrapper div span,
.isi-tray-wrapper.isi-tray div h4,
.isi-tray-wrapper.isi-tray div span {
  margin: 5px 0 0 0;
  padding: 0;
}
.isi-tray-wrapper div h4,
.isi-tray-wrapper.isi-tray div h4 {
  margin: 10px 0 0 0;
}
.isi-tray-wrapper div h4 + p,
.isi-tray-wrapper.isi-tray div h4 + p {
  margin-top: 3px;
  margin-bottom: 14px;
}
.isi-tray-wrapper div p,
.isi-tray-wrapper.isi-tray div p {
  color: #000;
  margin: 0 0 6px 0;
}
.isi-tray-wrapper div p .reg,
.isi-tray-wrapper.isi-tray div p .reg {
  vertical-align: top;
}
.isi-tray-wrapper div p a,
.isi-tray-wrapper.isi-tray div p a {
  text-decoration: none;
}
.isi-tray-wrapper div ul,
.isi-tray-wrapper.isi-tray div ul {
  margin: 6px 0 10px 0;
}
.isi-tray-wrapper div ul li,
.isi-tray-wrapper.isi-tray div ul li {
  color: #000;
  padding-left: 8px;
  position: relative;
  list-style-type: none;
  margin: 0 0 5px 6px;
}
.isi-tray-wrapper div ul li:before,
.isi-tray-wrapper.isi-tray div ul li:before {
  content: "•";
  color: #3b3b3b;
  position: absolute;
  left: 0;
}
.isi-tray-wrapper a[href^="tel:"],
.isi-tray-wrapper.isi-tray a[href^="tel:"] {
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}
.isi-tray-wrapper a[href^="tel:"]:hover,
.isi-tray-wrapper.isi-tray a[href^="tel:"]:hover {
  text-decoration: none;
}
.isi-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 5;
  color: #000000;
}
.isi-overlay.active {
  display: block;
}
.no-scroll {
  left: 0;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-y: hidden;
}
.hide-scroll {
  left: 0;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow-y: hidden;
}
/*ISI THAT SLIDES UP (THIS ISI HAS THE SAME STYLES AS PERMANENT ISI) IF YOU WANT TO MODIFY ISI THAT SLIDES UP DO IT IN HERE!*/
.isi-tray-wrapper.isi-tray {
  width: 100%;
  position: fixed;
  z-index: 99;
  height: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  transition: 1s;
  opacity: 1;
  background-color: #f1f2f1;
}
.isi-tray-wrapper.isi-tray .isi-tray-main-div {
  max-width: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px;
}
.isi-tray-wrapper.isi-tray .buttons {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 20px;
  margin: 0;
  display: block;
}
.isi-tray-wrapper.isi-tray .buttons a:after {
  content: "";
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  z-index: 5;
  background-size: cover;
  position: relative;
  display: block;
  border-color: transparent !important;
  border-width: 0;
  right: 0;
  top: 13px;
}
.isi-tray-wrapper.isi-tray.expand {
  height: 85%;
  overflow-y: scroll;
}
.isi-tray-wrapper.isi-tray.expand .buttons a:after {
  background-image: url(../../images/starterkit/isi-minus.png);
}
.isi-tray-wrapper.isi-tray.panel-none {
  opacity: 0;
  visibility: hidden;
}
.isi-tray-wrapper {
  position: static;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
  height: auto;
  margin: 0;
}
.isi-tray-wrapper .buttons {
  display: none;
}
.isi-tray-wrapper .isi-tray-main-div {
  position: static;
  margin: 0 10px 0 0;
}
@media (min-width: 1024px) {
  .isi-tray-wrapper.isi-tray {
    margin: 0;
    height: 120px;
  }
  .isi-tray-wrapper.isi-tray .isi-tray-main-div {
    max-width: 1000px;
  }
  .isi-tray-wrapper {
    margin-bottom: 20px;
  }
  .isi-tray-wrapper > div {
    margin: 0 75px;
  }
  .isi-tray-wrapper div,
.isi-tray-wrapper.isi-tray div {
    margin: 0 auto;
  }
  .isi-tray-wrapper div h4,
.isi-tray-wrapper div span,
.isi-tray-wrapper.isi-tray div h4,
.isi-tray-wrapper.isi-tray div span {
    font-size: 17px;
    margin: 6px 0 0 0;
  }
  .isi-tray-wrapper div h4.pro-cis-bee,
.isi-tray-wrapper.isi-tray div h4.pro-cis-bee {
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .isi-tray-wrapper div ul,
.isi-tray-wrapper.isi-tray div ul {
    margin-bottom: 8px;
  }
  .isi-tray-wrapper div ul li,
.isi-tray-wrapper.isi-tray div ul li {
    margin-left: 15px;
    margin-bottom: 14px;
    padding-left: 10px;
  }
}
.important-information #isi-header h4:first-of-type {
  margin: 30px 0;
}
.important-information #isi-header + p {
  margin-bottom: 30px;
}
.important-information #isi-header + h4 {
  text-decoration: underline;
}
.important-information #important-info {
  margin-top: 25px;
}
.important-information .heading-isi {
  margin-top: 28px;
}
.isi-multi-with-tab.isi-tray-wrapper .isi-tray-main-div {
  margin: 10px auto;
  position: relative;
}
@media (max-width: 999px) {
  .isi-multi-with-tab.isi-tray-wrapper .isi-tray-main-div .isi-header .buttons a {
    border-radius: 0;
    padding: 0;
  }
}
.isi-multi-with-tab.isi-tray-wrapper .isi-tray-main-div .isi-header .buttons a::after {
  width: 20px;
  height: 20px;
}
@media (max-width: 999px) {
  .isi-multi-with-tab.isi-tray-wrapper .isi-tray-main-div .isi-header .buttons a::after {
    top: 0;
    right: 0;
  }
}
.isi-multi-with-tab.isi-tray-wrapper.isi-tray {
  height: auto !important;
}
.isi-multi-with-tab .isi-tray-content {
  max-width: 1400px;
}
.isi-multi-with-tab .isi-tray-content .nav-tabs .nav-item {
  margin-bottom: 0;
  list-style-type: none;
}
.isi-multi-with-tab .isi-tray-content .nav-tabs .nav-item .nav-link {
  background-color: #f1f2f1;
  border-bottom-color: #f1f2f1;
  color: #4b205b;
}
.isi-multi-with-tab .isi-tray-content .nav-tabs .nav-item .nav-link.active {
  background-color: #4b205b;
  color: white;
}
.isi-multi-with-tab .isi-tray-content .nav-tabs .nav-item::before {
  display: none;
}
.isi-multi-with-tab.expand .tab-content .isi-preview {
  display: none;
}
.isi-multi-with-tab.expand .isi-header .buttons a::after {
  top: 0 !important;
}
.isi-multi-with-tab.expand .isi-header .buttons .isi-open {
  display: none;
}
.isi-multi-with-tab.expand.isi-tray-wrapper.isi-tray {
  height: 85% !important;
}
.isi-multi-with-anchor ul.isi-anchor-links {
  max-width: 1000px;
  margin: 0 auto !important;
  padding-left: 0;
}
.isi-multi-with-anchor ul.isi-anchor-links li {
  display: inline-block;
  padding-left: 0 !important;
  padding-right: 20px;
}
.isi-multi-with-anchor ul.isi-anchor-links li::before {
  display: none;
}
.isi-multi-with-anchor ul.isi-anchor-links li a {
  position: relative;
}
.isi-multi-with-anchor ul.isi-anchor-links li a::after {
  position: absolute;
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  right: -14px;
  top: 1px;
}
.isi-multi-with-anchor.isi-tray-wrapper .isi-tray-main-div {
  margin: 10px auto;
  position: relative;
}
.isi-multi-with-anchor.isi-tray-wrapper .isi-tray-main-div .isi-header .buttons a::after {
  right: 0;
  top: 0px;
  display: inline-block;
  width: 18px;
  height: 13px;
  left: 0;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
}
.isi-multi-with-anchor.isi-tray-wrapper .isi-content-wrapper .isi-content-body {
  max-width: 1000px;
  padding: 0 20px;
}
.isi-multi-with-anchor.expand .isi-open {
  display: none;
}
.isi-multi-with-anchor.expand .isi-content-wrapper .isi-tray-main-div {
  display: none;
}
.isi-multi-with-anchor.expand .isi-header .buttons a::after {
  transform: rotate(180deg) !important;
  top: 12px !important;
}
.isi-multi-with-anchor.expand .isi-header .buttons .isi-open {
  display: none;
}
.image-button-list a {
  background-color: #d0d2d1;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.image-button-list a:hover {
  text-decoration: none;
  background-color: #898e8c;
}
.image-button-list a:hover p {
  color: #fff;
}
.image-button-list a p {
  margin-bottom: 0;
  color: #000;
}
.image-button-list a .image-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  text-align: center;
  margin-left: 15px;
}
.image-button-list a img.hover-image {
  display: none;
}
.image-button-list.is-aligned-left a .image-wrapper {
  order: 1;
  margin-right: 15px;
  margin-left: 0;
}
.image-button-list.is-aligned-left a p {
  order: 2;
}
.image-button-list.has-hover-image a:hover img.hover-image {
  display: block;
}
.image-button-list.has-hover-image a:hover img:not(.hover-image) {
  display: none;
}
.notification-header {
  padding: 5px 20px;
  background-color: #e8c640;
  display: block;
  width: 100%;
}
.notification-header P {
  margin-bottom: 0;
}
.section-bar-nav .section-bar-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 20px;
}
.section-bar-nav .section-bar-content .basics-nav-item {
  position: relative;
  width: 135px;
  margin: 0 auto;
  padding-bottom: 5px;
  text-align: center;
}
.section-bar-nav .section-bar-content .basics-nav-item div {
  width: 88px;
  height: 88px;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}
.section-bar-nav .section-bar-content .basics-nav-item div img.basics-img-hover {
  position: absolute;
  width: 88px;
  height: 88px;
  top: 0;
  left: 0;
  display: none;
}
.news-banner-open .news-banner-wrapper {
  display: block;
}
.news-banner-wrapper {
  padding: 20px 0px;
  display: none;
  background-color: #333;
  border-bottom: 1px solid #333;
  min-height: 70px;
}
@media (max-width: 1023px) {
  .news-banner-wrapper {
    padding: 20px;
  }
}
.news-banner-wrapper .news-banner-container {
  max-width: 1000px;
  display: flex;
  position: relative;
  margin: 0 auto;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .news-banner-wrapper .news-banner-container {
    flex-direction: column;
  }
}
.news-banner-wrapper .news-banner-container h2 {
  font-size: 24px;
}
.news-banner-wrapper .news-banner-container p {
  font-size: 16px;
}
.news-banner-wrapper .news-banner-container .news-banner-close {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 20px;
  height: 20px;
  opacity: 1;
  background-image: url("../../images/starterkit/collapse-black.svg");
  cursor: pointer;
}
.news-banner-wrapper .news-banner-container .news-banner-close:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.news-banner-wrapper .news-banner-container .left-content {
  color: #FFF;
}
.news-banner-wrapper .news-banner-container .left-content a {
  text-decoration: underline;
  border-bottom: none;
  color: #FFF;
}
.news-banner-wrapper .news-banner-container .left-content a:hover {
  text-decoration: underline;
  opacity: 0.6;
  color: #FFF;
}
.news-banner-wrapper .news-banner-container .left-content h1,
.news-banner-wrapper .news-banner-container .left-content h2,
.news-banner-wrapper .news-banner-container .left-content h3,
.news-banner-wrapper .news-banner-container .left-content h4,
.news-banner-wrapper .news-banner-container .left-content p {
  color: #FFF;
}
.news-banner-wrapper .news-banner-container .left-content p:last-of-type {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.news-banner-wrapper .news-banner-container .main-content h4 {
  color: #000000;
}
.news-banner-wrapper .news-banner-container .main-content h2 {
  color: #000000;
}
.news-banner-wrapper .news-banner-container .main-content p {
  color: #000000;
}
.news-banner-wrapper .news-banner-container .right-content {
  align-self: flex-end;
}
@media (max-width: 767px) {
  .news-banner-wrapper .news-banner-container .right-content {
    align-self: auto;
  }
}
.news-banner-wrapper .news-banner-container .right-content a {
  color: #000000;
}
.news-banner-wrapper .news-banner-container .bottom-left {
  float: left;
}
.news-banner-wrapper .news-banner-container .bottom-right {
  float: right;
  padding-top: 5px;
  font-size: 11px;
  margin-right: -30px;
  margin-top: 30px;
}
.news-banner-wrapper.theme-newsbanner-black {
  background-color: #000;
  padding: 16px 0 8px;
}
@media (max-width: 767px) {
  .news-banner-wrapper.theme-newsbanner-black {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .news-banner-wrapper.theme-newsbanner-black {
    padding: 29px 25px 18px;
  }
}
.news-banner-wrapper.theme-newsbanner-black .news-banner-container {
  flex-direction: row;
  flex-wrap: wrap;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .news-banner-wrapper.theme-newsbanner-black .news-banner-container {
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .news-banner-wrapper.theme-newsbanner-black .news-banner-container {
    max-width: 1172px;
    padding: 0 25px;
  }
}
.news-banner-wrapper.theme-newsbanner-black .news-banner-container .news-banner-close {
  background-image: url(/Site-Files/images/themeblack-close.svg) !important;
  top: -12px;
  right: 0px;
}
.news-banner-wrapper.theme-newsbanner-black .news-banner-container .news-banner-close:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .news-banner-wrapper.theme-newsbanner-black .news-banner-container .news-banner-close {
    top: -20px;
    right: 8px;
  }
}
@media (min-width: 1024px) {
  .news-banner-wrapper.theme-newsbanner-black .news-banner-container .news-banner-close {
    right: 25px;
  }
}
.news-banner-wrapper.theme-newsbanner-black .news-banner-container .left-content {
  width: 100%;
}
.news-banner-wrapper.theme-newsbanner-black .news-banner-container .left-content h4 {
  font-family: Arial, sans-serif;
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .news-banner-wrapper.theme-newsbanner-black .news-banner-container .left-content h4 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.news-banner-wrapper.theme-newsbanner-black .news-banner-container .left-content h4 + p {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .news-banner-wrapper.theme-newsbanner-black .news-banner-container .left-content h4 + p {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.news-banner-wrapper.theme-newsbanner-black .news-banner-container .left-content a {
  font-size: 27px;
  line-height: 38px;
}
.news-banner-wrapper.theme-newsbanner-black .news-banner-container .left-content a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .news-banner-wrapper.theme-newsbanner-black .news-banner-container .left-content a {
    display: inline-block;
    margin-bottom: 30px;
  }
}
.news-banner-wrapper.theme-newsbanner-black .news-banner-container .right-content {
  width: 100%;
}
@media (min-width: 768px) {
  .news-banner-wrapper.theme-newsbanner-black .news-banner-container .right-content {
    margin-top: -15px;
  }
}
.news-banner-wrapper.theme-newsbanner-black .news-banner-container .right-content p.footnote {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .news-banner-wrapper.theme-newsbanner-black .news-banner-container .right-content p.footnote {
    text-align: right;
  }
}
.news-banner-wrapper.theme-banner {
  padding: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003366+0,0847d3+100 */
  background: rgb(0, 51, 102);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(0, 51, 102) 0%, rgb(8, 71, 211) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(0, 51, 102) 0%, rgb(8, 71, 211) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 51, 102) 0%, rgb(8, 71, 211) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: relative;
}
.news-banner-wrapper.theme-banner .news-banner-container {
  max-width: 1200px;
  min-height: 70px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  justify-content: center;
  padding: 8px 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .news-banner-wrapper.theme-banner .news-banner-container .visible-desktop {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .news-banner-wrapper.theme-banner .news-banner-container .visible-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .news-banner-wrapper.theme-banner .news-banner-container {
    background-position: 90% 0;
  }
}
@media (min-width: 768px) {
  .news-banner-wrapper.theme-banner .news-banner-container {
    padding: 18px 20px;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .news-banner-wrapper.theme-banner .news-banner-container {
    background-size: 31%;
  }
}
@media (min-width: 1024px) {
  .news-banner-wrapper.theme-banner .news-banner-container {
    padding: 28px 30px;
    background-size: 31%;
    background-position: 98.5% 0;
  }
}
@media (min-width: 1200px) {
  .news-banner-wrapper.theme-banner .news-banner-container {
    background-position: 90% 0;
    background-size: 400px;
  }
}
@media (max-width: 991px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content {
    padding-right: 28%;
  }
}
@media (max-width: 320px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content {
    max-width: 90%;
  }
}
@media (max-width: 300px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content {
    max-width: 85%;
  }
}
.news-banner-wrapper.theme-banner .news-banner-container .left-content p {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.56px;
  font-family: "proximanova-light", Arial, sans-serif;
  max-width: 100%;
}
@media (max-width: 414px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content p {
    font-size: 11.5px;
  }
}
@media (max-width: 320px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content p {
    font-size: 10.5px;
  }
}
@media (min-width: 768px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content p {
    letter-spacing: 1.24px;
    font-size: 25px;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content p {
    letter-spacing: 1.84px;
    font-size: 30px;
  }
}
.news-banner-wrapper.theme-banner .news-banner-container .left-content p strong {
  color: #bd679c;
  display: block;
  font-family: "proximanova-black", Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
}
.news-banner-wrapper.theme-banner .news-banner-container .left-content p a {
  color: #fff;
  font-family: "proximanova-semibold", Arial, sans-serif;
  position: relative;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
}
.news-banner-wrapper.theme-banner .news-banner-container .left-content p a::after {
  content: "";
  background-color: #fdb521;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
}
@media (min-width: 768px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content p a::after {
    bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content p a::after {
    bottom: 3px;
    height: 3px;
  }
}
@media (max-width: 1023px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content p .subcontent {
    display: block;
  }
}
@media (max-width: 767px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content p .subcontent {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content p .subcontent {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .news-banner-wrapper.theme-banner .news-banner-container .left-content p .subcontent {
    font-size: 10px;
  }
}
.news-banner-wrapper.theme-banner .news-banner-container .left-content p .subcontent a:hover {
  text-decoration: none;
}
.news-banner-wrapper.theme-banner .news-banner-container .right-content {
  position: absolute;
  right: 8px;
  bottom: 7px;
  line-height: normal;
}
@media (min-width: 768px) {
  .news-banner-wrapper.theme-banner .news-banner-container .right-content {
    right: 20px;
  }
}
@media (min-width: 1024px) {
  .news-banner-wrapper.theme-banner .news-banner-container .right-content {
    right: 30px;
    bottom: 10px;
  }
}
.news-banner-wrapper.theme-banner .news-banner-container .right-content p {
  color: #fff;
  font-family: skolar-sans-latin, sans-serif !important;
  font-size: 10px;
  margin-bottom: 0;
  line-height: inherit;
}
@media (max-width: 767px) {
  .news-banner-wrapper.theme-banner .news-banner-container .right-content p {
    font-size: 9px;
  }
}
@media (max-width: 320px) {
  .news-banner-wrapper.theme-banner .news-banner-container .right-content p {
    font-size: 8px;
  }
}
.news-banner-wrapper.theme-banner .news-banner-container .news-banner-close {
  width: 11px;
  height: 11px;
  right: 8px;
  top: 10px;
  background-size: contain;
}
@media (min-width: 768px) {
  .news-banner-wrapper.theme-banner .news-banner-container .news-banner-close {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1024px) {
  .news-banner-wrapper.theme-banner .news-banner-container .news-banner-close {
    right: 30px;
    width: 21px;
    height: 21px;
    top: 15px;
  }
}
/*Specialist Finder starterkit styles*/
.gm-svpc img {
  max-height: none;
}
/*Zip code box styles*/
.zipcode-box {
  background-color: #ccc;
  padding: 20px;
  display: block;
  position: relative;
}
.zipcode-box form {
  background-color: transparent;
  padding: 0;
}
.zipcode-box .zip-field {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
}
.zipcode-box .zip-field form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
.zipcode-box .zip-field form input {
  padding: 10px;
  border: none;
  width: 100%;
}
.zipcode-box .zip-field form .cta-btn {
  padding: 10px;
}
@media (max-width: 767px) {
  .zipcode-box .zip-field form .cta-btn {
    min-width: 0;
  }
}
.zipcode-box .error_message {
  display: none;
  margin-bottom: 0;
  font-size: 1em;
  color: #ff98b8;
  margin-top: 0;
}
.zipcode-box.error .error_message {
  display: block;
}
.zipcode-box.full-width {
  width: 100%;
}
/*zipcode styles end*/
/*Search resuls styling*/
.specialist-results {
  margin: 20px 15px 0;
  width: 100%;
  display: none;
  background-color: #fff;
  overflow: hidden;
}
.specialist-results .btn-holder {
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
  text-align: center;
}
.specialist-results .btn-holder button {
  display: inline;
  margin: 10px 0;
  font-size: 14px;
  width: auto;
}
.specialist-results .hide {
  display: none !important;
}
.specialist-results .show {
  display: block !important;
}
.specialist-results label:first-child {
  width: 100%;
}
.specialist-results .list {
  min-width: 290px;
  position: relative;
}
@media (max-width: 767px) {
  .specialist-results .list {
    width: 100%;
    margin: 0 20px;
  }
}
.specialist-results .list .dataTables_wrapper .dataTables_length {
  margin: 15px;
}
.specialist-results .list .dataTables_wrapper .dataTables_length label {
  margin-bottom: 0;
}
.specialist-results .list .dataTables_wrapper .dataTables_length select {
  -webkit-appearance: menulist;
}
.specialist-results .list .dataTables_wrapper .tablescroll {
  display: block;
  width: 100%;
  height: 700px;
  overflow: auto;
}
@media (max-width: 767px) {
  .specialist-results .list .dataTables_wrapper .tablescroll {
    overflow-x: hidden;
  }
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable {
  display: block;
  width: 100%;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable thead {
  display: none;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody {
  display: block;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr {
  display: flex;
  border-top: 1px solid #898989;
  cursor: pointer;
  padding-left: 7px;
  padding-right: 7px;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr:hover td:last-of-type .detailbox:after {
  background-color: #888;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td {
  display: block;
  width: 100%;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:first-of-type {
  flex-basis: 25px;
  text-align: center;
  font-weight: bold;
  padding-right: 4px;
  flex-grow: 0;
  flex-shrink: 0;
  padding-top: 15px;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:first-of-type::after {
  content: "";
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type {
  flex-basis: 100%;
  padding: 15px 0;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox {
    width: 100%;
  }
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox .detail-open {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #cacaca;
  border-radius: 23px;
  position: absolute;
  top: 50px;
  right: 8%;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22100%22%20height%3D%22226%22%20viewBox%3D%220%200%20100%20226%22%3E%3Cpath%20d%3D%22M88.9%2022.3c0%2015.7-20.2%2034.6-37%2034.6S28%2051%2028%2035.3%2047.3%200%2064.1%200s24.8%206.6%2024.8%2022.3zM0%20125.6c0%207%2010.5%203.3%2010.5%202.3s24.5-29.2%2024.5%200c0%2022.3-22.9%2059.9-22.9%2078.8%200%2011.6%208.7%2019.3%2022.9%2019.3%2023%200%2065-50.9%2065-57%200-11.3-8.2-6.4-8.2-4.3s-30.2%2034.5-30.2%2013.7c0-24.5%2030.2-74.4%2030.2-89S78.6%2072.9%2071.2%2073C52%2072.9%200%20113.3%200%20125.6z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 7px;
  border: 0;
  cursor: pointer;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 23px;
  height: 23px;
  border: 2px solid #000;
  top: 23px;
  left: -25px;
  z-index: 9;
  cursor: pointer;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox input[type=checkbox]:checked + label:before {
  background: transparent;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #cacaca;
  border-radius: 23px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: -95%;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22100%22%20height%3D%22226%22%20viewBox%3D%220%200%20100%20226%22%3E%3Cpath%20d%3D%22M88.9%2022.3c0%2015.7-20.2%2034.6-37%2034.6S28%2051%2028%2035.3%2047.3%200%2064.1%200s24.8%206.6%2024.8%2022.3zM0%20125.6c0%207%2010.5%203.3%2010.5%202.3s24.5-29.2%2024.5%200c0%2022.3-22.9%2059.9-22.9%2078.8%200%2011.6%208.7%2019.3%2022.9%2019.3%2023%200%2065-50.9%2065-57%200-11.3-8.2-6.4-8.2-4.3s-30.2%2034.5-30.2%2013.7c0-24.5%2030.2-74.4%2030.2-89S78.6%2072.9%2071.2%2073C52%2072.9%200%20113.3%200%20125.6z%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 7px;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox label:before {
  content: "";
  border: 1px solid #000;
  border-radius: 4px;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 25px;
  left: -22px;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox label::after {
  content: "";
  position: absolute;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox .detail-close {
  display: none;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox span {
  display: block;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox .distance {
  margin-bottom: 10px;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox .speciality {
  margin-top: 0;
  margin-bottom: 6px;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox .distance2 {
  display: none;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox .directions {
  display: none;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox .addressline1 {
  margin: 0;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox .phonenumber {
  display: none;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox .phone-link {
  display: block;
  margin: 0;
  margin-top: 9px;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr td:last-of-type .detailbox .download {
  display: none;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: default;
  padding: 80px 20px 35px;
  border: 1px solid #888;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox:after {
  display: none;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox label {
  display: none;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox .detail-open {
  display: none;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox .detail-close {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 0px;
  padding-right: 12px;
  cursor: pointer;
  margin-bottom: 20px;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox .detail-close span {
  float: right;
  margin-left: 8px;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox .detail-close span:after {
  position: relative;
  content: "✕";
  left: 0;
  top: 0;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox .detail-close::after {
  display: none;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox .download {
  background-color: rgba(151, 151, 151, 0.3);
  padding: 30px 20px;
  text-align: center;
  margin-top: 40px;
  display: block;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox .download a {
  width: 100%;
  color: #fff;
  margin: 20px 0 5px;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox .download a:after {
  display: none;
}
@media (min-width: 768px) {
  .specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox .distance {
    display: none;
  }
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox .directions {
  display: block;
  text-decoration: underline;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.open-detail td:last-of-type .detailbox .phone-link {
  text-decoration: underline;
}
.specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.selected-for-print td:last-of-type .detailbox label::after {
  width: 4px;
  height: 8px;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  left: -28px;
  top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .specialist-results .list .dataTables_wrapper .tablescroll .dataTable tbody tr.selected-for-print td:last-of-type .detailbox label::after {
    top: 4px;
    left: -16px;
  }
}
.specialist-results .list .dataTables_wrapper .dataTables_paginate {
  display: none;
}
.specialist-results .map-container {
  display: none;
  border: 1px solid #c4c4c4;
  height: 100%;
  width: calc(100% - 365px);
}
@media (min-width: 992px) {
  .specialist-results .map-container {
    display: block;
    width: calc(100% - 486px);
    flex-shrink: 0;
    flex-grow: 0;
    order: 1;
    height: auto;
  }
}
.specialist-results .map-container .map {
  height: 100%;
}
.specialist-results .map-container .map .iconLabel, .specialist-results .map-container .map .iconLabelSelected {
  width: 28px;
  height: 47px;
  text-align: center;
  padding-top: 0;
  color: #fff;
}
.specialist-results .print-button-wrapper,
.specialist-results .email-button-wrapper {
  padding: 0;
  margin-top: 30px;
  flex: 0 0 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .specialist-results .print-button-wrapper,
.specialist-results .email-button-wrapper {
    max-width: 100%;
  }
}
.specialist-results .print-button-wrapper {
  order: 2;
}
.specialist-results .email-button-wrapper {
  order: 3;
}
.specialist-results .email-button-wrapper .form-wrapper .cta-btn {
  margin-top: 0;
}
@media (min-width: 768px) {
  .specialist-results .email-button-wrapper .form-wrapper form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.specialist-results .loading-spinner {
  flex-basis: 100%;
  order: 1;
  height: 100px;
  background-color: white;
  background-image: url("../../images/starterkit/loading.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
  margin-bottom: 10px;
  display: none;
}
.specialist-results .cta-btn.disabled {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  cursor: default;
  pointer-events: none;
}
.specialist-results.open {
  display: flex;
  margin-bottom: 10px;
  /* flex-flow: row wrap;
  justify-content: center; */
}
.specialist-results.open.loading {
  height: auto;
}
.specialist-results.open.loading .loading-spinner {
  display: block;
}
.specialist-results.open.loading .list, .specialist-results.open.loading .map-container {
  display: none;
}
.specialist-results .btn-holder button {
  text-transform: uppercase;
}
.brackets-wrapper {
  width: 100%;
}
.brackets-wrapper > h2 {
  text-align: center;
}
@media (min-width: 1024px) {
  .brackets-wrapper .brackets-wrap {
    margin-top: 30px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .brackets-wrapper .brackets-wrap .row {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .brackets-wrapper .brackets-wrap {
    margin-top: 45px;
    padding: 0 20px;
  }
  .brackets-wrapper .brackets-wrap .row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 1023px) {
  .brackets-wrapper .brackets-wrap .bracket-item {
    max-width: 100%;
    width: 100%;
    padding-left: 115px;
    border-left: 1px solid #000;
    padding-bottom: 20px;
    position: relative;
    -ms-flex: none;
    flex: none;
  }
  .brackets-wrapper .brackets-wrap .bracket-item:last-of-type {
    border-left-color: transparent;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .brackets-wrapper .brackets-wrap .bracket-item {
    padding-left: 55px;
    padding-bottom: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .brackets-wrapper .brackets-wrap .bracket-item {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #000;
    position: relative;
  }
  .brackets-wrapper .brackets-wrap .bracket-item:first-of-type:before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    background-color: #fff;
    width: 50%;
    left: 0;
    top: -2px;
  }
  .brackets-wrapper .brackets-wrap .bracket-item:last-of-type:before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    background-color: #fff;
    width: 50%;
    right: 0;
    top: -2px;
  }
  .brackets-wrapper .brackets-wrap .bracket-item .item-vertical-line {
    width: 1px;
    height: 30px;
    border-top: 0;
    background-color: #000;
    position: relative;
    margin: 0 auto 20px;
    top: -1px;
    left: auto;
    z-index: 2;
    display: block;
  }
}
@media (max-width: 1023px) {
  .brackets-wrapper .brackets-wrap .bracket-item .item-vertical-line {
    width: 91px;
    display: block;
    position: absolute;
    border-top: 1px solid #000;
    top: 0;
    left: -1px;
  }
}
@media (max-width: 767px) {
  .brackets-wrapper .brackets-wrap .bracket-item .item-vertical-line {
    display: block;
    position: absolute;
    border-top: 1px solid #000;
    top: 0;
    left: -1px;
    width: 41px;
  }
}
@media (max-width: 1023px) {
  .brackets-wrapper .brackets-wrap .bracket-item .item-content {
    position: relative;
    top: -10px;
  }
  .brackets-wrapper .brackets-wrap .bracket-item .item-content h3, .brackets-wrapper .brackets-wrap .bracket-item .item-content p {
    text-align: left;
  }
}
.slick-prev:before,
.slick-next:before {
  color: #333 !important;
}
.content-carousel-wrap {
  padding: 10px;
}
.content-carousel-wrap .content-carousel {
  padding: 10px 0;
  display: none;
}
.content-carousel-wrap .content-carousel.slick-initialized {
  display: block;
}
.content-carousel-wrap .slick-slide img {
  margin: 0 auto;
}
.content-carousel-wrap .slick-slide img.align-left {
  margin: 0;
}
.content-carousel-wrap .slick-slide h2 {
  text-align: center;
}
.content-carousel-wrap .slick-arrow {
  z-index: 1;
}
@media (min-width: 768px) {
  .content-carousel-wrap .slick-arrow.slick-prev {
    left: 0;
  }
  .content-carousel-wrap .slick-arrow.slick-next {
    right: 0;
  }
}
.next-arrow .withHover {
  display: none;
}
.next-arrow:hover .withoutHover {
  display: none;
}
.next-arrow:hover .withHover {
  display: block;
}
.prev-arrow .withHover {
  display: none;
}
.prev-arrow:hover .withoutHover {
  display: none;
}
.prev-arrow:hover .withHover {
  display: block;
}
.timeline .right-row > img {
  position: absolute;
  width: 45px;
  top: -11px;
  left: -20px;
  z-index: 10;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .timeline .right-row > img {
    left: 10%;
  }
}
@media (min-width: 430px) and (max-width: 767px) {
  .timeline .right-row > img {
    left: 11%;
    z-index: 20;
  }
}
.timeline .right-row .content-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 16px;
}
.timeline .right-row .content-flex p {
  padding-left: 10px;
  color: #333;
  margin: 10px 0;
}
.timeline .right-row .content-flex img {
  position: relative;
  width: auto;
  top: auto;
  left: auto;
  z-index: auto;
}
.timeline .left-row > img {
  position: absolute;
  width: 45px;
  top: -7px;
  right: -24px;
  z-index: 10;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .timeline .left-row > img {
    left: 10%;
    right: auto;
  }
}
@media (min-width: 430px) and (max-width: 767px) {
  .timeline .left-row > img {
    left: 11%;
  }
}
.timeline .icon-list-wrapper .left-content {
  width: 100%;
}
.timeline .icon-list-wrapper .left-content .icon-list-content {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.timeline .icon-list-wrapper .left-content .icon-list-content span {
  margin-bottom: 0;
  min-width: 60px;
}
.timeline .mobile-swap .container {
  margin-bottom: 0;
  padding: 0;
}
.timeline .video-box iframe {
  left: 0;
}
.timeline-wrapper {
  position: relative;
}
.timeline-wrapper:after {
  content: "";
  height: 100%;
  position: absolute;
  border: 1px solid #999;
  top: 50px;
  left: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .timeline-wrapper:after {
    left: 12.5%;
    top: 100px;
  }
}
.timeline-wrapper.section-lightgrey:after {
  border-color: #d0d2d1;
}
.timeline-wrapper.section-lightgrey .background-div {
  background-color: #d0d2d1;
}
@media (max-width: 767px) {
  .timeline-wrapper.section-lightgrey .row {
    position: relative;
    margin-bottom: 35px;
  }
  .timeline-wrapper.section-lightgrey .row:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #d0d2d1;
    left: 16%;
    top: 7px;
    z-index: -1;
  }
}
.timeline-wrapper.section-grey:after {
  border-color: #898e8c;
}
.timeline-wrapper.section-grey .background-div {
  background-color: #898e8c;
}
.timeline-wrapper.section-grey .background-div h2 {
  color: #fff;
}
.timeline-wrapper.section-darkgrey:after {
  border-color: #606463;
}
.timeline-wrapper.section-darkgrey .background-div {
  background-color: #606463;
}
.timeline-wrapper.section-darkgrey .background-div h2 {
  color: #fff;
}
.timeline-wrapper .timeline-content {
  clear: both;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .timeline-wrapper .timeline-content {
    padding-top: 35px;
  }
}
.timeline-wrapper .timeline-content .video-description {
  display: none;
}
.timeline-wrapper .icon-list-wrapper {
  width: 100%;
  display: block;
}
.timeline-wrapper .icon-list-wrapper .left-content img {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  padding: 8.5px 0;
  min-width: 30px;
  width: auto;
}
.timeline-wrapper .icon-list-wrapper p {
  padding-left: 5px;
  padding-top: 0;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .timeline-wrapper .icon-list-wrapper p {
    padding-left: 0;
  }
}
.timeline-wrapper .right-row {
  padding: 0 20px 0 45px;
  position: relative;
}
@media (max-width: 767px) {
  .timeline-wrapper .right-row {
    padding: 0 22px 0 95px;
  }
}
@media (min-width: 430px) and (max-width: 600px) {
  .timeline-wrapper .right-row {
    padding: 0 0 0 120px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .timeline-wrapper .right-row {
    padding: 0 0 0 130px;
  }
}
.timeline-wrapper .left-row {
  padding: 0 45px 0 0px;
  position: relative;
  text-align: right;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .timeline-wrapper .left-row {
    padding: 0 22px 0 95px;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 430px) and (max-width: 600px) {
  .timeline-wrapper .left-row {
    padding: 0 0 0 120px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .timeline-wrapper .left-row {
    padding: 0 0 0 130px;
  }
}
.timeline-wrapper .left-row.vpos-bottom {
  margin-bottom: 28px;
}
.timeline-wrapper .video-box-wrap {
  right: -45px;
}
@media (max-width: 767px) {
  .timeline-wrapper .video-box-wrap {
    right: 17px;
  }
}
.timeline-wrapper .video-box-wrap p {
  display: none;
}
.timeline-wrapper .video-box-wrap h2 {
  display: none;
}
.background-div {
  padding: 15px 32px;
  border-radius: 10px;
  width: 50.5%;
}
@media (max-width: 767px) {
  .background-div {
    width: 100%;
    padding: 17px 26px;
    border-radius: 0 10px 10px 0;
  }
}
@media (min-width: 430px) and (max-width: 767px) {
  .background-div {
    border-radius: 10px;
  }
}
.background-div.left {
  float: left;
}
.background-div.right {
  float: right;
}
@media (max-width: 767px) {
  .background-div.right {
    float: none;
  }
}
.bottom-text {
  color: #555555;
}
.right-bottom-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: 45px;
}
@media (max-width: 767px) {
  .right-bottom-content {
    margin-left: 0;
  }
}
.right-bottom-content img {
  position: relative;
  width: auto;
  top: auto;
  left: auto;
  z-index: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-right: 10px;
}
.right-row .bordered-rectangle img {
  width: auto;
  height: auto;
}
.vpos-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.vpos-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.vpos-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .mobile-swap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.icon-list-wrapper {
  display: flex;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .icon-list-wrapper {
    display: block;
  }
}
.icon-list-wrapper .left-content {
  width: 100%;
}
.icon-list-wrapper .right-content {
  width: 100%;
}
.icon-list-wrapper .icon-list-content {
  margin-bottom: 30px;
}
.icon-list-wrapper .icon-list-content span {
  margin-bottom: 20px;
  display: block;
}
.image-text-box {
  display: flex;
  align-items: center;
  padding: 20px;
}
.image-text-box.large-text .text-content-right {
  padding: 20px;
}
.image-text-box.medium-text .text-content-right {
  padding: 40px;
}
.image-text-box.small-text .text-content-right {
  padding: 60px;
}
.image-text-box .text-content-right {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .image-text-box {
    display: block;
  }
  .image-text-box img {
    margin: 0 auto 15px;
  }
  .image-text-box .text-content-right {
    padding: 0 15px;
  }
}
.twoColumnContentSplit {
  padding: 10px 20px;
}
.twoColumnContentSplit.padding-small {
  padding: 10px 20px;
}
.accordion-list {
  margin-bottom: 30px;
}
.accordion-list .card {
  padding: 10px 0px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #979797;
  display: block;
}
.accordion-list .card > .card-title {
  margin-bottom: 0;
  position: relative;
  padding: 5px 15px;
}
.accordion-list .card > .card-title:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: rgba(216, 216, 216, 0.3);
  display: block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .accordion-list .card > .card-title:after {
    height: 33px;
    width: 33px;
  }
}
.accordion-list .card > .card-title > a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
  padding: 5px 50px 5px 0;
  white-space: normal;
  color: #000;
}
.accordion-list .card > .card-title > a .img-wrapper {
  padding-right: 10px;
}
.accordion-list .card > .card-title > a:hover {
  text-decoration: none;
}
.accordion-list .card > .card-title > a:after, .accordion-list .card > .card-title > a:before {
  position: absolute;
  content: "";
  top: 50%;
  font-size: 30px;
  height: 2px;
  text-align: center;
  width: 15px;
  background-color: #354154;
  margin: 0 auto;
  right: 13px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .accordion-list .card > .card-title > a:after, .accordion-list .card > .card-title > a:before {
    /*top: 16px;*/
    right: 10px;
    width: 12px;
  }
}
.accordion-list .card > .card-title > a.collapsed:before {
  transform: rotate(90deg);
}
.accordion-link .card {
  border: none;
}
.accordion-link a.accordion-link-head:after {
  transition: 0.6s;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #999 transparent;
  margin-left: 15px;
  top: 50%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  display: inline-block;
}
.accordion-link a.accordion-link-head.collapsed:after {
  -webkit-transform: rotate(179deg);
  transform: rotate(179deg);
}
.video-scrubber {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 42px;
}
@media (max-width: 370px) {
  .video-scrubber {
    position: relative;
    left: -19px;
  }
}
.video-scrubber .scrubber-reverse {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -ms-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.video-scrubber .scrubber-reverse .btn-wrap {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .video-scrubber {
    padding: 0 45px;
  }
}
.video-scrubber .btn-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.video-scrubber .btn-wrap.scrubber-reverse {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -ms-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.video-scrubber .btn-wrap.scrubber-reverse ul {
  top: 36px;
}
.video-scrubber .btn-wrap.scrubber-reverse ul li:after {
  top: -13px;
}
.video-scrubber video {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.video-scrubber ul {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 auto;
  width: 40%;
}
@media (max-width: 1023px) {
  .video-scrubber ul {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .video-scrubber ul {
    width: 100%;
  }
}
.video-scrubber ul li {
  display: inline-block;
  position: relative;
  width: 33.3%;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  top: -23px;
}
@media (max-width: 767px) {
  .video-scrubber ul li {
    top: -32px;
  }
}
.video-scrubber ul li:first-child {
  text-align: left;
  left: -25px;
}
.video-scrubber ul li:first-child:after {
  right: 89px;
}
@media (max-width: 1023px) {
  .video-scrubber ul li:first-child:after {
    right: 98px;
  }
}
@media (max-width: 767px) {
  .video-scrubber ul li:first-child:after {
    left: 19px;
  }
}
.video-scrubber ul li:last-child {
  text-align: right;
  right: -43px;
}
.video-scrubber ul li:last-child:after {
  right: 43px;
}
@media (max-width: 1023px) {
  .video-scrubber ul li:last-child:after {
    right: 36px;
  }
}
@media (max-width: 767px) {
  .video-scrubber ul li:last-child:after {
    right: 36px;
  }
}
.video-scrubber ul li:after {
  content: "";
  display: block;
  width: 15px;
  background-color: #ddd;
  height: 2px;
  text-align: center;
  margin: 0;
  transform: rotate(90deg);
  position: absolute;
  top: 51px;
  right: 51px;
}
@media (max-width: 767px) {
  .video-scrubber ul li:after {
    right: 35%;
    top: 55px;
  }
}
.video-scrubber #scrubber-btn {
  display: none;
}
.video-scrubber .slider-horizontal {
  margin: 0 auto;
  max-width: 100%;
  width: 38.668%;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .video-scrubber .slider-horizontal {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .video-scrubber .slider-horizontal {
    width: 100%;
  }
}
.video-scrubber .slider-track {
  height: 2px;
  background-color: #ddd;
  border-radius: 15px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-image: none;
  box-shadow: none;
  z-index: 2;
}
.video-scrubber .slider-selection {
  height: 2px;
  background-color: #606463;
  border-radius: 15px;
  background-image: none;
  box-shadow: none;
}
.video-scrubber .slider-handle {
  height: 39px;
  width: 39px;
  position: absolute;
  pointer-events: auto;
  top: -14px;
  -webkit-tap-highlight-color: transparent;
  background: linear-gradient(139deg, #898e8c, #606463);
  border-radius: 50%;
  box-shadow: none;
}
.video-scrubber .slider-handle:before {
  content: "";
  position: absolute;
  top: 14px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  width: 11px;
  height: 11px;
  transform: rotate(-45deg);
  left: 10px;
}
.video-scrubber .slider-handle:after {
  content: "";
  position: absolute;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 11px;
  height: 11px;
  transform: rotate(-45deg);
  top: 14px;
  right: 10px;
}
@-moz-document url-prefix() {
  .video-scrubber .video-wrapper {
    margin-top: 25px;
  }
}
.video-scrubber .tooltip {
  z-index: 0;
  display: none !important;
  position: static;
}
/*to remove play-icon in i-phone */
video::-webkit-media-controls {
  display: none !important;
}
.eyebrow-text {
  margin-top: 20px;
  margin-bottom: 0;
}
/*Image component for small, medium and large*/
.small-screen-img, .medium-screen-img, .large-screen-img {
  display: none !important;
}
@media (max-width: 767px) {
  .small-screen-img {
    display: block !important;
  }
  .small-screen-img[src=""] { /*hide if there is no image authored for small screen*/
    display: none !important;
  }
  .small-screen-img[src=""] ~ .large-screen-img {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .medium-screen-img {
    display: block !important;
  }
  .medium-screen-img[src=""] { /*hide if there is no image authored for medium screen*/
    display: none !important;
  }
  .medium-screen-img[src=""] ~ .large-screen-img {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .large-screen-img {
    display: block !important;
  }
}
/* Text banner*/
@media (min-width: 1024px) {
  .text-banner {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .text-banner img {
    margin: 0 auto;
  }
  .text-banner-wrapper {
    background-color: #2E3191;
    color: #FFFFFF;
    padding: 40px 0 100px;
    background-image: url(/images/starterkit/misc/icon/logo-bg.svg);
    background-repeat: no-repeat;
    background-position: 770px -115px;
    background-size: 340px;
    margin-bottom: 60px;
  }
  .text-banner-wrapper.d-img-none {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .text-banner-wrapper .container {
    margin-bottom: 0;
  }
}
.text-banner-wrapper .text-img {
  position: relative;
}
.text-banner-wrapper .text-img img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 18px;
  width: 135px;
}
.dosageCalc.has-error .error-text {
  color: #BF0B0B;
}
.dosageCalc.has-error .dosageCalc-ip {
  border: 1px solid #BF0B0B !important;
}
.dosageCalc.has-error button {
  pointer-events: none;
  opacity: 0.5;
}
.dosageCalc table {
  width: 100%;
  border-collapse: collapse;
}
.dosageCalc td {
  text-align: center;
  vertical-align: top;
  padding: 0px;
}
.dosageCalc p {
  display: inline;
}
.dosageCalc .error-text {
  font-weight: bold;
  display: block;
  text-align: left;
}
.dosageCalc .error-text.has-error {
  color: #BF0B0B;
}
.dosageCalc .patientWeight {
  width: 25%;
  overflow: hidden;
}
.dosageCalc .patientWeight .patientHeading {
  padding: 15px;
  background-color: #606463;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #dee2e6;
}
@media (max-width: 767px) {
  .dosageCalc .patientWeight .patientHeading {
    text-align: left;
    padding-left: 35px;
  }
}
.dosageCalc .patientWeight .dosageInput {
  background-color: #d0d2d1;
  font-size: 16px;
  border: 1px solid #dee2e6;
  height: 100%;
}
@media (max-width: 1023px) {
  .dosageCalc .patientWeight {
    width: 100%;
    display: block;
  }
}
.dosageCalc .dosageCalculation {
  width: 74%;
}
.dosageCalc .dosageCalculation .infusionHeading {
  background-color: #606463;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  border: 1px solid #dee2e6;
}
.dosageCalc .dosageCalculation .cellBg {
  background-color: #d0d2d1;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #dee2e6;
}
.dosageCalc .dosageCalculation .cellWoBg {
  padding: 15px;
  font-size: 16px;
  border: 1px solid #dee2e6;
}
@media (max-width: 767px) {
  .dosageCalc .dosageCalculation {
    width: 100%;
    display: block;
  }
}
.dosageCalc .dosageCalculation .column-width {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.dosageCalc .dosageCalc-wrap {
  padding: 20px;
}
.dosageCalc .dosageCalc-wrap h5 {
  padding: 10px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .dosageCalc .dosageCalc-wrap h5 {
    display: inline-block;
    padding: 0 10px;
    padding: 5px;
  }
}
.dosageCalc .dosageCalc-wrap .dosageCalc-ip {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid transparent;
}
.dosageCalc .dosageCalc-wrap .dosageCalc-ip input {
  border: 0;
  width: 100px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .dosageCalc .dosageCalc-wrap .dosageCalc-ip input {
    width: 70px;
  }
}
.dosageCalc .dosageCalc-wrap .dosageCalc-ip label {
  margin: 0;
}
@media (max-width: 767px) {
  .dosageCalc .dosageCalc-wrap .dosageCalc-ip {
    display: inline-block;
    border: 1px solid #606463;
    border-radius: 7px;
  }
}
.video-section-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (max-width: 1023px) {
  .video-section-wrapper {
    display: block;
  }
}
.video-section-wrapper .video-section-banner {
  position: relative;
  width: 50%;
}
@media (max-width: 1023px) {
  .video-section-wrapper .video-section-banner {
    width: 100%;
  }
}
.video-section-wrapper .video-section-banner video {
  position: relative;
  width: 100%;
  z-index: 2;
  object-fit: cover;
  height: 100%;
}
@media (min-width: 1024px) {
  .video-section-wrapper .video-section-banner video {
    height: 475px !important;
    position: absolute !important;
    bottom: 0px !important;
    right: 0 !important;
    width: 100% !important;
    vertical-align: bottom;
  }
}
.video-section-wrapper .video-section-banner img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
}
@media (min-width: 1024px) {
  .video-section-wrapper .video-section-banner img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    left: inherit;
    top: inherit;
    height: 475px !important;
    max-width: none;
  }
}
.video-section-wrapper .play-btn {
  background-image: url(../../images/starterkit/play_btn.png);
  background-repeat: no-repeat;
  display: none;
  background-size: 100%;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 30;
  cursor: pointer;
}
.video-section-wrapper .right-video-section {
  width: 515px;
  margin-left: 20px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .video-section-wrapper .right-video-section {
    margin-top: 30px !important;
  }
}
@media (max-width: 1023px) {
  .video-section-wrapper .right-video-section {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .video-section-wrapper .right-video-section p {
    margin: 0 auto 0 0;
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .video-section-wrapper .right-video-section h1 {
    margin: 20px 0 0 0;
    text-transform: none;
  }
}
@media (min-width: 1024px) {
  .video-section-wrapper .right-video-section .banner-button a {
    margin: 20px auto !important;
  }
}
.video-section-wrapper video::-webkit-media-controls {
  display: flex !important;
}
.video-section-wrapper video.play-partial::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
.video-section-wrapper video.play-partial::-internal-media-controls-overflow-button, .video-section-wrapper video.play-partial::-internal-media-controls-button-panel, .video-section-wrapper video.play-partial::-internal-media-controls-button-panel {
  display: none !important;
}
@supports (-webkit-touch-callout: none) {
  .video-section-wrapper video.play-partial::-webkit-media-controls {
    display: none !important;
  }
}
.npi-modal .no-results {
  display: none;
  color: #B70100;
}
.npi-modal .no-results.show {
  display: inline;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .npi-modal .no-results.show {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .npi-modal .results-table {
    height: 350px;
    overflow: auto;
  }
}
.npi-modal .results-table table {
  width: 100%;
}
.npi-modal .modal-content {
  padding: 20px;
  max-height: 620px;
  height: 620px;
  overflow: hidden;
}
.npi-modal .modal-content .loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../../images/starterkit/loader.svg");
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  z-index: 10;
}
@media (max-width: 767px) {
  .npi-modal .modal-content {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}
.npi-modal .modal-content.restrict-scroll {
  overflow: hidden;
}
.npi-modal .modal-dialog {
  max-width: 930px;
}
@media (max-width: 767px) {
  .npi-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: 100%;
  }
}
.npi-modal .state-zip {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (max-width: 767px) {
  .npi-modal .state-zip {
    display: block;
  }
}
.npi-modal .select-wrapper label {
  display: block;
}
.npi-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  background-color: #4b5354;
  color: #ffffff;
  opacity: 1;
}
.npi-modal .close:hover {
  color: #ffffff !important;
}
.npi-modal td span > a {
  display: none;
}
@media (max-width: 767px) {
  .npi-modal td span > a {
    display: block;
  }
}
.npi-modal .results-block {
  display: none;
}
.npi-modal .top-heading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .npi-modal .top-heading {
    display: block;
    margin-bottom: 10px;
  }
}
.npi-modal .top-heading h5 {
  justify-content: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 1;
}
.npi-modal th,
.npi-modal td {
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #c1c1c1;
}
.npi-modal th {
  background-color: #bcbcbc;
}
.npi-modal tr:nth-child(even) {
  background-color: #f6f6f6;
}
.npi-modal .search-result,
.npi-modal .show-more {
  padding: 10px;
  background-color: #4b5354;
  color: #ffffff;
  border-style: none;
  margin: 10px 0;
  border-radius: 3px;
}
.npi-modal .search-result[disabled] {
  opacity: 0.5;
}
.npi-modal h5 {
  text-align: center;
}
.npi-modal .form-block {
  margin: 0 auto;
}
.npi-modal .form-block input {
  width: 100%;
  border: 1px solid #4b5354;
  border-radius: 5px;
  padding: 10px 15px;
}
.npi-modal .form-block .required-field {
  float: right;
}
.npi-modal select {
  margin-right: 40px;
  height: 28px;
  border: 1px solid #4b5354;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .npi-modal select {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
  }
}
.npi-modal .back-search {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .npi-modal .back-search {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .npi-modal tr td:nth-child(3),
.npi-modal tr td:last-child,
.npi-modal th:nth-child(3),
.npi-modal th:last-child {
    display: none;
  }
}
.mullticolumn a:hover {
  color: rgba(51, 51, 51, 0.8509803922);
}
.mullticolumn a .txt-wrap {
  text-align: center;
  color: rgba(51, 51, 51, 0.8509803922);
  padding-top: 15px;
}
/*video-player-with-chapters*/
.video-chapters {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px;
}
.video-chapters .video-cta {
  display: flex;
  border-bottom: 10px solid #000;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .video-chapters .video-cta {
    flex-direction: column;
  }
}
.video-chapters .video-cta a {
  background-color: #d0d2d1;
  padding: 20px 45px;
  margin: 0 6px 0 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .video-chapters .video-cta a {
    margin: 0 0 6px 0;
  }
}
.video-chapters .video-cta a:last-child {
  margin: 0;
}
.video-chapters .video-cta a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #000;
  margin-left: 6px;
}
.video-chapters .video-cta a:hover {
  padding: 20px 45px 10px 45px;
  text-decoration: none;
  border-bottom: 10px solid #000;
}
.video-chapters .video-vimeo-wrap {
  width: 100%;
}
.video-chapters .video-vimeo-wrap .vimeo-video {
  position: relative;
  overflow: hidden;
  display: none;
}
.video-chapters .video-vimeo-wrap .vimeo-video img {
  opacity: 0.6;
  width: 100%;
}
.video-chapters .video-vimeo-wrap .vimeo-video .play {
  height: 80px;
  width: 120px;
  position: absolute;
  text-align: center;
  cursor: pointer;
  border-radius: 21px;
  /*Centering*/
  opacity: 0.6;
  margin: -40px 0 0 -60px;
  left: 50%;
  top: 50%;
  display: block;
  background-color: #444;
  transition: background-color 0.5s ease;
  color: white;
}
.video-chapters .video-vimeo-wrap .vimeo-video .play:hover {
  background-color: #444;
}
.video-chapters .video-vimeo-wrap .vimeo-video .play i {
  margin: 30px;
}
.video-chapters .video-vimeo-wrap .vimeo-video-iframe {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.video-chapters .video-vimeo-wrap .vimeo-video-iframe.remove-btn:before, .video-chapters .video-vimeo-wrap .vimeo-video-iframe.remove-btn:after {
  display: none;
}
.video-chapters .video-vimeo-wrap .vimeo-video-iframe iframe {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}
/*video-player-with-chapters-end*/
.quiz-wrapper .question-wrapper h3 {
  margin-bottom: 20px;
  text-align: center;
}
.quiz-wrapper .question-wrapper label {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.quiz-wrapper .question-wrapper label p .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  background-color: #F7F8F9;
  margin-bottom: 10px;
  text-align: center;
}
.quiz-wrapper .question-wrapper label input[type=radio]:checked + p .checkmark {
  background-color: #58585B;
  color: #fff;
}
.quiz-wrapper .next-btn {
  background-color: #E4E4EE;
  padding: 10px;
  text-decoration: none;
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
.quiz-wrapper .next-btn:hover {
  background-color: #2e3191;
  color: #fff;
}
.quiz-wrapper .next-btn.disabled {
  pointer-events: none;
  cursor: default;
  background: #F7F8F9;
}
.filter-recipes-wrapper .filter-recipes-sort select {
  -webkit-appearance: listbox;
  -ms-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
}
.filter-recipes-wrapper .filter-recipes-list .recipe-item {
  margin-right: 10px;
}
.filter-recipes-wrapper .filter-recipes-list .recipe-item img {
  margin-bottom: 10px;
}
.filter-recipes-wrapper .filter-recipes-list .recipe-item p {
  margin-bottom: 5px;
}
/*Reipe Detail page*/
.recipe-details-wrapper .container-medium {
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.recipe-details-wrapper .recipe-details-top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.recipe-details-wrapper .recipe-details-top .recipe-image h1 {
  display: none;
}
.recipe-details-wrapper .recipe-details-top .recipe-info ul {
  column-count: 2;
  column-gap: 0px;
  list-style: none;
  margin-top: 10px;
  padding-left: 0;
}
.recipe-details-wrapper .recipe-details-top .recipe-info ul p {
  margin-bottom: 0;
}
/*More cards*/
.more-cards-list {
  display: flex;
}
@media (max-width: 767px) {
  .more-cards-list {
    display: block;
  }
}
.more-cards-list .card-item {
  margin-right: 15px;
}
/*video-parallax-banner*/
.home-banner-wrap {
  margin-bottom: 0;
}
.home-banner-wrap .container {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .home-banner-wrap .container {
    padding: 0;
    margin-top: 20px;
  }
  .home-banner-wrap .container .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.home-banner-wrap .header-container-wrap {
  overflow: hidden;
}
.home-banner-wrap .header-container-wrap .bg-stretch {
  position: relative;
}
@media (max-width: 1023px) {
  .home-banner-wrap .header-container-wrap .bg-stretch {
    position: absolute;
  }
}
.home-banner-wrap .header-container-wrap .bg-stretch img {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .home-banner-wrap .header-container-wrap .bg-stretch img {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .home-banner-wrap .header-container-wrap .bg-stretch img {
    margin-left: 0px;
    width: 100%;
  }
}
.home-banner-wrap .header-container-wrap .bg-stretch .fluid-width-video-wrapper {
  padding-top: 56.25%;
}
.home-banner-wrap .header-container-wrap .bg-stretch .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .home-banner-wrap .header-container-wrap .bg-stretch .fluid-width-video-wrapper {
    visibility: hidden;
    opacity: 0;
    z-index: 0;
  }
}
@media (max-width: 767px) {
  .home-banner-wrap .header-container-wrap .bg-stretch .fluid-width-video-wrapper {
    display: none;
  }
}
.home-banner-wrap .header-container-wrap .bg-video {
  height: auto;
  position: absolute;
}
@media (max-width: 991px) {
  .home-banner-wrap .header-container-wrap {
    padding-top: 0px;
  }
}
.home-banner-wrap .header-content-container {
  padding-top: 100px;
  position: relative;
  opacity: 0;
  -webkit-animation: mymove 1s;
  -webkit-animation-fill-mode: forwards;
  animation: mymove 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.43);
}
@media (max-width: 991px) {
  .home-banner-wrap .header-content-container {
    padding-top: 30px;
    background: none;
  }
  .home-banner-wrap .header-content-container .header-container-wrap {
    padding-top: 0px;
  }
  .home-banner-wrap .header-content-container .header-container-wrap .see-more span {
    display: none;
  }
  .home-banner-wrap .header-content-container .header-container-wrap .fade-in-heading {
    margin-bottom: 0;
  }
  .home-banner-wrap .header-content-container .header-container-wrap .header-content {
    padding-bottom: 0;
    margin: 0 auto 70px;
  }
}
@media (max-width: 767px) {
  .home-banner-wrap .header-content-container .header-container-wrap .fade-in-heading {
    padding: 0 20px;
    margin-bottom: 0px;
  }
}
@keyframes mymove {
  from {
    top: 1000px;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
/*video-parallax-banner-end*/
.isi-tray {
  /*Tabs - Container - Start */
  /*convert above*/
}
.isi-tray .second-heading {
  display: none;
}
.isi-tray .isi-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .isi-tray .isi-container {
    max-width: 970px !important;
  }
}
.isi-tray .isi-container .col-lg-10 {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
.isi-tray .cf:before {
  content: " ";
  display: table;
}
.isi-tray .cf:after {
  content: " ";
  display: table;
  clear: both;
}
.isi-tray .tabs-container {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
  border: solid 0.5px #737373 !important;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .isi-tray .tabs-container {
    height: 140px;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    -moz-transition: height 0.5s;
    transition: height 0.5s;
  }
}
.isi-tray .tabs-container.homepage-tab.one-tab p {
  width: 80%;
  float: left;
}
@media (min-width: 1024px) {
  .isi-tray .tabs-container.homepage-tab.one-tab {
    height: 60px;
  }
}
.isi-tray .tabs-container .isi-static {
  display: none;
}
.isi-tray .tabs-container.opened {
  display: block;
  height: 100%;
}
@media (min-width: 1024px) {
  .isi-tray .tabs-container.opened .align-tabs {
    height: 150px !important;
  }
}
.isi-tray .tabs-container.opened .isi-static {
  display: block;
}
.isi-tray .tabs-container.opened .tab-container {
  overflow-y: auto;
  height: 100%;
}
.isi-tray .tabs-container.homepage-tab.opened {
  height: auto;
}
.isi-tray .tab-button-container {
  padding: 10px 15px 10px 15px;
}
@media (min-width: 1024px) {
  .isi-tray .tab-button-container {
    padding: 10px 10px 10px 5px;
  }
}
@media (max-width: 1023px) {
  .isi-tray .tab-button-container.tab-split.mobile-fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
    background-color: #ffffff;
    width: 100%;
  }
  .isi-tray .tab-button-container.tab-split.active:first-child {
    border-bottom: 0;
  }
  .isi-tray .tab-button-container.tab-split.active:nth-child(2) {
    padding-top: 10px;
    border-bottom: 0;
  }
  .isi-tray .tab-button-container.tab-split:first-child {
    padding-bottom: 5px;
  }
  .isi-tray .tab-button-container.tab-split:nth-child(2) {
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .isi-tray .tab-button-container.tab-split {
    display: inline-block;
    vertical-align: top;
  }
  .isi-tray .tab-button-container.tab-split:first-child {
    height: 80px;
  }
  .isi-tray .tab-button-container.tab-split:first-child.active {
    border-bottom: none;
  }
  .isi-tray .tab-button-container.tab-split:nth-child(2) {
    border-bottom: 1px solid #bbb;
  }
  .isi-tray .tab-button-container.tab-split:nth-child(2).active {
    border-bottom: none;
  }
}
.isi-tray .tab-button-container.tab-split .colored {
  color: #0f7ec2;
}
.isi-tray .tab-button-container.tab-split .tab-button-close {
  display: none;
}
.isi-tray .tab-button-container.tab-split .tab-button-expanded {
  display: block;
}
.isi-tray .tab-button-container.tab-split.active .tab-button-close {
  display: block;
}
.isi-tray .tab-button-container.tab-split.active .tab-button-close span {
  font-size: 40px;
  display: block;
}
.isi-tray .tab-button-container.tab-split.active .tab-button-expand {
  display: none;
}
.isi-tray .tab-button-container.tab-split.content-wrapper.cf {
  padding-bottom: 0;
}
.isi-tray .tab-button-container.tab-split.content-wrapper.cf.align {
  padding-left: 8px;
}
.isi-tray .tab-button-container.tab-split.content-wrapper.cf.align-tabs {
  padding-left: 15px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .isi-tray .tab-button-container.tab-split.content-wrapper.cf.align {
    padding-left: 20px;
  }
  .isi-tray .tab-button-container.tab-split.content-wrapper.cf.align-tabs {
    padding-left: 10px;
    height: 140px;
  }
}
.isi-tray .tab-button-container h2 {
  margin-right: 30px;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1023px) {
  .isi-tray .tab-button-container h2 {
    font-size: 18px;
  }
}
.isi-tray .tab-button-container p {
  font-size: 18px;
}
@media (max-width: 1023px) {
  .isi-tray .tab-button-container p {
    font-size: 16px;
  }
}
.isi-tray .tab-button-container {
  position: relative;
}
.isi-tray .tab-button-expand,
.isi-tray .tab-button-close {
  display: block;
  float: right;
  text-transform: uppercase;
  background-color: #b1aeae;
  width: 30px;
  height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 10px;
  padding: 0;
}
@media (max-width: 1023px) {
  .isi-tray .tab-button-expand,
.isi-tray .tab-button-close {
    top: 10px;
    right: 15px;
  }
}
.isi-tray .tab-button-expand:hover,
.isi-tray .tab-button-close:hover {
  text-decoration: none;
}
.isi-tray .tab-button-expand span,
.isi-tray .tab-button-close span {
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 25px;
  font-size: 22px;
}
.isi-tray .tab-button-expand span:after,
.isi-tray .tab-button-close span:after {
  font-size: 20px;
  display: block;
}
.isi-tray .tab-button-expand span:first-child {
  display: none;
}
.isi-tray .tab-button-close {
  display: none;
}
.isi-tray .tab-button-container.tab-split .tab-button-expand span {
  display: block !important;
  margin-left: 0;
}
.isi-tray .mobile-view {
  width: 220px;
}
@media (min-width: 992px) {
  .isi-tray .mobile-view {
    width: 100%;
  }
}
.isi-tray .tab-button-container.tab-split.active .tab-button-close {
  display: block;
}
.isi-tray .tab-button-container.tab-split.active .tab-button-expand {
  display: none;
}
.isi-tray .tab-button-container.tab-split.content-wrapper.cf.align {
  padding-left: 8px;
}
.isi-tray .tab-button-container.tab-split.content-wrapper.cf.align-tabs {
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .isi-tray .tab-button-container {
    padding: 10px 10px 10px 5px;
  }
  .isi-tray .tab-button-container.tab-split {
    display: inline-block;
    width: 49.7%;
    vertical-align: top;
  }
  .isi-tray .tab-button-container.tab-split:first-child {
    border-bottom: 1px solid #bbb;
  }
  .isi-tray .tab-button-container.tab-split:nth-child(2) {
    border-bottom: 1px solid #bbb;
  }
  .isi-tray .tab-button-container.tab-split.content-wrapper {
    max-width: 970px;
  }
  .isi-tray .tab-button-container.tab-split.content-wrapper.cf.align {
    padding-left: 10px;
  }
  .isi-tray .tab-button-container.tab-split.content-wrapper.cf.align-tabs {
    padding-left: 20px;
    height: 140px;
  }
}
.isi-tray .tab-button-close {
  display: none;
}
.isi-tray [data-view] {
  display: none;
}
.isi-tray [data-view].active {
  display: block;
  position: relative;
  height: calc(100% - 175px);
}
@media (max-width: 1023px) {
  .isi-tray [data-view].active {
    height: calc(100% - 225px);
  }
}
/*saas */
.second-wrapper .isi-heading strong {
  font-size: 16px;
  font-weight: 700;
}
/*important information*/
.important-information .second-wrapper {
  margin-top: 60px;
}
.important-information .tab-one-header-color u,
.important-information .tab-one-header-color span {
  display: none;
}
.important-information .tab-button-expand,
.important-information .tab-button-close {
  display: none;
}
.important-information .second-heading {
  margin: 40px 0 11px;
}
.important-information .tab-two-header-color {
  display: none;
}
.important-information .hide-info {
  display: none;
}
.important-information .tab-one-header-color {
  display: none;
}
.important-information .tab-head {
  display: none;
}
.content-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .content-wrapper {
    max-width: 970px;
  }
}
/*styles after refactoring,single-left.single-right and dual*/
.important-information .tab-button-container {
  display: none;
}
.important-information .second-wrapper .isi-content-heading {
  display: block !important;
}
.important-information .isi-content-heading {
  display: block !important;
}
.isi-content-body {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 200px);
}
.isi-section {
  margin-bottom: 5px;
}
.isi-section h3,
.isi-section h2 {
  font-size: 20px;
}
.isi-section h4 {
  font-size: 18px;
}
.isi-section p {
  margin-bottom: 10px;
  font-size: 16px;
}
.isi-section .buttons {
  display: none;
}
.isi-tray-wrapper.isi-tray.right div ul li:before {
  content: "";
}
.isi-tray-wrapper.isi-tray.right div ul.bulleted li:before {
  content: "•";
}
.isi-tray-wrapper.isi-tray.right.expand h2:first-of-type {
  margin-bottom: 0;
}
.first-wrapper .isi-section h2 {
  display: none;
}
.second-wrapper .isi-content-heading {
  display: none !important;
}
.isi-tray-wrapper.right.expand .isi-content-heading {
  display: none;
}
@media (max-width: 1023px) {
  .isi-tray-wrapper.isi-tray.right h2:first-of-type {
    margin-bottom: 40%;
  }
  .isi-tray-wrapper.isi-tray.right .isi-content-heading {
    display: none !important;
  }
  .left-isi-tab h2 span {
    display: none;
  }
}
.isi-tray .tab-button-container .buttons + h2 {
  display: none;
}
.isi-tray .tab-button-container.tab-split.left-isi-tab {
  border-bottom: solid 0.5px #bbb;
}
@media (min-width: 1024px) {
  .isi-tray .tab-button-container.tab-split.left-isi-tab {
    border-right: solid 0.5px #bbb;
  }
}
@media (max-width: 767px) {
  .isi-content-body {
    height: calc(100% - 250px);
  }
}
#sort-controls {
  text-align: right;
  padding: 0;
  margin-bottom: 10px;
}
#sort-controls .hz-list {
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0;
}
#sort-controls .hz-list li {
  display: inline-block;
  border: 2px solid;
  padding: 5px;
  font-size: 13px;
  font-family: inherit;
  min-width: 64px;
  width: auto;
  text-align: center;
  margin: 0 2px 5px 2px;
}
#sort-controls .hz-list li.active {
  color: #000;
  background-color: #f1f2f1;
  border-color: #f1f2f1;
}
#sort-controls .hz-list li:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
@media (max-width: 767px) {
  #sort-controls .hz-list li {
    min-width: 60px;
    width: auto;
  }
}
.layout-cards {
  position: relative;
  width: 100%;
}
.layout-cards .image-cta a {
  display: flex;
}
.layout-cards .shuffle {
  margin: 0px 0 0 10px;
}
@media (max-width: 767px) {
  .layout-cards .shuffle {
    margin: 0;
    left: 0;
  }
}
.layout-cards .shuffle-item {
  margin-bottom: 10px;
}
.layout-cards .card .image-cta {
  margin-right: -5px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .layout-cards .card .image-cta {
    margin-right: 0;
  }
}
.layout-cards .card .image-cta .icon-container img {
  left: 103px;
  top: 52px;
}
@media (max-width: 1023px) {
  .layout-cards .card .image-cta .icon-container img {
    left: 0;
    top: 190px;
  }
}
.layout-cards .card .image-cta a .cta-content h2 {
  position: relative;
  z-index: 9;
}
@media (max-width: 1023px) {
  .layout-cards .card .image-cta a .cta-content h2 {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .layout-cards .card .image-cta a .cta-content h2 {
    padding: 20px 15px 0px 25px;
  }
}
@media (max-width: 1023px) {
  .layout-cards .card .image-cta a .cta-content p {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .layout-cards .card .image-cta a .cta-content p {
    padding: 20px 15px 0px 25px;
  }
}
@media (max-width: 1023px) {
  .layout-cards .card .image-cta a .cta-content span {
    margin: 0px 15px 0px 410px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .layout-cards .card .image-cta a .cta-content span {
    margin: 0;
    padding: 0px 15px 0px 25px;
  }
}
@media (min-width: 1025px) {
  .layout-cards .cards {
    min-width: 388.53px;
  }
}
.layout-cards .cards,
.layout-cards .card {
  position: relative;
  border: 0px;
}
.layout-cards .cards .image-cta a,
.layout-cards .card .image-cta a {
  display: block;
}
.layout-cards .cards .image-cta a .cta-content:hover span,
.layout-cards .card .image-cta a .cta-content:hover span {
  text-decoration: underline;
}
.layout-cards .cards.cards-two-column,
.layout-cards .card.cards-two-column {
  width: 48.75%;
}
.layout-cards .cards.cards-two-column .image-cta,
.layout-cards .card.cards-two-column .image-cta {
  height: 361px;
  margin-right: 1px;
}
.layout-cards .cards.cards-two-column .image-cta a .cta-content,
.layout-cards .card.cards-two-column .image-cta a .cta-content {
  padding: 157px 0px 35px 35px;
  height: 100%;
  width: auto;
  background: #f1f2f1;
}
.layout-cards .cards.cards-two-column .image-cta a .cta-content img,
.layout-cards .card.cards-two-column .image-cta a .cta-content img {
  height: 157px;
}
.layout-cards .cards.cards-two-column .image-cta a .cta-content h2,
.layout-cards .card.cards-two-column .image-cta a .cta-content h2 {
  margin-bottom: 8px;
  padding: 20px 15px 0px 25px;
}
.layout-cards .cards.cards-two-column .image-cta a .cta-content p,
.layout-cards .card.cards-two-column .image-cta a .cta-content p {
  padding: 0px 15px 0px 25px;
}
.layout-cards .cards.cards-two-column .image-cta a .cta-content span,
.layout-cards .card.cards-two-column .image-cta a .cta-content span {
  margin: 0;
  padding: 0px 15px 0px 25px;
}
.layout-cards .cards.cards-two-column .image-cta a .cta-content .icon-container img,
.layout-cards .card.cards-two-column .image-cta a .cta-content .icon-container img {
  height: auto;
  top: 186px;
  margin-left: 20px;
  left: 0;
}
.layout-cards .cards.cards-two-column .image-cta a:hover span,
.layout-cards .card.cards-two-column .image-cta a:hover span {
  text-decoration: underline;
}
.full-width-cta {
  height: 244px;
}
.full-width-cta a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: 2px solid #ffffff;
  display: block;
}
.full-width-cta a .cta-content {
  position: relative;
  height: 100%;
  width: auto;
  padding: 45px 0px 45px 35px;
}
.full-width-cta a .cta-content img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .full-width-cta a .cta-content img.large-screen-img {
    display: block !important;
  }
}
.full-width-cta a .cta-content h2 {
  width: 100%;
  padding: 0px 0px 0px 440px;
  display: block;
  float: right;
  line-height: 31.2px;
  margin-bottom: 10px;
}
@media (max-width: 1025px) {
  .full-width-cta a .cta-content h2 {
    padding: 0px 0px 0px 535px;
  }
}
@media (max-width: 767px) {
  .full-width-cta a .cta-content h2 {
    padding: 0px 0px 0px 375px;
  }
}
.full-width-cta a .cta-content .icon-container img {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 9;
  top: 50px;
  left: 95px;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .full-width-cta a .cta-content .icon-container img {
    top: 55px;
    left: 110px;
  }
}
.full-width-cta a .cta-content p {
  position: relative;
  z-index: 9;
  line-height: 19.2px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  padding: 0px 15px 0px 440px;
}
@media (max-width: 1025px) {
  .full-width-cta a .cta-content p {
    padding: 0px 15px 0px 535px;
  }
}
@media (max-width: 767px) {
  .full-width-cta a .cta-content p {
    padding: 0px 0px 0px 375px;
  }
}
.full-width-cta a .cta-content span {
  position: relative;
  z-index: 9;
  margin: 0px 15px 0px 440px;
  border: 0;
  background: transparent;
  padding: 0;
}
.full-width-cta a .cta-content span:hover {
  background: transparent;
}
.full-width-cta a .cta-content span:hover:after {
  background-image: url(../../images/cgdconnections/arrows.svg) !important;
}
@media (max-width: 1025px) {
  .full-width-cta a .cta-content span {
    margin: 0px 15px 0px 535px;
  }
}
@media (max-width: 767px) {
  .full-width-cta a .cta-content span {
    margin: 0px 15px 0px 375px;
  }
}
.full-width-cta a:hover {
  border: 2px solid;
}
@media (max-width: 767px) {
  .full-width-cta {
    background: transparent;
  }
}
.language-selector ul {
  list-style-type: none;
}
.language-selector ul li {
  display: inline-block;
  position: relative;
  padding-right: 5px;
}
.language-selector ul li:first-child:before {
  content: "";
  position: absolute;
  width: 2px;
  right: 0px;
  top: 5px;
  bottom: 5px;
  background: #7f7f7f;
}
.language-selector ul li a:hover {
  text-decoration: none;
}
.language-selector ul li.active a {
  color: #7f7f7f;
}
.header-wrapper {
  position: relative;
  padding: 20px 0;
}
.header-wrapper .hamburger-menu {
  position: relative;
}
@media (min-width: 1024px) {
  .header-wrapper .hamburger-menu {
    display: none;
  }
}
.header-wrapper .hamburger-menu .bar {
  display: block;
  position: absolute;
  height: 4rem;
  width: 3rem;
  color: #000;
  border: none;
  right: 20px;
  top: 42px;
  z-index: 1001;
}
.header-wrapper .hamburger-menu .bar span {
  width: 100%;
  text-align: center;
  color: #000;
  position: absolute;
  top: 15px;
}
.header-wrapper .hamburger-menu .bar .close-label {
  display: none;
}
.header-wrapper .hamburger-menu .bar .menu-label {
  display: block;
}
.header-wrapper .hamburger-menu .bar .bar-1,
.header-wrapper .hamburger-menu .bar .bar-2,
.header-wrapper .hamburger-menu .bar .bar-3 {
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #000;
}
.header-wrapper .hamburger-menu .bar .bar-1 {
  margin-top: -10px;
}
.header-wrapper .hamburger-menu .bar .bar-3 {
  margin-top: 10px;
}
.header-wrapper .hamburger-menu .bar.menu-open .bar-1 {
  margin-top: 0;
  transform: rotate(45deg);
}
.header-wrapper .hamburger-menu .bar.menu-open .bar-2 {
  opacity: 0;
}
.header-wrapper .hamburger-menu .bar.menu-open .bar-3 {
  margin-top: 0;
  transform: rotate(-45deg);
}
.header-wrapper .nav-bar {
  float: none;
  width: 100%;
  line-height: normal;
  margin: 0;
  background-color: transparent;
}
@media (max-width: 1023px) {
  .header-wrapper .nav-bar {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
.header-wrapper .logo-wrap img {
  width: 150px;
}
.header-wrapper ul.connect {
  float: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
}
.header-wrapper ul.connect li {
  float: none;
}
.header-wrapper .header-row-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
}
.header-wrapper .header-row-wrapper .header-panel-item.left {
  margin-right: auto;
}
.header-wrapper .header-row-wrapper .header-panel-item.right {
  text-align: right;
  margin-left: auto;
}
.header-wrapper .header-row-wrapper .header-panel-item.center {
  margin: 0 auto;
}
.header-wrapper .header-row-wrapper .container {
  padding: 0;
  margin: 0 auto;
}
.header-wrapper .header-row-wrapper ul.main-nav {
  display: flex;
  padding: 0;
  margin: 0;
}
.header-wrapper .header-row-wrapper ul.main-nav li a {
  color: #007bff;
}
.header-wrapper .header-row-wrapper ul.main-nav .slide {
  display: none;
}
.header-wrapper .header-row-wrapper ul.main-nav .slide .slide {
  box-shadow: none;
  border: none;
}
.header-wrapper .header-row-wrapper ul.main-nav .slide li a {
  color: #007bff;
  position: relative;
}
.header-wrapper .header-row-wrapper ul.main-nav .slide > .menu-item-has-children {
  position: relative;
}
.header-wrapper .header-row-wrapper ul.main-nav .slide > .menu-item-has-children > a:before {
  background-color: #007bff;
  -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #007bff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  opacity: 1;
}
.header-wrapper .header-row-wrapper ul.main-nav .slide > .menu-item-has-children > a:after {
  -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #007bff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  opacity: 1;
}
.header-wrapper .header-row-wrapper ul.main-nav > li > a {
  min-height: auto;
  padding: 5px 10px;
  line-height: normal;
}
.header-wrapper .header-row-wrapper ul.main-nav > li.menu-item-has-children {
  position: relative;
}
.header-wrapper .header-row-wrapper ul.main-nav > li.menu-item-has-children > a:after {
  display: none;
}
.header-wrapper .header-row-wrapper ul.main-nav > li.menu-item-has-children:hover > .slide {
  display: block;
}
@media (max-width: 1023px) {
  .header-wrapper .header-row-wrapper ul.main-nav > li.menu-item-has-children:hover > .slide {
    display: none;
  }
}
.header-wrapper .header-row-wrapper ul.main-nav > li.menu-item-has-children.visible-submenu .slide {
  display: block;
}
.header-wrapper .header-row-wrapper ul.main-nav > li.menu-item-has-children > .slide > .menu-item-has-children.show-submenu > a:before {
  display: none;
}
.header-wrapper .header-row-wrapper ul.main-nav > li.menu-item-has-children > .slide > .menu-item-has-children.show-submenu .slide {
  display: block;
  position: relative;
}
.header-wrapper .header-row-wrapper ul.main-nav .slide {
  top: 100%;
}
.header-wrapper .header-row-wrapper .header-cta-wrapper .cta-ribbon {
  background-image: none;
  width: auto;
}
.header-wrapper .header-row-wrapper .header-cta-wrapper .cta-ribbon a {
  padding: 10px;
}
@media (max-width: 1023px) {
  .header-wrapper .header-row-wrapper {
    display: block;
  }
  .header-wrapper .header-row-wrapper .header-panel-item.auto-generated-site-navigation-wrapper {
    padding: 0;
    position: absolute;
    top: 100%;
    display: none;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
  }
  .header-wrapper .header-row-wrapper .header-panel-item.auto-generated-site-navigation-wrapper ul.main-nav {
    display: block;
  }
  .header-wrapper .header-row-wrapper .header-panel-item.auto-generated-site-navigation-wrapper ul.main-nav li {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .header-wrapper .header-row-wrapper .header-panel-item.auto-generated-site-navigation-wrapper ul.main-nav li a {
    padding: 10px 5px;
  }
  .header-wrapper .header-row-wrapper .header-cta-wrapper {
    display: none;
  }
}
/*subnav-sticky*/
@media (min-width: 1024px) {
  .theme-subnav-sticky .header-wrapper .header-row-wrapper .main-nav .menu-item-has-children {
    position: static !important;
  }
}
@media (min-width: 1024px) {
  .theme-subnav-sticky .header-wrapper .header-row-wrapper .main-nav .menu-item-has-children.active .slide, .theme-subnav-sticky .header-wrapper .header-row-wrapper .main-nav .menu-item-has-children:hover .slide {
    display: flex;
    box-shadow: none;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .theme-subnav-sticky .header-wrapper .header-row-wrapper .main-nav .menu-item-has-children.active {
    z-index: 99;
  }
}
@media (min-width: 1024px) {
  .theme-subnav-sticky .header-wrapper .header-row-wrapper .main-nav .menu-item-has-children .slide {
    max-width: 100%;
    width: 100%;
    z-index: 999;
  }
}
@media (min-width: 1024px) {
  .theme-subnav-sticky .header-wrapper .header-row-wrapper .main-nav .menu-item-has-children .slide::after, .theme-subnav-sticky .header-wrapper .header-row-wrapper .main-nav .menu-item-has-children .slide::before {
    content: "";
    background: #fff;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -90vw;
  }
}
@media (min-width: 1024px) {
  .theme-subnav-sticky .header-wrapper .header-row-wrapper .main-nav .menu-item-has-children .slide:after {
    left: 10vw;
  }
}
@media (min-width: 1024px) {
  .theme-subnav-sticky .header-wrapper .header-row-wrapper .main-nav .menu-item-has-children .slide li a {
    z-index: 99;
  }
}
/*subnav-sticky end*/
.footer-wrapper {
  background-color: #f1f2f1;
}
.footer-wrapper .container {
  margin-bottom: 0;
}
.footer-wrapper .generic-footer .full-width {
  width: 100%;
}
.footer-wrapper .generic-footer .left {
  margin-right: auto;
}
@media (min-width: 768px) {
  .footer-wrapper .generic-footer .right {
    margin-left: auto;
    text-align: right;
  }
}
.footer-wrapper .generic-footer .center {
  margin: 0 auto;
}
.footer-wrapper .generic-footer .footer-links-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footer-wrapper .generic-footer .footer-links-wrapper ul {
    display: flex;
  }
}
.footer-wrapper .generic-footer .footer-links-wrapper ul li {
  padding: 10px 20px 10px 0;
}
.footer-wrapper .generic-footer .logo-wrapper {
  min-width: 150px;
}
.footer-wrapper .generic-footer .logo-wrapper img {
  width: 150px;
}
@media (min-width: 768px) {
  .footer-wrapper .generic-footer .footer-row-wrapper .col-wrapper {
    display: flex;
  }
}
.signup-container .sv-root-modern .sv-question__title--answer {
  background-color: inherit;
}
.signup-container .sv-root-modern .sv-item__control:focus + .sv-item__decorator {
  border: none !important;
}
.signup-container .sv-root-modern .sv-radio__svg circle {
  right: 9px;
}
.signup-container .sv-root-modern .sv-checkbox--checked .sv-checkbox__svg {
  border-radius: 4px;
}
.signup-container .sv-root-modern .buttongroup button {
  margin-bottom: 10px;
  display: block;
  border-radius: 10px;
  width: 100%;
  background: #f1f2f2;
  color: black;
  border: none;
  height: 45px;
  line-height: 2em;
  text-transform: capitalize;
}
.signup-container .sv-root-modern .sv-title p {
  margin-bottom: 0 !important;
}
.signup-container .sv-root-modern .sv-text {
  border: 3px solid #000000;
  border-radius: 4px;
  background-color: transparent;
  width: 100%;
}
.signup-container .sv-root-modern .sv-text:focus {
  border-color: #000000 !important;
}
.signup-container .sv-root-modern .sv-footer {
  padding: 0px;
}
.signup-container .sv-root-modern .sv-btn {
  height: 50px;
  font-size: 20px;
  float: left;
}
.signup-container .sv-root-modern .sv-footer input[type=button] {
  display: none;
}
.signup-container .sv-root-modern .sv-file .sv-file__wrapper {
  margin-left: 0px !important;
  transform: none !important;
}
.signup-container .sv-root-modern .sv-file .sv-file__decorator {
  background: none !important;
  padding: 0px !important;
}
.signup-container .sv-root-modern .sv-file .sv-btn.sv-file__choose-btn {
  background: rgb(244, 244, 244);
  border: 1px solid black;
  border-radius: inherit;
  color: black;
  height: 33px;
  line-height: 12px;
  width: 110px;
  white-space: nowrap;
  padding: 10px;
  font-size: 16px;
  vertical-align: middle;
}
.signup-container .sv-root-modern .sv-file .sv-description {
  vertical-align: -webkit-baseline-middle !important;
  color: black !important;
}
.signup-container .sv-root-modern .sv_q_type_file button.retry {
  width: 70px;
  height: 30px;
  color: black;
  border: 1px solid black;
  background-color: #f4f4f4 !important;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.signup-container .sv-root-modern .sv_q_type_file progress {
  width: 50%;
  margin-top: 10px;
  border: 1px solid black;
  background-color: rgb(159, 159, 159);
}
.signup-container .sv-row div[data-name=NPI] .sv-question__content > div div,
.signup-container .sv_row div[name=NPI] .sv_q_a > div div {
  display: none;
}
.signup-container .sv-row div[data-name=NPI] .sv-question__content > div div:first-child,
.signup-container .sv_row div[name=NPI] .sv_q_a > div div:first-child {
  display: block;
}
.welcome-dialog.show {
  z-index: 1114;
}
/* DocCheck login theme */
.w-backdrop ~ .modal-backdrop {
  z-index: 1113;
}
#pnlWelcomeDialog .theme-welcomedialog-doccheck-login .welcome-dialog {
  pointer-events: none;
}
#pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal-dialog {
  max-width: 868px;
  width: calc(100% - 3rem);
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
  height: auto;
  transform: translate(-50%, -50%) translateZ(0);
  background: #fff;
  border-radius: 8px;
}
#pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal-content {
  height: 416px;
  border-radius: 8px;
  border: none;
  overflow: auto;
}
#pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal-content .modal-body {
  align-items: center;
  justify-content: center;
  background-image: none !important;
  background-color: #fff;
  display: flex;
  padding: 20px;
}
#pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal-content .modal-body section {
  width: 100%;
  max-width: 468px;
  margin: 0 auto;
}
#pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal-content .modal-body section .dochecklogin iframe {
  width: 100%;
  height: 300px;
}
@media (max-width: 767px) {
  #pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal-content .modal-body section .dochecklogin iframe {
    height: 225px;
  }
}
.survey-wizard-container .sv-root-modern .sv-question__title--answer {
  background-color: inherit;
}
.survey-wizard-container .sv-root-modern .sv-item__control:focus + .sv-item__decorator {
  border: none !important;
}
.survey-wizard-container .sv-root-modern .sv-radio__svg circle {
  right: 9px;
}
.survey-wizard-container .sv-root-modern .sv-checkbox--checked .sv-checkbox__svg {
  border-radius: 4px;
}
.survey-wizard-container .sv-root-modern .buttongroup button {
  margin-bottom: 10px;
  display: block;
  border-radius: 10px;
  width: 100%;
  background: #f1f2f2;
  color: black;
  border: none;
  height: 45px;
  line-height: 2em;
  text-transform: capitalize;
}
.survey-wizard-container .sv-root-modern .sv-title p {
  margin-bottom: 0 !important;
}
.survey-wizard-container .sv-root-modern .sv-text {
  border: 3px solid #000000;
  border-radius: 4px;
  background-color: transparent;
  width: 100%;
}
.survey-wizard-container .sv-root-modern .sv-text:focus {
  border-color: #000000 !important;
}
.survey-wizard-container .sv-root-modern .sv-footer {
  padding: 0px;
}
.survey-wizard-container .sv-root-modern .sv-btn {
  height: 50px;
  font-size: 20px;
  float: left;
}
.survey-wizard-container .sv-root-modern .sv-footer input[type=button] {
  display: none;
}
.survey-wizard-container .sv-root-modern .sv-file .sv-file__wrapper {
  margin-left: 0px !important;
  transform: none !important;
}
.survey-wizard-container .sv-root-modern .sv-file .sv-file__decorator {
  background: none !important;
  padding: 0px !important;
}
.survey-wizard-container .sv-root-modern .sv-file .sv-btn.sv-file__choose-btn {
  background: rgb(244, 244, 244);
  border: 1px solid black;
  border-radius: inherit;
  color: black;
  height: 33px;
  line-height: 12px;
  width: 110px;
  white-space: nowrap;
  padding: 10px;
  font-size: 16px;
  vertical-align: middle;
}
.survey-wizard-container .sv-root-modern .sv-file .sv-description {
  vertical-align: -webkit-baseline-middle !important;
  color: black !important;
}
.survey-wizard-container .sv-root-modern .sv_q_type_file button.retry {
  width: 70px;
  height: 30px;
  color: black;
  border: 1px solid black;
  background-color: #f4f4f4 !important;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.survey-wizard-container .sv-root-modern .sv_q_type_file progress {
  width: 50%;
  margin-top: 10px;
  border: 1px solid black;
  background-color: rgb(159, 159, 159);
}
.survey-wizard-container .sv-row div[data-name=NPI] .sv-question__content > div div,
.survey-wizard-container .sv_row div[name=NPI] .sv_q_a > div div {
  display: none;
}
.survey-wizard-container .sv-row div[data-name=NPI] .sv-question__content > div div:first-child,
.survey-wizard-container .sv_row div[name=NPI] .sv_q_a > div div:first-child {
  display: block;
}
@media (max-width: 767px) {
  .sv-completedpage {
    height: auto;
    padding: 20px;
    margin: 0;
  }
}
.uric-zone-sec {
  background-color: #d2d2d2;
  padding: 30px 24px 40px 30px;
}
@media (max-width: 767px) {
  .uric-zone-sec {
    padding: 30px 48px 40px 48px;
    text-align: center;
    position: relative;
    border: 1px solid transparent;
    padding-bottom: 0px;
    margin-bottom: 30%;
  }
}
@media (max-width: 767px) {
  .uric-zone-sec::after, .uric-zone-sec::before {
    width: 100% !important;
    top: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .uric-zone-sec::after {
    border-top-color: #d2d2d2;
    border-width: 20vw;
    border-left-width: 50vw;
    border-right-width: 50vw;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .uric-zone-sec::before {
    border-top-color: transparent;
    border-width: 50vw;
    margin-left: 0px;
  }
}
.uric-zone-sec .form-group {
  margin: 0px;
}
.uric-zone-sec .form-group input {
  width: 100%;
  min-height: 45px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #362b68;
  border-width: 1px;
}
@media (max-width: 767px) {
  .uric-zone-sec .form-group input {
    min-height: 70px;
  }
}
.uric-zone-sec .form-group input.err-border {
  border-color: red;
}
.uric-zone-sec .cta-btn {
  padding: 2px 0px;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #362b68;
  color: #fff;
  border-radius: 0;
  width: 100%;
  border: none;
}
@media (max-width: 767px) {
  .uric-zone-sec .cta-btn {
    min-height: 60px;
  }
}
.build-zone-updating-sec {
  background: #362b68;
  background: linear-gradient(90deg, #362b68 0%, #93006b 100%);
  padding: 30px 24px 40px 30px;
  color: #fff;
}
@media (min-width: 1024px) {
  .build-zone-updating-sec {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .build-zone-updating-sec {
    padding: 30px 48px 40px 48px;
    text-align: center;
  }
}
.build-zone-updating-sec p {
  margin-bottom: 2px;
}
.build-zone-updating-sec .text-red {
  color: #ff0000;
}
.gauge-svg-wrapper {
  position: relative;
  margin-left: 5%;
  max-height: 400px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .gauge-svg-wrapper {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .gauge-svg-wrapper {
    max-width: 100%;
    margin-bottom: 50px;
    margin-left: 5% !important;
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .gauge-svg-wrapper {
    margin: auto;
    margin-bottom: 30px;
  }
}
.gauge-svg-wrapper svg.gauge-progress {
  max-width: 310px;
  width: 100%;
  height: auto;
  overflow: visible;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gauge-svg-wrapper svg.gauge-progress {
    width: 450px;
    height: 400px;
    position: relative;
    left: -50px;
  }
}
@supports (-ms-ime-align: auto) {
  .gauge-svg-wrapper svg.gauge-progress {
    width: 210px;
  }
}
@media (max-width: 1023px) {
  .gauge-svg-wrapper svg.gauge-progress {
    max-width: 275px;
  }
}
@media (max-width: 767px) {
  .gauge-svg-wrapper svg.gauge-progress {
    max-width: 270px;
  }
}
@media (max-width: 360px) {
  .gauge-svg-wrapper svg.gauge-progress {
    max-width: 240px;
  }
}
.gauge-svg-wrapper svg.gauge-progress .st0 {
  fill: #FFFFFF;
  stroke: #58595B;
  stroke-miterlimit: 10;
}
.gauge-svg-wrapper svg.gauge-progress .st1 {
  fill: #58595B;
}
.gauge-svg-wrapper svg.gauge-progress .st3 {
  font-size: 20.4483px;
}
.gauge-svg-wrapper svg.gauge-progress .st5 {
  font-size: 25.2196px;
  font-weight: bold;
}
.gauge-svg-wrapper svg.gauge-progress .st6 {
  fill: #FFFFFF;
  stroke: url(#SVGID_1_);
  stroke-miterlimit: 10;
}
.gauge-svg-wrapper svg.gauge-progress .st7 {
  fill: url(#SVGID_2_);
}
.gauge-svg-wrapper svg.gauge-progress .st8 {
  fill: #A60062;
}
.gauge-svg-wrapper svg.gauge-progress .st9 {
  font-size: 21.8115px;
  font-weight: bold;
}
.gauge-svg-wrapper .zone-position-wrap {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  max-width: 48%;
  left: 210px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gauge-svg-wrapper .zone-position-wrap {
    left: 190px;
  }
}
@media (max-width: 767px) {
  .gauge-svg-wrapper .zone-position-wrap {
    left: 150px;
    max-width: 55%;
  }
}
@media (max-width: 360px) {
  .gauge-svg-wrapper .zone-position-wrap {
    left: 130px;
  }
}
.gauge-svg-wrapper .zone-position-wrap svg {
  max-width: 40px;
  min-width: 40px;
}
@media (max-width: 768px) {
  .gauge-svg-wrapper .zone-position-wrap svg {
    min-width: 35px;
    max-width: 35px;
  }
}
.gauge-svg-wrapper .zone-position-wrap svg .st0 {
  fill: #362B69;
}
.gauge-svg-wrapper .zone-position-wrap svg .st1 {
  fill: #FFFFFF;
}
.gauge-svg-wrapper .zone-position-wrap svg .st3 {
  font-size: 7.1384px;
}
.gauge-svg-wrapper .zone-position-wrap.build-up {
  top: 10px;
}
@media (max-width: 1023px) {
  .gauge-svg-wrapper .zone-position-wrap.build-up {
    top: 0px;
  }
}
.gauge-svg-wrapper .zone-position-wrap.dissolve {
  bottom: 85px;
  top: 170px;
}
@media (max-width: 1023px) {
  .gauge-svg-wrapper .zone-position-wrap.dissolve {
    bottom: 45px;
    top: 140px;
  }
}
.gauge-svg-wrapper .zone-position-wrap p {
  margin: 0 0 0 12px;
}
@media (max-width: 767px) {
  .gauge-svg-wrapper .zone-position-wrap p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gauge-svg-wrapper .zone-position-wrap p {
    font-size: 15px;
    line-height: 1.5;
  }
}
.gauge-svg-wrapper .zone-position-wrap .img-wrap {
  min-width: 40px;
}
@media (max-width: 767px) {
  .gauge-svg-wrapper .zone-position-wrap .img-wrap {
    min-width: 35px;
  }
}
.gauge-svg-wrapper .zone-position-wrap .img-wrap img {
  width: 100%;
  max-width: 40px;
}
.gauge-svg-wrapper .animate-border, .gauge-svg-wrapper .animate-border-mob {
  fill: none;
  stroke: #362b68;
  stroke-width: 8;
}
.linear-gauge-wrapper {
  padding: 0;
}
.linear-gauge-wrapper .row {
  align-items: center;
}
@media (max-width: 767px) {
  .linear-gauge-wrapper .gauge-inpt-form {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.linear-gauge-wrapper .gauge-inpt-form .err-msg {
  display: inline-block;
  color: #ff0000;
}
.linear-gauge-wrapper .error .form-group input {
  color: #ff0000;
}
.linear-gauge-wrapper .error .form-group input::placeholder, .linear-gauge-wrapper .error .form-group input:-ms-input-placeholder, .linear-gauge-wrapper .error .form-group input::-ms-input-placeholder {
  color: #ff0000;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .linear-gauge-wrapper .col-md-4 {
    max-width: 40%;
    flex: 0 0 40%;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .linear-gauge-wrapper .col-md-8 {
    max-width: 60%;
  }
}
/*newer version*/
.vertical-tabbed .row {
  margin: 0;
}
.vertical-tabbed .row > div {
  border: 1px solid #ccc;
  padding: 0;
}
@media (max-width: 767px) {
  .vertical-tabbed .row > div {
    flex: 100%;
    max-width: 100%;
  }
}
.vertical-tabbed .row > div:first-child {
  background-color: #f3f3f3;
}
.vertical-tabbed .row > div a {
  border-bottom: 1px solid #ccc;
  background-color: #f3f3f3;
  color: #40474e;
  padding: 15px;
  text-decoration: none;
}
.vertical-tabbed .row > div a.active {
  background: #bd679c;
  color: #fff;
}
.vertical-tabbed .row > div a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .vertical-tabbed .row > div a:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .vertical-tabbed .row > div .nav {
    display: none;
  }
}
.vertical-tabbed .row > div .tab-content {
  height: 100%;
  padding: 0;
  background-color: #fff;
}
.vertical-tabbed .row > div .tab-content .tab-pane {
  height: 100%;
}
@media (max-width: 767px) {
  .vertical-tabbed .row > div .tab-content .tab-pane {
    display: block;
    opacity: 1;
    height: auto;
  }
}
.vertical-tabbed .row > div .tab-content .tab-pane .vertical-tabbed-content {
  background-color: #fff;
  height: 100%;
  padding: 25px;
}
@media (max-width: 767px) {
  .vertical-tabbed .row > div .tab-content .tab-pane .vertical-tabbed-content {
    display: none;
  }
}
@media (min-width: 768px) {
  .vertical-tabbed .row > div .tab-content .tab-pane .vertical-tabbed-content {
    display: block !important;
  }
}
.vertical-tabbed .row > div .tab-content .tab-pane .vertical-tabbed-content > div {
  border: none;
}
.vertical-tabbed .row > div .tab-content .tab-pane .mobile-vertical-tabbed {
  display: none;
}
@media (max-width: 767px) {
  .vertical-tabbed .row > div .tab-content .tab-pane .mobile-vertical-tabbed {
    display: block;
  }
}
.vertical-tabbed .row > div .tab-content .tab-pane .mobile-vertical-tabbed a {
  border-bottom: 1px solid #ccc;
  background-color: #f3f3f3;
  display: block;
  padding: 15px;
  position: relative;
}
.vertical-tabbed .row > div .tab-content .tab-pane .mobile-vertical-tabbed a.active {
  background: #bd679c;
  color: #fff;
}
.vertical-tabbed .row > div .tab-content .tab-pane .mobile-vertical-tabbed a:hover {
  text-decoration: none;
}
.vertical-tabbed .row > div .tab-content .tab-pane .mobile-vertical-tabbed a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  color: #bd679c;
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: rotate(0) translateY(-50%);
  right: 3rem;
}
.vertical-tabbed .row > div .tab-content .tab-pane .mobile-vertical-tabbed a p {
  margin-bottom: 0;
}
.vertical-tabbed .row > div .tab-content .tab-pane .mobile-vertical-tabbed.active a {
  background: #bd679c;
  color: #fff;
}
.vertical-tabbed .row > div .tab-content .tab-pane .mobile-vertical-tabbed.active a::after {
  transform: rotate(180deg) translateY(50%);
  color: #fff;
}
@media (max-width: 767px) {
  .vertical-tabbed .row > div .tab-content .tab-pane .mobile-vertical-tabbed.active .vertical-tabbed-content {
    display: block;
  }
}
/*older version*/
.vertical-tabbed .supp-accordion {
  box-shadow: 0 0 10px 0 #5d5d5d;
  position: relative;
}
.vertical-tabbed .supp-accordion .supp-accordion-set .supp-accordion-headline {
  background: #f7f7f7;
  border-bottom: 2px solid #eaeaea;
  text-align: center;
  position: relative;
  padding: 0.8rem 0.4rem;
}
@media (min-width: 768px) {
  .vertical-tabbed .supp-accordion .supp-accordion-set .supp-accordion-headline {
    width: 25%;
  }
}
.vertical-tabbed .supp-accordion .supp-accordion-set .supp-accordion-headline.open {
  background-image: linear-gradient(270deg, #3b0c46 0%, #7a1b5c 100%);
  color: #fff;
}
@media (max-width: 767px) {
  .vertical-tabbed .supp-accordion .supp-accordion-set .supp-accordion-headline.open::after {
    transform: rotate(180deg);
  }
}
.vertical-tabbed .supp-accordion .supp-accordion-set .supp-accordion-headline p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .vertical-tabbed .supp-accordion .supp-accordion-set .supp-accordion-headline::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 16px;
    right: 3rem;
    transform: rotate(0);
    transition: transform 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  .vertical-tabbed .supp-accordion .supp-accordion-set .supp-accordion-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    display: none;
  }
}
.thumbnail-tab .tab-content > .row {
  display: none;
}
.thumbnail-tab .tab-content > .row.active {
  display: block;
}
.thumbnail-tab .nav-patients {
  margin: 0;
  flex-wrap: nowrap;
  justify-content: center;
}
.thumbnail-tab .nav-patients li {
  flex: 0 0 160px;
  width: 160px;
  height: 304px;
  margin: 0px 11px;
  position: relative;
}
@media (max-width: 767px) {
  .thumbnail-tab .nav-patients li {
    flex: 0 0 178px;
    width: 178px;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 56px;
  }
}
.thumbnail-tab .nav-patients li a {
  border-radius: 4px;
  background-color: #fff;
  color: #362B68;
  width: 160px;
  height: 304px;
  background-color: #fff;
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center 20%;
  padding-top: 246px;
  text-transform: none;
  text-align: center;
  border: 1px solid #d6d4e0;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .thumbnail-tab .nav-patients li a {
    display: block;
    padding: 0.5rem 1rem;
    width: 100%;
    text-decoration: none;
    height: 56px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
  }
}
.thumbnail-tab .nav-patients li a.active, .thumbnail-tab .nav-patients li a:hover {
  margin-right: 23px;
  border: 1px solid #362B68;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5), 0 0 10px 2px rgba(0, 0, 0, 0.1);
  color: #362B68;
}
@media (max-width: 767px) {
  .thumbnail-tab .nav-patients li a.active, .thumbnail-tab .nav-patients li a:hover {
    border: 1px solid #362B68;
    background-color: #362B68;
    color: #fff;
    text-decoration: none;
  }
}
.thumbnail-tab .nav-patients li a.active img.selected, .thumbnail-tab .nav-patients li a:hover img.selected {
  display: block;
}
@media (max-width: 767px) {
  .thumbnail-tab .nav-patients li a.active img.selected, .thumbnail-tab .nav-patients li a:hover img.selected {
    display: none;
  }
}
.thumbnail-tab .nav-patients li a.active img.unselected, .thumbnail-tab .nav-patients li a:hover img.unselected {
  display: none;
}
.thumbnail-tab .nav-patients li a img {
  position: absolute;
  top: 25px;
  width: 60px;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .thumbnail-tab .nav-patients li a img {
    display: none;
  }
}
.thumbnail-tab .nav-patients li a img.selected {
  display: none;
}
.flipcards {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 300px;
  cursor: pointer;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flipcards img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .flipcards {
    margin-bottom: 30px;
  }
}
.flipcards .flip-cards-back {
  display: none;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
.flipcards .flip-cards-front {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
.flipcards .flip-cards-front img {
  margin: 0 auto;
}
.flipcards.flipcards-secondary {
  background-image: none;
  background-color: #F4F4F4;
  border-radius: 15px;
  max-width: 278px;
  margin: 0 auto;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .flipcards.flipcards-secondary {
    margin-bottom: 30px;
  }
}
.flipcards.flipcards-secondary .flip-cards-front {
  display: none !important;
}
.flipcards.flipcards-secondary .flip-cards-back {
  display: block;
  transform: rotateY(180deg);
}
.flipcards.flipcards-secondary span.close-icon {
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  background-position: top right;
  position: absolute;
  top: 15px;
  right: 0;
}
#sharedEventsResults .date-time-format-wrap .row {
  margin: 0;
}
.doc-overlay, #doc-overlay {
  min-height: 340px;
  position: relative;
  padding-top: 25px;
}
.doc-overlay > *:not(.dochecklogin):not(.blur-overlay), #doc-overlay > *:not(.dochecklogin):not(.blur-overlay) {
  z-index: -1;
}
.doc-overlay .blur-overlay, #doc-overlay .blur-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
  background-color: rgba(205, 205, 205, 0.2);
  z-index: 1;
  /* Fallback for IE 11 because blur does not work */
  /* Fallback for Mozilla because blur does not work */
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .doc-overlay .blur-overlay, #doc-overlay .blur-overlay {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@-moz-document url-prefix() {
  .doc-overlay .blur-overlay, #doc-overlay .blur-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    top: auto;
  }
}
.doc-overlay .dochecklogin, #doc-overlay .dochecklogin {
  max-width: 670px;
  box-shadow: none;
  border: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .doc-overlay .dochecklogin, #doc-overlay .dochecklogin {
    max-width: 400px;
  }
}
.doc-overlay .dochecklogin .iframe-container, #doc-overlay .dochecklogin .iframe-container {
  position: relative;
  height: auto;
  overflow: hidden;
  max-width: 100%;
  background: #fff;
  border-radius: 25px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}
.doc-overlay .dochecklogin .iframe-container iframe, #doc-overlay .dochecklogin .iframe-container iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  min-height: 300px;
  padding: 30px 20px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .doc-overlay .dochecklogin .iframe-container iframe, #doc-overlay .dochecklogin .iframe-container iframe {
    min-height: 250px;
  }
}
subnavigation {
  display: block;
}
subnavigation.horizontal {
  max-width: 300px;
  width: 262px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  subnavigation.horizontal {
    display: none;
  }
}
subnavigation.horizontal .nav-pills {
  background: #fff;
  padding: 0 0 48px;
  position: relative;
  box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.35);
}
subnavigation.horizontal .nav-pills ul {
  width: 300px;
  padding-left: 0;
  list-style: none;
  padding: 0px;
  background-color: #FFF;
  position: relative;
}
subnavigation.horizontal .nav-pills ul li {
  margin: 0px;
  position: relative;
  padding: 8px;
}
subnavigation.horizontal .nav-pills ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  right: 7px;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #c9c9c9 12%, #c9c9c9 88%, transparent 100%);
  z-index: 9;
}
subnavigation.horizontal .nav-pills ul li a {
  padding: 15px 15px 10px 30px;
  white-space: normal;
  display: block;
  position: relative;
}
subnavigation.horizontal .nav-pills ul li a:hover {
  text-decoration: none;
  background: #f3f4f4;
}
subnavigation.horizontal .nav-pills ul li a:focus {
  text-decoration: none;
}
subnavigation.horizontal .nav-pills ul li .slide {
  list-style: none;
  display: none;
  padding: 0px 0px 10px;
}
subnavigation.horizontal .nav-pills ul li .slide li a {
  padding: 4px 51px;
  transition: color 0.3s linear, background 0.3s linear;
  white-space: nowrap;
}
subnavigation.horizontal .nav-pills ul li .slide li a:hover {
  background: #f3f4f4 !important;
}
subnavigation.horizontal .nav-pills ul li .slide li:after {
  background: none;
}
subnavigation.horizontal .nav-pills ul li .slide li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 41px;
  width: 4px;
  height: 4px;
  background: #7f7f7f;
  border-radius: 100%;
  transition: background 0.3s linear;
}
subnavigation.horizontal .nav-pills ul li .slide li:hover::before {
  background: #fff;
  z-index: 1;
}
subnavigation.horizontal .nav-pills ul li .slide .active {
  background: #f8ac60;
}
subnavigation.horizontal .nav-pills ul li .slide .active a:after {
  background: none;
}
subnavigation.horizontal .nav-pills ul li .slide .active:before {
  background: #fff !important;
}
subnavigation.horizontal .nav-pills ul .active:before {
  display: block;
  width: 9px;
  height: 16px;
  background-size: 100% 100%;
  position: absolute;
  top: 16px;
  left: 16px;
  content: "";
  z-index: 99;
}
subnavigation.horizontal .ad-wrapper .textwidget {
  position: relative;
  overflow: hidden;
  display: block;
}
subnavigation.horizontal .ad-wrapper .textwidget p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 8px;
  color: #fff;
}
subnavigation.horizontal .ad-wrapper .textwidget a,
subnavigation.horizontal .ad-wrapper .textwidget span {
  position: absolute;
  margin-left: 8px;
  padding-left: 15px;
  top: 130px;
}
subnavigation.horizontal .ad-wrapper .textwidget a:before,
subnavigation.horizontal .ad-wrapper .textwidget span:before {
  display: block;
  width: 9px;
  height: 16px;
  background-size: 100% 100%;
  position: absolute;
  top: 3px;
  left: 0px;
  content: "";
  filter: brightness(0) invert(100%);
  -webkit-filter: brightness(0) invert(100%);
}
subnavigation.horizontal .ad-wrapper .textwidget img {
  width: 100%;
}
subnavigation.vertical {
  margin-bottom: 10px;
  height: 50px;
  background-color: #ccc;
  position: relative;
  max-width: 100%;
  width: 100%;
  display: block;
}
subnavigation.vertical .nav-pills {
  background: inherit;
  position: relative;
  max-width: 845px;
  margin: 0 auto;
  box-shadow: none;
}
subnavigation.vertical .nav-pills ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0px;
  position: relative;
  margin: 0;
  width: auto;
  background: none;
}
@media only screen and (max-width: 1023px) {
  subnavigation.vertical .nav-pills ul {
    display: block;
    width: 100%;
    z-index: 1;
  }
}
subnavigation.vertical .nav-pills ul li {
  margin: 0px;
  position: relative;
  padding: 8px 15px;
}
subnavigation.vertical .nav-pills ul li::after, subnavigation.vertical .nav-pills ul li::before {
  display: none;
}
subnavigation.vertical .nav-pills ul li a {
  padding: 0;
  white-space: normal;
  display: block;
  position: relative;
}
subnavigation.vertical .nav-pills ul li a::after {
  display: none;
}
subnavigation.vertical .nav-pills ul li a:hover {
  text-decoration: none;
  background: none;
}
subnavigation.vertical .nav-pills ul li a:focus {
  text-decoration: none;
}
subnavigation.vertical .nav-pills ul li.active::before {
  content: "";
  display: block;
  width: 0;
  border: 8px solid #fff;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 0px) rotate(180deg);
  -webkit-transform: translate(-50%, 0px) rotate(180deg);
  left: 50%;
}
@media only screen and (max-width: 1023px) {
  subnavigation.vertical .nav-pills ul li.active::before {
    display: none;
  }
}
subnavigation.vertical .nav-pills ul li.active > a {
  display: flex;
  justify-content: center;
  position: initial;
}
@media only screen and (max-width: 1023px) {
  subnavigation.vertical .nav-pills ul li.active > a {
    justify-content: space-between;
    position: inherit;
    align-items: center;
  }
}
@media only screen and (max-width: 1023px) {
  subnavigation.vertical .nav-pills ul li.active {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  subnavigation.vertical .nav-pills ul li {
    display: block;
    transition: all 0.3s ease;
  }
}
subnavigation.sticky {
  position: fixed;
  z-index: 10;
}
.hzn-hotspot {
  position: relative;
}
.hzn-hotspot[data-display=floating] .hzn-hotspot-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hzn-hotspot-img img {
  width: 100%;
  height: auto;
}
.hzn-hotspot[data-display^=fixed] .hzn-hotspot-panel {
  position: absolute;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  border-radius: 0px;
  box-shadow: none;
}
.hzn-hotspot[data-display^=fixed] .hzn-hotspot-panel .hzn-hotspot-panel-close {
  display: none;
}
.hzn-hotspot[data-display^=fixed] .hzn-hotspot-panel.hzn-active {
  position: relative;
}
.hzn-hotspot[data-display=fixed-l] .hzn-hotspot-container {
  flex-direction: row-reverse;
}
.hzn-hotspot-panel-container {
  position: absolute;
}
.hzn-hotspot-point {
  z-index: 99;
  position: absolute;
  transform: translate(-50%, -50%);
  display: block;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 10px 1px #777;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s linear;
  padding: 0;
  border: none;
}
.hzn-hotspot-point:hover, .hzn-hotspot-point.hzn-active {
  background: #000;
  z-index: 101;
}
.hzn-hotspot-point:after {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: solid 1px #fff;
  box-sizing: border-box;
  display: block;
  animation: hznhotspotselect 1.5s ease 0s infinite;
}
.hzn-hotspot-point:hover:after,
.hzn-hotspot-point.hzn-active:after {
  border-color: rgb(46, 46, 46);
}
.hzn-hotspot-panel {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  min-width: 120px;
  padding-right: 20px;
  box-shadow: 0 3px 10px 1px #777;
  z-index: 100;
}
.hzn-hotspot-panel h2 {
  margin: 0px;
  font-size: 20px;
}
.hzn-hotspot-panel p {
  margin: 0px;
  padding-top: 5px;
  font-size: 14px;
}
.hzn-hotspot-panel a {
  display: inline-block;
  font-size: 14px;
  padding-top: 10px;
}
.hzn-hotspot-panel .hzn-hotspot-panel-close {
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
  height: 20px;
  width: 20px;
  z-index: 502;
  border: none;
  background: transparent;
}
.hzn-hotspot-panel .hzn-hotspot-panel-close:after {
  content: "×";
  font-size: 1.5rem;
  line-height: 20px;
}
[data-display=floating] .hzn-hotspot-panel[data-position=tl] {
  transform: translate(-100%, -100%);
}
[data-display=floating] .hzn-hotspot-panel[data-position=tr] {
  transform: translateY(-100%);
}
[data-display=floating] .hzn-hotspot-panel[data-position=bl] {
  transform: translateX(-100%);
}
@keyframes hznhotspotselect {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
.theme-site-the-hangout .hidden-mobile .logo-wrap .logo-container img:last-of-type {
  display: none;
}
.theme-site-the-hangout .hidden-mobile .logo-wrap:hover .main-logo img:first-of-type {
  display: none;
}
.theme-site-the-hangout .hidden-mobile .logo-wrap:hover .main-logo img:last-of-type {
  display: block;
}
.theme-paragraph-continue-reading > * {
  display: none;
}
.theme-paragraph-continue-reading .continue-reading-cta {
  display: inline-flex;
}
.theme-paragraph-continue-reading-mobile .continue-reading-cta {
  display: none;
}
@media (max-width: 767px) {
  .theme-paragraph-continue-reading-mobile > * {
    display: none;
  }
  .theme-paragraph-continue-reading-mobile .continue-reading-cta {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .thumbnail-carousel-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.thumbnail-carousel-wrap .ts-nav .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transform: none !important;
}
.thumbnail-carousel-wrap .ts-nav .slick-track .slick-slide {
  max-width: 185px;
  margin: 0 10px;
  height: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .thumbnail-carousel-wrap .ts-nav .slick-track .slick-slide {
    display: none;
  }
}
.thumbnail-carousel-wrap .ts-nav .slick-track .slick-slide img {
  width: 100%;
  max-height: 105px;
  height: 100%;
  position: relative;
}
.thumbnail-carousel-wrap .ts-nav .slick-track .slick-slide > div:before {
  content: "";
  position: absolute;
  display: block;
  width: 53px;
  height: 20px;
  z-index: 3;
  bottom: 38px;
}
.thumbnail-carousel-wrap .ts-nav .slick-track .slick-slide .thumbnail-title {
  font-size: 18.7px;
  line-height: 22px;
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
}
.thumbnail-carousel-wrap .ts-nav .slick-track .slick-slide.slick-current {
  opacity: 0.6;
}
.thumbnail-carousel-wrap .ts-list .slick-list .slick-track .video-box-wrap {
  margin-bottom: 0;
}
.thumbnail-carousel-wrap .ts-list .slick-list .slick-track .video-box-wrap .video-box {
  border-bottom: none;
  box-shadow: none;
}
.thumbnail-carousel-wrap .ts-list .slick-list .slick-track .video-box-wrap .video-box img {
  height: auto;
}
.thumbnail-carousel-wrap .ts-list .slick-list .slick-track .video-box-wrap .video-box .video-description .videobox-hidden-content {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .thumbnail-carousel-wrap.theme-newthumbnailcarousel-vertical {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.thumbnail-carousel-wrap.theme-newthumbnailcarousel-vertical .ts-nav .slick-list {
  height: 100%;
  padding: 0 !important;
}
.thumbnail-carousel-wrap.theme-newthumbnailcarousel-vertical .ts-nav .slick-list .slick-track {
  height: 100%;
}
@media (min-width: 768px) {
  .thumbnail-carousel-wrap.theme-newthumbnailcarousel-vertical .ts-nav .slick-list .slick-track {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .thumbnail-carousel-wrap.theme-newthumbnailcarousel-vertical .ts-nav .slick-list .slick-track .slick-slide {
    display: none;
  }
}
/* DocCheck login theme */
#pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal.fade.welcome-dialog.show {
  pointer-events: none;
}
#pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal-dialog {
  max-width: 868px;
  width: calc(100% - 3rem);
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0;
  height: auto;
  transform: translate(-50%, -50%) translateZ(0);
  background: #fff;
  border-radius: 8px;
}
#pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal-content {
  height: 416px;
  border-radius: 8px;
}
#pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal-content .modal-body {
  align-items: center;
  justify-content: center;
  background-image: none !important;
  background-color: #fff;
}
#pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal-content .modal-body section {
  width: 100%;
  max-width: 468px;
  margin: 0 auto;
}
#pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal-content .modal-body section .dochecklogin iframe {
  width: 100%;
  height: 300px;
}
@media (max-width: 767px) {
  #pnlWelcomeDialog .theme-welcomedialog-doccheck-login .modal-content .modal-body section .dochecklogin iframe {
    height: 225px;
  }
}
.video-modal.video-collection .pd-archive-video-row,
.video-carousel-box.video-collection .pd-archive-video-row {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1920px;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .video-modal.video-collection .pd-archive-video-row,
.video-carousel-box.video-collection .pd-archive-video-row {
    max-width: 768px;
  }
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 100%;
  margin: 20px 20px 0;
  color: #fff;
  padding: 6rem 3rem;
  overflow: hidden;
  cursor: pointer;
  min-height: 320px;
}
@media (max-width: 1499px) {
  .video-modal.video-collection .pd-archive-video-row .pd-video-col,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col {
    max-height: 320px;
  }
}
@media (max-width: 767px) {
  .video-modal.video-collection .pd-archive-video-row .pd-video-col:first-child,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col:first-child {
    margin-top: 0;
  }
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col h2,
.video-modal.video-collection .pd-archive-video-row .pd-video-col h3,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col h2,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col h3 {
  display: none;
}
@media (min-width: 768px) {
  .video-modal.video-collection .pd-archive-video-row .pd-video-col,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (min-width: 1024px) {
  .video-modal.video-collection .pd-archive-video-row .pd-video-col,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col {
    width: calc(33.3% - 20px);
    margin: 10px;
  }
}
@media (min-width: 1500px) {
  .video-modal.video-collection .pd-archive-video-row .pd-video-col,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col {
    width: 16%;
    padding: 20rem 3rem 5rem 3rem;
    margin: 5px;
  }
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col h4,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col h4 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 500;
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col > *,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col > * {
  position: relative;
  color: #fff;
  width: 100%;
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
  min-height: 249px;
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: 151%;
  right: 0;
  background-position: center;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
  background-color: #008FBE;
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .wrapper-video-play,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .wrapper-video-play {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: calc(50% - 23px);
  right: auto;
  top: 43%;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  bottom: auto;
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .wrapper-video-play .tri,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .wrapper-video-play .tri {
  width: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #ffffff;
  margin: 9px 13px;
  line-height: 40px;
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption {
    justify-content: left;
    align-items: flex-start;
  }
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description {
  margin-left: 10px;
  margin-top: 33px;
}
@media (min-width: 768px) and (max-width: 820px) {
  .video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description {
    margin-top: 25px;
  }
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description p .vid-duration,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description p .vid-duration {
  display: block;
  position: absolute;
  bottom: 2%;
  right: 8px;
  border: 1px solid white;
  padding: 3px 6px;
  font-weight: bold;
  font-size: 12px;
  pointer-events: none;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description p .vid-duration,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description p .vid-duration {
    bottom: 10%;
  }
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description p,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description p {
  margin-bottom: 0px;
  display: block !important;
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description p .eyebrow,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description p .eyebrow {
  display: block;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 8px;
  font-weight: 500;
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description p:nth-of-type(2),
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description p:nth-of-type(2) {
  display: none !important;
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description h2,
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description h3,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description h2,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description h3 {
  display: block;
  color: white;
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description h2,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description h2 {
  margin-right: 30px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  word-break: break-word;
}
@media (min-width: 768px) {
  .video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description h2,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description h2 {
    margin-right: 0px;
  }
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description h3,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description h3 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  margin-top: 12px;
}
.video-modal.video-collection .pd-archive-video-row .pd-video-col:hover .pd-single-video-wrap,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col:hover .pd-single-video-wrap {
  background-size: 170%;
}
@media (max-width: 767px) {
  .video-modal.video-collection .pd-archive-video-row .pd-video-col,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col {
    min-height: auto !important;
    padding: 0px !important;
    margin-left: 15px;
    margin-right: 15px;
  }
  .video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video-wrap .popup-caption,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video-wrap .popup-caption {
    display: block;
  }
  .video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video-wrap .popup-caption .popup-caption-wrapper,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video-wrap .popup-caption .popup-caption-wrapper {
    display: block !important;
    top: 4%;
  }
  .video-modal.video-collection .pd-archive-video-row .pd-video-col .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description,
.video-carousel-box.video-collection .pd-archive-video-row .pd-video-col .pd-single-video-wrap .popup-caption .popup-caption-wrapper .popup-description {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .video-modal.video-collection .popup-caption-wrapper,
.video-carousel-box.video-collection .popup-caption-wrapper {
    margin-top: 40px;
    min-height: 145px;
  }
}
@media (min-width: 1200px) {
  .video-modal.video-collection .popup-caption-wrapper,
.video-carousel-box.video-collection .popup-caption-wrapper {
    margin-top: 40px;
    min-height: 150px;
  }
}
@media (min-width: 1600px) {
  .video-modal.video-collection .popup-caption-wrapper,
.video-carousel-box.video-collection .popup-caption-wrapper {
    margin-top: 20px;
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .video-modal.video-collection .m-carousel,
.video-carousel-box.video-collection .m-carousel {
    padding: 0 45px;
  }
}
@media (max-width: 767px) {
  .video-modal.video-collection .m-carousel .slick-arrow,
.video-carousel-box.video-collection .m-carousel .slick-arrow {
    position: absolute;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .video-modal.video-collection .m-carousel .slick-arrow.prev-arrow,
.video-carousel-box.video-collection .m-carousel .slick-arrow.prev-arrow {
    left: -11px;
  }
}
@media (max-width: 767px) {
  .video-modal.video-collection .m-carousel .slick-arrow.prev-arrow,
.video-carousel-box.video-collection .m-carousel .slick-arrow.prev-arrow {
    right: -11px;
  }
}
.video-modal.video-collection .arrowlink,
.video-carousel-box.video-collection .arrowlink {
  padding-left: 8px;
  padding-right: 16px;
  color: #e00025;
  background-size: 1.5rem auto;
  border-width: 0;
  font-weight: 700;
  font-size: 14px;
  background-position: 100% 77%;
  background-repeat: no-repeat;
  position: relative;
  left: 54%;
  text-decoration: none;
}
.video-modal.video-collection .video-inline,
.video-carousel-box.video-collection .video-inline {
  margin: 55px auto 0px auto;
}
@media (max-width: 767px) {
  .video-modal.video-collection .video-inline,
.video-carousel-box.video-collection .video-inline {
    margin-top: 15px;
  }
}
.video-modal.video-collection .video-inline .pd-archive-video-row .download-ts-wrapper,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .download-ts-wrapper {
  text-align: right;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .download-ts-wrapper,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .download-ts-wrapper {
    margin-bottom: 16px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .download-ts-wrapper,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .download-ts-wrapper {
    position: relative;
    left: -1%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.video-modal.video-collection .video-inline .pd-archive-video-row > .video-wrapper,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row > .video-wrapper {
  flex-grow: 3;
  display: block;
  width: 65%;
  margin-right: 40px;
  float: left;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row > .video-wrapper,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row > .video-wrapper {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row > .video-wrapper,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row > .video-wrapper {
    width: 100%;
    margin-bottom: 8px;
  }
  .video-modal.video-collection .video-inline .pd-archive-video-row > .video-wrapper:after,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row > .video-wrapper:after {
    content: "UP NEXT";
    position: relative;
    font-size: 14px;
    font-weight: 700;
  }
}
.video-modal.video-collection .video-inline .pd-archive-video-row .video-content-wrapper,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .video-content-wrapper {
  flex-direction: column;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .video-content-wrapper,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .video-content-wrapper {
    margin: 0;
  }
}
.video-modal.video-collection .video-inline .pd-archive-video-row .video-content-wrapper .video-wrapper,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .video-content-wrapper .video-wrapper {
  width: 100%;
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col {
  flex-wrap: wrap;
  padding: 16px;
  border: solid #ccc 1px;
  margin-bottom: 16px;
  float: right;
  cursor: pointer;
}
@media (max-width: 767px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col {
    padding: 16px 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col {
    padding-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1339px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col {
    padding-right: 13px !important;
  }
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col p a.arrowlink,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col p a.arrowlink {
  display: none;
  padding-left: 0;
  left: 0;
  background-position: 87px 65%;
  pointer-events: none;
  line-height: 16px;
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col p a.arrowlink.hidden-desktop,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col p a.arrowlink.hidden-desktop {
  display: block !important;
}
@media (min-width: 1024px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col p a.arrowlink.hidden-desktop,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col p a.arrowlink.hidden-desktop {
    display: none !important;
  }
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap {
  height: 70px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap {
    height: 55px;
  }
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap .wrapper-video-play,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap .wrapper-video-play {
  background: rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap .wrapper-video-play,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap .wrapper-video-play {
    top: 35%;
  }
}
@media (max-width: 767px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap .wrapper-video-play,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap .wrapper-video-play {
    top: 45%;
  }
}
@media (min-width: 1200px) and (max-width: 1339px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap .wrapper-video-play,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap .wrapper-video-play {
    top: 46%;
  }
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap .wrapper-video-play .tri,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video-wrap .wrapper-video-play .tri {
  width: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #ffffff;
  margin: 9px 13px;
  line-height: 40px;
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col.watched .pd-single-video-wrap,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col.watched .pd-single-video-wrap {
  opacity: 0.25;
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col.watched .pd-single-video-wrap .wrapper-video-play,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col.watched .pd-single-video-wrap .wrapper-video-play {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  border-radius: 0;
  height: 100%;
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col.watched .pd-single-video-wrap .wrapper-video-play .tri,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col.watched .pd-single-video-wrap .wrapper-video-play .tri {
  border: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col.watched .pd-single-video:after,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col.watched .pd-single-video:after {
  content: "WATCHED";
  width: auto;
  height: auto;
  background: none;
  white-space: nowrap;
  font-weight: 700;
  font-weight: 700;
  color: #040f18;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  left: 20px;
  position: absolute;
  top: 23px;
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col.active,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col.active {
  cursor: default;
}
@media (max-width: 1023px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col.active,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col.active {
    display: none;
  }
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col.active .pd-single-video-wrap,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col.active .pd-single-video-wrap {
  opacity: 0.25;
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col.active .pd-single-video-wrap .wrapper-video-play,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col.active .pd-single-video-wrap .wrapper-video-play {
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  border-radius: 0;
  height: 100%;
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col.active .pd-single-video-wrap .wrapper-video-play .tri,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col.active .pd-single-video-wrap .wrapper-video-play .tri {
  border: 0;
  margin: 0;
  position: relative;
  width: 100%;
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col.active .pd-single-video:after,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col.active .pd-single-video:after {
  content: "NOW PLAYING";
  width: auto;
  height: auto;
  background: none;
  white-space: nowrap;
  font-weight: 700;
  color: #040f18;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  left: 10px;
  position: absolute;
  top: 23px;
}
@media (min-width: 1200px) and (max-width: 1339px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col.active .pd-single-video:after,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col.active .pd-single-video:after {
    left: 2%;
    top: 19%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col.active .pd-single-video:after,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col.active .pd-single-video:after {
    left: -10%;
    top: 13%;
  }
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col .pd-single-video {
  width: 30%;
  float: left;
  margin-right: 15px;
  padding: 0;
  pointer-events: none;
  position: relative;
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col h3,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #308fbd;
  flex: 0 0 100%;
  margin-bottom: 0;
  text-transform: none;
}
.video-modal.video-collection .video-inline .pd-archive-video-row .pd-video-col p,
.video-carousel-box.video-collection .video-inline .pd-archive-video-row .pd-video-col p {
  flex-basis: 100%;
  flex-wrap: wrap;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #040f18;
  padding-right: 2px;
  display: table-cell;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .video-modal.video-collection .video-content-wrapper .video-wrapper,
.video-carousel-box.video-collection .video-content-wrapper .video-wrapper {
    width: 100% !important;
    margin-bottom: 0px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .video-modal.video-collection .pd-video-col .pd-single-video,
.video-carousel-box.video-collection .pd-video-col .pd-single-video {
    width: 213px !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .video-modal.video-collection .video-content-wrapper .video-wrapper,
.video-carousel-box.video-collection .video-content-wrapper .video-wrapper {
    width: 100% !important;
    padding: 0 0px 20px 0 !important;
  }
  .video-modal.video-collection .pd-video-col .pd-single-video-wrap,
.video-carousel-box.video-collection .pd-video-col .pd-single-video-wrap {
    margin-bottom: 0px !important;
  }
  .video-modal.video-collection .pd-video-col p,
.video-carousel-box.video-collection .pd-video-col p {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .video-carousel-box.video-collection .pd-archive-video-row {
    display: flex;
  }
}
.video-carousel-box.video-collection .carousel-close {
  cursor: pointer;
  overflow: visible;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 20px;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  color: #FFF;
  margin: 0;
}
@media (max-width: 767px) {
  .video-carousel-box.video-collection .carousel-close {
    right: 25px;
  }
}
.video-carousel-box.video-collection .carousel-close:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 15px;
  width: 25px;
  height: 4px;
  border-radius: 0;
  background-color: #CECECE;
  transform: rotate(-45deg);
}
.video-carousel-box.video-collection .carousel-close:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 15px;
  width: 25px;
  height: 4px;
  border-radius: 0;
  background-color: #CECECE;
  transform: rotate(45deg);
}
.video-carousel-box.video-collection .modal-dialog {
  background-color: #fff;
  max-width: 1311px;
  padding: 50px 0px 40px;
  width: calc(100% - 4rem);
  margin: 0 auto;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  min-width: 280px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%) translateZ(0);
  overflow: visible;
  height: auto;
}
@media (max-width: 1023px) {
  .video-carousel-box.video-collection .modal-dialog {
    padding: 40px 0px 40px;
    height: auto;
    min-height: 419px;
  }
}
.video-carousel-box.video-collection .modal-dialog .video-collection-description h2 {
  margin-bottom: 10px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .video-carousel-box.video-collection .modal-dialog .video-collection-description h2 {
    margin-top: 13px;
  }
}
.video-carousel-box.video-collection .modal-dialog .video-collection-description h3 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .video-carousel-box.video-collection .modal-dialog .video-collection-description h3 {
    font-size: 16px;
    line-height: 21px;
  }
}
.video-carousel-box.video-collection .modal-dialog .prev-arrow,
.video-carousel-box.video-collection .modal-dialog .next-arrow {
  position: absolute;
  z-index: 1099;
  display: block;
}
.video-carousel-box.video-collection .modal-dialog .prev-arrow img,
.video-carousel-box.video-collection .modal-dialog .next-arrow img {
  width: 18px;
  height: 32px;
  display: block;
}
@media (max-width: 767px) {
  .video-carousel-box.video-collection .modal-dialog .prev-arrow img,
.video-carousel-box.video-collection .modal-dialog .next-arrow img {
    height: 20px;
  }
}
.video-carousel-box.video-collection .modal-dialog .prev-arrow {
  left: 13px;
}
@media (max-width: 767px) {
  .video-carousel-box.video-collection .modal-dialog .prev-arrow {
    left: 10px;
  }
}
.video-carousel-box.video-collection .modal-dialog .next-arrow {
  right: 13px;
}
@media (max-width: 767px) {
  .video-carousel-box.video-collection .modal-dialog .next-arrow {
    right: -10px;
  }
}
.video-carousel-box.video-collection .modal-body-video-wrap {
  overflow: visible;
  height: auto;
  padding-bottom: 0;
  padding-left: 67px;
  padding-right: 67px;
  animation: videoModalScale 1s ease-in-out 1 forwards;
}
@media (max-width: 767px) {
  .video-carousel-box.video-collection .modal-body-video-wrap {
    padding-left: 33px;
    padding-right: 33px;
  }
}
.video-carousel-box.video-collection .slick-list {
  overflow: hidden;
}
.video-carousel-box.video-collection .video-collection-list {
  position: relative;
}
.video-carousel-box.video-collection .video-collection-iframe-wrapper {
  padding-top: 56%;
  position: relative;
  height: 100%;
}
.video-carousel-box.video-collection .slick-dots {
  left: 0;
}
@media (max-width: 767px) {
  .video-carousel-box.video-collection .slick-dots {
    bottom: -30px;
  }
}
.video-carousel-box.video-collection .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.video-carousel-box.video-collection .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #008FBE;
  border-radius: 50%;
  opacity: 1;
}
.video-carousel-box.video-collection .slick-dots li.slick-active button::before {
  background-color: #003A5D;
}
.video-carousel-box.video-collection .popup-caption-wrapper {
  display: block !important;
}
@media (max-width: 767px) {
  .video-carousel-box.video-collection .slick-arrow.slick-next::before {
    background-size: 40%;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .video-carousel-box.video-collection .slick-arrow.slick-prev::before {
    background-size: 40%;
    background-position: center;
  }
}
@keyframes videoModalScale {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Journey Styles START */
.journey-wrapper {
  margin-bottom: 100px;
}
.journey-wrapper .journey-container {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .journey-wrapper .journey-container {
    margin-top: 0;
  }
}
.journey-wrapper .journey-container .content {
  margin-top: 140px;
  padding-bottom: 60px;
}
.journey-wrapper .journey-container .vertical-line {
  position: absolute;
  right: calc(50% - 3px);
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  visibility: hidden;
}
@media (max-width: 767px) {
  .journey-wrapper .journey-container .vertical-line {
    left: 0;
    right: auto;
    transform: scale(-1, 1);
  }
}
.journey-wrapper .journey-container .horizontal-line {
  left: calc(50% - 37px);
  position: absolute;
  border-left: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  transform: rotateX(180deg);
  visibility: hidden;
}
@media (max-width: 767px) {
  .journey-wrapper .journey-container .horizontal-line {
    left: 37px;
    border-right: 3px solid #ccc;
    border-left: 0;
  }
}
.journey-wrapper .journey-container .vertical-line2,
.journey-wrapper .journey-container .vertical-line2_1 {
  position: absolute;
  left: auto;
  right: auto;
  border-left: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  visibility: hidden;
}
@media (max-width: 767px) {
  .journey-wrapper .journey-container .vertical-line2,
  .journey-wrapper .journey-container .vertical-line2_1 {
    right: 0;
    transform: scale(-1, 1);
  }
}
.journey-wrapper .journey-container .horizontal-line2 {
  position: absolute;
  border-bottom: 3px solid #ccc;
  visibility: hidden;
  border-left: 3px solid #ccc;
  transform: scale(-1, -1) translateY(-37px);
}
@media (max-width: 767px) {
  .journey-wrapper .journey-container .horizontal-line2 {
    display: none;
  }
}
.journey-wrapper .journey-container .vertical-line3 {
  position: absolute;
  left: 50%;
  border-left: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  visibility: hidden;
  transform: translateY(37px);
}
@media (max-width: 767px) {
  .journey-wrapper .journey-container .vertical-line3 {
    display: none;
  }
}
.journey-wrapper .journey-container .line {
  position: relative;
}
.journey-wrapper .journey-container .contextual-image .img {
  position: absolute;
}
.journey-wrapper .journey-container.no-line .line {
  display: none;
}
.journey-wrapper .journey-container.right .vertical-line {
  left: 50%;
  transform: none;
  border-left: 3px solid #ccc;
  border-right: 0;
}
.journey-wrapper .journey-container.right .horizontal-line {
  left: calc(50% + 37px);
  border-right: 3px solid #ccc;
  border-left: 0;
}
.journey-wrapper .journey-container.right .vertical-line2,
.journey-wrapper .journey-container.right .vertical-line2_1 {
  right: 0;
  transform: none;
  border-left: 0;
  border-right: 3px solid #ccc;
}
.journey-wrapper .journey-container.right .horizontal-line2 {
  transform: scale(1, -1) translateY(-37px);
}
.journey-wrapper .journey-container .heading-container {
  display: flex;
  position: relative;
}
.journey-wrapper .journey-container .heading-container .marker-image {
  position: relative;
  left: calc(50% - 25px);
}
@media (max-width: 767px) {
  .journey-wrapper .journey-container .heading-container .marker-image {
    left: 0;
  }
}
.journey-wrapper .journey-container .heading-container .heading {
  position: absolute;
  max-width: 350px;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% + 50px);
  text-align: right;
}
@media (max-width: 767px) {
  .journey-wrapper .journey-container .heading-container .heading {
    right: 70px;
  }
}
.journey-wrapper .journey-container .heading-container .heading.right {
  left: calc(50% + 50px);
  right: auto;
  text-align: left;
}
@media (max-width: 767px) {
  .journey-wrapper .journey-container .heading-container .heading.right {
    left: 70px;
  }
}
@media (max-width: 767px) {
  .journey-wrapper .journey-container.align-right .line {
    transform: scale(-1, 1);
  }
  .journey-wrapper .journey-container.align-right .heading-container {
    justify-content: flex-end;
  }
}
.journey-wrapper .journey-container .fade-in-up {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s ease;
}
.journey-wrapper .journey-container .fade-in {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s ease;
}
.journey-wrapper .journey-container .slide-right {
  transform: translateY(-150px) translateX(150px) rotate(20deg);
  opacity: 0;
  transition: transform 3s cubic-bezier(0, 0.55, 0.45, 1) 0ms, opacity 3s ease-out 0ms;
}
.journey-wrapper .journey-container .slide-left {
  transform: translateY(-150px) translateX(-130px) rotate(-10deg);
  opacity: 0;
  transition: transform 3s cubic-bezier(0, 0.55, 0.45, 1) 0ms, opacity 3s ease-out 0ms;
}
.journey-wrapper .journey-container.active .fade-in-up {
  transform: none;
  opacity: 1;
}
.journey-wrapper .journey-container.active .fade-in {
  opacity: 1;
}
.journey-wrapper .journey-container.active .slide-right {
  transition-duration: 1.1s;
  transform: none;
  opacity: 1;
}
.journey-wrapper .journey-container.active .slide-left {
  transition-duration: 1.4s;
  transform: none;
  opacity: 1;
}
.journey-wrapper .video-modal-wrapper .modal-content {
  max-height: 95vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
.journey-wrapper .journey-container:nth-last-child(2) .horizontal-line2 {
    display: block;
    transform-origin: 100% 50%;
    transform: rotateX(180deg) translateY(-37px);
    width: 50% !important;
    left: 40% !important;
}
}
.journey-wrapper .video-modal-wrapper.show .vimeo-video::before {
  display: none;
}
/* Journey Styles END */
.floating-text {
  transform: translate(100%, -50%);
  transition: transform 0.5s ease 0s;
}
.handle + .floating-text {
  transform: translate(0);
}
/*Template Styles*/
cp-template {
  display: none;
}
.signup-form {
  max-width: 1440px;
  background-color: #2E3191;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: 810px 125px;
  background-size: 580px;
  overflow-x: hidden;
}
.taking-procysbi-testimonial .banner-content {
  top: 60%;
  left: 10%;
  max-width: 35%;
}
.centered-image img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .centered-image img {
    width: 100%;
  }
}
/*Global select dropdown IE fix to hide default arrow*/
select::-ms-expand {
  display: none;
}
.two-column-wrapper {
  margin-top: 50px;
}
.social-share-wrap {
  text-align: right;
  margin: 25px 0px 20px 0px;
}
.hz-footer-wrapper {
  background-color: #E1E1E1;
  box-shadow: inset 0 17px 8px -11px rgba(0, 0, 0, 0.2);
  padding: 25px 0;
}
@media (max-width: 1023px) {
  .hz-footer-wrapper {
    padding: 25px 20px;
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.hz-footer-wrapper .mobileSocial {
  display: none;
}
.two-column-wrapper .hz-footer-wrapper {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .video-btn.mobile {
    display: none;
  }
}
.video-btn.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .video-btn.desktop {
    display: inline-block;
  }
}
/*Padding comp*/
.padding-small {
  padding: 10px 0;
}
.padding-small .container {
  margin-bottom: 0;
}
.padding-medium {
  padding: 30px 0;
}
.padding-medium .container {
  margin-bottom: 0;
}
.padding-large {
  padding: 50px 0;
}
.padding-large .container {
  margin-bottom: 0;
}
/*cgd-image-cta-left*/
.image-cta {
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  background-color: #E1E1E1;
}
.image-cta.cta-text-left {
  background-position: top right;
  margin: 0 auto;
  background-position: top right;
  margin: 0 auto;
}
.image-cta.cta-text-left .cta-content {
  padding: 20px;
}
.image-cta.cta-text-left .cta-content h2 {
  padding: 0px;
}
.image-cta.cta-text-left .cta-content p {
  position: relative;
  z-index: 9;
  padding: 0px 269px 0px 0px;
  height: 38.4px;
}
/*cgd-image-cta-left*/
/*section-container/symbol-bar*/
.symbol-container {
  text-align: center;
  position: relative;
}
.symbol-container img {
  height: 88px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.symbol-container:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 38%;
  left: 0;
  bottom: 0;
  right: 0;
  border-top: 5px solid #E1E1E1;
}
.symbol-container p {
  margin: 0;
  margin-top: 5px;
  font-weight: bold;
  display: block;
}
/*section-container/symbol-bar-end*/
/*Helper classes*/
@media (min-width: 1024px) {
  .dt-mt10 {
    margin-top: 10px;
  }
  .dt-mt20 {
    margin-top: 20px;
  }
  .dt-mt30 {
    margin-top: 30px;
  }
  .dt-mt40 {
    margin-top: 40px;
  }
  .dt-mt50 {
    margin-top: 50px;
  }
  .dt-mt60 {
    margin-top: 60px;
  }
  .dt-mt70 {
    margin-top: 70px;
  }
  .dt-mt80 {
    margin-top: 80px;
  }
}
/*numbered links*/
.numbered-boxes-wrapper {
  margin: 0 auto;
  max-width: 330px;
  width: 100%;
}
.numbered-boxes-wrapper > h3 {
  background-color: #008680;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  line-height: 19.2px;
  margin: 0 20px 20px;
}
.numbered-boxes-wrapper > .row {
  margin-right: 0;
  margin-left: 0;
  justify-content: space-between;
}
.numbered-boxes-wrapper > .row > .numbered-box {
  position: relative;
  width: 100%;
  background-color: #E1E1E1;
  padding: 15px 20px;
  min-height: 200px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 541px) {
  .numbered-boxes-wrapper {
    max-width: 740px;
  }
}
@media (max-width: 767px) {
  .numbered-boxes-wrapper > h3 {
    margin: 20px 0;
  }
}
@media (min-width: 541px) {
  .numbered-boxes-wrapper > .row > .numbered-box {
    margin: 5px 5px 12px;
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .numbered-boxes-wrapper > .row > .numbered-box {
    margin: 5px;
  }
}
@media (min-width: 1025px) {
  .numbered-boxes-wrapper > .row > .numbered-box {
    margin: 10px;
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
.numbered-boxes-wrapper > .row > .numbered-box {
  margin: 10px;
  width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.numbered-boxes-wrapper > .row > .numbered-box .left {
  flex-basis: 180px;
}
@media (min-width: 541px) {
  .numbered-boxes-wrapper > .row > .numbered-box .left {
    flex-basis: 60%;
  }
}
@media (min-width: 768px) {
  .numbered-boxes-wrapper > .row > .numbered-box .left {
    flex-basis: 50%;
  }
}
.numbered-boxes-wrapper > .row > .numbered-box .left {
  flex-basis: 50%;
}
.numbered-boxes-wrapper > .row > .numbered-box .left h3 {
  margin: 0 0 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: white;
  background-color: #008680;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
.numbered-boxes-wrapper > .row > .numbered-box .left p {
  color: #4F4E4D;
}
@media (max-width: 767px) {
  .numbered-boxes-wrapper > .row > .numbered-box .left p {
    line-height: 22px;
  }
}
.numbered-boxes-wrapper > .row > .numbered-box .right {
  flex-basis: calc(100% - 180px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (min-width: 541px) {
  .numbered-boxes-wrapper > .row > .numbered-box .right {
    flex-basis: 40%;
  }
}
@media (min-width: 768px) {
  .numbered-boxes-wrapper > .row > .numbered-box .right {
    flex-basis: 50%;
  }
}
.numbered-boxes-wrapper > .row > .numbered-box .right img {
  max-width: 108px;
  max-height: 149px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .numbered-boxes-wrapper > .row > .numbered-box .right img {
    width: 70%;
  }
}
/*numbered links-end*/
.cta_module .cta-outer-wrapper .box-wrapper {
  float: left;
}
.blocks-2-column-wrap > .row {
  margin: 0;
}
@media (max-width: 1023px) {
  .blocks-2-column-wrap > .row {
    display: block;
  }
}
.blocks-2-column-wrap > .row > .col {
  padding: 0;
}
@media (max-width: 1023px) {
  .blocks-2-column-wrap > .row > .col {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .blocks-2-column-wrap > .row > .col:first-of-type {
    margin-bottom: 10px;
  }
}
.blocks-2-column-wrap > .row > .col .cta {
  margin: 0;
}
.blocks-2-column-wrap > .row > .col:nth-child(2) .content-box .cta-colored-content {
  margin-left: 10px;
}
@media (max-width: 967px) {
  .blocks-2-column-wrap > .row > .col:nth-child(2) .content-box .cta-colored-content {
    margin-left: 0px;
  }
}
.blocks-2-column-wrap .right-content-img {
  border: 1px solid #d3d2d2;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.blocks-2-column-wrap .right-content-img.None {
  border-color: white;
}
.blocks-2-column-wrap .right-content-img.None::before, .blocks-2-column-wrap .right-content-img.None::after {
  display: none;
}
.blocks-2-column-wrap .right-content-img a {
  text-decoration: none;
  color: #000;
}
.blocks-2-column-wrap .right-content-img a:before, .blocks-2-column-wrap .right-content-img a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 15px;
  border-style: solid;
  border-width: 14px 0 14px 13px;
  border-color: transparent transparent transparent #000000;
  z-index: 2;
}
@media (max-width: 1023px) {
  .blocks-2-column-wrap .right-content-img a:before, .blocks-2-column-wrap .right-content-img a:after {
    bottom: 10px;
    border-width: 8px 0 8px 7px;
  }
}
.blocks-2-column-wrap .right-content-img a:before {
  right: 18px;
}
@media (max-width: 1023px) {
  .blocks-2-column-wrap .right-content-img a:before {
    right: 12px;
  }
}
.blocks-2-column-wrap .right-content-img a:after {
  right: 38px;
}
@media (max-width: 1023px) {
  .blocks-2-column-wrap .right-content-img a:after {
    right: 20px;
  }
}
.blocks-2-column-wrap .right-content-img h2 {
  margin: 21px 0 10px 10px;
  z-index: 3;
  position: relative;
}
@media (max-width: 1023px) {
  .blocks-2-column-wrap .right-content-img h2 {
    position: relative;
    margin: 0.25em 0 0.75em 1em;
  }
}
.blocks-2-column-wrap .right-content-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 0;
}
@media (max-width: 1023px) {
  .blocks-2-column-wrap .right-content-img img {
    /*position: relative;*/
    height: 100%;
    width: 100%;
  }
}
.blocks-2-column-wrap .right-content-img.caret-color-primary a:before {
  border-color: transparent transparent transparent #000000;
}
.blocks-2-column-wrap .right-content-img.caret-color-primary a:after {
  border-color: transparent transparent transparent #000000;
}
.blocks-2-column-wrap .right-content-img.caret-color-secondary a:before {
  border-color: transparent transparent transparent #ffffff;
}
.blocks-2-column-wrap .right-content-img.caret-color-secondary a:after {
  border-color: transparent transparent transparent #ffffff;
}
.blocks-2-column-wrap .right-content-img.caret-none a:before {
  border-color: transparent;
}
.blocks-2-column-wrap .right-content-img.caret-none a:after {
  border-color: transparent;
}
.blocks-2-column-wrap .content-box {
  height: 100%;
}
.blocks-2-column-wrap .content-box .cta-colored-content {
  margin: 0;
  height: 100%;
  margin-left: 20px;
}
.blocks-2-column-wrap .content-box .cta-colored-content img {
  width: 80px;
  right: -8px;
  max-height: 80px;
}
.blocks-2-column-wrap .content-box .cta-colored-content .bold-arrow {
  margin-top: 12px;
}
@media (max-width: 1023px) {
  .blocks-2-column-wrap .content-box .cta-colored-content {
    margin-left: 0;
  }
  .blocks-2-column-wrap .content-box .cta-colored-content img {
    width: 55px;
  }
  .blocks-2-column-wrap .content-box .cta-colored-content .bold-arrow {
    margin-top: 0;
  }
}
/*body-2 blocks column css start*/
.col .content-box {
  position: relative;
  padding: 0;
  box-shadow: none;
  margin: 0;
  background-color: unset;
}
.col .content-box .cta-colored-content {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  padding: 0px;
}
.col .content-box .cta-colored-content .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  border: 0px;
  float: none;
  margin-top: 0;
  max-height: 100%;
}
.col .content-box .cta-colored-content a {
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #fff;
}
.col .content-box .cta-colored-content a * {
  position: relative;
}
.col .content-box .cta-colored-content .cta-btn {
  color: #0056b3;
}
.col .content-box .cta-colored-content .cta-btn:hover {
  color: inherit;
}
.col .content-box .cta-colored-content img {
  float: right;
  position: relative;
  top: 5px;
  width: 65px;
  max-height: 65px;
}
@media (max-width: 767px) {
  .col .content-box .cta-colored-content img {
    width: 40px;
    height: 40px;
  }
}
.col .content-box .cta-colored-content.caret-color-primary .bold-arrow:before {
  border-color: transparent transparent transparent #000000;
}
.col .content-box .cta-colored-content.caret-color-primary .bold-arrow:after {
  border-color: transparent transparent transparent #000000;
}
.col .content-box .cta-colored-content.caret-color-secondary .bold-arrow:before {
  border-color: transparent transparent transparent #ffffff;
}
.col .content-box .cta-colored-content.caret-color-secondary .bold-arrow:after {
  border-color: transparent transparent transparent #ffffff;
}
.col .content-box .cta-colored-content.caret-none a .bold-arrow:before {
  border-color: transparent;
}
.col .content-box .cta-colored-content.caret-none a .bold-arrow:after {
  border-color: transparent;
}
@media (max-width: 767px) {
  .col {
    padding: 0px;
  }
}
.col .content-box .cta-colored-content.bg-full-image a p {
  position: relative;
  margin: 0px;
}
.col .content-box .cta-colored-content.bg-full-image a p.bold-arrow {
  display: block;
  padding-top: 10px;
  padding-right: 35px;
}
.col .content-box .cta-colored-content.bg-full-image a p.bold-arrow:before {
  border-color: transparent;
}
.col .content-box .cta-colored-content.bg-full-image a p.bold-arrow:after {
  border-color: transparent;
}
.col .content-box .cta-colored-content.bg-full-image a:before {
  content: "";
  width: 0;
  right: 15px;
  height: 0;
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 15px 0 15px 13px;
  border-color: transparent transparent transparent #000000;
  z-index: 1;
}
@media (max-width: 767px) {
  .col .content-box .cta-colored-content.bg-full-image a:before {
    border-width: 8px 0 8px 7px;
    bottom: 5px;
  }
}
.col .content-box .cta-colored-content.bg-full-image a:after {
  right: 35px;
  border-width: 15px 0 15px 13px;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-color: transparent transparent transparent #000000;
}
@media (max-width: 767px) {
  .col .content-box .cta-colored-content.bg-full-image a:after {
    border-width: 8px 0 8px 7px;
    right: 25px;
    bottom: 5px;
  }
}
.col .content-box .cta-colored-content.bg-full-image.caret-color-primary a:before {
  border-color: transparent transparent transparent #000000;
}
.col .content-box .cta-colored-content.bg-full-image.caret-color-primary a:after {
  border-color: transparent transparent transparent #000000;
}
.col .content-box .cta-colored-content.bg-full-image.caret-color-secondary a:before {
  border-color: transparent transparent transparent #ffffff;
}
.col .content-box .cta-colored-content.bg-full-image.caret-color-secondary a:after {
  border-color: transparent transparent transparent #ffffff;
}
.col .content-box .cta-colored-content.bg-full-image.caret-none a:before {
  border-color: transparent;
}
.col .content-box .cta-colored-content.bg-full-image.caret-none a:after {
  border-color: transparent;
}
.col .content-box .cta-colored-content.caret-color-primary .bold-arrow:before {
  border-color: transparent transparent transparent #000000;
}
.col .content-box .cta-colored-content.caret-color-primary .bold-arrow:after {
  border-color: transparent transparent transparent #000000;
}
.col .content-box .cta-colored-content.caret-color-secondary .bold-arrow:before {
  border-color: transparent transparent transparent #ffffff;
}
.col .content-box .cta-colored-content.caret-color-secondary .bold-arrow:after {
  border-color: transparent transparent transparent #ffffff;
}
.col .content-box .cta-colored-content.caret-none a .bold-arrow:before {
  border-color: transparent;
}
.col .content-box .cta-colored-content.caret-none a .bold-arrow:after {
  border-color: transparent;
}
/*body-2 clocks column css ends*/
.zipcode-callout {
  /*Content box styling*/
}
.zipcode-callout .right-content-img {
  overflow: hidden;
  width: 49%;
  max-width: 540px;
  position: relative;
  display: block;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #d3d2d2;
  min-height: 154px;
}
@media (max-width: 767px) {
  .zipcode-callout .right-content-img {
    margin: 0 auto 15px;
  }
}
.zipcode-callout .right-content-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  max-width: none;
}
@media (max-width: 767px) {
  .zipcode-callout .right-content-img img {
    right: 0;
    left: auto;
  }
}
.zipcode-callout .right-content-img a h2 {
  margin: 25px 0 15px 20px;
}
@media (max-width: 767px) {
  .zipcode-callout .right-content-img a h2 {
    margin: 0px 0px 0px 20px;
  }
}
.zipcode-callout .right-content-img a p {
  position: relative;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .zipcode-callout .right-content-img a p {
    margin-top: 10px;
  }
}
.zipcode-callout .right-content-img a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  border-style: solid;
  border-width: 14px 0 14px 13px;
  border-color: transparent transparent transparent #000000;
  z-index: 2;
}
@media (max-width: 767px) {
  .zipcode-callout .right-content-img a:before {
    border-width: 8px 0 8px 7px;
  }
}
.zipcode-callout .right-content-img a:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 35px;
  border-style: solid;
  border-width: 14px 0 14px 13px;
  border-color: transparent transparent transparent #000000;
  z-index: 2;
}
@media (max-width: 767px) {
  .zipcode-callout .right-content-img a:after {
    border-width: 8px 0 8px 7px;
    right: 26px;
  }
}
.zipcode-callout .right-content-img.caret-color-primary a:before {
  border-color: transparent transparent transparent #000000;
}
.zipcode-callout .right-content-img.caret-color-primary a:after {
  border-color: transparent transparent transparent #000000;
}
.zipcode-callout .right-content-img.caret-color-secondary a:before {
  border-color: transparent transparent transparent #ffffff;
}
.zipcode-callout .right-content-img.caret-color-secondary a:after {
  border-color: transparent transparent transparent #ffffff;
}
.zipcode-callout .right-content-img.caret-none a:before {
  border-color: transparent;
}
.zipcode-callout .right-content-img.caret-none a:after {
  border-color: transparent;
}
@media (max-width: 1023px) {
  .zipcode-callout .right-content-img {
    margin: 0 auto 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    min-height: 100px;
  }
}
.zipcode-callout .content-box {
  margin-bottom: 15px;
}
.zipcode-callout .content-box .cta-colored-content {
  height: 100%;
}
@media (max-width: 1023px) {
  .zipcode-callout {
    display: block;
  }
  .zipcode-callout .content-box .cta-colored-content h4 {
    display: inline-block;
  }
}
.zipcode-callout a {
  text-decoration: none;
}
.zipcode-callout a:hover {
  text-decoration: none;
}
.zipcode-callout h2 {
  position: relative;
  margin: 5px 0 20px 23px;
  z-index: 1;
}
@media (min-width: 1023px) {
  .zipcode-callout h2 {
    padding-top: 0;
    margin: 8px 0 7px 5px;
  }
}
.zipcode-callout h2 br {
  display: block;
}
@media (min-width: 1023px) {
  .zipcode-callout h2 {
    margin: 31px 0 30px 10px;
  }
}
/*// image alignment helpers*/
@media (max-width: 767px) {
  .m-img-left {
    margin-left: 0 !important;
  }
  .m-img-center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/*image text split*/
@media (min-width: 768px) and (max-width: 1023px) {
  .image-text-split-wrapper .col-md-1 {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }
  .image-text-split-wrapper .col-md-11 {
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
  }
}
.right-txt-wrapper {
  margin-left: 0;
}
.right-txt-wrapper ul {
  padding-left: 15px;
}
.right-txt-wrapper ul li {
  color: gray;
  position: relative;
}
.right-txt-wrapper ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -15px;
  margin-right: 9px;
  background-color: #000;
}
@media (max-width: 1023px) {
  .right-txt-wrapper ul {
    margin-top: 0px;
  }
}
.left-img-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .left-img-wrapper img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
/*ravicti - Text image split*/
.left-txt-wrapper ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
/*people-list*/
.people-list-wrap {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}
.people-list-wrap .image-items-wrap {
  margin-bottom: 60px;
}
.image-items-wrap {
  width: 225px;
  min-width: 225px;
}
.image-items-wrap .image-item {
  margin-bottom: 10px;
  position: relative;
}
.image-items-wrap .image-meta {
  display: flex;
  flex-direction: column;
}
.image-items-wrap .image-meta h4 {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 0;
}
.image-items-wrap .image-meta h5 {
  margin-bottom: 5px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .image-items-wrap {
    margin: auto;
  }
  .people-list-wrap {
    flex-direction: column;
  }
}
/*people-list-end*/
/*phase-table*/
.phase-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.phase-table P {
  margin: 0;
  padding: 0;
}
.drawer-contents p {
  margin-bottom: 15px;
}
.drawer-contents p:last-child {
  margin-bottom: 0;
}
.drawer-contents h5 {
  margin-top: 15px;
}
.phase-table-row {
  width: 100%;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  border-left: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  position: relative;
}
.phase-table-row:last-of-type {
  border-bottom: none;
}
.drawer-outer {
  display: flex;
  flex-direction: row;
}
.phase-table-row.header {
  background-color: #dadada;
  border: 0;
  padding: 15px;
  flex-direction: row;
  z-index: 0;
}
.phase-table .toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  min-height: 20px;
}
.phase-table .toggle .close {
  display: none;
  color: #f68b1f;
  border-bottom: 6px solid #f68b1f;
  width: 15px;
  position: relative;
  top: 14px;
}
.phase-table .description {
  flex: 2;
}
.phase-table .description ul {
  list-style-type: none;
  margin: 3px 0 25px 25px;
  padding: 0;
}
.phase-table .description li {
  list-style-type: none;
  margin: 3px 0 0 0;
  padding: 0;
}
.phase-table .phase {
  flex: 1;
  align-self: flex-end;
}
.phase-table .phase .the-phase {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.phase-table .phase .the-phase .bar {
  flex-basis: 33%;
  background-color: #c7e1ef;
  height: 10px;
  margin-right: 6px;
}
.phase-table .phase .the-phase .bar:first-child {
  background-color: #007dc3;
}
.phase-table .phase .the-phase .bar:nth-child(-n+3) {
  background-color: #007dc3;
}
.phase-table .phase .text {
  flex-basis: 40%;
  height: 10px;
  text-align: center;
  margin-top: -3px;
}
.phase-table .phase .the-phase .bar.small {
  flex-basis: 25%;
}
.phase-table .phase .the-phase.post-market .bar {
  background-color: #f68b1f;
}
.drawer-inner {
  padding: 40px 15px 20px 15px;
  display: none;
}
.drawer-inner.show {
  display: block;
}
.drawer-contents {
  padding: 20px;
  background-color: #f3f3f3;
  color: #7f7f7f;
}
.drawer-contents p:first-of-type {
  margin-top: 0;
}
.drawer-contents p:last-of-type {
  margin-bottom: 0;
}
.drawer-contents li {
  margin-top: 15px;
}
.drawer-contents li:first-child {
  margin: 0;
}
.phase-table ul > li {
  padding-left: 15px;
  position: relative;
}
.phase-table .description li {
  padding-left: 15px;
}
.phase-table ul > li:before {
  content: "•";
  color: #007dc3;
  position: absolute;
  top: 0;
  left: 0;
}
/*phase-table*/
/*drug-links*/
.drug-links-table-wrap {
  padding-bottom: 20px;
}
.drug-links-table {
  padding-left: 0px;
  border-bottom: 1px solid #cecccc;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.drug-links-table .brand-img {
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 0;
  padding-left: 0px;
}
.drug-links-table .brand-img img {
  margin: 20px 0px 20px 0px;
  max-width: 150px;
}
.drug-links-table .drugs-link {
  padding-right: 0;
  text-align: right;
}
.drug-links-table .drugs-link ul {
  list-style-type: none;
  justify-content: center;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.drug-links-table .drugs-link ul li {
  display: inline-block;
  width: 100%;
  margin: 7.5px 0;
}
@media (max-width: 767px) {
  .drug-links-table {
    flex-direction: column;
    padding-left: 0;
  }
  .drug-links-table .brand-img {
    padding-left: 0;
    padding-top: 20px;
  }
  .drug-links-table .drugs-link {
    display: block;
    text-align: left;
    padding-left: 0;
  }
  .drug-links-table .drugs-link ul {
    padding-left: 0;
    margin-bottom: 11px;
  }
}
/*drug-links-end*/
/*banner-carousel-css*/
.banner-carousel-wrap {
  background-image: url("../../images/actimmune/bg.jpg");
  background-repeat: no-repeat;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
@media (min-width: 1023px) {
  .banner-carousel-wrap {
    height: 350px;
  }
}
.banner-carousel-wrap.layout--slides {
  background-color: #000000;
  margin-bottom: 15px;
}
.banner-carousel-wrap.layout--slides ul {
  padding: 0;
}
.banner-carousel-wrap.layout--slides ul li {
  list-style: none;
}
.banner-carousel-wrap.layout--slides .slide {
  padding: 20px 50px;
  padding-bottom: 0;
  display: block;
  position: relative;
  height: 350px;
  background-size: 538px 350px;
  background-position: 100px center;
  background-repeat: no-repeat;
}
.banner-carousel-wrap.layout--slides .main {
  position: absolute;
  right: 0;
  top: 20px;
  width: 50%;
  color: #FFFFFF;
  z-index: 1;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.layout--slides .main {
    top: 10px;
    width: 57.5%;
    padding-right: 2.5%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-carousel-wrap.layout--slides .main {
    right: 40px;
  }
}
.banner-carousel-wrap.layout--slides .main h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.layout--slides .main h1 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.banner-carousel-wrap.layout--slides .main p {
  max-width: 450px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 21px;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.layout--slides .main p {
    margin-bottom: 10px;
    font-size: 13.2px;
    line-height: 18px;
    margin-top: 0;
    font-weight: 400;
  }
}
.banner-carousel-wrap.layout--slides .main p:last-child {
  margin-top: 0;
}
.banner-carousel-wrap.layout--slides .main a {
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.banner-carousel-wrap.layout--slides .main a:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.banner-carousel-wrap.layout--slides .quote-container {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
}
.banner-carousel-wrap.layout--slides .quote-container .quote {
  font-size: 30px;
  color: #FFFFFF;
  width: 220px;
  line-height: 40px;
}
.banner-carousel-wrap.layout--slides .quote-container .attribution {
  font-size: 18px;
  line-height: 21.6px;
}
.banner-carousel-wrap.layout--slides .quote-container .name {
  display: block;
  color: #78BE20;
}
.banner-carousel-wrap.layout--slides .quote-container .role {
  display: block;
  color: #78BE20;
}
.banner-carousel-wrap.layout--slides .quote-container .age {
  display: block;
  color: #FFFFFF;
}
.banner-carousel-wrap.layout--slides .slide-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.layout--slides .slide-mobile {
    background-size: 50%;
    background-image: url(../../images/actimmune/woman-child.png);
    background-repeat: no-repeat;
    position: relative;
    display: block;
    height: 280px;
    width: 720px;
    top: 47px;
  }
}
@media (max-width: 480px) {
  .banner-carousel-wrap.layout--slides .slide-mobile {
    left: -146px;
  }
}
@media (max-width: 767px) {
  .banner-carousel-wrap.layout--slides .slide-mobile {
    left: -90px;
  }
}
.banner-carousel-wrap.layout--slides .slides > .slides {
  position: relative;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.layout--slides .slides > .slides {
    display: none;
  }
}
.banner-carousel-wrap.layout--slides .slides > .slides .item:after {
  display: none;
  content: "";
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  z-index: 50;
}
.banner-carousel-wrap.layout--slides .slides > .slides .item:nth-child(1):after {
  left: 36%;
}
.banner-carousel-wrap.layout--slides .slides > .slides .item:nth-child(2):after {
  left: 39%;
}
.banner-carousel-wrap.layout--slides .slides > .slides .item:nth-child(3):after {
  left: 42%;
}
.banner-carousel-wrap.layout--slides .slides > .slides .item.active:after {
  background-color: #77bc1f;
}
.banner-carousel-wrap.layout--slides .item-static {
  display: none;
}
.banner-carousel-wrap.static-hero {
  position: relative;
  background-position: top center;
  background-color: #78BE20;
  height: 309px;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.static-hero {
    background-image: none;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .banner-carousel-wrap.static-hero {
    border-bottom: 20px solid #78BE20;
  }
}
.banner-carousel-wrap.static-hero .slides {
  display: none;
}
.banner-carousel-wrap.static-hero .item-static {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 920px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.static-hero .item-static {
    position: static;
    background-color: #78BE20;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    padding: 20px 0;
  }
}
.banner-carousel-wrap.static-hero .item-static h1 {
  width: 30%;
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  color: #000000;
  margin: 20px 0;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.static-hero .item-static h1 {
    color: #ffffff;
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 1em;
    font-weight: normal;
    padding: 0 20px;
    margin: 0px 0;
  }
  .banner-carousel-wrap.static-hero .item-static h1 span {
    color: #ffffff;
    display: block;
  }
  .banner-carousel-wrap.static-hero .item-static h1 br {
    display: none;
  }
}
.banner-carousel-wrap.static-hero .item-static p {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.static-hero .item-static p {
    float: left;
    width: 100%;
    color: #FFFFFF;
    padding: 0 20px 10px 20px;
  }
}
@media (min-width: 1023px) {
  .banner-carousel-wrap.static-hero .item-static.static-item-left h1 {
    float: left;
  }
  .banner-carousel-wrap.static-hero .item-static.static-item-left p {
    float: left;
    display: none;
  }
  .banner-carousel-wrap.static-hero .item-static.static-item-right h1 {
    float: right;
    width: 60%;
    color: #ffffff;
    font-weight: normal;
  }
  .banner-carousel-wrap.static-hero .item-static.static-item-right h1 span {
    color: #78BE20;
    display: block;
  }
  .banner-carousel-wrap.static-hero .item-static.static-item-right p {
    float: right;
    width: 60%;
    color: #FFFFFF;
  }
}
.banner-carousel-wrap.static-hero .main {
  display: none;
}
.banner-carousel-wrap.static-hero .slide-mobile {
  display: none;
}
.banner-carousel-wrap.large {
  height: 350px;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.large {
    height: 100%;
  }
}
.banner-carousel-wrap.medium {
  height: 309px;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.medium {
    height: 100%;
  }
}
.banner-carousel-wrap.small {
  height: 250px;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.small {
    height: 100%;
  }
}
.banner-carousel-wrap.static-hero-video .item-static.static-item-left h1 {
  float: none;
  width: 60%;
}
.banner-carousel-wrap.static-hero-video .item-static.static-item-left p {
  float: none;
}
.banner-carousel-wrap.static-hero-video .item-static.static-item-left .video-btn {
  margin-top: 5px;
  margin-right: 4px;
  padding: 15.5px 25px 15.5px 35px;
}
.banner-carousel-wrap.static-hero-video .item-static.static-item-left .video-btn:after {
  position: relative;
  z-index: 0;
}
@media (max-width: 1023px) {
  .banner-carousel-wrap.static-hero-video {
    background-color: #E8E7E7;
  }
  .banner-carousel-wrap.static-hero-video .item-static.static-item-left {
    background-color: #E8E7E7;
    padding-bottom: 10px;
  }
  .banner-carousel-wrap.static-hero-video .item-static.static-item-left h1 {
    width: 100%;
    color: #000000;
  }
  .banner-carousel-wrap.static-hero-video .item-static.static-item-left h1 span {
    color: #000000;
    display: inline-block;
  }
  .banner-carousel-wrap.static-hero-video .item-static.static-item-left p {
    color: #000000;
  }
  .banner-carousel-wrap.static-hero-video .item-static.static-item-left .video-btn {
    margin: 10px 20px;
    padding: 10px 25px 10px 20px;
  }
  .banner-carousel-wrap.static-hero-video .item-static.static-item-left .video-btn:after {
    position: absolute;
    right: 26px;
    margin-top: 0;
  }
}
/*banner-carousel-css-end*/
/*background color and color classes*/
.bg-lightgreen {
  background-color: #f0fbfa;
}
.bg-light-grey {
  background-color: #d0d2d1;
}
.bg-medium-grey {
  background-color: #efefef;
}
.bg-maroon {
  background-color: #642c3e;
}
.bg-wheat {
  background-color: #d4b59e;
}
.bg-cream {
  background-color: #faf7f5;
}
.bg-grey {
  background-color: #898e8c;
}
.bg-ltgrey {
  background-color: #e3e4e8;
}
.bg-ltblue {
  background-color: #add8e6;
}
.bg-purple {
  background-color: #800080;
}
.bg-beige {
  background-color: #f2e9e2;
}
.bg-mustard {
  background-color: #E6B424;
}
/*background color and color classes-end*/
/*content-divider*/
.content-divider-wrap .icon-double-arrow {
  display: inline-block;
  margin-top: 55px;
  position: relative;
}
.content-divider-wrap .icon-double-arrow:before {
  content: "";
  background-image: url("../../images/starterkit/email_r.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 33px;
  height: 33px;
  display: inline-block;
  position: absolute;
  top: -54px;
  left: -162px;
}
/*content-divider-end*/
/*content-box -arrow*/
.cta-colored-content p.bold-arrow::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 0 6px 5px;
  border-color: transparent transparent transparent #000;
  right: -16px;
}
.cta-colored-content p.bold-arrow::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 0 6px 5px;
  border-color: transparent transparent transparent #000;
  right: 8px;
}
@media (min-width: 1024px) {
  .cta-colored-content p.bold-arrow {
    font-size: 20px;
    margin-top: 16px;
  }
  .cta-colored-content p.bold-arrow::before {
    border-width: 9px 0 9px 8px;
  }
  .cta-colored-content p.bold-arrow::after {
    border-width: 9px 0 9px 8px;
    right: -29px;
  }
}
/*content-box-arrow*/
.col .content-box .cta-colored-content p.bold-arrow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
/*Featured Content With Carousel*/
.img-content-list ul {
  padding: 0;
}
.featured-content-carousel .custom-padding {
  padding: 0 15px 0 0;
}
.featured-content-carousel .img-content-list .text-with-leading-image-wrap .text-with-leading-image a {
  color: inherit;
}
.featured-content-carousel .img-content-list .text-with-leading-image-wrap .text-with-leading-image a:hover {
  color: inherit;
  text-decoration: none;
}
.featured-content-carousel-bg {
  background-color: rgba(0, 0, 0, 0.125);
}
.featured-content-carousel-bg .header-div {
  margin-left: 40px;
  margin-right: 25px;
}
.featured-content-carousel-bg .header-div .home-left-top p:first-of-type {
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding-top: 31px;
}
.featured-content-carousel-bg .image-carousal-wrap {
  /*background-color: rgba(0, 0, 0, 0.125);*/
  margin: 0px 0 15px 0;
}
.featured-content-carousel-bg .image-carousal-wrap .image-carousal {
  margin: 0 4px;
}
.featured-content-carousel-bg .image-carousal-wrap .image-carousal .slick-dots {
  text-align: center;
  position: static;
  height: 35px;
  bottom: -25px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.featured-content-carousel-bg .image-carousal-wrap .image-carousal .slick-dots li {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 15px;
  font-size: 0px;
  pointer-events: none;
  margin: 0 3px;
  padding-left: 0px;
  padding: 0;
  cursor: pointer;
}
.featured-content-carousel-bg .image-carousal-wrap .image-carousal .slick-dots li button {
  display: inline-block;
  background-color: #2e3191;
  border: 1px solid #dfdfdf;
  font-size: 0;
  line-height: 0;
  outline: 0;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  margin: 0 3px;
  padding: 0;
}
.featured-content-carousel-bg .image-carousal-wrap .image-carousal .slick-dots li button:before {
  border: none;
}
.featured-content-carousel-bg .image-carousal-wrap .image-carousal .slick-dots .slick-active button {
  background-color: #2e3191;
  border: 2px solid #fff;
}
.featured-content-carousel-bg .image-carousal-wrap .image-carousal .slick-dots .slick-active button:before {
  background-color: transparent;
}
.featured-content-carousel-bg .image-carousal-wrap .image-carousal .carousal-content .image-content img {
  max-width: 100%;
  width: 100%;
}
.featured-content-carousel-bg .home-left-bottom {
  position: relative;
}
.featured-content-carousel-bg .home-left-bottom .slider-arrow-container {
  position: absolute;
  bottom: 4px;
  width: 233px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.featured-content-carousel-bg .home-left-bottom .slider-arrow-container .slick-arrow {
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 13px;
  height: 19px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}
.featured-content-carousel-bg .home-left-bottom .slider-arrow-container .slick-arrow img {
  width: 8px;
}
.featured-content-carousel-bg .home-left-bottom .slider-arrow-container .slick-arrow.next-arrow {
  float: right;
}
.image-cta {
  background-position: top right;
  background-size: auto 100%;
}
.image-cta .cta-content {
  padding: 20px;
}
/*video-collection*/
.pd-archive-video-row {
  width: 100%;
}
.pd-single-video {
  display: inline-block;
  padding: 5px;
  width: 50%;
  outline: none;
}
.pd-single-video:nth-child(2n+1) {
  clear: both;
}
.pd-single-video .pd-single-video-wrap {
  height: 204px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
}
.pd-single-video .pd-single-video-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  min-height: 204px;
}
.pd-single-video .pd-single-video-wrap:hover .pd_video_overlay_hover {
  opacity: 1;
  visibility: visible;
  display: block;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.pd-single-video .pd-single-video-wrap:before {
  background-color: #3b99cd;
  background-color: rgba(59, 153, 205, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.pd-single-video .pd-single-video-wrap .pd_video_overlay_hover {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.pd-single-video .pd-single-video-wrap .pd_video_overlay_hover .pd_video_overlay_hover-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.pd-single-video .pd-single-video-wrap .pd_video_overlay_hover .pd_video_overlay_hover-table .pd_video_overlay_hover-cell {
  display: table-cell;
  vertical-align: middle;
}
.pd-single-video .pd-single-video-wrap .pd_video_overlay_hover .pd_video_overlay_hover-table .pd_video_overlay_hover-cell h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}
.pd-single-video .pd-single-video-wrap .wrapper-video-play {
  background-color: rgba(0, 0, 0, 0.55);
  width: 52px;
  height: 32px;
  border-radius: 12px;
  padding-top: 10px;
  position: absolute;
  margin: auto;
  bottom: 25px;
  left: 25px;
  right: auto;
  top: auto;
}
.pd-single-video .pd-single-video-wrap .wrapper-video-play .tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #ffffff;
  margin: 0 auto;
}
.pd-single-video .pd-single-video-wrap .popup-caption {
  display: none;
}
.pd-single-video.hover .pd-single-video-wrap:before {
  opacity: 1;
  visibility: visible;
  display: block;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.pd-single-video.hover .wrapper-video-play {
  background-color: #cd201f;
  z-index: 2;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background-color: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
}
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: -40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background-color: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background-color: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-video-gallery-popup.mfp-bg {
  background-color: #000000;
  opacity: 1;
  z-index: 9999999;
  position: fixed;
}
.mfp-video-gallery-popup.mfp-wrap {
  z-index: 9999999;
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container {
  position: relative;
  max-width: 735px;
  margin: 0 auto;
  padding: 75px 0 40px;
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content {
  max-width: 660px;
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-iframe-scaler {
  position: relative;
  overflow: visible;
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-iframe-scaler .popup-caption-wrapper {
  display: block;
  padding: 40px 0;
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-iframe-scaler .popup-caption-wrapper .popup-title h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-iframe-scaler .popup-caption-wrapper .popup-title {
    display: none;
  }
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-iframe-scaler .popup-caption-wrapper .popup-description {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.222em;
  font-weight: 400;
  font-family: "proxima-nova", sans-serif;
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-close {
  top: -50px;
  right: -40px;
  background-color: #2a2e2d;
  width: 30px;
  border-radius: 35%;
  height: 30px;
  line-height: 15px;
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .popup-content-holder {
  opacity: 1;
  visibility: visible;
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .popup-caption-wrapper {
  display: none;
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 25px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-weight: normal;
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  width: 30px;
  height: 30px;
  background-color: #2a2e2d;
  line-height: 30px;
  color: #fff;
  opacity: 1;
  border-radius: 8px;
  margin-top: 0;
  top: auto;
  margin-left: 0;
  border: 0;
  content: "\f104";
  left: -10px;
  font-family: "Font Awesome 5 Pro";
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
  content: none;
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  width: 30px;
  height: 30px;
  background-color: #2a2e2d;
  line-height: 30px;
  color: #fff;
  opacity: 1;
  border-radius: 8px;
  margin-top: 0;
  top: auto;
  border: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  left: 70px;
  margin-left: 0;
}
.mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
  content: none;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@media (max-width: 767px) {
  .pd-single-video .pd-single-video-wrap:hover .pd_video_overlay_hover {
    display: none;
  }
  .pd-single-video {
    float: none;
    width: 100%;
  }
  .pd-single-video .pd-single-video-wrap:before {
    position: relative;
  }
  .pd-single-video.hover .wrapper-video-play {
    background-color: rgba(0, 0, 0, 0.55);
  }
  .mfp-video-gallery-popup.mfp-wrap .mfp-container {
    max-width: 70%;
  }
  .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-close {
    right: 0;
  }
  .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
    left: -40px;
  }
  .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
    left: 100px;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media all and (max-width: 991px) {
  .pd-archive-video-row {
    width: 100%;
  }
}
/*video-collection-end*/
/*video-library*/
.shared_video_gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  border-bottom: 1px solid #c9c9c9;
  list-style-type: none;
  padding: 0;
}
.shared_video_gallery li {
  /*flex-basis: 33.333333%;*/
  width: 33.333333%;
  position: relative;
  padding: 0 15px;
  margin-top: 20px;
}
.shared_video_gallery li a div.play {
  /* background-image: url("../../images/starterkit/arrow.png"); */
  background-repeat: no-repeat;
  display: block;
  background-size: 100%;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shared_video_gallery li a > div {
  position: relative;
}
@media (max-width: 1023px) {
  .shared_video_gallery {
    display: block;
  }
  .shared_video_gallery li {
    width: 100%;
    /*flex-basis: 100%;*/
  }
}
.video-category-title {
  color: #575757;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
  width: 100%;
  padding-left: 15px;
}
/*video-library-end*/
.images-only-tile .image-tile-only {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  margin: 0 auto 40px;
  width: 210px;
  height: 355px;
  border: 1px solid #9b9b9b;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/*only desktop*/
@media (min-width: 768px) {
  .cta-btn.d-caret:after {
    /* background-image: url(../../images/starterkit/arrow.png); */
    margin: 0 5px 0 10px;
  }
  .cta-btn.m-caret:after {
    margin: 0;
  }
  .cta-btn.m-caret.d-caret:after {
    margin: 0 5px 0 10px;
  }
  .cta-btn.d-caret.m-caret:after {
    margin: 0 5px 0 10px;
  }
}
/*only mobile*/
@media (max-width: 767px) {
  .cta-btn:after {
    margin: 0;
  }
  .cta-btn.d-caret:after {
    margin: 0;
  }
  .cta-btn.m-caret:after {
    /* background-image: url(../../images/starterkit/arrow.png); */
    margin: 0 5px 0 10px;
  }
  .cta-btn.m-caret.d-caret:after {
    margin: 0 5px 0 10px;
  }
  .cta-btn.d-caret.m-caret:after {
    margin: 0 5px 0 10px;
  }
}
/*button-styles*/
/*Skip navigation*/
.skip-navigation {
  margin-right: 20px;
}
.skip-navigation a {
  transition: all 0.4s;
  opacity: 0;
  color: #9ea6b4;
  text-decoration: underline;
}
.skip-navigation a:focus {
  opacity: 0.8;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .skip-navigation {
    display: none;
  }
}
.form-wrapper form input[type=text]:focus,
.form-wrapper form input[type=email]:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*ADA compliance*/
ul.main-nav > li.menu-item-has-children .slide {
  display: none;
}
ul.main-nav > li.menu-item-has-children.show-submenu .slide {
  display: block;
}
@media (min-width: 1024px) {
  .flex-desktop-row {
    flex-direction: row !important;
    -ms-flex-direction: row !important;
  }
}
.formregistration button[disabled] {
  opacity: 0.5;
}
/*Section border feature*/
section.border-full {
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
}
section.border-partial {
  border-bottom: 1px solid #8c8c8c;
}
.grecaptcha-badge {
  visibility: hidden;
}
h1 span.eye-brow,
h2 span.eye-brow,
h3 span.eye-brow,
h4 span.eye-brow,
h5 span.eye-brow,
h6 span.eye-brow {
  font-size: 75%;
}
/* Fix of Userway left alignment */
body .uwy.userway_p2 .uai,
body .uwy.userway_p3 .uai {
  left: auto !important;
}
.theme-tabbedcontent-mobile-tabbed-wrapper .hz-tabs .nav-tabs.tab-sticky {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
.news-banner-wrapper.sticky-header, .hz-header-wrap.sticky-header, .gout-box.sticky-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
.video-play-icon {
  position: relative;
}
.video-play-icon img{
  width: 100%;
}
.video-play-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-size: cover !important;
}
@media (max-width: 1023px) {
  video-play-icon:after {
    width: 40px;
    height: 40px;
  }
}
.video-box-wrap .video-box .videobox-hidden-content img {
    position: relative;
}
.modal.video-modal-wrapper .modal-header {
  justify-content: flex-end;
}
.modal.video-modal-wrapper .btn-close {
  position: relative;
}
.modal.video-modal-wrapper .btn-close::before,
.modal.video-modal-wrapper .btn-close::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 3px;
  background-color: #333f48;
  top: 0;
  right: 0;
}
.modal.video-modal-wrapper .btn-close::before {
  transform: rotate(45deg);
}
.modal.video-modal-wrapper .btn-close::after {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .s-view-more-wrap.s-view-more-mobile > * {
    display: none;
  }
  .s-view-more-wrap.s-view-more-mobile .s-view-more, .s-view-more-wrap.s-view-more-mobile .s-view-less {
    text-decoration: underline;
    cursor: pointer;
  }
  .s-view-more-wrap.s-view-more-mobile[data-ellipsis=true] #s-dots, .s-view-more-wrap.s-view-more-mobile[data-ellipsis=true] .s-view-more {
    display: inline !important;
  }
  .s-view-more-wrap.s-view-more-mobile[data-ellipsis=false] .s-view-less {
    display: inline;
  }
  .s-view-more-wrap.s-view-more-mobile[data-ellipsis=false] #s-dots {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .s-view-more-wrap.s-view-more-mobile .s-view-more, .s-view-more-wrap.s-view-more-mobile .s-view-less, .s-view-more-wrap.s-view-more-mobile #s-dots {
    display: none;
  }
}
.s-view-more-wrap.s-view-more-all-devices > * {
  display: none;
}
.s-view-more-wrap.s-view-more-all-devices .s-view-more, .s-view-more-wrap.s-view-more-all-devices .s-view-less {
  text-decoration: underline;
  cursor: pointer;
}
.s-view-more-wrap.s-view-more-all-devices[data-ellipsis=true] #s-dots, .s-view-more-wrap.s-view-more-all-devices[data-ellipsis=true] .s-view-more {
  display: inline !important;
}
.s-view-more-wrap.s-view-more-all-devices[data-ellipsis=false] .s-view-less {
  display: inline;
}
.s-view-more-wrap.s-view-more-all-devices[data-ellipsis=false] #s-dots {
  display: none !important;
}