/* Agency Custom CSS - Updated for new CMS template */

/* Import Poppins font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');

/*  Header */

@media print,
screen and (max-width: 63.99875em) {
  body header .sticky {
    transition: none;
    /* fixes issue with sliver not refreshing on mobile scroll */
  }
}

body.marketing header #header_sliver {
  background-color: #e6e6e6;
}

body #header_sliver,
body #header_sliver a,
body #header_sliver,
body #header_sliver .container_ingovlogo a svg.in-gov-logo-svg path,
body header #header_sliver #google_translate_element_header:hover {
  color: #666 !important;
  fill: #666 !important;
}

body #header_sliver a:hover,
body #header_sliver .container_ingovlogo a svg.in-gov-logo-svg:hover path,
body header #header_sliver #google_translate_element_header:hover {
  color: #333;
  fill: #333;
}

body nav#header_top.info {
  border-bottom: 8px solid #0AA3A6 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body #header_top.elem_stuck {
  border-width: 4px;
}

body #header_top.elem_stuck #header_agency-logo .logo_agency {
  max-height: 3.5rem;
}

body #header_agency-name,
body #header_top ul#header_elem-list>li#header_agency-name {
  display: none;
}

body #header_top #header_agency-logo .logo_agency {
  height: 4.5rem;
}

/*  Header Mobile */

@media print,
screen and (max-width: 39.99875em) {
  body #header_top #header_agency-logo {
    margin: 0.5rem 0 0 0;
    padding-left: 0;
  }

  body #header_top.elem_stuck #header_agency-logo {
    height: initial;
  }
}

body div.squiz-btn p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
}



/*  Font */

body,
body p {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #1B2A46;
}

body header #header_top #header_agency-name,
body h1,
body h2 {
  font-family: "Poppins", Sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1rem;
}

body h3,
body h4,
body h5,
body h6 {
  font-family: "Poppins", Sans-serif;
  font-style: normal;
  font-weight: 300;
}

body main h1 {
  font-size: 3.5rem;
  line-height: 1.1;
}

body main h2 {
  font-size: 2.5rem;
  line-height: 1.1;
  color: #1A87C6;
}

body main h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  color: #1A87C6;
  font-weight: 700;
}

body article a {
  color: #44D1D8;
  font-weight: 700;
}

body article section a {
  text-decoration: none;
}

@media print,
screen and (max-width: 63.99875em) {
  body main h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  body main h2 {
    font-size: 2.25rem;
  }

  body main h3 {
    font-size: 1.3rem;
    line-height: 1.1;
  }
}

@media print,
screen and (max-width: 39.99875em) {

  body,
  body p {
    font-size: 1rem;
  }
}

body.marketing div.prefooter {
  background-color: #1B2A46;
}


/* Button */

body.marketing main article div .button,
body .button {
  background-color: #F0D965;
  border-color: #F0D965;
  color: #318CC9;
  font-family: "Poppins", Sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0;
  padding: 1rem 3rem;
}


body.marketing main article div .button:hover,
body .button:hover {
  background-color: #CDB956;
  border-color: #CDB956;
  text-decoration: none;
}

body.marketing main article div.reverse .button,
body.marketing div.prefooter .button {
  font-size: 1.5rem;
}

@media print,
screen and (max-width: 63.99875em) {

  body.marketing main article div .button,
  body .button {
    padding: 0.75rem 2.5rem;
    font-size: 1rem;
  }

  body.marketing main article div.Poppinsse .button,
  body.adaptive div.prefooter .button {
    font-size: 1.25rem;
  }
}


/* Override generic-content-wrap default styles for lead sections */

body main article>section,
body main article section:has(.generic-content-wrap) .row>div[class*=col] {
  margin: 0 !important;
  padding: 0 !important;
}

body main article section:has(.generic-content-wrap) .row>div[class*=col] .generic-content-wrap {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  flex-shrink: 1;
}


body main article section:has(.generic-content-wrap) .row {
  max-width: none;
  margin: 0;
}


/*  Rows */

body article .row {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body main article section .generic-content-wrap .row>div[class*=col] {
  padding: 6rem !important;
}

body .row.lead-reverse {
  padding: 4rem 0;
}

body .row.lead-reverse,
body .row.lead-reverse p,
body .row.lead-reverse h2 {
  color: #fff;
}

body .row.lead-reverse p {
  font-weight: 600;
}



body article .row [class*="col-"].blue-gradient {
  background: rgb(44, 125, 180);
  background: linear-gradient(90deg, rgba(44, 125, 180, 1) 69%, rgba(255, 255, 255, 0) 100%);
  padding: 4rem;
}

/*  Rows Mobile */

@media print,
screen and (max-width: 63.99875em) {
  body main article section .generic-content-wrap .row>div[class*=col] {
    padding: 2.5rem 4rem !important;
  }

  body article .row [class*="col-"].blue-gradient {
    background: rgb(44, 125, 180);
    background: linear-gradient(180deg, rgba(44, 125, 180, 1) 69%, rgba(255, 255, 255, 0) 100%);
  }
}

@media print,
screen and (max-width: 39.99875em) {
  body main article section .generic-content-wrap .row>div[class*=col] {
    padding: 2rem 3rem !important;
  }
}

/*  Hero */

body article .hero {
  background-position-x: -28vw;
  padding: 0;
}

body main article section:has(.generic-content-wrap) .row .hero-image[class*="col-"] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4rem !important;
}

body main article section:has(.generic-content-wrap) .row .hero-text[class*="col-"] {
  padding: 4rem 6rem 4rem 2rem !important;
  text-align: center;
}


body article .hero .hero-text img {
  max-width: 200px;
  margin-bottom: 0.5rem;
}

body article .hero .hero-text p {
  margin-bottom: 0;
}

body article .hero .hero-text h1 {
  color: #1A87C6;
}


body article .hero .hero-text span {
  font-family: "Poppins", Sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  color: #1DB6AA;
}

/*  Hero Mobile */

@media print,
screen and (max-width: 63.99875em) {

  body main article section:has(.generic-content-wrap) .row .hero-text[class*="col-"] {
    padding: 3rem !important;
  }

  body main article section .hero .hero-text span {
    font-size: 1.5rem;
  }

  body main article section .hero .hero-text h1 {
    font-size: 2.75rem;
  }
}

@media print,
screen and (max-width: 39.99875em) {

  body main article section:has(.generic-content-wrap) .row .hero-text[class*="col-"] {
    text-align: center;
    padding: 2rem !important;
  }

  body main article section .hero .hero-text img {
    max-width: 150px;
    margin-left: 0rem;
  }

  body main article section .hero .hero-text span {
    font-size: 1.25rem;
  }
}