* {
  margin: 0;
  padding: 0;
  outline: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ------------ Structure ------------ */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }



@media only screen and (max-width: 1152px) {
  footer article dl {
    display: block; }
    footer article dl dd {
      display: block;
      text-align: center;
      margin-bottom: 40px; }
      footer article dl dd#contact ul li {
        padding-left: 0 !important; }
        footer article dl dd#contact ul li i {
          display: none; }
      footer article dl dd#info a {
        margin: 0 auto 30px auto;
        width: 90%; } }

@media only screen and (max-width: 1000px) {
  #mainContent #tableWrap {
    display: block; }
    #mainContent #tableWrap main, #mainContent #tableWrap aside {
      display: block; }
    #mainContent #tableWrap aside {
      width: 100%;
      padding: 0px; }
  #postPreviews {
    -webkit-column-count: 1;
    column-count: 1;
    border-right: 0;
    padding-right: 0; }
    #postPreviews dd {
      font-size: .8em; } }


@media only screen and (max-width: 900px) {
        header #upperNav ul .menu-item-has-children:after {
          font-family: 'Font Awesome 5 Free';
          content: "\f0da";
          color: white;
          font-weight: 900;
          font-size: 30px;
          position: absolute;
          right: 30%;
          top: 13px;
        }

        header #upperNav article ul li ul {
          position: relative;
          left: unset;
        }
  header #mobileNav {
    display: block; }
  header #upperNav article {
    position: fixed;
    z-index: 20;
    background: #1f2656;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: none;
    top: 0;
    left: 0; }
    header #upperNav article #close {
      display: block; }
    header #upperNav article ul {
      float: none !important;
      height: auto !important;
      display: block; }
      header #upperNav article ul li {
        display: block;
        text-align: center; }
        header #upperNav article ul li a {
          margin: 0 !important;
          /*padding: 15px 0;*/ }
        header #upperNav article ul li ul {
          display: none; }
  header #lowerNav article {
    width: 100%; }
    header #lowerNav article dl {
      height: auto; }
      header #lowerNav article dl dd.social, header #lowerNav article dl dd.subscribe {
        display: none; }
      header #lowerNav article dl dd.naviconCell {
        display: table-cell;
         } 
        header #lowerNav dl dd.naviconCell #navicon {
           color: #1f2656;
        }
        .mobileToggle { color: #1f2656;}}


        #headerImages #slides ul.slick-dots li {
          display: none !important;
        }

@media only screen and (max-width: 820px) {
  #headerImages #slides .slide a article {
    position: relative;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 175px 20px 30px 20px; }
    #headerImages #slides .slide a article .caption {
      font-size: .7em;
      position: relative;
      bottom: 0; }
  #headerImages #slides .slide a img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #intro {
    font-size: .8em; }
  #quicklinks dl dd {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 300px; }
    #quicklinks dl dd .caption {
      position: relative; }
      #quicklinks dl dd .caption .inner {
        height: auto !important; } }

@media only screen and (max-width: 640px) {
/*   #partners #partnerSlider .slide {
    width: 50%; } } */

@media only screen and (max-width: 500px) {
  header #lowerNav article dl dd.logo {
    width: 80%; }
/*   #partners #partnerSlider .slide {
    width: 100%; } } */

@media only screen and (max-width: 400px) {
  #headerImages #slides .slide a article .caption {
    font-size: .6em; } }
#headerImages #slides ul.slick-dots {
    bottom: 0 !important;
}