/*      Request ID: 55492503244a3638a1a4ec961394ff0e_1762800806 (01/12/2026 10:28pm) (JcZRCsAgDATRG2WPJFYXI6gUEyu9fVv6MbzBFSf23l9CTcK8cK6j1RTUe0Ooo0zmyuEGV3Yaeoowv9u/8moP)      */



/*      Resource ID: df5803d800e59cfbcefe8e10b41 (mca.less, compiled by lessc, minified by none) (01/12/2026 10:28pm) (A:8295, B:8295, C:10387, D:10387, F:10387, J:10387, K:10387)      */

/* ================================================================================================*/
/* THESE STYLES ARE ONLY LOADED ON PAGES USING THE MCA THEME.*/
/* ================================================================================================*/
/* =====================================================================*/
/* MEDIA QUERIES*/
/* =====================================================================*/
/* How to use a media query:*/
/* @media @screen-xs, @screen-sm, @screen-md { ... }*/
/* Use this when applying a retina query on its own*/
/* Use this when applying a retina query inside a screen size query*/
/*  ========================================================================*/
/*  COLOR VARIABLES*/
/*  ========================================================================*/
/*  ========================================================================*/
/*  FONTS*/
/*  ========================================================================*/
/* Thin: 100, Light: 200, Regular: 400, Medium: 500, Semibold: 600.*/
/* Thin Condensed: 200*/
/*  ========================================================================*/
/*  TRANSITIONS*/
/*  ========================================================================*/
/* import global LESS variables from global theme (not in CSS output)*/
/* MCA Variables*/
.btn-xlarge {
  /* default button color is teal*/
  font-weight: 500;
}
.btn-xlarge,
.btn-xlarge.teal,
.mca-header-btns .lw_widget_results > li:nth-child(1) .btn-xlarge {
  background-color: #5a9f9b;
  color: #fff;
}
.btn-xlarge:hover,
.btn-xlarge.teal:hover,
.btn-xlarge:focus,
.btn-xlarge.teal:focus,
.mca-header-btns .lw_widget_results > li:nth-child(1) .btn-xlarge:hover,
.mca-header-btns .lw_widget_results > li:nth-child(1) .btn-xlarge:focus {
  background-color: #69aaa6;
}
.btn-xlarge.white,
.mca-header-btns .lw_widget_results > li:nth-child(2) .btn-xlarge {
  background-color: #f2f2f2;
  color: #002261;
}
.btn-xlarge.white:hover,
.btn-xlarge.white:focus,
.mca-header-btns .lw_widget_results > li:nth-child(2) .btn-xlarge:hover,
.mca-header-btns .lw_widget_results > li:nth-child(2) .btn-xlarge:focus {
  background-color: #fff;
}
.btn-xlarge.red,
.mca-header-btns .lw_widget_results > li:nth-child(3) .btn-xlarge {
  background-color: #8b181b;
  color: #fff;
}
.btn-xlarge.red:hover,
.btn-xlarge.red:focus,
.mca-header-btns .lw_widget_results > li:nth-child(3) .btn-xlarge:hover,
.mca-header-btns .lw_widget_results > li:nth-child(3) .btn-xlarge:focus {
  background-color: #a11c1f;
}
.btn-xlarge.yellow,
.mca-header-btns .lw_widget_results > li:nth-child(4) .btn-xlarge {
  background-color: #da9800;
  color: #000;
}
.btn-xlarge.yellow:hover,
.btn-xlarge.yellow:focus,
.mca-header-btns .lw_widget_results > li:nth-child(4) .btn-xlarge:hover,
.mca-header-btns .lw_widget_results > li:nth-child(4) .btn-xlarge:focus {
  background-color: #f3aa00;
}
.mca-page .site-main-content {
  background-color: #f9f3ec;
}
.mca-header {
  padding: 30px 0 12px;
  background-color: #1c3671;
}
.mca-header-logo {
  display: block;
  width: 397px;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .mca-header-logo {
    margin: 0 auto 23px;
  }
}
.mca-header-btns .lw_widget_results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.mca-header-btns .lw_widget_results > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  margin-bottom: 10px;
}
.mca-header-btns .lw_widget_results > li:nth-child(n+5) {
  display: none !important;
  /* hide all links after the first four*/
}
.mca-header-btns .lw_widget_results .lw_subnav {
  display: none !important;
}
.mca-header-btns .btn-xlarge {
  display: block;
  height: 100%;
}
.mca-feature-image-widget {
  /* if the clean widget is randomized it gets a widget container. this class makes sure it always has a container.*/
  display: block;
  position: relative;
  background-color: #eee;
}
@media only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .mca-feature-image-widget {
    position: relative;
  }
  .mca-feature-image-widget::after {
    /* set fixed aspect ratio for homepage image make children position absolute*/
    content: '';
    display: block;
    padding-bottom: 47.2%;
  }
  .mca-feature-image-widget > .inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .mca-feature-image-widget > .inner .container {
    position: relative;
    height: 100%;
  }
}
.mca-feature-image {
  /* images with this class fade in after load in the global theme JS*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.mca-feature-slider {
  /* if the clean widget is randomized it gets a widget container. this class makes sure it always has a container.*/
  display: block;
  position: relative;
  background-color: #eee;
}
.mca-feature-slide {
  position: relative;
}
@media only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .mca-feature-slide {
    position: relative;
  }
  .mca-feature-slide::after {
    /* set fixed aspect ratio for homepage image make children position absolute*/
    content: '';
    display: block;
    padding-bottom: 47.2%;
  }
  .mca-feature-slide > .inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .mca-feature-slide > .inner .container {
    position: relative;
    height: 100%;
  }
}
.mca-feature-slide-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.mca-feature-overlay {
  z-index: 1;
}
@media only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .mca-feature-overlay {
    position: absolute;
    left: 15px;
    bottom: 4vw;
    max-width: 370px;
  }
}
@media only screen and (max-width: 479px) {
  .mca-feature-overlay {
    position: relative;
    /* contains image link*/
    margin-top: 120px;
    margin-bottom: 40px;
    margin-left: 20px;
    /* space for arrows */
    margin-right: 20px;
  }
}
.mca-feature-title,
.mca-feature-caption,
.mca-feature-link {
  display: inline-block;
  padding-left: 14px;
  padding-right: 14px;
  color: #fff;
  font-family: 'adelle', serif;
}
.mca-feature-title a,
.mca-feature-caption a,
.mca-feature-link a {
  color: #fff;
  text-decoration: none;
}
.mca-feature-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 3.6rem;
  background-color: #8b181b;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .mca-feature-title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 479px) {
  .mca-feature-title {
    font-size: 2.2rem;
  }
}
.mca-feature-link {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -25px;
  margin-left: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.9rem;
  font-weight: 200;
  background-color: #5a9f9b;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .mca-feature-link {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 479px) {
  .mca-feature-link {
    font-size: 1.5rem;
  }
}
.mca-feature-link:hover,
.mca-feature-link:focus {
  text-decoration: underline;
}
.mca-feature-link ~ .mca-feature-caption {
  /* the link element must go before the caption in the HTML*/
  padding-bottom: 36px;
}
.mca-feature-caption {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.9rem;
  font-weight: 200;
  line-height: 1.6;
  background-color: #1c3671;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .mca-feature-caption {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 479px) {
  .mca-feature-caption {
    font-size: 1.5rem;
  }
}
.mca-page .page-main-content {
  margin-top: 0;
  margin-bottom: 0;
}
.mca-page-mainbar {
  background-color: #fff;
}
.mca-page-mainbar::before {
  /* allows background color to overflow container to left edge of page*/
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 2000px;
  background-color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .mca-page-mainbar {
    min-height: 500px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .mca-page-mainbar {
    min-height: 300px;
  }
}
.mca-page-title {
  margin-top: 37px;
  padding-bottom: 27px;
}
.mca-page .wysiwyg h2 {
  color: #1c3671;
  font-weight: 500;
}
.mca-page .wysiwyg h3 {
  font-weight: 500;
}
.mca-page-sidebar {
  padding-top: 16px;
  padding-left: 17px;
}
.mca-page-sidebar .page-sidebar-content {
  padding-left: 22px;
  padding-right: 22px;
  /* align with side nav indentation*/
}
.mca-page-sidebar .page-sidebar-content hr {
  border-color: #bdab9c;
}
.mca-footer-widgets {
  padding-top: 35px;
}
.mca-footer {
  padding-top: 28px;
  padding-bottom: 65px;
  background-color: #1c3671;
  color: #fff;
  font-family: 'adelle', serif;
  font-size: 1.8rem;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .mca-footer {
    padding-top: 20px;
  }
}
.mca-footer-title {
  display: inline-block;
  font-size: 2.4rem;
}
@media only screen and (max-width: 479px), only screen and (min-width: 769px) and (max-width: 991px) {
  .mca-footer-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .mca-footer-title {
    margin-bottom: 0.7em;
  }
}
.mca-footer-btns .lw_widget_results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mca-footer-btns .lw_widget_results > li:nth-child(n+5) {
  display: none !important;
  /* hide all links after the first four*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .mca-footer-btns .lw_widget_results > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .mca-footer-btns .lw_widget_results > li:not(:first-child) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .mca-footer-btns .lw_widget_results {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mca-footer-btns .lw_widget_results > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48.5%;
    -ms-flex: 0 1 48.5%;
    flex: 0 1 48.5%;
    margin-bottom: 10px;
  }
}
.mca-footer-btn {
  display: block;
  word-break: normal !important;
  padding: 0.5em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 200;
  background-color: rgba(255, 255, 255, 0.12);
  text-align: center;
}
.mca-footer-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  text-decoration: none !important;
  color: #fff;
}
.mca-footer-btn:focus {
  background-color: rgba(255, 255, 255, 0.15);
  outline: 2px dotted #fff;
  outline: 5px auto -webkit-focus-ring-color;
  color: #fff;
}
.mca-footer-btn:active {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  bottom: -1px;
  outline: none;
}