/***** Mixins *****/
.abs_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/******************/
html,
body {
  min-width: 320px;
  height: 100%;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: 'Sans Serif', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #3f4444;
}
/*************************************************************/
/******************************** CONSTANTS ******************/
/*************************************************************/
:focus {
  outline: none !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: Arial, sans-serif;
}
h1,
.h1 {
  margin-bottom: 15px;
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
}
h1 small,
.h1 small {
  display: block;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}
h2,
.h2 {
  margin-bottom: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
  color: #6ba4b8;
}
h3,
.h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #3f4444;
}
h4,
.h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #3f4444;
}
p {
  margin-bottom: 25px;
}
a {
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-decoration: none;
  outline: none !important;
  color: #0085ca;
}
a:hover {
  text-decoration: none;
  color: #006397;
}
hr {
  /* border-color: @gray; */
}
img {
  max-width: 100%;
}
img.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
img.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}
input,
select,
textarea {
  max-width: 100%;
}
input[type="text"],
select[type="text"],
textarea[type="text"],
input[type="email"],
select[type="email"],
textarea[type="email"],
input[type="tel"],
select[type="tel"],
textarea[type="tel"],
input[type="password"],
select[type="password"],
textarea[type="password"] {
  width: 100%;
}
.text-btn,
input[type="submit"] {
  display: inline-block;
  min-width: 200px;
  padding: 5px 30px;
  margin-bottom: 20px;
  background-color: #004c97;
  border: 1px solid #004c97;
  -webkit-transition: background 0.5s, border 0.5s;
  -moz-transition: background 0.5s, border 0.5s;
  -ms-transition: background 0.5s, border 0.5s;
  -o-transition: background 0.5s, border 0.5s;
  transition: background 0.5s, border 0.5s;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.text-btn a,
input[type="submit"] a {
  color: #fff;
}
.text-btn:hover,
input[type="submit"]:hover {
  background-color: #001931;
  border-color: #001931;
  color: #fff;
}
.text-btn:hover a,
input[type="submit"]:hover a {
  background-color: #001931;
  border-color: #001931;
  color: #fff;
}
.text-btn.full,
input[type="submit"].full {
  width: 100%;
  min-width: 100%;
}
.text-btn.blue-border,
input[type="submit"].blue-border {
  background-color: transparent;
  border: 1px solid #004c97;
  color: #004c97;
}
.text-btn.blue-border:hover,
input[type="submit"].blue-border:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.text-btn.white-border,
input[type="submit"].white-border {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.text-btn.white-border:hover,
input[type="submit"].white-border:hover {
  background-color: #001931;
}
.text-btn.black-border,
input[type="submit"].black-border {
  background-color: transparent;
  border: 1px solid #3f4444;
  color: #3f4444;
}
.text-btn.black-border:hover,
input[type="submit"].black-border:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.white-bg {
  background-color: #fff;
}
.light-blue-bg {
  background-color: #6ba4b8;
}
.light-blue-bg * {
  color: #fff;
}
.blue-bg {
  background-color: #004c97;
}
.blue-bg * {
  color: #fff;
}
.light-gray-bg {
  background-color: #ededed;
}
.gray-bg {
  background-color: #cfd2d4;
}
.dark-gray-bg {
  background-color: #3f4444;
}
.dark-gray-bg * {
  color: #fff;
}
.container-fluid {
  overflow-x: visible !important;
}
.link-list {
  margin-bottom: 25px;
}
.link-list a {
  display: table;
  padding-bottom: 8px;
}
.select-custom {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 5px 50px 5px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  overflow: hidden;
}
.select-custom:after {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 22px;
  pointer-events: none;
  font-family: 'Font Awesome 5 Pro';
  font-size: 30px;
  line-height: 37px;
  font-weight: 300;
}
.select-custom select {
  width: 110%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  font-size: 18px;
  text-overflow: '';
}
.select-custom select::-ms-expand {
  display: none;
}
.responsive-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagination {
  padding-top: 15px;
  padding-bottom: 45px;
}
.pagination .pages {
  margin-right: 20px;
}
.pagination .inactive,
.pagination .current {
  margin-right: 2.5px;
  margin-left: 2.5px;
}
.carousel .carousel-indicators-round {
  position: absolute;
  right: auto;
  bottom: 20px;
  left: 25px;
  margin: 0;
}
.carousel .carousel-indicators-round li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #f2f2f2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.carousel .carousel-indicators-round li.active {
  background-color: #004c97;
}
.mask-right {
  position: relative;
  overflow: hidden;
}
.mask-right .container {
  position: relative;
}
.mask-left {
  position: relative;
}
.mask-left .container {
  position: relative;
}
.mask-left .container:before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% - 15px);
  width: 1000px;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.body-content {
  background-color: #fff;
}
.body-content h2 {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.body-content.offset-top {
  margin-top: -300px;
}
.page-404 h2 {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #6ba4b8;
}
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper h3.gform_title {
  margin-top: 0 !important;
}
.gform_wrapper li {
  padding-right: 0 !important;
}
.gform_wrapper label {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 300 !important;
}
.gform_wrapper label.gfield_label {
  font-style: normal;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  height: 34px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #ebebeb;
  border: none;
}
.gform_wrapper textarea {
  background-color: #ebebeb;
  border: none;
}
.sticky-container {
  flex: 1;
}
/*************************************************************/
/******************************** HEADER *********************/
/*************************************************************/
.covid {
  background-color: #e23231;
  color: white;
  margin-bottom: 0px;
  width: 100%;
  padding: 8px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
}
.covid a {
  text-decoration: none;
  color: white;
  text-transform: none;
}
.covid a:hover {
  font-weight: 500;
  text-decoration: none;
}
#site-header {
  position: relative;
  background-color: #fff;
  z-index: 99;
}
#site-header .logo-container {
  display: inline-block;
  padding: 15px 25px 15px 15px;
  margin-bottom: 30px;
  background-color: #6ba4b8;
  vertical-align: top;
  overflow: hidden;
}
#site-header .logo-container .logo {
  display: inline-block;
  width: 160px;
  height: 75px;
  margin-right: 20px;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  vertical-align: middle;
}
#site-header .logo-container span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#site-header .logo-container span em {
  display: block;
  font-style: italic;
  font-weight: normal;
}
#site-header .nav-container {
  display: inline-block;
  margin-left: 30px;
  vertical-align: top;
}
#site-header .buttons-container {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  margin-top: 40px;
}
#site-header .buttons-container .text-btn {
  display: block;
  min-width: 150px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
#secondary-nav {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -10px;
}
#secondary-nav ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
#secondary-nav li {
  display: inline-block;
}
#secondary-nav a {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #8e9c9c;
}
#primary-nav {
  margin-left: -12px;
}
#primary-nav > ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
#primary-nav > ul > li {
  display: inline-block;
}
#primary-nav > ul > li > a {
  display: block;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 18px;
  color: #3f4444;
}
#primary-nav > ul > li.current-menu-ancestor > a,
#primary-nav > ul > li.current-menu-parent > a {
  color: #004c97;
}
#primary-nav > ul > li.menu-item-has-children {
  position: relative;
}
#primary-nav > ul > li.menu-item-has-children .sub-menu {
  list-style: none;
  position: absolute;
  top: 41px;
  left: -9999px;
  width: 200px;
  padding: 5px;
  margin: 0;
  background-color: #fff;
  border-top: 2px solid #004c97;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#primary-nav > ul > li.menu-item-has-children .sub-menu a {
  display: block;
  padding: 5px 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  font-size: 16px;
  color: #3f4444;
}
#primary-nav > ul > li.menu-item-has-children .sub-menu a:hover {
  background-color: #f2f2f2;
}
#primary-nav > ul > li.menu-item-has-children:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #004c97;
}
#primary-nav > ul > li.menu-item-has-children:hover .sub-menu {
  left: 0;
}
/*************************************************************/
/******************************** MAIN ***********************/
/*************************************************************/
#home-slider .carousel-item {
  height: 450px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#home-slider .container,
#home-slider .row {
  height: 100%;
}
#home-slider .container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#home-slider .caption {
  padding: 45px 45px 130px;
  background-color: rgba(255, 255, 255, 0.9);
}
#hero {
  height: 300px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#upcoming-event {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#upcoming-event h4 {
  margin-top: 0;
}
#upcoming-event p {
  margin-bottom: 5px;
}
#upcoming-event .text-btn {
  margin-bottom: 0;
}
#highlighted {
  background-image: url(images/checkered-light-blue.png);
  background-position: 100% 0;
  background-repeat: repeat-y;
  overflow: hidden;
}
#highlighted img {
  display: inline-block;
  max-width: 350px;
  margin: 30px 30px 30px 45px;
  float: left;
}
#highlighted .content h3,
#highlighted .content p {
  color: #fff;
}
#restricted h2 i {
  display: inline-block;
  width: 80px;
  margin-right: 30px;
  background-color: #6ba4b8;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  color: #fff;
}
#restricted h3 {
  color: #6ba4b8;
}
#restricted .login div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#restricted .login h3 {
  margin-bottom: 30px;
}
/*************************************************************/
/******************************** SIDEBAR ********************/
/*************************************************************/
/*************************************************************/
/******************************** FOOTER *********************/
/*************************************************************/
#site-footer {
  padding-top: 30px;
  background-color: #cfd2d4;
  background-image: url(images/checkered-gray.png);
  background-position: 0 0;
  background-repeat: repeat-y;
  border-top: 12px solid #fff;
}
#site-footer .logo {
  display: block;
  width: 160px;
  max-width: 100%;
  height: 75px;
  margin-bottom: 30px;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
#site-footer h4 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cfd2d4;
  font-size: 14px;
  color: #3f4444;
}
#site-footer p,
#site-footer address {
  color: #3f4444;
}
#site-footer a {
  text-decoration: underline;
}
#site-footer .legal {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  margin-top: 50px;
  background-color: #8e9c9c;
  font-size: 14px;
  color: #fff;
}
#site-footer .legal a {
  text-decoration: none;
  color: #fff;
}
/*************************************************************/
/******************************** RESPONSIVE *****************/
/*************************************************************/
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
  #site-header .logo-container span {
    font-size: 15px;
  }
  #site-header .buttons-container .text-btn {
    display: inline-block;
  }
  #primary-nav > ul > li > a {
    font-size: 16px;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  .mask-right .container:before,
  .mask-left .container:before,
  .mask-right .container:after,
  .mask-left .container:after {
    display: none;
  }
  #site-header .buttons-container {
    display: none;
  }
  #site-header .navbar-toggler {
    position: absolute;
    top: 35px;
    right: 15px;
    display: inline-block;
    background-color: transparent;
    font-size: 24px;
    color: #004c97;
  }
  #secondary-nav,
  #primary-nav {
    display: none;
  }
  #mobile-nav {
    border-top: 1px solid #ddd;
  }
  #mobile-nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #mobile-nav > ul > li {
    overflow: hidden;
  }
  #mobile-nav > ul > li > a {
    display: block;
    margin: 7.5px 10px;
    font-size: 15px;
    color: #004c97;
  }
  #mobile-nav > ul > li .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
  }
  #mobile-nav > ul > li .sub-menu a {
    display: block;
    padding: 5px 20px;
    font-size: 13px;
    color: #004c97;
  }
  #mobile-nav > ul > li.highlighted a {
    background-color: #004c97;
    color: #fff;
  }
  #home-slider .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 45px;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
  html,
  body {
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    -webkit-overflow-scrolling: touch;
  }
  #highlighted img {
    margin: 15px;
  }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  #site-header .logo-container .logo {
    width: 140px;
  }
}
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #site-header .navbar-toggler,
  #mobile-nav {
    display: none;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/* Extra large devices (large desktops, 1430px and up) */
/*# sourceMappingURL=style.min.css.map */