﻿* {
  outline: none;
}

/* THIS IS JUST A ROUGH EXAMPLE FEEL FREE TO CHANGE THIS VALUE TO MATCH THE DESIGN BETTER */
.component {
  padding: 25px 0 25px;
}

body::before {
  content: "(xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)";
  display: none;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #000000;
  background: #FFFFFF;
}

  body.body--overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }

h1 {
  font-weight: 300;
  font-size: 40px;
  line-height: 54px;
}

h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 41px;
}

h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  padding: 0;
  margin: 0;
}

caption, .caption {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

a {
  color: #4CAFDD;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

  a:hover {
    color: #4CAFDD;
    text-decoration: none;
    outline: none;
  }

    a.arrow::after {
        content: "";
        display: inline-block;
        width: 0.875rem;
        height: 0.5rem;
        position: relative;
        left: 0.325em;
        bottom: 0.0625rem;
        background: url(../icons/arrow-right.svg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: left .3s ease-in-out;
    }

    a.arrow:hover::after {
        left: .725rem
    }

img {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none !important;
}

@media (max-width: 992px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media (min-width: 993px) {
    .hide-on-desktop {
        display: none !important;
    }
}


.icon-right:before,
.circle.icon-right:after {
  content: "";
  background: url(../icons/arrow.svg) no-repeat;
  background-position: center center;
  transform: rotate(-90deg);
}

.circle {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 10px;
  font-size: 20px;
  border: 1px solid;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}

  .circle.icon-right {
    margin-left: 5px;
  }

  .circle:before, .circle:after {
    display: inline-block;
    position: relative;
    left: -1px;
    top: -1px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

a:hover .circle:before, a:hover .circle:after {
  left: -20px;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  margin-left: 13px;
  font-size: 16px;
  line-height: 25px;
}

.no-dots li {
  list-style-type: none;
  margin-left: 0px;
}

header li, footer li {
  list-style-type: none;
  margin-left: auto;
}

.tablesaw-enhanced li {
  font-size: inherit;
  line-height: inherit;
}

li.innovators__item {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

iframe, button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

figure {
  margin: 0;
}

body::before {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  transition: background-color .3s linear;
  overflow: hidden;
}


body.overlay::before {
  background-color: rgba(0,0,0,0.5);
  z-index: 29;
}

/* Header Styling */
.header {
  border-bottom: 1px solid #ECEDF1;
  background-color: #FFFFFF;
  padding: 0.675rem 1rem;
  z-index: 30;
}

.header .navbar-nav li {
  font-size: 15px;
  line-height: 18px;
}

  .header .navbar-brand {
    padding: 0.675rem 0;
  }

@media (max-width: 992px) {
    .header .navbar-brand {
        margin-right: unset;
    }
}
    

  .header .navbar-collapse {
    position: absolute;
    top: 71px;
    right: 0px;
    width: 0px;
    background-color: #FFFFFF;
    z-index: 30;
    transition: width 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    overflow: hidden;
  }

    .header .navbar-collapse.show {
        width: 100%;
        padding-top: 24px;
        height: 100vh;
    }

/* This needs some work to show differently on desktop v mobile.*/
.scrollable-mobile-nav {
    position: inherit;
    width: 100%;
    /*flex-wrap: wrap;
    justify-content: flex-end !important;
    display: flex;*/
}


.header .navbar-collapse.show .scrollable-mobile-nav {
    overflow-y: scroll;
    height: calc(100vh - 170px) ;
}


.header .navbar-left .nav-link {
    color: #000000;
    font-family: inherit;
}

    .header .navbar-left .nav-link svg {
      height: 22px;
      width: 22px;
      fill: #000000;
      stroke: #000000;
      position: absolute;
      right: 30px;
      transition: transform .25s ease-in 0s;
    }

    .header .navbar-left a[aria-expanded="true"] svg {
      transform: rotate(90deg);
    }

  .header .nav-item.nav-link:hover {
    color: #4CAFDD;
  }

    .header .nav-item.nav-link.active {
        color: #4CAFDD;
    }

.header .navbar-left .mobile-dropdown {
  background-color: #ECEDF1;
  transition: height 0.25s ease-in 0s;
}


header.navbar .nav-link {
    color: #000000;
}

.nav-link.log-in-out-user {
  margin-bottom: unset;
}

.header-hide-mobile {
    display: none;
}

.langauge-selector-link-link {
  display:none;
}

/* begin user menu */
.navbar-nav.nav-bar-user {
    position: absolute;
    z-index: 1;
    background-color: #FFFFFF;
    top: 70px;
    transform: translate(-40%, 0);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    width: 270px;
}

.user-menu-user {
    display: flex;
    flex-direction: row;
    padding: 19px 24px;
    background-color: rgb(164 167 181 / 15%);
}

.user-menu-circle {
    border: none;
    background-color: #D0D0D0;
    border-radius: 100vmax;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;    
    font-weight: bold;
}

.user-menu-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.user-menu-info-manage a {
  font-weight: 700;
}

.user-menu-info-manage a:after {
    content: "";
    display: inline-block;
    width: 0.875rem;
    height: 0.5rem;
    position: relative;
    right: -8px;
    bottom: 1px;
    background: url(../icons/arrow-right.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: right .3s ease-in-out;
}

.user-menu-links {
    padding: 12px 24px;
}

.user-menu-links li {
    padding: 12px;
}

.user-menu-links li a {
    color: #000000;
}

.user-menu-links li a:hover {
    color: #4CAFDD;
}

.toggle-nav-bar-user {
    width: 37px;
    height: 37px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}

.user-menu-img-container {
    width: 64px;
    min-width: 64px;
    height: 64px;
    font-size: 21px;
}

.user-menu-info-container {
  padding-left: 22px;
}


.user-menu-info-name {
  font-size: 16px;
  font-weight: bold;
  word-break: break-word;
}

/* end user menu */

@media only screen and (min-width: 992px) {
    .header > .container {
    align-items: baseline;
  }

    .header .navbar-collapse {
        position: inherit;
        width: auto;
        /*flex-wrap: wrap;
        justify-content: flex-end !important;*/
    }

    .scrollable-mobile-nav {
        /*position: inherit;
        width: 100%;*/
        flex-wrap: wrap;
        justify-content: flex-end !important;
        display: flex;
    }

  .header .nav-link {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .header .navbar-left {
    margin-right: auto;
  }

  .header .navbar-left .nav-link {
    font-weight: 400;
    padding: inherit;
    padding-left: 2.5em;
    padding-right: .5em;
  }

  header .navbar-right .nav-link {
    text-transform: none;
    padding: inherit;
  }

  .header .navbar-right .nav-link:last-of-type {
    padding-bottom: 0;
  }

  .header .header-only-mobile {
    display: none;
  }
}

@media (max-width: 992px) {
    nav.navbar-nav a {
        font-size: 18px;
        line-height: 19px;
    }

    .main-menu__item {
        margin-bottom: 20px;
    }

    .nav-link {
        margin-bottom: 20px;
        padding: unset;
    }

    .navbar-nav.nav-bar-user {
        width: 100%;
        left: 0;
        max-width: 100%;
        transform: unset;
    }

    .nav-item.nav-link.language-selector-link {
        font-size: 15px;
        padding: unset;
        margin: unset;
        border-top: solid 1px #000000;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 70px;
    }

    .nav-item.nav-link.language-selector-link span {
      padding: 20px 45px;
    }

    .langauge-selector-link-label {
      float: left;
    }

    .langauge-selector-link-link {
        display: block;
        color: #0097D4;
    }

    .navbar-nav .main-menu {
      padding-left: 20px;
      padding-right: 20px;
      max-width: unset
    }

    .navbar-nav .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-nav .main-menu li.main-menu__item,
    .navbar-nav .main-menu li.main-menu__download-link {
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header > .container {
    max-width: none;
  }

  .header .navbar-left {
    flex-basis: 100%;
  }

    .my-account-header a.nav-item.nav-link {
        display: block;
    }

  .header .navbar-left .nav-link {
    margin: 0 0 0.675rem;
    padding: 0.675rem .5em 0.675rem 2.5em;
  }

  .navbar-nav.navbar-right::before {
    content: "";
    position: absolute;
    border-top: 1px solid #ECEDF1;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
  }

  header .navbar-right .nav-link {
    padding-top: 0.675rem;
  }

    .navbar-nav.nav-bar-user {
        top: 126px;
    }

    .user-menu-circle {
      margin-top: 10px;
    }

}

/* Burger Menu Styling */
.navbar-toggler {
  display: inline-block;
  cursor: pointer;
  border: none;
  padding: 0;
  outline: none !important;
  position: relative;
  background: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
}

  .navbar-toggler span {
    display: block;
    width: 18px;
    height: 1px;
    margin-bottom: 6px;
    background-color: #000000;
  }

    .navbar-toggler span:first-child {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s;
    }

    .navbar-toggler span:nth-child(3) {
      -webkit-transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s;
    }

    .navbar-toggler span:nth-child(4) {
      width: 5px;
      height: 0;
      position: absolute;
      top: -1px;
      left: 18px;
      margin-left: -5px;
      -webkit-transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
      z-index: 10;
    }

  .navbar-toggler.is-open {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

    .navbar-toggler.is-open span:first-child {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
    }

    .navbar-toggler.is-open span:nth-child(2) {
        /*background-color: red;*/
        margin-bottom: 3px;
    }

    .navbar-toggler.is-open span:nth-child(3) {
      width: 0;
      -webkit-transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
    }

    .navbar-toggler.is-open span:nth-child(4) {
      height: 18px;
      -webkit-transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
      width: 1px;
      top: -1px;
      left: 13px;
    }

/* Language Modal Styling */
.modal-content {
  border: none;
  border-radius: 0;
  padding: 20px;
}

.modal-header {
  border-bottom: none;
}

  .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 15px;
  }

.modal-title {
  line-height: 41px;
  margin: 0 auto;
}

.modal-body {
  margin: auto;
}

.language-modal p {
  margin-bottom: 20px;
}

.language-modal .form-check {
  margin-bottom: 15px;
  padding: 0;
}

.language-modal .form-check-input {
  display: none;
}

.language-modal .form-check-label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #626262;
}

  .language-modal .form-check-label::before {
    content: "";
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 27px;
    flex: 0 0 27px;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    border-radius: 100%;
    background: #f6f6f6;
  }

  .language-modal .form-check-label::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 10px;
    border-radius: 100%;
    background: #4CAFDD;
    opacity: 0;
    visibility: hidden;
  }

.language-modal .form-check-input:checked + label::after {
  opacity: 1;
  visibility: visible;
}

.modal-footer {
  border-top: none;
  justify-content: center;
}

/* Button Styling */
.btn {
  padding: 14px 37px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 6px;
}

.btn-primary {
  background-color: #FFFFFF;
  border: 1px solid #4CAFDD;
  color: #4CAFDD;
}

  .btn-primary:hover {
    background-color: #FFFFFF;
    border-color: #4CAFDD;
    color: #4CAFDD;
  }

.btn-nb {
  display: inline-flex;
}

  .btn-nb a {
    padding: 0 32px;
    font-size: 14px;
    height: 38px;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    align-items: center;
    cursor: pointer;
    display: inline-grid;
  }

    .btn-nb a:hover {
      background-color: #4CAFDD;
      border-color: #FFFFFF;
      color: #FFFFFF;
    }

.txt-color-w .btn-nb a {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.txt-color-w .btn-nb a:hover {
  background-color: #FFFFFF;
  border-color: #4CAFDD;
  color: #4CAFDD !important;
}

/* Colors Styling */
.bg-color-lb {
  background-color: #BFE8F9;
}

.bg-color-lg {
  background-color: #ECEDF1;
}

.bg-color-wb {
  background-color: #4CAFDD;
}

.bg-color-lgn {
  background-color: #C1DE7F;
}

.bg-color-lp {
  background-color: #EFE3F0;
}

.bg-color-ly {
  background-color: #FFF1C6;
}

.bg-color-pb {
  background-color: #E8F4F9;
}

.bg-color-bk {
  background-color: #000000;
}

.bg-color-dg {
  background-color: #626262;
}

.bg-color-w {
  background-color: #FFFFFF;
}

.txt-color-bk {
  color: #000000;
}

.txt-color-dg {
  color: #626262;
}

.txt-color-w {
  color: #FFFFFF;
}

.container {
  /*width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;*/

    padding: 0 25px;
    margin: 0 auto;
    width: 100%;
    max-width: 1349px;
}

/* Footer Styling */
.footer .container {
  padding: 52px 15px 50px;
  font-family: 'Roboto Light', sans-serif;
}

.footer .social {
  text-align: center !important;
}

  .footer .social img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

.footer .link, .footer [role="link"] {
    color: #626262;
    line-height: 30px;
}

.footer a.link:hover, .footer [role="link"]:hover {
    color: #01a7df;
}

.footer .link-social {
  margin: 6px 5px 0;
  display: inline-block;
  width: 25px;
  height: 26px;
}

.footer .heading {
  font-size: 13px;
  line-height: 30px;
}

.footer .quick-links {
  margin-bottom: 28px;
}

.footer .quick-links li {
  font-weight: 300;
  font-size: 13px;
  line-height: 30px;
}

.footer .subheading {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}

.footer .copyright {
  margin: 0;
  font-family: 'Roboto Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4A4A4A;
}

.footer .row.middle {
  font-family: 'Roboto Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  /*padding-top: 15px;*/
}

.footer .row.bottom {
  font-family: 'Roboto Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 11px;
}

.footer .bottom-link {
  margin: 0;
  font-family: 'Roboto Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 28px;
  padding-right: 10px;
  color: #000;
}

.footer .main-links.display-flex {
  display: flex;
  flex-wrap: wrap;
}

  .footer .main-links.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }

.footer .social, .footer .logo {
  text-align: right !important;
}

@media (max-width: 575.98px) {

  .footer .main-links {
    padding-left: 30px;
  }

  .footer .social {
    order: 13;
  }

  .footer .social, .footer .logo {
    padding-top: 15px;
    text-align: center !important;
  }

  .footer .middle {
    text-align: center !important;
  }

  .footer .copyright {
    margin: 0 25px;
    text-align: center !important;
  }
}

/* Three Column Image */
.three-column-images .text-content {
  text-align: center;
}

.three-column-images .text-over {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.5%;
}

  .three-column-images .text-over > p {
    margin-bottom: 5%;
    text-transform: uppercase;
  }

.three-column-images .text-below {
  margin-top: 58px;
}

  .three-column-images .text-below > p {
    margin-bottom: 17px;
  }

/* Stackable Image Text and Description */

.stackable-image-link-desc .content-wrapper {
  margin-bottom:18px;
}

.stackable-image-link-desc .content {
  border: 1px solid #ECEDF1;
  margin-bottom: 18px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

  .stackable-image-link-desc .content img {
    width: 100%;
  }

  .stackable-image-link-desc .content a {
    padding: 20px 23px 16px;
    width: 100%;
    border-bottom: 1px solid #ECEDF1;
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
  }

  .stackable-image-link-desc .content p {
    padding: 13px 23px 18px;
    max-width: 100%;
  }

.stackable-image-link-desc .content-wrapper .clickable-image,
.stackable-image-link-desc .content-wrapper .clickable-body-text {
    padding: 0px;
}

.stackable-image-link-desc .content-wrapper .clickable-body-text {
    color: black;
    border-bottom: 0;
}

/*Begin Carousel Styles*/
.component.carousel {
    padding: 0 !important;
}

.carousel-cell {
  width: 100%;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

  .carousel-cell .background-image {
    display: block;
    width: 100%;
  }

  .carousel-cell .background-image-mobile {
    display: none;
    width: 100%;
  }

  .carousel-cell .caption {
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

    .carousel-cell .inline-video {
        width: 100%;
        height: 100%;
    }

    .carousel-cell .layer-inline-video {
        padding-bottom: 45px;
        height: 350px;
        width: 75%;
    }
        
    /* position indicator dots in carousel */
    .flickity-carousel .flickity-page-dots {
        /*bottom: 29.5px;*/
        bottom: 4%;
    }

  /* carousel position indicator*/
  .flickity-carousel .flickity-page-dots .dot {
    width: 17px;
    height: 17px;
    opacity: .6;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
  }

  .flickity-carousel .flickity-page-dots .dot:hover {
    opacity: .9;
  }

    /* fill-in selected dot */
    .flickity-carousel .flickity-page-dots .dot.is-selected {
      background-color: #AAAAAA;
    }

.flickity-carousel .flickity-button {
  /*background: transparent;*/
  border: solid 1px #AAAAAA;
}

.flickity-button .flickity-button-icon {
  color: #AAAAAA;
}

.flickity-carousel .flickity-prev-next-button {
  width: 76px;
  height: 76px;
  opacity: .6;
}

.flickity-carousel .flickity-prev-next-button {
  opacity: .9;
}

.flickity-carousel .flickity-prev-next-button.previous {
  left: 46px;
}

.flickity-carousel .flickity-prev-next-button.previous .flickity-button-icon {
  left: 22%;
}

.flickity-carousel .flickity-prev-next-button.next {
  right: 46px;
}

.flickity-carousel .flickity-prev-next-button.next .flickity-button-icon {
  left: 15%;
}

/* hide disabled button */
.flickity-carousel .flickity-button:disabled {
  display: none;
}

/*Begin YouTube Modal Styles*/
.video-modal .modal-body {
  padding-top: 0px;
  width: 100%;
}

.video-modal .modal-dialog {
  width: 80%;
  max-width: 80%;
  margin: 1.75rem auto;
}


.video-modal-button {
  opacity: .6;
  width: 118px;
  height: 118px;
  border: solid 1px #AAAAAA;
  background: #fff;
  cursor: pointer;
  bottom: 25%;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  color: #333;
}

@media (max-width: 1200px) {
    .video-modal-button {
        bottom: 15%;
    }
}

@media (max-width: 907px) and (min-width: 769px) {
    .video-modal-button {
        bottom: 1%;
    }
}

@media (max-width: 576px) {
    .video-modal-button {
        bottom: 35%;
    }
}

@media (max-width: 430px) {
    .video-modal-button {
        bottom: 20%;
    }
}

.video-modal-button:hover {
  opacity: .9;
}

.video-modal-icon {
  width: 36px;
  height: 44px;
  fill: #AAAAAA;
}

/*End YouTube Modal Styles*/

@media (max-width: 768px) {
  .carousel-cell .caption {
    width: 65%;
  }

  .video-modal-button {
    padding: 23px 23px 23px 28px;
    width: 76px;
    height: 76px;
    bottom: 18%;
  }

  .video-modal-icon {
    width: 23px;
    height: 28px;
  }

  .flickity-carousel .flickity-prev-next-button {
    width: 49px;
    height: 49px;
    opacity: .6;
  }
}

@media (max-width: 699px) {
    .video-modal-button {
        bottom: 11%;
    }
}


@media (max-width: 600px) {
    .video-modal-button {
        bottom: 6%;
    }
}

@media (max-width: 576px) {
    .video-modal-button {
        bottom: 29%;
    }
}

@media (max-width: 400px) {
    .video-modal-button {
        bottom: 20%;
    }
}

@media (max-width: 576px) {
  .carousel-cell .caption {
    width: 80%;
  }

  /*change image for mobile*/
  .carousel-cell .background-image {
    display: none;
  }

  .carousel-cell .background-image-mobile {
    display: block;
  }

  .flickity-carousel .flickity-prev-next-button {
    display: none;
  }
}
/*End carousel Styles*/

/* Image Text Side By Side */
.image-text-side-by-side .image-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.image-text-side-by-side {
    padding: 75px 0 75px;
}

.image-text-side-by-side .image-content img {
    margin: 25px 0;
}

.image-text-side-by-side .text-content h2 {
  margin: 25px 0 20px;
}

.image-text-side-by-side .text-content > p {
  margin-bottom: 35px;
}

.image-text-side-by-side .content-insert {
  margin-bottom: 30px;
}

  .image-text-side-by-side .content-insert:last-of-type {
    margin-bottom: 0;
  }

  .image-text-side-by-side .content-insert .insert-title {
    display: inline-block;
    margin-bottom: 12px;
  }

  .image-text-side-by-side .content-insert a.insert-title {
    font-size: 16px;
    line-height: 25px;
  }

@media only screen and (min-width: 768px) {
  .image-text-side-by-side .text-content h2 {
    margin-top: 0;
  }

  .image-text-side-by-side .text-content > p {
    margin-bottom: 80px;
  }
}

/*Begin marquee styles*/
.marquee h1 {
  padding-bottom: 10px;
}

.marquee h2 {
  padding-bottom: 23px;
}

.marquee .link-container {
  padding-top: 18px;
}

.marquee-horizontal {
  padding-top: 78px;
  padding-bottom: 78px;
}

  .marquee-horizontal .content-container {
    padding-left: 66px;
    padding-right: 66px;
  }

/*Force Bootstrap to maintain stack order on mobile.*/
.marquee-vertical .image-container.order-md-last {
  order: 13;
}

.marquee-vertical .mobile-image {
  display: none;
}

.marquee-vertical .content-container {
    padding: 35px 24% 60px;
}

.marquee-vertical .content-container.top-spacing-match-bottom {
  padding: 35px 24% 35px;
}

@media (max-width: 768px) {
    .marquee-vertical .content-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .marquee-vertical .content-container.top-spacing-match-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 575px) {
  .marquee-horizontal {
    padding-top: 23px;
    padding-bottom: 27px;
  }

  .marquee-horizontal .content-container {
    padding: 28px 0 27px 0;
  }

  .marquee-vertical .full-width-image {
    display: none;
  }

  .marquee-vertical .mobile-image {
    display: block;
  }

  .marquee-vertical .content-container {
    padding: 35px 15px 60px;
  }
}
/*End marquee styles*/

/*Start Banner Styles*/

.component.banner {
  padding: 0 !important;
}

.banner .container {
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  padding: 24px 0;
  display: flex;
  justify-content: center;
}

.banner-text h2 {
  font-size: 25px;
  margin-right: 75px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    .banner-text h2 {
        margin-right: 0;
        padding-bottom: 15px;
    }
    .banner-text .btn-nb {
        display: block;
    }
}

/*End Banner Styles*/

/*Start Breadcrumb Navigation Styles*/

.breadcrumb-nav {
    padding: 15px 0 5px !important;
}

/*End Breadcrumb Navigation Styles*/

/*Start GenericContent Styles*/
.generic-content {
    padding: 15px 0 50px;
}

.generic-content h2 {
    padding-bottom: 12px !important;
}

.generic-content h3 {
    padding-bottom: 10px !important;
}

.generic-content .copy  {
    padding: 0 75px !important;
}

@media (max-width: 575.98px) {
    .generic-content .copy {
        padding: 0 30px !important;
    }
}

    .generic-content p {
        padding: 10px 0;
    }

    .generic-content ul {
        padding-left: 25px;
    }

    .generic-content img {
        height: auto !important;
        width: auto !important;
    }
    /*End GenericContent Styles*/

/*Begin Contact Sales Form Styles*/
.error {
  color: red
}
.form__list li.form__list-item {
  list-style-type: none;
}

.modal-contact .form__field--buttons {
    justify-content: space-between;
}


.form__field--buttons .button {
  height: 42px;
}

.form__field--buttons .form__info {
    margin: 4px 0 9px;
    font-size: 10px;
}

@media only screen and (max-width: 992px) {
    .modal-contact .form__field--buttons {
        flex-direction: column;
        display: flex;
    }

    .modal-contact .form__field--buttons button{
        margin-left: unset;
        margin-bottom: 20px;
    }

    .modal-contact .form__field--buttons .form__info {
        width: unset;
    }
}


/*End Contact Sales Form Styles*/

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .carousel-cell .layer-inline-video {
        padding-bottom: 45px;
        height: 350px;
        width: 65%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .carousel-cell .layer-inline-video {
        padding-bottom: 60px;
        height: 520px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .carousel-cell .layer-inline-video {
        height: 550px;
        width: 70%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .carousel-cell .layer-inline-video {
        padding-bottom: 75px;
        height: 750px;
        top: 0;
        width: 75%;
    }
}

/*Begin Custom Form Styles*/
.error-message {
  color: red
}

.checkbox-wrapper .error-message {
  display: block;
}

.component.form button {
  padding: 0 35px;
  height: 32px;
  font-size: 12px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1797D4;
  border-width: 1px;
  border-style: solid;
  border-color: #1797D4;
  border-radius: 6px;
}

.form-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input-wrapper {
  margin-bottom: 47px;
/*  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;*/
  max-width: 100%;
  position: relative;
  color: #AAAAAA;
  opacity: 100%;
}

.input-wrapper.input-wrapper--half {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 50px);
  }

.input-wrapper input {
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: black;
}

.input-wrapper label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 150ms ease-in;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.input-wrapper input,
.input-wrapper select {
  padding: 3px 0 4px;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #EBEBEB;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
}

.input-wrapper.free-text-container {
  display:none;
}

.input-wrapper .checkbox-wrapper label {
  display: inline;
  margin: 0;
  position: static;
}

.checkbox-wrapper {
  padding-left: 25px;
}

.checkbox-wrapper input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
  display: block;
  border-bottom: none;
}

.checkbox-wrapper .input-box {
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-wrapper .input-box::after {
  content: '';
  margin-top: 2px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}

.checkbox-wrapper input:checked + .input-box::after {
  background: #FFFFFF url(/Assets/Developer/icons/form__check.svg) no-repeat center center;
}

.input-wrapper.hide-all {
  display: none;
}

.input-wrapper.change-state label {
  top: -20px;
  font-size: 11px;
}

.modal__content {
  padding-top: 65px;
  padding-right: 4%;
  padding-bottom: 65px;
  padding-left: 4%;
  margin: 85px auto;
  width: 100%;
  max-width: 440px;
  position: relative;
  background: #FFFFFF;
  border-radius: 6px;
  text-align: left;
  cursor: auto;
  -webkit-text-size-adjust: 100%;
}

.modal__content h2 {
  margin-bottom: 20px;
}

.modal__content p {
  margin-bottom: 10px;
}

.modal__content div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal__button {
  text-align: center;
  padding-top: 20px;
}

/*End Custom Form Styles*/


/*Begin ActOn Form Styles*/

.ao-form {
    position: relative;
    background: #fff;
    letter-spacing: 0;
    margin-left: 15px;
    margin-right: 15px
}

.ao-form-label {
    color: #aaa;
    z-index: 0;
}

.ao-combo-block.ao-center .ao-form-label {
    color: #000;
    text-align: left;
}

.ao-combo-block.ao-center .ao-form-label span {
    visibility: hidden;
}

.ao-form .ao-center {
    text-align: left;
}

.ao-combo-layout.horizontal.ao-center {
    font-size: 16px;
    text-align: initial;
}

.ao-combo-layout.horizontal.ao-center .ao-combo-label.ao-column-label2 {
    margin-right: 20px;
}

.ao-combo-label.ao-column-label2:hover {
    cursor: pointer;
}

.ao-form .ao-combo-label input[type=radio] {
    border: 0;
    width: 18px;
    height: 2em;
    margin-right: 5px;
}

.ao-combo-label input[type=radio]:checked + span {
    color: #4CAFDD;
}

.ao-form .ao-combo-label span {
    vertical-align: bottom;
}

.ao-input-block.ao-left .ao-form-field.ao-left {
    border-width: 0 0 1px 0;
    border-color: #ebebeb;
    display: block;
    width: 100%;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    position: relative;
    background-color: transparent;
    padding: 1px 6px 8px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.ao-input-block.ao-left .ao-form-label {
    top: 1px;
    left: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-size: 14px;
}

.ao-input-block, .select-container {
    position: relative;
}

.input-container.filled > .ao-form-label, .input-container:focus-within > .ao-form-label, .input-container:hover > label {
    font-size: 11px !important;
    font-weight: 300;
    top: -20px !important;
    left: 6px !important;
}

.select-container.filled > .ao-form-label, .select-container:focus-within > .ao-form-label, .select-container:hover > label {
    font-size: 11px !important;
    font-weight: 300;
    top: -24px !important;
    left: 6px !important;
}

.select-container > label {
    top: 1px;
    left: 0;
    width: 100%;
}

.ao-combo-block .ao-form-field {
    color: #000;
    cursor: pointer;
    border-width: 0 0 1px 0;
    border-color: #ebebeb;
    display: block;
    width: 100%;
    outline: none;
    font-weight: 500;
    z-index: 1;
    background-color: transparent;
    padding: 1px 6px 8px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.ao-combo-block.ao-left .ao-form-label {
    margin-bottom: 0;
    background: #fff;
    z-index: 2;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    font-size: 14px;
    width: 100%;
}

.ao-block-wrapper.email-opt-in-block .ao-form-label {
    position: static;
    display:none;
}

#column-c1590083125466 .ao-column-inner .ao-block-wrapper {
    margin-bottom: 34px;
}

.select-container:after {
    width: 8px;
    height: 8px;
    content: '';
    display: block;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 25px;
    z-index: 4;
}

.ao-combo-label input[type=checkbox] + span {
    position: relative;
}

.agreement-block .ao-combo-label input[type=checkbox] + span::before, .email-opt-in-block .ao-combo-label input[type=checkbox] + span::before {
    top: 0;
}

.ao-combo-label input[type=radio] + span {
    position: relative;
}

.ao-combo-label input[type=radio] + span::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid;
    border-color: #aaa;
    border-radius: 10px;
    position: absolute;
    left: -22px;
    top: 2px;
    visibility: visible;
}

.ao-combo-label input[type=radio] + span::after {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 1px solid;
    border-color: #4CAFDD;
    border-radius: 10px;
    position: absolute;
    left: -19px;
    top: 5px;
    visibility: visible;
    background: #4CAFDD;
}

.ao-combo-label input[type=radio]:checked + span::before {
    border-color: #4CAFDD;
}

.ao-combo-label input[type=radio]:checked + span::after {
    content: '';
}

.ao-combo-layout.vertical2.ao-left, .ao-combo-layout.vertical1.ao-left {
    font-size: 14px;
}

.ao-combo-layout.vertical2.ao-left .ao-combo-label.ao-column-label2 {
    padding-top: 10px;
    width: 100%;
}

.ao-form .ao-row .vertical2 .ao-combo-label.ao-column-label2 {
    clear: both;
}

.ao-textarea-block.ao-left .ao-form-field {
    border-radius: 4px;
    border-width: 2px;
    border-color: #ebebeb;
}

.agreement-block .ao-combo-label span {
    visibility: hidden;
    left: 6px;
}

.ao-form .ao-row .ao-column.ao-column-2 {
    width: 0 !important;
}

.agreement-block .ao-required {
    display: none;
}

.agreement-block .ao-block-wrapper {
    margin: 0;
}

.ao-block-wrapper.email-opt-in-block.ao-block-wrapper {
    margin-bottom: 0;
}

.ao-block-wrapper.email-opt-in-block .ao-combo-block .ao-combo-layout .ao-combo-label span {
    right: -22px;
    position: relative;
    color: #aaa;
}

.ao-block-wrapper #block-error {
    display: flex;
    justify-content: center;
}

.email-opt-in-block.ao-block-wrapper .ao-combo-label input {
    position: absolute;
}

.ao-form .horizontal .email-opt-in-block.ao-block-wrapper .ao-combo-label {
    margin-right: 10px;
    position: relative;
    width: 100%;
}

.faux-label-block .ao-richtext-block {
    top: -11px;
    position: absolute;
    z-index: 2;
    background: #fff;
    left: 23px
}

.ao-block-wrapper.faux-label-block .ao-richtext-block::after {
    display: block;
    content: '';
    clear: both;
}

p.faux-label {
    font-size: 14px;
    color: #aaa;
}

.faux-label > a {
    color: #4CAFDD;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.ao-submit-block > div {
    text-align: left !important;
}

.ao-captcha-block.ao-center {
    text-align: left !important;
    margin-top: 20px;
}


.ao-form-submit {
    padding: 0 35px;
    height: 32px;
    font-size: 12px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1797D4;
    border-width: 1px;
    border-style: solid;
    border-color: #1797D4;
    border-radius: 6px;
}

.ao-recaptcha-wrapper {
    margin-bottom: 10px
}

.ao-block-wrapper.captcha-container, .ao-block-wrapper.hidden-block-container {
    margin-bottom: 0
}

.ao-submit-block .ao-submit-button .arrow-icon {
    right: 45px
}

.ao-submit-button:hover span.arrow-icon::before {
    left: 6px
}

.ao-submit-button:hover span.arrow-icon::after {
    left: 26px
}

.ao-form-error-message {
    color: #ff567e;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 23px
}

.error-label-color, .ao-input-block.ao-left .ao-form-field.ao-left.ao-form-error {
    color: #ff567e !important
}

.ao-textarea-block.ao-left .ao-form-field.ao-left.ao-form-error {
    border-width: 2px !important
}

#block-b1590086575305 .ao-form-error-message {
    margin-top: -20px;
    left: 0;
    position: absolute
}

.ao-recaptcha-error-wrapper.ao-recaptcha-error {
    padding: 0 !important;
    border-color: #ff567e !important;
    border-radius: 3px
}

.ao-recaptcha-error-robot-message {
    color: #ff567e !important
}



@media(min-width: 576px) {
    .ao-form {
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width: 768px) {
    .ao-block-wrapper .ao-form-label {
        margin-bottom: 20px
    }

    .ao-block-wrapper {
        margin: 0 0 38px 0
    }

    #block-b1590086575305 > .ao-form-label {
        font-size: 18px
    }

    .ao-combo-layout.vertical2.ao-left, .ao-combo-layout.vertical1.ao-left {
        font-size: 16px
    }

    .ao-input-block.ao-left .ao-form-field.ao-left {
        font-size: 16px
    }
}

@media(min-width: 900px) {
    .ao-form .ao-row .vertical2 .ao-combo-label.ao-column-label2 {
        float: left;
        clear: none;
        width: 50%
    }
}

@media(min-width: 1027px) {
    .ao-column.ao-column-6.tablet-ao-column-1.mobile-ao-column-1:nth-child(1) {
        margin: 0 30px 0 0
    }

    .ao-column.ao-column-6.tablet-ao-column-1.mobile-ao-column-1:nth-child(2) {
        margin: 0 0 0 0
    }
}

@media(min-width: 1300px) {
    .ao-combo-layout.vertical2.ao-left .ao-combo-label.ao-column-label2 {
        width: 46%
    }
}

#block-b1652465502239, #block-b1652465698785 {
    position: relative;
    top: -2.7rem;
    left: 1rem;
}

#block-b1592580946459 > label > span, #block-b1592580956373 > label > span {
    display: none;
}

#b1592580946459 > label > span, #b1592580956373 > label > span {
    display: none;
}

#column-c1594080468956 > div > div, #column-c1652807161101 > div > div {
    margin-bottom: 0;
}

#block-b1592580946459 label, #block-b1592580956373 label {
    margin-bottom: 0;
}

/*End ActOn Form Styles*/

/*Begin Trust Arc Styles*/
#truste-consent-track {
  position: relative;
}
/*End Trust Arc Styles*/


/* Being sign in and sign up styles */

.sign-in h1,
.sign-up h1 {
    margin: 0;
    margin-block: 1em;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

.sign-in h1.alt-spacing,
.sign-up h1.alt-spacing{
    margin-bottom: 7px;
}

.sign-in p {
    margin: 0;
    margin-block: 1em;
}

.sign-in a:not([href]),
.sign-up a:not([href]) {
    color: #4cafdd;
}

.sign-in .section-description,
.sign-up .section-description {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 35px;
}

.sign-in .input-wrapper,
.sign-up .input-wrapper {
    margin-bottom: 25px;
}

.sign-in .input-wrapper label,
.sign-up .input-wrapper label{
    display: block;
    position: relative;
    color: #000000;
    line-height: 14px;
    font-size: 12px;
}

.sign-in .input-wrapper label.form-check-label,
.sign-up .input-wrapper label.form-check-label{
    display: flex;
}

.sign-in .input-wrapper label.form-check-label {
    align-items: center;
}

.sign-up .input-wrapper label.form-check-label {
    align-items: baseline;
}

.sign-in .input-wrapper label.form-check-label.checked .checkmark,
.sign-up .input-wrapper label.form-check-label.checked .checkmark {
    background-color: #5dce2b;
    border-color: #5dce2b;
}

.sign-in .input-wrapper label.form-check-label .checkmark,
.sign-up .input-wrapper label.form-check-label .checkmark {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.sign-in .input-wrapper label.form-check-label .checkmark::before, 
.sign-up .input-wrapper label.form-check-label .checkmark::before {
    content: "";
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 0.625rem;
    height: 0.3125rem;
    transform: rotateZ(-45deg);
    opacity: 0;
    transition: opacity .15s ease-in-out;
}

.sign-in .input-wrapper label.form-check-label.checked .checkmark::before,
.sign-up .input-wrapper label.form-check-label.checked .checkmark::before {
    opacity: 1;
}

.sign-in .input-wrapper label.not-valid-item, 
.sign-up .input-wrapper label.not-valid-item {
    color: #ff567e !important;
}

.sign-in .input-wrapper input[type=checkbox],
.sign-up .input-wrapper input[type=checkbox] {
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: none;
    cursor: pointer;
    opacity: 0;
}

.sign-in .input-wrapper input, 
.sign-up .input-wrapper input,
.input-wrapper select {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #999999 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    padding: 0.375rem !important;
    width: 100%;
}

.sign-up .select-box-custom .filter-options-input {
    font-weight: 400;
}

.sign-in .sign-in-actions a {
    font-weight: 700;
}

.sign-in .sign-in-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.sign-in .sign-in-actions .input-wrapper {
    margin-bottom: unset;
}

.sign-in .actions,
.sign-up .actions {
    font-size: 16px;
}

.sign-in .actions .go-to-text div,
.sign-up .actions .go-to-text div {
    margin-bottom: 5px;
}

.sign-in a.arrow,
.sign-up a.arrow {
    color: #4cafdd;
}

.sign-in .actions .arrow,
.sign-up .actions .arrow {
    font-weight: 700;
}

.sign-in .actions .arrow,
.sign-up .actions .arrow {
    border: none;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    min-width: 10rem;
    line-height: 18px;
    margin-block: 16px;
}

.sign-in .text-error,
.sign-up .text-error {
    color: #ff567e !important;
}

.sign-in .button,
.sign-up .button {
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    background-color: #0097D4;
    color: #ffffff !important;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    min-width: 10rem;
    transition: background-color .3s ease-in-out;
    font-size: 14px !important;
    line-height: 18px;
    margin-block: 16px;
}

.sign-in :is(#sign-in-screen,.email-and-password) .actions,
.sign-up :is(#sign-in-screen,.email-and-password) .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.sign-in .actions .go-to-text,
.sign-up .actions .go-to-text,
.sign-in .social-connections,
.sign-up .social-connections {
    text-align: center;
}

.sign-in #Twitter_btn div,
.sign-up #Twitter_btn div {
    background-image: url('/-/media/images/icons/x-logo.svg') !important;
    background-position: center !important;
    background-size: contain;
}

.sign-in .visual-break, 
.sign-up .visual-break {
    border: none;
    border-top: 1px solid;
    border-color: #b7b7b7;
    margin-block: 2.5rem;
}

.sign-in .gigya-social-login .gigya-login-providers, 
.sign-up .gigya-social-login .gigya-login-providers {
    display: flex;
    justify-content: center;
}

.sign-in .gigya-social-login .gigya-login-providers-container, 
.sign-up .gigya-social-login .gigya-login-providers-container {
    margin: 0 !important;
    width: auto !important;
}

.sign-in .button[disabled],
.sign-up .button[disabled] {
    background-color: #b7b7b7;
    cursor: not-allowed;
}

.sign-up .consent-container,
.sign-in .consent-container {
    margin-top: 50px;
}

.sign-up .consent-container.input-wrapper .form-check-label,
.sign-in .consent-container.input-wrapper .form-check-label {
    font-size: 16px
}

.sign-up .consent-and-profile .heading {
    margin-bottom: 60px;
}

.sign-in .consent-and-profile .actions a,
.sign-up .consent-and-profile .actions a {
    display: inline-block;
    width: fit-content;
}

.sign-up .sign-up-completion {
    text-align: center;
}

.sign-up .sign-up-completion h1 {
    margin: 0;
    margin-block: 1em;
}

.sign-up .sign-up-completion p {
    margin: 0;
    margin-block: 1em;
}

.sign-in .gigya-social-login .gigya-login-provider:not(:last-of-type) button, 
.sign-up .gigya-social-login .gigya-login-provider:not(:last-of-type) button {
    padding-right: 22px;
}

.sign-up .select-box-custom .select .arrow {
    background-image: url(../icons/arrow-down.svg);
}

.sign-up .select-box-custom .select .open.arrow {
    background-image: url(../icons/arrow-up.svg);
}

@media (min-width: 768px) {
    .sign-in .sign-in-actions, 
    .sign-up .sign-in-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .sign-in .sign-in-actions .input-wrapper, 
    .sign-up .sign-in-actions .input-wrapper {
        order: 2;
    }

    .sign-in .sign-in-actions a[data-switch-screen], 
    .sign-up .sign-in-actions a[data-switch-screen] {
        order: 1;
        margin-bottom: 22px;
    }

    .sign-in :is(#sign-in-screen,.email-and-password) .actions, 
    .sign-up :is(#sign-in-screen,.email-and-password) .actions {
        flex-direction: row;
    }

    .sign-in .hide-desktop-only,
    .sign-up .hide-desktop-only {
        display: none !important;
    }

    .sign-in .gigya-social-login .gigya-login-providers, 
    .sign-up .gigya-social-login .gigya-login-providers {
        justify-content: start;
    }

    .sign-in .actions .go-to-text,
    .sign-up .actions .go-to-text,
    .sign-in .social-connections,
    .sign-up .social-connections {
        text-align: left;
    }
}

/* End sign in and sign up styles */
/* begin custom select styles*/
.select-box-custom {
    position: relative;
    user-select: none;
    width: 100%;
}

.select-box-custom select {
    display: none;
}

.select-box-custom .select {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #A4A7B5 !important;
}

.select-box-custom .select .select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.25rem;
    cursor: pointer;
}

.select-box-custom .select .arrow {
    position: relative;
    height: 12px;
    width: 15px;
    background-image: url(../icons/arrow-down.png);
    background-repeat: no-repeat;
}

.select-box-custom .select .open.arrow {
    background-image: url(../icons/arrow-up.png);
    background-repeat: no-repeat;
}

.select-box-custom .select .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #58b1b9;
    background: #ffffff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    max-height: 200px;
    overflow-y: auto;
}

.select-box-custom .select .custom-options .custom-option {
    position: relative;
    display: block;
    padding: 5px 11px;
    cursor: pointer;
    transition: all 0.5s;
}

.select-box-custom .select .custom-options .custom-option:hover {
    cursor: pointer;
}

.select-box-custom .select .custom-options .custom-option.selected {
    color: #0098da;
    background-color: #E5F4F5;
    border: 2px solid #0098da;
}

.select-box-custom .select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.select-box-custom .select.open .arrow {
    transform: rotate(180deg);
}

/*.filter-options-input {
    font-weight: bold;
}*/

.custom-option {
    color: #000;
}

.custom-option:hover {
    background-color: rgba(0, 152, 218, 0.2);
}
.input-wrapper.select-box-custom input {
    border: none !important;
}

/* end custom select styles*/

.loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

.loading-spinner .modal-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: var(--bg-primary);
    opacity: .5;
}

.loading-spinner .progress-circle-indeterminate {
    z-index: 999;
    background: url('/assets/Account/img/progress/progress-circle-master.svg') no-repeat top left;
    width: 50px;
    height: 50px;
}