
/* THIS CSS WAS COMPILED AND OPTIMIZED, USING THE WP COMPILER PLUGIN */
/* https://bytes.co */
/* Last Compiled: 2026-05-01 6:20:13 UTC */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* 	Template Main SCSS
 Author: Caroline Currie
 */
/* Fonts */
/* Colors */
/* Variables */
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box; }
  body p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px; }
  body h2 {
    font-size: 52px;
    color: #003a63;
    font-weight: 600;
    margin: 0;
    padding-bottom: 40px; }
  @media (max-width: 900px) {
  body h2 {
    font-size: 45px; } }

.btn_Round {
  padding: 20px 32px;
  background: #003a63;
  color: #fff;
  display: inline-block;
  border-radius: 100px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s; }
  .btn_Round:hover {
    background: #2b6ea2; }

.columns {
  display: flex;
  justify-content: center;
  width: 1400px;
  margin: 0 auto;
  gap: 100px; }
  @media (max-width: 1400px) {
  .columns {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; } }
  .columns .column {
    width: 50%;
    position: relative; }
    .columns .column h2 {
      margin: 0; }
    .columns .column .paragraph {
      font-size: 20px;
      margin-bottom: 48px; }
/* Header */
#header {
  margin: 0;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  width: 100%; }
  #header .desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 60px; }
  #header #branding a {
    display: flex;
    align-items: center;
    gap: 20px; }
    #header #branding #logo_mobile {
      display: none; }
  #header nav ul {
    display: flex;
    list-style: none;
    gap: 60px; }
    #header nav ul li a {
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.5s; }
      #header nav ul li a:hover {
        color: #96b7d1; }
  #header.sticky {
    position: fixed;
    z-index: 2000; }
    #header.sticky .desktop {
      padding: 10px 60px; }
      #header.sticky .desktop nav ul {
        background: #003a63;
        padding: 20px 40px;
        border-radius: 60px; }
    #header.sticky #branding #animated_icon {
      width: 75px; }
      #header.sticky #branding #logo_color {
        display: none; }
  #header .mobile {
    display: none; }
  #header .mobile_trigger {
    position: relative;
    width: 38px;
    height: 38px; }
    #header .mobile_trigger .fa-x {
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s; }
    #header .mobile_trigger i {
      position: absolute; }
  @media (max-width: 1040px) {
  #header .desktop {
    padding: 50px 30px; }
  #header nav ul {
    gap: 30px; } }
  @media (max-width: 920px) {
  #header #branding #logo_mobile {
    display: block; }
    #header #branding #logo_color {
      display: none; }

    #header #branding #animated_icon {
      width: 75px; } }
  @media (max-width: 768px) {
  #header .desktop {
    display: none; }
  #header .mobile {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #header .mobile .mobile_trigger {
      display: block;
      color: #fff;
      font-size: 38px; }

    #header .mobile .flyout {
      position: absolute;
      background: linear-gradient(180deg, #00508f 0%, #003157 100%);
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      z-index: 9999;
      box-sizing: border-box;
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s; }
      #header .mobile .flyout nav {
        width: 100%; }
        #header .mobile .flyout nav ul {
          display: block;
          text-align: center;
          padding: 0;
          transition: all 0.5s; }
          #header .mobile .flyout nav ul:hover {
            color: #96b7d1; }
      #header .mobile .flyout #menu ul li {
        padding: 20px; }
        #header .mobile .flyout #menu ul li a {
          font-size: 30px; }
      #header .mobile .flyout #secondary_menu ul li {
        padding: 10px; }
        #header .mobile .flyout #secondary_menu ul li a {
          font-size: 16px;
          text-transform: uppercase; }
      #header .mobile .flyout .social {
        display: flex;
        gap: 10px;
        width: 100%;
        justify-content: center; }
        #header .mobile .flyout .social .icon a {
          display: block;
          color: #fff;
          font-size: 16px;
          width: 20px;
          padding: 12px;
          border: 1px solid #e6f4f4;
          border-radius: 50px;
          text-align: center; }
        #header .mobile .flyout .social .icon a:hover {
          color: #00958f;
          border-color: #00958f; }

    #header .mobile .flyout.open {
      display: flex;
      opacity: 1;
      visibility: visible; }
  #header .mobile_trigger.open .fa-x {
    visibility: visible;
    opacity: 1; }
    #header .mobile_trigger.open .fa-bars {
      visibility: hidden;
      opacity: 0; }
  #header.sticky .mobile .mobile_trigger i {
    color: #003a63; }
    #header.sticky .mobile #branding #logo_mobile {
      display: none; } }
  @media (max-width: 768px) {
  #header .mobile {
    padding: 20px; } }

#banner {
  padding-top: 150px;
  background: linear-gradient(180deg, #00b5a8 0%, #006864 100%);
  overflow: hidden; }
  #banner .columns {
    width: 80%;
    align-items: center; }
    #banner .columns h1 {
      font-size: 70px;
      color: #fff;
      margin: 0;
      line-height: 80px;
      padding-bottom: 20px;
      font-weight: 600; }
    #banner .columns p {
      font-size: 20px;
      color: #fff;
      line-height: 30px; }
    #banner .columns .column.left {
      position: relative;
      z-index: 1001; }
    #banner .columns .intro_image {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      height: 700px; }
      #banner .columns .intro_image img {
        position: relative;
        z-index: 100; }
      #banner .columns .intro_image:after {
        content: "";
        width: 700px;
        height: 700px;
        background: #00b5a8;
        border-radius: 700px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
    @media (max-width: 1500px) {
  #banner .columns {
    width: 90%; }
    #banner .columns .intro_image img {
      max-height: 100%; }
      #banner .columns .intro_image:after {
        width: 500px;
        height: 500px; } }
    @media (max-width: 1400px) {
  #banner .columns {
    padding: 0 20px;
    width: 100%; } }
    #banner .columns .float, #banner .columns .mousefloat {
      position: absolute;
      z-index: 10; }
      #banner .columns .float img, #banner .columns .mousefloat img {
        width: 130px; }
    #banner .columns .intro_text {
      padding-bottom: 30px; }
    #banner .columns .btn_Round {
      background: #fff;
      color: #003a63; }
      #banner .columns .btn_Round:hover {
        background: #00958f; }
  #banner .curve {
    background-image: url('../images/curve_white.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 150px;
    width: 100%;
    position: relative;
    margin-top: -150px;
    z-index: 1000; }
  @media (min-width: 1500px) {
  #banner .curve {
    height: 250px;
    margin-top: -250px; } }
  @media (max-width: 1200px) {
  #banner .columns {
    width: 100%; }
    #banner .columns h1 {
      font-size: 60px; }

    #banner .columns .float img {
      width: 100px; } }
  @media (max-width: 980px) {
  #banner .columns {
    flex-wrap: wrap;
    gap: 50px; }
    #banner .columns .column {
      width: 100%; }
      #banner .columns .column .intro_image {
        height: auto; }
        #banner .columns .column .intro_image img {
          max-width: 100%; }
        #banner .columns .column .intro_image:after {
          top: calc(50% - 250px);
          left: calc(50% - 250px); }

    #banner .columns .column.left {
      text-align: center; } }
  @media (max-width: 450px) {
  #banner .columns h1 {
    font-size: 40px;
    line-height: 1.2; } }

.page-template-homepage #banner {
  background: linear-gradient(180deg, #00508f 0%, #003157 100%); }
  .page-template-homepage #banner .curve {
    background-image: url('../images/curve_blue.svg'); }
  .page-template-homepage #banner .intro_image:after {
    background: #00508f; }
  .page-template-homepage #banner .icon1 {
    top: 10px;
    left: 40px; }
  .page-template-homepage #banner .icon2 {
    top: 50px;
    right: 60px; }

.page-template-vision #banner {
  background: linear-gradient(180deg, #ce2344 0%, #98002e 100%); }
  .page-template-vision #banner .intro_image:after {
    background: #ce2344; }
  .page-template-vision #banner .icon1 {
    top: 50px;
    left: 0; }
  .page-template-vision #banner .icon2 {
    top: 0px;
    left: 240px; }
  .page-template-vision #banner .icon3 {
    bottom: 50px;
    left: 240px; }

.page-template-three-pillars #banner {
  background: linear-gradient(180deg, #00b5a8 0%, #006864 100%); }
  .page-template-three-pillars #banner .intro_image:after {
    background: #00b5a8; }
  .page-template-three-pillars #banner .icon1 {
    top: 35%;
    left: 60px; }
  .page-template-three-pillars #banner .icon2 {
    top: 10px;
    right: 140px; }
  .page-template-three-pillars #banner .icon3 {
    top: 0px;
    left: 0; }
  @media (max-width: 600px) {
  .page-template-three-pillars #banner .icon1 {
    top: 35%;
    left: 60px; }
    .page-template-three-pillars #banner .icon2 {
      top: -30px;
      right: 160px; }

    .page-template-three-pillars #banner .icon3 {
      top: -20px;
      left: 0; } }

.page-template-progress #banner {
  background: linear-gradient(180deg, #00508f 0%, #003157 100%); }
  .page-template-progress #banner .intro_image:after {
    background: #00508f; }
  .page-template-progress #banner .icon1 {
    top: 0;
    left: 100px; }
  .page-template-progress #banner .icon2 {
    top: 30%;
    left: 0px; }

.page-template-default .icon1 {
  top: 10px;
  left: 40px; }
  .page-template-default .icon2 {
    top: 50px;
    right: 60px; }
/* Homepage */
#principles {
  background-color: #e6f4f4;
  position: relative; }
  #principles .curve {
    background-image: url('../images/curve_blue.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 150px;
    width: 100%;
    position: absolute;
    top: -150px;
    z-index: 1000; }
  #principles .principle_blocks {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0; }
  @media (max-width: 1200px) {
    #principles .principle_blocks {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box; } }
  #principles .principle_blocks .block {
    width: 30%; }
    #principles .principle_blocks .block .animated_image {
      text-align: center;
      margin-bottom: 25px; }
      #principles .principle_blocks .block .animated_image img {
        height: 200px; }
    #principles .principle_blocks .block h3 {
      font-size: 56px;
      color: #003a63;
      text-align: center;
      font-weight: 600;
      padding-bottom: 14px;
      margin: 0; }
    #principles .principle_blocks .block .description {
      font-size: 20px;
      text-align: center;
      color: #000; }
  @media (max-width: 900px) {
  #principles .principle_blocks {
    padding-top: 80px;
    padding-bottom: 80px; } }
  @media (max-width: 768px) {
  #principles .principle_blocks {
    flex-wrap: wrap;
    gap: 40px; }
    #principles .principle_blocks .block {
      width: 100%; } }

.pillar {
  background: #fff;
  padding: 50px 50px; }
  .pillar .columns {
    display: flex;
    justify-content: center;
    width: 1400px;
    margin: 0 auto;
    gap: 100px; }
  @media (max-width: 1400px) {
    .pillar .columns {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box; } }
  .pillar .columns .column {
    width: 50%; }
    .pillar .columns .column .inner {
      position: relative; }
    .pillar .columns .column .icon_pillar img {
      width: 160px;
      position: absolute;
      bottom: -30px;
      left: 0; }
    .pillar .columns .column .pillar_number {
      position: absolute;
      top: 0;
      right: 0;
      width: 150px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pillar .columns .column .pillar_number h3 {
        font-size: 120px;
        color: #fff;
        margin: 0;
        line-height: 1; }
    .pillar .columns .column .image_pillar img {
      vertical-align: bottom;
      max-width: 100%; }
    .pillar .columns .column h4 {
      font-size: 20px;
      color: #00958f;
      text-transform: uppercase;
      letter-spacing: 2;
      font-weight: 700;
      margin: 0;
      padding-bottom: 16px; }
    .pillar .columns .column h2 {
      padding-bottom: 40px; }
    .pillar .columns .column p {
      font-size: 20px;
      color: #003a63;
      margin: 0;
      padding-bottom: 20px; }
  .pillar#pillar1 .pillar_number {
    background: #ce2344;
    text-align: center; }
  .pillar#pillar1 .image_pillar {
    background-image: url('../images/blue_shape.svg');
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: bottom center; }
  .pillar#pillar2 {
    background: #e6f4f4; }
  .pillar#pillar2 .columns {
    flex-direction: row-reverse; }
  .pillar#pillar2 .pillar_number {
    background: #00508f;
    text-align: center;
    border-radius: 100px;
    left: 0;
    right: auto; }
  .pillar#pillar2 .image_pillar {
    background-image: url('../images/teal_shape.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: 80%;
    background-position: bottom center; }
  .pillar#pillar3 .pillar_number {
    background: #ce2344;
    text-align: center;
    border-bottom-right-radius: 80px;
    border-top-right-radius: 80px;
    left: 30%;
    right: auto; }
  .pillar#pillar3 .image_pillar {
    background-image: url('../images/yellow_shape.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: 80%;
    background-position: bottom center; }
  .pillar#pillar3 .icon_pillar img {
    bottom: 30px; }
  @media (max-width: 1150px) {
  .pillar {
    padding: 50px 0px; }
    .pillar .columns {
      gap: 5%; }
      .pillar .columns .column .pillar_number {
        width: 100px;
        height: 100px; }
        .pillar .columns .column .pillar_number h3 {
          font-size: 80px; }
        .pillar .columns .column .icon_pillar img {
          width: 100px; } }
  @media (max-width: 768px) {
  .pillar .columns {
    flex-wrap: wrap; }
    .pillar .columns .column {
      width: 100%; }

    .pillar .columns .image {
      width: 400px;
      text-align: center;
      margin-bottom: 50px; } }
  @media (max-width: 450px) {
  .pillar {
    padding-bottom: 0; }
    .pillar .columns .image {
      width: 100%; } }

#testimonials {
  width: 1400px;
  margin: 0 auto;
  margin-bottom: 50px; }
  @media (max-width: 1400px) {
  #testimonials {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; } }
  #testimonials .testimonial {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding: 70px 70px 180px;
    height: 350px; }
  #testimonials .testimonial .quote {
    font-size: 40px;
    font-style: italic;
    color: #fff;
    font-weight: 600;
    margin-bottom: 100px; }
  #testimonials .testimonial .author {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 0; }
  #testimonials .testimonial .title {
    font-size: 18px;
    color: #fff;
    font-weight: 600; }
  #testimonials .testimonial.yellow {
    background-image: url('../images/Pattern_yellow.png');
    background-color: #f3c45c; }
    #testimonials .testimonial.yellow .quote, #testimonials .testimonial.yellow .author, #testimonials .testimonial.yellow .title {
      color: #003a63; }
  #testimonials .testimonial.blue {
    background-image: url('../images/Pattern_blue.png');
    background-color: #00508f; }
  #testimonials .testimonial.teal {
    background-image: url('../images/Pattern_teal.png');
    background-color: #00958f; }
  #testimonials .testimonial.pink {
    background-image: url('../images/Pattern_pink.png');
    background-color: #ce2344; }
  @media (max-width: 500px) {
  #testimonials .testimonial {
    padding: 20px 20px 110px; }
    #testimonials .testimonial .quote {
      font-size: 30px;
      margin-bottom: 50px; } }

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 40px; }
  .owl-carousel .owl-dots button.owl-dot {
    background: #96b7d1;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    transition: all 0.2s; }
  .owl-carousel .owl-dots button.owl-dot.active {
    width: 40px;
    background: #00508f; }

#message {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0; }
  @media (max-width: 1200px) {
  #message {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; } }
  #message .copy {
    font-size: 20px; }
  #message .authors {
    display: flex;
    gap: 40px; }
  #message .authors .name {
    font-size: 20px;
    font-weight: 700;
    margin: 0; }
  #message .authors .position {
    font-size: 20px;
    font-weight: 400;
    margin: 0; }

.pillar .lottie {
  max-width: 100%; }

#sub_nav {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0; }
  @media (max-width: 1200px) {
  #sub_nav {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; } }
  #sub_nav .anchor_menu {
    display: flex;
    justify-content: center;
    gap: 30px; }
  #sub_nav .anchor_menu a {
    padding: 20px 32px;
    background: #003a63;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600; }
    #sub_nav .anchor_menu a:hover {
      background: #2b6ea2; }
  #sub_nav.sticky {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 2000; }
  @media (max-width: 500px) {
  #sub_nav .anchor_menu a {
    font-size: 16px;
    padding: 10px 12px; } }

.highlights .blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 1%; }
  .highlights .blocks .block {
    width: 24%;
    margin-bottom: 64px; }
    .highlights .blocks .block .icon {
      width: 23px;
      height: 24px;
      margin-bottom: 10px; }
    .highlights .blocks .block h3 {
      font-size: 24px;
      font-weight: 700;
      margin: 0;
      padding-bottom: 10px; }
    .highlights .blocks .block .description {
      font-size: 20px; }
    .highlights .blocks .block:nth-child(3n+2) .icon {
      background: url(../images/shape_small_blue.svg);
      background-repeat: no-repeat; }
    .highlights .blocks .block:nth-child(4n+4) .icon {
      background: url(../images/shape_small_teal.svg);
      background-repeat: no-repeat; }
    .highlights .blocks .block:nth-child(3n+3) .icon {
      background: url(../images/shape_small_red.svg);
      background-repeat: no-repeat; }
    .highlights .blocks .block:nth-child(6n+1) .icon {
      background: url(../images/shape_small_yellow.svg);
      background-repeat: no-repeat; }
  @media (max-width: 1400px) {
  .highlights {
    padding-left: 20px;
    padding-right: 20px; } }
  @media (max-width: 1000px) {
  .highlights .blocks .block {
    width: 32%; } }
  @media (max-width: 768px) {
  .highlights .blocks .block {
    width: 48%; } }
  @media (max-width: 500px) {
  .highlights .blocks .block {
    width: 100%; }
    .highlights .blocks .block:last-child {
      margin-bottom: 0; } }

#steps {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 80px; }
  @media (max-width: 1200px) {
  #steps {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; } }
  #steps h2 {
    font-size: 56px;
    color: #003a63;
    font-weight: 600;
    margin: 0; }
  #steps .section_paragraph {
    font-size: 20px; }

.progress {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #666667;
  padding-bottom: 40px;
  margin-bottom: 80px; }
  @media (max-width: 1200px) {
  .progress {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; } }
  .progress .columns {
    justify-content: flex-start;
    gap: normal;
    width: 100%; }
  .progress .columns .left {
    width: 150px; }
  .progress .columns .right {
    width: 80%; }
  .progress .columns h4 {
    font-size: 20px;
    color: #00958f;
    text-transform: uppercase;
    letter-spacing: 2;
    font-weight: 700;
    margin: 0;
    padding-bottom: 16px; }
  .progress .columns h2 {
    padding-bottom: 40px; }
  .progress .blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 5%; }
  .progress .blocks .block {
    width: 45%; }
    .progress .blocks .block .icon {
      width: 23px;
      height: 24px;
      margin-bottom: 10px; }
    .progress .blocks .block h3 {
      font-size: 24px;
      font-weight: 700;
      margin: 0;
      padding-bottom: 10px; }
    .progress .blocks .block .description {
      font-size: 20px; }
    .progress .blocks .block:nth-child(3n+2) .icon {
      background: url(../images/shape_small_blue.svg);
      background-repeat: no-repeat; }
    .progress .blocks .block:nth-child(4n+4) .icon {
      background: url(../images/shape_small_teal.svg);
      background-repeat: no-repeat; }
    .progress .blocks .block:nth-child(3n+3) .icon {
      background: url(../images/shape_small_red.svg);
      background-repeat: no-repeat; }
    .progress .blocks .block:nth-child(6n+1) .icon {
      background: url(../images/shape_small_yellow.svg);
      background-repeat: no-repeat; }
  @media (max-width: 768px) {
  .progress .columns {
    gap: 20px;
    padding: 0; }
    .progress .columns .left {
      width: 80px; }
      .progress .columns .left img {
        width: 100%; } }
  @media (max-width: 500px) {
  .progress .blocks {
    gap: 30px; }
    .progress .blocks .block {
      width: 100%; } }

#content article {
  width: 750px;
  margin: 0 auto;
  padding: 120px 0; }
  @media (max-width: 750px) {
    #content article {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box; } }
  #content article h2 {
    text-align: center;
    padding-bottom: 20px; }
  #content article .gform_description {
    color: #003a63;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px; }
  #content article form .gform_fields {
    background: #e6f8f6;
    padding: 64px 45px;
    border-radius: 20px; }
    #content article form .gform_fields .gfield_label {
      font-size: 18px;
      color: #003a63;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.8px; }
    #content article form .gform_fields input, #content article form .gform_fields textarea {
      border: 1px solid #00958f;
      border-radius: 10px;
      padding: 10px 14px; }
    #content article form .gform_footer {
      margin-top: 40px; }
    #content article form .gform_footer input {
      margin: 0 auto;
      padding: 20px 32px;
      background: #003a63;
      color: #fff;
      display: inline-block;
      border-radius: 100px;
      text-decoration: none;
      font-size: 18px;
      font-weight: 600; }
      #content article form .gform_footer input:hover {
        background: #2b6ea2; }

#feedback {
  background: #e6f4f4;
  padding: 80px 0; }
  #feedback .columns {
    width: 1200px;
    margin: 0 auto; }
  @media (max-width: 1200px) {
    #feedback .columns {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box; } }
  #feedback .columns .left {
    width: 75%; }
  @media (max-width: 1000px) {
  #feedback .columns {
    gap: 50px; }
    #feedback .columns .right {
      width: 30%; } }
  @media (max-width: 768px) {
  #feedback .columns {
    flex-wrap: wrap;
    gap: 50px; }
    #feedback .columns .column {
      width: 100%; } }
  @media (max-width: 500px) {
  #feedback .columns {
    flex-wrap: wrap;
    gap: 50px; }
    #feedback .columns .column {
      width: 100%; }
      #feedback .columns .column.right {
        display: none; } }

#footer {
  background: #003a63;
  color: #fff;
  padding: 50px 0; }
  #footer .inner {
    width: 1200px;
    margin: 0 auto; }
  @media (max-width: 1200px) {
    #footer .inner {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box; } }
  #footer .inner .three_columns {
    display: flex;
    gap: 10%;
    padding-bottom: 45px; }
    #footer .inner .three_columns .column {
      width: 30%; }
    #footer .inner .three_columns .column .logo {
      display: block;
      margin-bottom: 30px; }
      #footer .inner .three_columns .column .logo img {
        max-width: 100%; }
    #footer .inner .three_columns .column .acknowledgment {
      font-size: 16px;
      font-style: italic;
      font-weight: 300; }
    #footer .inner .three_columns .column .address {
      font-size: 18px;
      font-weight: 700;
      padding-bottom: 23px; }
    #footer .inner .three_columns .column .phone, #footer .inner .three_columns .column .fax, #footer .inner .three_columns .column .after_hours_number {
      font-size: 18px;
      padding-bottom: 5px; }
      #footer .inner .three_columns .column .phone span, #footer .inner .three_columns .column .fax span, #footer .inner .three_columns .column .after_hours_number span {
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 23px; }
      #footer .inner .three_columns .column .phone a, #footer .inner .three_columns .column .fax a, #footer .inner .three_columns .column .after_hours_number a {
        color: #fff; }
    #footer .inner .three_columns .column .social {
      display: flex;
      gap: 10px; }
      #footer .inner .three_columns .column .social .icon a {
        display: block;
        color: #fff;
        font-size: 16px;
        width: 20px;
        padding: 12px;
        border: 1px solid #e6f4f4;
        border-radius: 50px;
        text-align: center; }
        #footer .inner .three_columns .column .social .icon a:hover {
          color: #00958f;
          border-color: #00958f; }
    #footer .inner .three_columns .column #menu-footer-menu-1 {
      padding: 0;
      list-style: none; }
      #footer .inner .three_columns .column #menu-footer-menu-1 li {
        padding-bottom: 12px; }
        #footer .inner .three_columns .column #menu-footer-menu-1 li a {
          color: #fff;
          text-decoration: none;
          font-size: 12px;
          font-weight: 800;
          text-transform: uppercase;
          letter-spacing: 2.4px; }
          #footer .inner .three_columns .column #menu-footer-menu-1 li a:hover {
            color: #00958f; }
  @media (max-width: 1200px) {
    #footer .inner .three_columns {
      gap: 5%; } }
  @media (max-width: 1000px) {
    #footer .inner .three_columns {
      flex-wrap: wrap;
      padding-bottom: 0; }
      #footer .inner .three_columns .column {
        width: 45%;
        margin-bottom: 30px; } }
  @media (max-width: 500px) {
    #footer .inner .three_columns .column {
      width: 100%; } }
/*# sourceMappingURL= */