/* ******************************************************** !!
/* CSS CONTENTS ----------------------------------------------
--------------------------------------------------------------
--| General/Utility
--| Header
------| Navigation
--| Main Content
------| Search Type
------| Search Bar
-----------| Inputs
-----------| Submit button
-----------| Google Autocomplete
------| Privacy
--| Sections
------| Content: Search
------| Content: Usages
------| Content: Data Info
------| Content: Testimonials
-----------| Carousel
------| Content: Apps
--| Footer
------| A-Z Directory
------| Footer Links
--| Accessibility Widget
--------------------------------------------------------------
----------------------------------------------------------- */



/* ************************************************************
***************************************************************
--- General/Utility ---
***************************************************************
************************************************************ */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #4a4a4a;
  font-family: "Lato", sans-serif;
}

.h1 {
  color: #4A3B8F;
  font-weight: 300;
  font-size: 46px;
  line-height: 1.2;
}

.h2 {
  color: #4A3B8F;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 20px;
}

.h3 {
  color: #659731;
  font-weight: 700;
  font-size: 22px;
}

.h4 {
  font-size: 20px;
  font-weight: bold;
  color: #353167;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 52px;
  }
  .h2 {
    font-size: 42px;
  }
  .h3 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .h1 {
    font-size: 60px;
  }
  .h2 {
    font-size: 52px;
  }
  .h3 {
    font-size: 28px;
  }
}

a {
  transition: 0.2s;
  color: #0F2D8F;
}

a:hover {
  text-decoration: none;
  color: #3b49e5;
}

input:focus,
input:visited,
select:visited,
select:focus {
  outline: none;
  background-color: transparent;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
}

input:-webkit-autofill:focus,
input:-webkit-autofill:visited,
select:-webkit-autofill:visited {
  background-color: transparent !important;
}

select:focus::-ms-value {
  color: inherit;
  background: transparent;
}

/* -----------------------------------------------------------
--- Helpers ---
------------------------------------------------------------ */
strong {
  font-weight: 700;
}

/* -----------------------------------------------------------
--- Buttons ---
------------------------------------------------------------ */
/* ---- Button ---- */
  .button {
    display: inline-block;
    border-radius: 4px;
    padding: 6px 12px;
  }


  /* ---- Primary Button ---- */
  .primary-btn {
    background: #81b44c;
    transition: all 0.25s ease-out;
    color: #fff;
    font-weight: bold;
    border-radius: 0.25rem;
  }

  .primary-btn:hover {
    background: #638a3a;
    color: #fff;
    box-shadow:
      0 1px 3px 0 rgba(60, 64, 67, 0.3),
      0 4px 8px 3px rgba(60, 64, 67, 0.15);
  }

  .primary-btn:focus {
    background: #638a3a;
    box-shadow: none;
  }

  @media (min-width: 768px) {
    .primary-btn {
      font-size: 20px;
      padding: 12px;
    }
  }

  @media (min-width: 992px) {
    .primary-btn {
      font-size: 26px;
      padding: 15px;
    }
  }

  /* ---- Tertiary Button ---- */
  .tertiary-btn {
    font-weight: bold;
    font-size: 15px;
    color: #4a4a4a;
    letter-spacing: 0.2px;
    border: 3px solid #81b44c;
    background: transparent;
  }

  .tertiary-btn:hover,
  .tertiary-btn:focus {
    color: #fff;
    background: #81b44c;
    border-color: #81b44c;
    box-shadow:
      -2px -2px 4px -4px rgba(0, 0, 0, 0.02),
      0 3px 9px 0 rgba(0, 0, 0, 0.1),
      0 2px 4px 0 rgba(0, 0, 0, 0.14);
  }
/* -----------------------------------------------------------
--- Above Fold ---
------------------------------------------------------------ */
.above-fold {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ************************************************************
***************************************************************
--- Header ---
***************************************************************
************************************************************ */
/* -------------------------------------
   --- CTA Language Tutor Banner ---
   ---------------------------------------- */
    .new-feature-banner {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
      padding: 10px 15px;
      background: linear-gradient(90deg, #7e6fc3, #9758a7);
    }

    .new-feature-banner__title-container {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .new-feature-banner__title {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.2;
      margin: 0;
    }

    .new-feature-banner__cta-btn {
      padding: 10px;
      font-size: 16px;
      white-space: nowrap;
    }

    @media (min-width: 768px) {
      .new-feature-banner__title-container {
        flex-direction: row;
        align-items: center;
        gap: 12px;
      }

      .new-feature-banner__title {
        font-size: 22px;
      }

      .new-feature-banner__cta-btn {
        padding: 10px 20px;
        font-size: 22px;
      }
    }

  /* -------------------------------------
  --- Header Nav ---
  ---------------------------------------- */
.header__logo {
  max-width: 200px;
}

.header__logo-img {
  width: 146px;
  height: 22px;
}

.header__badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 5px;
  background: #EF2742;
  color: #FFF;
  margin: 6px 0 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .header__logo-img {
    width: 162px;
    height: 24px;
  }
}

@media (min-width: 992px) {
  .header__logo-img {
    width: 180px;
    height: 27px;
  }
  .header__badge {
    vertical-align: bottom;
  }
}

/* -----------------------------------------------------------
--- Navigation ---
------------------------------------------------------------ */

.nav-bar {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
}

.nav-toggle {
  white-space: nowrap;
  margin-top: 5px;
}

.nav-toggle-text {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.nav-toggle-img {
  margin-left: 2px;
  margin-bottom: 1px;
}

.nav-overlay {
  background: rgba(0,0,0,0.6);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}

.nav-collapse {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 2;
  width: 90%;
  max-width: 300px;
}

.nav-content {
  background: #fff;
  height: 100vh;
  justify-content: space-around;
}

.nav-toggle-btn {
  padding: 10px 0 10px 10px;
}

.nav__search-tools {
  padding: 20px;
}

.nav__search-heading {
  display: flex;
  justify-content: space-between;
}

.nav__search-btn {
  font-size: 18px;
  font-weight: bold;
}

.nav__search-close-btn {
  color: #9b9b9b;
  font-size: 15px;
}

.nav__search-list {
  padding-top: 10px;
}

.nav__search-link {
  display: block;
  color: #4a4a4a;
  padding: 7px 0;
  margin: 2px 0;
  border-radius: 5px;
}

.nav__search-link:hover {
  color: #4a4a4a;
  font-weight: bold;
}

@media (hover: hover) {
  .nav__search-link:hover {
    background: #f6f6f6;
  }
}

.nav__search-icon {
  height: 23px;
  width: auto;
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}

.nav__utils {
  border-top: 1px solid #e5e3e3;
  padding: 20px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.nav__utils-btn {
  width: 46%;
}

.nav__utils-link {
  text-transform: uppercase;
  display: block;
  width: 100%;
}

/* Nav bar when open */
.nav-open .nav-collapse {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
}

.nav-open .nav-overlay {
  display: block !important;
}

/* Mobile landscape fixes */
@media (orientation: landscape) and (max-width: 991px) {
  .nav__utils {
    margin-bottom: 50px;
  }
  .nav-content {
    overflow: auto;
  }
}

@media (min-width: 992px) {
  .nav-open .nav-overlay {
    display: none !important;
  }
  .nav-toggle {
    display: none;
  }
  .nav-open .nav-collapse,
  .nav-collapse {
    position: relative;
    right: 0;
    transform: none;
    max-width: none;
    width: auto;
    box-shadow: none;
  }
  .nav-content {
    height: auto;
    display: flex;
    align-items: center;
  }
  .nav__search-tools {
    padding: 0;
    margin-right: 10px;
    position: relative;
  }
  .nav__search-list {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    padding: 5px 7px;
    border-radius: 12px;
    width: 250px;
    background: #fff;
    box-shadow: 0 8px 34px 0 rgba(0, 0, 0, 0.11);
  }
  .nav__search-heading {
    cursor: pointer;
  }
  .nav__search-btn {
    font-weight: normal;
  }
  .nav__search-btn::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-left: 10px;
    background: left / 10px 5px no-repeat url('//frcdn.beenverified.com/assets/img/3a870cafcbfb46ee39cb9ed412c83275.svg');
    transform: scaleY(-1);
  }
  .nav__search-heading,
  .nav__utils {
    padding: 0;
  }
  .nav__search-link {
    padding: 7px;
  }
  /* Search Tools open */
  .nav__search-tools.nav-open .nav__search-btn {
    font-weight: bold;
  }
  .nav__search-tools.nav-open .nav__search-btn::after {
    transform: scaleY(1);
  }
  .nav__search-tools.nav-open .nav__search-list {
    display: block;
  }
  .nav__utils {
    border-top: 0;
    display: flex;
    align-items: center;
  }
  .nav__utils-cs {
    padding-left: 15px;
    border-left: 1px solid #e5e3e3;
  }
  .nav__utils-btn {
    width: auto;
    display: inline-block;
    margin-left: 10px;
  }
  .nav__tel {
    color: #4a4a4a;
  }
}

/* ************************************************************
***************************************************************
--- Main Content ---
***************************************************************
************************************************************ */

.search-area {
  background-image: linear-gradient(0, #efefef 0, #fff 50%);
  flex: 1;
}

.subheading {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .search-area {
    min-height: calc(100vh - 66px);
  }
  .subheading {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .subheading {
    font-size: 25px;
  }
}

/* -----------------------------------------------------------
--- Search Type ---
------------------------------------------------------------ */

.search-types {
  background-color: #ececed;
  margin: 5px 0 20px;
  padding: 10px 3px;
  border-radius: 4px;
  position: relative;
  font-size: 13px;
}

.search-types:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 3px;
  width: 0;
  height: 0;
  border-top: solid 10px #ececed;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

.search-type-banner__main-text {
  color: #4a4a4a;
  padding: 0 0 0 8px;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}

.search-type {
  margin: 0;
  padding: 0 5px;
  cursor: pointer;
  font-weight: bold;
  border-right: 2px solid #ddd;
  text-decoration: underline;
}

.search-type:last-child {
  border: 0;
}

.search-type--link {
  color: #4a4a4a;
}

.search-type.active {
  text-decoration: none;
  color: #4a3b8f;
  font-weight: 700;
}

.search-type:not(.active):hover {
  color: #4a3b8f;
  text-decoration: underline;
}

@media (min-width: 375px) {
  .search-types {
    font-size: 14px;
  }
  .search-type {
    padding: 0 7px;
  }
}

@media (min-width: 400px) {
  .search-types {
    font-size: 15px;
  }
  .search-type {
    padding: 0 8px;
  }
}

@media (min-width: 768px) {
  .search-types {
    margin-top: 40px;
    font-size: 17px;
  }
  .search-type {
    font-weight: normal;
  }
}

@media (min-width: 992px) {
  .search-type-banner__main-text {
    display: block;
  }
  .search-type {
    font-size: 18px;
    padding: 0 12px;
  }
}

/* -----------------------------------------------------------
--- Search Bar ---
------------------------------------------------------------ */

/* _________________________________________ */
/* --- Inputs --- */

.input input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.input {
  position: relative;
  margin-bottom: 10px;
}

.input__field {
  color: #4A4A4A;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 -1px 4px 0 rgba(0,0,0,0.10);
  padding: 15px 0 0 12px;
  width: 100%;
  background: transparent;
  position: relative;
  height: 55px;
  font-size: 18px;
}

.input__field:focus {
  outline: none;
  border: 1px solid #4A3B8F;
}

@media (min-width: 768px) {
  .input {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .input__field {
    height: 72px;
  }
}

/* Label */
.input__label {
  color: #9B9B9B;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.92px;
  padding-left: 12px;
  position: absolute;
  top: 15px;
  left: 0;
  transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
  pointer-events: none;
}
/* -- Transition on Focus -- */
.input__field:focus ~ .input__label,
.input__field:not(:placeholder-shown) ~ .input__label,
.input__field:valid:not(.optional) ~ .input__label,
.input__field.optional:valid:not(:placeholder-shown) ~ .input__label,
.input select ~ label {
  font-size: 13px;
  letter-spacing: 1.56px;
  color: #4A3B8F;
  top: 5px;
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

/* Input states */
.input__field.error {
  border-color: #DC0015;
}

.input__field ~ .error {
  font-size: 15px;
  font-weight: 700;
  color: #DC0015;
  margin:  5px 0 8px;
}

.input__icon {
  position: absolute;
  right: 14px;
  top: 20px;
  background-repeat: no-repeat;
  width: 15px;
  height: 17px;
}

.input__field.valid ~ .input__icon {
  background-image: url('//frcdn.beenverified.com/assets/img/5e652c0df993bc47aca35f4a62ff1402.svg');
  width: 21px;
}

.input__field.error ~ .input__icon {
  background-image: url('//frcdn.beenverified.com/assets/img/d1611b257a44fc324a4d2318fdc4d954.svg');
}

@media (min-width: 992px) {
  .input__label {
    top: 24px;
  }
  .input__icon {
    top: 27px;
  }
}

/* _________________________________________ */
/* --- Submit Button --- */

.submit-btn {
  width: 100%;
  font-size: 26px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .submit-btn {
    font-size: 20px;
    padding: 12px;
  }
}

@media (min-width: 992px) {
  .submit-btn {
    font-size: 26px;
    padding: 15px;
  }
}

/* _________________________________________ */
/* --- Rapids Autocomplete --- */
/* Using `html` for specificity purposes */
html .ui-menu {
  position: absolute;
  background-color: #fff;
  margin-top: -10px;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  padding: 0;
  list-style: none;
  z-index: 2;
  width: 0;
}

.ui-menu .ui-menu-item-wrapper {
  background-image: url("//frcdn.beenverified.com/assets/img/b83f73bd42f46dc7d98360f19b5706d1.svg");
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 12px 16px;
  border: none;
  border-top: 1px solid #e6e6e6;
  padding: 6px 12px 4px 33px;
  text-transform: capitalize;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s;
}

.ui-menu .matched-text {
  font-weight: bold;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}

.ui-menu-item:hover,
.ui-menu-item:focus,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background-color: #ededed;
  color: #4a4a4a;
}

.ui-helper-hidden-accessible {
  display: none;
}

@media (min-width: 768px) {
  .ui-menu .ui-menu-item-wrapper {
    background-position: 24px center;
    padding: 10px 24px 7px 45px;
  }
}

/* -----------------------------------------------------------
--- Privacy ---
------------------------------------------------------------ */

.search__privacy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.search__privacy-badge {
  background-image: linear-gradient(-180deg, #F6BC25 0, #FDD367 100%);
  border-radius: 19px;
  padding: 4px 8px;
  margin: 0 5px 5px 0;
  display: flex;
  align-items: center;
  color: #4A4A4A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Norton badge */
.digicert-norton-badge img {
  width: 75px !important;
}

/* CSS hack to target chrome only and NOT safari */
/* image-rendering Used to prevent .png image from appearing blurry when scaled down */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  .digicert-norton-badge img {
    image-rendering: -webkit-optimize-contrast;
  }
}

@media (min-width: 768px) {
  .search__privacy {
    justify-content: flex-start;
  }
}


/* ************************************************************
***************************************************************
--- Sections ---
***************************************************************
************************************************************ */

.content {
  padding: 20px 0;
}

.content__text {
  font-size: 20px;
  letter-spacing: -0.1px;
  line-height: 1.5;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .content {
    padding: 40px 0 50px;
  }
  .content__text {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .content__text {
    font-size: 24px;
  }
}

/* -----------------------------------------------------------
--- Content: Search ---
------------------------------------------------------------ */
.search-content__tools-list {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  list-style: none;
  padding: 0;
  gap: 10px;
}

.search-content__search-box {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 10px;
  margin: 4px 0;
  border-radius: 6px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  border: solid 1px #ececec;
  color: #0F2D8F;
  font-weight: bold;
  position: relative;
}

.search-content__search-box:hover {
  color: #0F2D8F;
  border: solid 1px #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.search-content__search-box-text {
  font-weight: bold;
  font-size: 18px;
  margin: 0 15px;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .search-content__search-box {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .search-content__tools-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (min-width: 992px) {
  .search-content__tools-list {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .search-content__search-box {
    flex-direction: column;
    justify-content: center;
  }

  .search-content__search-box-text {
    display: block;
    text-align: center;
    margin: 10px 0 0;
  }

  .search-content__search-box-badge {
    position: absolute;
    top: 6%;
    right: 3%;
  }
}

/* -----------------------------------------------------------
--- Content: Usages ---
------------------------------------------------------------ */

.usages-content {
  background: linear-gradient(to bottom, #efefef,#fff);
}

.usages__img-container {
  padding: 0 10px;
}

.usages__img {
  max-width: 430px;
  width: 100%;
  margin: auto;
  display: block;
}

.usages__heading {
  margin: 30px 0 30px;
}

.usage__text {
  margin: 25px 0;
}

@media (min-width: 768px) {
  .usages__img-container {
    position: absolute;
    right: 0;
    top: 40px;
    width: 60%;
  }
  .usages__img {
    max-width: 500px;
  }
  .usages__heading {
    width: 40%;
  }
  .usage__text {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .usages-content {
    padding: 40px 0;
  }
  .usages__img {
    max-width: 530px;
  }
}
@media (min-width: 1200px) {
  .usages__img-container {
    width: 50%;
    top: 30px;
  }
  .usages__img {
    margin-left: 5%;
  }
  .usages__heading {
    width: 50%;
  }
  .usage__text {
    font-size: 22px;
  }
}

/* -----------------------------------------------------------
--- Content: Data Info ---
------------------------------------------------------------ */

.data-content {
  padding-top: 30px;
}

.data-card {
  position: relative;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  padding: 60px 25px 10px;
  margin: 30px 0;
}

.data-card__img {
  position: absolute;
  top: -30px;
}

.data-card__title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #9B9B9B;
  margin: 5px 0 10px;
}

.data-card__text {
  font-size: 20px;
  color: #4A4A4A;
}

.data-card__badge {
  position: absolute;
  top: 6%;
  right: 4%;
}

@media (min-width: 768px) {
  .data-card {
    min-height: 280px;
  }
}

@media (min-width: 992px) {
  .data-card {
    min-height: 300px;
  }
}

/* -----------------------------------------------------------
--- Content: Testimonials ---
------------------------------------------------------------ */

.testimonials-content {
  background: linear-gradient(-180deg, #76A841 0%, #81B44D 97%);
}

.testimonials__btn {
  font-size: 18px;
  letter-spacing: 0.6px;
  text-align: center;
  font-weight: 700;
  background: #81B44C;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 6px;
  padding: 10px 25px;
  margin: 0 auto;
  display: block;
  max-width: 300px;
}

.testimonials__btn:hover {
  background-color: #fff;
  color: #81B44C;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

@media (min-width: 768px) {
  .testimonials-content {
    padding-bottom: 60px;
  }
  .testimonials__btn {
    font-size: 22px;
  }
}

/* _________________________________________ */
/* --- Carousel --- */

.testimonial-carousel-container {
  max-width: 1140px; /* align to container-md */
  margin: 0 auto;
  padding-left: 12px;
}

.testimonial-carousel {
  padding: 50px 0 40px;
}

.carousel__slide {
  background: #fff;
  position: relative;
  border-radius: 12px;
  padding: 55px 25px 30px;
  box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
}

.carousel__slide::before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background-image: url('//frcdn.beenverified.com/assets/img/95353c95311b8819b03a5b862a3710e6.svg');
}

.carousel__quote {
  font-size: 18px;
  color: #353167;
  min-height: 170px;
  margin-bottom: 20px;
}

.carousel__quote-author {
  font-weight: 300;
  margin-bottom: 0;
}

.carousel__nav {
  display: none;
}

@media (min-width: 576px) {
  .carousel__quote {
    min-height: 120px;
  }
}

@media (min-width: 768px) {
  .testimonial-carousel-container {
    padding: 0 40px;
  }
  .carousel__quote {
    min-height: 190px;
  }
  .carousel__nav {
    display: block;
    position: absolute;
    top: 45%;
    width: 100%;
  }
  .carousel__nav-prev,
  .carousel__nav-next {
    width: 30px;
    height: 45px;
    position: absolute;
    transition: all 0.1s ease-out;
    background: no-repeat center url('//frcdn.beenverified.com/assets/img/718f60399f306a3ae1012cc77bd563de.svg') !important;
  }
  .carousel__nav-prev:hover,
  .carousel__nav-next:hover {
    filter: brightness(0.3);
  }
  .carousel__nav-prev {
    transform: rotate(180deg) translateX(100%);
  }
  .carousel__nav-next {
    right: 0;
    transform: translateX(100%);
  }
  /* the below selectors cannot be changed/renamed
    due how to the owl carousel plugin is set up */
  .owl-carousel .owl-item {
    transform: scale(0.9);
    transition: all 0.25s ease-out;
  }
  .owl-carousel .owl-item.active.center {
    margin: 0 -55px;
    transform: scale(1);
    z-index: 1;
  }
  .owl-carousel .owl-stage {
    margin-left: 55px; /* needed to align the slides */
  }
}

@media (min-width: 992px) {
  .carousel__quote {
    font-size: 22px;
    min-height: 200px;
  }
  .owl-carousel .owl-item.active.center {
    margin: 0 -75px;
  }
  .owl-carousel .owl-stage {
    margin-left: 75px; /* needed to align the slides */
  }
}

@media (min-width: 1200px) {
  .carousel__quote {
    min-height: 170px;
  }
}

/* -----------------------------------------------------------
--- Content: Apps ---
------------------------------------------------------------ */

.apps-content {
  background: linear-gradient(0, #efefef 6%, #fff 98%);
}

@media (min-width: 768px) {
  .apps-content__text {
    margin-bottom: 0;
  }
}

/* ************************************************************
***************************************************************
--- Footer ---
***************************************************************
************************************************************ */

.footer {
  padding: 30px 15px 20px;
}


/* ************************************************************
***************************************************************
--- Accessibility Widget ---
***************************************************************
************************************************************ */

.acsb-container .container {
  padding: 0;
  max-width: none;
}
