@import url("https://fonts.googleapis.com/css2?family=Bebas Neue&family=Open Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700&display=swap");

body {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.twentyFiveComm .h1,
.twentyFiveComm .h2,
.twentyFiveComm .h3,
.twentyFiveComm .h4,
.twentyFiveComm .h5,
.twentyFiveComm .h6 {
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: #000000;
  line-height: 1;
}
h1,
.twentyFiveComm .h1 {
  font-size: 4.6875rem;
  margin-bottom: 10px;
}
h2,
.twentyFiveComm .h2 {
  font-size: 3rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
h3,
.twentyFiveComm .h3 {
  font-size: 2.25rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
.twentyFiveComm .h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
h5,
.twentyFiveComm .h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
h6,
.twentyFiveComm .h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.twentyFiveComm .container {
  padding: 64px 0;
  max-width: none;
  margin: 0 auto;
}
.twentyFiveComm .container.full-width {
  padding-left: calc((100% - 1320px) / 2);
  padding-right: calc((100% - 1320px) / 2);
  margin: 0;
}
.twentyFiveComm .flex-row {
  display: flex;
  flex-direction: row;
}
.twentyFiveComm .flex-col {
  display: flex;
  flex-direction: column;
}

.twentyFiveComm .grid {
  display: grid;
}
.twentyFiveComm .grid.three-col {
  grid-template-columns: 1fr 1fr 1fr;
}
.twentyFiveComm .sm-gap {
  gap: 16px;
}
.twentyFiveComm .md-gap {
  gap: 32px;
}
.twentyFiveComm .lg-gap {
  gap: 48px;
}
.twentyFiveComm .bg-image {
  background-size: cover;
  background-position: center center;
  position: static;
}
.twentyFiveComm .gradient-overlay {
  background: rgba(0, 84, 151, 0.7);
}
.twentyFiveComm .bg-darkblue {
  background-color: #082e6c;
}
.twentyFiveComm .bg-darkblue * {
  color: #fff;
}
.twentyFiveComm .bg-blue {
  background: rgb(0, 84, 151);
}
.twentyFiveComm .bg-blue * {
  color: #fff;
}
.twentyFiveComm .orange-btn {
  background: #f67f26;
  color: #082e6c;
  padding: 16px 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 32px;
  max-width: fit-content;
  /* box-shadow: 7px 7px 6px 8px rgba(0, 0, 0, 0.2); */
  transition: 0.25s all;
}
.twentyFiveComm .orange-btn:hover {
  color: #f67f26;
  background: #fff;
  /* box-shadow: 7px 7px 6px 12px rgba(0, 0, 0, 0.2); */
}
.twentyFiveComm .header .orange-btn em {
  font-weight: bold;
}
.twentyFiveComm .header .container .titleCont {
  flex: 3;
}
.twentyFiveComm .header .container .titleCont * {
}
.twentyFiveComm .header .container .titleCont a {
  margin-top: 48px;
}
.twentyFiveComm .header .container .titleCont h1 {
  font-size: 175px;
  margin-top: 10px;
  font-weight: bold;
  letter-spacing: 8px;
  color: #fff;
  margin: 0;
  line-height: 0.9;
}
.twentyFiveComm .header .container .titleCont .subTitle {
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.twentyFiveComm .header .container .formCont {
  flex: 2;
  background: rgba(255, 255, 255, 0.7);
  padding: 32px;
  padding-right: calc((100% - 1320px) / 2);
}
.twentyFiveComm .header .container .formCont img {
  max-width: 150px;
}
.twentyFiveComm .header .container {
  padding-right: 0;
  max-width: none;
}
.twentyFiveComm .grid.icons img {
  max-width: 200px;
}
.twentyFiveComm .grid.icons .gridItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.twentyFiveComm .grid.icons .gridItem h2 {
  margin: 0;
  font-size: 40px;
}
.twentyFiveComm .grid.icons .gridItem p {
  margin: 0;
}
.twentyFiveComm .grid.icons .gridItem * {
  text-align: center;
}
.twentyFiveComm .grid.icon img {
  max-width: 200px;
}
.twentyFiveComm .grid.icon .gridItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.twentyFiveComm .grid.icon .gridItem h3 {
  margin: 0;
  color: #082e6c;
}
.twentyFiveComm .grid.icon .gridItem p {
  margin: 0;
}
.twentyFiveComm .grid.icon .gridItem * {
  text-align: center;
}
.twentyFiveComm .container.cta {
  padding-top: 32px;
  padding-bottom: 32px;
}
.twentyFiveComm .container.cta img {
  max-width: 250px;
}
.twentyFiveComm .container.cta .flex-row {
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.twentyFiveComm .container.cta .flex-row h2 {
  font-size: 60px;
}
.twentyFiveComm .container.cta .flex-row .orange-btn {
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.twentyFiveComm .container .flex-row .one-third {
  flex: 1;
  padding: 32px 0;
}
.twentyFiveComm .container .flex-row .one-third p {
  margin: 0;
  color: #082e6c;
}
.twentyFiveComm .container .flex-row .two-thirds {
  flex: 2;
  gap: 24px;
  padding: 32px 0;
}

.twentyFiveComm .container .flex-row .two-thirds p {
  margin: 0;
  color: #082e6c;
}

.twentyFiveComm .container.why .orange {
  color: #f67f26;
  font-size: 120px;
}
.twentyFiveComm .container.why .blue {
  color: #082e6c;
  font-size: 120px;
}
.twentyFiveComm .container.quoteCont {
  padding: 0;
  max-width: 100%;
  display: flex;
  flex-direction: row;
}
.twentyFiveComm .container.quoteCont .quote {
  flex: 4;
  padding: 80px 0;
  margin: 0 auto;
  padding-left: calc((100% - 1320px) / 2);
  padding-right: 48px;
}
.twentyFiveComm .container.quoteCont .quoteImage {
  flex: 4;
}

.twentyFiveComm .container.quoteCont .quoteText {
  display: flex;
  flex-direction: row;
  position: relative;
}
.twentyFiveComm .container.quoteCont img {
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: right;
}

.twentyFiveComm .container.quoteCont h2 {
  color: #f67f26;
  font-weight: thin;
}
.twentyFiveComm .container.quoteCont h3 {
  font-size: 50px;
}
.twentyFiveComm .container.quoteCont .quoteText .quoteContent {
  font-size: 32px;
}
.twentyFiveComm .container.quoteCont .quoteText .attribution {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 28px;
}
.twentyFiveComm .container.quoteCont .quoteText .attribution .program {
  font-size: 16px;
}
.twentyFiveComm .container.quoteCont .quoteText:before {
  content: "”";
  font-size: 160px;
  line-height: 1;
  color: #f67f26;
  font-weight: bold;
  position: absolute;
  left: -85px;
  line-height: 0.8;
}
@media only screen and (max-width: 1050px) {
  .twentyFiveComm .header .container,
  .twentyFiveComm .container.quoteCont,
  .twentyFiveComm .container.full-width {
    padding: 4rem 2em;
  }
  .twentyFiveComm .flex-row {
    display: flex;
    flex-direction: column !important;
    gap: 1rem;
  }
  .twentyFiveComm .grid.three-col {
    grid-template-columns: 1fr;
  }
  .twentyFiveComm .container.quoteCont {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .twentyFiveComm .header .container .titleCont h1,
  .twentyFiveComm .container.why .blue,
  .twentyFiveComm .container.why .orange {
    font-size: 65px;
  }
}
@media only screen and (max-width: 500px) {
  .twentyFiveComm .header .container,
  .twentyFiveComm .container.quoteCont,
  .twentyFiveComm .container.full-width {
    padding: 4rem 0.5rem;
  }
}


