@import url("https://fonts.googleapis.com/css2?family=League+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*$primary-font: 'League Gothic', sans-serif;*/
/* line 34, ../sass/base/_typography.scss */
h1 {
  font-size: 48px;
  color: #045ea4;
  font-family: "merriweather", serif;
  font-weight: 600;
}

/* line 40, ../sass/base/_typography.scss */
h2 {
  font-size: 42px;
  color: #045ea4;
  font-family: "merriweather", serif;
  font-weight: 600;
}

/* line 46, ../sass/base/_typography.scss */
h3 {
  font-size: 36px;
  color: #474f56;
  font-family: "merriweather", serif;
  font-weight: 600;
}

/* line 52, ../sass/base/_typography.scss */
h4 {
  font-size: 30px;
  color: #373f47;
  font-family: "merriweather", serif;
  font-weight: 600;
}

/* line 58, ../sass/base/_typography.scss */
h5 {
  font-size: 24px;
  color: #474f56;
  font-family: "merriweather", serif;
  font-weight: 600;
}

/* line 64, ../sass/base/_typography.scss */
h6 {
  font-size: 20px;
  color: #bfbfbf;
  font-family: "merriweather", serif;
  font-weight: 600;
}

/* line 70, ../sass/base/_typography.scss */
a {
  color: #045ea4;
}
/* line 72, ../sass/base/_typography.scss */
a:hover {
  color: #474f56;
}

/* line 76, ../sass/base/_typography.scss */
#main li a,
p a {
  color: #045ea4;
}
/* line 79, ../sass/base/_typography.scss */
#main li a:hover,
p a:hover {
  color: #474f56;
}

/* line 84, ../sass/base/_typography.scss */
body {
  font-size: 16px;
  color: #000000 !important;
  background: transparent !important;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  -webkit-transition: 1.0s;
  transition: 1.0s;
}

/* line 93, ../sass/base/_typography.scss */
#main .node__content,
#main {
  font-size: 18px;
}

/* line 1, ../sass/base/_buttons.scss */
.primary-button, .front-page-rotor-banner .views-field.views-field-nothing .field-content .link-buttons a {
  font-size: 16px;
  border: 1px solid #ffffff;
  padding: 10px 30px;
  border-radius: 0px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "open-sans", sans-serif;
  display: inline-block;
}
/* line 11, ../sass/base/_buttons.scss */
.primary-button:hover, .front-page-rotor-banner .views-field.views-field-nothing .field-content .link-buttons a:hover {
  background: #3D3B8E;
  border: 1px solid #3D3B8E;
}

/* line 16, ../sass/base/_buttons.scss */
.secondary-button, .form-submit, .paragraph--type--bp-modal .btn.btn-primary.btn-lg.btn-modal, #header .row.region.region-donate .donate-button, .focus-area-block .views-row .f-link a, .events-new .upcoming-events-block .view-header a, .events-new .upcoming-events-block .view-footer a, .events-block .views-row .e-link a,
.events-block .views-row .views-field.views-field-view-node a, .events-block .view-footer a, .front-page-promo-banner .views-row .views-field.views-field-nothing .field-content .pb-link a, .latest-news-block .views-row .n-link a, .latest-news-block .view-header a,
.latest-news-block .view-footer a {
  font-size: 20px;
  border: 1px solid #045ea4;
  padding: 7px 35px;
  border-radius: 0px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #045ea4;
  font-family: "open-sans", sans-serif;
  display: inline-block;
}
/* line 27, ../sass/base/_buttons.scss */
.secondary-button:hover, .form-submit:hover, .paragraph--type--bp-modal .btn.btn-primary.btn-lg.btn-modal:hover, #header .row.region.region-donate .donate-button:hover, .focus-area-block .views-row .f-link a:hover, .events-new .upcoming-events-block .view-header a:hover, .events-new .upcoming-events-block .view-footer a:hover, .events-block .views-row .e-link a:hover,
.events-block .views-row .views-field.views-field-view-node a:hover, .events-block .view-footer a:hover, .front-page-promo-banner .views-row .views-field.views-field-nothing .field-content .pb-link a:hover, .latest-news-block .views-row .n-link a:hover, .latest-news-block .view-header a:hover,
.latest-news-block .view-footer a:hover {
  border: 1px solid #3D3B8E;
  color: #ffffff;
  background: #3D3B8E;
}

/* line 33, ../sass/base/_buttons.scss */
.form-submit, .paragraph--type--bp-modal .btn.btn-primary.btn-lg.btn-modal {
  background: #045ea4 !important;
  border: 1px solid #045ea4 !important;
  margin-top: 10px;
}
/* line 38, ../sass/base/_buttons.scss */
.form-submit:hover, .paragraph--type--bp-modal .btn.btn-primary.btn-lg.btn-modal:hover {
  background-color: #3D3B8E !important;
  border: 1px solid #3D3B8E !important;
  color: #ffffff;
}

/* line 1, ../sass/menu/_menu.scss */
.oe-mega-main-menu {
  margin: 40px 0px 0px 30px;
}
/* line 3, ../sass/menu/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav {
  display: inline-block;
}
/* line 5, ../sass/menu/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 {
  display: inline-block;
  margin-right: 15px;
}
/* line 8, ../sass/menu/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 > a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
}
/* line 13, ../sass/menu/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 > a:hover {
  color: #474f56;
}
/* line 17, ../sass/menu/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 .nav.dropdown-menu.row-level-2.row {
  display: none;
  position: absolute;
  top: 25px;
  background: #474f56;
  border-radius: 0px;
}
/* line 25, ../sass/menu/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 .nav.dropdown-menu.row-level-2.row .main-menu__dropdown.is-expanded .nav-level-3.col-md-12.col-lg-12 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
/* line 29, ../sass/menu/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 .nav.dropdown-menu.row-level-2.row .main-menu__dropdown.is-expanded .nav-level-3.col-md-12.col-lg-12 a:hover {
  text-decoration: underline;
}
/* line 38, ../sass/menu/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2.open .nav.dropdown-menu.row-level-2.row {
  display: block;
}

/* line 2, ../sass/menu/_mobile_menu.scss */
.path-frontpage .white-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: calc(100% - 87px);
  display: block;
  margin: 0px 51px;
}
@media screen and (max-width: 991px) {
  /* line 2, ../sass/menu/_mobile_menu.scss */
  .path-frontpage .white-line {
    width: calc(100% - 30px);
    margin: 0px 15px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 15, ../sass/menu/_mobile_menu.scss */
  .sidr_menu {
    -webkit-transform: translate3d(-500px, 0, 0);
    transform: translate3d(-500px, 0, 0);
  }
}

/* line 22, ../sass/menu/_mobile_menu.scss */
#menuwarp {
  position: fixed;
  right: -500px;
  background: #fff;
  z-index: 999;
  min-width: 500px;
  height: 100%;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  width: 0px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  /* line 22, ../sass/menu/_mobile_menu.scss */
  #menuwarp {
    overflow: hidden;
    width: 0px;
    min-width: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 22, ../sass/menu/_mobile_menu.scss */
  #menuwarp {
    overflow: hidden;
    width: 0px;
  }
}
/* line 42, ../sass/menu/_mobile_menu.scss */
#menuwarp .row.region.region-navigation {
  margin: 0px;
}
/* line 44, ../sass/menu/_mobile_menu.scss */
#menuwarp .row.region.region-navigation .mobile-menu-icon {
  padding: 30px 0px 0px 40px;
}

@media screen and (max-width: 767px) {
  /* line 49, ../sass/menu/_mobile_menu.scss */
  #menuwarp.active {
    min-width: 100%;
    right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 49, ../sass/menu/_mobile_menu.scss */
  #menuwarp.active {
    right: 0px;
  }
}

/* line 59, ../sass/menu/_mobile_menu.scss */
.row.region.region-branding .mobile-menu-icon {
  float: left;
  width: 50px;
  padding: 0px;
}
@media screen and (min-width: 992px) {
  /* line 59, ../sass/menu/_mobile_menu.scss */
  .row.region.region-branding .mobile-menu-icon {
    /*display: none;*/
  }
}
/* line 66, ../sass/menu/_mobile_menu.scss */
.row.region.region-branding .mobile-menu-icon p svg {
  font-size: 30px;
  color: #ffffff;
  padding: 5px 0px 0px 10px;
  cursor: pointer;
}
/* line 71, ../sass/menu/_mobile_menu.scss */
.row.region.region-branding .mobile-menu-icon p svg:hover {
  color: #474f56;
}
/* line 75, ../sass/menu/_mobile_menu.scss */
.row.region.region-branding .mobile-menu-icon img {
  width: 50px;
  cursor: pointer;
}

/* line 81, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu {
  padding: 0px;
}
/* line 83, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .nav-level-1.nav.navbar-nav {
  padding: 15px 0px 0px 40px;
  flex-direction: inherit;
}
/* line 87, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 a {
  color: #373f47;
  font-family: "merriweather", serif;
  font-size: 24px;
  text-decoration: none;
  padding: 5px 0px;
  display: block;
  font-weight: 600;
}
/* line 95, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 a:hover {
  color: #046ea4;
  text-decoration: none;
}
/* line 100, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 .nav.dropdown-menu.row-level-2 {
  background: transparent;
  padding: 0px;
  border: 0px solid;
  margin-top: -10px;
}
/* line 105, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 .nav.dropdown-menu.row-level-2 .main-menu__dropdown {
  padding: 0px;
}
/* line 109, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 .nav.dropdown-menu.row-level-2 li a {
  font-size: 16px;
  font-family: "open-sans", sans-serif;
  color: #373f47;
  padding: 0px;
}

/* line 122, ../sass/menu/_mobile_menu.scss */
.mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 .nav.dropdown-menu.row-level-2 li a {
  font-weight: normal;
}

/* line 1, ../sass/modules/_searchm.scss */
.search-warp {
  text-align: center;
  transition: all 0.9s ease-in-out 0s;
  max-height: 0px;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 900px;
  margin: auto;
  background: #0A4680C2;
  z-index: 99;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../sass/modules/_searchm.scss */
  .search-warp {
    width: 600px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1, ../sass/modules/_searchm.scss */
  .search-warp {
    width: 100%;
  }
}
/* line 22, ../sass/modules/_searchm.scss */
.search-warp .search-block-close {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 999;
  width: 50px;
}
/* line 28, ../sass/modules/_searchm.scss */
.search-warp .search-block-close p a {
  color: #ffffff;
  font-size: 24px;
}
/* line 34, ../sass/modules/_searchm.scss */
.search-warp .search-block-form form#search-block-form {
  max-width: 500px;
  margin: 0 auto;
}
/* line 37, ../sass/modules/_searchm.scss */
.search-warp .search-block-form form#search-block-form .js-form-type-search {
  padding-right: 0px;
}
/* line 40, ../sass/modules/_searchm.scss */
.search-warp .search-block-form form#search-block-form .form-actions {
  padding-left: 0px;
}
/* line 43, ../sass/modules/_searchm.scss */
.search-warp .search-block-form form#search-block-form .form-search {
  height: 60px;
  font-size: 20px;
  border-radius: 0px;
}
/* line 48, ../sass/modules/_searchm.scss */
.search-warp .search-block-form form#search-block-form .btn.btn-primary {
  Background: #FFBB33 !important;
  Border: 1px solid #FFBB33 !important;
  Font-size: 19px;
  line-height: 28px;
  Padding: 15px;
  Border-radius: 0px;
  margin-top: 0px;
}

/* line 61, ../sass/modules/_searchm.scss */
.search-warp.closed {
  max-height: 300px;
  padding-top: 130px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 61, ../sass/modules/_searchm.scss */
  .search-warp.closed {
    max-height: 100%;
    padding-top: 65%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 71, ../sass/modules/_searchm.scss */
  .user-logged-in .search-warp .search-block-close {
    top: 40px;
  }
}
/* line 1, ../sass/modules/_header.scss */
.path-frontpage #header {
  position: absolute;
  z-index: 12;
  width: 100%;
  padding-bottom: 0px;
  background: transparent;
}

/* line 9, ../sass/modules/_header.scss */
#header {
  background: #045ea4;
  padding-bottom: 15px;
}
/* line 12, ../sass/modules/_header.scss */
#header .container-fluid {
  position: relative;
}
/* line 15, ../sass/modules/_header.scss */
#header .header-row {
  padding: 0px 50px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 15, ../sass/modules/_header.scss */
  #header .header-row {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 15, ../sass/modules/_header.scss */
  #header .header-row {
    padding: 0px 15px;
  }
}
/* line 24, ../sass/modules/_header.scss */
#header .row.region.region-branding {
  float: left;
  padding-top: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 24, ../sass/modules/_header.scss */
  #header .row.region.region-branding {
    padding: 20px 0px 0px 20px;
    display: block;
  }
}
/* line 31, ../sass/modules/_header.scss */
#header .row.region.region-branding .navbar-brand {
  width: auto;
}
@media screen and (min-width: 0px) and (max-width: 413px) {
  /* line 34, ../sass/modules/_header.scss */
  #header .row.region.region-branding .navbar-brand img {
    width: 68%;
    padding-top: 5px;
  }
}
/* line 40, ../sass/modules/_header.scss */
#header .row.region.region-branding .call-us-block {
  width: auto;
  color: #ffffff;
  padding: 8px 0px 0px 15px;
  font-family: "open-sans", sans-serif;
  border-left: 1px solid #ffffff;
  margin: 0px 0px 0px 10px;
  height: 40px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 40, ../sass/modules/_header.scss */
  #header .row.region.region-branding .call-us-block {
    display: none;
  }
}
/* line 53, ../sass/modules/_header.scss */
#header .row.region.region-donate {
  padding-top: 20px;
  text-align: right;
  display: block;
}
/* line 57, ../sass/modules/_header.scss */
#header .row.region.region-donate .search-header-block {
  float: right;
  width: 265px;
  margin-top: -3px;
}
@media screen and (min-width: 0px) and (max-width: 1040px) {
  /* line 57, ../sass/modules/_header.scss */
  #header .row.region.region-donate .search-header-block {
    width: 70px;
    margin-top: 3px;
  }
}
/* line 66, ../sass/modules/_header.scss */
#header .row.region.region-donate .search-header-block span {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 0px 20px 20px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 66, ../sass/modules/_header.scss */
  #header .row.region.region-donate .search-header-block span {
    padding: 20px 20px 20px 10px;
  }
}
/* line 73, ../sass/modules/_header.scss */
#header .row.region.region-donate .search-header-block img {
  cursor: pointer;
}
/* line 76, ../sass/modules/_header.scss */
#header .row.region.region-donate .search-header-block svg {
  font-size: 20px;
  color: #ffffff;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.7;
}
/* line 82, ../sass/modules/_header.scss */
#header .row.region.region-donate .search-header-block svg:hover {
  color: #045ea4;
}
/* line 90, ../sass/modules/_header.scss */
#header .row.region.region-donate .mobile-menu-icon {
  float: right;
  width: 100px;
  padding: 0px;
  margin-bottom: 5px;
}
@media screen and (min-width: 0px) and (max-width: 1040px) {
  /* line 90, ../sass/modules/_header.scss */
  #header .row.region.region-donate .mobile-menu-icon {
    width: 50px;
  }
}
/* line 98, ../sass/modules/_header.scss */
#header .row.region.region-donate .mobile-menu-icon p {
  margin-bottom: 10px;
  margin-top: 5px;
  cursor: pointer;
}
/* line 102, ../sass/modules/_header.scss */
#header .row.region.region-donate .mobile-menu-icon p a {
  font-size: 24px;
  opacity: 0.7;
  color: #ffffff;
  font-family: "open-sans", sans-serif;
}
/* line 107, ../sass/modules/_header.scss */
#header .row.region.region-donate .mobile-menu-icon p a:hover {
  color: #045ea4;
}
@media screen and (min-width: 0px) and (max-width: 1040px) {
  /* line 111, ../sass/modules/_header.scss */
  #header .row.region.region-donate .mobile-menu-icon p a span {
    display: none;
  }
}
/* line 116, ../sass/modules/_header.scss */
#header .row.region.region-donate .mobile-menu-icon p svg {
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 116, ../sass/modules/_header.scss */
  #header .row.region.region-donate .mobile-menu-icon p svg {
    padding-right: 24px;
  }
}
/* line 123, ../sass/modules/_header.scss */
#header .row.region.region-donate .mobile-menu-icon p svg:hover {
  color: #045EA4;
}
/* line 128, ../sass/modules/_header.scss */
#header .row.region.region-donate .mobile-menu-icon p:hover a, #header .row.region.region-donate .mobile-menu-icon p:hover svg {
  color: #045EA4;
}
/* line 134, ../sass/modules/_header.scss */
#header .row.region.region-donate .donate-button {
  margin-right: 15px;
  font-family: "open-sans", sans-serif;
  font-size: 24px !important;
  border-color: #ffffff;
  background: transparent;
}
@media screen and (min-width: 0px) and (max-width: 1040px) {
  /* line 134, ../sass/modules/_header.scss */
  #header .row.region.region-donate .donate-button {
    display: none;
  }
}

/* line 148, ../sass/modules/_header.scss */
#header .row.region.region-donate .donate-button:hover {
  border: 1px solid #045ea4 !important;
  color: #ffffff;
  background: #045ea4 !important;
}

/* line 1, ../sass/modules/_banner.scss */
.banner.container-fluid {
  padding: 0px;
  overflow: hidden;
  position: relative;
}
/* line 5, ../sass/modules/_banner.scss */
.banner.container-fluid p {
  margin: 0px;
}
/* line 7, ../sass/modules/_banner.scss */
.banner.container-fluid p img {
  width: 100%;
  height: auto;
}

/* line 14, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views_slideshow_cycle_slide {
  background-color: transparent !important;
  width: 100% !important;
}
/* line 18, ../sass/modules/_banner.scss */
.front-page-rotor-banner img {
  width: 100%;
}
/* line 21, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views_slideshow_cycle_teaser_section,
.front-page-rotor-banner .field-content.scaleUp.animation {
  height: 700px;
}
/* line 25, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-field.views-field-nothing {
  width: 100%;
  position: absolute;
  top: 0px;
  text-align: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
/* line 32, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-field.views-field-nothing .field-content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 220px;
  max-width: 850px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 32, ../sass/modules/_banner.scss */
  .front-page-rotor-banner .views-field.views-field-nothing .field-content {
    padding: 0px 50px;
    top: 120px;
  }
}
/* line 43, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-field.views-field-nothing .field-content .banner-title {
  color: #fff;
  line-height: 80px;
  font-size: 70px;
  font-weight: bold;
  text-decoration: none;
  font-family: "merriweather", serif;
}
/* line 50, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-field.views-field-nothing .field-content .banner-title a {
  color: #fff;
  line-height: 80px;
  font-size: 70px;
  text-decoration: none;
  font-family: "merriweather", serif;
}
/* line 58, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-field.views-field-nothing .field-content .subtitle {
  font-size: 70px;
  color: #474f56;
  line-height: 90px;
  font-family: "open-sans", sans-serif;
}
/* line 64, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-field.views-field-nothing .field-content .body-content {
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  max-width: 555px;
  margin: 0 auto 20px;
  font-family: "open-sans", sans-serif;
  padding: 0px 15px;
}
/* line 74, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-field.views-field-nothing .field-content .link-buttons a {
  font-family: "merriweather", serif;
  margin: 10px;
  font-family: "open-sans", sans-serif !important;
  font-size: 22px !important;
}
/* line 86, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .item-list {
  position: absolute;
  bottom: 15px;
  z-index: 9;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 93, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .item-list .views-slideshow-pager-bullets {
  display: block;
}
/* line 95, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .item-list .views-slideshow-pager-bullets li {
  border-radius: 50%;
  background: #A7A7A7;
}
/* line 99, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .item-list .views-slideshow-pager-bullets li.active {
  background: #ffffff;
  border-color: transparent;
}
/* line 107, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_previous {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 9;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 107, ../sass/modules/_banner.scss */
  .front-page-rotor-banner .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_previous {
    left: 10px;
  }
}
/* line 115, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_previous a {
  background-image: url(../images/prev.svg);
  color: transparent;
  background-repeat: no-repeat;
  background-size: 56px;
  width: 56px;
  height: 56px;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 115, ../sass/modules/_banner.scss */
  .front-page-rotor-banner .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_previous a {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
}
/* line 128, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_previous a:hover {
  text-decoration: none;
}
/* line 133, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_pause {
  display: none;
}
/* line 136, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .views_slideshow_controls_text span:hover {
  text-decoration: none;
}
/* line 139, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_next {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 9;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 139, ../sass/modules/_banner.scss */
  .front-page-rotor-banner .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_next {
    right: 10px;
  }
}
/* line 147, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_next a {
  background-image: url(../images/next.svg);
  color: transparent;
  background-repeat: no-repeat;
  background-size: 56px;
  width: 56px;
  height: 56px;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 147, ../sass/modules/_banner.scss */
  .front-page-rotor-banner .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_next a {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
}
/* line 160, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .views_slideshow_controls_text .views_slideshow_controls_text_next a:hover {
  text-decoration: none;
}

/* line 170, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom.clearfix {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  margin: auto;
  bottom: 0;
  right: 15px;
  min-height: 150px;
  display: flex;
}
/* line 180, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom.clearfix .widget_pager_bottom {
  align-self: center;
}
/* line 183, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom.clearfix .widget_pager_bottom .views_slideshow_pager_field_item .views-content-counter {
  width: 30px;
  height: 30px;
  background: #474f56;
  border-radius: 50%;
  margin: 10px 0px;
  color: #ffffff;
  font-family: "open-sans", sans-serif;
  text-align: center;
  padding-top: 3px;
}
/* line 196, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom.clearfix .widget_pager_bottom .views_slideshow_pager_field_item.active .views-content-counter {
  background: #045ea4;
}

/* line 204, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-field.views-field-nothing .field-content .link-buttons a:hover {
  background: #045ea4 !important;
  border: 1px solid #045ea4 !important;
}

/* line 1, ../sass/modules/_cta.scss */
.cta {
  overflow: hidden;
  background: #045ea4;
  color: #ffffff;
}

/* line 6, ../sass/modules/_cta.scss */
.cta-front-block {
  padding: 30px 0px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 6, ../sass/modules/_cta.scss */
  .cta-front-block {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 11, ../sass/modules/_cta.scss */
  .cta-front-block .views-row {
    margin-bottom: 15px;
  }
}
/* line 15, ../sass/modules/_cta.scss */
.cta-front-block .views-row .views-field.views-field-title {
  margin: 10px 0px;
}
/* line 17, ../sass/modules/_cta.scss */
.cta-front-block .views-row .views-field.views-field-title a {
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  font-family: "merriweather", serif;
}
/* line 22, ../sass/modules/_cta.scss */
.cta-front-block .views-row .views-field.views-field-title a:hover {
  text-decoration: underline;
  color: #373f47;
}
/* line 28, ../sass/modules/_cta.scss */
.cta-front-block .views-row .views-field.views-field-title p {
  color: #373f47;
}
/* line 32, ../sass/modules/_cta.scss */
.cta-front-block .views-row .views-field.views-field-body {
  font-size: 18px;
  line-height: 24px;
  font-family: "open-sans", sans-serif;
}

/* line 1, ../sass/modules/_focus.scss */
.our-focus {
  overflow: hidden;
}

/* line 4, ../sass/modules/_focus.scss */
.focus-area-block {
  padding: 100px 0px;
  color: #474f56;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 4, ../sass/modules/_focus.scss */
  .focus-area-block {
    padding: 50px 20px;
  }
}
/* line 10, ../sass/modules/_focus.scss */
.focus-area-block h2 {
  font-size: 42px;
  color: #045ea4;
  font-family: "merriweather",serif;
  font-weight: 600;
  padding: 5px;
}
/* line 19, ../sass/modules/_focus.scss */
.focus-area-block .views-row {
  text-align: center;
}
/* line 21, ../sass/modules/_focus.scss */
.focus-area-block .views-row .views-field.views-field-nothing {
  margin: 15px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
}
/* line 27, ../sass/modules/_focus.scss */
.focus-area-block .views-row .f-img img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
/* line 33, ../sass/modules/_focus.scss */
.focus-area-block .views-row .f-title {
  margin-top: 10px;
  padding: 0px 10px;
}
/* line 36, ../sass/modules/_focus.scss */
.focus-area-block .views-row .f-title a {
  text-decoration: none;
  color: #045ea4;
  font-size: 22px;
  line-height: 28px;
  font-family: "merriweather", serif;
  font-weight: 700;
}
/* line 43, ../sass/modules/_focus.scss */
.focus-area-block .views-row .f-title a:hover {
  text-decoration: underline;
}
/* line 48, ../sass/modules/_focus.scss */
.focus-area-block .views-row .f-body {
  color: #000000;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  padding: 0px 10px;
  font-family: "open-sans", sans-serif;
}
/* line 56, ../sass/modules/_focus.scss */
.focus-area-block .views-row .f-link {
  margin: 15px 0px;
  padding: 0px 10px;
}
/* line 59, ../sass/modules/_focus.scss */
.focus-area-block .views-row .f-link a {
  border: 1px solid #045ea4;
  background: #045ea4;
  color: #ffffff;
  padding: 7px 50px;
  font-family: "open-sans", sans-serif !important;
  font-size: 18px !important;
}
/* line 67, ../sass/modules/_focus.scss */
.focus-area-block .views-row .f-link a:hover {
  border: 1px solid #045ea4;
  color: #045ea4;
  background: transparent;
}

/* line 78, ../sass/modules/_focus.scss */
#block-newstarthere, #block-views-block-video-block-1, #block-featuredresource {
  margin: 15px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
  padding-top: 20px;
  width: 30%;
}

/* line 86, ../sass/modules/_focus.scss */
.featured-resource-block a {
  padding: 20px;
}

/* line 1, ../sass/modules/_events_new.scss */
.events-new {
  overflow: hidden;
  background: #eee;
}

/* line 5, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block {
  padding: 70px 0px;
  color: #bfbfbf;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 5, ../sass/modules/_events_new.scss */
  .events-new .upcoming-events-block {
    padding: 50px 20px;
  }
}
/* line 11, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block h2 {
  text-align: center;
  color: #045ea4;
  font-family: "merriweather", serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* line 20, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .view-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: "open-sans", sans-serif;
  font-size: 18px;
  color: #000000;
  float: left;
  width: 100%;
}
/* line 30, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .view-header a {
  float: right;
  background: #373f47;
  font-family: "open-sans", sans-serif !important;
  font-size: 18px !important;
  border: 1px solid #373f47;
}
/* line 37, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .view-header a:hover_ {
  border: 1px solid #045ea4;
  color: #045ea4;
  background: transparent;
}
/* line 44, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .views-row {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 44, ../sass/modules/_events_new.scss */
  .events-new .upcoming-events-block .views-row {
    margin-bottom: 15px;
  }
}
/* line 51, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .views-row .n-img img {
  width: 100%;
  height: auto;
}
/* line 56, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .views-row .views-field.views-field-nothing {
  position: relative;
}
/* line 59, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .views-row .views-field.views-field-nothing .field-content .n-hover {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear 0s;
  background-image: url(../images/plus-light-blue.svg) center center/cover no-repeat;
}
/* line 67, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .views-row .views-field.views-field-nothing .field-content .n-hover .news-content {
  position: absolute;
  bottom: 0px;
  padding: 15px;
  left: 0;
  right: 0;
  color: #ffffff;
  transition: all 0.3s linear 0s;
  font-size: 18px;
  font-family: "open-sans", sans-serif;
  text-align: center;
  /*background: rgba(0, 0, 0, 0.2);*/
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 86, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .views-row .views-field.views-field-nothing .field-content .n-title a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-family: "merriweather", serif;
  font-weight: 600;
}
/* line 97, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .views-row .views-field.views-field-nothing .field-content .n-link {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: none;
}
/* line 107, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .views-row .views-field.views-field-nothing .field-content .n-link a {
  color: transparent;
  background-image: url(../images/white-plus.svg);
  background-size: 35px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: block;
}
/* line 121, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .views-row:hover .views-field.views-field-nothing .n-hover {
  background: transparent;
}
/* line 127, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .views-row:hover .views-field.views-field-nothing .n-hover .n-link {
  display: none;
}
/* line 134, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .view-footer {
  text-align: right;
  margin-top: 20px;
}
/* line 139, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .view-footer a:hover {
  border: 1px solid #FFBB33;
  color: #FFBB33;
  background: transparent;
}

/* line 148, ../sass/modules/_events_new.scss */
.events-new .upcoming-events-block .view-header a:hover {
  border: 1px solid #045EA4 !important;
  color: #ffffff;
  background: #045EA4 !important;
}

/* line 1, ../sass/modules/_counter.scss */
.our-work-block {
  text-align: center;
  padding: 80px 0px;
}
/* line 4, ../sass/modules/_counter.scss */
.our-work-block .counter-header {
  font-size: 36px;
  line-height: 64px;
  color: #046ea4;
  font-family: "open-sans", sans-serif;
  margin-bottom: 50px;
}
/* line 11, ../sass/modules/_counter.scss */
.our-work-block h2 {
  font-size: 20px;
  color: #046ea4;
}
/* line 15, ../sass/modules/_counter.scss */
.our-work-block h3 {
  font-size: 80px;
  line-height: 80px;
  color: #046ea4;
}
/* line 20, ../sass/modules/_counter.scss */
.our-work-block p {
  color: #000000;
  font-family: "merriweather", serif;
}

/* line 1, ../sass/modules/_events.scss */
.events {
  overflow: hidden;
  /*background-color: rgba(125,135,143,0.2);*/
}

/* line 5, ../sass/modules/_events.scss */
.events-block {
  padding: 50px 0px;
  color: #bfbfbf;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 5, ../sass/modules/_events.scss */
  .events-block {
    padding: 50px 20px;
  }
}
/* line 11, ../sass/modules/_events.scss */
.events-block h2 {
  text-align: center;
  color: #3D3B8E;
}
/* line 15, ../sass/modules/_events.scss */
.events-block .view-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: "merriweather", serif;
}
/* line 22, ../sass/modules/_events.scss */
.events-block .views-row {
  text-align: center;
  overflow: hidden;
}
/* line 26, ../sass/modules/_events.scss */
.events-block .views-row .views-field.views-field-field-image img {
  width: 100%;
  height: auto;
}
/* line 31, ../sass/modules/_events.scss */
.events-block .views-row .views-field.views-field-nothing {
  width: 100%;
  background: #fff;
  padding: 15px;
  height: 100%;
}
/* line 37, ../sass/modules/_events.scss */
.events-block .views-row .views-field.views-field-field-event-date-value {
  color: #bfbfbf;
}
/* line 40, ../sass/modules/_events.scss */
.events-block .views-row .e-title,
.events-block .views-row .views-field.views-field-title {
  margin-top: 10px;
}
/* line 43, ../sass/modules/_events.scss */
.events-block .views-row .e-title a,
.events-block .views-row .views-field.views-field-title a {
  text-decoration: none;
  color: #474f56;
  font-size: 22px;
  line-height: 28px;
  font-family: "open-sans", sans-serif;
}
/* line 49, ../sass/modules/_events.scss */
.events-block .views-row .e-title a:hover,
.events-block .views-row .views-field.views-field-title a:hover {
  text-decoration: underline;
}
/* line 54, ../sass/modules/_events.scss */
.events-block .views-row .e-date {
  padding-top: 10px;
  font-family: "merriweather", serif;
  color: #AAA9DB;
}
/* line 59, ../sass/modules/_events.scss */
.events-block .views-row .e-body,
.events-block .views-row .views-field.views-field-body {
  color: #000000;
  margin-top: 10px;
  font-family: "merriweather", serif;
}
/* line 65, ../sass/modules/_events.scss */
.events-block .views-row .e-link,
.events-block .views-row .views-field.views-field-view-node {
  margin: 15px 0px;
}
/* line 70, ../sass/modules/_events.scss */
.events-block .views-row .e-link a:hover,
.events-block .views-row .views-field.views-field-view-node a:hover {
  border: 1px solid #FFBB33;
  color: #FFBB33;
  background: transparent;
}
/* line 78, ../sass/modules/_events.scss */
.events-block .view-footer {
  text-align: right;
  margin-top: 20px;
}
/* line 83, ../sass/modules/_events.scss */
.events-block .view-footer a:hover {
  border: 1px solid #FFBB33;
  color: #FFBB33;
  background: transparent;
}

/* line 1, ../sass/modules/_promo_banner.scss */
.promo-banner {
  overflow: hidden;
}
/* line 4, ../sass/modules/_promo_banner.scss */
.promo-banner .row.region.region-promo-banner {
  margin: 0px;
}

/* line 8, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner {
  padding: 70px 0px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 8, ../sass/modules/_promo_banner.scss */
  .front-page-promo-banner {
    padding: 20px;
  }
}
/* line 14, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row .views-field.views-field-nothing {
  border: 1px solid #eee;
  height: 100%;
}
@media screen and (min-width: 992px) {
  /* line 14, ../sass/modules/_promo_banner.scss */
  .front-page-promo-banner .views-row .views-field.views-field-nothing {
    display: flex;
    padding: 70px 50px 70px 100px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 14, ../sass/modules/_promo_banner.scss */
  .front-page-promo-banner .views-row .views-field.views-field-nothing {
    border: 0px solid #eee;
  }
}
/* line 24, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row .views-field.views-field-nothing .field-content {
  align-self: flex-start;
}
/* line 26, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row .views-field.views-field-nothing .field-content .pb-subtittle {
  font-family: "merriweather", serif;
  color: #000000;
}
/* line 30, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row .views-field.views-field-nothing .field-content .pb-tittle {
  color: #045ea4;
  font-size: 22px;
  text-decoration: none;
  font-family: "merriweather", serif;
  font-weight: 600;
}
/* line 36, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row .views-field.views-field-nothing .field-content .pb-tittle a {
  color: #046ea4;
  font-size: 32px;
  text-decoration: none;
  font-family: "open-sans", sans-serif;
}
/* line 41, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row .views-field.views-field-nothing .field-content .pb-tittle a:hover {
  text-decoration: underline;
}
/* line 46, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row .views-field.views-field-nothing .field-content p {
  color: #000000;
  font-family: "open-sans", sans-serif;
  font-size: 18px;
}
/* line 52, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row .views-field.views-field-nothing .field-content .pb-link a {
  border: 1px solid #045ea4;
  color: #ffffff;
  background: #045ea4;
  font-family: "open-sans", sans-serif !important;
  font-size: 18px !important;
}
/* line 59, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row .views-field.views-field-nothing .field-content .pb-link a:hover {
  border: 1px solid #045ea4;
  color: #045ea4;
  background: transparent;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 69, ../sass/modules/_promo_banner.scss */
  .front-page-promo-banner .views-row-1 {
    padding-bottom: 20px;
  }
}
/* line 73, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row-1 .views-field.views-field-field-promo-image {
  float: left;
  margin-right: 30px;
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 73, ../sass/modules/_promo_banner.scss */
  .front-page-promo-banner .views-row-1 .views-field.views-field-field-promo-image {
    width: 100%;
  }
}
/* line 81, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row-1 img {
  border-radius: 0px;
  width: 100%;
  height: auto;
}
/* line 86, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row-1 .pb-link {
  padding: 30px 0px 0px;
}
/* line 90, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row-2 {
  margin-top: 30px;
}
/* line 92, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row-2 .views-field.views-field-field-promo-image {
  float: right;
  margin-left: 30px;
  width: 50%;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 92, ../sass/modules/_promo_banner.scss */
  .front-page-promo-banner .views-row-2 .views-field.views-field-field-promo-image {
    width: 100%;
  }
}
/* line 100, ../sass/modules/_promo_banner.scss */
.front-page-promo-banner .views-row-2 img {
  border-radius: 0px;
  width: 100%;
  height: auto;
}

/* line 108, ../sass/modules/_promo_banner.scss */
.progress-bar-block {
  padding: 20px 0px;
}
/* line 110, ../sass/modules/_promo_banner.scss */
.progress-bar-block p {
  margin: 0px;
  color: #000000 !important;
}
/* line 113, ../sass/modules/_promo_banner.scss */
.progress-bar-block p span {
  float: right;
  color: #888890;
}
/* line 118, ../sass/modules/_promo_banner.scss */
.progress-bar-block .progress {
  height: 10px;
  margin-bottom: 20px;
}
/* line 122, ../sass/modules/_promo_banner.scss */
.progress-bar-block .progress::after {
  content: '\A';
  position: absolute;
  background: #474f56;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
  -webkit-animation: filler 5s ease-in-out;
  -moz-animation: filler 5s ease-in-out;
  animation: filler 5s ease-in-out;
}
/* line 134, ../sass/modules/_promo_banner.scss */
.progress-bar-block .progress.progress-one::after {
  width: 72%;
}
/* line 137, ../sass/modules/_promo_banner.scss */
.progress-bar-block .progress.progress-two::after {
  width: 40%;
}
/* line 140, ../sass/modules/_promo_banner.scss */
.progress-bar-block .progress.progress-three::after {
  width: 61%;
}
/* line 143, ../sass/modules/_promo_banner.scss */
.progress-bar-block .progress.progress-four::after {
  width: 88%;
}

@-webkit-keyframes filler {
  0% {
    width: 0;
  }
}
@-moz-keyframes filler {
  0% {
    width: 0;
  }
}
@keyframes filler {
  0% {
    width: 0;
  }
}
/* line 166, ../sass/modules/_promo_banner.scss */
.promo-banner-accordion .card {
  border-radius: 0px;
  margin-bottom: 10px;
}
/* line 169, ../sass/modules/_promo_banner.scss */
.promo-banner-accordion .card .btn.btn-link {
  width: 100%;
  text-align: left;
  color: #474f56;
  text-decoration: none;
  border-radius: 0px;
  padding: 5px 20px;
  font-size: 20px;
}
/* line 177, ../sass/modules/_promo_banner.scss */
.promo-banner-accordion .card .btn.btn-link:focus {
  box-shadow: none;
}
/* line 180, ../sass/modules/_promo_banner.scss */
.promo-banner-accordion .card .btn.btn-link:after {
  content: url(/sites/catalina/files/aarow_green.svg) !important;
  float: right;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  transform: rotate(0deg);
  transition: max-height 1.15s ease-out;
}
/* line 191, ../sass/modules/_promo_banner.scss */
.promo-banner-accordion .card .btn.btn-link.collapsed:after {
  content: url(/sites/catalina/files/aarow_green.svg) !important;
  transform: rotate(180deg);
}
/* line 196, ../sass/modules/_promo_banner.scss */
.promo-banner-accordion .card .card-body {
  padding: 0px 20px 10px;
}
/* line 198, ../sass/modules/_promo_banner.scss */
.promo-banner-accordion .card .card-body p {
  color: #545454 !important;
  margin-bottom: 0px;
}

/* line 1, ../sass/modules/_news_new.scss */
.news-block {
  overflow: hidden;
  background: #E7E7E7;
}

/* line 5, ../sass/modules/_news_new.scss */
.latest-news-block {
  padding: 50px 0px;
  color: #bfbfbf;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 5, ../sass/modules/_news_new.scss */
  .latest-news-block {
    padding: 30px 20px 0px;
  }
}
/* line 11, ../sass/modules/_news_new.scss */
.latest-news-block h2 {
  text-align: center;
  color: #045ea4;
  font-family: "merriweather", serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 19, ../sass/modules/_news_new.scss */
.latest-news-block .view-header_ {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: "merriweather", serif;
  color: #bfbfbf;
}
/* line 27, ../sass/modules/_news_new.scss */
.latest-news-block .views-row {
  overflow: hidden;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 27, ../sass/modules/_news_new.scss */
  .latest-news-block .views-row {
    margin-bottom: 15px;
  }
}
/* line 33, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .n-image img {
  width: 100%;
  height: auto;
}
/* line 38, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .views-field.views-field-nothing {
  width: 100%;
  background: #ffffff;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}
/* line 45, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .views-field.views-field-field-event-date-value {
  color: #bfbfbf;
}
/* line 48, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .n-title,
.latest-news-block .views-row .views-field.views-field-title {
  padding: 15px 20px 10px;
}
/* line 51, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .n-title a,
.latest-news-block .views-row .views-field.views-field-title a {
  text-decoration: none;
  color: #045ea4;
  font-size: 20px;
  line-height: 28px;
  font-family: "merriweather", serif;
  font-weight: 600;
}
/* line 58, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .n-title a:hover,
.latest-news-block .views-row .views-field.views-field-title a:hover {
  text-decoration: underline;
}
/* line 63, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .n-date {
  font-family: "open-sans", sans-serif;
  position: absolute;
  top: 15px;
  padding: 5px 20px;
  background: #373f47;
  color: #ffffff;
  right: 15px;
  text-align: center;
}
/* line 73, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .n-date span {
  font-size: 18px;
  display: block;
  font-weight: bold;
}
/* line 79, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .n-body,
.latest-news-block .views-row .views-field.views-field-body {
  color: #000000;
  padding: 10px 20px;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
/* line 87, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .views-field.views-field-created {
  color: #000000;
  margin-top: 10px;
  font-family: "merriweather", serif;
}
/* line 92, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .n-link {
  padding: 0px 20px 15px;
  margin-top: 45px;
}
/* line 95, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .n-link a {
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  font-family: "open-sans", sans-serif !important;
  font-size: 18px;
  border: 1px solid #045ea4;
  background: #045ea4 !important;
  font-weight: 500;
}
/* line 105, ../sass/modules/_news_new.scss */
.latest-news-block .views-row .n-link a:hover {
  border: 1px solid #474f56;
  color: #ffffff;
  background: #474f56;
}
/* line 113, ../sass/modules/_news_new.scss */
.latest-news-block .view-header,
.latest-news-block .view-footer {
  text-align: right;
  margin-top: 20px;
}
/* line 117, ../sass/modules/_news_new.scss */
.latest-news-block .view-header a,
.latest-news-block .view-footer a {
  border: 1px solid #373f47;
  background: #373f47;
  font-family: "open-sans", sans-serif !important;
  font-size: 18px !important;
}
/* line 123, ../sass/modules/_news_new.scss */
.latest-news-block .view-header a:hover_,
.latest-news-block .view-footer a:hover_ {
  border: 1px solid #FFBB33;
  color: #FFBB33;
  background: transparent;
}

/* line 1, ../sass/modules/_footer.scss */
.site-footer_top.clearfix {
  background: #ffffff;
  color: #045ea4;
  padding: 80px 0px;
  font-family: "merriweather", serif;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 1, ../sass/modules/_footer.scss */
  .site-footer_top.clearfix {
    padding: 30px 0px;
    text-align: center;
  }
}
/* line 10, ../sass/modules/_footer.scss */
.site-footer_top.clearfix h2 {
  font-size: 22px;
  font-family: "merriweather", serif;
  color: #373f47;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 48px 4px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 10, ../sass/modules/_footer.scss */
  .site-footer_top.clearfix h2 {
    background-image: url(../images/lineg.svg);
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 10, ../sass/modules/_footer.scss */
  .site-footer_top.clearfix h2 {
    margin: 15px 0px 0px 0px;
  }
}
/* line 28, ../sass/modules/_footer.scss */
.site-footer_top.clearfix .region-footer-first p img {
  width: 100%;
  max-width: 248px;
}

/* line 40, ../sass/modules/_footer.scss */
.footer-about-block {
  padding: 15px 15px 0px;
  color: #373f47;
  font-family: "open-sans", sans-serif;
}

/* line 45, ../sass/modules/_footer.scss */
.address-block {
  color: #373f47;
}
/* line 47, ../sass/modules/_footer.scss */
.address-block strong {
  color: #373f47;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 22px;
  padding: 3px 0px 0px 28px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 55, ../sass/modules/_footer.scss */
  .address-block .add-line {
    display: block;
    margin-bottom: 10px;
  }
}
/* line 60, ../sass/modules/_footer.scss */
.address-block .address-icon {
  background-image: url(../images/locationgray.svg);
}
/* line 63, ../sass/modules/_footer.scss */
.address-block .phone-icon {
  background-image: url(../images/callg.svg);
}
/* line 66, ../sass/modules/_footer.scss */
.address-block .email-icon {
  background-image: url(../images/emailg.svg);
}
/* line 69, ../sass/modules/_footer.scss */
.address-block a {
  color: #045ea4;
  text-decoration: none;
}
/* line 72, ../sass/modules/_footer.scss */
.address-block a:hover {
  text-decoration: underline;
  color: #045ea4;
}

/* line 80, ../sass/modules/_footer.scss */
.footer-menu-block .clearfix.nav {
  display: inline-block;
}
/* line 82, ../sass/modules/_footer.scss */
.footer-menu-block .clearfix.nav .nav-link {
  color: #373f47;
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  padding: 5px 0px;
}
/* line 87, ../sass/modules/_footer.scss */
.footer-menu-block .clearfix.nav .nav-link:hover {
  text-decoration: underline;
  color: #045ea4;
}

/* line 95, ../sass/modules/_footer.scss */
.social-media-block {
  padding: 20px 0px;
}
/* line 98, ../sass/modules/_footer.scss */
.social-media-block .content a {
  color: #373f47;
  display: inline-block;
  margin: 0px 3px 15px;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  text-align: center;
  background: transparent;
  font-size: 22px;
  padding-top: 6px;
}
/* line 109, ../sass/modules/_footer.scss */
.social-media-block .content a img {
  width: 42px;
  height: 42px;
}
/* line 113, ../sass/modules/_footer.scss */
.social-media-block .content a:hover {
  background: transparent;
  color: #045ea4 !important;
}

/* line 121, ../sass/modules/_footer.scss */
.site-footer__bottom {
  background: #ffffff;
  color: #373f47;
  margin: 0px;
  border: 0px solid;
  font-family: "merriweather", serif;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 121, ../sass/modules/_footer.scss */
  .site-footer__bottom {
    text-align: center;
  }
  /* line 129, ../sass/modules/_footer.scss */
  .site-footer__bottom .region {
    margin-top: 0px;
  }
}
/* line 133, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right {
  text-align: right;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 133, ../sass/modules/_footer.scss */
  .site-footer__bottom .footer-bottom-right {
    text-align: center;
  }
}
/* line 138, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right a {
  color: #373f47;
  text-decoration: none;
}
/* line 141, ../sass/modules/_footer.scss */
.site-footer__bottom .footer-bottom-right a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 150, ../sass/modules/_footer.scss */
  .bImage #pTitle h1 {
    font-size: 45px !important;
  }
}
/* line 1, ../sass/pages/_pages.scss */
.bImage {
  position: relative;
}
/* line 4, ../sass/pages/_pages.scss */
.bImage #inner-banner-image .image-style-header-, .bImage #inner-banner-image img {
  width: 100%;
  height: auto;
}
/* line 9, ../sass/pages/_pages.scss */
.bImage .scaleUp.animation {
  height: 500px;
  width: 100%;
}
/* line 13, ../sass/pages/_pages.scss */
.bImage .t-outer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  /*background: rgba(0,32,91,0.8);*/
}
/* line 20, ../sass/pages/_pages.scss */
.bImage #pTitle {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
/* line 25, ../sass/pages/_pages.scss */
.bImage #pTitle h1 {
  color: #ffffff;
  font-size: 70px;
}

/* line 32, ../sass/pages/_pages.scss */
.breadcrumb {
  margin-top: 10px;
}
/* line 35, ../sass/pages/_pages.scss */
.breadcrumb li:first-child a {
  /*background: url(../images/home.png);
  background-repeat: no-repeat;
  background-size: 20px;
  color: transparent;*/
  text-decoration: none;
}

/* line 45, ../sass/pages/_pages.scss */
#content {
  padding-bottom: 20px;
}

/* line 50, ../sass/pages/_pages.scss */
#content img {
  padding: 10px;
}

/* line 55, ../sass/pages/_pages.scss */
.path-frontpage #content {
  padding-bottom: 0px;
}

/* line 60, ../sass/pages/_pages.scss */
.fullWidthContent #main {
  max-width: 100%;
}

/* line 65, ../sass/pages/_pages.scss */
.field.field--name-field-page-layout {
  display: none;
}

/* line 69, ../sass/pages/_pages.scss */
#sidebar_first .block-menu .clearfix.nav {
  display: block;
}

/* line 75, ../sass/pages/_pages.scss */
.node--type-events .field--name-field-event-start-date {
  font-weight: bold;
}

/* line 82, ../sass/pages/_pages.scss */
.path-search #search-form #edit-keys {
  border-radius: 0px;
  padding: 10px 10px;
}
/* line 86, ../sass/pages/_pages.scss */
.path-search #search-form #edit-submit {
  margin-top: 0px;
}

/* line 92, ../sass/pages/_pages.scss */
p a {
  text-decoration: none !important;
}

/* line 96, ../sass/pages/_pages.scss */
#main li a {
  text-decoration: none !important;
}

/* line 100, ../sass/pages/_pages.scss */
.bImage #pTitle h1 {
  color: #ffffff;
  padding: 2px 10px;
  font-family: "merriweather", serif !important;
  font-size: 75px !important;
  text-transform: uppercase;
  font-size: 100px;
  border: 0px solid;
  text-align: center;
  font-weight: 700 !important;
  text-shadow: 0px 1px 1px #505050;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  /* line 115, ../sass/pages/_pages.scss */
  .focus-area-block .views-row .f-link a {
    padding: 7px 33px !important;
  }
}
/* line 120, ../sass/pages/_pages.scss */
#block-catalina-d9-page-title {
  padding-bottom: 13px;
}

/* line 124, ../sass/pages/_pages.scss */
.cta {
  margin-top: -14px;
}

/* line 128, ../sass/pages/_pages.scss */
.js-drupal-fullcalendar .fc-day-grid-event.fc-h-event.fc-event {
  background: #008ea9 !important;
  border: #008ea9 !important;
}

/* line 133, ../sass/pages/_pages.scss */
#block-pagetitle h1 {
  font-family: "merriweather", serif !important;
  font-size: 55px !important;
  color: #045ea4 !important;
  font-weight: 600 !important;
}

/* line 141, ../sass/pages/_pages.scss */
#edit-email {
  width: 50% !important;
}

/* line 145, ../sass/pages/_pages.scss */
#webform-submission-webform-2792-add-form img {
  width: 100%;
  display: block;
  margin: 0 auto 15px;
  max-width: 10rem;
  position: relative;
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left;
}

/* line 155, ../sass/pages/_pages.scss */
.our-focus {
  padding: 20px;
}

/* line 159, ../sass/pages/_pages.scss */
.cta-front-block {
  text-align: center;
}

/* line 163, ../sass/pages/_pages.scss */
.view-article .views-field-field-article-type {
  background: #bfbfbf !important;
  white-space: nowrap;
  color: #fff;
  font-size: .75rem;
  font-style: italic;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 175, ../sass/pages/_pages.scss */
  #block-newstarthere, #block-views-block-video-block-1, #block-featuredresource {
    margin: 7px !important;
  }

  /* line 179, ../sass/pages/_pages.scss */
  .ministry-offer-block__image img {
    width: 100% !important;
  }

  /* line 183, ../sass/pages/_pages.scss */
  #block-newstarthere, #block-views-block-video-block-1, #block-featuredresource {
    width: 100% !important;
  }

  /* line 189, ../sass/pages/_pages.scss */
  iframe {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  /* line 195, ../sass/pages/_pages.scss */
  iframe {
    width: 100% !important;
  }

  /* line 199, ../sass/pages/_pages.scss */
  #block-newstarthere, #block-views-block-video-block-1, #block-featuredresource {
    width: 29% !important;
  }
}
/* line 205, ../sass/pages/_pages.scss */
.latest-news-block .views-row .n-link a {
  bottom: 40px !important;
}

/* line 209, ../sass/pages/_pages.scss */
.ministry-offer-block__image img {
  float: left;
  margin-right: 30px;
}

/* line 3, ../sass/pages/_all_news.scss */
.page-view-latest-news .view-latest-news .views-row {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  /* line 3, ../sass/pages/_all_news.scss */
  .page-view-latest-news .view-latest-news .views-row {
    margin-bottom: 20px;
  }
}
/* line 10, ../sass/pages/_all_news.scss */
.page-view-latest-news .view-latest-news .views-row .views-field.views-field-field-news-image img {
  width: 100%;
  height: auto;
}
/* line 15, ../sass/pages/_all_news.scss */
.page-view-latest-news .view-latest-news .views-row .views-field.views-field-nothing {
  height: 200px;
  box-shadow: 0px 1px 1px #505050;
  background: #fff;
  padding: 32px 40px;
  position: absolute;
  bottom: -45px;
  width: calc(100% - 70px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 0px) and (max-width: 991px) {
  /* line 15, ../sass/pages/_all_news.scss */
  .page-view-latest-news .view-latest-news .views-row .views-field.views-field-nothing {
    width: 100%;
    position: relative;
    bottom: 0px;
  }
}
/* line 31, ../sass/pages/_all_news.scss */
.page-view-latest-news .view-latest-news .views-row .views-field.views-field-nothing:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
/* line 34, ../sass/pages/_all_news.scss */
.page-view-latest-news .view-latest-news .views-row .views-field.views-field-nothing .l-title {
  margin-bottom: 20px;
}
/* line 36, ../sass/pages/_all_news.scss */
.page-view-latest-news .view-latest-news .views-row .views-field.views-field-nothing .l-title a {
  color: #008ea9;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: none;
}
/* line 44, ../sass/pages/_all_news.scss */
.page-view-latest-news .view-latest-news .views-row .views-field.views-field-nothing .l-title a:hover {
  text-decoration: underline;
}
/* line 49, ../sass/pages/_all_news.scss */
.page-view-latest-news .view-latest-news .views-row .views-field.views-field-nothing .l-time {
  color: #2B2B2B;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px;
}

/* line 1, ../sass/pages/_calendar.scss */
.fc-day-grid-event .fc-content {
  white-space: pre-line;
}

/* line 5, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar thead > tr {
  border-bottom: 1px solid #eee;
}
/* line 11, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar table thead tr th {
  background: #ffffff !important;
  color: #333 !important;
}
/* line 18, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar table tbody tr {
  background: #ffffff !important;
}
/* line 23, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar .fc-head-container.fc-widget-header {
  background: #ffffff;
}

/* line 29, ../sass/pages/_calendar.scss */
.fc-day-grid-event .fc-content {
  white-space: pre-line;
}

/* line 33, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar .fc-scroller.fc-day-grid-container {
  height: 100% !important;
  overflow: initial !important;
}
/* line 37, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar thead > tr {
  border-bottom: 1px solid #eee;
}
/* line 43, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar table thead tr th {
  background: #ffffff !important;
  color: #333 !important;
}
/* line 50, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar table tbody tr {
  background: #ffffff !important;
}
/* line 55, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar .fc-head-container.fc-widget-header {
  background: #ffffff;
}

/* line 61, ../sass/pages/_calendar.scss */
.fc-day-grid-event .fc-content {
  white-space: pre-line;
}

/* line 64, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar thead > tr {
  border-bottom: 1px solid transparent;
}

/* line 69, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar .fc-scroller.fc-day-grid-container {
  height: 100% !important;
  overflow: initial !important;
}
/* line 72, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar .fc-scroller.fc-day-grid-container a {
  color: #000;
  text-decoration: none !important;
}
/* line 77, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar thead > tr {
  border-bottom: 1px solid transparent !important;
}
/* line 80, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar .fc-day-grid-event.fc-h-event.fc-event {
  color: #fff !important;
}
/* line 83, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar .fc-head-container.fc-widget-header table {
  margin: 0px;
}
/* line 86, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar .fc-view-container {
  border-bottom: 1px solid #ddd;
}
/* line 89, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar .fc-row .fc-content-skeleton td {
  border-right: 1px solid #ddd;
}
/* line 92, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar .fc-button-primary:disabled,
.js-drupal-fullcalendar .fc-button-primary {
  background: #008ea9;
  border: #008ea9;
}
/* line 97, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar thead > tr {
  border-bottom: 1px solid #eee;
}
/* line 100, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar table {
  margin: 0px;
}
/* line 102, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar table .fc-unthemed td {
  border-right: 1px solid #ddd !important;
}
/* line 107, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar table thead tr th {
  background: #fff !important;
  color: #333 !important;
}
/* line 114, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar table tbody tr {
  background: #fff !important;
}
/* line 119, ../sass/pages/_calendar.scss */
.js-drupal-fullcalendar .fc-head-container.fc-widget-header {
  background: #fff;
}

/* line 125, ../sass/pages/_calendar.scss */
.fc-toolbar h2 {
  font-size: 30px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 130, ../sass/pages/_calendar.scss */
  .fc-button-group {
    display: grid !important;
    margin: 10px;
  }

  /* line 134, ../sass/pages/_calendar.scss */
  .fc-button-group > .fc-button:not(:last-child) {
    margin: 2px;
  }

  /* line 137, ../sass/pages/_calendar.scss */
  .fc-button-group > .fc-button:not(:first-child) {
    margin-left: 2px !important;
  }

  /* line 140, ../sass/pages/_calendar.scss */
  .path-calendar h2 {
    text-align: center;
  }
}
/* line 145, ../sass/pages/_calendar.scss */
.fc-ltr .fc-list-heading-alt {
  color: #88B668;
}

/* line 149, ../sass/pages/_calendar.scss */
.fc-ltr .fc-list-heading-main {
  color: #88B668;
}

/* line 2, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row {
  position: relative;
  overflow: hidden;
  padding: 0px;
  max-width: 220px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 9, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row img {
  padding: 0px !important;
}
/* line 12, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field.views-field-title, .view-board-of-directors .views-row .views-field.views-field-title a {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 0px 0px 1px #333;
  text-decoration: none;
}
/* line 24, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field-view-node a, .view-board-of-directors .views-row .views-field.views-field-nothing {
  position: absolute;
  padding-top: 26%;
  text-align: center;
  background: rgba(0, 96, 175, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 40px;
  color: #ffffff;
  transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 37, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field-view-node a:hover, .view-board-of-directors .views-row .views-field.views-field-nothing:hover {
  transform: translateY(0%);
}
/* line 42, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row:hover .views-field-view-node a, .view-board-of-directors .views-row:hover .views-field.views-field-nothing {
  transform: translateY(0%);
}
/* line 46, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field.views-field-nothing {
  padding: 19% 1% 1% 1%;
  font-size: 14px;
  background: #045ea4;
}
/* line 51, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field.views-field-nothing .name {
  font-size: 20px;
  font-weight: bold;
}
/* line 54, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field.views-field-nothing .name a {
  color: #ffffff;
  text-decoration: none;
}
/* line 59, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field.views-field-nothing .bio a {
  color: rgba(255, 255, 255, 0.6);
  transition: all .3s linear 0s;
  font-size: 13px;
  text-decoration: none;
}
/* line 64, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field.views-field-nothing .bio a:hover {
  color: #ffffff;
}

@media (min-width: 0px) and (max-width: 640px) {
  /* line 73, ../sass/pages/_bod.scss */
  .view-board-of-directors .views-row {
    width: 290px !important;
    margin: 1% auto !important;
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 81, ../sass/pages/_bod.scss */
  .view-board-of-directors .views-row .views-field.views-field-title a {
    left: 18px !important;
    font-size: 15px !important;
  }
}
/* line 2, ../sass/paragraphs/_all_pages.scss */
.block-field-blocknodepagefield-lp-paragraphs > .content > .paragraph {
  padding: 15px 0px;
}
/* line 4, ../sass/paragraphs/_all_pages.scss */
.block-field-blocknodepagefield-lp-paragraphs > .content > .paragraph p img {
  margin: 0px 15px 15px;
}
/* line 7, ../sass/paragraphs/_all_pages.scss */
.block-field-blocknodepagefield-lp-paragraphs > .content > .paragraph .align-left {
  margin: 15px 15px 15px 0px;
}
/* line 10, ../sass/paragraphs/_all_pages.scss */
.block-field-blocknodepagefield-lp-paragraphs > .content > .paragraph .align-left {
  margin: 15px 15px 15px 0px;
}
/* line 13, ../sass/paragraphs/_all_pages.scss */
.block-field-blocknodepagefield-lp-paragraphs > .content > .paragraph .align-right {
  margin: 15px 0px 15px 15px;
}

/* line 25, ../sass/paragraphs/_all_pages.scss */
#content .node .node__content.clearfix .paragraph.paragraph--view-mode--default {
  margin-bottom: 15px;
}

/* line 2, ../sass/paragraphs/_link_buttons.scss */
.paragraph--type--link-buttons .wrapper-field-prgf-head-content-buttons {
  text-align: center;
}
/* line 5, ../sass/paragraphs/_link_buttons.scss */
.paragraph--type--link-buttons .field-prgf-head-content-buttons.button {
  display: inline-block;
  padding: 7px 35px;
  border-radius: 0px;
  margin: 5px 0px;
  transition: all 0.3s linear 0s;
  text-transform: uppercase;
}
/* line 12, ../sass/paragraphs/_link_buttons.scss */
.paragraph--type--link-buttons .field-prgf-head-content-buttons.button a {
  text-decoration: none;
  color: #ffffff;
  font-family: "open-sans", sans-serif;
  font-size: 20px;
}
/* line 18, ../sass/paragraphs/_link_buttons.scss */
.paragraph--type--link-buttons .field-prgf-head-content-buttons.button:hover_ {
  background: #539ED0 !important;
}

/* line 1, ../sass/paragraphs/_accordion.scss */
.paragraph--type--bp-accordion {
  margin-bottom: 15px;
}
/* line 3, ../sass/paragraphs/_accordion.scss */
.paragraph--type--bp-accordion .card.panel {
  border: 1px solid #EDEDED;
}
/* line 6, ../sass/paragraphs/_accordion.scss */
.paragraph--type--bp-accordion .card-header.panel-heading {
  background: transparent;
  padding: 0px;
  border-radius: 6px;
  border: 0px solid;
}
/* line 12, ../sass/paragraphs/_accordion.scss */
.paragraph--type--bp-accordion .card-header.panel-heading .panel-title a {
  background: #045ea4;
  border-radius: 6px 6px 0px 0px;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 20px;
  display: block;
  font-size: 24px;
  font-family: "merriweather", serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 22, ../sass/paragraphs/_accordion.scss */
.paragraph--type--bp-accordion .card-header.panel-heading .panel-title a:hover {
  color: #ffffff;
}
/* line 26, ../sass/paragraphs/_accordion.scss */
.paragraph--type--bp-accordion .card-header.panel-heading .panel-title a.collapsed {
  background: #EDEDED;
  color: #045EA4;
  border-radius: 0px;
}
/* line 32, ../sass/paragraphs/_accordion.scss */
.paragraph--type--bp-accordion .card-header.panel-heading .panel-title a.collapsed::after {
  background-color: #008EA9;
  content: url("../images/plus-icon.png") !important;
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 3px;
  margin-top: -1px;
  text-align: center;
}
/* line 44, ../sass/paragraphs/_accordion.scss */
.paragraph--type--bp-accordion .card-header.panel-heading .panel-title a::after {
  background-color: #008EA9;
  content: url("../images/minus-icon.png") !important;
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 3px;
  margin-top: -1px;
  text-align: center;
}
/* line 59, ../sass/paragraphs/_accordion.scss */
.paragraph--type--bp-accordion .card-block .paragraph--type--bp-simple {
  padding: 15px 15px 0px;
}

/* line 1, ../sass/paragraphs/_modal.scss */
.modal .modal-header {
  text-align: right;
  display: block;
}

/* line 6, ../sass/paragraphs/_modal.scss */
.paragraph--type--bp-modal {
  text-align: center;
}
/* line 8, ../sass/paragraphs/_modal.scss */
.paragraph--type--bp-modal .btn.btn-primary.btn-lg.btn-modal {
  background: #008EA9 !important;
  border: 1px solid #008EA9 !important;
}

/* line 4, ../sass/paragraphs/_tabs.scss */
.paragraph--type--bp-tabs .nav.nav-tabs li a {
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  margin-right: 10px;
  background: #f2f2f2;
  border-radius: 6px 6px 0px 0px;
  font-family: "merriweather", serif;
  font-weight: 600;
  font-size: 20px;
  color: #008EA9 !important;
}
/* line 16, ../sass/paragraphs/_tabs.scss */
.paragraph--type--bp-tabs .nav.nav-tabs li .active {
  background: #045EA4;
  color: #ffffff !important;
}
/* line 23, ../sass/paragraphs/_tabs.scss */
.paragraph--type--bp-tabs .tab-content .paragraph--type--bp-simple {
  padding: 15px 0px 0px;
}
