.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;
}
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: #263c82 !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: #1b2332;
  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: "arial", sans-serif;
  font-weight: 500;
}

p a {
  font-family: "arial", sans-serif;
  color: #e14b26;
  text-decoration: underline;
}
p a:hover {
  color: #009977;
  text-decoration-style: solid;
}
p a:focus {
  color: #009977;
  text-decoration-style: solid;
}

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

h1, h1.wp-block-post-title {
  font-family: "arial", 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: "arial", 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: "arial", 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: #e14b26;
  padding-top: 10px;
  padding-bottom: 10px;
}

h4 {
  font-family: "arial", 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: "arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: none;
  padding-top: 10px;
}

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

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

h1 a {
  color: #263c82;
  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: "arial", sans-serif;
  font-size: 2rem !important;
}

h3.byline {
  padding-top: 0;
  font-size: 1.8rem;
  font-family: "arial", 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: #e14b26;
  top: 10px;
}
h3.byline::after {
  content: url(../../images/mts-canflag-orange.svg);
  width: 17px;
  height: 16px;
  display: inline-block;
  padding-left: 5px;
  fill: #e14b26;
  top: 10px;
}

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

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

.btn-blue .wp-block-button__link {
  background-color: #263c82;
  color: #fff;
  font-family: "arial", sans-serif;
}
.btn-blue .wp-block-button__link:hover {
  background-color: #e14b26;
  color: #fff;
}

.btn-white .wp-block-button__link {
  background-color: #fff;
  color: #263c82 !important;
  font-family: "arial", sans-serif;
}
.btn-white .wp-block-button__link:hover {
  background-color: #263c82;
  color: #fff;
}

.btn-white-border .wp-block-button__link {
  background-color: transparent;
  color: #fff;
  font-family: "arial", 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: #e14b26;
  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: 1rem;
  }
}
.wp-block-button__link {
  font-family: "arial", sans-serif;
  padding-top: 0.4rem;
  padding-right: 1.2rem;
  padding-bottom: 0.3rem;
  padding-left: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
}
.wp-block-button__link:hover {
  background-color: #263c82;
  color: #fff;
}

: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: #263c82;
}
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%;
}

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

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

.mts-cover-full .wp-block-cover, .mts-cover-full .wp-block-cover-image {
  min-height: 100%;
}
.mts-cover-full .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.mts-cover-full p {
  font-family: "arial", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.mts-cover-full .img-cover-full.wp-block-cover, .mts-cover-full .img-cover-half.wp-block-cover {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  min-height: 300px !important;
}
.mts-cover-full .img-cover-full.wp-block-cover .wp-block-columns, .mts-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;
}

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

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

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

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

html {
  scroll-behavior: smooth;
}

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

.mts-header-full .wp-block-cover, .mts-header-full .wp-block-cover-image {
  min-height: 330px;
}
.mts-header-full.header-news h2 {
  color: #ff6000;
  font-size: 3.8rem;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}
.mts-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;
  }
}
.top-banner-img.undernav {
  margin-top: -240px !important;
  z-index: 1;
}
@media (max-width: 1200px) {
  .top-banner-img.undernav {
    min-height: 500px;
  }
  .top-banner-img.undernav p {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .top-banner-img.undernav {
    min-height: 600px;
  }
}

.top-banner-xtra.undernav {
  margin-top: -240px !important;
  z-index: 1;
}
.top-banner-xtra .low-copy {
  padding: 80px 0 70px 0;
}

@media (max-width: 1200px) {
  .top-color-bg .wp-block-cover__image-background {
    background-position-y: 100% !important;
    background-position-x: 75% !important;
  }
}
.top-color-bg {
  padding: 240px 0 40px 0;
}
.top-color-bg h1, .top-color-bg h4 {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
.top-color-bg h1 {
  color: #fff;
  font-family: "arial", sans-serif;
  font-weight: 800 !important;
}
@media (max-width: 1200px) {
  .top-color-bg h1 {
    font-size: 1.8rem !important;
  }
}
@media (min-width: 1200px) {
  .top-color-bg h1 {
    font-size: 3.8rem !important;
  }
}
.top-color-bg h1 {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .top-color-bg h4 {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 1200px) {
  .top-color-bg h4 {
    font-size: 2.4rem !important;
  }
}
.top-color-bg.undernav {
  margin-top: -240px !important;
  z-index: 1;
}
.top-color-bg.undernav .wp-block-cover {
  height: 300px;
}
@media (max-width: 1200px) {
  .top-color-bg .low-copy {
    padding: 100px 0 0px 0;
  }
}
@media (min-width: 1200px) {
  .top-color-bg .low-copy {
    padding: 70px 0 0px 0;
  }
}
@media (max-width: 1200px) {
  .top-color-bg .low-copy.small {
    padding: 0px 0 0px 0;
  }
}

@media (max-width: 1200px) {
  .top-banner .wp-block-cover .wp-block-cover__image-background, .top-banner img.wp-block-cover__image-background, .top-banner .wp-block-cover, .top-banner .wp-block-cover-image {
    background-position-y: 100% !important;
    background-position-x: 75% !important;
    -o-object-position: 40% !important;
       object-position: 40% !important;
  }
}
.top-banner .right-copy {
  padding: 180px 0 180px 0;
}
@media (max-width: 980px) {
  .top-banner .right-copy {
    padding: 300px 0 0px 0;
  }
}
.top-banner .right-copy h2, .top-banner .right-copy h3 {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.top-banner .low-copy {
  padding: 280px 0 40px 0;
}
.top-banner .low-copy h1 {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.top-banner h4 {
  font-size: 2.3rem !important;
  color: #fff;
  font-family: "arial", sans-serif;
  font-weight: 800 !important;
  padding-bottom: 0;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
.top-banner .min-banner-copy {
  padding: 140px 0 40px 0;
}
.top-banner .min-banner-copy h1 {
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}
.top-banner.undernav {
  margin-top: -240px;
  z-index: 1;
}
.top-banner.undernav.sub-banner {
  min-height: 240px;
}
.top-banner .wp-block-button__link {
  font-size: 1.6rem;
}
@media (max-width: 980px) {
  .top-banner .wp-block-button__link {
    font-size: 1rem;
  }
}
.top-banner .wp-block-button__link {
  font-weight: 500;
}
@media (min-width: 1200px) {
  .top-banner h2, .top-banner h3, .top-banner h1 {
    color: #fff;
    font-family: "stone_sansbold";
    font-weight: 800 !important;
    font-size: 3.8rem !important;
    padding-bottom: 0;
  }
  .top-banner h1 {
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .top-banner h1 {
    color: #fff;
    font-family: "arial", sans-serif;
    font-weight: 800 !important;
    font-size: 2.4rem !important;
  }
  .top-banner h2, .top-banner h3 {
    color: #fff;
    font-family: "stone_sansbold";
    font-weight: 800 !important;
    font-size: 2.1rem !important;
    padding-bottom: 0;
  }
  .top-banner h1 {
    line-height: 1.2;
  }
}

input#gform_submit_button_2, input#gform_submit_button_3 {
  background-color: #e14b26;
  color: #fff !important;
  margin-top: 15px;
  font-family: "arial", sans-serif;
}
input#gform_submit_button_2:hover, input#gform_submit_button_3:hover {
  background-color: #263c82;
  color: #fff;
}

@media (min-width: 1200px) {
  .sub-page {
    padding: 140px 0 0 0;
  }
  .sub-page h1 {
    font-family: "stone_sansbold";
    font-weight: 800 !important;
    font-size: 3.4rem !important;
    padding: 10px 0;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  .min-banner {
    padding: 80px 0 0 20px;
    min-height: 100px;
  }
  .min-banner h1 {
    font-family: "stone_sansbold";
    font-weight: 800 !important;
    font-size: 3.4rem !important;
    padding: 10px 0;
    line-height: 1;
  }
}

@media (min-width: 1200px) {
  .icons-row {
    gap: 5%;
  }
}

@media (min-width: 1200px) {
  .circle-callout, .circle-callout img {
    width: 260px !important;
    height: 260px;
  }
}

@media (max-width: 1200px) {
  .wp-block-group.circle-icons {
    padding-top: 15px;
  }
}

.circle-grow {
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
}
.circle-grow:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Styles for the child element when the parent is hovered */
.scale-child .wp-block-image {
  -webkit-transition: transform 0.3s ease-in;
  -moz-transition: transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
}

.scale-child:hover .wp-block-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 1200px) {
  .circle-callout {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .circle-callout {
    padding: 0 10px;
  }
}

.img-100 {
  width: 100%;
}
.img-100 img {
  width: 100%;
}

@media (min-width: 1200px) {
  .home-feature h3 {
    font-size: 2.2rem;
    font-weight: 500;
    padding-right: 8%;
  }
}

.stk-block-timeline__date {
  font-family: "stone_sansbold";
  font-weight: 800;
  color: #e14b26;
}

.mts-team.stations .pt-cv-ifield {
  background: #fff;
  padding-top: 20px;
  color: #000;
  -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);
}
.mts-team.stations .pt-cv-ifield a {
  pointer-events: none;
}
.mts-team.stations .pt-cv-ifield h4.pt-cv-title, .mts-team.stations .pt-cv-ifield h4.pt-cv-title a {
  font-size: 1.3rem !important;
}
.mts-team.stations .pt-cv-thumbnail {
  margin-bottom: 0 !important;
}
.mts-team.stations h4.pt-cv-title {
  padding-top: 0 !important;
}
.mts-team h4.pt-cv-title, .mts-team h4.pt-cv-title a {
  font-family: "arial", sans-serif;
  font-weight: 800 !important;
  text-transform: uppercase;
  color: #263c82;
  font-size: 1.5rem !important;
  margin-bottom: 0;
}
.mts-team .pt-cv-ctf-value {
  font-family: "arial", sans-serif;
  font-size: 1.1rem;
}
.mts-team .pt-cv-content {
  margin-bottom: 20px;
}
.mts-team a._self.pt-cv-readmore.btn, .mts-team #pt-cv-view-2db1698ft2 .pt-cv-readmore {
  color: #e14b26;
}
@media (min-width: 1200px) {
  .mts-team a._self.pt-cv-readmore.btn, .mts-team #pt-cv-view-2db1698ft2 .pt-cv-readmore {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .mts-team a._self.pt-cv-readmore.btn, .mts-team #pt-cv-view-2db1698ft2 .pt-cv-readmore {
    font-size: 1.2rem;
  }
}
.mts-team a._self.pt-cv-readmore.btn, .mts-team #pt-cv-view-2db1698ft2 .pt-cv-readmore {
  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;
}
.mts-team a._self.pt-cv-readmore.btn:hover, .mts-team #pt-cv-view-2db1698ft2 .pt-cv-readmore:hover {
  color: #0084CC !important;
}
.mts-team a._self.pt-cv-readmore.btn, .mts-team #pt-cv-view-2db1698ft2 .pt-cv-readmore {
  margin-bottom: 20px;
}
.mts-team .team-title h2 {
  color: #263c82;
  padding: 0;
}

.side-image-template .back-btn {
  padding-top: 0;
  padding-bottom: 10px;
}
.side-image-template .back-btn a {
  color: #e14b26;
}
@media (min-width: 1200px) {
  .side-image-template .back-btn a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .side-image-template .back-btn a {
    font-size: 1.2rem;
  }
}
.side-image-template .back-btn 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;
}
.side-image-template .back-btn a:hover {
  color: #0084CC !important;
}

.side-image-template h1 {
  font-family: "arial", sans-serif;
  font-weight: 800 !important;
  text-transform: uppercase;
  color: #263c82;
}
@media (max-width: 1200px) {
  .side-image-template h1 {
    font-size: 1.6rem !important;
  }
}
@media (min-width: 1200px) {
  .side-image-template h1 {
    font-size: 2.6rem !important;
  }
}
.side-image-template h1 {
  padding-bottom: 10px;
}
.side-image-template h3 {
  color: #e14b26;
  font-size: 1.5rem !important;
  padding-bottom: 5px;
  font-family: "arial", sans-serif;
  text-transform: capitalize;
}

.issues-carousel .pt-cv-view .pt-cv-carousel-indicators li.active {
  background-color: #263c82 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#263c82), to(#263c82)) !important;
  background-image: linear-gradient(to bottom, #263c82, #263c82) !important;
}
.issues-carousel h4.pt-cv-title, .issues-carousel .mts-team h4.pt-cv-title a {
  color: #fff;
}
.issues-carousel .pt-cv-content {
  font-size: 1.2rem !important;
  text-align: center;
  margin-top: 0 !important;
}
.issues-carousel .pt-cv-content p {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.issues-carousel #pt-cv-view-dzdx2jf3 .pt-cv-content-item .pt-cv-overlay-wrapper {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.issues-carousel #pt-cv-view-dzdx2jf3 .pt-cv-content-item .pt-cv-overlay-wrapper h4.pt-cv-title {
  text-align: center;
}
.issues-carousel .pt-cv-readmore {
  color: #fff !important;
}
.issues-carousel .pt-cv-readmore p.stk-block-text__text {
  font-size: 1.4rem;
}
.issues-carousel .pt-cv-readmore {
  background-color: rgba(255, 255, 255, 0);
  border-color: #ffffff;
  border-style: solid;
  /* padding: 20px!important; */
  text-decoration: none !important;
  font-size: 14px;
  margin: 15px 0px 0px 0px !important;
  border-width: 1px 1px 1px 1px;
}

.story .pt-cv-content {
  font-size: 1.3rem !important;
  font-family: "arial", sans-serif;
}

body.single-post p:first-of-type {
  padding-top: 0;
}
body.single-post blockquote.wp-block-stackable-blockquote {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
body.single-post figure.alignright.wp-block-post-featured-image {
  padding-left: 20px;
}

.quote-blue .stk-container:not(.stk--no-background) {
  background-color: #dfe3f1;
}
.quote-blue .stk-container:not(.stk--no-background) p.stk-block-text__text {
  font-size: 1.4rem !important;
  font-weight: 700;
  color: #263c82;
}

.pt-cv-thumb-wrapper .pt-cv-thumbnail {
  -o-object-position: top;
     object-position: top;
}

.give-icons {
  padding: 20px;
}
body.single-issues figure.wp-block-image.alignright {
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}
body.single-issues h3 {
  padding-top: 20px;
}

.need-help {
  padding: 10px;
}
.need-help .download {
  width: 70%;
  max-width: 70%;
  padding: 20px 40px 40px 20px;
  margin: 0 auto;
}
.need-help h4 {
  font-size: 1.4rem;
}
.need-help p:before {
  content: url("../../images/triangle.svg");
  width: 28px;
  display: inline-block;
  margin-right: 10px;
}
.need-help.on-babyblue {
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .need-help.on-babyblue {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.need-help.on-white {
  border-radius: 20px;
  background-color: rgba(236, 236, 236, 0.8);
}

h2.more-title {
  font-family: "arial", sans-serif;
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 2.4rem !important;
}

.need-help-container {
  display: block !important;
  padding-top: 40px;
  padding-bottom: 40px;
}

.acc-babyblue .stk-container:not(.stk--no-background), .acc-babyblue .wp-block-stackable-column.stk-block-column.stk-column.stk-block.stk-block-accordion__content {
  background-color: #daedf5;
}
.acc-babyblue .stk-block.stk-block-column.stk-column > .stk-column-wrapper {
  margin: 0 !important;
  padding-top: 0;
}
.acc-babyblue .stk-block-content h4 {
  color: #e14b26;
  font-family: "arial", sans-serif;
  padding-top: 15px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .acc-babyblue .stk-block-content h4 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .acc-babyblue .stk-block-content h4 {
    font-size: 1.7rem;
  }
}
.acc-babyblue .stk-block-content h4.weight-heavy {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .involved-blocks {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .involved-blocks .wp-block-column {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .involved-blocks .wp-block-column {
    padding: 30px;
  }
}
.involved-blocks .wp-block-column {
  background-color: #fff;
  border-radius: 6px;
}
.involved-blocks h2 {
  font-size: 2.1rem !important;
  padding-top: 10px;
  padding-bottom: 0px;
}
.involved-blocks h3 {
  font-size: 1.6rem !important;
  padding-top: 0;
}

#regional .pt-cv-content {
  font-size: 1.2rem !important;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  #regional .pt-cv-content {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}
@media (max-width: 1200px) {
  #regional .pt-cv-content {
    font-size: 1rem;
    -webkit-margin-before: 0 !important;
            margin-block-start: 0 !important;
    padding-bottom: 10px;
  }
}

.big-issues h4.pt-cv-title .pt-cv-view.iscvblock .pt-cv-content-item a, .big-issues h4.pt-cv-title.pt-cv-titlesm a {
  font-size: 1.6rem !important;
  font-family: "arial", sans-serif !important;
}
.big-issues .pt-cv-readmore {
  border-radius: 6px;
  font-family: "arial", sans-serif !important;
}
.big-issues .pt-cv-title a {
  font-family: "arial", sans-serif;
  font-size: 1.7rem !important;
  padding-top: 0;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .big-issues .pt-cv-title a {
    font-size: 1.6rem;
  }
}
.big-issues .big-one .pt-cv-content-item {
  background-color: transparent !important;
}
.big-issues .pt-cv-content-item {
  background-color: rgba(255, 255, 255, 0.768627451) !important;
  padding: 10px;
}
.big-issues .pt-cv-content {
  font-size: 1.3rem !important;
  font-family: "arial", sans-serif !important;
}
.big-issues .pt-cv-readmore:hover {
  opacity: 1 !important;
}
.big-issues h4.pt-cv-title, .big-issues h4.pt-cv-title a {
  font-size: 1.6rem !important;
  padding-top: 0;
}
.big-issues #pt-cv-view-dzdx2jf3 .pt-cv-readmore {
  font-size: 1rem !important;
}
.big-issues .pt-cv-content {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .big-issues .pt-cv-content {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}
@media (max-width: 1200px) {
  .big-issues .pt-cv-content {
    font-size: 1rem;
    -webkit-margin-before: 0 !important;
            margin-block-start: 0 !important;
    padding-bottom: 10px;
  }
}
.big-issues .pt-cv-content {
  font-size: 1.2rem !important;
}

.soft-img {
  -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);
}

.soft-block .wp-block-image img {
  -webkit-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.2) !important;
}

.soft-img {
  -webkit-box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 7px 1px rgba(0, 0, 0, 0.2);
}

.lightbox-cols .wp-block-image, .lightbox-cols h5 {
  margin-top: 0;
  margin-bottom: 0;
}

#resource-lib .cvp-live-filter.cvp-search-box, #resource-lib .cvp-live-button {
  display: inline-block;
}
#resource-lib button.btn-sm.btn-success.cvp-live-submit {
  background-color: #e14b26;
  color: #fff !important;
  font-family: "arial", sans-serif;
  margin-right: 5px;
}
#resource-lib button.btn-sm.btn-success.cvp-live-submit:hover {
  background-color: #263c82;
  color: #fff;
}
#resource-lib button.btn-sm.btn-success.cvp-live-submit {
  font-size: 1rem;
}
#resource-lib button.btn-sm.btn-danger.cvp-live-reset {
  background-color: #263c82;
  font-size: 1rem;
  color: #fff !important;
  font-family: "arial", sans-serif;
}
#resource-lib button.btn-sm.btn-danger.cvp-live-reset:hover {
  background-color: #e14b26;
  color: #fff;
}
#resource-lib h4.pt-cv-title a {
  color: #263c82;
  font-size: 1.2rem;
  font-family: "arial", sans-serif;
  font-weight: 600;
}
#resource-lib h4.pt-cv-title a:hover {
  color: #e14b26;
}
#resource-lib h4.pt-cv-title {
  padding-bottom: 0;
  padding-top: 0;
}
#resource-lib .pt-cv-href-thumbnail {
  border: 1px solid #e9e9e9;
  padding-bottom: 0;
  margin-bottom: 0;
}
#resource-lib .pt-cv-content {
  font-size: 1.1rem;
  font-family: "arial", sans-serif;
}
#resource-lib .pt-cv-content p {
  padding-top: 0;
  margin-top: 0;
}
#resource-lib .cvp-live-filter .cvp-label {
  margin-right: 5px;
}
#resource-lib .cvp-live-filter {
  font-size: 1rem;
  padding-top: 6px;
  margin-right: 5px;
}
#resource-lib .pt-cv-ifield, #resource-lib .pt-cv-content-item {
  border-radius: 20px !important;
  background-color: #fff;
  padding: 20px !important;
  -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);
}
#resource-lib .pt-cv-taxoterm a {
  color: #fff;
  font-family: "arial", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: #e14b26;
  padding: 5px;
}
#resource-lib .col-md-12.pt-cv-ctf-column {
  width: auto;
}
#resource-lib .pt-cv-custom-fields {
  color: #000;
  font-family: "arial", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 6px;
  padding: 3px;
  position: relative;
  z-index: 4;
}
#resource-lib .pt-cv-custom-fields.pt-cv-ctf-content_type {
  background-color: #99d0d5;
}
#resource-lib .pt-cv-custom-fields.pt-cv-ctf-format {
  background-color: #99bad7;
}
#resource-lib .pt-cv-ctf-list {
  position: absolute;
  margin-left: 10px;
}
#resource-lib .pt-cv-taxoterm {
  top: -5px;
}
#resource-lib .pt-cv-custom-fields {
  margin-right: 10px;
}
#resource-lib a._self.pt-cv-readmore.btn {
  background-color: #e14b26;
  font-family: "arial", sans-serif;
  text-transform: uppercase;
  border-radius: 8px;
}
#resource-lib a._self.pt-cv-readmore.btn:hover {
  background-color: #263c82;
}
#resource-lib .pt-cv-thumb-wrapper {
  border: 1px solid #e9e9e9;
}

@media (max-width: 1200px) {
  #issues-slider ol.pt-cv-carousel-indicators {
    display: none;
  }
}
@media (max-width: 1200px) {
  #issues-slider .pt-cv-view {
    margin-bottom: 0 !important;
  }
}
#issues-slider .pt-cv-thumb-wrapper {
  -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);
}

#impact-slider .pt-cv-thumb-wrapper {
  -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);
}

body.category-current-newsletter .news-content img, body.category-newsletter .news-content img, body.single main img {
  /* Your styles here */
  -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);
}

body.category-current-newsletter .news-content .noshadow img, body.category-newsletter .noshadow img, body.single .noshadow img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.pt-cv-thumb-wrapper.pull-left, .pt-cv-thumb-wrapper.pull-right {
  -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);
}

.sgl-bgrnd {
  -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);
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
}

ul.wp-block-social-links.has-large-icon-size.is-style-logos-only.social-colour a.wp-block-social-link-anchor {
  font-size: 2rem;
}

footer .wp-block-columns-is-layout-flex {
  gap: 20px !important;
}
footer h5 {
  font-size: 1rem;
  line-height: 1.4rem;
}
@media (max-width: 1200px) {
  footer h5 {
    font-weight: 400;
  }
}
footer li.wp-block-navigation-item.wp-block-navigation-link {
  font-size: 1.1rem;
  padding-right: 20px;
}
footer h4.byline {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.3rem;
  font-family: "arial", sans-serif;
  font-weight: 700;
}
@media (max-width: 1200px) {
  footer h4.byline {
    padding-top: 40px;
    font-weight: 400;
    font-size: 1.2rem;
  }
}
footer h4.byline::before {
  content: "";
  width: 16px;
  height: 17px;
  background: url(../../images/mts-canflag.svg) no-repeat;
  display: inline-block;
  margin-right: 7px;
  top: 10px;
}
footer h4.byline::after {
  content: "";
  width: 16px;
  height: 17px;
  background: url(../../images/mts-canflag.svg) no-repeat;
  display: inline-block;
  margin-left: 7px;
  top: 10px;
}
footer .comm-block {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 20px;
}
footer .comm-block {
  background-color: #fff;
  height: 100%;
}
footer .comm-block:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer .comm-block h3 {
  font-family: "arial", sans-serif;
  padding: 10px 0;
  font-weight: 700;
  color: #263c82;
  font-size: 1.6rem;
}
footer .comm-block h3 a {
  text-decoration: none;
}
footer .comm-block h6 {
  font-weight: 400;
}
footer .comm-block h6 a {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .footer-blocks {
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .footer-blocks {
    background: #e1e1e1;
  }
}

header {
  z-index: 999;
}

@media (min-width: 980px) {
  .util .stk-button-group .stk-block {
    margin-top: 8px;
  }
}
.util .mts-group-contain90.wp-block-group {
  padding-top: 0;
  padding-bottom: 0;
}
.util .btn-white .wp-block-button__link {
  color: #263c82 !important;
}
.util .btn-white .wp-block-button__link:hover {
  color: #fff !important;
}
.util .wp-block-buttons > .wp-block-button {
  font-size: 1rem;
  margin-right: 5px;
  margin-top: 5px !important;
}
@media (max-width: 1200px) {
  .util .wp-block-buttons > .wp-block-button {
    margin-bottom: 5px;
  }
}
.util .wp-block-button__link {
  margin-top: 0;
  padding-top: 0.2rem;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.util h4.byline {
  padding-top: 0;
  font-size: 1rem;
  font-family: "arial", sans-serif;
  font-weight: 700;
  margin-left: 18px;
}
.util h4.byline::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/mts-canflag.svg) no-repeat;
  display: inline-block;
  margin-left: -18px;
  top: 10px;
}
.util h4.byline::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../../images/mts-canflag.svg) no-repeat;
  display: inline-block;
  margin-left: 3px;
  top: 10px;
}

@media (min-width: 1200px) {
  .quicklinks {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .quicklinks a.wp-block-navigation-item__content {
    margin: 0 8px;
  }
}
@media (min-width: 1200px) {
  .quicklinks a.wp-block-navigation-item__content {
    margin: 5px 10px;
  }
}
.quicklinks a.wp-block-navigation-item__content {
  text-decoration: none;
}
.quicklinks span.wp-block-navigation-item__label {
  color: #e14b26;
}
@media (min-width: 1200px) {
  .quicklinks span.wp-block-navigation-item__label {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .quicklinks span.wp-block-navigation-item__label {
    font-size: 1.2rem;
  }
}
.quicklinks span.wp-block-navigation-item__label {
  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;
}
.quicklinks span.wp-block-navigation-item__label:hover {
  color: #0084CC !important;
}

/* border: 2px solid #000; */
select.gt_selector.notranslate {
  border-radius: 8px;
  width: 90px;
  padding: 5px 4px 4px 3px;
  margin-bottom: 2px !important;
  border: none;
  margin-right: 5px;
  margin-bottom: 5px !important;
  /* color: #f8f8; */
  text-transform: uppercase;
  font-family: "arial", sans-serif;
  color: #263c82;
  font-weight: 700;
}

form.mega-search.expand-to-left.mega-search-open input[type=text] {
  color: #263c82;
  width: 200px;
  margin: 0;
  min-height: 0;
  font-size: 1.1rem;
  border: 2px solid #e14b26 !important;
  padding: 0px 30px 0 5px;
  height: 30px;
  border: 0;
  line-height: 30px;
  -webkit-transition: width 0.6s, background-color 0.6s, color 1s;
  transition: width 0.6s, background-color 0.6s, color 1s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  vertical-align: top;
}

:root :where(.wp-block-search .wp-element-button, .wp-block-search .wp-block-button__link), :root :where(.wp-block-search .wp-element-button:hover, .wp-block-search .wp-block-button__link:hover) {
  background-color: #e14b26;
  color: #fff !important;
  margin-top: 15px;
  font-family: "arial", sans-serif;
}
:root :where(.wp-block-search .wp-element-button, .wp-block-search .wp-block-button__link):hover, :root :where(.wp-block-search .wp-element-button:hover, .wp-block-search .wp-block-button__link:hover):hover {
  background-color: #263c82;
  color: #fff;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
  padding: 0 5px 0 0;
}

@media (min-width: 1200px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #263c82;
  }
}
.bg-grey {
  background: #e8e8eb;
}
@media (max-width: 1200px) {
  .bg-grey.white-tiles {
    background: #fff;
  }
}

.bg-lit-grey {
  background: #f5f5f5;
}

.bg-mid-grey {
  background: #e1e1e1;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-black-trans {
  background: rgba(0, 0, 0, 0.7);
}

.bg-dark {
  background-color: #1f2129;
}
.bg-dark p, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
  color: #fff !important;
}

.bg-teal {
  background-color: #008996;
}
.bg-teal p, .bg-teal h1, .bg-teal h2, .bg-teal h3, .bg-teal h4, .bg-teal h5, .bg-teal h6 {
  color: #fff !important;
}

.bg-gradient-blue-purple {
  background: rgb(27, 35, 50);
  background: -webkit-gradient(linear, left top, right top, from(rgb(27, 35, 50)), to(rgb(114, 84, 112)));
  background: linear-gradient(90deg, rgb(27, 35, 50) 0%, rgb(114, 84, 112) 100%);
}

.bg-green {
  background: #009977;
}
.bg-green p, .bg-green h1, .bg-green h2, .bg-green h3, .bg-green h4, .bg-green h5, .bg-green h6 {
  color: #fff;
}

.bg-yellow {
  background: #EDE7BE;
}

.bg-orange {
  background: #e14b26;
}
.bg-orange .btn-blue .wp-block-button__link:hover {
  background-color: #fff;
  color: #263c82 !important;
}

.bg-purple {
  background: #725470;
}
.bg-purple a {
  color: #EDE7BE;
}

.bg-babyblue {
  background-color: #daedf5;
}
@media (max-width: 1200px) {
  .bg-babyblue.white-tiles {
    background: #fff;
  }
}

.bg-blue {
  background-color: #263c82;
}
.bg-blue p, .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6, .bg-blue li {
  color: #fff;
}

.bg-softblue {
  background: #d4dce8;
}

.bg-charcoal {
  background: #718199;
}

.bg-green {
  background-color: #369780;
}

.fadeout-bg {
  -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;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.bg-navy {
  background: #1b2332;
}

h1.col-green, h2.col-green, h3.col-green, h4.col-green, h5.col-green, h6.col-green, p.col-green {
  color: #009977 !important;
}
h1.col-orange, h2.col-orange, h3.col-orange, h4.col-orange, h5.col-orange, h6.col-orange, p.col-orange {
  color: #e14b26 !important;
}
h1.col-white, h2.col-white, h3.col-white, h4.col-white, h5.col-white, h6.col-white, p.col-white {
  color: #fff !important;
}
h1.col-blue, h2.col-blue, h3.col-blue, h4.col-blue, h5.col-blue, h6.col-blue, p.col-blue {
  color: #263c82 !important;
}
h1.col-black, h2.col-black, h3.col-black, h4.col-black, h5.col-black, h6.col-black, p.col-black {
  color: #000 !important;
}
h1.col-babyblue, h2.col-babyblue, h3.col-babyblue, h4.col-babyblue, h5.col-babyblue, h6.col-babyblue, p.col-babyblue {
  color: #daedf5 !important;
}
h1.col-teal, h2.col-teal, h3.col-teal, h4.col-teal, h5.col-teal, h6.col-teal, p.col-teal {
  color: #0084CC !important;
}

.col-blue h1, .col-blue h2, .col-blue h3, .col-blue h4, .col-blue h5, .col-blue h6, .col-blue p {
  color: #263c82 !important;
}

.col-teal h1, .col-teal h2, .col-teal h3, .col-teal h4, .col-teal h5, .col-teal h6, .col-teal p {
  color: #0084CC !important;
}

@media (max-width: 1200px) {
  .infographics .img-100 {
    max-width: 250px;
  }
}
@media (max-width: 1200px) {
  .infographics .wp-block-columns {
    gap: 15px;
  }
}
.infographics.big-orange .wp-block-stackable-count-up.stk-block-count-up.stk-block {
  margin-bottom: 0;
}
.infographics.big-orange .stk-block-count-up__text.stk--count-up-active {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .infographics.big-orange .stk-block-count-up__text.stk--count-up-active {
    font-size: 3.1rem;
  }
}
.infographics.big-orange .stk-block-count-up__text.stk--count-up-active {
  color: #e14b26;
  font-family: "stone_sansbold";
  font-weight: 800;
}

.border-radius.all-20 {
  border-radius: 20px;
}
.border-radius.all-8 {
  border-radius: 8px;
}

.bg-black-trans.opacity-4 {
  background: rgba(0, 0, 0, 0.4);
}
.bg-black-trans.opacity-3 {
  background: rgba(0, 0, 0, 0.3);
}
.bg-black-trans.opacity-2 {
  background: rgba(0, 0, 0, 0.2);
}

.pad-inside-radius.all-20 {
  padding: 20px;
}
.pad-inside-radius.all-30 {
  padding: 30px;
}
.pad-inside-radius.all-40 {
  padding: 40px;
}

.custom-popup h3 {
  font-size: 1.1rem !important;
  text-transform: uppercase;
  color: #263c82;
  font-weight: 700;
  font-family: "arial", sans-serif;
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.custom-popup h3::before {
  content: url(../../images/email.svg);
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 0;
  padding-right: 5px;
  fill: #e14b26;
}
.custom-popup h3 a {
  color: #263c82;
  text-decoration: none;
  text-transform: uppercase;
}
.custom-popup h3 a:visited {
  color: #263c82;
}
.custom-popup h3 a:hover {
  color: #e14b26;
  text-decoration: none;
}
.custom-popup h4 {
  font-size: 1.1rem !important;
  color: #263c82;
  font-weight: 700;
  font-family: "arial", sans-serif;
  padding-top: 5px !important;
  text-transform: uppercase;
  margin-top: 0px !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
}
.custom-popup h4 a {
  padding-left: 25px;
  color: #263c82;
  text-decoration: none;
}
.custom-popup h4 a::before {
  content: url(../../images/icon-globe-or.svg);
  width: 22px;
  height: 22px;
  /* display: inline-block; */
  margin-left: -25px !important;
  padding-right: 5px;
  position: absolute;
  /* top: 0; */
  margin-top: -2px;
  fill: #e14b26;
}
.custom-popup h4 a::before:hover {
  content: url(../../images/icon-globe-bl.svg);
}
.custom-popup h4 a:visited {
  color: #263c82;
}
.custom-popup h4 a:hover {
  color: #e14b26;
  text-decoration: none;
}
.custom-popup p.address {
  font-size: 0.9rem;
  color: #263c82;
  font-family: "arial", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.custom-popup .offer {
  font-size: 0.9rem;
  color: #686a71;
  font-weight: 600;
  line-height: 1.4;
}

.gfield.form_stn-addy, .gform_confirmation_message {
  font-size: 1.1rem;
  font-family: "arial", sans-serif;
  color: #263c82;
}

.gform-theme--foundation .gform_fields {
  row-gap: 10px;
}

header {
  position: relative;
}

#news-story h3 {
  padding-bottom: 20px;
}
#news-story p {
  color: #000;
}

#news-resources .pt-cv-view {
  margin-top: 20px;
  border-radius: 10px;
}
#news-resources .pt-cv-ifield {
  border-radius: 12px;
  background: #fff;
  padding: 20px !important;
  color: #000;
  -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);
}
#news-resources .pt-cv-readmore {
  background-color: #e14b26;
  color: #fff !important;
  margin-top: 15px;
  font-family: "arial", sans-serif;
}
#news-resources .pt-cv-readmore:hover {
  background-color: #263c82;
  color: #fff;
}
#news-resources .pt-cv-readmore {
  border-radius: 6px;
  font-size: 1.2rem !important;
}
#news-resources .pt-cv-content {
  color: #000 !important;
  font-size: 1.2rem !important;
}
#news-resources h4.pt-cv-title a {
  font-family: "arial", sans-serif;
  text-transform: none !important;
  font-size: 1.7rem !important;
  padding-top: 0;
  color: #263c82;
  font-weight: 600;
}
@media (max-width: 1200px) {
  #news-resources h4.pt-cv-title a {
    font-size: 1.6rem;
  }
}
#news-resources .callout-box h3, #news-resources .callout-box h4 {
  color: #fff !important;
}
#news-resources .callout-box h4 {
  text-transform: none !important;
  font-weight: 600 !important;
}
#news-resources .callout-box.green {
  background: linear-gradient(165deg, rgb(0, 137, 150) 6%, rgb(209, 183, 65) 100%);
}
#news-resources .callout-box.orange {
  background: linear-gradient(165deg, rgb(225, 75, 38) 22%, rgb(253, 187, 45) 100%);
}
#news-resources .callout-box.blue {
  background: linear-gradient(165deg, rgb(38, 60, 130) 23%, rgb(133, 210, 255) 100%);
}
#news-resources .callout-box {
  padding: 10px 20px;
  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);
}

.pt-cv-readmore:focus,
.pt-cv-readmore:hover {
  opacity: 1 !important;
}

#news-head .date-block {
  background-color: #e14b26;
  display: inline-block;
  padding: 0 15px;
  margin: 10px auto !important;
  text-align: center;
}
#news-head p {
  padding: 0 3px;
}
#news-head h5 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px 0;
}
#news-head h5 a:hover {
  color: #263c82;
  text-decoration: underline;
}

body.single ul.wp-block-list {
  padding-bottom: 15px;
}
@media (max-width: 480px) {
  body.single figure.wp-block-image.alignright,
  body.single figure.wp-block-image.alignleft {
    padding: 20px;
    float: none !important;
  }
  body.single figure.wp-block-image.alignright img,
  body.single figure.wp-block-image.alignleft img {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  body.single figure.wp-block-image.alignright,
  body.single figure.wp-block-image.alignleft {
    padding: 0px 20px 20px 20px;
  }
}
body.single figcaption.wp-element-caption {
  font-size: 1.1rem;
  color: #263c82;
  font-weight: 800;
}
@media (min-width: 1200px) {
  body.single figcaption.wp-element-caption {
    padding: 10px 20px 20px;
  }
}
@media (max-width: 1200px) {
  body.single .img-100 figcaption.wp-element-caption {
    padding: 10px 20px 0px;
    margin: 0 0 0px 0;
  }
}
@media (min-width: 1200px) {
  body.single .img-100 figcaption.wp-element-caption {
    padding: 10px 20px 20px;
    margin: 0 0 20px 0;
  }
}

.news-content .wp-block-image:not(.left-col .wp-block-image) {
  padding: 20px;
}
.news-content p.text-btn a {
  color: #e14b26;
}
@media (min-width: 1200px) {
  .news-content p.text-btn a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .news-content p.text-btn a {
    font-size: 1.2rem;
  }
}
.news-content p.text-btn 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;
}
.news-content p.text-btn a:hover {
  color: #0084CC !important;
}
.news-content h2 {
  color: #263c82;
  padding-bottom: 0;
}
.news-content h3 {
  padding-top: 5px;
  color: #e14b26;
}
.news-content h4 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-bottom: 10px;
}
.news-content .news-toc ul {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 480px) {
  .news-content .news-toc ul {
    padding-left: 5px;
  }
}
@media (max-width: 480px) {
  .news-content .news-toc ul li {
    padding: 5px 0 0px 20px !important;
  }
}
.news-content .news-toc ul li {
  font-size: 1rem;
}
.news-content .news-toc > ul {
  list-style: none;
  padding-top: 10px;
}
.news-content .news-toc > ul > li {
  background-image: url("../../images/triangle.svg");
  background-position: 0 0.7rem;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  padding-left: 1.4rem;
  margin-left: 10px;
  font-size: 1.3rem;
}
.news-content .news-toc > ul > li a {
  color: #263c82;
}
.news-content .news-toc > ul > li a:hover {
  color: #e14b26;
  text-decoration: underline;
}
.news-content .full-blue {
  background-color: #263c82;
}
.news-content .full-blue .focus-article {
  padding: 30px;
}
.news-content .full-blue h3 {
  color: #fff;
}
.news-content .full-blue p {
  margin-top: 15px;
  font-size: 1.2rem;
  color: #fff;
}

#news-events h4, #news-events p {
  color: #fff;
}
#news-events h4 a {
  text-decoration: none;
  color: #fff;
}
#news-events h4 a:hover {
  color: #e14b26;
}
#news-events .station p {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
#news-events h6.ev-time {
  text-transform: uppercase;
  color: #fff;
}
#news-events .ev {
  padding: 20px 0;
  border-bottom: 2px solid #fff;
}
#news-events .ev.first {
  padding-top: 40px;
}
#news-events .ev.last {
  border-bottom: none !important;
  padding-bottom: 40px;
}
#news-events .ev-title {
  border-right: 2px solid #fff;
  margin-right: 15px;
  padding-right: 15px;
}
#news-events .ev-info {
  width: 80%;
}
#news-events h2 {
  color: #fff;
}

#news-announce p a {
  color: #e14b26 !important;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: underline !important;
  background-color: transparent;
  margin: 0;
  padding: 0;
  text-decoration-thickness: 2px !important;
}
#news-announce p a:hover {
  color: #0084CC !important;
}
#news-announce h4 a {
  text-decoration: none;
}
#news-announce h4 a:hover {
  color: #0084CC;
}
#news-announce .crowd p {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
#news-announce h6.ev-time {
  text-transform: uppercase;
}
#news-announce .ev {
  padding: 20px 0;
}
#news-announce .ev.first {
  padding-top: 40px;
}
#news-announce .ev.last {
  border-bottom: none !important;
  padding-bottom: 40px;
}
#news-announce .ev-title {
  border-right: 2px solid #fff;
  margin-right: 15px;
  padding-right: 15px;
}
#news-announce .ev-info {
  width: 80%;
}
#news-announce h2 {
  color: #fff;
}

.add-shadow {
  -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);
}

.wp-block-group {
  clear: both;
}

@media (max-width: 1200px) {
  #current-news .pt-cv-content-item {
    padding-bottom: 0 !important;
  }
}

@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: "arial", 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: "arial", 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: #263c82 !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: #263c82 !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: "arial", 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: "arial", 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: #263c82;
  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: "arial", sans-serif;
}
input#gform_submit_button_4:hover, input#gform_submit_button_5:hover {
  background-color: #263c82;
  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: #263c82;
}
.full-form-cols .donate-fact h2 {
  color: #e14b26;
  padding-bottom: 0;
  padding-top: 10px;
}
.full-form-cols .donate-fact .wavy {
  padding: 10px 0;
}

body.single-event h3.em-item-title, body.single-event h3.em-item-title a, body.page-events h3.em-item-title, body.page-events h3.em-item-title a {
  font-family: "arial", sans-serif;
  padding-top: 0;
  font-weight: 600;
}
@media (max-width: 1200px) {
  body.single-event h3.em-item-title, body.single-event h3.em-item-title a, body.page-events h3.em-item-title, body.page-events h3.em-item-title a {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  body.single-event h3.em-item-title.desk-size, body.single-event h3.em-item-title a.desk-size, body.page-events h3.em-item-title.desk-size, body.page-events h3.em-item-title a.desk-size {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  body.single-event h3.em-item-title, body.single-event h3.em-item-title a, body.page-events h3.em-item-title, body.page-events h3.em-item-title a {
    font-size: 2.2rem;
  }
}
body.single-event h3.em-item-title, body.single-event h3.em-item-title a, body.page-events h3.em-item-title, body.page-events h3.em-item-title a {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}
@media (max-width: 1200px) {
  body.single-event h3.em-item-title, body.single-event h3.em-item-title a, body.page-events h3.em-item-title, body.page-events h3.em-item-title a {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 1200px) {
  body.single-event h3.em-item-title, body.single-event h3.em-item-title a, body.page-events h3.em-item-title, body.page-events h3.em-item-title a {
    font-size: 1.9rem !important;
  }
}
body.single-event h3.em-item-title, body.single-event h3.em-item-title a, body.page-events h3.em-item-title, body.page-events h3.em-item-title a {
  color: #263c82 !important;
  text-transform: capitalize;
}
body.single-event h3.em-item-title:hover, body.single-event h3.em-item-title a:hover, body.page-events h3.em-item-title:hover, body.page-events h3.em-item-title a:hover {
  color: #e14b26 !important;
}
body.single-event .em.em-list .em-item, body.page-events .em.em-list .em-item {
  color: #000;
  padding-top: 0;
  font-family: "arial", sans-serif;
}
body.single-event .em-item-meta-line.em-event-date.em-event-meta-datetime, body.single-event .em.em-item .em-item-meta .em-item-meta-line, body.single-event .em.em-list .em-item .em-item-meta .em-item-meta-line, body.single-event .em.em-list-widget .em-item .em-item-meta .em-item-meta-line, body.page-events .em-item-meta-line.em-event-date.em-event-meta-datetime, body.page-events .em.em-item .em-item-meta .em-item-meta-line, body.page-events .em.em-list .em-item .em-item-meta .em-item-meta-line, body.page-events .em.em-list-widget .em-item .em-item-meta .em-item-meta-line {
  font-size: 1.2rem;
  font-family: "arial", sans-serif;
  color: #1b2332;
}
body.single-event .em-event-meta.em-item-meta, body.page-events .em-event-meta.em-item-meta {
  padding-top: 15px;
  font-family: "arial", sans-serif;
}
body.single-event .em-item-desc, body.page-events .em-item-desc {
  font-size: 1.3rem !important;
  font-family: "arial", sans-serif;
}
body.single-event a.em-item-read-more.button, body.page-events a.em-item-read-more.button {
  background-color: #e14b26;
  color: #fff !important;
  margin-top: 15px;
  font-family: "arial", sans-serif;
}
body.single-event a.em-item-read-more.button:hover, body.page-events a.em-item-read-more.button:hover {
  background-color: #263c82;
  color: #fff;
}
body.single-event a.em-item-read-more.button, body.page-events a.em-item-read-more.button {
  text-decoration: none;
  border-radius: 8px;
  padding: 10px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  body.single-event a.em-item-read-more.button, body.page-events a.em-item-read-more.button {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  body.single-event a.em-item-read-more.button, body.page-events a.em-item-read-more.button {
    font-size: 1.2rem;
  }
}
body.single-event .em-item-meta-line.em-event-location a, body.single-event .em.em-item .em-item-meta .em-item-meta-line a, body.single-event .em.em-list .em-item .em-item-meta .em-item-meta-line a, body.single-event .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a, body.page-events .em-item-meta-line.em-event-location a, body.page-events .em.em-item .em-item-meta .em-item-meta-line a, body.page-events .em.em-list .em-item .em-item-meta .em-item-meta-line a, body.page-events .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a {
  color: #e14b26;
}
@media (min-width: 1200px) {
  body.single-event .em-item-meta-line.em-event-location a, body.single-event .em.em-item .em-item-meta .em-item-meta-line a, body.single-event .em.em-list .em-item .em-item-meta .em-item-meta-line a, body.single-event .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a, body.page-events .em-item-meta-line.em-event-location a, body.page-events .em.em-item .em-item-meta .em-item-meta-line a, body.page-events .em.em-list .em-item .em-item-meta .em-item-meta-line a, body.page-events .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  body.single-event .em-item-meta-line.em-event-location a, body.single-event .em.em-item .em-item-meta .em-item-meta-line a, body.single-event .em.em-list .em-item .em-item-meta .em-item-meta-line a, body.single-event .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a, body.page-events .em-item-meta-line.em-event-location a, body.page-events .em.em-item .em-item-meta .em-item-meta-line a, body.page-events .em.em-list .em-item .em-item-meta .em-item-meta-line a, body.page-events .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a {
    font-size: 1.2rem;
  }
}
body.single-event .em-item-meta-line.em-event-location a, body.single-event .em.em-item .em-item-meta .em-item-meta-line a, body.single-event .em.em-list .em-item .em-item-meta .em-item-meta-line a, body.single-event .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a, body.page-events .em-item-meta-line.em-event-location a, body.page-events .em.em-item .em-item-meta .em-item-meta-line a, body.page-events .em.em-list .em-item .em-item-meta .em-item-meta-line a, body.page-events .em.em-list-widget .em-item .em-item-meta .em-item-meta-line 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;
}
body.single-event .em-item-meta-line.em-event-location a:hover, body.single-event .em.em-item .em-item-meta .em-item-meta-line a:hover, body.single-event .em.em-list .em-item .em-item-meta .em-item-meta-line a:hover, body.single-event .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a:hover, body.page-events .em-item-meta-line.em-event-location a:hover, body.page-events .em.em-item .em-item-meta .em-item-meta-line a:hover, body.page-events .em.em-list .em-item .em-item-meta .em-item-meta-line a:hover, body.page-events .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a:hover {
  color: #0084CC !important;
}
body.single-event .em-item-meta-line.em-event-location a, body.single-event .em.em-item .em-item-meta .em-item-meta-line a, body.single-event .em.em-list .em-item .em-item-meta .em-item-meta-line a, body.single-event .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a, body.page-events .em-item-meta-line.em-event-location a, body.page-events .em.em-item .em-item-meta .em-item-meta-line a, body.page-events .em.em-list .em-item .em-item-meta .em-item-meta-line a, body.page-events .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a {
  font-style: normal !important;
  color: #e14b26 !important;
}
body.single-event br, body.page-events br {
  margin-bottom: 10px !important;
}
body.single-event .em-event.em-item, body.page-events .em-event.em-item {
  --default-border: transparent!important;
}
body.single-event .em.em-item.em-item-single .em-item-image img, body.page-events .em.em-item.em-item-single .em-item-image img {
  border: none;
}
body.single-event .em.em-item.em-item-single .em-item-image img, body.page-events .em.em-item.em-item-single .em-item-image img {
  padding-left: 0important;
}
body.single-event .em.em-item.em-item-single .em-item-meta h3, body.page-events .em.em-item.em-item-single .em-item-meta h3 {
  text-transform: none !important;
  font-family: "arial", sans-serif;
  padding-top: 0;
  font-weight: 600;
}
@media (max-width: 1200px) {
  body.single-event .em.em-item.em-item-single .em-item-meta h3, body.page-events .em.em-item.em-item-single .em-item-meta h3 {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  body.single-event .em.em-item.em-item-single .em-item-meta h3.desk-size, body.page-events .em.em-item.em-item-single .em-item-meta h3.desk-size {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  body.single-event .em.em-item.em-item-single .em-item-meta h3, body.page-events .em.em-item.em-item-single .em-item-meta h3 {
    font-size: 2.2rem;
  }
}
body.single-event .em.em-item.em-item-single .em-item-meta h3, body.page-events .em.em-item.em-item-single .em-item-meta h3 {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}
@media (max-width: 1200px) {
  body.single-event .em.em-item.em-item-single .em-item-meta h3, body.page-events .em.em-item.em-item-single .em-item-meta h3 {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 1200px) {
  body.single-event .em.em-item.em-item-single .em-item-meta h3, body.page-events .em.em-item.em-item-single .em-item-meta h3 {
    font-size: 1.9rem !important;
  }
}
body.single-event .em.em-item.em-item-single .em-item-meta h3, body.page-events .em.em-item.em-item-single .em-item-meta h3 {
  color: #263c82 !important;
  margin-top: 0;
}
body.single-event .em.em-item.em-item-single .em-item-meta, body.page-events .em.em-item.em-item-single .em-item-meta {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
body.single-event section.em-event-where h3, body.page-events section.em-event-where h3 {
  font-family: "arial", sans-serif;
  padding-top: 0;
  font-weight: 600;
}
@media (max-width: 1200px) {
  body.single-event section.em-event-where h3, body.page-events section.em-event-where h3 {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  body.single-event section.em-event-where h3.desk-size, body.page-events section.em-event-where h3.desk-size {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  body.single-event section.em-event-where h3, body.page-events section.em-event-where h3 {
    font-size: 2.2rem;
  }
}
body.single-event section.em-event-where h3, body.page-events section.em-event-where h3 {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
  font-size: 1.9rem !important;
  color: #263c82 !important;
  margin-top: 0;
}
body.single-event .em button.input.em-tooltip-ddm, body.page-events .em button.input.em-tooltip-ddm {
  font-family: "arial", sans-serif;
  text-transform: uppercase;
}
body.single-event .em button.input.em-event-add-to-calendar, body.page-events .em button.input.em-event-add-to-calendar {
  padding-left: 0 !important;
}
body.single-event .single-event .wp-block-columns, body.page-events .single-event .wp-block-columns {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
body.single-event .single-event h3, body.page-events .single-event h3 {
  color: #e14b26 !important;
}
body.single-event .single-event p, body.single-event .single-event li, body.page-events .single-event p, body.page-events .single-event li {
  padding-top: 0 !important;
}
body.single-event .location-link, body.page-events .location-link {
  padding-bottom: 10px;
}
body.single-event .location-deets, body.page-events .location-deets {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  body.single-event .side-panel, body.page-events .side-panel {
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 15px;
    -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);
  }
}
body.single-event .side-panel .em-item-meta-line.em-event-location, body.page-events .side-panel .em-item-meta-line.em-event-location {
  line-height: 1.7rem;
}
body.single-event .em.em-list .em-item .em-item-info .em-item-meta > div, body.page-events .em.em-list .em-item .em-item-info .em-item-meta > div {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 1200px) {
  body.single-event .em.em-list.size-small .em-item, body.single-event .em.em-list.em-grid .em-item, body.page-events .em.em-list.size-small .em-item, body.page-events .em.em-list.em-grid .em-item {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 !important;
  }
}
@media (max-width: 1200px) {
  body.single-event .em.em-list.size-small .em-item, body.single-event .em.em-list.em-grid .em-item, body.page-events .em.em-list.size-small .em-item, body.page-events .em.em-list.em-grid .em-item {
    border: none;
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  body.single-event .list-event-container, body.page-events .list-event-container {
    -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);
  }
}
@media (min-width: 1200px) {
  body.single-event .list-event-container .em-item-image img, body.page-events .list-event-container .em-item-image 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);
  }
}
body.single-event .list-event-container .em-item-image img, body.page-events .list-event-container .em-item-image img {
  padding: 0px !important;
}
@media (min-width: 1200px) {
  body.single-event .list-event-container, body.page-events .list-event-container {
    background-color: #f3f3f3;
    border-radius: 15px;
    padding: 20px;
  }
}
body.single-event .em .em-search-advanced, body.single-event .em.em-search, body.single-event .em.em-search-advanced, body.page-events .em .em-search-advanced, body.page-events .em.em-search, body.page-events .em.em-search-advanced {
  border-radius: 15px;
}
body.single-event .em .em-search-advanced .em-search-main.em-search-main-bar, body.single-event .em.em-search .em-search-main.em-search-main-bar, body.single-event .em.em-search-advanced .em-search-main.em-search-main-bar, body.page-events .em .em-search-advanced .em-search-main.em-search-main-bar, body.page-events .em.em-search .em-search-main.em-search-main-bar, body.page-events .em.em-search-advanced .em-search-main.em-search-main-bar {
  border: none;
}
body.single-event .em .em-search-advanced .em-search-main.em-search-main-bar, body.single-event .em.em-search .em-search-main.em-search-main-bar, body.single-event .em.em-search-advanced .em-search-main.em-search-main-bar, body.page-events .em .em-search-advanced .em-search-main.em-search-main-bar, body.page-events .em.em-search .em-search-main.em-search-main-bar, body.page-events .em.em-search-advanced .em-search-main.em-search-main-bar {
  width: 95%;
}
body.single-event .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-field input, body.single-event .em.em-search .em-search-main.em-search-main-bar > .em-search-field input, body.single-event .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-field input, body.page-events .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-field input, body.page-events .em.em-search .em-search-main.em-search-main-bar > .em-search-field input, body.page-events .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-field input {
  padding: 10px 0;
}
body.single-event input.em-search-text, body.page-events input.em-search-text {
  width: 90%;
}
@media (min-width: 1200px) {
  body.single-event .em.em-search-advanced, body.page-events .em.em-search-advanced {
    -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);
  }
}
@media (min-width: 1200px) {
  body.single-event .em .em-search-advanced, body.single-event .em.em-search, body.single-event .em.em-search-advanced, body.page-events .em .em-search-advanced, body.page-events .em.em-search, body.page-events .em.em-search-advanced {
    background-color: #f3f3f3;
  }
}
body.single-event button.em-search-submit.button-primary, body.page-events button.em-search-submit.button-primary {
  background-color: #e14b26;
  color: #fff !important;
  margin-top: 15px;
  font-family: "arial", sans-serif;
}
body.single-event button.em-search-submit.button-primary:hover, body.page-events button.em-search-submit.button-primary:hover {
  background-color: #263c82;
  color: #fff;
}
body.single-event button.em-search-submit.button-primary, body.page-events button.em-search-submit.button-primary {
  border-radius: 5px;
  color: #fff !important;
  font-size: 1.1rem;
  text-transform: uppercase !important;
  border: none;
  cursor: pointer;
}
body.single-event button.em-search-submit.button-primary:hover, body.page-events button.em-search-submit.button-primary:hover {
  background-color: #263c82;
}
body.single-event .em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div, body.page-events .em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div {
  background-color: #263c82;
  border: 1px solid #263c82;
}
body.single-event .em.em-calendar section.em-cal-days, body.page-events .em.em-calendar section.em-cal-days {
  font-size: 1.1rem;
  font-family: "arial", sans-serif;
}
body.single-event input.em-month-picker.flatpickr-input.select-toggle, body.page-events input.em-month-picker.flatpickr-input.select-toggle {
  font-family: "arial", sans-serif;
  color: #263c82;
}
body.single-event input.em-month-picker.flatpickr-input.select-toggle.active, body.page-events input.em-month-picker.flatpickr-input.select-toggle.active {
  color: #e14b26;
}
body.single-event a.em-calnav-today.button.button-secondary.size-large.size-medium.is-today, body.page-events a.em-calnav-today.button.button-secondary.size-large.size-medium.is-today {
  font-size: 1.2rem;
  color: #263c82;
  font-family: "arial", sans-serif;
}
body.single-event a.em-calnav-today.button.button-secondary.size-large.size-medium.is-today:visited, body.page-events a.em-calnav-today.button.button-secondary.size-large.size-medium.is-today:visited {
  color: #263c82;
}
body.single-event h4.event-list-cat, body.page-events h4.event-list-cat {
  padding-top: 5px;
  margin: 0;
  text-transform: uppercase;
  color: #263c82;
  font-weight: 700;
  font-size: 1.2rem;
}
body.single-event .event-list-cat ul.event-categories, body.page-events .event-list-cat ul.event-categories {
  padding: 5px 0 0 0;
  list-style-type: none;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-weight: 600;
  display: inline-block;
}
body.single-event .event-list-cat ul.event-categories li a, body.page-events .event-list-cat ul.event-categories li a {
  font-weight: 700;
}
body.single-event .event-list-cat ul.event-categories li a:hover, body.page-events .event-list-cat ul.event-categories li a:hover {
  color: #e14b26;
  text-decoration: underline;
}
body.single-event .event-list-cat ul.event-categories li, body.page-events .event-list-cat ul.event-categories li {
  padding: 0;
}
body.single-event .event-list-cat p, body.single-event .event-list-cat li, body.single-event .event-list-cat a, body.page-events .event-list-cat p, body.page-events .event-list-cat li, body.page-events .event-list-cat a {
  color: #263c82;
  font-size: 1.2rem;
}
body.single-event section.em-search-section-location.em-search-advanced-section, body.page-events section.em-search-section-location.em-search-advanced-section {
  display: none;
}
body.single-event section.em-search-section-categories.em-search-advanced-section header, body.single-event section.em-search-advanced-sections.input.em-search-advanced-style-headings header, body.single-event section.em-search-main.em-search-advanced-main-sections header, body.page-events section.em-search-section-categories.em-search-advanced-section header, body.page-events section.em-search-advanced-sections.input.em-search-advanced-style-headings header, body.page-events section.em-search-main.em-search-advanced-main-sections header {
  display: none;
}
body.single-event section.em-search-section-categories.em-search-advanced-section, body.single-event section.em-search-advanced-sections.input.em-search-advanced-style-headings, body.single-event section.em-search-main.em-search-advanced-main-sections, body.page-events section.em-search-section-categories.em-search-advanced-section, body.page-events section.em-search-advanced-sections.input.em-search-advanced-style-headings, body.page-events section.em-search-main.em-search-advanced-main-sections {
  display: inline-block !important;
}
body.single-event .em .em-search-advanced .em-search-main input.em-search-scope, body.single-event .em.em-search .em-search-main input.em-search-scope, body.single-event .em.em-search-advanced .em-search-main input.em-search-scope, body.page-events .em .em-search-advanced .em-search-main input.em-search-scope, body.page-events .em.em-search .em-search-main input.em-search-scope, body.page-events .em.em-search-advanced .em-search-main input.em-search-scope {
  display: inline-block !important;
}
body.single-event .em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder, body.page-events .em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder {
  width: 240px;
}
body.single-event .em.em-search-advanced.em-search-advanced-inline footer, body.page-events .em.em-search-advanced.em-search-advanced-inline footer {
  display: inline-block;
}
body.single-event .em-search-scope.em-search-field.em-datepicker.em-datepicker-range.input, body.page-events .em-search-scope.em-search-field.em-datepicker.em-datepicker-range.input {
  background-color: #fff;
  font-size: 1rem;
}
body.single-event .em-search-scope.em-search-field.em-datepicker.em-datepicker-range.input input.em-date-input.em-search-scope.form-control.input, body.single-event .em-search-scope.em-search-field.em-datepicker.em-datepicker-range.input input.em-date-input.em-search-scope.form-control.input.active, body.single-event .em-search-scope.em-search-field.em-datepicker.em-datepicker-range.input input.em-date-input.em-search-scope.form-control.input.active, body.page-events .em-search-scope.em-search-field.em-datepicker.em-datepicker-range.input input.em-date-input.em-search-scope.form-control.input, body.page-events .em-search-scope.em-search-field.em-datepicker.em-datepicker-range.input input.em-date-input.em-search-scope.form-control.input.active, body.page-events .em-search-scope.em-search-field.em-datepicker.em-datepicker-range.input input.em-date-input.em-search-scope.form-control.input.active {
  border-color: transparent !important;
}
body.single-event .em .em-search-advanced, body.single-event .em.em-search, body.single-event .em.em-search-advanced, body.page-events .em .em-search-advanced, body.page-events .em.em-search, body.page-events .em.em-search-advanced {
  padding-left: 5px;
}
body.single-event .selectize-input > input, body.page-events .selectize-input > input {
  font-size: 1.1rem;
}
body.single-event .selectize-dropdown-content .option, body.single-event button.button-secondary.disabled, body.page-events .selectize-dropdown-content .option, body.page-events button.button-secondary.disabled {
  font-size: 1.1rem;
  outline-style: none;
  color: #a9a9a9;
  padding: 4px;
  border-radius: 6px;
  border-color: transparent;
}
body.single-event button.button-secondary, body.page-events button.button-secondary {
  font-size: 1.1rem;
  outline-style: none;
  padding: 4px;
  border-radius: 6px;
  border-color: #e14b26;
}
body.single-event button.em-search-submit.button-primary, body.page-events button.em-search-submit.button-primary {
  padding: 5px;
}
body.single-event input.em-date-input.em-search-scope.form-control.input, body.page-events input.em-date-input.em-search-scope.form-control.input {
  font-size: 1rem;
  padding: 8px;
}

body.page-categories ul {
  margin-top: 0;
  list-style-type: none;
}
@media (min-width: 1200px) {
  body.page-categories ul {
    padding-top: 10px;
  }
}
body.page-categories ul 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;
}
body.page-categories ul li a {
  color: #263c82;
}
body.page-categories ul li a:hover {
  color: #e14b26;
  text-decoration: underline;
}
body.page-categories .mts-group-contain90 {
  padding-top: 5px !important;
}
body.page-categories .em.em-item .em-item-meta .em-item-meta-line a, body.page-categories .em.em-list .em-item .em-item-meta .em-item-meta-line a, body.page-categories .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a {
  font-style: normal !important;
  color: #263c82 !important;
}
body.page-categories .em.em-item .em-item-meta .em-item-meta-line a:hover, body.page-categories .em.em-list .em-item .em-item-meta .em-item-meta-line a:hover, body.page-categories .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a:hover {
  color: #e14b26 !important;
}
body.page-categories h1 {
  padding: 0 !important;
  color: #263c82;
  margin: 0 0 5px 0;
}
body.page-categories section.em-taxonomy-description h3, body.page-categories section.em-location-next-event h3 {
  color: #e14b26;
  text-transform: capitalize !important;
}
body.page-categories h3 {
  color: #e14b26;
  margin-top: 0;
  margin-bottom: 10px;
}
body.page-categories p {
  padding: 0 0 10px 0;
  margin: 0;
}
body.page-categories p avisited {
  color: #fff;
}
body.page-categories p a {
  font-style: normal;
  color: #e14b26;
}
body.page-categories #events-btn {
  display: inline-block;
  border-radius: 6px;
  padding: 0 5px 5px 5px;
  margin-top: 15px;
}
body.page-categories #events-btn a {
  font-size: 1.1rem;
  text-decoration: none;
  color: #fff !important;
}
body.page-categories #events-btn {
  background-color: #e14b26;
  color: #fff !important;
  margin-top: 15px;
  font-family: "arial", sans-serif;
}
body.page-categories #events-btn:hover {
  background-color: #263c82;
  color: #fff;
}
body.page-categories .em.em-item.em-item-single .em-item-meta > section section {
  margin-bottom: 20px;
}

body.single-event .em.em-item.em-item-single .em-item-image img, body.page-events .em.em-item.em-item-single .em-item-image img {
  padding: 0 !important;
}
@media (min-width: 1200px) {
  body.single-event .em.em-item.em-item-single .em-item-image img, body.page-events .em.em-item.em-item-single .em-item-image 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);
  }
}

ul.event-categories li {
  pointer-events: none;
}
ul.event-categories li a {
  text-decoration: none;
}

.em.em-item.em-item-single.size-medium .em-item-header .em-item-image img, .em.em-item.em-item-single.size-small .em-item-header .em-item-image img {
  border-bottom: none !important;
}

@media (max-width: 1200px) {
  .em.em-item.em-item-single.size-small .em-item-meta > section section, .em.em-item.em-item-single .em-item-header, .em.em-item.em-item-single.size-medium .em-item-header .em-item-image, .em.em-item.em-item-single.size-small .em-item-header .em-item-image, .em.em-item.em-item-single.size-medium .em-item-header .em-item-image img, .em.em-item.em-item-single.size-small .em-item-header .em-item-image img {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1200px) {
  .wp-block-group.is-nowrap .mts-pad.left-20 {
    padding: 10px;
  }
}
@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.1rem;
  letter-spacing: -0.5px;
  font-weight: 600 !important;
}

#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: 600 !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: #263c82;
  }
}
@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: #263c82;
    font-size: 1.2rem;
  }
}
li.widget_nav_menu ul.sub-menu a {
  font-family: "arial", 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: #263c82;
  font-size: 1.2rem;
  font-family: "arial", 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: #263c82;
  font-size: 1.4rem;
  font-family: "arial", 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: #263c82;
  font-size: 1.2rem;
  font-family: "arial", 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;
  }
}

.is-layout-constrained > .alignright {
  margin-right: 0;
  margin-left: 0;
}

#prayerengine .pe-prayer-odd, #prayerengine .pe-prayer-even {
  border-radius: 14px;
  margin-bottom: 10px;
}

#prayerengine .pe-count-area a.submitlink:link:hover {
  background-color: #e04c27;
}

#prayerengine .pe-explore-bar h4.pe-form-toggle a:hover {
  background-color: #253d82;
}

#prayerengine .pe-prayer-even h3.pe-name, #prayerengine .pe-prayer-odd h3.pe-name, #prayerengine .pe-explore-bar h4.pe-form-toggle a, #prayerengine .pe-prayer-even p, #prayerengine .pe-prayer-odd p, #prayerengine .pe-prayer-even h3 a:link, #prayerengine .pe-prayer-odd h3 a:link, #prayerengine .pe-prayer-even h3 a:visited, #prayerengine .pe-prayer-odd h3 a:visited {
  font-family: "arial", sans-serif !important;
  font-size: 1rem !important;
}

#prayerengine .pe-explore-bar h4.pe-form-toggle a {
  display: inline-block;
  width: auto;
  padding: 0 24px 0 39px;
  /* height: 40px; */
}

#prayerengine .pe-count-area h4 {
  font-size: 1rem !important;
}

#prayerengine .pe-explore-bar h4.pe-form-toggle {
  width: 380px !important;
}

@media (max-width: 1200px) {
  .facebook-vid iframe {
    width: 465px !important;
    max-width: 465px !important;
    height: 265px !important;
  }
  body.single-resource .wp-block-group.is-content-justification-right {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  :root :where(.wp-block-columns-is-layout-flex) {
    gap: 5px !important;
  }
}
@media (max-width: 1200px) and (min-width: 1200px) {
  :root :where(.wp-block-columns-is-layout-flex) {
    gap: 15px !important;
  }
}
.facebook-reel iframe {
  width: 445px !important;
  max-width: 445px !important;
  height: 750px !important;
}

@media (min-width: 1200px) {
  .mobile-only {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */
