#header-inner, #footer-inner {
  width: 98%;
  max-width: 1200px;
}
#content-container {
  background-color: #fff;
}
a {
  color: inherit;
}
article.intf-page {
  font-family: "Ubuntu";
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem;
  background-color: #fff;
  margin-bottom: 0px;
}
article.intf-page strong {
  font-family: "Ubuntu";
  font-weight: 700;
}
article.intf-page p {
  font-family: "Ubuntu";
  font-weight: normal;
  font-size: 1.25rem;
}
summary {
  font-size: 2rem;
  line-height: 2.4rem;
  list-style-type: none;
  font-weight: 600;
  padding: 2.5rem;
}
details[open] summary::after {
  content: "-";
}
details summary::after {
  content: "+";
  float: right;
  position: relative;
  right: 10%;
  bottom: 3.75rem;
}
.intf-btn-cta-primary {
  font-family: "Ubuntu";
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5rem;
  background: #3275b0;
  border: 2px solid #234f7d;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 3.5rem;
  display: table;
  margin: 1rem auto;
  border-radius: 2.5rem;
}
.intf-btn-cta-secondary {
  font-family: "Ubuntu";
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5rem;
  background: none;
  border: 2px solid #1b1a1e;
  color: #1b1a1e;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 3.5rem;
  display: table;
  margin: 1rem auto;
  border-radius: 2.5rem;
}
.intf-btn-cta-secondary-reversed {
  font-family: "Ubuntu";
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5rem;
  background: none;
  border: 2px solid #f8f8f8;
  color: #f8f8f8;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 3.5rem;
  display: table;
  margin: 1rem auto;
  border-radius: 2.5rem;
}
.intf-btn-cta-primary:hover {
  background: #234f7d;
}
.intf-btn-cta-secondary:hover, .intf-btn-cta-secondary-reversed:hover {
  opacity: 0.9;
}
.intf-button a {
  display: inline-block;
  font-family: "Ubuntu";
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 3.5rem;
  margin: auto;
}
.intf-button.primary a {
  background: #3275b0;
  border: 2px solid #234f7d;
  color: #ffffff;
}
.intf-button.reverse a {
  background: transparent;
  border: 2px solid #fff;
  color: #ffffff;
}
.intf-button a:hover, .intf-button a:hover {
  opacity: 0.9;
}
.intf-generic-section {
  margin: auto;
  padding: 50px 15px;
  text-align: left;
  max-width: 1200px;
}
.intf-generic-section h1 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 5.4rem;
  margin: 0px;
}
.intf-brand-section {
  padding-top: 5.7rem !important;
  padding-bottom: 4.1rem !important;
}
.intf-brand-section h1 {
  padding-bottom: 2.9rem !important;
}
.intf-text-section {
  padding-top: 4rem !important;
  padding-bottom: 4.8rem !important;
}
.intf-content-section {
  margin: auto;
  max-width: 1200px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.intf-generic-container {
}
.intf-text-bigger {
  font-size: 1.5rem !important;
  line-height: 1.8rem !important;
}
.intf-text-left {
  text-align: left !important;
}
.intf-text-right {
  text-align: right !important;
}
.intf-text-centered {
  text-align: center !important;
}
.intf-text-strong {
  font-weight: 700;
}
.intf-section-divider {
  height: 1rem;
}
.intf-top-banner-no-image {
  background-color: #25211e;
}
.intf-top-banner-no-image h2 {
  color: #fff;
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: 600;
  margin: auto;
  padding: 3rem 1rem;
  text-align: center;
  width: 98%;
  max-width: 1200px;
}
.intf-full-width-hero-image {
  position: relative;
}
.intf-full-width-hero-image img {
  width: 100%;
}
.intf-full-width-hero-image-text-overlay {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 1200px;
}
.intf-full-width-hero-image-text-overlay h1 {
  color: #fff;
  font-family: "Ubuntu";
  font-size: 4.5rem;
  line-height: 1.1rem;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.intf-flex-content-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 98%;
  max-width: 1200px;
}
.intf-flex-wrapper {
  display: flex;
  margin: auto;
  max-width: 1200px;
  padding: 0px 15px;
}
.intf-flex-content-box {
}
.intf-flex-content-box h2 {
  font-family: "Ubuntu";
  font-size: 2.25rem;
  margin-bottom: 30px;
  line-height: 3.0rem;
}
.intf-flex-width-30 {
  width: 30%;
}
.intf-flex-width-35 {
  width: 35%;
}
.intf-flex-width-40 {
  width: 40%;
}
.intf-flex-width-50 {
  width: 50%;
}
.intf-flex-width-60 {
  width: 60%;
}
.intf-flex-width-65 {
  width: 65%;
}
ul.intf-bullet-list {
  display: inline-block;
  font-family: "Ubuntu";
  font-size: 1.5rem;
  font-weight: 600;
  list-style-type: disc;
  text-align: left;
}
ul.intf-bullet-list li {
  margin-bottom: 1rem;
}
ul.intf-green-check-list {
  display: inline-block;
  font-family: "Ubuntu";
  font-size: 1.5rem;
  font-weight: 600;
  list-style: none;
  margin: auto 0px 50px 0px;
  text-align: left;
}
ul.intf-green-check-list li {
  line-height: 3rem;
}
ul.intf-green-check-list li:before {
  background: url(/wp-content/themes/interface/images/style-2025/intf-green-check.svg) 0 0 no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  margin: 0px 20px 0px 0px;
  height: 35px;
  width: 35px;
  vertical-align: middle;
}
.intf-bgyellow {
  background-color: #ffd202 !important;
}
.intf-bgwhite {
  background-color: #ffffff !important;
}
.intf-bglightgrey, .intf-bglightgray {
  background-color: #f0efef !important;
}
.intf-bgdarkgrey, .intf-bgdarkgray {
  background-color: #25211e !important;
}
.intf-text-inset {
  padding: 1.5rem 1rem;
}
.intf-text-yellow {
  color: #ffd202 !important;
}
.intf-text-white {
  color: #fff !important;
}
.intf-text-black {
  color: #000 !important;
}
.intf-text-darkgrey, .intf-text-darkgray {
  color: #25211e !important;
}
.intf-comment-item {
  margin-bottom: 1.5rem;
}
.intf-comment-question {
  font-weight: 600;
}
.intf-comment-answer {

}
.intf-comment-dateline {
  font-size: 1rem;
}
.intf-badge-gtr {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #efefef;
  padding: 0.25rem 0.5rem;
  margin: 0 0.5rem;
}
.intf-badge-gtr::after {
  content: "GTR";
}
.intf-section-breadcrumbs {
  background-color: #000;
  padding: 1rem 0;
}
.intf-breadcrumbs {
  color: #fff;
  font-family: "Ubuntu";
  font-size: 1.0rem;
  line-height: 1.4rem;
  margin: 0 auto;
  max-width: 1200px;
}
.intf-breadcrumbs a {
  text-decoration: none;
  font-weight: 600;
  color: inherit;
}
.intf-quote-section {
  font-family: "Ubuntu" !important;
  font-weight: 600 !important;
  margin: auto;
  padding: 7rem 1rem 8.5rem 1rem;
  text-align: center;
  width: 98%;
  max-width: 1200px;
}
.intf-quote-intro {
  font-size: 2rem;
  line-height: 2.5rem;
  padding-bottom: 20px;
}
.intf-quote-quote {
  font-size: 2.5rem;
  line-height: 3rem;
  padding-bottom: 1.25rem;
}
.intf-quote-date {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
details summary::after {
  right: 0%;
}
#header-inner, #footer-inner {
  padding: 10px 2.5%;
  width: 95%;
  max-width: 95%;
}
.intf-section-breadcrumbs {
  background-color: #000;
  padding: 1rem;
}
.intf-generic-section h1 {
  font-size: 3rem;
  line-height: 3.6rem;
}
.intf-full-width-hero-image-text-overlay h1 {
  font-size: 2.5rem;
  line-height: 3.0rem;
}
.intf-top-banner-no-image h2 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 1.5rem 0.5rem;
}
.intf-flex-mobile-100 {
  width: 100% !important;
}
.intf-flex-wrapper {
  padding: 1rem;
  display: block;
}
.intf-text-section {
  padding-left: 1rem;
  padding-right: 1rem;
}
.intf-quote-section {
  width: 95%;
  max-width: 95%;
}
.intf-quote-quote {
  font-size: 2rem;
  line-height: 2.75rem;
  padding-bottom: 20px;
}
}
