.animated-element {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.animated-element.in-viewport.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}
.animated-element.in-viewport.slide-left {
  -webkit-animation-name: slide-left;
          animation-name: slide-left;
}
.animated-element.in-viewport.slide-left-hard {
  -webkit-animation-name: slide-left-hard;
          animation-name: slide-left-hard;
}
.animated-element.in-viewport.slide-right-hard {
  -webkit-animation-name: slide-right-hard;
          animation-name: slide-right-hard;
}
.animated-element.in-viewport.slide-up {
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
}
.animated-element.in-viewport.slide-right {
  -webkit-animation-name: slide-right;
          animation-name: slide-right;
}
.animated-element.in-viewport {
  -webkit-animation-duration: 1s, 0.8s;
          animation-duration: 1s, 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-left-hard {
  from {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-left-hard {
  from {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-right {
  from {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-right {
  from {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-right-hard {
  from {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes slide-right-hard {
  from {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "stone_sansbold";
  src: url("../fonts/stone_sans_bold-webfont.woff2") format("woff2"), url("../fonts/stone_sans_bold-webfont.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "stone_sans_semi_boldregular";
  src: url("../fonts/stone_sans_semi_bold_regular-webfont.woff2") format("woff2"), url("../fonts/stone_sans_semi_bold_regular-webfont.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "trust-1a";
}
@font-face {
  font-family: "Jost", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.5px;
}

p.text-red, li.text-red, h1.text-red, h2.text-red, h3.text-red, h4.text-red, h5.text-red, h6.text-red, span.text-red {
  color: #c61c2b !important;
}
p.text-black, li.text-black, h1.text-black, h2.text-black, h3.text-black, h4.text-black, h5.text-black, h6.text-black, span.text-black {
  color: #231f20 !important;
}
p.text-blue, li.text-blue, h1.text-blue, h2.text-blue, h3.text-blue, h4.text-blue, h5.text-blue, h6.text-blue, span.text-blue {
  color: #295777 !important;
}
p.text-white, li.text-white, h1.text-white, h2.text-white, h3.text-white, h4.text-white, h5.text-white, h6.text-white, span.text-white {
  color: #fff !important;
}
p.transform-upper, li.transform-upper, h1.transform-upper, h2.transform-upper, h3.transform-upper, h4.transform-upper, h5.transform-upper, h6.transform-upper, span.transform-upper {
  text-transform: uppercase;
}

p.text-link a {
  color: #e14b26;
}
@media (min-width: 1200px) {
  p.text-link a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  p.text-link a {
    font-size: 1.2rem;
  }
}
p.text-link a {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  background-color: transparent;
  color: #e14b26 !important;
  font-weight: 800;
  text-decoration: underline !important;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-decoration-thickness: 2px !important;
  background-color: transparent;
}
p.text-link a:hover {
  color: #0084CC !important;
}

p, li {
  color: #001e5b;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  p, li {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}
@media (max-width: 1200px) {
  p, li {
    font-size: 1rem;
    letter-spacing: normal;
    -webkit-margin-before: 0 !important;
            margin-block-start: 0 !important;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  p.larger-font, li.larger-font {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
p, li {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

p a {
  font-family: "Jost", sans-serif;
  color: #662442;
  text-decoration: underline;
}
p a:hover {
  color: #295777;
  text-decoration-style: solid;
}
p a:focus {
  color: #295777;
  text-decoration-style: solid;
}

h2 a {
  color: #662442;
  text-decoration-thickness: 1.5px;
}
h2 a:hover {
  color: #295777;
  text-decoration-style: solid;
}
h2 a:focus {
  color: #295777;
  text-decoration-style: solid;
}

h1, h1.wp-block-post-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
@media (min-width: 1200px) {
  h1, h1.wp-block-post-title {
    font-size: 2.7rem !important;
    padding: 20px 0;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  h1, h1.wp-block-post-title {
    font-size: 1.6rem !important;
    padding: 5px 0;
  }
}

h2 {
  padding: 0;
  margin: 0;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 1.6rem !important;
    padding: 5px 0;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.7rem;
    padding: 20px 0;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 1.4rem;
  }
  h2.larger-font {
    font-size: 2.8rem;
  }
  h2.smaller-font {
    font-size: 1.8rem;
  }
}

h3 {
  font-family: "Jost", sans-serif;
  padding-top: 0;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  h3.desk-size {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.2rem;
  }
}
h3 {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
  color: #662442;
  padding-top: 10px;
  padding-bottom: 10px;
}

h4 {
  font-family: "Jost", sans-serif;
  padding-top: 15px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.7rem;
  }
}
h4.weight-heavy {
  font-weight: 700;
}

h5 {
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: none;
  padding-top: 10px;
}

h6 {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  text-transform: none;
  letter-spacing: -0.5px;
  padding: 0;
}

a {
  font-family: "Jost", sans-serif;
}

h1 a {
  color: #295777;
  text-decoration: underline;
}
h1 a:hover {
  color: #c61c2b;
  text-decoration-style: solid;
}
h1 a:focus {
  color: #c61c2b;
  text-decoration-style: solid;
}

h4.font-mid {
  font-family: "Jost", sans-serif;
  font-size: 2rem !important;
}

h3.byline {
  padding-top: 0;
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  margin-left: 18px;
}
h3.byline::before {
  content: url(../../images/mts-canflag-orange.svg);
  width: 17px;
  height: 16px;
  display: inline-block;
  margin-left: 0;
  padding-right: 5px;
  fill: #662442;
  top: 10px;
}
h3.byline::after {
  content: url(../../images/mts-canflag-orange.svg);
  width: 17px;
  height: 16px;
  display: inline-block;
  padding-left: 5px;
  fill: #662442;
  top: 10px;
}

.gform_footer .gform_submit_button {
  background-color: #e14b26;
  color: #fff !important;
  margin-top: 15px;
  font-family: "Jost", sans-serif;
}
.gform_footer .gform_submit_button:hover {
  background-color: #295777;
  color: #fff;
}

.btn-orange .wp-block-button__link {
  background-color: #e14b26;
  color: #fff !important;
  margin-top: 15px;
  font-family: "Jost", sans-serif;
}
.btn-orange .wp-block-button__link:hover {
  background-color: #295777;
  color: #fff;
}

.btn-blue .wp-block-button__link {
  background-color: #295777;
  color: #fff;
  font-family: "Jost", sans-serif;
}
.btn-blue .wp-block-button__link:hover {
  background-color: #662442;
  color: #fff;
}

.btn-white .wp-block-button__link {
  background-color: #fff;
  color: #295777 !important;
  font-family: "Jost", sans-serif;
}
.btn-white .wp-block-button__link:hover {
  background-color: #001e5b;
  color: #fff;
}

.btn-white-border .wp-block-button__link {
  background-color: transparent;
  color: #fff;
  font-family: "Jost", sans-serif;
  border: 2px solid #fff;
}
.btn-white-border .wp-block-button__link:hover {
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  border: 2px solid #fff;
}

.wp-block-button__link {
  background-color: #662442;
  color: #fff !important;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .wp-block-button__link {
    font-size: 0.8rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-button__link {
    font-size: 1.1rem;
  }
}
.wp-block-button__link {
  font-family: "Jost", sans-serif;
  padding-top: 0.7rem;
  padding-right: 1.2rem;
  padding-bottom: 0.6rem;
  padding-left: 1.2rem;
  text-decoration: none;
}
.wp-block-button__link:hover {
  background-color: #fff;
  color: #662442 !important;
}

:root :where(.wp-block-column-is-layout-flow) > * {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

ul.orange-tri {
  list-style-type: none;
}
@media (min-width: 1200px) {
  ul.orange-tri {
    padding-top: 10px;
  }
}
ul.orange-tri li {
  background-image: url("../../images/triangle.svg");
  background-position: 0 0.7rem;
  background-size: 1.4rem 1.4rem;
  background-repeat: no-repeat;
  padding-left: 2rem;
}
ul.orange-tri li a {
  color: #295777;
}
ul.orange-tri li a:hover {
  color: #e14b26;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .wavy-right {
    background-image: url("../../images/wavy-long.png");
    background-position: right bottom;
    background-size: auto 30px !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .wavy-left {
    background-image: url("../../images/wavy-long.png");
    background-position: left bottom;
    background-size: auto 30px !important;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .bird-left::before {
    content: url(../../images/bird-left.svg);
    width: 150px;
    height: auto;
    display: inline-block;
    margin-left: 0;
    top: 50px;
    left: 0px;
    position: absolute;
  }
  .bird-left-top0::before {
    content: url(../../images/bird-left.svg);
    width: 150px;
    height: auto;
    display: inline-block;
    margin-left: 0;
    top: 0;
    left: 0px;
    position: absolute;
  }
  .bird-right::before {
    content: url(../../images/bird-right.svg);
    width: 150px;
    height: auto;
    display: inline-block;
    margin-left: 0;
    top: 0;
    right: 0px;
    position: absolute;
  }
  .bird-right.right-50::before {
    right: -50px;
  }
}
@media (min-width: 1200px) {
  .whale-tail {
    background-image: url("../../images/whale-tail.svg");
    background-position: 15% 50%;
    background-size: auto 18% !important;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1200px) {
  .buoy {
    background-image: url("../../images/buoy.svg");
    background-position: 90% 50%;
    background-size: auto 18% !important;
    background-repeat: no-repeat;
  }
}

img:focus {
  outline: none;
  border: none; /* In case a border is explicitly set and needs removal */
}

*:focus {
  outline: none !important;
}

main {
  margin-top: 0 !important;
  overflow-x: clip;
}

.singular .entry-header {
  padding: 20px;
}

#site-header, .singular .entry-header {
  background: transparent;
  background-color: transparent;
}

.header-inner {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.header-titles-wrapper {
  display: inline-block;
}

.header-navigation-wrapper {
  display: block;
}

nav#ubermenu-nav-main-2 {
  width: 100%;
}

.ec-fullwidth.wp-block-cover, .ec-fullwidth.wp-block-group {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  background-size: cover;
}
.ec-fullwidth.wp-block-cover .wp-block-columns, .ec-fullwidth.wp-block-group .wp-block-columns {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

@media (min-width: 980px) {
  .ec-group-contain70.wp-block-group {
    padding: 0 15% 0 15%;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-h5p {
    padding: 0 5% 20px 5%;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
  }
  .ec-group-video, #intro {
    padding: 0 5% 20px 5%;
    margin: 0;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .ec-activity-para.wp-block-group {
    padding: 30px 15% 0 15%;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-contain80.wp-block-group {
    padding: 30px 10%;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-contain90.wp-block-group {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 30px 5%;
  }
  .ec-group-contain95.wp-block-group {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 30px 2.5%;
  }
  .ec-group-center90.wp-block-group {
    width: 90%;
    max-width: 90%;
    padding: 20px 40px 40px 20px;
    margin: 0 auto;
  }
  .ec-group-center70.wp-block-group {
    width: 70%;
    max-width: 70%;
    padding: 20px 40px 20px 20px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .ec-right-birdcontainer {
    padding: 30px 20% 0 1%;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-contain70.wp-block-group {
    padding: 0 15% 0 15%;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-h5p {
    padding: 0 5% 20px 5%;
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
  }
  .ec-group-video, #intro {
    padding: 0 5% 20px 5%;
    margin: 0;
    width: 100%;
    max-width: 1500px !important;
    margin: 0 auto;
  }
  .ec-activity-para.wp-block-group {
    padding: 30px 10% 0 10%;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-contain80.wp-block-group {
    padding: 30px 10%;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-contain90.wp-block-group {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 30px 5%;
  }
  .ec-group-contain95.wp-block-group {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 30px 2.5%;
  }
  .ec-group-center90.wp-block-group {
    width: 90%;
    max-width: 90%;
    padding: 20px 40px 40px 20px;
    margin: 0 auto;
  }
}
@media (min-width: 1800px) {
  .ec-group-video, #intro {
    padding: 0 5% 20px 5%;
    margin: 0;
    width: 100%;
    max-width: 1800px !important;
    margin: 0 auto;
  }
  .ec-group-center90.wp-block-group {
    width: 90%;
    max-width: 1800px !important;
    padding: 20px 40px 40px 20px;
    margin: 0 auto;
  }
  .ec-group-center70.wp-block-group {
    width: 70%;
    max-width: 1800px !important;
    padding: 20px 40px 40px 20px;
    margin: 0 auto;
  }
  .ec-group-contain95.wp-block-group {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 30px 5%;
  }
  .ec-topnav-col {
    max-width: 1800px !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 309px) {
  #th-progress {
    display: none;
  }
}
@media (max-width: 980px) {
  .ec-fullwidth.wp-block-cover .wp-block-columns, .ec-fullwidth.wp-block-group .wp-block-columns.ec-topnav-col {
    display: block;
  }
  .ec-group-video.ec-activity-intro {
    padding-top: 40px;
  }
  .wp-block-group.ec-nextback {
    padding-top: 0;
    padding-right: 10px;
  }
  .ec-btn-col {
    display: none;
  }
  .ec-nextback-col {
    width: 100%;
    max-width: 100%;
  }
  .wp-block-group.ec-navbuttons {
    margin-top: 40px;
  }
  .ec-fullwidth.ec-intro-land {
    max-width: 900px;
  }
  .ec-group-contain90.wp-block-group {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 10px 5px;
  }
  .ec-group-contain70.wp-block-group {
    padding: 0 7px 0 7px;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-h5p {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-video {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-activity-para.wp-block-group {
    padding: 30px 10px 0 10px;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-contain80.wp-block-group {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-contain95.wp-block-group {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 5px;
  }
  .ec-group-center90.wp-block-group {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .ec-group-contain90.wp-block-group {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 20px 0;
  }
  .ec-group-contain70.wp-block-group {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-h5p {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-video {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 900px;
  }
  .ec-activity-para.wp-block-group {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1200px) and (max-width: 980px) {
  .ec-activity-para.wp-block-group {
    padding: 30px 0;
  }
}
@media (min-width: 980px) and (max-width: 1200px) and (min-width: 980px) {
  .ec-activity-para.wp-block-group {
    padding: 30px 10px 0 10px;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .ec-group-contain80.wp-block-group {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .ec-group-contain95.wp-block-group {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
}
.ec-col-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-col-vertical.ec-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ec-col-vertical.ec-right {
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.wp-site-blocks {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.ec-cover-full .wp-block-cover, .ec-cover-full .wp-block-cover-image {
  min-height: 100%;
}
.ec-cover-full .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.ec-cover-full p {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.ec-cover-full .img-cover-full.wp-block-cover, .ec-cover-full .img-cover-half.wp-block-cover {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  min-height: 300px !important;
}
.ec-cover-full .img-cover-full.wp-block-cover .wp-block-columns, .ec-cover-full .img-cover-half.wp-block-cover .wp-block-columns {
  margin: 0;
  padding: 0;
}

.img-cover-full.intro-img.wp-block-cover, .img-cover-half.intro-img.wp-block-cover, .img-cover-quarter.intro-img.wp-block-cover {
  margin-top: -128px !important;
}

.img-cover-half .intro-msg {
  padding-top: 25%;
  padding-bottom: 2.5%;
}
.img-cover-half p {
  font-size: 1.5rem;
  padding-bottom: 20px;
}

.img-cover-quarter.intro-img.wp-block-cover {
  min-height: 300px;
}
.img-cover-quarter p {
  padding-top: 15%;
  padding-bottom: 1.5%;
  font-size: 1.5rem;
  padding-bottom: 20px;
}

.ec-gap.gap-0 {
  gap: 0;
}
.ec-gap.gap-10 {
  gap: 10px;
}
.ec-gap.gap-15 {
  gap: 15px;
}

@media (min-width: 1200px) {
  .ec-pad.all-20 {
    padding: 20px;
  }
}
.ec-pad.right-0 {
  padding-right: 0;
}
.ec-pad.all-40 {
  padding: 40px;
}
.ec-pad.gap-0 {
  gap: 0;
}
.ec-pad.pad-0 {
  padding: 0 !important;
}
@media (max-width: 1200px) {
  .ec-pad.top-20 {
    padding-top: 10px !important;
  }
  .ec-pad.right-10 {
    padding-right: 10px !important;
  }
  .ec-pad.top-30 {
    padding-top: 20px !important;
  }
  .ec-pad.top-40 {
    padding-top: 30px !important;
  }
  .ec-pad.btm-20 {
    padding-bottom: 10px !important;
  }
  .ec-pad.btm-30 {
    padding-bottom: 0px !important;
  }
  .ec-pad.btm-40 {
    padding-bottom: 10px !important;
  }
  .ec-pad.sides-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .ec-pad.sides-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .ec-pad.sides-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
@media (min-width: 1200px) {
  .ec-pad.top-10 {
    padding-top: 10px !important;
  }
  .ec-pad.top-20 {
    padding-top: 20px !important;
  }
  .ec-pad.top-30 {
    padding-top: 30px !important;
  }
  .ec-pad.top-40 {
    padding-top: 40px !important;
  }
  .ec-pad.top-50 {
    padding-top: 50px !important;
  }
  .ec-pad.top-60 {
    padding-top: 60px !important;
  }
  .ec-pad.btm-10 {
    padding-bottom: 10px !important;
  }
  .ec-pad.btm-20 {
    padding-bottom: 20px !important;
  }
  .ec-pad.btm-30 {
    padding-bottom: 30px !important;
  }
  .ec-pad.btm-40 {
    padding-bottom: 10px !important;
  }
  .ec-pad.btm-50 {
    padding-bottom: 50px !important;
  }
  .ec-pad.btm-60 {
    padding-bottom: 60px !important;
  }
  .ec-pad.btm-0 {
    padding-bottom: 0 !important;
  }
  .ec-pad.top-0 {
    padding-top: 0 !important;
  }
  .ec-pad.left-10 {
    padding-left: 10px !important;
  }
  .ec-pad.left-20 {
    padding-left: 20px !important;
  }
  .ec-pad.left-30 {
    padding-left: 30px !important;
  }
  .ec-pad.left-40 {
    padding-left: 40px !important;
  }
  .ec-pad.right-10 {
    padding-right: 10px !important;
  }
  .ec-pad.right-20 {
    padding-right: 20px !important;
  }
  .ec-pad.right-30 {
    padding-right: 30px !important;
  }
  .ec-pad.right-40 {
    padding-right: 40px !important;
  }
  .ec-pad.right-10per {
    padding-right: 10% !important;
  }
  .ec-pad.right-40per {
    padding-right: 40% !important;
  }
  .ec-pad.sides-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .ec-pad.sides-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .ec-pad.sides-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}

.ec-margin.btm-0 {
  margin-bottom: 0px !important;
}
.ec-margin.top-0 {
  margin-top: 0px !important;
}
.ec-margin.top-10 {
  margin-top: 10px !important;
}
@media (min-width: 1200px) {
  .ec-margin.top-neg110 {
    margin-top: -110px !important;
  }
}
@media (max-width: 1200px) {
  .ec-margin.right-10 {
    margin-right: 10px !important;
  }
  .ec-margin.right-20 {
    margin-right: 20px !important;
  }
}
@media (min-width: 1200px) {
  .ec-margin.top-20 {
    margin-top: 20px !important;
  }
  .ec-margin.top-30 {
    margin-top: 30px !important;
  }
  .ec-margin.top-40 {
    margin-top: 40px !important;
  }
  .ec-margin.btm-20 {
    margin-bottom: 20px !important;
  }
  .ec-margin.btm-30 {
    margin-bottom: 30px !important;
  }
  .ec-margin.btm-40 {
    margin-bottom: 40px !important;
  }
  .ec-margin.right-10 {
    margin-right: 10px !important;
  }
  .ec-margin.right-20 {
    margin-right: 20px !important;
  }
}

@media (max-width: 1200px) {
  .ec-section {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .ec-section {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
}
.ec-section.first-section {
  padding-bottom: 40px !important;
}

html {
  scroll-behavior: smooth;
}

.ec-align-center {
  text-align: center !important;
}

.ec-header-full .wp-block-cover, .ec-header-full .wp-block-cover-image {
  min-height: 330px;
}
.ec-header-full.header-news h2 {
  color: #ff6000;
  font-size: 3.8rem;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}
.ec-header-full.header-news h3 {
  font-size: 2.9rem;
  text-transform: uppercase;
  font-weight: 800;
  padding: 5px 0 0px 0;
}

.col-group .wp-block-columns {
  gap: 0;
}
@media (min-width: 1200px) {
  .col-group {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .col-group {
    padding-top: 0;
  }
}

@media (max-width: 980px) {
  .wp-block-columns.reverse-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.undernav {
  top: -180px;
}
.undernav .banner-body {
  padding: 5% 0;
}

.banner-body.tabs {
  /* Hide the text visually */
}
.banner-body.tabs .stk-block-tab-labels__text {
  position: absolute;
  left: -9999px;
}
.banner-body.tabs {
  /* Create image container */
}
.banner-body.tabs .stk-block-tabs__tab::before {
  content: "";
  display: block;
  width: 240px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.banner-body.tabs {
  /* Tab 1 */
}
.banner-body.tabs .stk-block-tabs__tab:nth-child(1)::before {
  background-image: url("/wp-content/uploads/2026/06/tab1-off.svg");
}
.banner-body.tabs {
  /* Tab 2 */
}
.banner-body.tabs .stk-block-tabs__tab:nth-child(2)::before {
  background-image: url("/wp-content/uploads/2026/06/tab2-off.svg");
}
.banner-body.tabs {
  /* Tab 3 */
}
.banner-body.tabs .stk-block-tabs__tab:nth-child(3)::before {
  background-image: url("/wp-content/uploads/2026/06/tab3-off.svg");
}

header {
  z-index: 999;
}

header {
  position: relative;
}

@media (max-width: 1200px) {
  #donate-steps.hero {
    padding: 190px 0 0px 0;
  }
}
@media (min-width: 1200px) {
  #donate-steps.hero {
    padding: 160px 0 0px 0;
  }
}
@media (max-width: 1200px) {
  #donate-steps.hero h1 {
    font-size: 1.9rem !important;
  }
}
@media (min-width: 1200px) {
  #donate-steps.hero h1 {
    font-size: 3.5rem !important;
  }
}
#donate-steps.hero h1 {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4) !important;
}
#donate-steps .steps-container {
  padding: 20px 0 0 20px;
  background: rgba(203, 203, 203, 0.168627451);
  border: 4px solid #fff;
  border-radius: 12px;
  -webkit-box-shadow: 1px 7px 9px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 7px 9px 1px rgba(0, 0, 0, 0.25);
}
#donate-steps .steps-container h3 {
  color: #000;
  font-family: "Jost", sans-serif !important;
}
@media (max-width: 1200px) {
  #donate-steps .steps-container h3 {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 1200px) {
  #donate-steps .steps-container h3 {
    font-size: 2.2rem !important;
  }
}
#donate-steps .steps-container h3 {
  font-weight: 800 !important;
}
@media (max-width: 1200px) {
  #donate-steps .steps-container h4 {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 1200px) {
  #donate-steps .steps-container h4 {
    font-size: 1.6rem !important;
  }
}
#donate-steps .steps-container h4 {
  color: #fff;
  text-shadow: none !important;
  font-weight: 500 !important;
}
#donate-steps .steps-container h5 {
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  #donate-steps .steps-container h5 {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 1200px) {
  #donate-steps .steps-container h5 {
    font-size: 1.2rem !important;
  }
}
#donate-steps .steps-container h5 {
  font-weight: 800;
  color: #fff;
  margin: 0 !important;
  padding: 0 0 5px 0 !important;
}
#donate-steps .steps-container .stk-block-tabs__tab {
  font-family: "Jost", sans-serif;
}
@media (max-width: 1200px) {
  #donate-steps .steps-container .stk-block-tabs__tab {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  #donate-steps .steps-container .stk-block-tabs__tab {
    font-size: 1.4rem !important;
  }
}
#donate-steps .steps-container .stk-block-tabs__tab {
  font-weight: 800;
  padding-top: 15px;
}

@media (max-width: 1200px) {
  .corp-ways {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.corp-ways h5 {
  font-family: "arial", sans-serif;
}
.corp-ways {
  font-size: 1.2rem;
  color: #295777 !important;
  /* text-transform: uppercase; */
  font-weight: 800;
  letter-spacing: -1px;
  padding-top: 15px;
}

.corp-moreways h4 {
  font-family: "arial", sans-serif;
  font-size: 1.4rem;
  color: #295777 !important;
  /* text-transform: uppercase; */
  font-weight: 800;
  letter-spacing: -1px;
  padding-top: 15px;
}
.corp-moreways.bg-col .wp-block-column {
  background: #e8e8eb;
}
.corp-moreways .content {
  padding: 0 10px 10px 10px;
}
.corp-moreways .content h4 {
  padding-top: 0;
}

#donate-banner .copy-box {
  padding: 180px 0 40px 0;
}
#donate-banner .copy-box h1 {
  font-family: "Jost", sans-serif;
  font-size: 3rem !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 30px;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}
#donate-banner .copy-box h2 {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  margin: 0;
  padding-top: 0;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}
#donate-banner .nav-box {
  padding: 15px 0 0 15px;
  background: rgba(14, 14, 14, 0.3);
  border-radius: 12px;
  -webkit-box-shadow: 1px 7px 9px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 7px 9px 1px rgba(0, 0, 0, 0.25);
}
#donate-banner .nav-box .wp-block-columns {
  gap: 10px;
}
#donate-banner h4 {
  font-size: 1.7rem !important;
}
#donate-banner .icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#donate-banner .icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#donate-banner .icon {
  padding-bottom: 20px;
}
#donate-banner .icon a {
  text-decoration: none;
}
.donate-block {
  padding: 0 0 15px 0 !important;
}
.donate-block h2 {
  color: #295777;
  padding-top: 0 !important;
}
.donate-block h3 {
  color: #e14b26;
  padding-left: 10px;
}
.donate-block .wp-block-image {
  padding-top: 15px;
}

.corp-section {
  padding-top: 20px;
}
.corp-section h3 {
  font-size: 2.2rem;
  font-weight: 800;
}

.corp-title-block .inner {
  padding: 2.5%;
}

@media (min-width: 980px) {
  .donate-embed.wp-block-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .donate-embed.wp-block-columns .wp-block-column.form-col {
    width: 440px;
    max-width: 440px;
  }
}

#e-card .icon img {
  width: 60px !important;
}

input#gform_submit_button_4, input#gform_submit_button_5 {
  background-color: #e14b26;
  color: #fff !important;
  margin-top: 15px;
  font-family: "Jost", sans-serif;
}
input#gform_submit_button_4:hover, input#gform_submit_button_5:hover {
  background-color: #295777;
  color: #fff;
}
input#gform_submit_button_4, input#gform_submit_button_5 {
  border-radius: 8px !important;
  text-transform: uppercase;
  margin-top: 0;
}

p.gform_description {
  margin-top: 0;
}

.full-form-bg.wp-block-cover {
  padding: 0;
  margin: 0;
}

.full-form-cols {
  width: 100%;
  max-width: 100%;
  gap: 0;
}
.full-form-cols hr.wp-block-separator.has-alpha-channel-opacity.sep {
  margin-top: 20px;
  border-color: #999;
  margin-bottom: 10px;
}
.full-form-cols .web-col {
  margin-top: 5%;
}
.full-form-cols .donate-fact {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.full-form-cols .donate-fact h1 {
  color: #295777;
}
.full-form-cols .donate-fact h2 {
  color: #e14b26;
  padding-bottom: 0;
  padding-top: 10px;
}
.full-form-cols .donate-fact .wavy {
  padding: 10px 0;
}

@media (min-width: 1200px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-mobile-only.mobile-only > a.mega-menu-link {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-mobile-only.mobile-only > a.mega-menu-link {
    font-size: 0.9rem !important;
  }
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 1.2rem;
  letter-spacing: -0.5px;
  font-weight: 500 !important;
  font-family: "Jost", sans-serif;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li#mega-menu-item-82 .mega-search input[type=text] {
  border-radius: 20px;
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
  font-size: 1rem;
  font-weight: 500 !important;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link::before {
  margin-top: -2px;
}

.menu-float {
  position: fixed;
}
@media (min-width: 1200px) {
  .menu-float {
    background-color: #fff !important;
  }
}
.menu-float {
  top: 0 !important;
  width: 100%;
  left: 0;
  z-index: 999;
}
.menu-float .menu-container {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}
.menu-float .menu-row {
  padding-top: 0px !important;
  padding-bottom: 0 !important;
}
.menu-float .wp-block-site-logo img {
  display: none;
}

.menu-land {
  position: relative;
}

.fadeout {
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  opacity: 0;
}

.fadein {
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  opacity: 1;
}

#mega-main a.mega-menu-link {
  font-size: 1.2rem !important;
}
#mega-main ul#mega-menu-max_mega_menu_1 > .mega-menu-item > a.mega-menu-link {
  -webkit-box-shadow: inset 0 -6px 0 0 transparent;
          box-shadow: inset 0 -6px 0 0 transparent; /* 4px red bottom "border" */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 !important;
}
@media (min-width: 1200px) {
  #mega-main #mega-menu-wrap-max_mega_menu_1 {
    padding: 5px;
  }
  #mega-main ul#mega-menu-max_mega_menu_1 > .mega-current_page_item > a.mega-menu-link {
    text-decoration: underline !important;
    /* border-bottom: 6px solid #e14b26; */
    text-decoration-thickness: 6px !important;
    text-decoration-color: #e14b26 !important;
  }
  #mega-main ul.mega-sub-menu > li.mega-menu-item-has-children {
    padding: 10px 0 0 0 !important;
  }
}
@media (max-width: 1200px) {
  #mega-main ul.mega-sub-menu p, #mega-main ul.mega-sub-menu li {
    padding-bottom: 0 !important;
  }
}
#mega-main #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
  line-height: 30px;
  height: 30px;
}
#mega-main #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
  padding: 0 8px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 50px !important;
}

.mega-side-widget .mega-menu-item-type-widget.widget_media_image {
  padding: 0 20px 20px 20px !important;
}

@media (min-width: 1200px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    padding-top: 15px;
  }
}
li.widget_nav_menu .menu-mega-side-widget {
  padding: 0 20px 20px 20px;
  max-width: 240px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  li.widget_nav_menu {
    padding: 10px 0 0 0 !important;
  }
}
li.widget_nav_menu h4.mega-block-title {
  display: none !important;
}
li.widget_nav_menu ul {
  padding-left: 0 !important;
}
li.widget_nav_menu li {
  list-style-type: none;
  padding-top: 0;
}
@media (min-width: 1200px) {
  li.widget_nav_menu li a:first-of-type {
    color: #295777;
  }
}
@media (max-width: 1200px) {
  li.widget_nav_menu li a:first-of-type {
    color: #fff;
  }
}
li.widget_nav_menu li a:first-of-type {
  font-weight: 700;
  text-decoration: none;
}
li.widget_nav_menu li a:first-of-type:hover {
  color: #e14b26;
}
@media (max-width: 1200px) {
  li.widget_nav_menu ul.sub-menu a {
    font-size: 1rem;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  li.widget_nav_menu ul.sub-menu a {
    color: #295777;
    font-size: 1.2rem;
  }
}
li.widget_nav_menu ul.sub-menu a {
  font-family: "Jost", sans-serif;
  text-decoration: none;
  font-weight: 400;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0;
}

#mega-menu-wrap-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge, #mega-menu-wrap-max_mega_menu_1 button.mega-close, #mega-menu-wrap-max_mega_menu_1 button.mega-toggle-standard {
  line-height: 1.5;
}

.right-feature {
  padding: 20px !important;
}
.right-feature img {
  text-align: center;
  margin: 0 auto;
  border-radius: 12px;
  -webkit-box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.2);
}
.right-feature h4, .right-feature h4 a {
  color: #295777;
  font-size: 1.2rem;
  font-family: "Jost", sans-serif;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 0 0 0;
  margin: 0;
}
.right-feature p {
  padding: 10px 0 0 0;
  margin: 0;
}

.menu-imgblock p {
  font-size: 1.1rem !important;
}
.menu-imgblock h4, .menu-imgblock h4 a {
  color: #295777;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 0 0 0;
  margin: 0;
}
.menu-imgblock h4.smaller-font a, .menu-imgblock h4 a.smaller-font a {
  font-size: 1.2rem !important;
}
.menu-imgblock h4:hover, .menu-imgblock h4 a:hover {
  color: #e14b26;
}

.right-widget img {
  -webkit-box-shadow: 1px 4px 6px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 4px 6px 4px rgba(0, 0, 0, 0.05);
}
.right-widget {
  padding: 20px 20px 20px 0 !important;
}
.right-widget a {
  text-decoration: none;
}
.right-widget h4, .right-widget h4 a {
  color: #295777;
  font-size: 1.2rem;
  font-family: "Jost", sans-serif;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 0 0 0;
  margin: 0;
}
.right-widget h4:hover, .right-widget h4 a:hover {
  color: #e14b26;
}
.right-widget p {
  padding: 10px 0 0 0;
  margin: 0;
}

ul#mega-menu-max_mega_menu_1 .mega-menu > .mega-menu-item:hover > a {
  text-decoration: underline !important;
  /* border-bottom: 6px solid #e14b26; */
  text-decoration-thickness: 6px !important;
  text-decoration-color: #e14b26 !important;
}

.menu-icon-btn {
  text-align: center;
  margin: 10% 10%;
}
.menu-icon-btn.side-align {
  text-align: left !important;
  margin: 10px 0 0 0 !important;
}
.menu-icon-btn {
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
}
.menu-icon-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.menu-icon-btn h4 {
  padding-top: 0;
  padding-bottom: 10px;
  margin: 0;
  font-size: 1.3rem;
}
.menu-icon-btn h4 a {
  text-decoration: none !important;
}
.menu-icon-btn p {
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2rem;
}

.widget_custom_html h4.mega-block-title {
  display: none !important;
}

@media (max-width: 980px) {
  .wp-block-site-logo {
    width: 100px;
  }
}

li.mega-mobile-only.mmobile-only > a.mega-menu-link {
  color: #fff !important;
}

@media (max-width: 1200px) {
  #mega-menu-wrap-max_mega_menu_1 ul#mega-menu-max_mega_menu_1 li.mega-display-inline.display-inline {
    display: inline-block !important;
  }
}

@media (max-width: 1200px) {
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
    display: inline;
  }
}

@media (max-width: 1200px) {
  .mega-menu-colum.side-widget {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .desktop-only {
    display: none !important;
  }
}

a.fab.fa-tiktok.fa6.mega-menu-link {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

li.wp-social-link.wp-social-link-tiktok.has-foreground-color.tiktok.wp-block-social-link {
  width: 16px;
}

.mega-menu-item-type-widget h4.mega-block-title {
  display: none !important;
}

@media (max-width: 1200px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-color: #1b2e6b;
    margin-left: -10px;
    padding: 10px 15px !important;
  }
}
@media (min-width: 1200px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    background-color: #f4f4f4;
  }
}

@media (max-width: 1200px) {
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
    padding-left: 10px;
    padding-top: 40px;
  }
}
/*# sourceMappingURL=main.css.map */
