/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* NEW US CORPORATE STYLES */
html {
  font-size: initial;
}
body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #434F57;
  line-height: 1.5;
}
.browsehappy {
  border: 3px solid #c04f4a;
  padding: 10px;
  font-size: 18px;
  margin-top: 63px;
  margin-bottom: 0px;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
}
.browsehappy a {
  font-weight: bold;
  color: #ffdd00;
}
.browsehappy a:hover {
  color: #337ab7;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Nunito Sans", sans-serif;
  color: #00145E;
  letter-spacing: 0.25px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 16px;
}
h1,.h1 {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  h1,.h1 {
    font-size: 50px;
  }
}
h2,.h2 {
  text-transform: none;
  font-size: 34px;
  font-weight: 800;
}
@media (min-width: 768px) {
  h2,.h2 {
    font-size: 40px;
  }
}
h3,.h3 {
  font-size: 32px;
  font-weight: 800;
}
h4,.h4 {
  font-size: 28px;
  font-weight: 600;
}
h5,.h5 {
  font-size: 24px;
  font-weight: 600;
}
h6,.h6 {
  font-size: 20px;
  font-weight: 600;
}
.container--narrow {
  max-width: 768px;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.corporate-navbar > .container::before,
.corporate-navbar > .container::after {
  display: none;
}

.corporate-navbar > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.corporate-navbar {
  z-index: 10;
  min-height: 65px;
  background-color: white;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
.corporate-navbar .navbar-brand {
  margin: 0;
}
.corporate-navbar .navbar-right {
  float: right !important;
}
.corporate-navbar li a {
  font-size: 14px;
  color: #00145E;
  padding-top: 20px;
  padding-bottom: 23px;
  border: 0;
}
.corporate-navbar .nav-tabs {
  border: 0;
}
.corporate-navbar .nav-tabs > li > a:hover,
.corporate-navbar .nav-tabs > li.active > a,
.corporate-navbar .nav-tabs > li.active > a:hover,
.corporate-navbar .nav-tabs > li.active > a:focus {
  border: 0;
  background: #f5f5f5;
  border-radius: 0;
  color: #0C95B4;
  cursor: pointer;
}
.corporate-navbar > .container .navbar-brand {
  margin-left: 0 !important;
}
.corporate-dropdown .tab-content {
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  top: 60px;
  color: #00145E;
  z-index: 9;
}
.corporate-dropdown .tab-pane {
  padding: 50px 0;
}
.corporate-dropdown .dropdown-container {
  width: 750px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -15px;
  margin-bottom: -8px;
}
.corporate-navbar li {
  pointer-events: hover;
}
.corporate-dropdown ul {
  list-style: none;
}
.corporate-dropdown h2 {
  margin-top: 0;
  border-bottom: 1px solid #00145E;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
}
.corporate-dropdown .tab-content a {
  text-decoration: none;
}
.corporate-dropdown .tab-content .dropdown a {
  padding: 3px 20px;
  line-height: 1.5;
}
.corporate-dropdown .dropdown-header {
  font-size: 16px;
  color: #00145E;
}
.dropdown-container .dropdown {
  padding-left: 0;
}

/* Fluidra */
.btn,
.corp-btn,
.corp-btn-grey,
.corp-btn-blue,
.corp-btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 2px solid #0C95B4;
  border-radius: 45px;
  height: 45px;
  padding: 10px 36px;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}
.btn[disabled] {
  color: #fff;
  background: #A5B6C1;
  border-color: #A5B6C1;
  opacity: 1;
}
/* original zodiac buttons */
.corp-btn,
.corp-btn-grey,
.corp-btn-blue,
.corp-btn-yellow {
  color: #fff;
  background: #0C95B4;
}
.corp-btn:hover,
.corp-btn:focus,
.corp-btn-grey:hover,
.corp-btn-grey:focus,
.corp-btn-blue:hover,
.corp-btn-blue:focus,
.corp-btn-yellow:hover,
.corp-btn-yellow:focus {
  color: #fff;
  background: #33759C;
  box-shadow: 5px 10px 20px rgba(51,117,156,0.2);
}
.btn-secondary {
  color: #0C95B4;
  background: #fff;
  border: solid 2px #0C95B4;
}
.btn-secondary:hover {
  color:#33759C;
  border: solid 2px #33759C;
}
/**/
.logo-container {
  margin-top: 200px;
  float: right;
}

.corporate-navbar-mobile {
  background: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  z-index: 10;
  margin-top: 27px;
}
.corporate-navbar-mobile .navbar-header {
  -webkit-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.05);
  -moz-box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.05);
  box-shadow: 1px 1px 7px 0px rgba(50, 50, 50, 0.05);
}
.corporate-navbar-mobile .navbar-toggle {
  position: relative;
  float: right;
  padding: 5px;
  margin-top: 11px;
  margin-right: 10px;
  margin-bottom: 11px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.corporate-navbar-mobile .navbar-toggle:focus {
  outline: 0;
}

.corporate-navbar-mobile .navbar-toggle .icon-bar {
  display: block;
  width: 33px;
  height: 4px;
  border-radius: 1px;
  background: #00145E;
}
#collapsedCorpNav .dropdown {
  text-transform: uppercase;
  font-weight: bold;
}
#collapsedCorpNav .dropdown:active a,
#collapsedCorpNav .dropdown.active > a,
#collapsedCorpNav .dropdown a:hover {
  background: #eee;
}
#collapsedCorpNav a {
  color: #0C95B4;
}
#collapsedCorpNav a:hover {
  color: #363636;
}
#collapsedCorpNav .dropdown-menu {
  padding-top: 0;
  padding-left: 30px;
  text-transform: none;
}
/* Vidyard Responsive Video */
.vidyard_player > span {
  position: relative;
  display: block;
  height: 0 !important;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  width: inherit !important;
}
.vidyard_iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sticky-btn-trigger {
  bottom: 145px;
  position: absolute;
}
.sticky-btn {
  height: 1px;
  z-index: 5;
  position: absolute;
  bottom: 100px;
}
/* GLOBAL MEDIA QUERIES */
/* Smallest devices (mobile, 479px and below) */
@media (max-width: 479px) {
  #logosCarousel .Coverpools-logo {
    margin-top: 18px !important;
  }
  .explorer-tabs .glyphicons,
  .explorer-tabs .glyphicon,
  .explorer-tabs .fa,
  .feat-tabs .fa {
    font-size: 70px;
  }
  .detail-carousel .fa {
    font-size: 70px;
  }
  .explorer-tabs .glyphicons,
  .explorer-tabs .glyphicon {
    margin-bottom: 20px;
  }
  .circle-text p {
    font-size: 14px;
  }
  .explorer-tabs .circle-text div {
    padding-top: 25% !important;
  }
  .hover-effect .glyphicons {
    font-size: 100px;
    top: 35%;
    left: 33%;
  }
  .full-height-embed {
    padding-bottom: 2500px !important;
  }
  .news-title {
    display: block;
    margin-bottom: 30px;
  }
  .results-top > div,
  .text-center-xs {
    text-align: center;
  }
  .pin {
    width: 25px;
    height: 25px;
  }
  .location {
    font-size: 14px;
    margin-bottom: 30px;
    min-height: 200px;
  }
  .location address {
    max-width: 250px;
  }
  .girl {
    top: 300px;
    max-width: 400px;
    margin-left: 10% !important;
  }
  .section2 {
    height: 530px;
  }
  .section1-2 h2 {
    font-size: 20px;
  }
  .explorer-tabs .nav-pills li a {
    border-right: 1px solid #e5e5e5;
  }
  .feat-tabs .nav-pills li a {
    border-right: 1px solid #363636;
  }
  .header-section h1 {
    margin-top: 50px;
  }
  .round-img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-section {
    padding: 40px 0;
  }
}

/* X-Small devices (mobile, 480px and up) */
@media (min-width: 480px) {
  .banner-section {
    padding: 40px 0;
  }
  .explorer-tabs .glyphicons,
  .explorer-tabs .glyphicon,
  .explorer-tabs .fa,
  .feat-tabs .fa,
  .detail-carousel .fa {
    font-size: 60px;
  }
  .explorer-tabs .glyphicons,
  .explorer-tabs .glyphicon {
    margin-bottom: 20px;
  }
  .circle-text p {
    font-size: 16px;
  }
  .hover-effect .glyphicons {
    font-size: 100px;
    top: 35%;
    left: 32%;
  }
  .hover-effect img {
    margin: 0 auto;
  }
  .news-title {
    display: block;
    margin-bottom: 40px;
  }
  .pin {
    width: 25px;
    height: 25px;
  }
  .location {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .girl {
    top: 270px;
    max-width: 500px;
    margin-left: 20% !important;
  }
  .section2 {
    height: 550px;
  }
  .round-img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .panel-title a,
  .panel-title a:hover,
  .panel-title a:focus {
    text-decoration: none;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .corporate-navbar .navbar-brand {
    width: 210px;
  }
  .round-img h2 {
    font-size: 24px !important;
  }
  .round-img p {
    font-size: 16px !important;
  }
  .hover-effect .glyphicons {
    font-size: 70px;
    top: 32%;
    left: 36%;
  }
  .hover-effect h2 {
    font-size: 17px !important;
  }
  .hover-effect p {
    font-size: 12px !important;
    padding: 20px 15px !important;
    margin: 0 !important;
  }
  .news-title {
    margin-bottom: 0;
  }
  .explorer-tabs .nav-pills li a {
    border-right: none !important;
  }
  .feat-tabs .nav-pills li a {
    border-right: none !important;
  }
  .explorer-tabs .nav-pills li.active a:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #00145E transparent;
    display: block;
    width: 0;
  }
  .feat-tabs .nav-pills li.active a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #ffdd00 transparent;
    display: block;
    width: 0;
  }
  .header-section h1 {
    margin-top: 100px;
  }
  .girl {
    top: 110px;
    margin-left: 0 !important;
    max-width: 100%;
  }
  .round-img {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .detail-tabs .nav-tabs.nav-justified > li > a {
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
  }
  .detail-tabs .nav-tabs > li.active > a {
    background: #fff;
    color: #000 !important;
    border: 1px solid #000;
    border-bottom: #fff !important;
  }
  .detail-tabs .nav-tabs a {
    color: #666 !important;
  }
  .Savi-logo {
    margin-top: 5px !important;
  }
  #nature2-logo {
    margin-top: -15px;
  }
  .Coverpools-logo {
    margin-top: 15px !important;
  }
}
@media (max-width: 1199px) {
  /* CAREER PAGE */
  .HR-Hero h2 {
    font-size: 37px !important;
  }
  .HR-hover-effect {
    height: 100% !important;
  }
  .HR-Stats h1 {
    padding-top: 40px !important;
    padding-bottom: 43px !important;
  }
  .HR-Stats p {
    padding-left: 20px !important;
    padding-right: 21px !important;
  }
  .HR-Stats .Picture {
    height: 415px !important;
  }
  .HR-Stats .Picture .hr-stats-overlay {
    height: 100% !important;
  }
  .HR-Culture h2 {
    margin-bottom: 48px !important;
  }
  .HR-Location .HR-hover-effect {
    height: 292px !important;
  }
  .HR-People .HR-hover-effect {
    height: 321px !important;
  }
  .HR-mask h1 {
    font-size: 37px !important;
    padding-top: 90px !important;
  }

  .HR-Stats-2 .col-md-4 h3 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .bootstrap-col h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 13px !important;
  }
  .PYC-Home h1 {
    font-size: 48px !important;
  }
  /*PICK YOUR CLEANER ROBOTIC*/
  .PYC-Suction-product {
    margin-top: 91px !important;
    width: 519px !important;
    margin-left: -331px !important;
    z-index: 1 !important;
    position: absolute !important;
  }
  .PYC-Robotic-product,
  .PYC-Pressure-product {
    margin-top: 181px !important;
    width: 418px !important;
    margin-left: -249px !important;
    z-index: 1 !important;
    position: absolute !important;
  }
  .PYC-info-blocks .box {
    height: 320px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    width: 32% !important;
  }
  .PYC-Robotic2 .tip,
  .PYC-Pressure2 .tip,
  .PYC-Suction2 .tip {
    margin-right: 117px !important;
  }
  .PYC-Pressure2 .PYC-circle {
    margin-left: 17% !important;
  }
  .PYC-circle {
    margin-left: 24% !important;
  }
  .PYC-Parts .col-lg-offset-1 {
    margin-left: -1.667% !important;
  }
  .PYC-Robotic3 h1,
  .PYC-Pressure3 h1,
  .PYC-Suction3 h1 {
    font-size: 57px;
  }
  .PYC-Robotic3 h2,
  .PYC-Pressure3 h2,
  .PYC-Suction3 h2 {
    font-size: 24px;
  }
  .PYC-Pressure3 .PYC-product {
    max-width: 406px !important;
    margin-top: -105px !important;
    margin-left: -26px !important;
  }
  .PYC-Suction3 .PYC-product {
    max-width: 572px !important;
    margin-left: -127px !important;
  }
  .PYC-Robotic3 .PYC-product {
    max-width: 386px !important;
    margin-top: 18px !important;
    margin-left: 7px !important;
  }
  /* PICK YOUR CLEANER HOME*/
  .PYC-Section1 {
    height: 253px !important;
    margin-top: 52px !important;
  }
  .PYC-product {
    max-width: 270px !important;
  }
  .PYC-suction .PYC-product {
    margin-top: -25px !important;
  }
  .corporate-navbar-mobile .navbar-header {
    float: none;
  }
  .corporate-navbar-mobile .navbar-toggle {
    display: block;
  }
  .corporate-navbar-mobile .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .corporate-navbar-mobile .navbar-collapse.collapse {
    display: none !important;
  }
  .corporate-navbar-mobile .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .corporate-navbar-mobile .navbar-nav > li {
    float: none;
  }
  .corporate-navbar-mobile .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .corporate-navbar-mobile .navbar-collapse.in {
    display: block !important;
  }
  .corporate-navbar-mobile .collapsing {
    overflow: hidden !important;
  }
  .corporate-navbar-mobile .dropdown-menu {
    position: relative;
    float: none;
    min-width: 0px;
    border: none;
    border-radius: none;
    box-shadow: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  /* CAREER PAGE */
  .HR-Company img {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .HR-change {
    top: 126px !important;
    margin-top: 0px !important;
  }
  .HR-Hero .btn {
    margin-top: -68px;
  }
  .HR-Stats h1 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .HR-Stats p {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .HR-Stats .Picture {
    height: 396px !important;
  }
  .HR-Culture h2 {
    margin-bottom: 52px !important;
  }
  .HR-People h3,
  .HR-Culture h3,
  .HR-Location h3,
  .HR-Giving h3 {
    text-shadow: 0px 0px 11px rgba(5, 5, 5, 0.9);
  }
  .HR-Stats-2 .col-md-4 h3 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .secondNav li {
    padding: 14px 21px !important;
  }
  .secondNav li a {
    font-size: 21px !important;
  }
  .HR-Giving .HR-hover-effect img {
    margin-top: 0px !important;
  }
  .HR-People .HR-hover-effect {
    height: 274px !important;
  }
  /* PICK YOUR CLEANER HOMEPAGE SECTION*/
  .PYC-Home h1 {
    font-size: 36px !important;
    margin-top: 14px !important;
  }
  .PYC-Home {
    background-position: 100% -520px !important;
  }
  /* PICK YOUR CLEANER ROBOTIC*/

  .PYC-Robotic3 .PYC-btns,
  PYC-Pressure3 .PYC-btns,
  PYC-Suction3 .PYC-btns {
    margin-top: 27px !important;
    margin-bottom: 40px !important;
    float: left !important;
  }
  .PYC-Pressure3 .PYC-product,
  .PYC-Suction3 .PYC-product {
    padding-top: 0px !important;
  }
  .PYC-Robotic3 {
    padding-top: 37px !important;
  }

  .PYC-Robotic2 .tip,
  .PYC-Pressure2 .tip,
  .PYC-Suction2 .tip {
    margin-right: 86px !important;
  }
  .PYC-circle {
    margin-left: 14% !important;
  }
  .PYC-Pressure2 .PYC-circle {
    margin-left: 5% !important;
  }
  .PYC-info-blocks img {
    width: auto !important;
    max-height: 22% !important;
  }
  .PYC-info-blocks .box {
    height: 320px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    width: 32% !important;
  }
  .PYC-Robotic1 .PYC-btns,
  .PYC-Pressure1 .PYC-btns,
  .PYC-Suction1 .PYC-btns {
    display: inline-block !important;
    margin-top: 25px !important;
  }

  .PYC-Robotic-product {
    margin-top: 255px !important;
    max-width: 113% !important;
    margin-left: -233px !important;
    z-index: 1 !important;
    position: absolute !important;
  }
  .PYC-Robotic1 h2,
  .PYC-Pressure1 h2,
  .PYC-Suction1 h2 {
    font-size: 42px !important;
  }
  .PYC-Robotic1 h1,
  .PYC-Pressure1 h1,
  .PYC-Suction1 h1 {
    font-size: 50px !important;
  }
  .PYC-Robotic1 .PYC-yellow,
  .PYC-Suction1 .PYC-yellow,
  .PYC-Pressure1 .PYC-yellow {
    font-size: 50px !important;
  }
  .PYC-Parts .col-sm-4 {
    padding: 5px;
  }
  .PYC-Parts .col-lg-offset-1 {
    margin-left: 0% !important;
  }
  .PYC-Robotic3 h1,
  .PYC-Pressure3 h1,
  .PYC-Suction3 h1 {
    font-size: 55px !important;
  }
  .PYC-Robotic3 h2,
  .PYC-Pressure3 h2,
  .PYC-Suction3 h2 {
    font-size: 20px !important;
  }
  .PYC-Robotic3 .PYC-btns,
  .PYC-Pressure3 .PYC-btns,
  .PYC-Suction3 .PYC-btns {
    margin-top: 20px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .PYC-Pressure3 .PYC-product {
    margin-left: -98px !important;
  }
  .PYC-Suction3 .PYC-product {
    margin-left: -190px !important;
  }
  .PYC-Robotic3 .PYC-product {
    margin-left: -30px !important;
    max-width: 360px !important;
    margin-top: -30px !important;
  }
  /* PICK YOUR CLEANER HOME*/
  .PYC-Section1 {
    height: 100% !important;
    margin-bottom: -15px !important;
  }
  .PYC-Section1 h1 {
    padding-top: 47px !important;
  }
  .PYC-Section1 h1,
  .PYC-Section1 h2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .PYC-Section1 h2 {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .PYC-Section2 {
    background-position: 58% -9px !important;
  }
  .PYC-Section2 h4,
  .PYC-Section3 h4 {
    display: none;
    text-align: center;
  }
  .PYC-Section2 h1,
  .PYC-Section3 h1,
  .PYC-Section2 p,
  .PYC-Section3 p {
    text-align: center;
  }
  .PYC-product {
    float: none !important;
    margin-bottom: 33px;
    padding-top: 40px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 73% !important;
  }
  .PYC-suction .PYC-product {
    max-width: 90% !important;
    padding-top: 0px;
  }
  .PYC-Suction-product {
    display: none !important;
  }
  .PYC-Suction-product-tab {
    width: 711px !important;
    display: inline-block !important;
    margin-left: -563px !important;
    margin-top: -151px !important;
    position: absolute !important;
  }
  .PYC-Pressure-product {
    margin-top: 216px !important;
    width: 439px !important;
    margin-left: -339px !important;
    z-index: 1 !important;
    position: absolute !important;
  }

  .PYC-btns {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 170px !important;
    margin-bottom: 40px !important;
  }
  .PYC-carousel-wrapper {
    margin-top: 20px !important;
    width: 500px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .PYC-carousel-wrapper h4 {
    display: block !important;
    font-size: 34px !important;
  }
  .PYC-carousel-wrapper .fa {
    font-size: 100px;
  }
  .PYC-carousel-wrapper .owl-nav {
    margin-top: -244px;
    width: 607px;
    margin-right: auto;
    margin-left: -49px;
  }
  .PYC-Slider p {
    font-size: 23px !important;
  }
  .PYC-Slider img {
    width: 178px !important;
  }
  .PYC-carousel-wrapper .owl-next {
    float: right !important;
    margin-top: -103px !important;
  }
  .PYC-carousel-wrapper .owl-nav .owl-next,
  .PYC-carousel-wrapper .owl-nav .owl-prev {
    width: 50px !important;
  }
}
@media(max-width:767px) {
  .HR-People a,
  .HR-Culture a,
  .HR-Location a,
  .HR-Giving a {
    width: 100%;
    display: flex;
    height: 250px;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .HR-People,
  .HR-Culture,
  .HR-Location,
  .HR-Giving {
    margin-bottom: 16px;
  }
}
@media (max-width: 750px) {
  /* CAREER PAGE */
  .HR-blue {
    background: none !important;
  }
  .HR-Location,
  .HR-Giving {
    margin-top: 0px !important;
  }
  .HR-Company img {
    width: 80% !important;
  }
  .HR-Hero .Mobile {
    display: inline-block !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
  }
  .HR-Hero {
    background-size: 1756px 684px !important;
    height: 660px !important;
  }
  .HR-Hero .fa {
    margin-top: 168px !important;
  }

  .secondNav {
    display: none !important;
  }
  .HR-Company h1 {
    font-size: 40px !important;
  }
  .HR-Company-mobile {
    display: inline-block !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .HR-Company-mobile i {
    font-size: 31px !important;
    color: #00aeef !important;
    margin-top: -17px !important;
  }
  .picturecontent i {
    float: none !important;
    font-size: 25px !important;
    color: rgb(255, 255, 255) !important;
  }
  .picturecontent {
    position: relative;
    text-align: center !important;
  }

.HR-People a img,
.HR-Culture a img,
.HR-Location a img,
.HR-Giving a img {
  position: absolute;
  display: flex;
  object-fit: cover;
}
  .HR-Stats .Picture {
    height: 100% !important;
    background-image: none !important;
  }
  .HR-Stats .Picture .hr-stats-overlay {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .HR-Stats p {
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .HR-Stats-2 .col-md-4 {
    border-bottom: 1px solid #e5e5e5;
    border-right: none !important;
    margin-bottom: 25px !important;
  }
  .HR-People .HR-hover-effect,
  .HR-Culture .HR-hover-effect,
  .HR-Location .HR-hover-effect,
  .HR-Giving .HR-hover-effect {
    display: none;
  }
  .HR-People-mobile,
  .HR-Culture-mobile,
  .HR-Location-mobile,
  .HR-Giving-mobile {
    display: block !important;
    padding: 0;
  }
  .HR-People-mobile img,
  .HR-Culture-mobile img,
  .HR-Location-mobile img,
  .HR-Giving-mobile img {
    filter: brightness(60%);
  }
  .HR-mask h1 {
    font-size: 20px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    color: rgba(0, 20, 94, 1) !important;
    font-weight: 600 !important;
  }
  .HR-Benefits .ben-box {
    background-color: #00145E;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
  }
  .HR-Benefits {
    background-color: #fff !important;
    padding-bottom: 0px !important;
  }
  .HR-Benefits h1 {
    font-size: 40px !important;
    margin-top: 0px !important;
  }
  .HR-Benefits .row {
    display: none !important;
  }
  .HR-Benifit-mobile {
    display: inline !important;
  }
  .HR-Benifit-mobile i {
    color: #fff !important;
    float: right !important;
    margin-top: -31px;
    margin-right: 10px;
    font-size: 25px;
  }
  .ben-content {
    color: rgb(109, 109, 109);
    border: 2px solid #00145E;
    text-align: left;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .ben-box h2 {
    font-size: 18px;
    color: #fff !important;
    text-align: left;
    padding-left: 5px;
    margin-top: 10px;
  }
  .HR-change {
    top: 126px !important;
    margin-top: 0px !important;
  }
  .HR-Hero .btn {
    margin-top: -30px;
  }

  /* PICK YOUR CLEANER HOMEPAGE SECTION*/
  .PYC-homesection-mobile {
    display: inline !important;
    margin-bottom: 20px !important;
  }
  .PYC-homesection {
    display: none !important;
  }
  .PYC-Home {
    background-image: url("/-/media/035D28B64C2849AFA240B356CF02423E.ashx") !important;
    text-align: center !important;
    background-size: cover !important;
    background-position: 100% !important;
  }
  /* PICK YOUR CLEANER ROBOTIC*/
  /*Section1*/
  .PYC-Robotic1,
  .PYC-Pressure1,
  .PYC-Suction1 {
    background-image: none !important;
    background-color: #45617d !important;
    border-bottom: none !important;
  }
  .PYC-Pressure1 {
    background-image: none !important;
    background-color: #45617d !important;
    border-bottom: none !important;
  }
  .PYC-Robotic1 .RoboHeader,
  .PYC-Pressure1 .RoboHeader,
  .PYC-Suction1 .RoboHeader {
    background-color: transparent !important;
    float: none !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .PYC-Robotic1 h1,
  .PYC-Pressure1 h1,
  .PYC-Suction1 h1 {
    font-size: 50px !important;
    text-align: center !important;
  }
  .PYC-Robotic1 h2,
  .PYC-Pressure1 h2,
  .PYC-Suction1 h2 {
    font-size: 40px !important;
    text-align: center !important;
  }
  .RoboHeader h3 {
    display: none;
  }
  .PYC-Robotic1 p,
  .PYC-Pressure1 p,
  .PYC-Suction1 p {
    text-align: center !important;
    width: 100% !important;
  }
  .cleaner-nav {
    text-align: center !important;
    font-size: 20px !important;
    margin-bottom: 30px !important;
  }
  .PYC-Suction1 .PYC-logos,
  .PYC-Robotic1 .PYC-logos,
  .PYC-Pressure1 .PYC-logos {
    display: none !important;
  }
  .PYC-logos {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .PYC-Robotic-product_mobile {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .PYC-Suction-product_mobile {
    width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -11px !important;
  }
  .PYC-Robotic-product {
    display: none !important;
  }
  .PYC-Suction-product {
    display: none !important;
  }
  .PYC-Pressure-product {
    display: none !important;
  }
  .PYC-Suction-product-tab {
    display: none !important;
  }
  .PYC-Robotic1 .PYC-yellow {
    font-size: 50px !important;
  }
  .PYC-Robotic1 .PYC-btns,
  .PYC-Pressure1 .PYC-btns,
  .PYC-Suction1 .PYC-btns {
    width: 100% !important;
    margin-top: 0px !important;
  }
  /*Section2*/
  .PYC-Robotic2 h3,
  .PYC-Pressure2 h3,
  .PYC-Suction2 h3 {
    margin-top: 5px !important;
    text-align: left;
    font-size: 16px !important;
  }
  .PYC-info-blocks .box {
    display: none !important;
  }
  .featureslist {
    display: inline !important;
  }
  .featureslist i {
    margin-top: -32px !important;
    font-size: 31px !important;
  }
  .PYC-Robotic2,
  .PYC-Pressure2,
  .PYC-Suction2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .PYC-info-blocks img {
    float: left !important;
    margin-right: 10px !important;
    max-height: 31px !important;
  }
  .featureslist a:link,
  .featureslist a:visited,
  .featureslist a:hover,
  .featureslist a:active {
    color: #0C95B4 !important;
    border: 1px solid #d4dadd !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
    display: block !important;
  }
  .pyc-well {
    background-color: #f6f6f6 !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pyc-well p {
    text-align: left;
    font-size: 15px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .PYC-Robotic2 hr,
  .PYC-Pressure2 hr,
  .PYC-Suction2 hr {
    display: none !important;
  }
  .PYC-hover-effect p {
    font-size: 12px !important;
  }
  .PYC-hover-effect {
    width: 80% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 23px !important;
  }
  .PYC-circle,
  .PYC-Pressure2 .PYC-circle {
    width: 90px !important;
    height: 90px !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .PYC-circle h2 {
    padding-top: 25px !important;
    font-size: 30px !important;
  }
  .PYC-Robotic2 .tip,
  .PYC-Pressure2 .tip,
  .PYC-Suction2 .tip {
    text-align: center !important;
    margin-right: 0px !important;
  }
  /*Section3*/
  .PYC-Robotic3 {
    height: 100% !important;
    text-align: center !important;
    padding-top: 316px !important;
  }
  .PYC-Suction3 {
    padding-top: 233px !important;
    height: 100% !important;
    text-align: center !important;
  }
  .PYC-Pressure3 {
    text-align: center !important;
    padding-top: 140px !important;
    height: 100% !important;
  }
  .PYC-Pressure3 .PYC-product {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
  }
  .PYC-Suction3 .PYC-product {
    display: none !important;
  }
  .PYC-Robotic3 .PYC-product {
    margin-left: auto !important;
    max-width: 100% !important;
    margin-top: -287px !important;
    margin-right: auto !important;
    position: relative !important;
  }
  .PYC-product-mobile {
    display: inline-block !important;
    margin-top: -237px !important;
  }

  .PYC-Robotic3 .PYC-btns,
  .PYC-Pressure3 .PYC-btns,
  .PYC-Suction3 .PYC-btns {
    float: none !important;
    width: 100% !important;
    margin-top: 45px !important;
  }

  /* PICK YOUR CLEANER HOME*/
  .PYC-btns {
    margin-top: 111px !important;
    margin-bottom: 12px !important;
  }
  .PYC-Section1 h1 {
    font-size: 41px !important;
  }
  .PYC-Slider p {
    font-size: 14px !important;
  }
  .PYC-Slider h4 {
    font-size: 18px !important;
  }
  .PYC-carousel-wrapper {
    margin-top: -200px;
    width: 200px !important;
  }
  .PYC-carousel-wrapper .owl-nav {
    margin-top: -200px !important;
    width: 309px !important;
    margin-right: auto !important;
    margin-left: -48px !important;
  }
  .PYC-suction .PYC-product {
    padding-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .banner-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  #nature2-logo {
    width: 92px;
  }
  .banner-section small {
    vertical-align: -40px;
  }
  .banner-section .subline {
    padding-left: 0;
  }
  .explorer-tabs .glyphicons,
  .explorer-tabs .glyphicon,
  .explorer-tabs .fa,
  .feat-tabs .fa,
  .detail-carousel .fa {
    font-size: 45px;
  }
  .explorer-tabs .glyphicons,
  .explorer-tabs .glyphicon {
    margin-bottom: 15px;
  }
  .hover-effect .glyphicons {
    font-size: 90px;
    top: 34%;
    left: 34%;
  }
  .hover-effect p {
    padding: 30px 20px !important;
    margin: 0 !important;
  }
  .pin {
    width: 20px;
    height: 20px;
  }
  .location {
    font-size: 11px;
    min-height: 170px;
    margin-bottom: 30px;
  }
  .location address {
    max-width: 200px;
  }
  .offerings-dropdown {
    font-size: 14px;
  }
  .header-section h1 {
    margin-top: 420px;
  }
  .girl {
    height: 100%;
    top: 0;
    bottom: 0;
    margin-left: 0 !important;
    max-width: 100%;
  }
  .Coverpools-logo {
    margin-top: 25px !important;
  }
}

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  .corporate-navbar li a {
    font-size: 16px;
  }
  .banner-section small {
    vertical-align: -45px;
  }
  .explorer-tabs .glyphicons,
  .explorer-tabs .glyphicon,
  .explorer-tabs .fa,
  .feat-tabs .fa,
  .detail-carousel .fa {
    font-size: 60px;
  }
  .explorer-tabs .glyphicons,
  .explorer-tabs .glyphicon {
    margin-bottom: 20px;
  }
  .circle-text p {
    font-size: 16px;
  }
  .hover-effect .glyphicons {
    font-size: 90px;
    top: 34%;
    left: 37%;
  }
  .pin {
    width: 25px;
    height: 25px;
  }
  .location {
    font-size: 14px;
    min-height: 220px;
  }
  .location address {
    max-width: 250px;
  }
  .girl {
    margin-left: 15% !important;
  }
}
/* PICK YOUR CLEANER HOMEPAGE SECTION*/
.PYC-Home {
  background-image: url("/-/media/787B77F2D67A4C85921FDFD5CF5573DB.ashx");
  overflow: hidden;
  height: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 100% -424px;
}
.PYC-Home .container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.PYC-Home .btn {
  width: 169px;
}
.PYC-homesection {
  margin-top: -11px;
  margin-bottom: -15px;
  width: 531px;
  margin-left: -62px;
}
.PYC-homesection-mobile {
  display: none;
}
.PYC-Home h1 {
  font-size: 56px;
  margin-top: 34px;
  margin-bottom: 25px;
}
/* PICK YOUR CLEANER HOME*/
/* Global */
.PYC-carousel-wrapper {
  margin: 0px 4px;
  width: 100%;
}
.PYC-logos {
  width: 200px;
}
.PYC-product {
  max-width: 385px;
  margin-right: 34px;
}
.PYC-yellow {
  color: rgb(252, 227, 0);
}
.PYC-btns {
  width: 271px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.PYC-btns:hover {
  background-color: #fff;
  color: #000 !important;
}

/* Section1 */
.PYC-Section1 {
  height: 267px;
  background-color: #45617d;
  color: #fff;
  text-align: center;
  margin-top: 63px;
  z-index: 1;
}
.PYC-Section1 h1 {
  padding-top: 68px;
  font-size: 60px;
  z-index: -1;
}
.PYC-Section1 h2 {
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
  margin-top: 15px;
}
/* Robotic, Pressure, Robotic Sections */
.PYC-Section2,
.PYC-Section3 p {
  font-weight: 300;
}
.PYC-Section2 h1,
.PYC-Section3 h1 {
  font-size: 50px;
}
.PYC-Section2 h4,
.PYC-Section3 h4 {
  font-size: 28px;
  margin-bottom: -20px;
}
.PYC-robotic .container,
.PYC-pressure .container,
.PYC-suction .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.PYC-Section2 {
  background-image: url("/-/media/4133D2BFF16F4092897A9B3DF604D497.ashx");
  overflow: hidden;
  height: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 100% -207px;
  border-top: #fff solid 5px;
}
.PYC-Slider {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.PYC-Slider h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.PYC-Slider p {
  font-size: 14px;
  text-align: center;
}
.PYC-Slider img {
  width: 85px !important;
  display: block;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.PYC-robotic .PYC-product {
  margin-top: 145px;
}
.PYC-pressure .PYC-product {
  margin-top: 28px;
}
.PYC-suction .PYC-product {
  max-width: 476px;
  margin-top: -17px;
}
.PYC-robotic {
  background-color: rgba(51, 51, 51, 0.9);
  height: 100%;
  color: #fff;
}
.PYC-pressure {
  background-color: rgba(0, 63, 127, 0.8);
  color: #fff;
}
.PYC-suction {
  background-color: rgba(6, 159, 221, 0.8);
  border-top: 5px solid rgb(255, 255, 255);
  color: #fff;
}
.PYC-suction .PYC-logos {
  position: relative;
}
.PYC-Section3 {
  background-image: url("/-/media/F563F693056C43CA9B758AFC87B4D017.ashx");
  position: static;
  background-position: center 37px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  border-top: 5px solid rgb(255, 255, 255);
  border-bottom: 5px solid rgb(255, 255, 255);
}
/* PICK YOUR CLEANER ROBOTIC*/
/*Section 1*/
.PYC-Robotic1,
.PYC-Pressure1,
.PYC-Suction1 {
  position: static;
  /*background-position: center -67px;*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  border-bottom: 5px solid rgb(0, 173, 242);
  margin-top: 56px;
  color: #fff;
}
.PYC-Robotic1 {
  background-image: url("/-/media/B8F4025234624DDDB5FB0A029400F262.ashx");
}
.PYC-Pressure1 {
  background-image: url("/-/media/B6EF4DE4191C4ED2BE076C916605E922.ashx");
}
.PYC-Suction1 {
  background-image: url("/-/media/40D8088D687D4267936C84C11D167C91.ashx");
}
.PYC-Robotic1 .RoboHeader,
.PYC-Pressure1 .RoboHeader,
.PYC-Suction1 .RoboHeader {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: rgba(51, 51, 51, 0.8);
  float: right;
}

/*Text*/
.PYC-Robotic1 h1,
.PYC-Pressure1 h1,
.PYC-Suction1 h1 {
  font-size: 60px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 400;
}
.PYC-Robotic1 h2,
.PYC-Pressure1 h2,
.PYC-Suction1 h2 {
  font-size: 52px;
  margin-top: 0px;
  font-weight: 400;
}
.PYC-Robotic1 h3,
.PYC-Pressure1 h3,
.PYC-Suction1 h3 {
  font-size: 18px;
  margin-top: 72px;
}
.PYC-Robotic1 p,
.PYC-Pressure1 p,
.PYC-Suction1 p {
  font-size: 14px;
  width: 90%;
  margin-top: 24px;
  margin-bottom: 20px;
}
/*Product Images*/
.PYC-logos {
  margin-top: 60px;
}
.PYC-Robotic-product_mobile {
  display: none;
}
.PYC-Suction-product_mobile {
  display: none;
}
.PYC-Suction-product-tab {
  display: none;
}
.PYC-Robotic-product,
.PYC-Pressure-product {
  margin-top: 111px;
  width: 537px;
  margin-left: -101px;
  z-index: 1;
  position: absolute;
}
.PYC-Suction-product {
  margin-top: 76px;
  width: 685px;
  margin-left: -330px;
  z-index: 1;
  position: absolute;
}
/*Cleaner Nav*/
.cleaner-nav {
  list-style-type: none;
  padding: 0px;
  color: #fff;
}
.cleaner-nav li {
  display: inline;
  margin-right: 10px;
}
.cleaner-nav a {
  color: #fff;
}
.cleaner-nav .active {
  color: rgb(252, 227, 0) !important;
}
.cleaner-nav .yellow {
  font-size: 26px;
  position: absolute;
  margin-top: -6px;
  margin-left: 8px;
  text-shadow: none !important;
}
.PYC-Robotic1 .PYC-yellow,
.PYC-Suction1 .PYC-yellow,
.PYC-Pressure1 .PYC-yellow {
  font-size: 62px;
  font-weight: bold;
}

/*Section 2*/
.PYC-Robotic2,
.PYC-Pressure2,
.PYC-Suction2 {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}
.PYC-Robotic2 h3,
.PYC-Pressure2 h3,
.PYC-Suction2 h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 44px;
}
.PYC-Robotic2 p,
.PYC-Pressure2 p,
.PYC-Suction2 p {
  font-size: 13px;
  padding-right: 7px;
  padding-left: 7px;
}
/*Info Blocks*/
.PYC-info-blocks img {
  width: auto;
  max-height: 35%;
}
.PYC-info-blocks .box {
  background-color: #f6f6f6;
  height: 290px;
  margin-bottom: 20px;
  margin-right: 6px;
  margin-left: 7px;
  padding-left: 5px;
  padding-right: 5px;
  width: 32%;
  padding-top: 35px;
}
.featureslist {
  display: none;
}
/*Video*/
.PYC-Robotic2 .outerContainer,
.PYC-Pressure2 .outerContainer,
.PYC-Suction2 .outerContainer {
  margin-bottom: 70px;
}
/*Tip*/
.PYC-Robotic2 hr,
.PYC-Pressure2 hr,
.PYC-Suction2 hr {
  border-top: 2px solid #003e9e;
}
.PYC-Robotic2 .tip,
.PYC-Suction2 .tip {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
  font-size: 18px;
  margin-right: 270px;
}
.PYC-Pressure2 .tip {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
  font-size: 18px;
  margin-right: 160px;
}
.PYC-circle {
  width: 60px;
  height: 60px;
  background: #45617d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: rgb(252, 227, 0);
  float: left;
  margin-left: 28%;
  margin-right: 20px;
}
.PYC-circle h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
/*Circles*/
.PYC-Parts {
  margin-top: 70px;
  margin-bottom: 70px;
}
.PYC-Parts .col-lg-offset-1 {
  margin-left: 12.333%;
}
.PYC-Parts h2 {
  font-weight: 600;
  margin-bottom: 60px;
}
.PYC-mask h2 {
  padding-top: 16%;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.PYC-hover-effect {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.PYC-hover-effect .PYC-mask,
.PYC-hover-effect .PYC-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.PYC-hover-effect img {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.PYC-hover-effect p {
  font-size: 14px;
  position: relative;
  color: #fff;
  padding-top: 0px;
  text-align: center;
  font-weight: 400;
}
.PYC-effect-two .PYC-mask {
  background: rgba(2, 12, 45, 0.7);
  height: 0%;
  border-radius: 50%;
}
.PYC-effect-two p,
.PYC-effect-two h2 {
  color: #fff;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.PYC-effect-two:hover .PYC-mask,
.PYC-effect-two:active .PYC-mask,
.PYC-effect-two:focus .PYC-mask {
  height: 100%;
}
.PYC-effect-two:hover h2,
.PYC-effect-two:hover p,
.PYC-effect-two:hover a.btn,
.PYC-effect-two:active h2,
.PYC-effect-two:active p,
.PYC-effect-two:active a.btn,
.PYC-effect-two:focus h2,
.PYC-effect-two:focus p,
.PYC-effect-two:focus a.btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: default;
}

/*Section 3*/
.PYC-Robotic3 {
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  background: -moz-linear-gradient(
    left,
    rgba(61, 15, 98, 1) 0%,
    rgba(114, 70, 156, 1) 24%,
    rgba(114, 70, 156, 1) 29%,
    rgba(114, 70, 156, 1) 34%,
    rgba(114, 70, 156, 1) 39%,
    rgba(114, 70, 156, 0.99) 72%,
    rgba(61, 15, 98, 0.98) 100%
  ) !important;
  background: -webkit-linear-gradient(
    left,
    rgba(61, 15, 98, 1) 0%,
    rgba(114, 70, 156, 1) 24%,
    rgba(114, 70, 156, 1) 29%,
    rgba(114, 70, 156, 1) 34%,
    rgba(114, 70, 156, 1) 39%,
    rgba(114, 70, 156, 0.99) 72%,
    rgba(61, 15, 98, 0.98) 100%
  ) !important;
  background: linear-gradient(
    to right,
    rgba(61, 15, 98, 1) 0%,
    rgba(114, 70, 156, 1) 24%,
    rgba(114, 70, 156, 1) 29%,
    rgba(114, 70, 156, 1) 34%,
    rgba(114, 70, 156, 1) 39%,
    rgba(114, 70, 156, 0.99) 72%,
    rgba(61, 15, 98, 0.98) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d0f62', endColorstr='#fa3d0f62',GradientType=1 ) !important;
  height: 367px;
}
.PYC-Pressure3 {
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  background: -moz-linear-gradient(
    left,
    rgba(61, 15, 98, 1) 0%,
    rgba(114, 70, 156, 1) 24%,
    rgba(114, 70, 156, 1) 29%,
    rgba(114, 70, 156, 1) 34%,
    rgba(114, 70, 156, 1) 39%,
    rgba(114, 70, 156, 0.99) 72%,
    rgba(61, 15, 98, 0.98) 100%
  ) !important;
  background: -webkit-linear-gradient(
    left,
    rgba(61, 15, 98, 1) 0%,
    rgba(114, 70, 156, 1) 24%,
    rgba(114, 70, 156, 1) 29%,
    rgba(114, 70, 156, 1) 34%,
    rgba(114, 70, 156, 1) 39%,
    rgba(114, 70, 156, 0.99) 72%,
    rgba(61, 15, 98, 0.98) 100%
  ) !important;
  background: linear-gradient(
    to right,
    rgba(61, 15, 98, 1) 0%,
    rgba(114, 70, 156, 1) 24%,
    rgba(114, 70, 156, 1) 29%,
    rgba(114, 70, 156, 1) 34%,
    rgba(114, 70, 156, 1) 39%,
    rgba(114, 70, 156, 0.99) 72%,
    rgba(61, 15, 98, 0.98) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d0f62', endColorstr='#fa3d0f62',GradientType=1 ) !important;
  height: 367px;
}
.PYC-Suction3 {
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  background: rgb(35, 63, 146);
  background: -moz-linear-gradient(
    left,
    rgba(35, 63, 146, 1) 0%,
    rgba(27, 97, 170, 1) 35%,
    rgba(27, 97, 170, 1) 68%,
    rgba(35, 63, 146, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(35, 63, 146, 1) 0%,
    rgba(27, 97, 170, 1) 35%,
    rgba(27, 97, 170, 1) 68%,
    rgba(35, 63, 146, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(35, 63, 146, 1) 0%,
    rgba(27, 97, 170, 1) 35%,
    rgba(27, 97, 170, 1) 68%,
    rgba(35, 63, 146, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233f92', endColorstr='#233f92',GradientType=1 );
}
.PYC-Robotic3 h1 {
  font-size: 51px;
  font-family: "Oswald", sans-serif;
}
.PYC-Pressure3 h1,
.PYC-Suction3 h1 {
  font-size: 62px;
  font-family: "Oswald", sans-serif;
}
.PYC-Robotic3 .PYC-btns,
.PYC-Pressure3 .PYC-btns,
.PYC-Suction3 .PYC-btns {
  width: 160px;
}
.PYC-Suction3 .PYC-product {
  position: absolute;
  max-width: 610px;
  margin-right: 0px;
  margin-top: -70px;
  margin-left: -55px;
}
.PYC-Pressure3 .PYC-product {
  max-width: 406px;
  margin-right: 0px;
  position: absolute;
  margin-top: -110px;
  margin-left: 32px;
}
.PYC-Robotic3 .PYC-product {
  position: absolute;
  max-width: 400px;
  margin-top: 12px;
  margin-left: 48px;
}
.PYC-product-mobile {
  display: none;
}
/* CAREER PAGE */
/* Section 1 */
.HR-blue {
  background: rgba(0, 51, 156, 1);
  margin-bottom: 15px;
  margin-top: 15px;
}
.HR-Hero {
  background-image: url("/-/media/E4913590B0AB4195B83E31DE06E4D466.ashx");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .HR-Hero {
    height: 650px;
  }
}
.HR-Hero .container {
  z-index: 1;
}

.HR-Hero .bluebox {
  padding-bottom: 31px;
  color: rgb(255, 255, 255);
  max-width: 700px;
}
.HR-Hero .fa {
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
}
.HR-change {
  position: fixed !important;
  top: 126px !important;
}

/* Section 2 */
.secondNav {
  width: 100%;
  border-bottom: thin solid #e5e5e5;
  height: 55px;
  margin-bottom: 30px;
}
.secondNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.secondNav li {
  float: left;
  padding: 14px 25px;
}
.secondNav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding-bottom: 12px;
  color: #00145E;
}
.secondNav li a:hover {
  border-bottom: thick solid #00145E;
}
.HR-Company {
  padding-bottom: 3rem;
}
.HR-Company h1 {
  color: #00145E;
}
.HR-Company p {
  color:#4D5B65;
}
.HR-Company .btn {
  font-size: 24px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #00aeef;
  border-color: #00aeef;
  margin-top: 70px;
  margin-bottom: 25px;
}
.HR-Company .btn:hover {
  background-color: #00aeef;
}
.vidyard_tmask {
  opacity: 0.85 !important;
}

/* Section 3 & Global Pictures with hover*/
.HR-Culture {
  margin-top: 16px;
}
.HR-Culture h3,
.HR-Location h3,
.HR-Giving h3,
.HR-People h3 {
  right: 30px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-transform: none;
  margin: 0;
}
@media (min-width: 768px) {
  .HR-Culture h3,
  .HR-Location h3,
  .HR-Giving h3,
  .HR-People h3 {
    position: absolute;
    top: 80%;
    margin-top: 0;
  }
  .HR-Location h3:first-of-type {
    top: 85%;
  }
  .HR-Location h3.Vista-loc {
    top: 30%;
  }
}
.HR-hover-effect.HR-effect-two {
  margin-bottom: 16px;
}
.HR-hover-effect.HR-effect-two > .col-md-7 {
  height: 100%;
}
.HR-People h3 {
  color: rgb(255, 255, 255);
  font-size: 20px;
}
.HR-mask h1 {
  font-size: 40px;
  padding-top: 110px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: none;
}
.HR-People .HR-hover-effect {
  height: 415px;
}
.HR-hover-effect {
  overflow: hidden;
  position: relative;
  cursor: default;
  height: 360px;
}
.HR-hover-effect .HR-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.HR-hover-effect img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.HR-hover-effect p {
  position: relative;
  color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 300;
}
.HR-effect-two .HR-mask {
  background: rgba(0, 20, 94, 0.85);
  height: 0%;
}
.HR-effect-two p,
.HR-effect-two h1 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: transform 0.3s ease;
}

.HR-effect-two:hover .HR-mask,
.HR-effect-two:active .HR-mask,
.HR-effect-two:focus .HR-mask {
  height: 100%;
}
.HR-effect-two:hover h1,
.HR-effect-two:hover p,
.HR-effect-two:active h1,
.HR-effect-two:active p,
.HR-effect-two:focus h1,
.HR-effect-two:focus p {
  transform: translateY(-90px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: default;
}
@media (min-width: 768px) {
  .HR-Culture .HR-hover-effect.HR-effect-two {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 360px;
  }
  .HR-Culture .HR-hover-effect.HR-effect-two img {
    position: absolute;
    top: 0;
  }
}
.HR-hover-effect.HR-effect-two::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
}
.HR-People-mobile,
.HR-Company-mobile,
.HR-Culture-mobile,
.HR-Location-mobile,
.HR-Giving-mobile,
.HR-Benifit-mobile {
  display: none;
}

/* Section 4 */
.HR-Stats .Picture {
  color: #fff;
  background-image: url("/-/media/EC8925E820FC48EAAD083B582E066E79.ashx");
  background-repeat: no-repeat;
  height: 440px;
  text-align: center;
}
.HR-Stats .Picture .hr-stats-overlay {
  background-color: rgba(0, 20, 94, 0.88);
  height: 440px;
}
.HR-Stats h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.HR-Stats p {
  font-size: 20px;
  padding-left: 46px;
  padding-right: 46px;
  margin-top: 20px;
}
.HR-Stats .circle {
  border: 4px solid rgb(255, 255, 255);
  border-radius: 50%;
  margin: 50px auto 0 !important;
  width: 200px !important;
  height: 200px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Section 5 */
.HR-Culture h2 {
  position: relative;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 40px;
}

/* Section 6 */
.HR-Location .col-md-7 {
  padding: 0px;
}
.HR-Location .location-small {
  padding-right: 0px;
}
.HR-Location .location-small img {
  margin-bottom: 15px;
}

/* Section 7 */

.HR-Giving .HR-hover-effect img {
  margin-top: -15px;
}

/* Section 8 */
.HR-Stats-2 {
  margin-top: 50px;
  text-align: center;
  color: rgb(109, 109, 109);
  margin-bottom: 35px;
}
.HR-Stats-2 h1:first-child {
  margin-bottom: -18px;
  font-weight: 400;
}
.HR-Stats-2 h1 {
  margin-bottom: 34px;
}
.HR-Stats-2 .col-md-4 {
  border-right: 2px solid #e5e5e5;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.HR-Stats-2 .col-md-4:last-child {
  border: none;
}
.HR-Stats-2 .col-md-4 h1 {
  font-weight: 700;
  color: #00145E;
  margin: -11px;
}
.HR-Stats-2 .col-md-4 small {
  color: #00145E;
  font-size: 32px;
}
.HR-Stats-2 h2 {
  margin-top: 0px;
}
.HR-Stats-2 .col-md-4 h3 {
  padding-right: 65px;
  padding-left: 65px;
}

/* Section 9 */
.HR-Benefits {
  margin-top: 25px;
  background-color:#F5F8FA;
  color: #4D5B65;
  text-align: center;
  padding-bottom: 74px;
}
.HR-Benefits .row {
  display: flex;
  flex-wrap: wrap;
}
.HR-Benefits h1 {
  text-align: left;
  font-size: 40px;
  margin-top: 40px;
  color: #00145E;
}
.HR-Benefits .content {
  background: #fff;
  height: 100%;
  margin-top: 10px;
  margin-right: 10px;
  padding: 16px;
}
.bootstrap-col {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.bootstrap-col h2 {
  font-size: 20px;
  color: #00145E;
}
.HR-Benefits .row:last-child {
  margin-bottom: 40px;
}
.bootstrap-col h2:last-child {
  color: #00145E;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10em;
}
/* Section 10 */
.HR-Footer {
  margin-top: 50px;
  margin-bottom: 50px;
}
.HR-Footer .container {
  max-width: 700px;
}
.HR-Footer h1 {
  text-align: center;
  z-index: 1;
  position: relative;
}
.HR-Footer h3 {
  text-align: center;
  margin-bottom: 149px;
}
.HR-Footer .Arrow-up {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%);
}
.HR-Footer .Arrow-up {
  margin-top: -81px;
}
/* BANNER SECTION */
.banner-section {
  position: relative;
  margin-top: 49px;
  background: url("../img/corp-banner-bg.jpg") center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
#logosCarousel #nature2-logo {
  max-width: 80px;
}
#logosCarousel .Coverpools-logo {
  margin-top: 35px;
}
.top-space {
  margin-top: 10px;
}
.banner-section .container {
  z-index: 1;
  position: relative;
}
video {
  object-fit: fill !important;
}
.video_wrapper {
  background: #47a3d9;
  width: 100%;
  max-height: 974px;
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.video-banner {
  min-height: 600px;
  min-width: 100%;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: opacity 1500ms linear;
  -moz-transition: opacity 1500ms linear;
  transition: opacity 1500ms linear;
}
.banner-section .img-responsive {
  margin: 0 auto;
}

/* SECTION 1-2 */
.section1-2,
.section4 {
  background: #00aeef;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.section1-2 h2 {
  margin: 0;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}

  .PYC-Robotic-product {
    margin-top: 255px !important;
    max-width: 113% !important;
    margin-left: -233px !important;
    z-index: 1 !important;
    position: absolute !important;
  }
  .PYC-Robotic1 h2,
  .PYC-Pressure1 h2,
  .PYC-Suction1 h2 {
    font-size: 42px !important;
  }
  .PYC-Robotic1 h1,
  .PYC-Pressure1 h1,
  .PYC-Suction1 h1 {
    font-size: 50px !important;
  }
  .PYC-Robotic1 .PYC-yellow,
  .PYC-Suction1 .PYC-yellow,
  .PYC-Pressure1 .PYC-yellow {
    font-size: 50px !important;
  }
  .PYC-Parts .col-sm-4 {
    padding: 5px;
  }
  .PYC-Parts .col-lg-offset-1 {
    margin-left: 0% !important;
  }
  .PYC-Robotic3 h1,
  .PYC-Pressure3 h1,
  .PYC-Suction3 h1 {
    font-size: 55px !important;
  }
  .PYC-Robotic3 h2,
  .PYC-Pressure3 h2,
  .PYC-Suction3 h2 {
    font-size: 20px !important;
  }
  .PYC-Robotic3 .PYC-btns,
  .PYC-Pressure3 .PYC-btns,
  .PYC-Suction3 .PYC-btns {
    margin-top: 20px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .PYC-Pressure3 .PYC-product {
    margin-left: -98px !important;
  }
  .PYC-Suction3 .PYC-product {
    margin-left: -190px !important;
  }
  .PYC-Robotic3 .PYC-product {
    margin-left: -30px !important;
    max-width: 360px !important;
    margin-top: -30px !important;
  }
  /* PICK YOUR CLEANER HOME*/
  .PYC-Section1 {
    height: 100% !important;
    margin-bottom: -15px !important;
  }
  .PYC-Section1 h1 {
    padding-top: 47px !important;
  }
  .PYC-Section1 h1,
  .PYC-Section1 h2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .PYC-Section1 h2 {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .PYC-Section2 {
    background-position: 58% -9px !important;
  }
  .PYC-Section2 h4,
  .PYC-Section3 h4 {
    display: none;
    text-align: center;
  }
  .PYC-Section2 h1,
  .PYC-Section3 h1,
  .PYC-Section2 p,
  .PYC-Section3 p {
    text-align: center;
  }
  .PYC-product {
    float: none !important;
    margin-bottom: 33px;
    padding-top: 40px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 73% !important;
  }
  .PYC-suction .PYC-product {
    max-width: 90% !important;
    padding-top: 0px;
  }
  .PYC-Suction-product {
    display: none !important;
  }
  .PYC-Suction-product-tab {
    width: 711px !important;
    display: inline-block !important;
    margin-left: -563px !important;
    margin-top: -151px !important;
    position: absolute !important;
  }
  .PYC-Pressure-product {
    margin-top: 216px !important;
    width: 439px !important;
    margin-left: -339px !important;
    z-index: 1 !important;
    position: absolute !important;
  }

  .PYC-btns {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 170px !important;
    margin-bottom: 40px !important;
  }
  .PYC-carousel-wrapper {
    margin-top: 20px !important;
    width: 500px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .PYC-carousel-wrapper h4 {
    display: block !important;
    font-size: 34px !important;
  }
  .PYC-carousel-wrapper .fa {
    font-size: 100px;
  }
  .PYC-carousel-wrapper .owl-nav {
    margin-top: -244px;
    width: 607px;
    margin-right: auto;
    margin-left: -49px;
  }
  .PYC-Slider p {
    font-size: 23px !important;
  }
  .PYC-Slider img {
    width: 178px !important;
  }
  .PYC-carousel-wrapper .owl-next {
    float: right !important;
    margin-top: -103px !important;
  }
  .PYC-carousel-wrapper .owl-nav .owl-next,
  .PYC-carousel-wrapper .owl-nav .owl-prev {
    width: 50px !important;
  }
}
@media(max-width:767px) {
  .HR-People a,
  .HR-Culture a,
  .HR-Location a,
  .HR-Giving a {
    width: 100%;
    display: flex;
    height: 250px;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .HR-People,
  .HR-Culture,
  .HR-Location,
  .HR-Giving {
    margin-bottom: 16px;
  }
}
@media (max-width: 750px) {
  /* CAREER PAGE */
  .HR-blue {
    background: none !important;
  }
  .HR-Location,
  .HR-Giving {
    margin-top: 0px !important;
  }
  .HR-Company img {
    width: 80% !important;
  }
  .HR-Hero .Mobile {
    display: inline-block !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
  }
  .HR-Hero {
    background-size: 1756px 684px !important;
    height: 660px !important;
  }
  .HR-Hero .fa {
    margin-top: 168px !important;
  }

  .secondNav {
    display: none !important;
  }
  .HR-Company h1 {
    font-size: 40px !important;
  }
  .HR-Company-mobile {
    display: inline-block !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  .HR-Company-mobile i {
    font-size: 31px !important;
    color: #00aeef !important;
    margin-top: -17px !important;
  }
  .picturecontent i {
    float: none !important;
    font-size: 25px !important;
    color: rgb(255, 255, 255) !important;
  }
  .picturecontent {
    position: relative;
    text-align: center !important;
  }

.HR-People a img,
.HR-Culture a img,
.HR-Location a img,
.HR-Giving a img {
  position: absolute;
  display: flex;
  object-fit: cover;
}
  .HR-Stats .Picture {
    height: 100% !important;
    background-image: none !important;
  }
  .HR-Stats .Picture .hr-stats-overlay {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .HR-Stats p {
    margin-top: 5px;
    margin-bottom: 25px;
  }
  .HR-Stats-2 .col-md-4 {
    border-bottom: 1px solid #e5e5e5;
    border-right: none !important;
    margin-bottom: 25px !important;
  }
  .HR-People .HR-hover-effect,
  .HR-Culture .HR-hover-effect,
  .HR-Location .HR-hover-effect,
  .HR-Giving .HR-hover-effect {
    display: none;
  }
  .HR-People-mobile,
  .HR-Culture-mobile,
  .HR-Location-mobile,
  .HR-Giving-mobile {
    display: block !important;
    padding: 0;
  }
  .HR-People-mobile img,
  .HR-Culture-mobile img,
  .HR-Location-mobile img,
  .HR-Giving-mobile img {
    filter: brightness(60%);
  }
  .HR-mask h1 {
    font-size: 20px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    color: rgba(0, 20, 94, 1) !important;
    font-weight: 600 !important;
  }
  .HR-Benefits .ben-box {
    background-color: #00145E;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
  }
  .HR-Benefits {
    background-color: #fff !important;
    padding-bottom: 0px !important;
  }
  .HR-Benefits h1 {
    font-size: 40px !important;
    margin-top: 0px !important;
  }
  .HR-Benefits .row {
    display: none !important;
  }
  .HR-Benifit-mobile {
    display: inline !important;
  }
  .HR-Benifit-mobile i {
    color: #fff !important;
    float: right !important;
    margin-top: -31px;
    margin-right: 10px;
    font-size: 25px;
  }
  .ben-content {
    color: rgb(109, 109, 109);
    border: 2px solid #00145E;
    text-align: left;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .ben-box h2 {
    font-size: 18px;
    color: #fff !important;
    text-align: left;
    padding-left: 5px;
    margin-top: 10px;
  }
  .HR-change {
    top: 126px !important;
    margin-top: 0px !important;
  }
  .HR-Hero .btn {
    margin-top: -30px;
  }

  /* PICK YOUR CLEANER HOMEPAGE SECTION*/
  .PYC-homesection-mobile {
    display: inline !important;
    margin-bottom: 20px !important;
  }
  .PYC-homesection {
    display: none !important;
  }
  .PYC-Home {
    background-image: url("/-/media/035D28B64C2849AFA240B356CF02423E.ashx") !important;
    text-align: center !important;
    background-size: cover !important;
    background-position: 100% !important;
  }
  /* PICK YOUR CLEANER ROBOTIC*/
  /*Section1*/
  .PYC-Robotic1,
  .PYC-Pressure1,
  .PYC-Suction1 {
    background-image: none !important;
    background-color: #45617d !important;
    border-bottom: none !important;
  }
  .PYC-Pressure1 {
    background-image: none !important;
    background-color: #45617d !important;
    border-bottom: none !important;
  }
  .PYC-Robotic1 .RoboHeader,
  .PYC-Pressure1 .RoboHeader,
  .PYC-Suction1 .RoboHeader {
    background-color: transparent !important;
    float: none !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .PYC-Robotic1 h1,
  .PYC-Pressure1 h1,
  .PYC-Suction1 h1 {
    font-size: 50px !important;
    text-align: center !important;
  }
  .PYC-Robotic1 h2,
  .PYC-Pressure1 h2,
  .PYC-Suction1 h2 {
    font-size: 40px !important;
    text-align: center !important;
  }
  .RoboHeader h3 {
    display: none;
  }
  .PYC-Robotic1 p,
  .PYC-Pressure1 p,
  .PYC-Suction1 p {
    text-align: center !important;
    width: 100% !important;
  }
  .cleaner-nav {
    text-align: center !important;
    font-size: 20px !important;
    margin-bottom: 30px !important;
  }
  .PYC-Suction1 .PYC-logos,
  .PYC-Robotic1 .PYC-logos,
  .PYC-Pressure1 .PYC-logos {
    display: none !important;
  }
  .PYC-logos {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .PYC-Robotic-product_mobile {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .PYC-Suction-product_mobile {
    width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -11px !important;
  }
  .PYC-Robotic-product {
    display: none !important;
  }
  .PYC-Suction-product {
    display: none !important;
  }
  .PYC-Pressure-product {
    display: none !important;
  }
  .PYC-Suction-product-tab {
    display: none !important;
  }
  .PYC-Robotic1 .PYC-yellow {
    font-size: 50px !important;
  }
  .PYC-Robotic1 .PYC-btns,
  .PYC-Pressure1 .PYC-btns,
  .PYC-Suction1 .PYC-btns {
    width: 100% !important;
    margin-top: 0px !important;
  }
  /*Section2*/
  .PYC-Robotic2 h3,
  .PYC-Pressure2 h3,
  .PYC-Suction2 h3 {
    margin-top: 5px !important;
    text-align: left;
    font-size: 16px !important;
  }
  .PYC-info-blocks .box {
    display: none !important;
  }
  .featureslist {
    display: inline !important;
  }
  .featureslist i {
    margin-top: -32px !important;
    font-size: 31px !important;
  }
  .PYC-Robotic2,
  .PYC-Pressure2,
  .PYC-Suction2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .PYC-info-blocks img {
    float: left !important;
    margin-right: 10px !important;
    max-height: 31px !important;
  }
  .featureslist a:link,
  .featureslist a:visited,
  .featureslist a:hover,
  .featureslist a:active {
    color: #0C95B4 !important;
    border: 1px solid #d4dadd !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
    display: block !important;
  }
  .pyc-well {
    background-color: #f6f6f6 !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pyc-well p {
    text-align: left;
    font-size: 15px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
  .PYC-Robotic2 hr,
  .PYC-Pressure2 hr,
  .PYC-Suction2 hr {
    display: none !important;
  }
  .PYC-hover-effect p {
    font-size: 12px !important;
  }
  .PYC-hover-effect {
    width: 80% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 23px !important;
  }
  .PYC-circle,
  .PYC-Pressure2 .PYC-circle {
    width: 90px !important;
    height: 90px !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .PYC-circle h2 {
    padding-top: 25px !important;
    font-size: 30px !important;
  }
  .PYC-Robotic2 .tip,
  .PYC-Pressure2 .tip,
  .PYC-Suction2 .tip {
    text-align: center !important;
    margin-right: 0px !important;
  }
  /*Section3*/
  .PYC-Robotic3 {
    height: 100% !important;
    text-align: center !important;
    padding-top: 316px !important;
  }
  .PYC-Suction3 {
    padding-top: 233px !important;
    height: 100% !important;
    text-align: center !important;
  }
  .PYC-Pressure3 {
    text-align: center !important;
    padding-top: 140px !important;
    height: 100% !important;
  }
  .PYC-Pressure3 .PYC-product {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
  }
  .PYC-Suction3 .PYC-product {
    display: none !important;
  }
  .PYC-Robotic3 .PYC-product {
    margin-left: auto !important;
    max-width: 100% !important;
    margin-top: -287px !important;
    margin-right: auto !important;
    position: relative !important;
  }
  .PYC-product-mobile {
    display: inline-block !important;
    margin-top: -237px !important;
  }

  .PYC-Robotic3 .PYC-btns,
  .PYC-Pressure3 .PYC-btns,
  .PYC-Suction3 .PYC-btns {
    float: none !important;
    width: 100% !important;
    margin-top: 45px !important;
  }

  /* PICK YOUR CLEANER HOME*/
  .PYC-btns {
    margin-top: 111px !important;
    margin-bottom: 12px !important;
  }
  .PYC-Section1 h1 {
    font-size: 41px !important;
  }
  .PYC-Slider p {
    font-size: 14px !important;
  }
  .PYC-Slider h4 {
    font-size: 18px !important;
  }
  .PYC-carousel-wrapper {
    margin-top: -200px;
    width: 200px !important;
  }
  .PYC-carousel-wrapper .owl-nav {
    margin-top: -200px !important;
    width: 309px !important;
    margin-right: auto !important;
    margin-left: -48px !important;
  }
  .PYC-suction .PYC-product {
    padding-top: 30px !important;
  }
}
@media (min-width: 992px) {
  .banner-section {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  #nature2-logo {
    width: 92px;
  }
  .banner-section small {
    vertical-align: -40px;
  }
  .banner-section .subline {
    padding-left: 0;
  }
  .explorer-tabs .glyphicons,
  .explorer-tabs .glyphicon,
  .explorer-tabs .fa,
  .feat-tabs .fa,
  .detail-carousel .fa {
    font-size: 45px;
  }
  .explorer-tabs .glyphicons,
  .explorer-tabs .glyphicon {
    margin-bottom: 15px;
  }
  .hover-effect .glyphicons {
    font-size: 90px;
    top: 34%;
    left: 34%;
  }
  .hover-effect p {
    padding: 30px 20px !important;
    margin: 0 !important;
  }
  .pin {
    width: 20px;
    height: 20px;
  }
  .location {
    font-size: 11px;
    min-height: 170px;
    margin-bottom: 30px;
  }
  .location address {
    max-width: 200px;
  }
  .offerings-dropdown {
    font-size: 14px;
  }
  .header-section h1 {
    margin-top: 420px;
  }
  .girl {
    height: 100%;
    top: 0;
    bottom: 0;
    margin-left: 0 !important;
    max-width: 100%;
  }
  .Coverpools-logo {
    margin-top: 25px !important;
  }
}

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  .corporate-navbar li a {
    font-size: 16px;
  }
  .banner-section small {
    vertical-align: -45px;
  }
  .explorer-tabs .glyphicons,
  .explorer-tabs .glyphicon,
  .explorer-tabs .fa,
  .feat-tabs .fa,
  .detail-carousel .fa {
    font-size: 60px;
  }
  .explorer-tabs .glyphicons,
  .explorer-tabs .glyphicon {
    margin-bottom: 20px;
  }
  .circle-text p {
    font-size: 16px;
  }
  .hover-effect .glyphicons {
    font-size: 90px;
    top: 34%;
    left: 37%;
  }
  .pin {
    width: 25px;
    height: 25px;
  }
  .location {
    font-size: 14px;
    min-height: 220px;
  }
  .location address {
    max-width: 250px;
  }
  .girl {
    margin-left: 15% !important;
  }
}
/* PICK YOUR CLEANER HOMEPAGE SECTION*/
.PYC-Home {
  background-image: url("/-/media/787B77F2D67A4C85921FDFD5CF5573DB.ashx");
  overflow: hidden;
  height: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 100% -424px;
}
.PYC-Home .container {
  margin-top: 30px;
  margin-bottom: 30px;
}
.PYC-Home .btn {
  width: 169px;
}
.PYC-homesection {
  margin-top: -11px;
  margin-bottom: -15px;
  width: 531px;
  margin-left: -62px;
}
.PYC-homesection-mobile {
  display: none;
}
.PYC-Home h1 {
  font-size: 56px;
  margin-top: 34px;
  margin-bottom: 25px;
}
/* PICK YOUR CLEANER HOME*/
/* Global */
.PYC-carousel-wrapper {
  margin: 0px 4px;
  width: 100%;
}
.PYC-logos {
  width: 200px;
}
.PYC-product {
  max-width: 385px;
  margin-right: 34px;
}
.PYC-yellow {
  color: rgb(252, 227, 0);
}
.PYC-btns {
  width: 271px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.PYC-btns:hover {
  background-color: #fff;
  color: #000 !important;
}

/* Section1 */
.PYC-Section1 {
  height: 267px;
  background-color: #45617d;
  color: #fff;
  text-align: center;
  margin-top: 63px;
  z-index: 1;
}
.PYC-Section1 h1 {
  padding-top: 68px;
  font-size: 60px;
  z-index: -1;
}
.PYC-Section1 h2 {
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
  margin-top: 15px;
}
/* Robotic, Pressure, Robotic Sections */
.PYC-Section2,
.PYC-Section3 p {
  font-weight: 300;
}
.PYC-Section2 h1,
.PYC-Section3 h1 {
  font-size: 50px;
}
.PYC-Section2 h4,
.PYC-Section3 h4 {
  font-size: 28px;
  margin-bottom: -20px;
}
.PYC-robotic .container,
.PYC-pressure .container,
.PYC-suction .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.PYC-Section2 {
  background-image: url("/-/media/4133D2BFF16F4092897A9B3DF604D497.ashx");
  overflow: hidden;
  height: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 100% -207px;
  border-top: #fff solid 5px;
}
.PYC-Slider {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.PYC-Slider h4 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.PYC-Slider p {
  font-size: 14px;
  text-align: center;
}
.PYC-Slider img {
  width: 85px !important;
  display: block;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.PYC-robotic .PYC-product {
  margin-top: 145px;
}
.PYC-pressure .PYC-product {
  margin-top: 28px;
}
.PYC-suction .PYC-product {
  max-width: 476px;
  margin-top: -17px;
}
.PYC-robotic {
  background-color: rgba(51, 51, 51, 0.9);
  height: 100%;
  color: #fff;
}
.PYC-pressure {
  background-color: rgba(0, 63, 127, 0.8);
  color: #fff;
}
.PYC-suction {
  background-color: rgba(6, 159, 221, 0.8);
  border-top: 5px solid rgb(255, 255, 255);
  color: #fff;
}
.PYC-suction .PYC-logos {
  position: relative;
}
.PYC-Section3 {
  background-image: url("/-/media/F563F693056C43CA9B758AFC87B4D017.ashx");
  position: static;
  background-position: center 37px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  border-top: 5px solid rgb(255, 255, 255);
  border-bottom: 5px solid rgb(255, 255, 255);
}
/* PICK YOUR CLEANER ROBOTIC*/
/*Section 1*/
.PYC-Robotic1,
.PYC-Pressure1,
.PYC-Suction1 {
  position: static;
  /*background-position: center -67px;*/
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  border-bottom: 5px solid rgb(0, 173, 242);
  margin-top: 56px;
  color: #fff;
}
.PYC-Robotic1 {
  background-image: url("/-/media/B8F4025234624DDDB5FB0A029400F262.ashx");
}
.PYC-Pressure1 {
  background-image: url("/-/media/B6EF4DE4191C4ED2BE076C916605E922.ashx");
}
.PYC-Suction1 {
  background-image: url("/-/media/40D8088D687D4267936C84C11D167C91.ashx");
}
.PYC-Robotic1 .RoboHeader,
.PYC-Pressure1 .RoboHeader,
.PYC-Suction1 .RoboHeader {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: rgba(51, 51, 51, 0.8);
  float: right;
}

/*Text*/
.PYC-Robotic1 h1,
.PYC-Pressure1 h1,
.PYC-Suction1 h1 {
  font-size: 60px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 400;
}
.PYC-Robotic1 h2,
.PYC-Pressure1 h2,
.PYC-Suction1 h2 {
  font-size: 52px;
  margin-top: 0px;
  font-weight: 400;
}
.PYC-Robotic1 h3,
.PYC-Pressure1 h3,
.PYC-Suction1 h3 {
  font-size: 18px;
  margin-top: 72px;
}
.PYC-Robotic1 p,
.PYC-Pressure1 p,
.PYC-Suction1 p {
  font-size: 14px;
  width: 90%;
  margin-top: 24px;
  margin-bottom: 20px;
}
/*Product Images*/
.PYC-logos {
  margin-top: 60px;
}
.PYC-Robotic-product_mobile {
  display: none;
}
.PYC-Suction-product_mobile {
  display: none;
}
.PYC-Suction-product-tab {
  display: none;
}
.PYC-Robotic-product,
.PYC-Pressure-product {
  margin-top: 111px;
  width: 537px;
  margin-left: -101px;
  z-index: 1;
  position: absolute;
}
.PYC-Suction-product {
  margin-top: 76px;
  width: 685px;
  margin-left: -330px;
  z-index: 1;
  position: absolute;
}
/*Cleaner Nav*/
.cleaner-nav {
  list-style-type: none;
  padding: 0px;
  color: #fff;
}
.cleaner-nav li {
  display: inline;
  margin-right: 10px;
}
.cleaner-nav a {
  color: #fff;
}
.cleaner-nav .active {
  color: rgb(252, 227, 0) !important;
}
.cleaner-nav .yellow {
  font-size: 26px;
  position: absolute;
  margin-top: -6px;
  margin-left: 8px;
  text-shadow: none !important;
}
.PYC-Robotic1 .PYC-yellow,
.PYC-Suction1 .PYC-yellow,
.PYC-Pressure1 .PYC-yellow {
  font-size: 62px;
  font-weight: bold;
}

/*Section 2*/
.PYC-Robotic2,
.PYC-Pressure2,
.PYC-Suction2 {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}
.PYC-Robotic2 h3,
.PYC-Pressure2 h3,
.PYC-Suction2 h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 44px;
}
.PYC-Robotic2 p,
.PYC-Pressure2 p,
.PYC-Suction2 p {
  font-size: 13px;
  padding-right: 7px;
  padding-left: 7px;
}
/*Info Blocks*/
.PYC-info-blocks img {
  width: auto;
  max-height: 35%;
}
.PYC-info-blocks .box {
  background-color: #f6f6f6;
  height: 290px;
  margin-bottom: 20px;
  margin-right: 6px;
  margin-left: 7px;
  padding-left: 5px;
  padding-right: 5px;
  width: 32%;
  padding-top: 35px;
}
.featureslist {
  display: none;
}
/*Video*/
.PYC-Robotic2 .outerContainer,
.PYC-Pressure2 .outerContainer,
.PYC-Suction2 .outerContainer {
  margin-bottom: 70px;
}
/*Tip*/
.PYC-Robotic2 hr,
.PYC-Pressure2 hr,
.PYC-Suction2 hr {
  border-top: 2px solid #003e9e;
}
.PYC-Robotic2 .tip,
.PYC-Suction2 .tip {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
  font-size: 18px;
  margin-right: 270px;
}
.PYC-Pressure2 .tip {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
  font-size: 18px;
  margin-right: 160px;
}
.PYC-circle {
  width: 60px;
  height: 60px;
  background: #45617d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: rgb(252, 227, 0);
  float: left;
  margin-left: 28%;
  margin-right: 20px;
}
.PYC-circle h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
/*Circles*/
.PYC-Parts {
  margin-top: 70px;
  margin-bottom: 70px;
}
.PYC-Parts .col-lg-offset-1 {
  margin-left: 12.333%;
}
.PYC-Parts h2 {
  font-weight: 600;
  margin-bottom: 60px;
}
.PYC-mask h2 {
  padding-top: 16%;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.PYC-hover-effect {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.PYC-hover-effect .PYC-mask,
.PYC-hover-effect .PYC-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.PYC-hover-effect img {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.PYC-hover-effect p {
  font-size: 14px;
  position: relative;
  color: #fff;
  padding-top: 0px;
  text-align: center;
  font-weight: 400;
}
.PYC-effect-two .PYC-mask {
  background: rgba(2, 12, 45, 0.7);
  height: 0%;
  border-radius: 50%;
}
.PYC-effect-two p,
.PYC-effect-two h2 {
  color: #fff;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.PYC-effect-two:hover .PYC-mask,
.PYC-effect-two:active .PYC-mask,
.PYC-effect-two:focus .PYC-mask {
  height: 100%;
}
.PYC-effect-two:hover h2,
.PYC-effect-two:hover p,
.PYC-effect-two:hover a.btn,
.PYC-effect-two:active h2,
.PYC-effect-two:active p,
.PYC-effect-two:active a.btn,
.PYC-effect-two:focus h2,
.PYC-effect-two:focus p,
.PYC-effect-two:focus a.btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: default;
}

/*Section 3*/
.PYC-Robotic3 {
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  background: -moz-linear-gradient(
    left,
    rgba(61, 15, 98, 1) 0%,
    rgba(114, 70, 156, 1) 24%,
    rgba(114, 70, 156, 1) 29%,
    rgba(114, 70, 156, 1) 34%,
    rgba(114, 70, 156, 1) 39%,
    rgba(114, 70, 156, 0.99) 72%,
    rgba(61, 15, 98, 0.98) 100%
  ) !important;
  background: -webkit-linear-gradient(
    left,
    rgba(61, 15, 98, 1) 0%,
    rgba(114, 70, 156, 1) 24%,
    rgba(114, 70, 156, 1) 29%,
    rgba(114, 70, 156, 1) 34%,
    rgba(114, 70, 156, 1) 39%,
    rgba(114, 70, 156, 0.99) 72%,
    rgba(61, 15, 98, 0.98) 100%
  ) !important;
  background: linear-gradient(
    to right,
    rgba(61, 15, 98, 1) 0%,
    rgba(114, 70, 156, 1) 24%,
    rgba(114, 70, 156, 1) 29%,
    rgba(114, 70, 156, 1) 34%,
    rgba(114, 70, 156, 1) 39%,
    rgba(114, 70, 156, 0.99) 72%,
    rgba(61, 15, 98, 0.98) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d0f62', endColorstr='#fa3d0f62',GradientType=1 ) !important;
  height: 367px;
}
.PYC-Pressure3 {
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  background: -moz-linear-gradient(
    left,
    rgba(61, 15, 98, 1) 0%,
    rgba(114, 70, 156, 1) 24%,
    rgba(114, 70, 156, 1) 29%,
    rgba(114, 70, 156, 1) 34%,
    rgba(114, 70, 156, 1) 39%,
    rgba(114, 70, 156, 0.99) 72%,
    rgba(61, 15, 98, 0.98) 100%
  ) !important;
  background: -webkit-linear-gradient(
    left,
    rgba(61, 15, 98, 1) 0%,
    rgba(114, 70, 156, 1) 24%,
    rgba(114, 70, 156, 1) 29%,
    rgba(114, 70, 156, 1) 34%,
    rgba(114, 70, 156, 1) 39%,
    rgba(114, 70, 156, 0.99) 72%,
    rgba(61, 15, 98, 0.98) 100%
  ) !important;
  background: linear-gradient(
    to right,
    rgba(61, 15, 98, 1) 0%,
    rgba(114, 70, 156, 1) 24%,
    rgba(114, 70, 156, 1) 29%,
    rgba(114, 70, 156, 1) 34%,
    rgba(114, 70, 156, 1) 39%,
    rgba(114, 70, 156, 0.99) 72%,
    rgba(61, 15, 98, 0.98) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d0f62', endColorstr='#fa3d0f62',GradientType=1 ) !important;
  height: 367px;
}
.PYC-Suction3 {
  color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  background: rgb(35, 63, 146);
  background: -moz-linear-gradient(
    left,
    rgba(35, 63, 146, 1) 0%,
    rgba(27, 97, 170, 1) 35%,
    rgba(27, 97, 170, 1) 68%,
    rgba(35, 63, 146, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(35, 63, 146, 1) 0%,
    rgba(27, 97, 170, 1) 35%,
    rgba(27, 97, 170, 1) 68%,
    rgba(35, 63, 146, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(35, 63, 146, 1) 0%,
    rgba(27, 97, 170, 1) 35%,
    rgba(27, 97, 170, 1) 68%,
    rgba(35, 63, 146, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233f92', endColorstr='#233f92',GradientType=1 );
}
.PYC-Robotic3 h1 {
  font-size: 51px;
  font-family: "Oswald", sans-serif;
}
.PYC-Pressure3 h1,
.PYC-Suction3 h1 {
  font-size: 62px;
  font-family: "Oswald", sans-serif;
}
.PYC-Robotic3 .PYC-btns,
.PYC-Pressure3 .PYC-btns,
.PYC-Suction3 .PYC-btns {
  width: 160px;
}
.PYC-Suction3 .PYC-product {
  position: absolute;
  max-width: 610px;
  margin-right: 0px;
  margin-top: -70px;
  margin-left: -55px;
}
.PYC-Pressure3 .PYC-product {
  max-width: 406px;
  margin-right: 0px;
  position: absolute;
  margin-top: -110px;
  margin-left: 32px;
}
.PYC-Robotic3 .PYC-product {
  position: absolute;
  max-width: 400px;
  margin-top: 12px;
  margin-left: 48px;
}
.PYC-product-mobile {
  display: none;
}
/* CAREER PAGE */
/* Section 1 */
.HR-blue {
  background: rgba(0, 51, 156, 1);
  margin-bottom: 15px;
  margin-top: 15px;
}
.HR-Hero {
  background-image: url("/-/media/E4913590B0AB4195B83E31DE06E4D466.ashx");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .HR-Hero {
    height: 650px;
  }
}
.HR-Hero .container {
  z-index: 1;
}

.HR-Hero .bluebox {
  padding-bottom: 31px;
  color: rgb(255, 255, 255);
  max-width: 700px;
}
.HR-Hero .fa {
  color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
}
.HR-change {
  position: fixed !important;
  top: 126px !important;
}

/* Section 2 */
.secondNav {
  width: 100%;
  border-bottom: thin solid #e5e5e5;
  height: 55px;
  margin-bottom: 30px;
}
.secondNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.secondNav li {
  float: left;
  padding: 14px 25px;
}
.secondNav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding-bottom: 12px;
  color: #00145E;
}
.secondNav li a:hover {
  border-bottom: thick solid #00145E;
}
.HR-Company {
  padding-bottom: 3rem;
}
.HR-Company h1 {
  color: #00145E;
}
.HR-Company p {
  color:#4D5B65;
}
.HR-Company .btn {
  font-size: 24px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #00aeef;
  border-color: #00aeef;
  margin-top: 70px;
  margin-bottom: 25px;
}
.HR-Company .btn:hover {
  background-color: #00aeef;
}
.vidyard_tmask {
  opacity: 0.85 !important;
}

/* Section 3 & Global Pictures with hover*/
.HR-Culture {
  margin-top: 16px;
}
.HR-Culture h3,
.HR-Location h3,
.HR-Giving h3,
.HR-People h3 {
  right: 30px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-transform: none;
  margin: 0;
}
@media (min-width: 768px) {
  .HR-Culture h3,
  .HR-Location h3,
  .HR-Giving h3,
  .HR-People h3 {
    position: absolute;
    top: 80%;
    margin-top: 0;
  }
  .HR-Location h3:first-of-type {
    top: 85%;
  }
  .HR-Location h3.Vista-loc {
    top: 30%;
  }
}
.HR-hover-effect.HR-effect-two {
  margin-bottom: 16px;
}
.HR-hover-effect.HR-effect-two > .col-md-7 {
  height: 100%;
}
.HR-People h3 {
  color: rgb(255, 255, 255);
  font-size: 20px;
}
.HR-mask h1 {
  font-size: 40px;
  padding-top: 110px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: none;
}
.HR-People .HR-hover-effect {
  height: 415px;
}
.HR-hover-effect {
  overflow: hidden;
  position: relative;
  cursor: default;
  height: 360px;
}
.HR-hover-effect .HR-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.HR-hover-effect img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.HR-hover-effect p {
  position: relative;
  color: #fff;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 300;
}
.HR-effect-two .HR-mask {
  background: rgba(0, 20, 94, 0.85);
  height: 0%;
}
.HR-effect-two p,
.HR-effect-two h1 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: transform 0.3s ease;
}

.HR-effect-two:hover .HR-mask,
.HR-effect-two:active .HR-mask,
.HR-effect-two:focus .HR-mask {
  height: 100%;
}
.HR-effect-two:hover h1,
.HR-effect-two:hover p,
.HR-effect-two:active h1,
.HR-effect-two:active p,
.HR-effect-two:focus h1,
.HR-effect-two:focus p {
  transform: translateY(-90px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  cursor: default;
}
@media (min-width: 768px) {
  .HR-Culture .HR-hover-effect.HR-effect-two {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 360px;
  }
  .HR-Culture .HR-hover-effect.HR-effect-two img {
    position: absolute;
    top: 0;
  }
}
.HR-hover-effect.HR-effect-two::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
}
.HR-People-mobile,
.HR-Company-mobile,
.HR-Culture-mobile,
.HR-Location-mobile,
.HR-Giving-mobile,
.HR-Benifit-mobile {
  display: none;
}

/* Section 4 */
.HR-Stats .Picture {
  color: #fff;
  background-image: url("/-/media/EC8925E820FC48EAAD083B582E066E79.ashx");
  background-repeat: no-repeat;
  height: 440px;
  text-align: center;
}
.HR-Stats .Picture .hr-stats-overlay {
  background-color: rgba(0, 20, 94, 0.88);
  height: 440px;
}
.HR-Stats h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.HR-Stats p {
  font-size: 20px;
  padding-left: 46px;
  padding-right: 46px;
  margin-top: 20px;
}
.HR-Stats .circle {
  border: 4px solid rgb(255, 255, 255);
  border-radius: 50%;
  margin: 50px auto 0 !important;
  width: 200px !important;
  height: 200px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Section 5 */
.HR-Culture h2 {
  position: relative;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 40px;
}

/* Section 6 */
.HR-Location .col-md-7 {
  padding: 0px;
}
.HR-Location .location-small {
  padding-right: 0px;
}
.HR-Location .location-small img {
  margin-bottom: 15px;
}

/* Section 7 */

.HR-Giving .HR-hover-effect img {
  margin-top: -15px;
}

/* Section 8 */
.HR-Stats-2 {
  margin-top: 50px;
  text-align: center;
  color: rgb(109, 109, 109);
  margin-bottom: 35px;
}
.HR-Stats-2 h1:first-child {
  margin-bottom: -18px;
  font-weight: 400;
}
.HR-Stats-2 h1 {
  margin-bottom: 34px;
}
.HR-Stats-2 .col-md-4 {
  border-right: 2px solid #e5e5e5;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.HR-Stats-2 .col-md-4:last-child {
  border: none;
}
.HR-Stats-2 .col-md-4 h1 {
  font-weight: 700;
  color: #00145E;
  margin: -11px;
}
.HR-Stats-2 .col-md-4 small {
  color: #00145E;
  font-size: 32px;
}
.HR-Stats-2 h2 {
  margin-top: 0px;
}
.HR-Stats-2 .col-md-4 h3 {
  padding-right: 65px;
  padding-left: 65px;
}

/* Section 9 */
.HR-Benefits {
  margin-top: 25px;
  background-color:#F5F8FA;
  color: #4D5B65;
  text-align: center;
  padding-bottom: 74px;
}
.HR-Benefits .row {
  display: flex;
  flex-wrap: wrap;
}
.HR-Benefits h1 {
  text-align: left;
  font-size: 40px;
  margin-top: 40px;
  color: #00145E;
}
.HR-Benefits .content {
  background: #fff;
  height: 100%;
  margin-top: 10px;
  margin-right: 10px;
  padding: 16px;
}
.bootstrap-col {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.bootstrap-col h2 {
  font-size: 20px;
  color: #00145E;
}
.HR-Benefits .row:last-child {
  margin-bottom: 40px;
}
.bootstrap-col h2:last-child {
  color: #00145E;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10em;
}
/* Section 10 */
.HR-Footer {
  margin-top: 50px;
  margin-bottom: 50px;
}
.HR-Footer .container {
  max-width: 700px;
}
.HR-Footer h1 {
  text-align: center;
  z-index: 1;
  position: relative;
}
.HR-Footer h3 {
  text-align: center;
  margin-bottom: 149px;
}
.HR-Footer .Arrow-up {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%);
}
.HR-Footer .Arrow-up {
  margin-top: -81px;
}
/* BANNER SECTION */
.banner-section {
  position: relative;
  margin-top: 49px;
  background: url("../img/corp-banner-bg.jpg") center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}
#logosCarousel #nature2-logo {
  max-width: 80px;
}
#logosCarousel .Coverpools-logo {
  margin-top: 35px;
}
.top-space {
  margin-top: 10px;
}
.banner-section .container {
  z-index: 1;
  position: relative;
}
video {
  object-fit: fill !important;
}
.video_wrapper {
  background: #47a3d9;
  width: 100%;
  max-height: 974px;
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.video-banner {
  min-height: 600px;
  min-width: 100%;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: opacity 1500ms linear;
  -moz-transition: opacity 1500ms linear;
  transition: opacity 1500ms linear;
}
.banner-section .img-responsive {
  margin: 0 auto;
}

/* SECTION 1-2 */
.section1-2,
.section4 {
  background: #00aeef;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.section1-2 h2 {
  margin: 0;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}

/* SECTION 2 */
.section2 {
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-bottom: 0;
  background: #fff;
  overflow: hidden;
}
.girl {
  position: absolute;
  z-index: 1;
}
.section2 .col-sm-6 {
  z-index: 2;
}

/* SECTION 2-2 */
.section2-2 {
  background: #00145E;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.section2-2:hover {
  background: #ffdd00;
  color: #00145E;
  text-decoration: none;
}
.section2-2 h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
}

/* SECTION 3 */
.section3 {
  padding-top: 50px;
  padding-bottom: 70px;
  /*background: url('../img/ZodiacPool_bg.jpg') top center no-repeat fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.left-blurred-line {
  margin: 0;
  padding: 0;
  border: 0 !important;
  height: 2px;
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75)
  );
}
.right-blurred-line {
  margin: 0;
  padding: 0;
  border: 0 !important;
  height: 2px;
  background-image: -webkit-linear-gradient(
    right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75)
  );
  background-image: -ms-linear-gradient(
    right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75)
  );
}
.left-blurred-line-dark {
  margin: 0;
  padding: 0;
  border: 0 !important;
  height: 2px;
  background-image: -webkit-linear-gradient(
    left,
    rgba(102, 102, 102, 0),
    rgba(102, 102, 102, 0.75)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(102, 102, 102, 0),
    rgba(102, 102, 102, 0.75)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(102, 102, 102, 0),
    rgba(102, 102, 102, 0.75)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(102, 102, 102, 0),
    rgba(102, 102, 102, 0.75)
  );
}
.right-blurred-line-dark {
  margin: 0;
  padding: 0;
  border: 0 !important;
  height: 2px;
  background-image: -webkit-linear-gradient(
    right,
    rgba(102, 102, 102, 0),
    rgba(102, 102, 102, 0.75)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(102, 102, 102, 0),
    rgba(102, 102, 102, 0.75)
  );
  background-image: -ms-linear-gradient(
    right,
    rgba(102, 102, 102, 0),
    rgba(102, 102, 102, 0.75)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(102, 102, 102, 0),
    rgba(102, 102, 102, 0.75)
  );
}
.explorer-tabs {
  margin-top: 30px;
}
.explorer-tabs .nav-pills {
  margin-bottom: 10px;
}
.explorer-tabs .nav-pills li a {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  color: #0C95B4;
  padding: 5px;
  text-transform: uppercase;
}
.explorer-tabs .nav-pills li:nth-last-child(2) a {
  border-right: 1px solid #e5e5e5 !important;
}
.explorer-tabs .nav-pills li a:hover,
.explorer-tabs .nav-pills li a:focus,
.explorer-tabs .nav-pills li.active a {
  background: #00145E;
  color: #fff;
}
.explorer-tabs .tab-content {
  margin-top: 40px;
}
.circle-text {
  width: 100%;
}
.circle-text p {
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
}
.explorer-tabs .circle-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
}
.explorer-tabs .circle-text div {
  float: left;
  width: 100%;
  padding-top: 30%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: #00145E;
}
.explorer-tabs .circle-text:hover:after {
  background: #00145E;
}
.explorer-tabs .circle-text:hover div {
  color: #fff;
}
/* EXPLORER CAROUSEL */
.explorer-tabs .owl-nav .owl-prev:hover,
.explorer-tabs .owl-nav .owl-prev:focus,
.explorer-tabs .owl-nav .owl-next:hover,
.explorer-tabs .owl-nav .owl-next:focus {
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.carousel-wrapper {
  margin: 0px 50px;
}
.carousel-wrapper-sm {
  margin: 0px 5px;
}
.explorer-tabs .owl-nav div {
  position: absolute;
  color: #00145E;
}

.explorer-tabs .owl-nav .owl-prev {
  left: -45px;
  top: 55px;
}

.explorer-tabs .owl-nav .owl-next {
  right: -45px;
  top: 55px;
}

/* SECTION 4 */
.round-img a.news-title {
  color: #00145E;
}
.extras-section .round-img a:hover {
  text-decoration: none;
}
.round-img h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.round-img p {
  font-size: 16px;
  font-weight: 400;
}
.hover-effect .glyphicons {
  position: absolute;
  text-shadow: 4px 0px 10px rgba(0, 0, 0, 0.69);
  moz-text-shadow: 4px 0px 10px rgba(0, 0, 0, 0.69);
  webkit-text-shadow: 4px 0px 10px rgba(0, 0, 0, 0.69);
  color: #fff;
  z-index: 20;
}

/* STEW THEME */
.hover-effect {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hover-effect .mask,
.hover-effect .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.hover-effect img {
  display: block;
  position: relative;
}
.hover-effect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
}
.hover-effect p {
  font-size: 16px;
  position: relative;
  color: #000;
  padding: 30px 20px 20px;
  text-align: center;
}
.hover-effect span {
  padding-top: 10px;
}
.round-img {
  z-index: 5;
}
.round-img img {
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.effect-two img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.effect-two .mask {
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.effect-two h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 40px 0 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.effect-two .glyphicons {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.effect-two p {
  color: #333;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.effect-two a.btn {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.effect-two:hover img,
.effect-two:active img,
.effect-two:focus img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.effect-two:hover .mask,
.effect-two:active .mask,
.effect-two:focus .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.effect-two:hover h2,
.effect-two:hover p,
.effect-two:hover a.btn,
.effect-two:active h2,
.effect-two:active p,
.effect-two:active a.btn,
.effect-two:focus h2,
.effect-two:focus p,
.effect-two:focus a.btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.effect-two:hover .glyphicons,
.effect-two:active .glyphicons,
.effect-two:focus .glyphicons {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* DEALER LOCATOR */
.main-content .legal-text {
  margin-top: 50px;
}
.find-btn {
  vertical-align: bottom !important;
  margin-top: 20px;
}
.corp-form .form-group {
  margin-right: 30px;
}
.corp-form label {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}
.corp-form .form-control {
  border: 0;
  outline: 1px inset #000;
  outline-offset: -1px;
}
.radio label {
  font-size: 14px;
}
#map {
  background: #a5c0de;
  width: 100%;
  height: 462px;
}
#map .tab-pane img {
  max-height: 30px;
}
.refine-search {
  color: #000;
  font-weight: 400;
}
.refine-search:hover,
.refine-search:active,
.refine-search:focus {
  text-decoration: none;
  color: #000;
}
.refine-search i {
  font-size: 18px;
}
.refine-search .glyphicon-plus-sign {
  color: #ffdd00;
}
.refine-search:hover i,
.refine-search .glyphicon-minus-sign {
  color: #363636;
}
.h2-bold {
  font-size: 36px;
  font-weight: 600;
  margin-top: 40px;
}
.locator-pagination {
  margin: 0;
}
.locator-pagination > li > a,
.locator-pagination > li > span,
.locator-pagination > li:last-child > a,
.locator-pagination > li:last-child > span {
  border: none;
  border-radius: 0;
}
.locator-pagination > .active > a,
.locator-pagination > .active > span,
.locator-pagination > .active > a:hover,
.locator-pagination > .active > span:hover,
.locator-pagination > .active > a:focus,
.locator-pagination > .active > span:focus {
  color: #4D5B65;
  background: #e5e5e5;
}
.locator-pagination > li > a:hover,
.locator-pagination > li > span:hover,
.locator-pagination > li > a:focus,
.locator-pagination > li > span:focus {
  background: #0c95b4;
  color: #fff;
}
.get-direct-bubble:hover {
  color: #4D5B65;
}
.results-top,
.results-top a {
  color: #777;
}
.results-top .fa {
  font-size: 18px;
}
.results-line {
  margin-top: 5px;
}
.pin {
  border-radius: 50% 50% 50% 0;
  -moz-border-radius: 50% 50% 50% 0;
  -webkit-border-radius: 50% 50% 50% 0;
  background: #0c95b4;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  float: left;
  border: 1px solid #000;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pin:hover {
  background: #33759C;
  cursor: pointer;
}
.dealerInfo .tab-content {
  background: #F5F8FA;
  border: 1px solid #000;
  border-top: 0;
  padding: 10px;
}
.dealerInfo .nav-tabs {
  border-bottom: 1px solid #000;
}
.dealerInfo .nav-tabs > li.active > a,
.dealerInfo .nav-tabs > li.active > a:hover {
  background: #F5F8FA;
}
.dealerInfo .nav-tabs > li > a {
  border: 1px solid #000;
  border-radius: 0;
  border-bottom-color: transparent;
  color: #000;
  outline: 0;
}
.dealerInfo .nav > li > a {
  padding: 5px 10px;
}
.dealerInfo .nav-tabs > li.active > a,
.infoWindow .nav-tabs > li.active > a:focus {
  border: 1px solid #000;
  border-bottom-color: transparent;
  color: #000;
  outline: 0;
}
.dealerInfo .nav > li > a:hover {
  background: #363636;
  color: #fff;
}
.dealerInfo .nav > li.active > a:hover {
  color: #000;
}
.dealerInfo {
  margin-top: 5px;
}
.location address {
  overflow: hidden;
  margin-bottom: 0;
}
.dealerInfo a {
  font-weight: 500;
}
a {
  color: #0C95B4;
}
a:hover {
  color: #33759C;
}
.dealer-icons {
  margin: 5px 0;
  font-size: 22px;
  color: #6e6e6e;
}
.dealer-icons a {
  color: #6e6e6e;
  outline: 0;
}
.dealer-icons a:hover {
  cursor: pointer;
}
.offerings-dropdown.open {
  background: #363636;
}
.offerings-dropdown.open > a,
.offerings-dropdown.open > a:hover {
  color: #fff;
  text-decoration: none;
}
.offerings-dropdown > a:hover {
  color: #00145E;
  text-decoration: none;
  cursor: pointer;
}
.offerings-dropdown .dropdown-menu > li > a:hover,
.offerings-dropdown .dropdown-menu > li > a:focus {
  background: none;
}
.offerings-dropdown .dropdown-menu {
  background: #363636;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0px 20px 10px;
  margin-top: 0;
  color: #fff;
  width: 100%;
}
.offerings-dropdown .dropdown-menu a {
  color: #0c95b4;
  white-space: normal;
}
.offerings-dropdown {
  padding: 5px 10px 0px;
}
.offerings-dropdown .dropdown-header {
  margin-top: 10px;
}
.dealer-icons > .offerings-dropdown {
  font-size: 22px;
  padding-top: 0;
}
#offerings ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dealerInfo .dropdown-header {
  color: #000;
}
.offerings-link {
  font-weight: 600;
}
.get-direct-bubble {
  font-size: 15px;
}
#overview ul {
  padding: 0;
  list-style: none;
}
#errorBox {
  padding: 10px;
  background: #fff;
  border: 1px solid #000;
}
#errorBox button {
  background: #ffdd00;
  border: 1px solid #000;
}
.dealerInfo .tab-pane a:hover {
  color: #363636;
}

/* FULL WIDTH */
.breadcrumb-section {
  padding: 16px 0 16px;
}
.breadcrumb-section .breadcrumb {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.breadcrumb a {
  font-weight: bold;
}
.text-uppercase {
  text-transform: uppercase;
}
.blue-text {
  color: #00145E;
}
.grey-text {
  color: #6e6e6e;
}
.main-content blockquote {
  border: none;
  color: #00aeef;
}
.main-content hr {
  border-top: 1px solid #f5f5f5;
}
.extras-section {
  background: #000;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.extras-section h1 {
  text-transform: uppercase;
  margin: 0 0 45px;
}
/* EXTRAS CAROUSEL */
.feat-tabs .owl-nav .owl-prev:hover,
.feat-tabs .owl-nav .owl-prev:focus,
.feat-tabs .owl-nav .owl-next:hover,
.feat-tabs .owl-nav .owl-next:focus {
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.9);
}
.feat-tabs .owl-nav div {
  position: absolute;
  color: #fff;
}
.feat-tabs .owl-nav .owl-prev {
  left: -45px;
  top: 65px;
}

.feat-tabs .owl-nav .owl-next {
  right: -45px;
  top: 65px;
}
.feat-tabs .owl-carousel p {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 300;
}
.feat-tabs .owl-carousel a {
  color: #fff;
  text-decoration: none;
}
.feat-tabs .nav-pills {
  margin-bottom: 30px;
}
.feat-tabs .nav-pills li a {
  background: #f5f5f5;
  border: 1px solid #363636;
  border-radius: 0;
  color: #000;
  padding: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}
.feat-tabs .nav-pills li:nth-last-child(2) a {
  border-right: 1px solid #363636 !important;
}
.feat-tabs .nav-pills li a:hover,
.feat-tabs .nav-pills li a:focus,
.feat-tabs .nav-pills li.active a {
  background: #ffdd00;
  color: #000;
}
.feat-tabs .tab-content {
  margin-top: 20px;
}

/* GRID PAGE */
.title-section {
  background: #000;
  padding: 0 0 10px;
}
.title-section .breadcrumb a {
  color: #fff;
}
.title-section h1 {
  text-transform: uppercase;
  text-align: center;
  color: #f5f5f5;
}
.grid .col-sm-3 {
  margin-bottom: 40px;
  padding: 15px;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}

/* DETAIL PAGE */
.header-section {
  position: relative;
  padding-bottom: 50px;
  /*background: url('../img/Detail-bg.jpg') center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: -60px;
  margin-top: 60px;
}
.header-section img.bannerImage,
.section .bgImage {
  display: none;
}
.header-section h1 {
  text-transform: uppercase;
  text-align: right;
  color: #fff;
  text-shadow: 1px 0px 8px rgba(0, 0, 0, 0.7);
}
.header-section .breadcrumb-section {
  padding-top: 50px;
}
.vary-width-images .owl-item img {
  width: auto !important;
}
.detail-tabs {
  margin-top: 20px;
  margin-bottom: 50px;
}
.detail-tabs .nav-tabs {
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 0;
}
.detail-tabs .nav-tabs > li > a {
  border-radius: 0;
}
.detail-tabs .nav-tabs .active > a:hover,
.detail-tabs .nav-tabs a:hover {
  background: #ffdd00 !important;
  color: #000 !important;
  border-top: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
}
.detail-tabs .col-md-4 {
  margin-bottom: 50px;
}
.detail-tabs .tab-pane {
  margin: 20px 15px;
}
.detail-tabs .panel {
  border-radius: 0;
  border: 1px solid #000;
}
.detail-tabs .panel-heading {
  background: #f5f5f5;
  border-radius: 0;
  cursor: pointer;
}
.detail-tabs .panel-heading > .panel-title > a {
  color: #000;
  text-decoration: none;
}
.detail-tabs .panel-heading:hover {
  background-color: #ffdd00;
}
.detail-tabs .panel .in {
  border-top: 1px solid #000;
}
.detail-carousel .owl-item > div {
  text-align: center;
}
.detail-carousel .owl-item > div img {
  margin: 0 auto;
}
.detail-carousel .owl-nav div {
  position: absolute;
  color: #000;
}
.detail-carousel .owl-nav .owl-prev {
  left: -45px;
  top: 55px;
}
.detail-carousel .owl-nav .owl-next {
  right: -45px;
  top: 55px;
}
.detail-carousel .owl-nav .owl-prev:hover,
.detail-carousel .owl-nav .owl-prev:focus,
.detail-carousel .owl-nav .owl-next:hover,
.detail-carousel .owl-nav .owl-next:focus {
  color: #ffdd00;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.detail-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 20px;
}
.detail-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.detail-carousel .owl-dots .owl-dot.active span,
.detail-carousel .owl-dots .owl-dot:hover span {
  background: #ffdd00;
}
.detail-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #666;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* FOOTER SECTION */
.footer-section {
  background: #f5f5f5;
  padding: 20px 0 40px;
  position: relative;
}
.footer-section .form-group {
  border: 1px solid #fff;
}
.footer-section input[type="text"],
.footer-section input[type="email"],
.footer-section select {
  background: #f5f5f5;
  color: #000;
}
.footer-section ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}
.footer-section :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
.footer-section ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
.footer-section :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.vert-line {
  width: 1px;
  height: 350px;
  background-color: #fff;
}
.signUp-btn .fa-angle-right {
  font-size: 22px;
}
.signUp-btn {
  background: #00145E;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px;
}

/* OLD GLOBAL CORPORATE STYLES */
/* Background Image */
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1440px;
  z-index: -1;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 88px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px; /* 50% */
  }
}
@media (min-width: 768px) {
  #global-header .dropdown-toggle {
    font-size: 22px;
    padding: 5px 12px;
  }
}
#global-header .navbar-right {
  margin: 15px 0px 0 0;
  padding-right: 0;
}
#global-header .navbar-right .dropdown-menu {
  right: 0;
  left: auto;
}
#global-header .navbar-header {
  float: left;
}
.callout {
  margin: 0;
}
.jumbotron h1,
.jumbotron h3,
.yellow {
  color: #ffdd00 !important;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.8);
}
.modal-dialog {
  color: #222;
}
.main p {
  font-size: 18px;
}
.countries {
  padding-left: 0;
}
.countries li {
  list-style: none;
  line-height: 1.5;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -134px;
  padding: 0 0 134px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-height-embed {
  min-height: 2000px;
}
.big-well {
  font-size: 18px;
  font-weight: bold;
}
#global-footer {
  background: url("../img/footer.png") no-repeat;
  padding-top: 50px;
}
.container .credit {
  margin: 20px 0;
  font-size: 12px;
}

/*FLAGS*/
[class^="lg-flag-"],
[class*="lg-flag-"] {
  display: inline-block;
  width: 39px;
  height: 25px;
  background-position: -39px 0px;
  background-repeat: no-repeat;
  vertical-align: baseline;
  line-height: 25px;
  background-image: url("../img/flags-lg-sprite.gif");
}
[class^="sm-flag-"],
[class*="sm-flag-"] {
  display: inline-block;
  width: 20px;
  height: 13px;
  background-position: -20px 0px;
  background-repeat: no-repeat;
  vertical-align: baseline;
  line-height: 20px;
  margin-right: 7px;
  background-image: url("../img/flags-sm-sprite.gif");
}
.sm-flag-af {
  background-position: 0px 0px;
}
.sm-flag-au {
  background-position: -20px 0px;
}
.sm-flag-ost {
  background-position: -40px 0px;
}
.sm-flag-be {
  background-position: -60px 0px;
}
.sm-flag-cn {
  background-position: -80px 0px;
}

.sm-flag-ca {
  background-position: 0px -13px;
}
.sm-flag-czk {
  background-position: -20px -13px;
}
.sm-flag-de {
  background-position: -40px -13px;
}
.sm-flag-fr {
  background-position: -60px -13px;
}
.sm-flag-nz {
  background-position: -80px -13px;
}

.sm-flag-it {
  background-position: 0px -26px;
}
.sm-flag-pt {
  background-position: -20px -26px;
}
.sm-flag-ru {
  background-position: -40px -26px;
}
.sm-flag-sp {
  background-position: -60px -26px;
}

.sm-flag-swd {
  background-position: 0px -39px;
}
.sm-flag-swi {
  background-position: -20px -39px;
}
.sm-flag-uk {
  background-position: -40px -39px;
}
.sm-flag-us {
  background-position: -60px -39px;
}

.lg-flag-af {
  background-position: 0px 0px;
}
.lg-flag-au {
  background-position: -39px 0px;
}
.lg-flag-ost {
  background-position: -78px 0px;
}
.lg-flag-be {
  background-position: -117px 0px;
}
.lg-flag-cn {
  background-position: -156px 0px;
}

.lg-flag-ca {
  background-position: 0px -26px;
}
.lg-flag-czk {
  background-position: -39px -26px;
}
.lg-flag-de {
  background-position: -78px -26px;
}
.lg-flag-fr {
  background-position: -117px -26px;
}
.lg-flag-nz {
  background-position: -156px -26px;
}

.lg-flag-it {
  background-position: 0px -52px;
}
.lg-flag-pt {
  background-position: -39px -52px;
}
.lg-flag-ru {
  background-position: -78px -52px;
}
.lg-flag-sp {
  background-position: -117px -52px;
}

.lg-flag-swd {
  background-position: 0px -78px;
}
.lg-flag-swi {
  background-position: -39px -78px;
}
.lg-flag-uk {
  background-position: -78px -78px;
}
.lg-flag-us {
  background-position: -117px -78px;
}

.sm-flag-swd {
  background-position: 0px -39px;
}
.sm-flag-swi {
  background-position: -20px -39px;
}
.sm-flag-uk {
  background-position: -40px -39px;
}
.sm-flag-us {
  background-position: -60px -39px;
}

.scfForm input,
.scfForm select,
.scfForm textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.scChromeDataHolder {
  display: block;
}

.scfForm textarea {
  resize: none;
}

/* Form */
.scfForm {
  height: 100%;
  width: 100%;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 1.8em;
  line-height: 1.1em;
  margin: 5px 0pt;
  text-decoration: none;
  font-weight: bold;
}

.scfSubmitButton {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: #ffdd00;
  color: #000;
  border: 1px solid #000;
  padding: 5px 20px;
  border-radius: 0;
}

/* Validation */
.scfValidationSummary {
  margin-left: 20px;
}

.scfValidatorRequired,
.scfRequired {
  margin: 0px 0px;
  color: #ff0000;
  font-size: 12px;
  display: block;
  height: 33px;
  padding-top: 3px;
}

.scfValidator {
  margin: 0px;
  display: block;
  float: left;
}

/* Forms section*/
.scfSectionBorderAsFieldSet {
  margin-top: 20px;
}
.scfSectionLegend {
  padding: 7px 0px;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
}

.scfSectionBorder {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.scfSectionContent {
  width: 100%;
  float: left;
}

.scfSectionUsefulInfo {
  width: 100%; /*padding: 5px 0px 0px 20px;*/
  vertical-align: top;
  display: inline;
}

/* Form fields */
/* Checkbox */

.scfCheckboxBorder {
  clear: left;
  text-align: left;
  display: block;
  margin: 5px 0px;
  width: 100%;
}

.scfCheckbox {
  width: 90%;
  display: block;
  padding: 0px 0px;
  margin: 0px;
}

.scfCheckboxUsefulInfo {
  font-size: 0.9em;
  display: block;
  width: 90%;
  padding: 0px 3px;
}

/* Label */
.scfLabel {
  width: 100%;
  display: block;
}

.scfListBox,
.scfDropList {
  width: 100%;
  margin: 0px;
}

.scfListBoxGeneralPanel,
.scfDropListGeneralPanel {
  width: 60%;
  display: block;
  float: left;
}

.scfMultipleLineTextBox {
  width: 100%;
  margin: 0px;
}

.scfDropListBorder,
.scfEmailBorder,
.scfMultipleLineTextBorder,
.scfSingleLineTextBorder,
.scfPasswordBorder,
.scfNumberBorder,
.scfDatePickerBorder,
.scfDateBorder,
.scfRadioButtonListBorder,
.scfListBoxBorder,
.scfCheckBoxListBorder,
.scfFileUploadBorder,
.scfDateSelectorBorder,
.scfCreditCardBorder,
.scfConfirmPasswordBorder,
.scfCaptchaBorder,
.scfTelephoneBorder,
.scfSmsTelephoneBorder {
  clear: left;
  text-align: left;
  display: block;
  margin: 5px 0px;
  width: 100%;
  vertical-align: top;
}

.scfEmailTextBox,
.scfSingleLineTextBox,
.scfPasswordTextBox,
.scfNumberTextBox,
.scfDatePickerTextBox,
.scfDateTextBox,
.scfRadioButtonList,
.scfListBox,
.scfCheckBoxList,
.scfFileUpload,
.scfCreditCardTextBox,
.scfCreditCardType,
.scfConfirmPasswordTextBox,
.scfTelephoneTextBox,
.scfSmsTelephoneTextBox {
  width: 100%;
  margin: 0px;
}

.scfDropListLabel,
.scfEmailLabel,
.scfMultipleLineTextLabel,
.scfSingleLineTextLabel,
.scfPasswordLabel,
.scfNumberLabel,
.scfDatePickerLabel,
.scfDateLabel,
.scfRadioButtonListLabel,
.scfCheckBoxListLabel,
.scfListBoxLabel,
.scfFileUploadLabel,
.scfDateSelectorLabel,
.scfCreditCardLabel,
.scfConfirmPasswordLabel,
.scfCaptchaLabel,
.scfTelephoneLabel,
.scfSmsTelephoneLabel {
  padding: 3px 0px;
  width: 30%;
  display: block;
  float: left;
  clear: both;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
}

.scfEmailGeneralPanel,
.scfMultipleLineGeneralPanel,
.scfSingleLineGeneralPanel,
.scfPasswordGeneralPanel,
.scfNumberGeneralPanel,
.scfDatePickerGeneralPanel,
.scfDateGeneralPanel,
.scfRadioButtonListGeneralPanel,
.scfCheckBoxListGeneralPanel,
.scfFileUploadGeneralPanel,
.scfDateSelectorGeneralPanel,
.scfCreditCardGeneralPanel,
.scfConfirmPasswordGeneralPanel,
.scfCaptchaGeneralPanel,
.scfTelephoneGeneralPanel,
.scfSmsTelephoneGeneralPanel {
  /*margin: 0px 3px;*/
  padding: 0px 2px 0px 0px;
  width: 60%;
  display: block;
  float: left;
}

.scfDropListUsefulInfo,
.scfEmailUsefulInfo,
.scfMultipleLineTextUsefulInfo,
.scfSingleLineTextUsefulInfo,
.scfPasswordUsefulInfo,
.scfNumberUsefulInfo,
.scfDatePickerUsefulInfo,
.scfDateUsefulInfo,
.scfRadioButtonListUsefulInfo,
.scfListBoxUsefulInfo,
.scfCheckBoxListUsefulInfo,
.scfFileUploadUsefulInfo,
.scfDateSelectorUsefulInfo,
.scfCreditCardTextUsefulInfo,
.scfConfirmPasswordUsefulInfo,
.scfCaptchaUsefulInfo,
.scfTelephoneUsefulInfo,
.scfSmsTelephoneUsefulInfo {
  padding-left: 3px;
  font-size: 0.9em;
  width: 100%;
  display: block;
  float: left;
}

.scfDateSelectorDay,
.scfDateSelectorMonth,
.scfDateSelectorYear {
  width: 33%;
  margin: 0px;
}

.scfDateSelectorLabel {
  margin-top: 7px;
}

.scfDateSelectorShortLabelDay,
.scfDateSelectorShortLabelMonth,
.scfDateSelectorShortLabelYear {
  padding: 0px 0px 1px 0px;
  margin: 0px;
  display: block;
  float: left;
  font-size: xx-small;
  line-height: 10px;
  width: 33%;
}

/*ul
{
    margin: 0px;
    padding: 0px;
}*/

.scfCreditCardType {
  width: 100%;
}

.scfCaptchaLabelText {
  width: 180px;
}

.scfCaptcha img {
  border: 1px solid black;
}

.scfCaptchaTextBox {
  width: 100%;
}
.scfCaptchStrongTextPanel {
  width: 180px;
  display: block;
  float: left;
}

.scfCaptchaLimitGeneralPanel {
  width: 215px;
}

.scfCaptchaLimitGeneralPanel .scfRequired,
.scfCaptchaLimitGeneralPanel .scfValidatorRequired {
  float: right;
}

.scfCaptchaGeneralPanel embed {
  position: absolute;
  z-index: -10;
}

.scfCaptchaGeneralPanel td br {
  margin-top: 3px;
  margin-bottom: 5px;
}

.scfCaptchaGeneralPanel td input {
  margin-left: 20px;
}

.scfCaptchaGeneralPanel table {
  margin-top: 30px;
}

.scfShortDate {
  clear: left;
  text-align: left;
  display: block;
  margin: 5px 0px;
  vertical-align: top;
  width: 60%;
}

.scfShortText {
  margin: 0px;
  float: right;
  width: 40%;
}

.scfShortDate .scfDateSelectorLabel {
  width: 50%;
  margin-top: 0px;
}

.scfShortDate .scfDateSelectorGeneralPanel {
  width: 46%;
}

.scfShortDate .scfDateSelectorDay,
.scfShortDate .scfDateSelectorShortLabelDay,
.scfShortDate .scfDateSelectorShortLabelMonth,
.scfShortDate .scfDateSelectorShortLabelYear {
  display: none;
}

.scfShortDate .scfDateSelectorShortLabelMonth,
.scfShortDate .scfDateSelectorShortLabelYear,
.scfShortDate .scfDateSelectorMonth,
.scfShortDate .scfDateSelectorYear {
  width: 49%;
}

.scfShortText .scfSingleLineTextLabel {
  width: 15%;
}

.scfShortText .scfSingleLineGeneralPanel {
  width: 60%;
}

.scfShortText .scfSingleLineTextBox {
  width: 100%;
  margin: 0px;
}

.scWfmPassword {
  behavior: url(/sitecore%20modules/shell/Web%20Forms%20for%20Marketers/themes/autocomplete.htc?v=17072012);
}

.scfDatePickerGeneralPanel .ui-icon {
  float: right;
  position: relative;
  top: -20px;
  display: block;
}
/* UTILITY REBATE TOOL STYLES */
.ZipcodeField {
  display: inline !important;
  width: 100px !important;
  margin-left: 10px;
  margin-right: 10px;
  height: 32px !important;
  border: 1px solid #000;
  border-radius: 0;
}
.Results {
  border-top: thin solid #363636;
  margin-top: 50px;
  padding-top: 45px;
}
.Results a {
  text-decoration: none;
}
.panel-heading a {
  text-decoration: none;
}
.panel-collapse ul li {
  text-decoration: none;
  display: block !important;
  padding-right: 23px;
}
.panel-collapse ul {
  margin-left: -39px;
  margin-top: -10px !important;
  display: inline-block !important;
}
.top {
  padding-top: 20px;
}
.panel-heading .fa {
  font-size: 22px;
  margin-top: 13px;
  padding-right: 9px;
}
.Header {
  font-size: 24px;
}

.panel-title img {
  width: 75px;
  float: left;
}
.Results .corp-btn-grey {
  margin-bottom: 20px;
  margin-top: -14px;
}
.panel-body img {
  display: none;
}
.text .corp-btn-yellow {
  margin-top: 7px;
  margin-right: 11px;
}
.text {
  margin-top: 6px;
}
@media (max-width: 990px) {
  .panel-title span {
    padding-left: 8px !important;
    padding-right: 17px !important;
  }
}
@media (max-width: 757px) {
  .panel-title img {
    display: none;
  }
  .panel-body img {
    display: inline;
    width: 139px;
    margin-bottom: 7px;
  }
  .corp-btn-grey {
    margin-top: 0px;
  }
}
@media (max-width: 697px) {
  .text .corp-btn-yellow {
    float: left !important;
  }
}
@media (max-width: 681px) {
  .panel-title span {
    padding-left: 0px !important;
    padding-right: 13px !important;
  }
}
@media (max-width: 609px) {
  .panel-heading .fa {
    margin-top: -29px;
  }
  .panel-title span {
    display: block !important;
  }
  .text button {
    margin-top: 10px;
  }
}
@media (max-width: 415px) {
  .Results ul {
    margin-top: -6px !important;
  }
}
#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  background: url("/zodiaccorporate/ui/img/loading.gif") center center no-repeat;
}
#prodLoad {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
}

/*Search Tool*/
@media (max-width: 744px) {
  .searchResults img {
    display: none;
  }
  .searchResults div {
    height: auto !important;
  }
  .cat ul {
    width: 140px !important;
  }
}
#refineSearch button {
  min-width: 200px;
  max-width: 300px;
  text-align: left;
  height: 100%;
}
.caret {
  float: right;
  margin-top: 3%;
}

#refineSearch .btn-group {
  padding-right: 10px;
}
#refineSearch ul {
  min-width: 200px;
  max-width: 300px;
  text-align: left;
  border-radius: 0px !important;
  margin: 0px;
}
#refineSearch .btn-group {
  vertical-align: initial !important;
}
#refineSearch .dropdown-toggle {
  outline: 1px inset #000 !important;
}
#refineSearch .form-inline .form-group {
  padding-right: 25px;
}
#refineSearch .form-control:focus {
  border: 0;
  outline: 1px inset #000;
  outline-offset: -1px;
}
#refineSearch .form-control {
  border: 0;
  outline: 1px inset #000;
  outline-offset: -1px;
}
#txtSearchText {
  border: 0;
  outline: 1px inset #000;
  outline-offset: -1px;
}
.refineSearchResults {
  display: inline-block;
}
.searchResults {
  border-top: thin solid #363636;
  margin-top: 50px;
  padding-top: 45px;
}
.searchResults img {
  padding-right: 10px;
  max-height: 83px !important;
  padding-bottom: 10px;
}
.searchText {
  overflow: hidden;
}
.searchTags {
  padding: 3px 6px;
  margin: 4px 4px 4px 0;
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  border-width: 0 1px 1px 0;
  border-radius: 4px;
  color: #1b61aa;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
#lstBrand,
#lstCategory,
#lstFilter {
  display: none;
}
.rebateAvailable {
  color: #ff5800;
}
.dealerDays {
  color: #8f23b3;
}
.dealerDays,
.rebateAvailable {
  font-size: 12px;
  font-weight: bold;
  padding-right: 10px;
}
.rmaSectionClear {
  clear: both;
}
.moreRmaItems {
  text-decoration: underline;
  color: #00145E;
  cursor: pointer;
}

/*Online Product Registration*/
.nav-pills-pr > .active > a,
.nav-pills-pr > .active > a:hover {
  background-color: #00145E;
  border-radius: 0;
  color: #fff;
}
.nav-pills-pr > .viewed > a {
  background-color: #fff;
  color: #00145E;
  cursor: pointer;
}
.nav-pills-pr > .viewed > a:hover {
  color: #fff;
}
.nav-pills-pr > li > a {
  border-radius: 0;
  border: 1px solid #00145E;
  color: #A5B6C1;
  cursor: default;
  padding: 12px 15px;
}
.nav-pills-pr > li > a:hover {
  background-color: #00145E;
  color: #fff;
}
.glyphicon-plus-sign {
  color: #000 !important;
}
label {
  display: block;
}
.label.form-check-label {
  font-weight: normal;
}
.steps {
  font-weight: bold;
}
.has-error .form-control,
.has-error .select2-selection {
  border: 1px solid #c9302c !important;
  border-radius: 0;
}
.has-error .custom-file-control,
.has-error .custom-file-input,
.has-error .help-block,
.has-error .control-label{
  color:#c9302c;
}
.has-success .form-control,
.has-success .input-group-addon,
.has-success .select2-selection {
  border: 1px solid #c3e6cb !important;
  border-radius: 0;
}
.has-success .custom-file-control,
.has-success .custom-file-input,
.has-success .help-block,
.has-success .control-label,
.has-success .input-group-addon{
  color:#155724;
}
.has-success .input-group-addon {
  background-color: #c3e6cb;
}

.input-group-addon {
  border-radius: 0;
}
#toggle-warranty.in,
#toggle-warranty.collapsing {
  display: block !important;
}
input[type="checkbox"][disabled].form-check-label + label.form-check-label {
  color: #ccc;
}
.glyphicon-remove {
  cursor: pointer;
}

/* 992px and below */
@media (max-width: 992px) {
  ul.nav-pills-pr {
    font-size: 13.5px;
  }
}

/* 767px and below */
@media screen and (max-width: 767px) {
  .select2 {
    width: 100% !important;
  }
  .right-indent {
    margin-left: 10%;
  }
  .remove-border a {
    border-bottom: none !important;
  }
}
/* 767px and above */
@media screen and (min-width: 767px) {
  .right-indent {
    margin-left: 2%;
  }
  .remove-border a {
    border-right: none !important;
  }
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.prodReg-overlay {
  background: #6e6e6e;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 9998;
}

#prodLoad {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #00145E; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  z-index: 9999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*ALERT & COPY SPOTS*/
.alert-green {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-grey {
  background: #f5f5f5;
  border-color: #e3e3e3;
}
.alert-red {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-yellow {
  color: #cca300;
  background-color: #f9f2cc;
  border: 1px solid #fcec9f;
}
.alert-orange {
  color: #f2b059;
  background-color: #fcecd6;
  border: 1px solid #fcc985;
}
.alert h4 {
  font-size: 17.5px;
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
.alert p {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.zpCopySpot {
  padding: 8px 14px;
  margin: 0 10px 30px 0;
}
.blogTags a {
  white-space: nowrap;
  padding: 0 4px !important;
  height: 45px;
  border: 1px solid #bbb !important;
  background: #e7e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* PRODUCT REGISTRATION ADDRESS AUTOCOMPLETE */
.address-dropdown {
  max-height: 150px;
  overflow-y: auto;
  /* prevent horizontal scrollbar
	overflow-x: hidden; */
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  width: auto;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}
.address-dropdown .ng-scope {
  padding: 10px 10px 5px;
}
.address-dropdown .ng-scope:hover {
  background: #cde6fb;
}

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .address-dropdown {
  height: 100px;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-default > .panel-heading {
  color: #4d5b65;
  background: #F5F8FA;
  border-color: #cbd9e7;
}
.panel-default {
  border-color: #cbd9e7;
}
.panel-heading {
  border-radius: 0;
}
.btn-default {
  color: #333;
  background: #fff;
  border-color: #ccc;
}

/* forms */
span.required-label:before,
.form-group.required label:before {
  content: "*";
  color: #dc3545;
  padding-right: 2px;
}

/* utilities */

.whitespace-no-wrap {
  white-space: nowrap;
}

.cursor-pointer {
  cursor: pointer !important;
}

.text-blue {
  color: #059cf0 !important;
}

.text-orange {
  color: #f6993f;
}
.text-orange-light {
  color: #faad63;
}
.text-orange-lighter {
  color: #fcd9b6;
}
.text-orange-lightest {
  color: #fff5eb;
}
.text-yellow-darkest {
  color: #453411;
}
.text-yellow-darker {
  color: #684f1d;
}
.text-yellow-dark {
  color: #f2d024;
}
.text-yellow {
  color: #ffed4a;
}
.text-yellow-light {
  color: #fff382;
}
.text-yellow-lighter {
  color: #fff9c2;
}
.text-yellow-lightest {
  color: #fcfbeb;
}
.text-green-darkest {
  color: #0f2f21;
}
.text-green-darker {
  color: #1a4731;
}

.text-gray-darkest {
  color: #3d4852;
}
.text-gray-darker {
  color: #606f7b;
}
.text-gray-dark {
  color: #8795a1;
}
.text-gray {
  color: #b8c2cc;
}
.text-gray-light {
  color: #dae1e7;
}
.text-gray-lighter {
  color: #f1f5f8;
}
.text-gray-lightest {
  color: #f8fafc;
}
.text-muted,
.help-block {
  color: #A5B6C1;
}
.text-danger {
  color: #c9302c;
}

.hover\:text-orange:hover {
  color: #f6993f;
}

.hover\:text-blue-darker:hover {
  color: #1c3d5a !important;
}

/* bootstrap 4 */
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 6rem !important; }

.mt-6,
.my-6 {
  margin-top: 6rem !important; }

.mr-6,
.mx-6 {
  margin-right: 6rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 6rem !important; }

.ml-6,
.mx-6 {
  margin-left: 6rem !important; }

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 6rem !important; }

.pt-6,
.py-6 {
  padding-top: 6rem !important; }

.pr-6,
.px-6 {
  padding-right: 6rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 6rem !important; }

.pl-6,
.px-6 {
  padding-left: 6rem !important; }

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.w-100 {
  width: 100% !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: 800 !important;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid,
.select2-selection--single.is-invalid {
  border-color: #dc3545 !important;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.overlay {
  position: absolute;
  background: #000;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay--gradient {
  background: linear-gradient(90deg, rgba(0,20,94,0.98) 0%, rgba(12,149,180,0.5) 100%);
}

.overlay--gradient + .container {
  z-index: 2;
}

.text-white {
  color: #fff !important;
}

.text-blue {
  color: #00145E !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

@media(min-width: 1200px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

div.section:first-of-type {
  min-height: 500px;
}

@media(min-width: 1200px){
  div.section:first-of-type {
    min-height: 650px;
  }
}

.section.pb {
  padding-top: 0;
  padding-bottom: 50px;
}

@media(min-width: 1200px) {
  .section.pb {
    padding-bottom: 130px;
  }
}

.page {
  padding-top: 57px;
}

@media (min-width: 1200px) {
  .page {
    padding-top: 65px;
  }
}

.headline-section {
  display: flex;
  align-items: center;
  min-height: 200px;
  background: linear-gradient(90deg, rgba(0,20,94,0.98) 0%, rgba(12,149,180,0.5) 100%);
}

.section.light-gray {
  background: #F5F8FA;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 100%;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.25);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 32px 24px;
}

.card-title {
  margin-bottom: 16px;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0 24px 30px;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.h-100 {
  height: 100% !important;
}

.card-link {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.form-control {
  height: 48px;
  border-color: #B5B5B5;
  border-radius: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: #408BFC;
  box-shadow: none;
}

.control-label {
  color: #555;
  font-size: 12px;
  font-weight: 400;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #B5B5B5;
  border-radius: 0 !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #555 !important;
  line-height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #555 !important;
}

.select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.alert {
  border-radius: 0;
  border-left-width: 6px;
}

.alert-danger,
.alert-success,
.alert-info {
  background-image: none;
}

.alert-danger {
  color: #C9302C;
  background-color: #fff;
  border-color: #C9302C;
}

.alert-success {
  color: #155724;
  background-color: #fff;
  border-color: #c3e6cb;
}

.alert-info {
  color: #004085;
  background-color: #fff;
  border-color: #b8daff;
}

.input-group.date {
  display: flex;
}

.input-group.date .input-group-addon {
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  border: 1px solid #ccc;
  width: 38px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-white {
  filter: invert(97%) sepia(100%) saturate(0%) hue-rotate(41deg) brightness(101%) contrast(108%);
}

.nav-tabs-legal > li > a {color:#00145E;}
.nav-tabs-legal > li > a:hover{background:none;border-bottom:4px solid #00145E; border-top:0; border-left:0;border-right:0; border-radius:0;margin-right:0; color: #0C95B4;}
.nav-tabs-legal > li.active > a, .nav-tabs-legal > li.active > a:hover, .nav-tabs-legal > li.active > a:focus {color:#00145E;border-bottom:4px solid #00145E; border-top:0; border-left:0;border-right:0;}