﻿* {
  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;
  }

img {
  max-width: 100%;
  height: auto;
}

.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-brand {
    padding: 0.675rem 0;
  }

  .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: 280px;
    }

  .header .navbar-left .nav-link {
    color: #000000;
    font-family: inherit;
    text-transform: uppercase;
    padding: 20px 30px;
    font-size: 12px;
  }

    .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 .navbar-left .mobile-dropdown {
  background-color: #ECEDF1;
  transition: height 0.25s ease-in 0s;
}

header .navbar-right .nav-link {
  color: #000000;
  text-transform: uppercase;
  padding: 20px 30px;
  font-size: 12px;
}

  .header .navbar-right .nav-link:last-of-type {
    padding-bottom: 40px;
  }

.header-hide-mobile {
  display: none;
}

.my-account-header a.nav-item.nav-link {
    display: none;
}

@media only screen and (min-width: 992px) {
  .header > .container {
    align-items: baseline;
  }

  .header .navbar-right {
    padding-left: 35px;
  }

    nav.navbar-nav.navbar-right ul {
        display: flex;
    }

    .user-logged {
        margin-right: 5rem;
    }


    .user-wrapper {
     
      position:absolute;
      cursor: pointer;
    }
  

        .user-wrapper .user-wrapper-menu {
            position: absolute;
            z-index: 1;
            left: 50%;
            transform: translate(-50%, 0);
            pointer-events: none;
            text-align: center;
            border: 1px solid rgba(183, 183, 183, .86);
            background-color: #FFFFFF;
            transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
            opacity: 0;
        }

            .user-wrapper .user-wrapper-menu::before, .user-wrapper .user-wrapper-menu::after {
                content: '';
                position: absolute;
                z-index: -1;
                top: -12px;
                left: 50%;
                transform: translate(-50%, 0);
                border-right: 15px solid transparent;
                border-bottom: 12px solid #FFFFFF;
                border-left: 15px solid transparent;
            }

            .user-wrapper .user-wrapper-menu::before {
                top: -13px;
                border-bottom: 12px solid rgba(183, 183, 183, .86);
            }



    @media only screen and (min-width: 768px) {
        .user-wrapper .user-wrapper-menu {
            padding: calc((13/768)*100vw);
            width: calc((128/768)*100vw);
            top: calc((30/768)*100vw);
        }

       
    }

    @media only screen and (min-width: 992px) {
        .user-wrapper .user-wrapper-menu {
            padding: calc((13/992)*100vw);
            width: calc((128/992)*100vw);
            top: calc((30/992)*100vw);
        }

      
    }

    @media only screen and (min-width: 1199px) {
        .user-wrapper .user-wrapper-menu {
            padding: calc((13/1200)*100vw);
            width: calc((128/1200)*100vw);
            top: calc((30/1200)*100vw);
        }

        .my-account-header a.nav-item.nav-link {
            display: block;
        }
    }

    .user-wrapper-menu.active {
        opacity: 1;
        pointer-events: unset;
    }

    @media (min-width: 768px) {
        .user-wrapper-menu.active {
            top: calc((30/7688)*100vw);
        }
    }

    @media (min-width: 992px) {
        .user-wrapper-menu.active {
            top: calc((30/992)*100vw);
        }
        }
    @media (min-width: 1200px) {
        .user-wrapper-menu.active {
            top: calc((30/1200)*100vw);
        }
    }

    .header .navbar-collapse {
        position: inherit;
        width: auto;
        flex-wrap: wrap;
        justify-content: flex-end !important;
    }

  .header .nav-link {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .header .navbar-left {
    margin-right: auto;
  }

  .header .navbar-left .nav-link {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    padding: inherit;
    padding-left: 2.5em;
    padding-right: .5em;
  }

  header .navbar-right .nav-link {
    font-size: 11px;
    line-height: 15px;
    text-transform: none;
    padding: inherit;
  }

  .header .navbar-right .nav-link:last-of-type {
    padding-bottom: 0;
  }

  .header .header-only-mobile {
    display: none;
  }
}

@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;
  }
}

/* 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: 31px;
    height: 5px;
    margin-bottom: 7px;
    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(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: 31px;
      -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;
    }

/* 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;
}

/* 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 div {
    padding-bottom: 15px;
}*/

.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 {
        padding-bottom: 45px;
        min-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;
}

.form__field--buttons .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__field--buttons .modal__button--contact-form {
  padding: 0 10px;
  margin-left: 25px;
  border-color: transparent;
}

.form__field--buttons .form__info {
  margin: 4px 0 9px;
  font-size: 10px;
  color: black;
  width: 40%;
  margin-right: 24%;
}
/*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 .inline-video {
        padding-bottom: 45px;
        min-height: 350px;
        width: 65%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .carousel-cell .inline-video {
        padding-bottom: 60px;
        min-height: 520px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .carousel-cell .inline-video {
        min-height: 550px;
        width: 70%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .carousel-cell .inline-video {
        padding-bottom: 75px;
        min-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 {
    position: absolute;
    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;
    background-image: inherit;
}

.ao-combo-block.ao-left .ao-form-label {
    margin-bottom: 0;
    background: #fff;
    z-index: 2;
    position: absolute;
    -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] {
    opacity: 0;
}

.ao-combo-label input[type=checkbox] + span {
    position: relative;
}

.ao-combo-label input[type=checkbox] + span::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid;
    border-color: #aaa;
    border-radius: 2px;
    position: absolute;
    left: -20px;
    top: 3px;
    visibility: visible
}

.ao-combo-label input[type=checkbox] + span::after {
    content: none;
    display: inline-block;
    width: 11px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color: #4CAFDD;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -17px;
    top: 4px;
    border-radius: 2px;
    visibility: visible;
}

.ao-combo-label input[type=checkbox]:checked + span::before {
    border-color: #4CAFDD;
}

.ao-combo-label input[type=checkbox]:checked + span::after {
    content: '';
}

.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="checkbox"]:focus + span::before {
    outline: #3b99fc auto 2px;
}

.ao-combo-label input[type=radio] {
    opacity: 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;
}

.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: -4px;
    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%
    }
}

/*End ActOn Form Styles*/