/*
 Theme Name:   ABC PLA
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for abc-pla
 Author:       
 Template:     twentynineteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  abc-pla
*/

/* ========= COLOR REFERENCES ========= */
:root {
  --bg: #f4f4f4;
  --red: #d60812;
  --blue: #0a4486;
  --black: #1a1818;
}

/* ==================================== */

/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. GLOBAL
	3. MAIN CONTENT
	- 3a. Landing Page
	- 3a. About Page
/* ==================================== */

/* ------------------------------ 
    1. Start Typography
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
.btn,
button {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  margin: 0;
}

h1,
.h1 {
  font-size: 77px;
  line-height: 1;
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: 2.188em;
  line-height: 42px;
}

h4,
.h4 {
  font-size: 16px;
}

p,
.p {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  line-height: 2;
  color: var(--black);
}

small {
  font-size: 12px;
  line-height: 1.33;
}

a,
.anchor-theme {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  transition: none;
  border: none;
  background: none;
}

a:hover,
a:focus,
.anchor-theme:hover,
.anchor-theme:focus {
  font-weight: 700;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.menu {
  display: flex;
  list-style: none;
}

.menu-item {
  padding: 0 10px;
}

.main-menu-more {
  display: none;
}

.nav-link {
  padding: 0.5rem;
}

nav .current-menu-item a {
  font-weight: 700;
  border-bottom: 2px solid var(--secondary);
}

/* ------------------------------ 
    1. End Typography
------------------------------ */

/* ------------------------------ 
    2. Start Global
------------------------------ */
@-ms-viewport {
  width: device-width;
}

html {
  font-size: 16px;
}

body {
  font-size: 16px;
  /* Adjust this on mobile to globally change P-tags :NOT H-tags) */
  color: var(--gray);
}

header {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 0;
  left: 0;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.white {
  color: white !important;
}

.red {
  color: var(--red) !important;
}

.blue {
  color: var(--blue) !important;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.fw-400 {
  font-weight: 400;
  /* Regular */
}

.fw-700 {
  font-weight: 700;
  /* Bold */
}

.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

section {
  position: relative;
}

img {
  width: 100%;
}

.bg {
  background: var(--bg);
}

.bg-blue {
  background: var(--blue);
}

.bg-white {
  background: var(--white);
}

.gform_button,
button {
  font-weight: 800;
  color: white;
  border: none;
  border-radius: 50px;
  background: var(--red);
  padding: 0 36px;
  width: 100%;
}

button:hover,
button:focus {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

button:active {
  background-color: #c10912;
}

/* ------------------------------ 
    2. End Global
------------------------------ */

/* ------------------------------ 
    3. Start Main Content
------------------------------ */
/*  - 3a. Landing Page  */
.page-template-page-lp .splash {
  background: url("/wp-content/uploads/sites/43/2021/12/1_hero.jpg") no-repeat
    center center;
  background-size: cover;
  padding-bottom: 5%;
}

.page-template-page-lp .splash [alt*="logo"] {
  width: 80%;
  padding-top: 30%;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--white);
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--white);
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--white);
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: var(--white);
}

.gform_wrapper {
  width: 65%;
  margin: 0 auto;
  padding-bottom: 45%;
}

.gfield:nth-child(2),
.gfield:nth-child(3),
.ginput_container,
.name_first input,
.name_last input {
  margin: 0 !important;
}

.ginput_container_email input {
  width: 100% !important;
}

.name_first input,
.name_last input,
.ginput_container input {
  font-weight: 700;
  color: white;
  background-color: rgba(26, 24, 24, 0.25);
  border: none;
  border-radius: 12px;
  padding: 0 20px !important;
}

.name_first input::placeholder,
.name_last input::placeholder,
.ginput_container input::placeholder {
  font-weight: 400;
}

.name_first input:hover,
.name_last input:hover,
.ginput_container input:hover,
.name_first input:focus,
.name_last input:focus,
.ginput_container input:focus,
.name_first input:active,
.name_last input:active,
.ginput_container input:active {
  background-color: rgba(26, 24, 24, 0.4);
}

form {
  position: relative;
}

.gform_footer {
  width: fit-content !important;
  position: absolute;
  right: 0;
  top: 95px;
}

.gform_confirmation_message {
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

/*  - 3b. About Page  */
.page-template-page-about .splash {
  background: url("/wp-content/uploads/sites/43/2021/12/2_hero.jpg") no-repeat
    center center;
  background-size: cover;
  padding-bottom: 5%;
}

.page-template-page-about h1 {
  padding-top: 30%;
}

.page-template-page-about .splash p {
  width: 70%;
}

.page-template-page-about .splash #signature {
  font-family: adobe-handwriting-ernie, sans-serif;
  font-size: 24px;
}

.page-template-page-about .map {
  background: url("/wp-content/uploads/sites/43/2021/12/map.svg") no-repeat
    center center;
  background-size: cover;
}

.page-template-page-about .body img {
  height: 364px;
  object-fit: cover;
}

/* ------------------------------ 
    3. End Main Content
------------------------------ */

.nav-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none !important;
}

html,
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.bg-light-blue {
  background-color: #4b93ff !important;
}

.pla-section {
  position: relative;
  overflow: hidden;
  background: #091f50;
}

.pla-section .row {
  position: relative;
  z-index: 1;
}

.pla-video-wrap {
  position: relative;
  min-height: 650px;
  height: 100%;
  overflow: hidden;
}

.pla-video {
  width: 120%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* gradient overlay on right side of video */
.pla-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(9, 31, 80, 0) 0%,
    rgba(9, 31, 80, 0.15) 55%,
    rgba(9, 31, 80, 0.45) 72%,
    rgba(9, 31, 80, 0.75) 85%,
    #091f50 100%
  );
  z-index: 2;
}

.pla-content {
  position: relative;
  z-index: 3;
  min-height: 770px;
  display: flex;
  align-items: center;
  margin-left: -85px;

  background: linear-gradient(
    90deg,
    rgba(9, 31, 80, 0) 0%,
    rgba(9, 31, 80, 0.35) 35px,
    rgba(9, 31, 80, 0.75) 80px,
    #091f50 140px,
    #091f50 100%
  );
}

.pla-inner {
  width: 100%;
  max-width: 900px;
  padding: 48px 15px 40px;
}

.pla-eyebrow {
  color: #90c9ff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.pla-title {
  color: #fff;
  font-size: clamp(2.6rem, 76px, 5rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.pla-subtitle {
  color: #d40005;
  font-size: clamp(1.8rem, 48px, 3.2rem);
  font-weight: 700;
  line-height: 1;
}

.pla-reason h4 {
  color: #4b93ff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.pla-reason p {
  color: #f7f7f7;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0;
}

.border-bottom-light {
  border-bottom: 2px solid #90c9ff;
}

.border-bottom-light-thick {
  border-bottom: 6px solid #90c9ff;
}

@media (max-width: 991.98px) {
  .pla-video-wrap,
  .pla-content {
    min-height: auto;
  }

  .pla-video-wrap {
    height: 420px;
  }

  .pla-inner {
    padding: 32px 24px;
  }
}

@media (max-width: 575.98px) {
  .pla-video-wrap {
    height: 320px;
  }

  .pla-title {
    line-height: 1;
  }

  .pla-subtitle {
    margin-bottom: 2rem !important;
  }

  .pla-reason h4 {
    font-size: 0.9rem;
  }

  .pla-reason p {
    font-size: 0.8rem;
  }
}

.pla-video-carousel-section {
  background: #091f50;
  overflow: hidden;
  height: 770px;
  display: flex;
  align-items: center;
}

.pla-video-carousel-section .container,
.pla-video-carousel-section .row,
.pla-video-carousel-section .col-12 {
  height: 100%;
}

.pla-video-carousel-section .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pla-video-kicker {
  color: #d40005;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 0.35rem !important;
}

.pla-video-heading {
  color: #f7f7f7;
  font-size: 76px;
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 3rem !important;
}

#plaVideoCarousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#plaVideoCarousel .carousel-inner {
  overflow: visible;
}

.pla-carousel-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  gap: 0;
}

.pla-video-card {
  display: block;
  position: relative;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  text-decoration: none;
}

.pla-video-card img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.pla-video-card-center {
  width: 575px;
  z-index: 3;
}

.pla-video-card-side {
  width: 355px;
  z-index: 2;
  opacity: 0.95;
}

.left-card {
  margin-right: -32px;
}

.right-card {
  margin-left: -32px;
}

.pla-video-card:hover {
  transform: translateY(-4px);
}

.pla-video-caption {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.25rem !important;
  margin-bottom: 0;
}

#plaVideoCarousel .carousel-control-prev,
#plaVideoCarousel .carousel-control-next {
  width: 0%;
  opacity: 1;
}

.pla-carousel-arrow {
  color: #ff1d1d;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

#plaVideoCarousel .carousel-indicators {
  margin-top: 1rem !important;
}

#plaVideoCarousel .carousel-indicators button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  margin: 0 4px;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}

#plaVideoCarousel .carousel-indicators .active {
  background-color: #ff1d1d;
}

@media (max-width: 991.98px) {
  .pla-video-carousel-section {
    height: auto;
    padding: 80px 0;
  }

  .pla-video-kicker {
    font-size: 1.8rem;
  }

  .pla-video-heading {
    font-size: 3rem;
    margin-bottom: 2rem !important;
  }

  .pla-carousel-slide {
    min-height: 260px;
  }

  .pla-video-card-center {
    width: 340px;
  }

  .pla-video-card-side {
    width: 200px;
  }

  .left-card {
    margin-right: -20px;
  }

  .right-card {
    margin-left: -20px;
  }
}

@media (max-width: 767.98px) {
  .pla-video-kicker {
    font-size: 1.45rem;
  }

  .pla-video-heading {
    font-size: 2.2rem;
  }

  .pla-carousel-slide {
    min-height: auto;
    flex-wrap: wrap;
    gap: 14px;
  }

  .pla-video-card-center,
  .pla-video-card-side {
    width: 100%;
    max-width: 360px;
    margin: 0;
    opacity: 1;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: -70px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.pla-video-card {
  position: relative;
  display: block;
  text-decoration: none;
}

.pla-video-card img {
  display: block;
  width: 100%;
  height: auto;
}

.pla-video-card::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  transform: translate(-50%, -50%);
  background: url("/wp-content/themes/abc-pla/assets/images/play-arrow.svg")
    center center / contain no-repeat;
  z-index: 5;
  pointer-events: none;
}

/* make the center video's arrow a little bigger */
.pla-video-card-center::after {
  width: 72px;
  height: 72px;
}

/* make the side arrows a little smaller */
.pla-video-card-side::after {
  width: 50px;
  height: 50px;
}

.pla-video-card:hover::after {
  transform: translate(-50%, -50%) scale(1.08);
}

#plaVideoCarousel .carousel-inner,
#plaVideoCarousel .carousel-item {
  transition: none !important;
}

#plaVideoCarousel .carousel-item-next,
#plaVideoCarousel .carousel-item-prev,
#plaVideoCarousel .carousel-item.active,
#plaVideoCarousel .active.carousel-item-start,
#plaVideoCarousel .active.carousel-item-end,
#plaVideoCarousel .carousel-item-next.carousel-item-start,
#plaVideoCarousel .carousel-item-prev.carousel-item-end {
  transform: none !important;
}

.pla-pipe-section {
  position: relative;
  height: 645px;
  overflow: hidden;
  background: #091f50;
}

.pla-pipe-video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pla-pipe-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pla-pipe-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(9, 31, 80, 0.35);
}

.pla-pipe-section .container {
  z-index: 3;
}

.pla-pipe-title {
  color: #f3f0eb;
  font-size: clamp(2rem, 5.278vw, 4.8rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.pla-pipe-text {
  color: #90c9ff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .pla-pipe-section {
    height: 500px;
  }
}

@media (max-width: 767.98px) {
  .pla-pipe-section {
    height: 420px;
  }

  .pla-pipe-title {
    font-size: 2.2rem;
    line-height: 1;
  }

  .pla-pipe-text {
    font-size: 0.95rem;
  }
}

.pla-affordability-section {
  background: #efefef;
  height: 1050px;
  overflow: hidden;
  padding: 40px 0 0px;
}

.pla-affordability-heading {
  color: #08215f;
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 55px;
}

.pla-affordability-cards {
  row-gap: 30px;
}

.pla-study-card {
  max-width: 340px;
  margin: 0 auto;
}

.pla-study-logo-wrap {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.pla-study-logo {
  max-width: 100%;
  max-height: 160px;
  width: auto;
  height: auto;
  display: block;
}

.pla-study-date {
  font-size: 1.05rem;
  color: #353535;
  margin-bottom: 22px;
}

.pla-study-text {
  color: #353535;
}

.pla-study-title {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 16px;
  text-decoration: none;
}

.pla-study-title a,
.pla-study-title a:visited,
.pla-study-title a:hover,
.pla-study-title a:focus {
  color: #353535;
  text-decoration: underline !important;
  font-weight: 800;
}

.pla-study-title a:hover {
  color: #08215f;
}

.pla-study-description {
  display: inline;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  text-decoration: none !important;
  color: #353535;
}

.pla-study-source {
  font-size: 0.72rem;
  line-height: 1.35;
  color: #353535;
  opacity: 0.7;
  word-break: break-word;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .pla-affordability-section {
    height: auto;
    padding: 70px 0;
  }

  .pla-affordability-heading {
    margin-bottom: 50px;
  }

  .pla-study-card {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .pla-affordability-heading {
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 40px;
  }

  .pla-study-logo-wrap {
    height: 140px;
  }

  .pla-study-logo {
    max-height: 120px;
  }

  .pla-study-date {
    font-size: 0.95rem;
  }

  .pla-study-title {
    font-size: 1rem;
  }

  .pla-study-description {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}

.pla-arguments-section {
  background: linear-gradient(90deg, #061b57 0%, #082565 100%);
  min-height: 540px;
  overflow: hidden;
  padding: 50px 0;
}

.pla-arguments-image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pla-arguments-image {
  max-width: 100%;
  width: 530px;
  height: auto;
  display: block;
}

.pla-arguments-content {
  max-width: 640px;
}

.pla-arguments-eyebrow {
  color: #90c9ff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
}

.pla-arguments-title {
  color: #f3f0eb;
  font-size: clamp(2rem, 5.278vw, 4.8rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
  margin: 0;
}

.pla-arguments-text {
  color: white;
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 0;
}

.pla-arguments-text span {
  color: #90c9ff;
  font-weight: 800;
}

.pla-arguments-btn {
  background: #4b93ff;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 32px;
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
}

.pla-arguments-btn:hover,
.pla-arguments-btn:focus {
  background: #3f86f0;
  color: #fff;
}

@media (max-width: 991.98px) {
  .pla-arguments-section {
    padding: 60px 0;
    text-align: center;
  }

  .pla-arguments-image {
    width: 340px;
    margin-bottom: 30px;
  }

  .pla-arguments-content {
    max-width: 100%;
  }

  .pla-arguments-text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .pla-arguments-image {
    width: 260px;
  }

  .pla-arguments-title {
    line-height: 1;
  }

  .pla-arguments-text {
    font-size: 1rem;
  }

  .pla-arguments-btn {
    width: 100%;
    max-width: 220px;
  }
}

.pla-carousel-arrow-img {
  width: 16px;
  height: 18px;
  display: block;
}

.footer-content {
  position: absolute;
  bottom: 4px;
  z-index: 10;
  width: auto;
  left: 0rem;
  right: 0rem;
}

.footer-text {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #f7f7f7;
}

a.footer-text {
  text-decoration: none !important;
  text-transform: uppercase;
}

a.footer-text:hover {
  color: #f7f7f7;
  text-decoration: none !important;
}

.footer-border {
  border: 1px solid #fff;
  padding: 4px;
  display: inline;
}

@media (min-width: 768px) {
  .mx-md-5-custom {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .ps-md-5-custom {
    padding-left: 3rem !important;
  }
}

.letters-page {
  background: #072a67;
  padding: 48px 0 80px;
}

.letters-page-heading-wrap {
  text-align: center;
}

.letters-page-heading {
  margin: 0;
  color: #ff2c1f;
  font-size: clamp(2.25rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.letters-list {
  max-width: 83%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.letter-card {
  background: #f7f7f7;
  padding: 16px;
}

.letter-card-inner {
  background: #f7f7f7;
  padding: 16px;
}

.letter-card-logos {
  background: #ededed;
  padding: 44px 18px;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.letter-card-logo-item {
  height: 50px; /* set the visual logo area */
  display: flex;
  align-items: center;
  justify-content: center;
}

.letter-card-logo {
  max-height: 100px; /* keep all logos visually consistent */
  width: auto;
  max-width: 400px; /* optional, prevents super wide logos */
  object-fit: contain;
  display: block;
}

.letter-card-content {
  max-width: 92%;
  margin: 0 auto;
}

.letter-card-title {
  color: #091e50;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
}

.letter-card-date {
  color: #d40005;
  opacity: 0.7;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.letter-card-text p {
  color: #353535;
  opacity: 0.7;
  font-size: 16px;
  line-height: 1.5;
}

.letter-card-link-wrap {
  margin: 0;
}

.letter-card-link {
  color: #091e50;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.letter-card-link:hover {
  text-decoration: underline;
}

.letters-empty {
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .letters-page {
    padding: 36px 0 60px;
  }

  .letter-card {
    padding: 12px;
  }

  .letter-card-inner {
    padding: 12px;
  }

  .letter-card-logos {
    padding: 12px;
    gap: 12px;
  }

  .letter-card-logo {
    max-height: 34px;
  }

  .letter-card-content {
    max-width: 100%;
  }
}

.pla-cta-section {
  background: #5a97f5;
  padding: 0;
}

.pla-cta-left {
  min-height: 420px;
  padding: 48px 62px 40px 40px;
}

.pla-cta-eyebrow {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
}

.pla-cta-title {
  color: #091e50;
  font-size: clamp(2.5rem, 5.2vw, 4.6rem);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
}

.pla-cta-right {
  min-height: 420px;
  padding: 32px 40px 32px 12px;
}

.pla-cta-form-wrap {
  max-width: 636px;
  margin-left: 0;
  margin-right: auto;
}

/* Helps most third-party embeds fill the space nicely */
.pla-cta-form-wrap iframe,
.pla-cta-form-wrap form,
.pla-cta-form-wrap > div {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .pla-cta-left,
  .pla-cta-right {
    min-height: auto;
  }

  .pla-cta-left {
    padding: 32px 24px 20px;
    text-align: center;
  }

  .pla-cta-right {
    padding: 20px 24px 32px;
  }

  .pla-cta-form-wrap {
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .pla-cta-left {
    padding: 28px 18px 18px;
  }

  .pla-cta-right {
    padding: 18px 18px 28px;
  }

  .pla-cta-eyebrow {
    font-size: 1.5rem;
  }

  .pla-cta-title {
    font-size: 2.5rem;
  }
}

.speak4-form__btn {
  max-width: 360px;
  background-color: #091e50 !important;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  height: 35px;
}

.page-template-page-privacypolicy {
  .privacy-page {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 70px 10px;
  }
}

.bg-dark-blue {
  background: #072a67;
}

.letters-page.studies-page {
  background: #06275a;
  padding: 40px 0 70px;
}

.studies-section {
  padding: 10px 0 45px;
}

.studies-section + .studies-section {
  padding-top: 20px;
}

.letters-page-heading {
  color: #ed1c24;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.95;
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
}

.study-card {
  width: 100%;
  max-width: 558px;
  height: 323px;
  background: #f4f4f4;
  text-align: center;
  padding: 42px 44px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.study-card-date {
  color: #d40005;
  font-size: 18px;
  font-weight: 800;
  opacity: 0.7;
  margin-bottom: 18px;
}

.study-card-title {
  color: #091e50;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
}

.study-card-link {
  display: block;
  width: 100%;
  background: #e5e6e6;
  color: #091e50;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  padding: 8px 15px;
}

.study-card-link:hover,
.study-card-link:focus {
  background: #d9d9d9;
  color: #06275a;
}

@media screen and (max-width: 992px) {
  .study-card {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .letters-page.studies-page {
    padding: 25px 0 50px;
  }

  .letters-page-heading {
    font-size: clamp(2.25rem, 13vw, 4rem);
  }

  .study-card {
    padding: 32px 24px 26px;
    min-height: auto;
  }

  .study-card-title {
    font-size: 1rem;
  }
}

.studies-section .row.g-4 > div {
  display: flex;
  justify-content: center;
}

.studies-section .row.g-4 {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}

.studies-section .row.g-4 > .col-md-6 {
  display: flex;
}

.studies-section .row.g-4 > .col-md-6:nth-child(odd) {
  justify-content: flex-end;
}

.studies-section .row.g-4 > .col-md-6:nth-child(even) {
  justify-content: flex-start;
}

.studies-section .row.g-4 > .col-md-6:last-child:nth-child(odd) {
  justify-content: center;
}

.study-card {
  width: 100%;
  max-width: 558px;
}

a.studies-link {
  text-decoration: none !important;
}
.studies-btn {
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  padding: 20px 32px;
}

.bg-red {
  background-color: #d40005;
}

.text-dark-blue {
  color: #091e50;
}

.br-8 {
  border-radius: 8px;
}

body.page-template-page-letters .studies-btn {
  width: 83%;
  margin: 0 auto;
  padding: 22px 36px;
}

body.page-template-page-letters .studies-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body.page-template-page-letters .studies-btn {
    width: 95%;
    margin: 0 auto;
    padding: 22px 36px;
    font-size: 18px;
  }
  body.page-template-page-studies .letters-page-heading {
    font-size: 30px;
  }
  .study-card {
    max-width: 90%;
  }
  .studies-section .row.g-4 > .col-md-6 {
    display: flex;
  }

  .studies-section .row.g-4 > .col-md-6:nth-child(odd) {
    justify-content: center;
  }

  .studies-section .row.g-4 > .col-md-6:nth-child(even) {
    justify-content: center;
  }

  .studies-section .row.g-4 > .col-md-6:last-child:nth-child(odd) {
    justify-content: center;
  }
  .studies-section .row.g-4 {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 3rem;
  }
}
