/*---------------------------------------------------------------------------------

 Theme Name:   applause
 Theme URI:    https://www.applause.com/
 Description:  Divi Child Theme for Applause Website
 Author:       Tammy Shipps @ Applause.com
 Author URI:   https://www.applause.com/
 Template:     Divi
 Version:      2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

/*------------------------------ ADDITIONAL CSS HERE ------------------------------ */

:root {
   overscroll-behavior: none;

  --proxima-font: 'Proxima Nova', Helvetica, Arial, Lucida, sans-serif;
  --etmodules-font: 'ETmodules', sans-serif;

  --gcid-dde55f72-e2fb-4f75-8cf3-a33399317db0: #e6f9f6;
  --gcid-9798f2ba-5797-4c6c-9378-2ca1a08181ad: #9ac7e1;
  --gcid-5cc69e82-8973-4b0b-8c7a-c32ac13ee450: #0272B4;
  --gcid-88ef9dac-9222-4729-8129-de871f9ee831: #01446c;
  --gcid-dde9512f-629f-47d1-8a43-7d41ea8699ed: #222222;
  --gcid-0349381a-6b54-421f-8276-28535e0f5542: #140091;
  --gcid-00b56c43-f038-4a74-8ed4-d9adcfda9276: #006e53;
  --gcid-43cc1abf-b0fc-486c-b815-c2cbfd60fa83: #cbf499;
  --gcid-b71d380a-a9cc-4af2-9670-a21525fa490e: #e3a700;
  --gcid-c9089d01-0a9e-41e4-846c-31a40861ba04: #f7c899;
  --gcid-d924f273-f7ae-49cd-b14d-d288d3f6fbf6: #c8ece3;
  --gcid-daab10b9-c3fd-4744-89f5-d760cda6cb3a: #d7b8f8;
  --gcid-af7d08fa-5ced-4a5f-8fed-a0658448c569: #05147d;

  --white: #ffffff;
  --black: #000000;
  --text-gray: #222222;

  --lime-light: #cbf499;
  --lime-dark: #8ebc55;
  --podcast-blue: #0d0f8b;

  --secondary-colors-peach: #f7c899;
  --secondary-colors-mint: #c8ece3;
  --secondary-colors-lavender: #d7b8f8;

  --blue-50: #eff9ff;
  --blue-100: #e6f1f8;
  --blue-200: #cfe9fb;
  --blue-300: #9ac7e1;
  --blue-400: #4e9ccb;
  --blue-500: #0272b4;
  --blue-600: #0267a2;
  --blue-700: #01446c;
  --blue-800: #013351;
  --blue-900: #012236;

  --gray-100: #f0f0f0;
  --gray-200: #ececec;
  --gray-300: #d3d3d3;
  --gray-400: #999999;
  --gray-500: #606060;
  --gray-600: #565656;
  --gray-700: #3D3D3D;
  --gray-800: #2b2b2b;
  --gray-900: #1b1b1b;

  --applause-blue: #013654;
  --applause-blue-dark: #012033;
  --applause-blue-100: #e6ebee;
  --applause-blue-200: #c0cdd4;
  --applause-blue-300: #99afbb;
  --applause-blue-400: #4d7287;
  --applause-blue-500: #013654;
  --applause-blue-600: #01314c;
  --applause-blue-700: #012033;
  --applause-blue-800: #001826;
  --applause-blue-900: #001019;

  --green-100: #e6f8f3;
  --green-200: #bfede2;
  --green-300: #99e2d1;
  --green-400: #4dcdae;
  --green-500: #00b78b;
  --green-600: #00a57d;
  --green-700: #006e53;
  --green-800: #00523f;
  --green-900: #00372a;

  --error-red: #a21400;
  --error-red-dark: #800f00;
  --yellow: #fcba00;
  --yellow-hover: #e3a700;
}



#header-hero-buttons .et_pb_column {
  width: 100%;
  display: flex;
}

.peek-a-bar.alert-bar {
  z-index: 9999999999 !important;
  top: 0 !important;
  color: #222;
  font-size: 0.875rem !important;
  font-family: var(--proxima-font);
  letter-spacing: 0.16px;
  height: 4.25rem !important;
  max-height: 4.25rem !important;
}

.peek-a-bar.alert-bar .alert-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-self: center;
  width: 85%;
  max-width: 1080px;
  margin: 0 auto !important;
}

.peek-a-bar.alert-bar span.alert-bar-text,
.peek-a-bar.alert-bar .alert-bar-button {
  line-height: 140%;
}

.peek-a-bar.alert-bar .alert-bar-button {
  font-family: var(--proxima-font);
  background-color: rgb(255, 255, 255);
  color: var(--blue-700) !important;
  border: 1px solid var(--blue-700) !important;
  border-radius: 6px;
  padding: 0.25rem .75rem !important;
  font-size: 0.875rem !important;
  text-decoration: none;
  display: inline-block;
  margin-left: 1rem;
  letter-spacing: 0.16px;
  transition: background-color 0.3s, color 0.3s;
}

.peek-a-bar.alert-bar .alert-bar-button:hover {
  background-color: var(--blue-200);
  color: var(--blue-800);
}

.peek-a-bar.alert-bar .alert-bar-close {
  position: absolute;
  right: 1rem;
  font-size: 1.5rem !important;
  line-height: 1rem !important;
  color: var(--black) !important;
  margin-left: 1rem;
  cursor: pointer;
  display: flex;
  top: 1.75rem;
  align-items: center;
  transition: all 0.3s ease;
  height: 16px;
  width: 16px;
  padding: 3px;
}

.peek-a-bar.alert-bar .alert-bar-close:hover {
  color: var(--blue-500) !important;
}

@media (max-width: 980px) {
  .peek-a-bar.alert-bar { 
    height: auto !important;
    max-height: none !important;
    border-bottom: 2px solid var(--gray-200);
  }
}

@media (max-width: 520px) {
  .peek-a-bar.alert-bar .alert-bar-content {
    flex-direction: column !important;
    gap: 0.5rem;
    /* width: 100%; */
  }

  .peek-a-bar.alert-bar .alert-bar-content .alert-bar-text {
    word-break: break-all;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.text-balance, 
.text-balance * {
  text-wrap: balance;
}

/*---------------------------------------------------------------------------------*/
/* New Forms START */
form.mktoForm.mktoEmbeddedForm * {
  box-sizing: content-box;
  float: none !important;
  clear: none !important;
  /* height: auto !important; */
}

form.mktoForm.mktoEmbeddedForm .mktoError .mktoErrorArrowWrap {
  height: 8px !important;
}

form.mktoForm.mktoEmbeddedForm > fieldset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 1rem;
}

form.mktoForm.mktoEmbeddedForm .mktoClear, 
form.mktoForm.mktoEmbeddedForm .mktoOffset, 
form.mktoForm.mktoEmbeddedForm .mktoGutter {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
}

form.mktoForm.mktoEmbeddedForm > fieldset .legend {
  /* height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0; */
  width: 100%;
  display: block;
  padding: 4px 0;
  margin: 0;
  font-size: 0.8rem;
}

form.mktoForm.mktoEmbeddedForm > fieldset .legend .mktoAsterix {
  display: inline-block;
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow {
  clear: none;
  width: 49%; /* Minus the 2% column gap */
}

form.mktoForm.mktoEmbeddedForm .termsRow,
form.mktoForm.mktoEmbeddedForm .mktoButtonRow {
  width: 50%;
}

form.mktoForm.mktoEmbeddedForm .termsRow,
form.mktoForm.mktoEmbeddedForm .termsRow a {
  font-size: 0.875rem;
  color: var(--blue-600);
}

form.mktoForm.mktoEmbeddedForm .termsRow a:hover {
  color: var(--blue-800);
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow .mktoFormCol {
  width: 100%;
  margin-bottom: 0px !important;
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow .mktoLabel .mktoAsterix {
  float: none;
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow .mktoFieldWrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow.gDPRFormConsentRow .mktoFieldWrap {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: row-reverse;
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow .mktoFieldWrap .mktoLabel {
  align-content: center;
  border-radius: .125rem;
  display: flex;
  flex-direction: row-reverse;
  font-size: .875rem;
  font-weight: 400;
  justify-content: flex-end;
  left: 10px;
  line-height: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  pointer-events: none;
  position: absolute;
  top: 8px;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  width: 100% !important;
  white-space: nowrap;
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow.gDPRFormConsentRow {
  max-width: 100%;
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow.gDPRFormConsentRow .mktoFieldWrap .mktoLabel {
  position: relative;
}

form.mktoForm.mktoEmbeddedForm .mktoCheckboxList > label {
  display: none !important;
}

form.mktoForm.mktoEmbeddedForm #LblgDPRFormConsent.mktoLabel {
    display: flex !important;
    white-space: nowrap;
    text-wrap: auto;
    height: auto !important;
    top: 5px;
    align-items: flex-start;
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow.selectRow .mktoFieldWrap .mktoLabel {
  top: 12px;
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow .mktoFieldWrap .mktoLabel.focused {
  background-color: var(--white);
  font-size: .75rem;
  color: var(--blue-500);
  transform: translateY(-18px);
  margin-bottom: 0;
  padding: 0 10px 0 10px;
  position: absolute;
  width: auto !important
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow.selectRow .mktoFieldWrap .mktoLabel.focused {
  transform: translateY(-22px);
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow.textareaRow textarea.mktoField {
  resize: vertical !important;
}

form.mktoForm.mktoEmbeddedForm .mktoFormRow.termsRow .mktoFormCol,
form.mktoForm.mktoEmbeddedForm .mktoFormRow.termsRow .mktoFormCol .mktoHtmlText {
  width: 100% !important;
  text-align: center !important;
}

form.mktoForm.mktoEmbeddedForm .gDPRFormConsentRow,
form.mktoForm.mktoEmbeddedForm .termsRow,
form.mktoForm.mktoEmbeddedForm .mktoButtonRow,
form.mktoForm.mktoEmbeddedForm .textareaRow,
form.mktoForm.mktoEmbeddedForm .mktoButtonRow span.mktoButtonWrap {
  margin: 0 auto !important;
  width: 100%;
  text-align: center !important;
}

form.mktoForm.mktoEmbeddedForm .mktoButtonRow button {
  cursor: pointer;
  border-radius: .375rem;
  border-style: none;
  background-color: var(--yellow);
  font-family: "Proxima Nova",ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: .875rem;
  color: var(--gray-800);
  transition-property: all;
  transition-duration: .15s;
  padding: .5rem 1.25rem;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

form.mktoForm.mktoEmbeddedForm .mktoButtonRow button:hover {
  background-color: var(--yellow-hover);
  color: var(--black);
}

/* form.mktoForm.mktoEmbeddedForm fieldset {} */
/* form.mktoForm.mktoEmbeddedForm fieldset legend{} */
form.mktoForm.mktoEmbeddedForm input[type=text],
form.mktoForm.mktoEmbeddedForm input[type=url],
form.mktoForm.mktoEmbeddedForm input[type=email],
form.mktoForm.mktoEmbeddedForm input[type=tel],
form.mktoForm.mktoEmbeddedForm input[type=number],
/* form.mktoForm.mktoEmbeddedForm input[type=date]{} */

form.mktoForm.mktoEmbeddedForm input[type=text],
form.mktoForm.mktoEmbeddedForm input[type=url],
form.mktoForm.mktoEmbeddedForm input[type=email],
form.mktoForm.mktoEmbeddedForm input[type=tel],
form.mktoForm.mktoEmbeddedForm input[type=number],
form.mktoForm.mktoEmbeddedForm input[type=date],
form.mktoForm.mktoEmbeddedForm textarea.mktoField,
form.mktoForm.mktoEmbeddedForm select.mktoField {
  font-size: 0.938rem;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
  width: 100% !important;
  border-radius: .125rem;
  height: 2.5rem !important;
  min-height: 2.5rem !important;
}

form.mktoForm.mktoEmbeddedForm input[type=text]:focus,
form.mktoForm.mktoEmbeddedForm input[type=url]:focus,
form.mktoForm.mktoEmbeddedForm input[type=email]:focus,
form.mktoForm.mktoEmbeddedForm input[type=tel]:focus,
form.mktoForm.mktoEmbeddedForm input[type=number]:focus,
form.mktoForm.mktoEmbeddedForm input[type=date]:focus,
form.mktoForm.mktoEmbeddedForm select.mktoField:focus,
form.mktoForm.mktoEmbeddedForm textarea.mktoField:focus{
  border-color: var(--blue-500);
}

form.mktoForm.mktoEmbeddedForm select.mktoField {
  height: 2.5rem !important;
  min-height: 2.5rem !important;
}

form.mktoForm.mktoEmbeddedForm select.mktoField::after {
  content: "3" / ""!important;
  font-family: var(--etmodules-font);
  font-size: 1rem;
  position: absolute;
  right: 0;
  font-weight: 800;
}

form.mktoForm.mktoEmbeddedForm .mktoError .mktoErrorMsg {
  background-color: var(--error-red);
  background-image: -webkit-linear-gradient(var(--error-red) 43%, var(--error-red-dark) 100%);
  background-image: -moz-linear-gradient(var(--error-red) 43%, var(--error-red-dark) 100%);
  background-image: linear-gradient(var(--error-red) 43%, var(--error-red-dark) 100%);
  background-image: -ms-linear-gradient(var(--error-red) 43%, var(--error-red-dark) 100%);
  border: 1px solid var(--error-red-dark);
  -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset var(--error-red) 0 1px 0px;
  box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset var(--error-red) 0 1px 0px;
  color: #ffffff;
  text-shadow: var(--error-red-dark) 0 -1px 0;
}

@media only screen and (max-width: 480px) {
  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: 100%;
    height: 2.5rem !important;
    min-height: 2.5rem !important;
    line-height: 1.5rem;
    font-size: 0.875rem;
  }

  form.mktoForm.mktoEmbeddedForm fieldset,
  form.mktoForm.mktoEmbeddedForm {
    padding: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
  }

  form.mktoForm.mktoEmbeddedForm select.mktoField {
    height: 2.5rem !important;
    min-height: 2.5rem !important;
  }

  form.mktoForm.mktoEmbeddedForm .mktoFormRow .mktoFieldWrap .mktoLabel {
    font-size: .8rem;
  }

  .mktoForm .mktoError {
    max-width: 100%;
    top: 2rem !important;
    bottom: auto !important;
    left: 0 !important;
    right: auto !important;
  }

  .mktoForm .mktoError .mktoErrorMsg {
    font-size: .9rem !important;
  }

  form.mktoForm.mktoEmbeddedForm fieldset {
    display: grid;
  }

  form.mktoForm.mktoEmbeddedForm .mktoFormRow {
    width: 100%;
  }

  form.mktoForm.mktoEmbeddedForm textarea.mktoField {
    resize: vertical !important;
    display: block !important;
    overflow: auto !important;
  }
}
/*---------------------------------------------------------------------------------*/
/* New Forms END */


.et_pb_fullwidth_section.header-hero {
  right: 0;
  min-height: 25rem;
  background-color: initial;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  /* outline: 2px solid var(--black);
  outline-offset: 2px; */
  position: relative !important;
  display: grid;
  width: calc(100% - 12rem) !important;
  margin-right: 0 !important;
}

@media (max-width: 980px) {
  .et_pb_fullwidth_section.header-hero {
    width: 100% !important;
  }

  .et_pb_fullwidth_section.header-hero .et_pb_fullwidth_header_0 {
    width: 82% !important;
  }
}

.et_multi_view_swapped {
  visibility: visible;
}

.type-label {
  color: #6b6b6b;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-align: left;
  margin-top: 1rem;
}

.applause-contact-forms_wrapper .gfield,
.marketo-form_wrapper .gfield {
  margin-bottom: 0px;
}

.gform_confirmation_wrapper {
  padding: 1rem 1rem 2rem;
}

.wistia-arrow-card > .et_pb_module_inner .wistia_embed .wistia_click_to_play {
  width: auto !important;
}

body.iphone .gform_wrapper.gravity-theme .gfield select {
  height: 2.5rem;
}

.gform_wrapper.gravity-theme .gfield_validation_message, 
.gform_wrapper.gravity-theme .validation_message {
  font-weight: normal; 
}

.gform_wrapper.gravity-theme .gform_footer {
  flex-direction: column;
}

.hover {
  padding: 1rem !important;
}

.hover:hover {
  background-color: #e6f1f8;
  padding: 1rem !important;
}

.hover .et_pb_blurb_description span {
  color: #0272b4;
  text-decoration: underline;
}

.hover:hover .et_pb_blurb_description span {
  color: #01446c;
  text-decoration: none;
}

#mega-footer-bottom .footer-bottom-section #language-selection {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*  CRITICAL STYLES - PAGE HEROES
*******************************************************************************/

.header-hero .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
  overflow: visible !important;
  display: grid;
}

.header-hero {
  height: auto !important;
}

.header-hero .et_pb_fullwidth_header_container.left {
  overflow: visible !important;
  width: 100%;
  padding: 1.25rem 1.75rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  align-self: flex-end;
}

.header-hero .header-content {
  margin: 0;
  padding: 0;
}

@media (max-width: 760px) {
  .header-hero .et_pb_fullwidth_header_container.left {
    align-self: center;
    align-content: center;
    align-items: center;
  }

  .header-hero .et_pb_fullwidth_header {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 980px) {
  .header-hero .et_pb_fullwidth_header {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 981px) {
  #homepage-hero-section #homepage-hero-content {
    margin-top: 4.5rem !important;
  }

  .header-hero .et_pb_fullwidth_header_0,
  .header-hero .et_pb_fullwidth_header_container.left {
    max-width: 55vw !important;
  }

  .header-hero .et_pb_fullwidth_header {
    display: grid !important;
    align-self: center;
  }
}

@media (min-width: 1301px) {
  .header-hero .et_pb_fullwidth_header {
    display: grid !important;
  }

  .header-hero .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    align-self: center;
  }

  .header-hero .et_pb_fullwidth_header_0,
  .header-hero .et_pb_fullwidth_header_container.left {
    max-width: 45vw !important;
  }
}

/*  CRITICAL STYLES - 
*******************************************************************************/

.et_pb_image .et_pb_image_wrap {
  display: block;
}

.button br {
  display: none;
}

#form-footer-links .form-footer-links {
  text-align: center;
}

#form-footer-links .form-footer-links li {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}

.et_pb_text_inner ol li p {
  display: inline-block !important;
}

.et_pb_text_inner ol li::marker {
  font-weight: 500;
  color: #0272b4;
}

body.single.single-post .et_pb_text_inner ul,
body.single.single-post .et_pb_text_inner ul li {
  list-style: none !important;
}

.et_pb_text_inner ul li {
  list-style: none;
  list-style-position: outside !important;
  position: relative;
  padding-bottom: 10px;
}

.et_pb_text_inner ul li::before {
  content: "•";
  font-size: 26px;
  color: #0272b4;
  position: absolute;
  width: 1rem;
  display: block;
  top: -3px;
  left: -1rem;
}

.et-fb-root-ancestor #q-messenger-frame {
  display: none !important;
}

#link-helper-window {
  display: none;
}

@media (min-width: 901px) {
  /* #link-helper-window {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999999;
    background-color: #cccccce3;
    padding: 1rem;
    border: 2px dashed #fff;
    width: 100%;
    max-width: 400px;
    transition: transform linear 0.4s;
  }

  #link-helper-window.open {
    transform: translateX(0px);
    
  }

  #link-helper-window.closed {
    transform: translateX(400px);
  }

  #link-helper-window .arrow-toggle {
    display: block;
    left: -24px;
    position: absolute;
    font-size: 24px;
    top: -2px;
    color: black;
    border: 2px solid white;
    border-right: none;
    background-color: #cccccce3;
    padding: 0 5px;
  }

  #link-helper-window.open .arrow-toggle span {
    display: block;
  }

  #link-helper-window.closed .arrow-toggle span {
    transform: scaleX(-1);
    display: block;
  }

  #link-helper-window ul {
    list-style: disc inside;
  }

  #link-helper-window ul li {
    padding: 2px 0;
    margin: 0;
    line-height: 1rem;
  }

  #link-helper-window ul li span {
    font-weight: 600;
    color: #333;
  }

  #link-helper-window ul li a {
    font-size: 0.813rem;
  }

  #link-helper-window ul li a:hover {
    text-decoration: underline;
  }*/
} 

.et_pb_pagebuilder_layout {
  overflow-x: visible;
}

#applause-swiper-timeline {
  overflow: hidden;
}

.wistia_popover_embed {
  z-index: 999999 !important;
}

.dicm_hype_embed .HYPE_document font,
.dicm_hype_embed .HYPE_document span,
.dicm_hype_embed .HYPE_document b {
  font-size: 1rem;
  font-weight: 400;
  /* font-family: 'Proxima Nova'; */
}

.acm_hype_embed .HYPE_document font,
.acm_hype_embed .HYPE_document span,
.acm_hype_embed .HYPE_document b {
  font-size: 1rem;
  font-weight: 400;
  /* font-family: 'Proxima Nova'; */
}

.section-icon-blocks .et_pb_blurb .et_pb_main_blurb_image img[src*=".svg"] {
  height: 64px;
  width: auto;
  margin: 0 auto;
}

.section-icon-blocks .et_pb_blurb.hover .et_pb_blurb_description,
.section-icon-blocks .et_pb_blurb.hover .et_pb_blurb_description p {
  font-size: 1rem;
}

.section-icon-blocks .et_pb_blurb.hover .et_pb_blurb_description span {
  color: #0272b4;
  transition: all linear 0.2s;
}

.section-icon-blocks .et_pb_blurb.hover:hover .et_pb_blurb_description span {
  color: #01446c;
}

#et-boc,
.et-boc {
  position: relative;
}

div[data-lastpass-icon-root="true"],
div[data-lastpass-infield="true"] {
  opacity: 0;
}

.gform_fields .gfield--type-section {
  display: none !important;
  padding: 0;
  margin: 0;
}

.gform_wrapper.gravity-theme .gform_footer.left_label {
  padding: 0;
  margin: 0 auto;
}

.gform_body *::placeholder {
  position: relative;
  z-index: -10;
}

.form-footer-links {
  padding-left: 0 !important;
}

.mktoForm #form-footer-links ul li:last-of-type:before {
  padding-left: 0px;
}

.applause-inline-wistia .play-button {
  position: absolute;
  inset: 50%;
  z-index: 10;
  display: block;
  height: 5rem;
  width: 5rem;
  /* vertical-align: middle; */
}

.applause-inline-wistia .play-button .play-bg {
  transition: all 0.3s cubic-bezier(0.3, 1.5, 0.7, 1);
  fill: #fff;
}

.applause-inline-wistia .play-button > * {
  transform-origin: center center;
}

.applause-wistia-image-embed .play-button {
  height: 5rem;
  width: 5rem;
}

.category-abm-microsites .wistia_embed {
  margin: 0 auto;
  background-color: #f1f1f1;
  border-radius: 3px;
}

@media (min-width: 900px) {
  #applause-awards-row.et_pb_gutters2  .et_pb_column_1_4 {
    width: 22.75% !important;
    margin-right: 3% !important;
  }

  #applause-awards-row.et_pb_gutters2 .et_pb_column_1_4.et-last-child {
    margin-right: 0 !important;
  }
}

/* =========================================================================== */
/* HEADER / MAIN MENU STYLES  */
/* =========================================================================== */

/* .et_header_style_left .logo_container {
  text-align: left;
}

.et_header_style_left .logo_container #logo {
  max-width: 150px;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
} */

/* Tablet 900 Breakpoint */
/* =========================================================================== */
@media (max-width: 900px) {
} 

/* =========================================================================== */
/* FOOTER / FOOTER MENU STYLES  */
/* =========================================================================== */

 /* mega-footer-top
/* =========================================================================== */

/* 
@media (max-width: 900px) {
  #mega-footer-top .et_pb_row_0_tb_footer .et_pb_column_0_tb_footer {
    display: none;
  }
}

#mega-footer-top .menu-column-wrapper {
  display: inline-block;
}

#mega-footer-top .menu-column-wrapper ul li {
  padding: 5px 0;
  display: block;
  width: 100%;
}

#mega-footer-top .menu-column-wrapper ul li,
#mega-footer-top .menu-column-wrapper ul li a {
  width: 100%;
  display: block;
}

#mega-footer-top .menu-column-wrapper ul li a {
  color: white;
  position: relative;
  display: inline;
  font-weight: 400;
  padding-bottom: 2px;
}

#mega-footer-top .menu-column-wrapper ul li a:hover {
  color: white;
  opacity: 1;
}

#mega-footer-top .menu-column-wrapper ul li a:after {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  height: 1px;
  width: 0%;
  transition: all linear 0.2s;
  bottom: 0px;
  left: 0px;
}

#mega-footer-top .menu-column-wrapper ul li a:hover::after {
  width: 100%;
}

#mega-footer-top .menu-column-wrapper {
  border-top: 1px solid white;
  width: 100%;
  display: block;
  padding: 0 1rem;
}

#mega-footer-top .menu-column-wrapper:last-of-type {
  border-bottom: 1px solid white;
}

#mega-footer-top .menu-column-wrapper .et_pb_menu__wrap {
  display: inline-block;
  margin-bottom: 1rem;
}

#mega-footer-top .menu-column-wrapper .footer-menu-header {
  padding: 0;
  margin-bottom: 0 !important;
  cursor: pointer;
  transition: all linear 0.3s;
}

#mega-footer-top .menu-column-wrapper .footer-menu-header p {
  transition: all linear 0.3s;
  font-size: 0.813rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

#mega-footer-top .menu-column-wrapper .footer-menu-header:hover p {
  color: #aaa;
}

#mega-footer-top .menu-column-wrapper .footer-menu-header .et_pb_text_inner {
  width: 100%;
  padding: 1rem 0;
  position: relative;
}

#mega-footer-top
  .menu-column-wrapper
  .footer-menu-header
  .et_pb_text_inner:after {
  border-color: transparent transparent transparent #ffffff;
  border-width: 4px 0 4px 6.9px;
  content: "";
  display: block;
  height: 0;
  margin-left: 0.5rem;
  width: 0;
  border-style: solid;
  position: absolute;
  right: 0;
  top: 1.3rem;
  line-height: 1.3rem;
}

#mega-footer-top
  .menu-column-wrapper.open
  .footer-menu-header
  .et_pb_text_inner:after {
  transform: rotate(90deg);
}

#mega-footer-top .menu-column-wrapper .et-menu-nav {
  width: 100%;
  display: block;
}

#mega-footer-top .menu-column-wrapper .et_pb_menu {
  display: none;
}

#mega-footer-top .menu-column-wrapper .et_pb_menu .et-menu {
  margin: 0;
}

#mega-footer-top .menu-column-wrapper .et_pb_menu .et-menu li {
  padding: 10px 0;
} 
*/

/*  mega-footer-bottom */
/* =========================================================================== */

/* #mega-footer-bottom .footer-bottom-section {
  display: flex;
  width: 80%;
  max-width: 1080px;
  flex-wrap: wrap;
  gap: 1rem;
}

#mega-footer-bottom #copyright .copyright-break {
  margin: 0 !important;
  padding: 0 !important;
}

#mega-footer-bottom #copyright #language-selection {
  margin-bottom: 1.5rem;
}

#mega-footer-bottom #menu-footer-bottom,
#mega-footer-bottom #menu-footer-bottom-fr,
#mega-footer-bottom #menu-footer-bottom-de,
#mega-footer-bottom #menu-footer-bottom-ja {
  justify-content: center;
  margin: 0 auto;
  width: 80%;
  max-width: 1080px;
}

#mega-footer-top #footer-logo a {
  display: block;
}

#mega-footer-bottom #footer-left {
  width: 85vw;
  margin: 0 auto;
}

#mega-footer-bottom #footer-left,
#mega-footer-bottom #footer-right {
  padding: 0 0;
} */

/* Tablet 900 Breakpoint */
/* =========================================================================== */
@media (min-width: 901px) {
  /* HEADER / MAIN MENU STYLES  */
  /* =========================================================================== */

  /* .et_header_style_left .logo_container {
    text-align: left;
  } */

  /* FOOTER / MEGA TOP  */
  /* =========================================================================== */

  /* #mega-footer-top .menu-column-wrapper {
    border: 0px;
    padding: 0;
    padding-left: 1rem;
  }

  #mega-footer-top .menu-column-wrapper .et-menu-nav {
    margin-left: none;
  }

  #mega-footer-top .menu-column-wrapper:last-of-type {
    border: 0px;
  }

  #mega-footer-top .menu-column-wrapper .et_pb_menu {
    display: block !important;
  }

  #mega-footer-top .menu-column-wrapper .footer-menu-header .et_pb_text_inner {
    padding-top: 0;
  }

  #mega-footer-top
    .menu-column-wrapper
    .footer-menu-header
    .et_pb_text_inner:after {
    display: none;
  }


  #mega-footer-top .et_pb_column:first-child .et_pb_image {
    display: block !important;
    width: 80%;
  }

  #mega-footer-top #footer-logo a {
    display: block;
  }

  #mega-footer-top #footer-navigation-top {
    display: grid;
    justify-self: self-end;
    width: 80%;
    max-width: 1080px;
    grid-template-columns: 25% 25% 25% 25%;
    column-gap: 1rem;
  }

  html[lang="ja"] #mega-footer-top #footer-navigation-top {
    grid-template-columns: 25% 25% 25%;
    justify-content: flex-end;
  }

  #mega-footer-top .et_pb_row {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 0;
  }

  #mega-footer-top .et_pb_row .et_pb_column {
    width: 100%;
  }

  #mega-footer-top .menu-column-wrapper li.menu-item {
    font-weight: 400;
  }

  #mega-footer-top .menu-column-wrapper .footer-menu-header,
  #mega-footer-top .menu-column-wrapper .footer-menu-header p,
  #mega-footer-top .menu-column-wrapper .footer-menu-header:hover,
  #mega-footer-top .menu-column-wrapper .footer-menu-header:hover p {
    color: white !important;
    opacity: 1;
    cursor: default;
  } */

  /* FOOTER / MEGA BOTTOM  */
  /* =========================================================================== */

  /* #mega-footer-bottom #menu-footer-bottom,
  #mega-footer-bottom #menu-footer-bottom-de,
  #mega-footer-bottom #menu-footer-bottom-fr,
  #mega-footer-bottom #menu-footer-bottom-ja {
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    width: 100%;
  }

  #mega-footer-bottom .footer-bottom-section {
    display: flex;
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
  }

  #mega-footer-bottom .footer-bottom-section #footer-left {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: start;
    align-content: space-between;
  }

  #mega-footer-bottom .footer-bottom-section #legal-links {
    margin: 0 !important;
    padding: 0;
  }

  #mega-footer-bottom .footer-bottom-section #legal-links #menu-footer-bottom li,
  #mega-footer-bottom .footer-bottom-section #legal-links #menu-footer-bottom-de li,
  #mega-footer-bottom .footer-bottom-section #legal-links #menu-footer-bottom-fr li,
  #mega-footer-bottom .footer-bottom-section #legal-links #menu-footer-bottom-ja li {
    display: inline !important;
    text-align: right;
    line-height: 1;
  }

  #mega-footer-bottom .footer-bottom-section #legal-links #menu-footer-bottom li a,
  #mega-footer-bottom .footer-bottom-section #legal-links #menu-footer-bottom-de li a,
  #mega-footer-bottom .footer-bottom-section #legal-links #menu-footer-bottom-fr li a,
  #mega-footer-bottom .footer-bottom-section #legal-links #menu-footer-bottom-ja li a {
    text-align: right;
    line-height: 1;
    padding-bottom: 5px;
    color: white;
    opacity: 1;
  } */

  @media (min-width: 981px) {
    /* #mega-footer-bottom .footer-bottom-section {
      display: block;
      max-width: 1080px;
      width: 80%;
      margin: 0;
    }

    #mega-footer-bottom #footer-left,
    #mega-footer-bottom #footer-right {
      max-width: 50%;
    } */
  } 

  @media (min-width: 900px) {
    #about-us-awards,
    #about-us-case-studies {
      gap: 0;
    }

    #about-us-awards .applause-border-box,
    #about-us-case-studies .applause-border-box {
      display: block;
      width: fit-content;
      margin: 0 auto;
    }

    #about-us-awards .et_pb_column,
    #about-us-case-studies .et_pb_column {
      padding: 0 1rem;
      width: 50%;
    }
  }

  @media (max-width: 981px) {
    #mega-footer-bottom .footer-bottom-section #footer-left {
      grid-template-columns: 20% 80%;
      max-width: 50vw;
      margin: 0 auto;
    }
  }

  /* =========================================================================== */
  /* Blog Single Post Styles
  /* =========================================================================== */

  #blog-index-featured {
    margin-top: 30px;
  }

  #single-blog-post .et_pb_post_content .et_pb_section {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #single-blog-post .et_pb_post_content .et_pb_section .et_pb_row {
    margin: 0;
    width: 100%;
  }

  #single-blog-post
    .et_pb_post_content
    .et_pb_section
    .et_pb_row
    .et_pb_text_inner {
    color: var(--gray-500);
    font-weight: 400;
    font-size: 1rem;
  }
}

/* =========================================================================== */
/* Press Releases
/* =========================================================================== */

/* .dtq-carousel .slick-slide div {
  height: 64px;
  max-height: none;
  min-height: 100%;
  display: grid;
} */

.press-releases-list .dp-dfg-item {
  display: flex !important;
  width: 100%;
  padding: 0;
  flex-wrap: wrap;
  cursor: pointer;
}

.press-releases-list .dp-dfg-header.entry-header {
  order: 2;
}

.press-releases-list .entry-title,
.press-releases-list .entry-title a {
  transition: all linear 0.2s;
}

.press-releases-list .entry-title:hover,
.press-releases-list .entry-title a:hover {
  text-decoration: none !important;
}

.press-releases-list .dp-dfg-meta.entry-meta {
  order: 1;
  flex-shrink: 0;
  min-width: 6rem;
  line-height: 1.3rem;
  font-size: 1rem;
  color: var(--gray-500);
  font-weight: 400;
}

#news-mentions-feed img {
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  min-height: 64px;
}

#news-mentions-feed .dp-dfg-content.entry-summary {
  text-align: center;
}

#news-mentions-feed .dp-dfg-content.entry-summary .news-title {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 1rem;
  padding: 0;
}

#news-mentions-feed .dp-dfg-content.entry-summary .news-date {
  font-size: 0.875rem;
  line-height: 1.3rem;
  color: #999999;
}

#news-mentions-feed .dp-dfg-content.entry-summary .news-source {
  font-size: 0.875rem;
  line-height: 1.3rem;
  margin-bottom: 1rem;
  font-style: italic;
}

#news-mentions-feed .dp-dfg-content.entry-summary {
  min-height: 30rem;
}

#news-mentions-feed .dp-dfg-pagination {
  text-align: center;
  position: relative;
  width: 100%;
}

#news-mentions-feed .dp-dfg-pagination::after {
  content: "";
  height: 1px;
  background-color: #ccc;
  display: block;
  position: relative;
  top: -1rem;
  z-index: -1;
}

#awards-bar .ba_image_carousel_child figure,
#awards-bar .ba_image_carousel_child figure img {
  min-height: 64px !important;
}

@media (max-width: 900px) {
  /* .dtq-carousel .slick-slide div {
    height: 64px;
    max-height: none;
    min-height: 100%;
    display: grid;
  } */

  #news-mentions-feed .dp-dfg-content.entry-summary {
    min-height: 0;
  }
}

@media (min-width: 901px) {
  .press-releases-list .dp-dfg-item {
    flex-wrap: nowrap;
  }
}

/* =========================================================================== */
/* Resources
/* =========================================================================== */

#recent-resources .dp-dfg-items .dp-dfg-item .dp-dfg-header.entry-header img,
#popular-resources .dp-dfg-items .dp-dfg-item .dp-dfg-header.entry-header img {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.dp-dfg-filter.disabled {
  position: relative;
}

.dp-dfg-filter.disabled:before,
.dp-dfg-filters-dropdown.disabled:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  z-index: 99;
  opacity: 0.5;
}

#mobile-filters,
#mobile-filters.closed {
  display: none;
}

/* =========================================================================== */
/* Leadership / Popups
/* =========================================================================== */

body.leadership #modal-content, body.fuhrung #modal-content, body.direction #modal-content,
body.leadership #modal-content *, body.fuhrung #modal-content *, body.direction #modal-content * {
  font-family: var(--proxima-font);
}

body.leadership #modal-content, body.fuhrung #modal-content, body.direction #modal-content {
  padding: 2rem;
}

body.leadership #modal-content .et_pb_post_content p, 
body.fuhrung #modal-content .et_pb_post_content p, 
body.direction #modal-content .et_pb_post_content p {
  font-family: var(--proxima-font);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3rem;
}

body.leadership #modal-content .et_pb_post_content, 
body.fuhrung #modal-content .et_pb_post_content, 
body.direction #modal-content .et_pb_post_content {
  border-top: 1px solid #d3d3d3;
  margin-top: 1rem;
}

body.leadership #modal-content .et_pb_post_content, 
body.fuhrung #modal-content .et_pb_post_content, 
body.direction #modal-content .et_pb_post_content
#modal-content .entry-title {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mfp-iframe-holder .mfp-content {
    width: 100%;
    height: 100%;
    max-width: 80vw;
    max-height: 55vh;
  }
}

.logo-showcase {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.logo-showcase .et_pb_main_blurb_image .et_pb_image_wrap {
  max-width: 90%;
}

/* =========================================================================== */
/* Swiper Sliders */
/*---------------------------------------------------------------------------------*/

h1,
h1.et_pb_module_header {
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
}

#header-hero .et_pb_module.et_pb_button_module_wrapper {
  display: block;
}

#header-hero-buttons .et_pb_column {
  display: flex !important;
}

body #page-container a#demo-button::after {
  content: attr(data-icon) / "" !important;
  display: inline-block !important;
  font-size: 1.125rem !important;
  top: 45%;
  position: absolute;
  right: -0.25rem;
}

#applause-client-slider {
  overflow-x: hidden;
}

#applause-client-slider .swiper-slide {
  height: auto !important;
  margin: 0 !important;
}

#applause-client-slider .slide-title {
  display: none;
}

#applause-client-slider .swiper-pagination {
  position: static;
  bottom: -75px;
  z-index: 9999;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  padding: 0 40px;
}

#applause-client-slider .swiper-pagination button {
  flex-grow: 1;
  display: inline-flex;
  height: 100%;
  margin: 0 2px;
  border-radius: 0px;
  background-color: transparent;
  border-top: 3px solid #8D8D91;
  opacity: 1;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0.875rem 0
}

#applause-client-slider .swiper-pagination button.swiper-pagination-bullet-active {
  background-color: transparent;
  border-top: 3px solid #0272B4;
  opacity: 1
}

#applause-client-slider .swiper-pagination button img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100px;
  min-height: 22px;
  opacity: 0.5 !important
}

#applause-client-slider .swiper-pagination button.swiper-pagination-bullet-active img {
  opacity: 1 !important
}

#applause-client-slider .swiper-slide.swiper-initialized .et_pb_column {
  bottom: -50px;
  opacity: 0;
  transition: all ease 0.5s;
}

#applause-client-slider .swiper-slide-visible.swiper-initialized .et_pb_column {
  bottom: 0px;
  opacity: 1;
}

#applause-client-slider .swiper-slide>.et_pb_column {
  min-height: 100%;
  margin-bottom: 0 !important;
}

#applause-client-quotes-slider-header {
  max-width: 80% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#applause-client-slider .swiper-pagination {
  justify-content: center;
  flex-wrap: nowrap;
}

#applause-client-slider .swiper-pagination button.swiper-pagination-bullet {
  border-top: none;
  background-color: #C2C2C2;
  padding: 0;
  height: 5px;
  width: 32px;
  max-width: 32px;
  border-radius: 4px;
  margin: 0 4px;
  display: block;
  max-height: 5px;
}

#applause-client-slider .swiper-pagination button.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0272B4;
}

#applause-client-slider .swiper-pagination button img {
  display: none !important;
}

/* #applause-solutions-tabs {
  overflow-x: hidden;
} */

#applause-solutions-tabs .swiper-pagination {
  position: static;
  z-index: 9999;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding: 0 40px;
  justify-content: center;
  row-gap: 1rem;
}

#applause-solutions-tabs .swiper-pagination button.swiper-pagination-bullet {
  border-radius: 24px;
  margin: 0 4px;
  display: inline-block;
  float: none;
  padding: 8px 1.125rem;
  border: 1px solid #f1f1f1;
  width: auto;
  height: auto;
  max-height: 38px;
  /* max-width: 140px; */
  min-height: 38px;
  min-width: 140px;
  background-color: #fafafa;
  color: #222222 !important;
  opacity: 1;
  font-weight: 400;
  font-size: 0.875rem;
}

#applause-solutions-tabs .swiper-pagination button.swiper-pagination-bullet-active {
  background-color: #0272B4;
  transition-property: background-color;
  transition-duration: 300ms;
  transition-timing-function: ease;
  transition-delay: 0ms;
  opacity: 1;
  color: #ffffff !important;
}

#applause-solutions-tabs .swiper-pagination button.swiper-pagination-bullet:hover {
  background-color: #F0F0F0 !important;
}

#applause-solutions-tabs .swiper-pagination button.swiper-pagination-bullet-active:hover {
  background-color: #013654 !important;
}

#applause-solutions-tabs .et_pb_image img {
  margin: 0 auto;
  max-width: 90%;
  width: 100%;
}

#applause-solutions-tabs .swiper-pagination .swiper-pagination-bullet.keyboard-outline {
  outline-width: 0px !important;
  outline-color: transparent !important;
  outline-style: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

@media (max-width: 768px) {
  #applause-solutions-tabs .swiper-pagination {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }

  #applause-solutions-tabs .swiper-slide {
    display: inline-flex;
    flex-direction: column-reverse;
  }

  #applause-solutions-tabs .et_pb_image img {
    margin-bottom: 2rem;
  }
}

@media (min-width:769px) and (max-width: 980px) {
  #applause-solutions-tabs .et_pb_column_3_5 {
    width: 58.8%;
  }

  #applause-solutions-tabs .et_pb_column_2_5 {
    width: 38.2%;
  }

  #applause-client-slider .swiper-slide>.et_pb_column {
    min-height: 100%;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 1080px) {
  #other-resources .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
    grid-template-columns: 30% 30% 30%;
  }

  #other-resources .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items .dp-dfg-item:last-of-type {
    display: block;
  }
}

@media only screen and (max-width: 980px) {
  #other-resources .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
    grid-template-columns: 48% 48%;
  }

  #other-resources .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items .dp-dfg-item:last-of-type {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #other-resources .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
    grid-template-columns: 100%;
  }

  #applause-client-slider .swiper-slide .et_pb_blurb_description > p,
  #applause-client-slider .swiper-slide .et_pb_blurb_description > span,
  #applause-client-slider .swiper-slide .et_pb_blurb_description > p span {
    font-size: 0.875rem;
    line-height: 1.2rem;
  }

  #applause-client-slider .swiper-slide .et_pb_main_blurb_image {
    margin-top: -1rem;
  }

  #applause-client-slider .swiper-slide .et_pb_blurb_description .name {
    line-height: 1 !important;
    font-size: 0.625rem !important;
  }

  #applause-client-slider .swiper-slide {
    padding: 1.5rem !important;
  }

  #applause-client-slider .swiper-slide .et_pb_blurb_description .role {
    margin-top: 10px;
    line-height: 1.1 !important;
    font-size: 0.625rem !important;
  }
}
