body {
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

section {
  padding: 30px 15px;
}

#masthead {
  /* background: transparent;
	color: white;
	position: absolute; */
  width: 100%;
  /* z-index: 1; */
}

#masthead .navbar {
  background: #10718e;
  margin-bottom: 0;
}

#masthead a,
#masthead p,
#masthead .translate-toggle {
  color: white;
}

#masthead .header-info-links,
#masthead .header-info-links a {
  color: #006bc8;
}

#masthead .header-info-links a.btn {
  color: white;
}

.navbar-toggle .icon-bar {
  background-color: white;
}

@media screen and (max-width: 767px) {
  .navbar-collapse {
    background-color: rgba(16, 113, 142, 1);
  }
}

.bg-video {
  /*-webkit-filter: grayscale(1);
	filter: grayscale(1);*/
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.hero-scrim {
  background-color: rgba(16, 113, 142, 0.75);
  background: linear-gradient(
    to bottom,
    rgba(16, 113, 142, 1),
    rgba(16, 113, 142, 0.6)
  );
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  user-select: none;
  width: auto;
}

.headlines {
  color: white;
  margin-bottom: 3rem;
}

.headlines strong {
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  display: inline-block;
  font-size: 20px;
  padding: 0.5em 0;
}

h1 {
  font-weight: 300;
}

.headlines h2 {
  font-size: 20px;
}

.btn--green {
  background-color: rgb(113, 180, 48);
  color: white;
}
.btn--green:hover,
.btn--green:active,
.btn--green:focus {
  background-color: rgb(100, 160, 43);
  color: white;
}

.btn--teal {
  background-color: #00b5d1;
  color: white;
}
.btn--teal:hover,
.btn--teal:active,
.btn--teal:focus {
  background-color: #009fb8;
  color: white;
}

.text-primary {
  color: rgba(16, 113, 142, 1);
}

.bg-primary {
  background-color: rgba(16, 113, 142, 1);
}

.bg-navy {
  background-color: #01495f;
  color: white;
}

.bg-navy p,
.bg-navy li {
  color: white;
}

.bg-gray {
  background-color: #f6f6f6;
}

.bg-white {
  background-color: "white";
}

@media screen and (min-width: 767px) {
  .logo-slider-trigger {
    color: #ccc;
    font-size: 60px;
    line-height: 1.5;
  }
  .logo-slider-trigger:hover {
    color: #444;
    cursor: pointer;
  }
  .logo-slider {
    height: 90px;
    overflow: hidden;
  }
  .logo-slider-row {
    opacity: 0;
    transition: 0.2s transform ease-in-out, 0.2s opacity ease-in-out;
    transform: translateX(100%);
    position: absolute;
  }
  .logo-slider-row-active {
    opacity: 1;
    transform: translateX(0);
  }

  .logo-slider-row-deactive {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.logo-slider-row div {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
  padding: 15px;
}

.trusted-logo {
  max-height: 60px;
  max-width: calc(100% - 30px) !important;
}

.ico-check-box {
  margin-bottom: 30px;
  text-align: center;
}

.ico-check {
  max-height: 70px;
}

.brand-box {
  border: 2px solid #ccc;
  padding: 30px 15px;
  text-align: center;
}

.brand-box a {
  display: block;
  transition: transform 0.2s ease-in-out;
}

.brand-box a:hover {
  transform: translateY(-5px);
}

.brand-box .img-responsive {
  display: inline-block;
  margin-bottom: 15px;
  max-height: 50px;
}

.brand-box p {
  font-size: 16px;
  margin-bottom: 0;
}

.brand-box-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}

.quotebox {
  border: 2px solid white;
  color: white;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 20px 0 0;
  position: relative;
}

.quotebox .lead {
  color: white;
}

.quotebox::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 21px 21px 0;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -22px;
  left: 10px;
}

.quotebox::after {
  content: "";
  clear: both;
  position: relative;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: rgba(16, 113, 142, 1) transparent;
  display: block;
  width: 0;
  height: 0;
  z-index: 1;
  bottom: -20px;
  left: 11px;
}

.v-spacer {
  margin: 0;
  padding: 15px 0;
}

.HowItWorks {
}
.HowItWorks-text {
  font-weight: 200;
}
.HowItWorks-text strong {
  font-weight: bold;
}

.HowItWorks-togglerTextLabel {
  color: rgba(16, 113, 142, 1);
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.HowItWorks-togglerCheckbox {
  box-sizing: border-box;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  user-select: none;
  width: 100%;
}

.HowItWorks-togglerDisplay {
  font-size: 16px;
  position: relative;
  width: 100%;
}
.HowItWorks-togglerDisplay span {
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.4s ease-in;
  vertical-align: middle;
}
.HowItWorks-togglerDisplay span:first-of-type {
  color: #bdbdbd;
}

.HowItWorks-togglerLabel {
  background-color: #d9534f;
  border-radius: 1.5em;
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  margin: -0.1875em 0;
  padding: 0;
  position: relative;
  transition: background-color 0.4s ease-in;
  vertical-align: middle;
  width: 3.5em;
}
.HowItWorks-togglerLabel::before {
  background-color: white;
  border-radius: 1.125em;
  bottom: 0;
  content: "";
  display: block;
  height: 1.125em;
  margin: 0;
  position: absolute;
  right: 0.1875em;
  top: 0.1875em;
  transition: all 0.4s ease-in;
  width: 1.125em;
}

.HowItWorks-diagram {
  margin-top: 0.75em;
  position: relative;
}

.HowItWorks-togglerCheckbox:checked {
}
.HowItWorks-togglerCheckbox:checked ~ .HowItWorks-togglerLabel {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.HowItWorks-togglerCheckbox:checked ~ .HowItWorks-togglerLabel::before {
  border-color: #5cb85c;
  right: 2.1875em;
}

.HowItWorks-togglerCheckbox:checked ~ span {
  color: inherit;
}

.HowItWorks-togglerCheckbox:checked ~ span ~ span {
  color: #bdbdbd;
}

.HowItWorks-togglerCheckbox:checked
  ~ .HowItWorks-diagram
  .radius-of-distraction {
  padding-bottom: 0;
  width: 0;
}

.radius-of-distraction {
  background-color: rgba(16, 113, 142, 0.4);
  border-radius: 50%;
  left: 46%;
  padding-bottom: 40%;
  position: absolute;
  top: 51%;
  transform: translate(-50%, -50%);
  transition-duration: 0.4s;
  transition-property: padding-bottom, width;
  transition-timing-function: ease-in;
  width: 40%;
}

.flipper {
  display: inline-block;
  position: relative;
  height: 0;
  width: 25%;
  z-index: 1;
  padding-top: 25%;
}

.flipper-small {
  color: white;
  display: block;
  margin: 15px;
  height: 200px;
  width: 200px;
}

.flipper-small strong {
  display: block;
  width: 100%;
}

.flipper-small .flipper-front,
.flipper-small .flipper-back {
  border: 2px solid #00b5d1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flipper-small .flipper-front {
  align-content: center;
  flex-wrap: wrap;
}

.flipper-small .flipper-back {
  background-color: #00b5d1;
  flex-wrap: wrap;
}

.flipper-overlap {
  /* margin: 15px; */
}

.flipper-front,
.flipper-back,
.flipper-mock {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* border-radius: 5px; */
  height: 100%;
  position: absolute;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 100%;
  top: 0;
}

.flipper-front h2 {
  margin: 0 auto;
}

.flipper-back {
  /* background-color: white; */
  -webkit-backface-visibility: hidden;
  /* border: 2px solid #00b5d1; */
  backface-visibility: hidden;
  transform: rotateY(180deg);
}

.flipper-bg-teal {
  background-color: #00b5d1;
}

.flipper-bg-navy {
  background-color: rgba(1, 73, 96, 1);
}

.flipper-bg-black {
  background-color: #000;
}

.flipper h2,
.flipper p {
  color: white;
  padding: 0 1em;
  text-align: center;
}

.flipper-back h2 a {
  color: white;
}

.flipper h2 {
  font-size: 28px;
  text-transform: uppercase;
}

.flipper-front strong {
  text-transform: uppercase;
}

.flipper-back h2,
.flipper-back p {
  /* color: #01495f; */
  color: white;
}

.flipper-back p {
  font-size: 18px;
  line-height: 1.5em;
}

.flipper-small .flipper-back h2,
.flipper-small .flipper-back p,
.flipper-small:hover {
  color: white;
}

.flipper-ico {
  flex-basis: 50%;
  margin-bottom: 5px;
  max-width: 50% !important;
}

.vert-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.flipper-back .vert-center {
  background: inherit;
}

.flipper:hover .flipper-front,
.flipped .flipper-front {
  transform: rotateY(180deg);
}

.flipper:hover .flipper-back,
.flipped .flipper-back {
  transform: rotateY(0);
}

.flippers-cross {
  position: relative;
}
.flippers-cross::before,
.flippers-cross::after {
  content: "";
  display: block;
  background-color: #ccc;
  height: 10px;
  left: 50%;
  position: absolute;
  top: -5px;
  transform-origin: center center;
  width: 500px;
  z-index: 0;
}
.flippers-cross::before {
  transform: translateX(-50%) rotate(45deg);
}
.flippers-cross::after {
  transform: translateX(-50%) rotate(-45deg);
}

.flippers-box {
  margin: 60px auto;
  width: 700px;
}

.flippers-box-small {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-between;
  margin: 0 auto;
  max-width: 920px;
  width: calc(100% - 30px);
}

.read-more-link {
  color: white;
  font-weight: 700;
}

.read-more-link:hover,
.read-more-link:active,
.read-more-link:focus {
  color: rgba(16, 113, 142, 1);
}

.u-lightBoxBackground {
  background-color: rgba(0, 0, 0, 0.87);
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2;
}
.u-lightBoxBackground.is-active {
  display: block;
}

.u-lightBox {
  margin: 50vh 0 0 50vw;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.u-lightBox-x {
  bottom: 100%;
  color: white;
  content: "X";
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  left: 100%;
  position: absolute;
}
.u-lightBox-x:hover {
  color: #bfbfbf;
}

.Video-frame {
  height: 0;
  max-width: 128rem;
  padding-bottom: 56.25%;
  position: relative;
  width: 90vw;
}

.Video-frame--internal {
  width: auto;
}

.Video-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.embed-responsive-16by9 {
  position: relative;
}

.embed-responsive-16by9:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.benefits-mobile-bubble {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px;
}

.benefits-mobile-bubble p {
  color: white !important;
  font-size: 16px;
}

.bg-teal {
  background-color: rgba(64, 187, 221, 1);
  color: white;
}

.testimonial-banner {
  background: linear-gradient(
      to bottom,
      rgba(16, 113, 142, 1) 0%,
      rgba(16, 113, 142, 0.5) 100%
    ),
    url(/wp-content/themes/csm/assets/img/wiser-solutions-testimonial-still.jpg)
      no-repeat center center;
  background-size: cover;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.testimonial-scrim {
  background-color: rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.4));
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  user-select: none;
  width: auto;
}

.testimonial-card {
  background-color: white;
  padding: 30px;
  text-align: left;
}

.testimonial-card h2 {
  color: rgba(64, 187, 221, 1);
  border-bottom: 1px solid rgba(64, 187, 221, 1);
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.testimonial-card p {
  font-size: 40px;
}

.testimonial-play-arrow::after {
  content: "";
  left: 33%;
  top: calc(50% - 15px);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid white;
  position: absolute;
}

.testimonial-play-arrow {
  background-color: rgb(113, 180, 48);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.testimonial-play {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-play:hover {
  cursor: pointer;
}

.testimonial-play:hover .testimonial-play-arrow {
  background-color: rgb(100, 160, 43);
}

.testimonial-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(/wp-content/themes/csm/assets/video/wiser-solutions-city-still.jpg)
      no-repeat center center;
  background-size: cover;
  text-align: center;
  color: white;
}

.testimonial-2 h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
}

.testimonial-2-txt {
  display: block;
  position: relative;
  color: white;
  font-size: 40px;
}

.testimonial-2-txt::before,
.testimonial-2-txt::after {
  content: "";
  display: block;
  height: 1px;
  width: 60%;
  background-color: rgba(64, 187, 221, 1);
  margin: 15px auto;
}

.slider-bg-video-container {
  overflow: hidden;
  /* position: relative; */
}

.slider-bg-video {
  display: none;
}

.slider-bg-img {
  background-position: center;
  background-size: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}

.slider-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: calc(100% - 80px);
}

.slider-content h1 {
  font-size: 36px;
  font-weight: 300;
}

.slider-lead {
  color: white;
  font-size: 18px;
  margin: 20px 0;
}

.slider-bg-scrim {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  user-select: none;
  width: auto;
}

.owl-carousel .owl-item {
  overflow: hidden;
}

.unique-slide-3 {
  text-align: center;
  background-image: url(/wp-content/themes/csm/assets/img/home/lets-improve-office-acoustics.jpg);
}

@media (min-width: 992px) {
  .slider-bg-video {
    display: block;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
  .slider-content h1 {
    font-size: 68px;
  }
  .slider-lead {
    color: white;
    font-size: 24px;
    margin: 30px 0;
  }
  .unique-slide-3 {
    text-align: left;
    background-image: none;
  }
  .unique-slide-3 .slider-content {
    max-width: 75%;
  }
}

.btn-2020 {
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  transition: ease-in-out 0.2s background-color;
}

.btn-2020-teal {
  background-color: #03768a;
}
.btn-2020-teal:hover,
.btn-2020-teal:active,
.btn-2020-teal:focus {
  background-color: #024e5a;
  color: white;
}

.btn-2020-red {
  background-color: #d7282f;
}
.btn-2020-red:hover,
.btn-2020-red:active,
.btn-2020-red:focus {
  background-color: #ac2024;
  color: white;
}

.btn-2020-link {
  font-weight: 700;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.btn-2020-link:hover {
  color: #03768a;
}

.btn-2020-link-teal {
  color: #03768a;
}

.home-benefit-wrapper {
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.home-benefit-img {
  background-size: cover;
  height: 300px;
  transition: ease-in-out all 0.2s;
}
.home-benefit-txt {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: calc(100% - 20px);
}

.home-benefit-wrapper:hover > .home-benefit-img {
  width: 110%;
  margin-left: -5%;
  margin-top: -15px;
  height: 330px;
}

.home-benefit-wrapper:hover > .home-benefit-txt {
  text-decoration: underline;
}

.title-2020 {
  font-size: 30px !important;
  margin-top: 0;
  color: #03768a;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
}

.body-2020 {
  font-size: 16px;
  color: #808080;
  letter-spacing: 0.125em;
}

.bg-2020-grey {
  background-color: #f2f2f2;
}

.bg-2020-teal {
  background-color: #03768a;
  color: white;
}

.teal-border-box {
  border: 2px solid #03768a;
}

.fp-fifth,
.fp-fifth-2,
.fp-fifth-3,
.fp-fifth-4 {
  padding: 0 10px;
}

.fp-fifth-row {
  margin: 0 -10px;
}

@media (min-width: 992px) {
  .fp-fifth {
    float: left;
    width: 20%;
  }

  .fp-fifth-2 {
    float: left;
    width: 40%;
  }
  .fp-fifth-3 {
    float: left;
    width: 60%;
  }
  .fp-fifth-4 {
    float: left;
    width: 80%;
  }
}
