  a, p {
  font-size: 18px; }

html, body, h1, h2, h3, h4, h5, h6, li {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 105%;
  line-height: 1.4; }
  @media screen and (min-width: 40em) {
    html, body, h1, h2, h3, h4, h5, h6, li {
      font-size: 110%;
      line-height: 1.5; } }

h1, .h1 {
  font-size: 2.3rem;
  padding-bottom: 1rem !important; }
  @media screen and (min-width: 40em) {
    h1, .h1 {
      font-size: 2.3rem;
      margin: 1rem 0 1.5rem 0; } }lick

h2, .h2 {
  font-size: 1.8em;
  margin: 0.5rem 0;
  padding-bottom: 1rem !important; }
  @media screen and (min-width: 40em) {
    h2, .h2 {
      font-size: 1.8em; } }

h3, .h3 {
  font-size: 1.6em;
  margin: 0.5rem 0; }

h4, .h4 {
  font-size: 1.5em;
  margin: 0.5rem 0; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #002d62;
  font-weight: bold;
  border-bottom: solid 5px #bdaf8c;
  padding-bottom: 1rem;
  display: inline-block; }

a {
  color: #002d62;
  text-decoration: underline; }
  a:active, a:focus, a:hover {
    color: black;
    border-bottom: solid 1px #bdaf8c;
    text-decoration: none;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out; }
  a.save {
    text-decoration: none; }
  a.button {
    background-color: #002d62;
    color: #bdaf8c;
    display: inline-block;
    border: none;
    text-decoration: none; }
    a.button:active, a.button:focus, a.button:hover {
      background-color: #bdaf8c;
      color: #002d62; }
 a.button2 {
    background-color: #002d62;
    color: #fff;
    display: inline-block;
    border: none;
    text-decoration: none; }
    a.button2:active, a.button2:focus, a.button2:hover {
      background-color: #bdaf8c;
      color: #002d62;
      border: 2px solid #002d62;}

button {
  background-color: #002d62;
  display: inline-block;
  color: #bdaf8c;
  border: none;
  padding: 0;
  text-decoration: none; }
  button:active, button:focus, button:hover {
    background-color: #bdaf8c;
    color: #002d62;
    text-decoration: none; }
  button a {
    color: #bdaf8c;
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none; }
    button a:active, button a:focus, button a:hover {
      border-bottom: 0;
      color: #002d62;
      text-decoration: none; }

button2, .button2 {
  background-color: #002d62;
  display: inline-block;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 1rem 2rem;
  font-size:1.2rem;
  margin: auto;
  text-decoration: none; }
  button2:active, button2:focus, button2:hover {
    background-color: #bdaf8c;
    color: #002d62;
    border: 1pt #002d62;
    text-decoration: none; }
  button2 a {
    color: #fff;
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none; }
    button2 a:active, button2 a:focus, button2 a:hover {
      border-bottom: 0;
      color: #002d62;
      text-decoration: none; }

ztc, .ztc {
   background-image: radial-gradient(circle, #dbd4c1, #bdaf8c);
   display: inline-block;
   color: #002d62;
   font-size: 2em;
   font-weight: bold;
   text-shadow: 2px 2px 3px #fff;
   padding: 18px 10px 18px 10px;
   margin: 0.5rem;
   border-style: solid; 
   border-color: #002d62;
   border-width: 2px;
   border-radius: 60px; }

input[type="submit"].disabled {
  background-color: #004495;
  color: #333; }

input[type="submit"]:hover.disabled {
  background-color: #004495;
  color: #333; }

header.site-header {
  background-color: #002e62;
  padding: 0; }
  header.site-header a:active, header.site-header a:focus, header.site-header a:hover {
    border: none; }

header .top-bar.expanded .title-area {
  background-color: #FFF;
  border: none; }

header .top-bar .title-area .toggle-topbar {
  width: 100%;
  text-align: center;
  left: 0; }
  header .top-bar .title-area .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px #002d62, 0 16px 0 1px #002d62, 0 22px 0 1px #002d62;
    left: 60%; }

.breadcrumbs {
  margin: 1rem 0;
  padding: 0.5rem;
  background-color: #FFF;
  border: none; }
  .breadcrumbs a {
    text-decoration: none; }
    .breadcrumbs a:active, .breadcrumbs a:focus, .breadcrumbs a:hover {
      text-decoration: none; }

.side-nav-header {
  margin: 0;
  padding: 0;
  border-bottom: none;
  display: block; }
  .side-nav-header a {
    background-color: #002d62;
    text-decoration: none; }
    .side-nav-header a:active, .side-nav-header a:focus, .side-nav-header a:hover {
      background-color: black;
      color: #FFF;
      border: none;
      text-decoration: none; }

.side-nav li {
  position: relative; }
  .side-nav li a {
    border-bottom: 1px solid #efefef;
    background: #fff;
    text-decoration: none;
    padding: 1rem 2rem 1rem .5rem; }
    .side-nav li a:hover {
      background: #f9f9f9; 
      border-bottom: solid 1px #bdaf8c;
      text-decoration: underline; }
      .side-nav li a:after {
        position: absolute;
        top: 50%;
    	transform: translateY(-50%);
        right: .75rem;
        color: #bdaf8c; }
        .side-nav li span[class^="currentbranch"] {
          background: #eee;
          display: block; }
        .side-nav li ul li a {
            padding-left: 1.5rem;
            font-size: .975rem; }
            .side-nav li ul li ul li a {
              padding-left: 2rem;
              font-size: .95rem; }
              .side-nav li ul li ul li ul li a {
                padding-left: 2.5rem;
                font-size: .9rem; }

.panel.callout, .panel.course-search-widget {
  background-color: #002d62;
  border: none; }
  .panel.callout header .h4, .panel.course-search-widget header .h4 {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    color: #FFF; }
    @media screen and (min-width: 40em) {
      .panel.callout header .h4, .panel.course-search-widget header .h4 {
        font-size: 1.8rem; } }
  .panel.callout fieldset legend, .panel.course-search-widget fieldset legend {
    background: #002d62;
    color: #bdaf8c; }
  .panel.callout label, .panel.course-search-widget label {
    color: #FFF;
    padding: 0.5rem 0; }
    .panel.callout label #select2, .panel.course-search-widget label #select2 {
      margin-left: 0 !important; }
  .panel.callout input[type="submit"], .panel.callout button, .panel.course-search-widget input[type="submit"], .panel.course-search-widget button {
    background-color: #bdaf8c !important;
    color: #002d62 !important; }
    .panel.callout input[type="submit"]:active, .panel.callout input[type="submit"]:focus, .panel.callout input[type="submit"]:hover, .panel.callout button:active, .panel.callout button:focus, .panel.callout button:hover, .panel.course-search-widget input[type="submit"]:active, .panel.course-search-widget input[type="submit"]:focus, .panel.course-search-widget input[type="submit"]:hover, .panel.course-search-widget button:active, .panel.course-search-widget button:focus, .panel.course-search-widget button:hover {
      background-color: #002d62 !important;
      color: #bdaf8c !important; }

.contain-to-grid {
  background: #002e62; }
  @media screen and (min-width: 40em) {
    .contain-to-grid {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      list-style-type: none;
      margin: 0;
      padding-bottom: .5rem; } }
  @media screen and (min-width: 64em) {
    .contain-to-grid {
      padding-top: 1.5rem; } }
  @media screen and (min-width: 64em) {
    .contain-to-grid nav {
      margin-right: 6rem; } }
  .contain-to-grid #mega-menu-container {
    margin: 0; }
    .contain-to-grid #mega-menu-container a {
      color: #FFF;
      font-weight: bold;
      padding-right: .5rem;
      text-decoration: none;
      text-transform: uppercase; }
    .contain-to-grid #mega-menu-container ul {
      list-style-type: none;
      margin: 0; }
    .contain-to-grid #mega-menu-container .menu.submenu.is-dropdown-submenu {
      background-color: rgba(0, 46, 98, 0.8); }
    .contain-to-grid #mega-menu-container .is-submenu-item.is-dropdown-submenu-item h3 {
      border-bottom: 0;
      color: #bdaf8c;
      font-weight: normal;
      padding-bottom: 0;
      text-transform: uppercase; }
      @media screen and (min-width: 40em) {
        .contain-to-grid #mega-menu-container .is-submenu-item.is-dropdown-submenu-item h3 {
          padding-bottom: 2rem; } }
    .contain-to-grid #mega-menu-container .is-submenu-item.is-dropdown-submenu-item a {
      display: block;
      font-weight: normal;
      padding: 0 0 1rem 0;
      text-transform: none; }
  .contain-to-grid .top-bar {
    background: #FFF; }
    .contain-to-grid .top-bar ul {
      background: #FFF; }
      .contain-to-grid .top-bar ul li a {
        background: #FFF !important;
        color: #002d62 !important;
        text-decoration: none; }
        .contain-to-grid .top-bar ul li a:active, .contain-to-grid .top-bar ul li a:focus, .contain-to-grid .top-bar ul li a:hover {
          font-weight: bold;
          border: none; }
    .contain-to-grid .top-bar .has-form {
      background: #FFF; }

.section-padding {
  padding: 1rem 0; }

.featured-element {
  margin: 1rem auto 2rem auto; }
  .featured-element .featured-image-container {
    background-color: #002e62;
    height: 100%;
    margin-bottom: 0; }
    .featured-element .featured-image-container .featured-content {
      background-color: #002e62;
      padding: 1rem 1rem 0; }
      .featured-element .featured-image-container .featured-content h3 {
        border-bottom: 0;
        line-height: 3rem;
        margin: 0;
        padding: 0; }
        .featured-element .featured-image-container .featured-content h3 a {
          color: #bdaf8c;
          text-decoration: none; }
          .featured-element .featured-image-container .featured-content h3 a:hover {
            border-bottom: 0;
            text-decoration: underline; }
      .featured-element .featured-image-container .featured-content small {
        color: #FFF;
        margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .featured-element .featured-content-container {
      padding-left: 0; } }
  .featured-element .featured-content-container .featured-content {
    background-color: #002d62;
    color: #FFF;
    padding: 2rem 1rem; }
    .featured-element .featured-content-container .featured-content h3 {
      border: none;
      color: #bdaf8c;
      font-size: 2rem;
      line-height: 2rem;
      margin: 1rem 0; }
      @media screen and (min-width: 40em) {
        .featured-element .featured-content-container .featured-content h3 {
          font-size: 3rem;
          line-height: 3rem; } }
      @media screen and (min-width: 64em) {
        .featured-element .featured-content-container .featured-content h3 {
          font-size: 3.5rem;
          line-height: 3.5rem; } }
    .featured-element .featured-content-container .featured-content a {
      color: #bdaf8c;
      text-decoration: none; }
      .featured-element .featured-content-container .featured-content a:active, .featured-element .featured-content-container .featured-content a:focus, .featured-element .featured-content-container .featured-content a:hover {
        border: none;
        color: #FFF; }
    .featured-element .featured-content-container .featured-content .tag-line {
      margin: 0 0 1rem 0; }

.news-wrapper div.medium-6:nth-of-type(even) .featured-link a {
  background-color: #bdaf8c;
  color: #002e62; }
  .news-wrapper div.medium-6:nth-of-type(even) .featured-link a:active, .news-wrapper div.medium-6:nth-of-type(even) .featured-link a:focus, .news-wrapper div.medium-6:nth-of-type(even) .featured-link a:hover {
    color: #bdaf8c;
    background-color: #002e62;
    border: none; }

.single-element {
  -webkit-box-shadow: 0px 0px 5px 0px #bbbbbb;
  -moz-box-shadow: 0px 0px 5px 0px #bbbbbb;
  box-shadow: 0px 0px 5px 0px #bbbbbb;
  margin-bottom: 2rem; }
  .single-element .featured-image {
    border-bottom: solid 5px #bdaf8c;
    overflow: hidden; }
    .single-element .featured-image img {
      object-fit: cover;
      width: 100%; }
      @media screen and (min-width: 40em) {
        .single-element .featured-image img {
          height: 250px; } }
  .single-element .featured-content {
    padding: 1rem; }
    .single-element .featured-content h3 {
      border: none;
      padding: 0;
      margin-bottom: 0; 
      word-break: break-word;}
    .single-element .featured-content .tag-line {
      margin: 1rem 0; }
  .single-element .featured-link a {
    display: block;
    color: #bdaf8c;
    background-color: #002d62;
    padding: 1.5rem;
    text-decoration: none; }
    .single-element .featured-link a i {
      float: right; }
    .single-element .featured-link a:active, .single-element .featured-link a:focus, .single-element .featured-link a:hover {
      color: #002d62;
      background-color: #bdaf8c;
      border: none; }

.side-nav li a:not(.button) {
  color: #002d62; }
  .side-nav li a:not(.button):active, .side-nav li a:not(.button):focus, .side-nav li a:not(.button):hover {
    text-decoration: underline;
    color: #002d62; }

#calendar_events .snippet .event-date-box {
  width: 100%;
  margin-bottom: 2rem; }
  @media screen and (min-width: 64em) {
    #calendar_events .snippet .event-date-box {
      width: 22%; } }
  #calendar_events .snippet .event-date-box .date-stamp .month {
    color: #002d62;
    border-bottom: solid 5px #bdaf8c;
    padding-bottom: 0rem;
    margin-bottom: 2rem;
    display: inline-block; }
  #calendar_events .snippet .event-date-box .date-stamp .day {
    font-size: 2rem; }
  #calendar_events .snippet .event-date-box .date-stamp.smaller {
    margin-right: 1rem !important; }
  #calendar_events .snippet .event-date-box .date-stamp.right {
    width: 100%; }

#calendar_box table tr td.hasEvents a {
  background-color: #002d62;
  text-decoration: none; }
  #calendar_box table tr td.hasEvents a:active, #calendar_box table tr td.hasEvents a:focus, #calendar_box table tr td.hasEvents a:hover {
    background-color: #bdaf8c;
    color: #002d62;
    border: none; }

#calendar_box table tr.calendar-box-header a {
  color: #002d62; }

.pagination li a, .pagination li span {
  background-color: #002d62;
  color: #bdaf8c;
  border: none;
  text-decoration: none; }
  .pagination li a:active, .pagination li a:focus, .pagination li a:hover, .pagination li span:active, .pagination li span:focus, .pagination li span:hover {
    background-color: #bdaf8c;
    color: #002d62; }

.pagination li.current a {
  background-color: #bdaf8c;
  color: #002d62; }
  .pagination li.current a:active, .pagination li.current a:focus, .pagination li.current a:hover {
    background-color: #002d62;
    color: #bdaf8c; }

.emergencynotice .notice.warning a.button {
  background-color: #002d62; }
  .emergencynotice .notice.warning a.button:active, .emergencynotice .notice.warning a.button:focus, .emergencynotice .notice.warning a.button:hover {
    border: none;
    background-color: #bdaf8c;
    color: #002d62; }

.slick-slider .slick-overlay {
  background-color: transparent;
  padding: 0.5rem 0 0.5rem 10rem; }
  .slick-slider .slick-overlay .slide-type {
    font-weight: bold;
    text-shadow: 2px 2px 2px #002e62;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 1px; }
  .slick-slider .slick-overlay h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    text-shadow: 3px 3px 5px #002e62;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: none;
    text-align: right; }
    @media screen and (min-width: 40em) {
      .slick-slider .slick-overlay h3 {
        font-size: 2rem;
        line-height: 2rem;
      	text-shadow: 3px 3px 5px #002e62;} }
  .slick-slider .slick-overlay a {
    font-size: 2rem;
    color: #fff;
  	text-shadow: 3px 3px 5px #002e62;}
    .slick-slider .slick-overlay a:active, .slick-slider .slick-overlay a:focus, .slick-slider .slick-overlay a:hover {
      border: none;
      color: #002e62;
    	text-shadow: 3px 3px 5px #bdaf8c;}

.fa-arrow-circle-o-right:before {
  content: "\f054"; }

.fa-arrow-circle-o-left:before {
  content: "\f053"; }

/* Footer */
#awards img {
  margin-bottom: 0.5rem;
  width: 100% !important;
  height: auto !important;
}
  @media screen and (min-width: 40em) {
    #awards img {
      margin-bottom: 0;
      width: auto !important;
      height: auto !important;
    } 
  }

footer {
  font-size: 0.9rem;
  background-color: #002d62;
  padding: 2rem 0 0 0;
  color: #FFF; }
  footer a {
    color: #FFF;
    font-size: 0.9rem; }
    footer a:active, footer a:focus, footer a:hover {
      color: #FFF;
      border-bottom: solid 1px #bdaf8c;
      text-decoration: none; }
  footer h3 {
    color: #bdaf8c;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    padding-bottom: 1rem; }
  footer ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer ul li {
      padding: 0;
      margin: 0; }
      footer ul li a {
        padding: 0.2rem 0;
        display: inline-block; }
  footer address {
    display: inline-block;
    margin-top: 2rem;
    vertical-align: bottom; }
    @media screen and (min-width: 40em) {
      footer address {
        margin: 0; } }
  footer .social-icons {
    margin: 2rem 0; }
    footer .social-icons li {
      display: inline-block; }
      footer .social-icons li a {
        font-size: 3rem;
        color: #FFF;
        padding: 0 .5rem 0; }
        footer .social-icons li a:active, footer .social-icons li a:focus, footer .social-icons li a:hover {
          border: none;
          color: #bdaf8c; }
  footer #sub-footer {
    font-size: 0.7rem;
    padding: 0.5rem 0;
    background-color: #bdaf8c; }
    footer #sub-footer p {
      margin: 0;
      padding: 0; }
    footer #sub-footer a {
      color: #002e62;
      font-weight: bold;
      text-decoration: none; }
      footer #sub-footer a:hover {
        text-decoration: underline; }

#hero-banner {
  height: 15rem;
  padding: 15rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.link-box:active, .link-box:focus, .link-box:hover {
  cursor: pointer; }
  .link-box:active .featured-link a, .link-box:focus .featured-link a, .link-box:hover .featured-link a {
    color: #002d62;
    background-color: #bdaf8c;
    border: none; }

/* Search */
header .row {
  position: relative; }

header .search input[type=submit] {
  transition: opacity 100ms ease-in-out;
  color: #fff;
  width: 20px;
  height: 25px;
  background-color: #002d62;
  border: 0;
  display: inline-block; }
  header .search input[type=submit]:hover {
    opacity: .5; }

header .search input[type=text] {
  width: 100%;
  height: 2.5em;
  padding: 0 .375em;
  border: solid 0px #FFF;
  border-bottom: 1px solid #999;
  outline: none;
  margin-left: .1875em;
  background: #FFF;
  transition: border-color 100ms ease-in-out; }
  header .search input[type=text]:focus {
    border-bottom-color: inherit;
    outline: none; }

header .search-slide {
  height: 2.5em;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  width: 0;
  z-index: 2; }
  header .search-slide.open {
    overflow: unset; }

header .search-close {
  color: #FFF;
  width: 1.375em;
  height: 1.375em;
  text-align: center;
  cursor: pointer;
  transition: opacity 100ms ease-in-out;
  display: inline-block;
  margin-left: .25rem; }
  header .search-close:hover {
    opacity: .5; }

.hero-wrapper h2, .hero-wrapper h3 {
  display: block;
  border: none;
  padding: 0;
  margin: 0; }

.hero-wrapper h2 {
  line-height: 1rem; }

.hero-wrapper h3 {
  font-size: 1.7rem;
  line-height: 1.7rem; }

.panel.quicklinks {
  background-color: #FFF;
  margin-top: 3rem;
  padding: 0;
  border: none; }
  .panel.quicklinks .h3 {
    color: #002d62;
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0; }
  .panel.quicklinks ul {
    margin: 0; }

.menu {
  position: relative; }

.menu > li {
  display: block;
  padding: .25rem 0; }
  @media screen and (min-width: 40em) {
    .menu > li {
      display: inline-block;
      padding: 0; } }

.is-dropdown-submenu-parent.mega-menu {
  position: static; }

@media screen and (min-width: 40em) {
  .mega-menu .is-dropdown-submenu {
    left: -145px;
    right: 0;
    padding: 1rem;
    position: absolute;
    top: 40px; } }

@media screen and (min-width: 64em) {
  .mega-menu .is-dropdown-submenu {
    left: 0;
    top: 40px; } }

@media screen and (min-width: 40em) {
  .is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 900px; } }

.is-dropdown-submenu.js-dropdown-active {
  display: block; }

.top-menu {
  background-color: #bdaf8c;
  margin-bottom: 1rem;
  padding: .5rem 0;
  position: relative; }
  .top-menu .apply-now-link {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: -8px;
    top: -10px;
    z-index: 1; }
  .top-menu ul:not(.login-menu) {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0; }
    @media screen and (min-width: 40em) {
      .top-menu ul:not(.login-menu) {
        justify-content: flex-end; } }
    @media screen and (min-width: 64em) {
      .top-menu ul:not(.login-menu) {
        margin-right: 3rem; } }
    .top-menu ul:not(.login-menu) a:not(.button) {
      color: #000;
      display: inline-block;
      font-size: .8rem;
      font-weight: bold;
      margin-right: .75rem;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (min-width: 64em) {
        .top-menu ul:not(.login-menu) a:not(.button) {
          margin-right: 1rem; } }
    .top-menu ul:not(.login-menu) a.button {
      background-color: #fff;
      border: 1px solid #000;
      color: #000;
      display: inline-block;
      font-size: .8rem;
      margin: 0;
      padding: .25rem .5rem;
      text-transform: uppercase; }

.events-list {
    height: 100%;
    background-color: #bdaf8c;  
}

.events-list__title {
  background-color: #002e62;
  border-bottom: 0;
  color: #FFF;
  display: block;
  margin: 0;
  padding: 1rem;
  text-transform: uppercase; }

.events-list__listing {
  background-color: #bdaf8c;
  list-style-type: none;
  margin-left: 0;
  padding: 1rem; }
  .events-list__listing li {
    margin-bottom: 1rem; }
  .events-list__listing p {
    margin-bottom: 0; }
  .events-list__listing small {
    color: #002e62; }
  .events-list__listing a.button {
    border: 2px solid #002e62;
    color: #FFF;
    margin: 0;
    text-transform: uppercase; }
    .events-list__listing a.button:hover {
      color: #002e62; }

ul.login-menu {
  display: none;
  left: 0;
  list-style-type: none;
  margin-left: 0;
  top: 32px;
  width: 100px;
  z-index: 4; }
  ul.login-menu li.is-submenu-item.is-dropdown-submenu-item {
    background-color: #fff; }
    ul.login-menu li.is-submenu-item.is-dropdown-submenu-item a {
      font-weight: normal;
      margin-right: 0;
      padding: .5rem; }

#search-area {
  margin-top: 1rem; }

/*iframe {
  height: 200px; }
  @media screen and (min-width: 40em) {
    iframe {
      height: 400px; } }*/

@media screen and (min-width: 40em) {
  #mega-menu-container {
    display: inline !important; } }

.menu-icon {
  background-color: #002e62;
  color: #FFF;
  margin: 0;
  position: relative;
  width: 50px;
  margin-right: .5rem; }
  .menu-icon:hover, .menu-icon:focus, .menu-icon:visited {
    background-color: #002e62; }

.title-bar {
  display: flex;
  justify-content: flex-end; }

.title-bar-title {
  color: #FFF; }

.menu-icon::after {
  position: absolute;
  top: 4px;
  left: -22px;
  display: block;
  width: 35%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: ''; }

.site-logo {
  padding-bottom: 1rem; }
  @media screen and (min-width: 40em) {
    .site-logo {
      padding-bottom: 0; } }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
	width: 100% !important;
    max-width: 100%;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.slick-slider span.fa.previous {
	margin-top: 13.5%;
}

.slick-slider span.fa.next {
	margin-top: -20%;
}

footer a img {
    width: auto !important;
    height: auto !important;
}

.fb_iframe_widget_fluid {
    display: inline-block !important;
}

@media screen and (max-width: 40em) {
  .main-content {
      margin-top: 0 !important;
  }
}

@media screen and (max-width: 64em) {
  .general .content img {
  	width: 100% !important;
    height: auto !important;
  }
}

.accordion {
    margin-bottom: 2em;
    margin-left: 0 !important;
}

.accordion .accordion-item a:before {
    font-family: FontAwesome;
    content: "\f0fe";
    margin-right: 1em;
}

.accordion .accordion-item {
    display: block;
    margin-bottom: .4em !important;
    border: 1px solid #efefef
}

.accordion .accordion-item.is-active a {
    background: #f4f4f4
}

.accordion .accordion-item {
    background: #fcfcfc;
    color: #222;
    padding: 0.625rem;
    display: block;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem
}

.accordion .accordion-item a:hover {
    background: #efefef
}

.accordion .accordion-content {
    display: none;
    padding: 0.9375rem
}

.accordion .accordion-item.is-active .accordion-content {
    display: block;
    background: #fff
}

.featured-news-v2 .featured-image {
	padding-top: 56.880733944954%;
	height: 0;
	overflow: hidden;
	position: relative;
}

.featured-news-v2 .featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}










































































