@charset "utf-8";
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  margin: .5em 0 .5em 0;
  font-weight: 600;
}
h1 {
  font-size: 2.75em;
  line-height: 1.25em;
  margin-top: 1rem;
}
h2 {
  font-size: 2.5em;
  line-height: 1.5em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.25em;
}
p {
  margin: 1em 0;
}
a {
  color: #0072ee;
  text-decoration: underline;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #333;
  text-decoration: none;
}
p.page-description {
  font-size: 1.5em;
  margin-top: -1rem;
  color: #555;
  line-height: 1.5em;
}
p.sub-heading {
  font-size: 1.5em;
  margin-top: -1em;
  filter: opacity(0.9);
  line-height: 1.5em;
}
@media (max-width: 450px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  p.page-description,
  p.sub-heading {
    font-size: 1.25em;
  }
  p.sub-heading {
    margin-top: .5em;
  }
}
fieldset {
  margin-top: 20px;
}
.content-block label {
  font-weight: 600;
}
img {
  max-width: 100%;
}
.btn {
  text-decoration: none;
}
.btn.btn-aapt {
  background-color: #00539b;
  color: white;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border: 2px #00539b;
  margin: -1px 0 1px 4px;
}
.btn.btn-aapt:hover {
  background-color: #003365;
}
.btn.btn-aapt-green {
  background-color: #a5d176;
  color: white;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border: 2px transparent;
}
.btn.btn-aapt-green:hover {
  background-color: white;
  color: #333;
}
.btn.btn-aapt-dark {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: 2px solid white;
  border-radius: 8px;
  margin-top: 1em;
  text-shadow: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.btn.btn-aapt-dark:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #333;
}
ul.list-group,
ol.list-group {
  padding: 0;
  margin: 1em 0 1.5em 0;
}
ul.list-group {
  list-style: none;
}
ol.list-group {
  margin-left: 25px;
}
ul.list-group li:last-child,
ol.list-group li:last-child {
  border: 0;
}
ul.list-group.list-group-icons li {
  padding-left: 65px;
  position: relative;
}
ul.list-group.list-group-icons li .list-group-icon {
  font-size: 40px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 55px;
  text-align: center;
}
ul.list-group.list-group-2-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
ul.list-group.list-group-2-col li {
  flex-basis: 48%;
}
ul.list-group.list-group-2-col li:nth-last-child(2),
ol.list-group.list-group-2-col li:nth-last-child(2) {
  border: 0;
}
ol.list-group.nav {
  list-style: decimal;
}
ul.list-group li,
ol.list-group li {
  padding: 8px;
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}
ul.list-group.zebra li:nth-of-type(even),
ol.list-group.zebra li:nth-of-type(even) {
  background-color: rgba(155, 155, 155, 0.15);
}
ul.list-group ul,
ol.list-group ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
ul.list-group ul li,
ol.list-group ol li {
  border: none;
  padding: 3px;
}
ol.list-group.nav li {
  display: list-item;
}
ol.list-group.nav li a {
  padding: 0;
}
ul.list-group.list-group-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.list-group.list-group-flex li {
  flex-grow: 1;
  border: 0;
  text-align: center;
}
.scrollspy-parent ol li ol {
  display: none;
}
.scrollspy-parent ol li.active > a {
  background-color: #a5d176;
  color: white;
  padding: 0 5px;
  text-decoration: none;
}
.scrollspy-parent ol li.active ol {
  display: block;
}
#skipLinks {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
#skipLinks li a:focus {
  color: blue;
  display: block;
  overflow: hidden;
  padding: 1em;
  text-align: center;
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  border-bottom: 5px solid #a9d37e;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 1.5em;
  z-index: 1040;
  text-decoration: underline;
}
.header {
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 10px 0 0 0;
  position: relative;
  z-index: 100;
}
.fixed-header .header {
  position: fixed;
  width: 100%;
  background-color: #fff;
}
.fixed-header .header.header-gray {
  background-color: #efefef;
}
.header .logo-link {
  display: block;
  position: absolute;
  top: 10px;
}
.header .logo-link.logo-link-rectangle {
  padding: 20px;
  background-color: white;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  top: 0;
  transition: padding .25s;
}
.header .logo-link.logo-link-rectangle:hover {
  padding-top: 25px;
}
.header .logo-link img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.header.collapsed .logo-link {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  top: 5px;
  padding: 0 5px 5px 5px;
  background: #fff;
}
.header .logo-link img.logo-small {
  display: none;
}
.header.collapsed .logo-link img.logo-large {
  display: none;
}
.header.collapsed .logo-link img.logo-small {
  display: block;
}
.header.collapsed .logo-link img.logo-plain {
  height: 70px;
  width: auto;
  max-width: auto;
}
.header .top-nav:not(.top-nav-secondary) li a {
  color: #333;
  text-decoration: none;
}
.header .top-nav:not(.top-nav-secondary) li a:hover {
  text-decoration: underline;
}
.header.header-2 .top-nav:not(.top-nav-secondary) li a {
  font-weight: 400;
}
.header .top-nav:not(.top-nav-secondary) li a.btn.btn-danger,
.header .top-nav:not(.top-nav-secondary) li a.btn.btn-aapt {
  color: #FFFFFF;
}
.header .top-nav-container {
  text-align: right;
}
.header .top-nav-container .mobile-menu-toggle {
  display: none;
}
.header .top-nav-container ul.top-nav {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  display: block;
  overflow: hidden;
  transition: font-size 0.5s;
}
.header.header-3 .top-nav-container ul.top-nav {
  margin: 26px 0 26px 115px;
}
.header .top-nav-container ul.top-nav.top-nav-secondary {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: .8em;
}
.header.collapsed .top-nav-container ul.top-nav {
  float: right;
  display: inline-block;
  font-size: .8em;
  overflow: visible;
}
.header-3.header.collapsed .top-nav-container ul.top-nav {
  margin-top: 5px;
  margin-bottom: 5px;
}
.header.collapsed .top-nav-container ul.top-nav.top-nav-secondary {
  margin-top: 1px;
  margin-bottom: 10px;
  float: right;
}
.header .top-nav-container ul.top-nav li .collapsed-search-toggle {
  display: none;
}
.header.collapsed .top-nav-container ul.top-nav.top-nav-secondary li a {
  font-size: 1em;
}
.header.collapsed .top-nav-container ul.top-nav.top-nav-secondary li.no-collapse {
  display: none;
}
.header.collapsed .top-nav-container ul.top-nav li .collapsed-search-toggle {
  display: block;
  font-size: 1em;
}
.header .top-nav-container ul.top-nav li {
  display: inline-block;
  padding: 8px 5px;
  font-weight: 700;
}
.header-3.header .top-nav-container ul.top-nav li.main-nav-item {
  float: left;
}
.header .top-nav-container ul.top-nav.top-nav-secondary li {
  padding: 8px 10px;
  font-weight: 400;
}
.header .top-nav-container ul.top-nav li.mobile-menu-only {
  display: none;
}
.header .top-nav-container ul.top-nav li:last-child {
  border-right: none;
  padding-right: 0;
}
.header.collapsed .top-nav-container ul.top-nav li:last-child {
  padding-right: 15px;
}
.header.collapsed .top-nav-container ul.top-nav.top-nav-secondary li:last-child {
  padding-right: 0;
}
.header .top-nav-container ul.top-nav li a {
  position: relative;
}
.top-nav li.has-children:hover a:after,
.top-nav li.has-children:hover a:before {
  bottom: -10px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.top-nav li.has-children:focus-within a:after,
.top-nav li.has-children:focus-within a:before {
  bottom: -10px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.top-nav li.has-children:hover a:after {
  border-bottom-color: #a5d176;
  border-width: 10px;
  margin-left: -10px;
}
.top-nav li.has-children:focus-within a:after {
  border-bottom-color: #a5d176;
  border-width: 10px;
  margin-left: -10px;
}
.top-nav li ul {
  max-height: 0;
  border: none;
  background-color: #ffffff;
  transition: max-height 0.25s, padding 0.25s, border 0.25s;
  transition-delay: .15s;
  position: absolute;
  overflow: hidden;
  padding: 0 20px;
  margin-right: 20px;
  margin-top: 7px;
  width: 60%;
  right: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-size: .9em;
}
.header-3 .top-nav li ul {
  left: 20px;
  right: auto;
}
.header-3.collapsed li ul {
  right: 20px;
  left: auto;
}
.top-nav li ul.center-menu {
  right: 20%;
}
.top-nav li:hover ul {
  padding: 20px;
  border-top: 3px solid #a5d176;
  max-height: 400px;
  z-index: 1000;
}
.top-nav li:focus-within ul {
  padding: 20px;
  border-top: 3px solid #a5d176;
  max-height: 400px;
  z-index: 1000;
}
.top-nav li ul li {
  flex: 1 1 40%;
  text-align: left;
  border-bottom: 1px solid #efefef;
  margin: 0 10px;
  font-weight: 400;
}
.top-nav li ul li a {
  display: block;
}
.top-nav li ul li a:after,
.top-nav li ul li a:before {
  display: none;
}
.top-nav li ul li a .nav-description {
  font-weight: 400;
  font-size: .8em;
  display: block;
  line-height: 1.4em;
}
#site-search-form {
  position: relative;
}
#site-search-form input[type="text"] {
  padding: 5px;
  line-height: 1.2em;
}
#site-search-form input[type="submit"] {
  position: relative;
  margin-top: -2px;
  padding: 2px 8px;
}
.header-2 #site-search-form input[type="text"] {
  padding: 8px;
}
.header-2 #site-search-form input[type="submit"] {
  padding: 5px 8px;
}
.header-2 .top-nav-secondary .btn-link {
  color: #333;
}
.header-3 #site-search-form input[type="submit"] {
  padding: .375rem .75rem;
}
.header-3 #site-search-form input[type="text"] {
  padding: 5px;
  line-height: 1.3em;
  top: 2px;
  position: relative;
}
.desktop-search-toggle,
.mobile-menu-toggle,
.mobile-search-toggle {
  display: none;
}
.header.collapsed .desktop-search-toggle {
  display: inline-block;
}
.header.collapsed .search-list-item {
  position: relative;
}
.header.collapsed #site-search-form {
  display: none;
}
.header.collapsed #site-search-form.active {
  display: flex;
  position: absolute;
  z-index: 10000;
  left: -340px;
  width: 400px;
  background: #fff;
  padding: 1em;
  border: 1px solid #dedede;
  top: 100%;
}
.header.collapsed #site-search-form.active input[type=text] {
  flex-grow: 1;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .header .logo-link img.logo-small,
  .header.collapsed .logo-link img.logo-small {
    display: block;
  }
  .header .logo-link img.logo-large,
  .header.collapsed .logo-link img.logo-large {
    display: none;
  }
  .header .logo-link img.logo-plain {
    height: 70px;
    width: auto;
    max-width: auto;
  }
}
@media (max-width: 1100px) {
  .header {
    height: 76px;
  }
  .header .logo-link,
  .header.collapsed .logo-link {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    top: 5px;
    padding: 0 5px 5px 5px;
    background: #fff;
  }
  .header .logo-link:hover,
  .header.collapsed .logo-link:hover {
    top: 4px;
  }
  .header .top-nav-container ul.top-nav,
  .header .top-nav-container ul.top-nav.top-nav-secondary {
    font-size: .8em;
    position: absolute;
    top: 79px;
    left: 0;
    max-height: 0;
    transition: max-height 0.4s, padding 0.4s;
    z-index: -1000;
    margin: -5px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    background-color: #efefef;
  }
  .header.collapsed .top-nav-container ul.top-nav {
    display: flex;
    float: none;
    overflow: hidden;
  }
  .header.collapsed .top-nav-container ul.top-nav.top-nav-secondary {
    margin-top: -5px;
  }
  .header.collapsed .top-nav-container ul.top-nav.top-nav-secondary li .collapsed-search-toggle {
    display: none;
  }
  .header.collapsed .top-nav-container ul.top-nav.top-nav-secondary li:last-child {
    padding-right: 15px;
  }
  .header .top-nav-container ul.top-nav.active {
    max-height: 400px;
    padding: 30px 0;
  }
  .header.header-3 .top-nav-container ul.top-nav {
    margin: -5px 0 0 0;
  }
  .header .top-nav-container ul.top-nav li,
  .header .top-nav-container ul.top-nav li.mobile-menu-only {
    font-weight: 400;
    display: block;
    float: none;
    border: none;
    background-color: transparent;
    border-radius: 5px;
    flex: 1 1 150px;
    margin: 5px;
    padding: 0;
    text-align: center;
  }
  .header .top-nav-container ul.top-nav li a,
  .header .top-nav-container ul.top-nav li.mobile-menu-only a {
    background-color: #6295c7;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    display: block;
    border-radius: 0;
    padding: .5rem 1rem;
    font-size: 1em;
    border: 0;
    line-height: 1.6em;
  }
  #topNav li.has-children:hover a:after,
  #topNav li.has-children:hover a:before {
    display: none;
  }
  #topNav li:hover ul {
    display: none;
  }
  .header .top-nav-container ul.top-nav li.mobile-only {
    display: block;
  }
  .header .top-nav-container ul.top-nav li.desktop-menu-only {
    display: none;
  }
  .header.collapsed #site-search-form {
    display: flex;
  }
  .mobile-menu-toggle,
  .mobile-search-toggle {
    display: inline-block;
    float: right;
    font-size: 1.5em;
    color: #333;
    text-decoration: none;
    padding: 10px 18px;
    margin-left: 15px;
    border: 1px solid rgba(155, 155, 155, 0.2);
    border-radius: 5px;
  }
  .mobile-menu-toggle .close-mobile-menu {
    display: none;
  }
  .mobile-menu-toggle:hover,
  .mobile-search-toggle:hover {
    background-color: #00539b;
    color: white;
  }
  #site-search-form {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  #site-search-form input[type="text"] {
    flex-grow: 2;
    margin-right: 10px;
    background-color: #fff;
  }
  #site-search-form input[type="submit"] {
    flex-grow: 0;
  }
}
@media (max-width: 600px) {
  .header .container-fluid {
    padding: 0 10px;
  }
  .mobile-menu-toggle,
  .mobile-search-toggle {
    font-size: 1em;
    padding: 5px 12px;
    margin: 10px 0 0 10px;
  }
}
#mainContent {
  padding-top: 125px;
}
#mainContent {
  background-size: cover;
  background: fixed center center;
}
#mainContent img {
  max-width: 100%;
  /*width: 100%;*/
}
@media (max-width: 1300px) {
  #mainContent {
    padding-top: 117px;
  }
}
@media (max-width: 1100px) {
  #mainContent {
    padding-top: 76px;
  }
}
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
.full-row {
  padding: 50px 0 70px 0;
}
.full-row-compact {
  padding: 50px 0 0 0;
}
.full-row-breadcrumbs {
  padding: 0;
  background-color: #00539b;
  color: white;
  position: relative;
  margin-bottom: -30px;
  margin-top: 18px;
}
.full-row-white {
  background-color: white;
}
.full-row-transparent {
  background-color: transparent;
}
.full-row-transparent .container.container-white {
  background-color: white;
  padding: 0 30px;
}
.full-row-hero {
  padding: 45vw 0 0;
  position: relative;
}
.full-row-hero .container-fluid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: stretch;
  align-content: center;
  justify-content: flex-start;
  padding: 100px 100px;
  font-size: 1.1em;
}
.full-row-hero .container-fluid.right {
  justify-content: flex-end;
}
.full-row-base-green {
  background-color: #a9d37e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.full-row-blue {
  background-color: #00539b;
  color: #fff;
}
.full-row-blue a {
  color: #fff;
}
.full-row-light-green {
  background-color: #a5d176;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.full-row-dark-green {
  background-color: #7ebd4b;
  color: #fff;
}
.full-row-dark-green a {
  color: #fff;
}
.full-row-light-blue {
  background-color: #6295c7;
  color: #fff;
}
.full-row-light-blue a {
  color: #fff;
}
.full-row-dark-blue {
  background-color: #003365;
  color: #fff;
}
.full-row-dark-blue a {
  color: #fff;
}
.full-row-darker-blue {
  background-color: #012446;
  color: #fff;
}
.full-row-darker-blue a {
  color: #fff;
}
.full-row-gray {
  background-color: #777;
  color: #fff;
}
.full-row-gray a {
  color: #fff;
}
.full-row-light-gray {
  background-color: #efefef;
}
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.2em;
  line-height: 1.6em;
}
@media (max-width: 1300px) {
  .container-fluid {
    font-size: 1em;
  }
}
@media (max-width: 930px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 414px) {
  #mainContent {
    background-size: auto 2000px;
    background: scroll center 0;
  }
}
.full-row-breadcrumbs ul {
  list-style: none;
  margin: 0;
  /*padding: 8px 0;*/
  padding: 14px 0 6px 0;
  display: block;
  overflow: hidden;
  font-size: .8em;
}
.full-row-breadcrumbs li {
  display: inline-block;
  float: left;
  padding: 0 8px;
}
.full-row-breadcrumbs li a {
  color: white;
  text-decoration: none;
}
.full-row-breadcrumbs li a:hover {
  text-decoration: underline;
}
.full-row-breadcrumbs li .chevron {
  padding: 0 0 0 8px;
  font-size: 1.2em;
  line-height: .8em;
}
@media (max-width: 1100px) {
  .full-row-breadcrumbs {
    margin-top: 0;
  }
  .full-row-breadcrumbs .container {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    max-width: 100%;
  }
  .full-row-breadcrumbs ul {
    text-align: right;
  }
  .full-row-breadcrumbs ul li {
    float: none;
  }
}
@media (max-width: 930px) {
  .full-row-breadcrumbs .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .full-row-breadcrumbs .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.landing-page-title {
  margin-bottom: 0;
  position: relative;
  display: block;
  overflow: hidden;
  /*padding: 200px 0 100px 0; *//* 2018-10-24 ssmith */
  padding: 100px 0 50px 0;
  text-align: center;
}
.landing-page-title .landing-page-image {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: brightness(60%) grayscale(100%);
}
/*.landing-page-title .landing-page-overlay {
  background-color: rgba(0, 51, 101, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}*/
.landing-page-title h1,
.landing-page-title p {
  display: inline-block;
  padding: 1rem;
  color: white;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
}
.landing-page-title h1 {
  /*margin-top: .5em;
  margin-bottom: .25em;*/
  padding-top: 0;
  position: relative;
  font-size: 3.5rem;
  margin: 0;
}
.landing-page-title p {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
ul.landing-page-nav {
  padding: 0;
  margin: 30px 0 -30px 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.landing-page-nav li {
  margin: .5em 0;
}
.landing-page-nav li a {
  text-decoration: none;
  color: #fff;
  padding: .5rem;
  border: 2px solid #fff;
  margin: 0 .5rem;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.25s, color 0.25s;
  display: inline-block;
}
.landing-page-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #333;
}
@media (max-width: 600px) {
  .landing-page-title {
    padding: 100px 0 50px 0;
  }
  .landing-page-title h1 {
    font-size: 2.5rem;
  }
  .landing-page-title p {
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  ul.landing-page-nav {
    font-size: .8rem;
  }
  ul.landing-page-nav li a {
    padding: .25rem .5rem;
  }
}
#landingPageCarousel .slick-arrow {
  top: calc(50% - 41px);
}
.landing-page-feature {
  width: 80%;
  margin: 0 auto 2em auto;
  text-align: left;
  padding-right: 170px;
  position: relative;
}
.landing-page-feature .carousel-action {
  position: absolute;
  top: calc(50% - 25px);
  right: 20px;
  border: 3px solid white;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  color: white;
  text-decoration: none;
  transition: background-color 0.25s;
}
.landing-page-feature .carousel-action:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 750px) {
  .landing-page-feature {
    padding-right: inherit;
    font-size: .8em;
  }
  .landing-page-feature .carousel-action {
    position: relative;
    top: auto;
    right: auto;
  }
}
.video-carousel-container {
  margin-bottom: 70px;
  margin-top: 40px;
}
.video-carousel-container .carousel-item {
  margin: 0 20px;
  position: relative;
}
.video-carousel-container .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -70px;
  background-color: rgba(155, 155, 155, 0.2);
}
.full-row-gray .video-carousel-container .slick-arrow,
.full-row-blue .video-carousel-container .slick-arrow,
.full-row-dark-blue .video-carousel-container .slick-arrow,
.full-row-gray .video-carousel-container .slick-arrow {
  background-color: rgba(255, 255, 255, 0.5);
}
.video-carousel-container .slick-arrow.slick-next {
  right: 0;
}
.video-carousel-container .slick-arrow.slick-prev {
  left: 0;
}
.youtube-background {
  background-color: #cd201f;
  color: white;
}
.youtube-color {
  color: #cd201f;
}
.twitter-background {
  background-color: #1DA1F2;
  color: white;
}
.twitter-color {
  color: #1DA1F2;
}
.social-box-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.social-box {
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin: 1rem 0;
  flex-basis: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.social-box.social-box-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-box .social-box-title,
.social-box .social-box-text,
.social-box .social-box-links {
  padding: 1rem;
}
.social-box .social-box-title {
  display: block;
  padding: .5em;
  font-size: 1.5em;
  background-color: #777;
  color: #fff;
}
.social-box .social-box-title .fab,
.social-box .social-box-title .fas,
.social-box .social-box-title .fa,
.social-box .social-box-title .svg-inline--fa {
  float: right;
  color: #fff;
}
.social-box .social-box-text {
  font-size: 1.25em;
  line-height: 1.5em;
  height: auto;
}
.social-box .social-box-text img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.social-box .social-box-links {
  font-size: .8rem;
  display: block;
  overflow: hidden;
  background-color: #F5F8FA;
}
.social-box .social-box-links .social-box-direct-link {
  float: left;
}
.social-box .social-box-links .social-box-follow {
  float: right;
}
.social-box-vimeo .social-box-title {
  background-color: #248bc8;
}
.social-box-youtube .social-box-title {
  background-color: #cd201f;
}
.social-box-youtube .social-box-links {
  background-color: #FFFFFF;
}
.social-box-instagram .social-box-title {
  background-color: #8a3ab9;
}
.social-box-facebook .social-box-title {
  background-color: #3b5998;
}
.social-box-twitter .social-box-title {
  background-color: #1DA1F2;
}
@media (max-width: 1100px) {
  .social-box .social-box-text {
    font-size: 1.2em;
  }
}
@media (max-width: 1000px) {
  .social-box-container {
    flex-wrap: wrap;
  }
  .social-box {
    flex-basis: 48%;
  }
  .social-box:nth-child(3) {
    flex-basis: 100%;
  }
  .video-carousel-container .carousel-item {
    padding-top: 0;
  }
}
@media (max-width: 800px) {
  .video-carousel-container .carousel-item {
    padding-top: 0;
    margin: 0 10px;
  }
}
@media (max-width: 650px) {
  .social-box-container {
    display: block;
  }
}
@media (max-width: 600px) {
  .video-carousel-container .carousel-item {
    padding-top: 0;
    font-size: .8em;
    margin: 0;
  }
}
@media (max-width: 450px) {
  .video-carousel-container .carousel-item {
    padding-top: 0;
  }
}
.hero {
  font-size: 1.2em;
  text-align: center;
  padding: 30px;
}
.hero a.hero-action {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  border: 3px solid #00539b;
  border-radius: 8px;
}
.hero a.hero-action:hover {
  background-color: white;
}
.content-block {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
  margin: 15px 0;
}
.full-row-white .content-block {
  background-color: rgba(155, 155, 155, 0.1);
}
.full-row-light-gray .content-block {
  background-color: rgba(255, 255, 255, 0.75);
}
#mainContent .content-block img {
  max-width: 100%;
}
#mainContent .content-block img.full-width {
  width: calc(100% + 30px);
  height: auto;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  max-width: 200%;
}
.content-block h4:first-of-type,
.content-block h3:first-of-type,
.content-block h2:first-of-type {
  margin-top: .5em;
  padding-top: 0;
}
.content-block.content-block-left {
  float: left;
  display: inline-block;
  margin-right: 15px;
  max-width: 40%;
}
.content-block.content-block-right {
  float: right;
  display: inline-block;
  margin-left: 15px;
  max-width: 40%;
}
@media (max-width: 600px) {
  .content-block.content-block-left,
  .content-block.content-block-right {
    float: none;
    margin: 15px 0;
    display: block;
    max-width: 100%;
  }
  .content-block.content-block-left img,
  .content-block.content-block-right img {
    margin: 0 auto;
    display: block;
  }
}
.content-block.affix {
  top: 92px;
}
.content-block.affix-bottom {
  position: absolute;
}
.content-block.affix,
.content-block.affix-bottom {
  margin-right: 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.content-block.content-block-light-blue {
  background-color: #6295c7;
  color: #fff;
}
.content-block.content-block-blue {
  background-color: #00539b;
  color: #fff;
}
.content-block.content-block-dark-blue {
  background-color: #003365;
  color: #fff;
}
.content-block.content-block-light-green {
  background-color: #a5d176;
}
.content-block.content-block-dark-green {
  background-color: #7ebd4b;
  color: #fff;
}
.content-block.content-block-light-gray {
  background-color: #efefef;
}
.content-block.content-block-gray {
  background-color: #777;
  color: #fff;
}
.content-block.content-block-light-blue a,
.content-block.content-block-blue a,
.content-block.content-block-dark-blue a,
.content-block.content-block-dark-green a,
.content-block.content-block-gray a {
  color: #fff;
}
.tabbed-content-container {
  margin: 50px 0 100px 0;
}
.tabbed-content-container .tab-mobile {
  max-height: 0;
  padding: 0 15px;
  margin: 0;
  transition: max-height 0.3s, padding 0.3s, margin 0.3s;
  overflow: hidden;
  text-decoration: none;
  font-size: 1.25em;
  background-color: #a5d176;
  color: #fff;
  display: block;
}
.tabbed-content-container .tab-mobile.tab-selected .closed-icon {
  display: none;
}
.tabbed-content-container .tab-mobile .open-icon {
  display: none;
}
.tabbed-content-container .tab-mobile.tab-selected .open-icon {
  display: inline;
}
.tabbed-content-container .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabbed-content-container .tabs li {
  margin: 0;
  padding: 0;
  border-top: 5px solid white;
}
.tabbed-content-container .tabs li.tab-selected {
  border-top: 5px solid #a5d176;
}
.tabbed-content-container .tabs a.tab-large {
  padding: 30px;
  font-size: 2em;
  color: #333;
  text-decoration: none;
  /*background-color: transparent;*/
  text-align: center;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  border-right: 1px solid white;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.tabbed-content-container .tabs a.tab-large:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.tabbed-content-container .tabs li.tab-selected a.tab-large,
.tabbed-content-container .tabs li.tab-selected a.tab-large:hover {
  background-color: white;
}
.tabbed-content-container .tabs li:first-child a {
  border-left: 5px solid white;
}
.tabbed-content-container .tabs li:last-child a {
  border-right: 5px solid white;
}
.tabbed-content-container .tab-content-container {
  background-color: white;
  margin: 0 50px 30px 50px;
  padding: 15px 30px 30px 30px;
}
.tabbed-content-container .tab-content-container .tab-content {
  display: none;
}
.tabbed-content-container .tab-content-container .tab-content.active {
  display: block;
}
@media (max-width: 1300px) {
  .tabbed-content-container .tabs a.tab-large {
    font-size: 1.5em;
  }
}
@media (max-width: 930px) {
  .tabbed-content-container .tab-content-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 650px) {
  .tabbed-content-container {
    margin: 25px 0 50px 0;
  }
  .tabbed-content-container .tab-content-container {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 15px 15px 15px;
  }
  .tabbed-content-container .tabs a.tab-large {
    font-size: 1em;
    padding: 10px;
    border-top: 2px solid #fff;
  }
  .tabbed-content-container .tabs li:first-child {
    border-left: 2px solid #fff;
  }
  .tabbed-content-container .tabs li:last-child {
    border-right: 2px solid #fff;
  }
  .tabbed-content-container.tab-mobile-collapse .tabs {
    display: none;
  }
  .tabbed-content-container .tab-mobile {
    max-height: 100px;
    padding: 20px;
    margin: 15px 0;
    display: block;
  }
  .tabbed-content-container .tab-mobile.tab-selected {
    margin: 15px -15px;
  }
}
.stat {
  display: block;
  border: 5px solid white;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}
.stat.stat-large .stat-lead {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.stat.stat-large .stat-amount {
  font-size: 3em;
  line-height: 1.2em;
}
.member-spotlight {
  /*display: block;*/
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.full-row-light-gray .member-spotlight {
  background-color: #ffffff;
}
.member-spotlight .member-photo,
.member-spotlight .member-detail {
  float: left;
  flex-grow: 1;
  flex-basis: 48%;
  padding: 0 15px;
}
.member-spotlight .member-photo {
  background-size: cover;
  /*background: no-repeat center;*/
  min-height: 20vw;
}
.member-spotlight .member-detail {
  padding: 1em;
}
@media (max-width: 600px) {
  .member-spotlight .member-photo,
  .member-spotlight .member-detail {
    flex-basis: 100%;
  }
  .member-spotlight .member-photo {
    min-height: 60vw;
  }
}
.row.spotlight-container {
  position: relative;
}
.row.spotlight-container .spotlight-large-photo {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  min-height: 200px;
  width: 50%;
  background-size: cover;
}
.row.spotlight-container .spotlight-small-photo {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
ul.sharing-tools {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
}
ul.sharing-tools li {
  display: inline-block;
  float: left;
  font-size: 2em;
  margin-right: 5px;
}
ul.sharing-tools li a.color-email {
  color: #7ebd4b;
}
.color-facebook,
a.color-facebook,
a.color-facebook:visited {
  color: #3b5998;
}
.color-twitter,
a.color-twitter,
a.color-twitter:visited {
  color: #1DA1F2;
}
a.sharing-print {
  padding: 1px 6px;
  display: inline-block;
  font-size: .55em;
  background-color: #777;
  /* line-height: 1em; */
  top: -3px;
  position: relative;
  border-radius: 5px;
  color: #fff;
}
.page-branding {
  float: right;
  margin: 2em 0 1em 1em;
}
.page-branding img {
  max-width: 150px;
  height: auto;
}
@media (max-width: 600px) {
  .page-branding {
    float: none;
    margin: 1em 0;
    text-align: center;
  }
}
img.overlay-top {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}
audio {
  width: 100%;
}
a.label {
  margin-right: 5px;
  text-decoration: none;
  font-weight: 400;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #efefef;
}
.panel-default > .panel-heading {
  background-color: #efefef;
}
h4.panel-title {
  padding: 0;
}
footer {
  background-color: white;
  padding: 0;
}
footer .full-row {
  padding: 30px 0 15px 0;
}
footer .btn.btn-link {
  font-size: 1.25em;
}
footer .btn.btn-link:hover {
  color: white;
  text-decoration: none;
  border: 1px solid white;
}
@media (max-width: 1100px) {
  select,
  textarea,
  input {
    font-size: 16px;
    background-color: #efefef;
    border: 1px solid #cecece;
    border-radius: 3px;
  }
}
.jqvmap-label {
  position: absolute;
  display: none;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px 8px;
  pointer-events: none;
}
.jqvmap-region {
  cursor: pointer;
}
.thumbnail-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 15px 0;
  overflow: hidden;
}
.thumbnail-grid .grid-item {
  flex: 1 1 175px;
  margin: 15px;
  text-align: center;
  background-color: rgba(155, 155, 155, 0.1);
  padding: 20px 10px;
}
.thumbnail-grid img {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .thumbnail-grid .grid-item {
    padding: 10px;
    text-align: left;
  }
  .thumbnail-grid img {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .content-block.affix,
  .content-block.affix-bottom {
    position: relative;
    top: auto;
    width: auto;
  }
}
img.news-small-image-feature {
  float: left;
  margin: 1em 1em 1em 0;
}
img.news-small-image-feature.feature-right {
  float: right;
  margin: 1em 0 1em 1em;
}
@media (max-width: 450px) {
  img.news-small-image-feature,
  img.news-small-image-feature.feature-right {
    float: none;
    margin: 1em auto;
    display: block;
  }
}
.photo-round {
  height: 150px;
  width: 150px;
  border-radius: 150px;
  background-position: center;
  background-size: cover;
  display: inline-block;
}
.left-nav {
  border: 1px solid #efefef;
  margin-top: 1rem;
}
.left-nav h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}
.left-nav h2 a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 1rem;
  border-bottom: 1px solid #efefef;
  border-left: 3px solid transparent;
  transition: border-color 0.25s;
}
.left-nav h2 a:hover {
  text-decoration: underline;
  border-left-color: #a9d37e;
}
.left-nav ul.left-nav-top-list {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: max-height 0.5s;
  max-height: auto;
}
.left-nav ul.left-nav-top-list li a {
  display: block;
  padding: .5rem 1rem;
  border-bottom: 1px solid #efefef;
  border-left: 3px solid transparent;
  transition: border-color 0.25s;
  color: #555;
  text-decoration: none;
}
.left-nav ul.left-nav-top-list li a:hover {
  border-left-color: #a9d37e;
  color: #333;
}
.left-nav ul.left-nav-top-list li a.active {
  background-color: #efefef;
}
.left-nav-top-list ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .left-nav h2 {
    border-bottom: 1px solid #efefef;
  }
  .left-nav h2 .left-nav-title {
    display: inline-block;
    float: left;
    border: none;
  }
  .left-nav h2 .js-left-nav-toggle {
    display: inline-block;
    float: right;
    border: none;
  }
  .left-nav ul.left-nav-top-list {
    max-height: 0;
    display: block;
    overflow: hidden;
  }
  .left-nav ul.left-nav-top-list.active {
    max-height: 1000px;
  }
}
.promo-container .slick-track {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
}
.promo {
  transition: max-height 0.5s, padding 0.5s;
}
.promo:hover {
  position: relative;
  top: -1px;
}
.promo-container .slick-track .promo {
  margin: 1rem .5rem;
  height: auto;
}
.promo.promo-overlay {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 60%;
  text-decoration: none;
  color: white;
  background-size: cover;
  margin: 15px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.promo.promo-overlay .promo-details {
  display: block;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-shadow: 0 1px 0 rgba(0, 83, 155, 0.3);
  background-color: rgba(0, 83, 155, 0.4);
}
.promo.promo-overlay .promo-title {
  font-size: 2em;
  line-height: 1em;
  display: block;
}
.promo.promo-overlay .promo-description {
  bottom: -100px;
  position: absolute;
  transition: position .25s, bottom .25s;
  margin: 15px 0 0 0;
  display: block;
}
.promo.promo-overlay:hover {
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.promo.promo-overlay:hover .promo-details,
.promo.promo-overlay:focus .promo-details {
  background-color: rgba(0, 83, 155, 0.75);
}
.promo.promo-overlay:hover .promo-description,
.promo.promo-overlay:focus .promo-description {
  position: relative;
  bottom: 0;
}
@media (max-width: 1300px) {
  .promo.promo-overlay .promo-title {
    font-size: 1.2em;
    letter-spacing: .06rem;
  }
  .promo.promo-overlay .promo-description {
    font-size: .8em;
    line-height: 1.2em;
  }
}
.promo.promo-generic {
  display: block;
  overflow: hidden;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  padding: 15px;
  margin: 15px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.promo.promo-generic.promo-left-content {
  text-align: left;
}
.promo.promo-generic.promo-right-content {
  text-align: right;
}
.promo.promo-generic.promo-center-content {
  text-align: center;
}
.promo.promo-generic .promo-image {
  padding-top: 60%;
  width: calc(100% + 30px);
  margin: -15px -15px 25px -15px;
  background-size: cover;
  display: block;
}
.promo.promo-generic .promo-icon {
  font-size: 2.5em;
  display: block;
  margin: 10px auto 15px auto;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: transparent;
  padding: 20px 0;
  transition: background .5s, color .25s;
}
.promo.promo-generic:hover .promo-icon {
  background: #a9d37e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
.promo.promo-generic .promo-details {
  display: block;
}
.promo.promo-generic .promo-title {
  font-size: 1.5em;
  line-height: 1.25em;
  display: block;
  margin: 15px 0;
}
.promo.promo-generic .promo-date {
  display: block;
  margin: 15px 0;
}
.promo.promo-generic .promo-description {
  display: block;
  margin: 15px 0;
}
.promo.promo-generic .promo-action {
  color: #0072ee;
  display: block;
  margin-top: 15px;
}
.promo.promo-generic:hover .promo-action {
  text-decoration: underline;
}
.promo.promo-generic:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.promo.promo-news {
  display: block;
  overflow: hidden;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  padding: 15px;
  margin: 15px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.promo.promo-news .promo-image {
  padding-top: 60%;
  width: calc(100% + 30px);
  margin: -15px -15px 15px -15px;
  background-size: cover;
  display: block;
}
.promo.promo-news .promo-details {
  display: block;
}
.promo.promo-news .promo-icon {
  font-size: 1.5em;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.promo.promo-news .promo-title {
  font-size: 1.5em;
  line-height: 1.5em;
  display: block;
  margin: 15px 0;
}
.promo.promo-news .promo-date {
  display: block;
  margin: 15px 0;
}
.promo.promo-news .promo-description {
  display: block;
  margin: 15px 0;
}
.promo.promo-news .promo-action {
  text-decoration: underline;
  color: #0072ee;
  display: block;
  margin-top: 15px;
}
.promo.promo-news:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.promo.promo-event {
  display: block;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  padding: 15px;
  margin: 15px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
.promo.promo-event .promo-details {
  display: block;
}
.promo.promo-event .promo-title {
  font-size: 1.5em;
  display: block;
  margin: 0 0 15px 75px;
}
.promo.promo-event .promo-date {
  display: block;
  position: absolute;
  top: -3px;
  left: 15px;
  padding: 10px 8px;
  background-color: #00539b;
  color: white;
  width: 60px;
  text-align: center;
}
.promo.promo-event .promo-date:before,
.promo.promo-event .promo-date:after {
  content: '';
  position: absolute;
  bottom: -15px;
  border-style: solid;
}
.promo.promo-event .promo-date:before {
  border-width: 15px 30px 0 0;
  border-color: #00539b transparent transparent transparent;
  left: 0;
}
.promo.promo-event .promo-date:after {
  border-width: 0 30px 15px 0;
  border-color: transparent #00539b transparent transparent;
  right: 0;
}
.promo.promo-event .promo-date .promo-month,
.promo.promo-event .promo-date .promo-day {
  text-transform: uppercase;
  display: block;
}
.promo.promo-event .promo-description {
  display: block;
  margin: 15px 0 15px 75px;
}
.promo.promo-event .promo-action {
  text-decoration: underline;
  color: #0072ee;
  display: block;
  margin-top: 15px;
}
.promo.promo-event:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.promo.promo-hidden {
  position: absolute;
  left: -5000px;
  max-height: 1px;
  overflow: hidden;
  padding-top: 1px;
}
.promo .promo-image.promo-image-no-cover {
  background-size: contain;
  background: rgba(0, 0, 0, 0.75) no-repeat center;
}
.promo .promo-image.promo-image-circle {
  width: 200px;
  height: 200px;
  border-radius: 150px;
  margin: 0 auto;
  padding: 0;
  background-position: center;
}
.promo.promo-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.promo.promo-horizontal .promo-image {
  margin-bottom: -15px;
  margin-right: 15px;
  width: auto;
  flex-basis: 50%;
  padding: 30% 0 0;
}
.promo.promo-horizontal .promo-details {
  flex-basis: 50%;
  display: block;
}
@media (max-width: 991px) {
  .promo.promo-horizontal {
    display: block;
  }
  .promo.promo-horizontal .promo-image {
    padding-top: 60%;
    width: calc(100% + 30px);
    margin: -15px -15px 15px -15px;
  }
}
.calendar-list-nav {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  list-style: none;
  padding: 20px;
  margin: 10px 0 20px 0;
  background-color: rgba(155, 155, 155, 0.1);
}
.calendar-list-nav li {
  display: inline-block;
}
.calendar-list-nav li.calendar-list-prev {
  float: left;
}
.calendar-list-nav li.calendar-list-next {
  float: right;
}
.calendar-list-nav li a {
  color: #333;
  text-decoration: none;
}
.calendar-list-nav li a:hover {
  text-decoration: underline;
}
.calendar-list-nav li a i {
  margin: 0 5px;
}
ol.calendar-event-list {
  margin: 10px 0 20px 0;
  padding: 0;
  list-style: none;
}
ol.calendar-event-list li {
  display: block;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}
ol.calendar-event-list .calendar-event-name {
  display: block;
}
ol.calendar-event-list .calendar-event-time,
ol.calendar-event-list .calendar-event-location {
  color: #333;
}
ol.calendar-event-list a,
ol.calendar-event-list a:hover {
  text-decoration: none;
}
ol.calendar-event-list a:hover .calendar-event-name {
  text-decoration: underline;
}
.calendar-follow-icons {
  /*text-align: center;*/
}
.calendar-follow-icons a {
  font-size: 2.5em;
  display: inline-block;
  margin: 0 15px 0 0;
}
.full-row-parallax {
  background: fixed center;
  width: 100%;
  height: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  padding: 20px 0;
}
.full-row-parallax .container,
.full-row-parallax .container-fluid {
  position: relative;
}
.full-row-parallax .parallax-overlay {
  width: 100%;
  position: absolute;
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.carousel-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
.carousel-text,
.landing-page-feature {
  /*display: block;*/
  width: 35%;
  max-width: 450px;
  padding: 40px 30px;
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  left: 0;
  border-top: 3px solid #a9d37e;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.carousel-text:hover,
.landing-page-feature:hover {
  background-color: #ffffff;
  border-top-color: #7ebd4b;
}
.carousel-text.green {
  background-color: #a9d37e;
  border: none;
}
.carousel-text.green.transparent {
  background-color: rgba(169, 211, 126, 0.8);
}
.carousel-text.green .carousel-action {
  background-color: #a9d37e;
  border-color: #fff;
}
.carousel-text.light-blue {
  background-color: #6295c7;
  color: #fff;
  border: none;
}
.carousel-text.light-blue.transparent {
  background-color: rgba(98, 149, 199, 0.8);
}
.carousel-text.light-blue .carousel-action {
  background-color: #6295c7;
  border-color: #fff;
}
.carousel-text.blue {
  background-color: #00539b;
  color: #fff;
  border: none;
}
.carousel-text.blue.transparent {
  background-color: rgba(0, 83, 155, 0.8);
}
.carousel-text.blue .carousel-action {
  background-color: #00539b;
  border-color: #fff;
}
.carousel-text.dark-blue {
  background-color: #003365;
  color: #fff;
  border: none;
}
.carousel-text.dark-blue.transparent {
  background-color: rgba(0, 51, 101, 0.8);
}
.carousel-text.dark-blue .carousel-action {
  background-color: #003365;
  border-color: #fff;
}
.carousel-text-alt {
  background-color: rgba(0, 0, 0, 0.4);
}
.carousel-text h2 {
  margin: 0;
  padding: 0;
}
.carousel-text p {
  font-size: 1.3em;
  line-height: 1.5em;
  margin: 0;
}
.carousel-text a.carousel-action {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  background-color: #00539b;
  color: white;
  border: 3px solid #00539b;
  border-radius: 8px;
  margin-top: 1em;
}
.carousel-text a.carousel-action:hover {
  background-color: #003365;
  position: relative;
  top: -1px;
}
.carousel-text a.carousel-action .fa {
  margin-left: 8px;
}
.homepage-carousel-2 .carousel-text a.carousel-action {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: #fff;
}
.homepage-carousel-2 .carousel-text a.carousel-action:hover {
  background-color: #fff;
  color: #333;
}
.homepage-carousel-2 .carousel-text.green a.carousel-action {
  background-color: rgba(255, 255, 255, 0.1);
  color: #333;
  border-color: #333;
}
.homepage-carousel-2 .carousel-text.green a.carousel-action:hover {
  background-color: #fff;
  color: #333;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  border: 0;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #333;
  text-shadow: 0 1px 0 #fff;
  padding: 8px 10px;
  font-size: 1.5em;
}
.slick-arrow:hover {
  background-color: #ffffff;
}
.slick-arrow.slick-prev {
  left: 25px;
  z-index: 10;
}
.slick-arrow.slick-next {
  right: 25px;
}
.multi-item-carousel,
.single-item-carousel {
  padding-bottom: 50px;
}
.multi-item-carousel .slick-arrow,
.single-item-carousel .slick-arrow {
  top: auto;
  bottom: 0;
}
.multi-item-carousel .carousel-item,
.single-item-carousel .carousel-item {
  padding: 15px;
  background-color: white;
  color: #333;
  margin: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.multi-item-carousel .carousel-item h3,
.single-item-carousel .carousel-item h3 {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 1500px) {
  .full-row-hero .container-fluid {
    padding: 80px 100px;
    font-size: 1em;
  }
  .carousel-text {
    max-width: 500px;
  }
  .carousel-text a.carousel-action {
    padding: 5px 15px;
  }
}
@media (max-width: 1400px) {
  .full-row-hero {
    padding-top: 50vw;
  }
  .carousel-text {
    font-size: .8em;
  }
}
@media (max-width: 1100px) {
  .full-row-hero .container-fluid {
    padding: 50px 100px;
  }
  .carousel-text {
    font-size: .8em;
    width: 45%;
  }
}
@media (max-width: 980px) {
  .carousel-text h1 {
    font-size: 2em;
  }
  .carousel-text {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .homepageCarousel {
    background-color: #003365;
  }
  .full-row.full-row-hero {
    padding: 0;
  }
  .full-row-hero .container-fluid {
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
  }
  .carousel-text {
    width: 100%;
    max-width: 100%;
    border: none;
    background-color: #003365;
    color: #fff;
  }
  .carousel-image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 50vw;
  }
}
@media (max-width: 800px) {
  .carousel-description {
    display: none;
  }
}
@media (max-width: 650px) {
  .carousel-text a {
    font-size: 1em;
  }
  .carousel-text h2 {
    font-size: 1.8em;
  }
}
/*# sourceMappingURL=main.css.map */

/* Added classes */
footer .cswBtn.cswEffect-fill {
	/*color: white;
	text-decoration: none;*/
	border: 1px solid #003365;
}

footer .cswBtn.cswEffect-fill:hover {
	/*color: white;
	text-decoration: none;*/
	border: 1px solid white;
}

.hideContent {
	display: none;
}

.blog-author {
	padding-top: 175px;
}

@media (max-width: 768px) {
	.blog-author {
		padding-top: 0;
	}
}

/* Responsive video styles */
.ext-video-responsive-outer-container {
	width:100%;
}
.ext-video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;

}
.ext-video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.small-image {
  max-width: 150px;
  height: auto;
}

/* Testimonial styles */
.testimonial {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-size: 16px;
  margin: 35px 7px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #003365;
}

.testimonial *,
.testimonial *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.testimonial figcaption {
  padding: 13% 10% 12%;
}

.testimonial figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #003365;
  content: "\f10d";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.testimonial h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.testimonial h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.testimonial blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}