.links-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.links-container .link-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.125rem;
  color: inherit;
}
.links-container .link-item a.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.links-container .link-item svg {
  flex: none;
  width: 3rem;
  height: 3rem;
}
.links-container.orientation-vertical .items-list {
  flex-direction: column;
}
.links-container.icon-orientation-vertical {
  text-align: center;
}
.links-container.icon-orientation-vertical .link-item a {
  flex-direction: column;
}
.links-container.icon-only .link-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.shuffle1-container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.shuffle1-container.content-container {
  padding: 0;
}
.shuffle1-container .shuffle-main {
  z-index: 1;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-list {
  margin: 0;
  height: 100%;
  width: 100%;
}
.shuffle1-container .shuffle-main .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-main .shuffle-slide {
  position: relative;
  margin: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
@media screen and (max-width: 767px) {
  .shuffle1-container .shuffle-main .shuffle-caption {
    display: none;
  }
}
.shuffle1-container .shuffle-main .shuffle-caption a {
  color: inherit;
}
.shuffle1-container .shuffle-main .shuffle-caption.caption-position-top {
  top: 0;
}
.shuffle1-container .shuffle-main .shuffle-caption.caption-position-bottom {
  bottom: 0;
}
.shuffle1-container .shuffle-main.navshuffle-position-top .shuffle-caption.caption-position-top {
  top: calc(54px + 1em);
}
.shuffle1-container .shuffle-main.navshuffle-position-bottom .shuffle-caption.caption-position-bottom {
  bottom: calc(54px + 1em);
}
.shuffle1-container .shuffle-main.navshuffle-position-left .shuffle-caption {
  left: calc(100px + 1em);
}
.shuffle1-container .shuffle-main.navshuffle-position-right .shuffle-caption {
  right: calc(100px + 1em);
}
.shuffle1-container .slick-dots {
  position: absolute;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .shuffle1-container .slick-dots {
    display: none;
  }
}
.shuffle1-container .slick-dots.slick-dots-bottom, .shuffle1-container .slick-dots.slick-dots-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .slick-dots.slick-dots-bottom {
  bottom: 0;
}
.shuffle1-container .slick-dots.slick-dots-top {
  top: 0;
}
.shuffle1-container .slick-dots.slick-dots-left, .shuffle1-container .slick-dots.slick-dots-right {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  height: 100%;
}
.shuffle1-container .slick-dots.slick-dots-left {
  left: 0;
}
.shuffle1-container .slick-dots.slick-dots-right {
  right: 0;
}
.shuffle1-container .shuffle-image {
  width: 100%;
}
.shuffle1-container .shuffle-navigation {
  position: absolute;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .shuffle1-container .shuffle-navigation {
    display: none;
  }
}
.shuffle1-container .shuffle-navigation .slick-list {
  margin: 0;
  padding: 0;
  bottom: 0;
}
.shuffle1-container .shuffle-navigation .slick-track {
  height: 100%;
}
.shuffle1-container .shuffle-navigation .shuffle-slide {
  position: relative;
  display: block;
  height: 50px;
  margin: 0.5em;
  overflow: hidden;
  border: 2px solid transparent;
}
.shuffle1-container .shuffle-navigation .shuffle-slide.slick-current {
  border-color: black;
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom, .shuffle1-container .shuffle-navigation.navigation-position-top {
  left: 0;
  width: 100%;
}
.shuffle1-container .shuffle-navigation.navigation-position-bottom {
  bottom: 0;
}
.shuffle1-container .shuffle-navigation.navigation-position-top {
  top: 0;
}
.shuffle1-container .shuffle-navigation.navigation-position-left, .shuffle1-container .shuffle-navigation.navigation-position-right {
  top: 0;
  height: 100%;
  width: calc(100px + 1em);
}
.shuffle1-container .shuffle-navigation.navigation-position-left .slick-list,
.shuffle1-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle1-container .shuffle-navigation.navigation-position-right .slick-list,
.shuffle1-container .shuffle-navigation.navigation-position-right .slick-track {
  height: 100% !important;
}
.shuffle1-container .shuffle-navigation.navigation-position-left .slick-track, .shuffle1-container .shuffle-navigation.navigation-position-right .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.shuffle1-container .shuffle-navigation.navigation-position-left .shuffle-slide, .shuffle1-container .shuffle-navigation.navigation-position-right .shuffle-slide {
  width: 100px;
  float: none;
}
.shuffle1-container .shuffle-navigation.navigation-position-left {
  left: 0;
}
.shuffle1-container .shuffle-navigation.navigation-position-right {
  right: 0;
}
.shuffle1-container .error-message {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  background: white;
}
@media screen and (min-width: 1024px) {
  .shuffle1-container .shuffle-caption {
    padding: 1em;
  }
}

.quicklinks-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quicklinks-container .qlink-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.quicklinks-container .qlink-item a {
  display: block;
}
.quicklinks-container .qlink-item svg {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
}
.quicklinks-container .qlink-text {
  max-width: 100%;
  font-size: 1.125rem;
}
.quicklinks-container.icon-orientation-vertical {
  text-align: center;
}
.quicklinks-container.icon-orientation-vertical .qlink-inner {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.quicklinks-container.icon-orientation-vertical .qlink-item svg {
  margin-bottom: 24px;
}
.quicklinks-container.icon-orientation-horizontal .qlink-item svg {
  margin-right: 30px;
}
.quicklinks-container.orientation-vertical .items-list {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events1-container .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.events1-container .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.events1-container .event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.events1-container .event-date .event-month {
  font-size: 1.125em;
}
.events1-container .event-date .event-day {
  font-size: 2.25em;
}
.events1-container.content-size-small .item {
  margin-bottom: 10px;
}
.events1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.events1-container.content-size-small .event-date {
  font-size: 1rem;
}
.events1-container.content-size-medium .item {
  margin-bottom: 30px;
}
.events1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.events1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.events1-container.content-size-medium .event-date {
  font-size: 1.125rem;
}
.events1-container.content-size-large .item {
  margin-bottom: 30px;
}
.events1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem;
}
.events1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.events1-container.content-size-large .event-date {
  font-size: 1.5rem;
}
.events1-container.date-orientation-vertical .item {
  text-align: center;
}
.events1-container.date-orientation-vertical.content-size-small .event-date {
  margin-bottom: 10px;
}
.events1-container.date-orientation-vertical.content-size-medium .event-date {
  margin-bottom: 20px;
}
.events1-container.date-orientation-vertical.content-size-large .event-date {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .events1-container.date-orientation-horizontal .event-date {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .events1-container.date-orientation-horizontal .item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .events1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .events1-container.orientation-horizontal .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.news1-container:not(.slick-container) .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news1-container .news-item-image-holder {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
}
.news1-container .news-item-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.news1-container.content-size-small .item {
  margin-bottom: 10px;
}
.news1-container.content-size-small .item-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.news1-container.content-size-medium .item {
  margin-bottom: 20px;
}
.news1-container.content-size-medium .item-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.news1-container.content-size-medium .item-text {
  font-size: 1.125rem;
}
.news1-container.content-size-large .item {
  margin-bottom: 30px;
}
.news1-container.content-size-large .item-name {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.25rem;
}
.news1-container.content-size-large .item-text {
  font-size: 1.5rem;
}
.news1-container.thumbnail-orientation-vertical.content-size-small .news-item-image-holder {
  margin-bottom: 10px;
}
.news1-container.thumbnail-orientation-vertical.content-size-medium .news-item-image-holder {
  margin-bottom: 20px;
}
.news1-container.thumbnail-orientation-vertical.content-size-large .news-item-image-holder {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .news1-container.thumbnail-orientation-horizontal .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .news1-container.thumbnail-orientation-horizontal .news-item-image-holder {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 250px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .news1-container.orientation-horizontal .items-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

body:not(.index) {
  background-color: #003a70;
}
@media screen and (min-width: 1024px) {
  body #shuffle_main {
    margin-top: 93px;
  }
  body #content_main {
    margin-top: 123px;
  }
}
@media screen and (min-width: 1024px) {
  body #shuffle_main {
    margin-top: 93px;
  }
}
body #header_main {
  border-top-color: white;
  background-color: #003a70;
  color: white;
}
body #header_main .header-logo a {
  color: white;
}
body #header_main .header-logo.logo-replacement a {
  width: 83px;
  height: 83px;
  background-image: url("../pics/header_logo_d.png");
}
body #header_main .header-logo:not(.logo-replacement) a:before {
  width: 83px;
  height: 83px;
  background-image: url("../pics/header_logo_d.png");
}
body #header_main .contact-link-header {
  color: #003a70;
}
body #header_main .contact-link-header svg {
  fill: #003a70;
}
body #header_main .contact-link-header:hover, body #header_main .contact-link-header:focus {
  color: #9bb40c;
}
body #header_main .contact-link-header:hover svg, body #header_main .contact-link-header:focus svg {
  fill: #9bb40c;
}
@media screen and (min-width: 1024px) {
  body #header_main .contact-link-header {
    color: white;
  }
  body #header_main .contact-link-header svg {
    fill: white;
  }
  body #header_main .contact-link-header:hover, body #header_main .contact-link-header:focus {
    color: black;
  }
  body #header_main .contact-link-header:hover svg, body #header_main .contact-link-header:focus svg {
    fill: black;
  }
}
body #header_main .nav-item.icon > a svg {
  fill: white;
}
body #header_main .sitenav-holder .nav-mobile-toggle {
  border-color: #003a70;
}
body #header_main .sitenav-holder .nav-group {
  background-color: #003a70;
  color: white;
}
body #header_main .sitenav-holder .nav-group .nav-item > a {
  height: 42px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: 700;
  color: white;
}
body #header_main .sitenav-holder .nav-group .nav-item > a:focus, body #header_main .sitenav-holder .nav-group .nav-item > a:hover, body #header_main .sitenav-holder .nav-group .nav-item > a.open {
  color: white;
  background-color: #9bb40c;
}
body #header_main .sitenav-holder .nav-group .sub-nav a {
  color: white;
}
body #header_main .sitenav-holder .nav-group .sub-nav a:focus, body #header_main .sitenav-holder .nav-group .sub-nav a:hover, body #header_main .sitenav-holder .nav-group .sub-nav a.open {
  color: white;
  background-color: #9bb40c;
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-group {
    background: transparent;
  }
  body #header_main .sitenav-holder .nav-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  body #header_main .sitenav-holder .nav-item > a {
    text-align: center;
  }
  body #header_main .sitenav-holder .sub-nav {
    background-color: #003a70;
  }
  body #header_main .sitenav-holder.column .nav-item:last-child .sub-nav:focus, body #header_main .sitenav-holder.column .nav-item:last-child .sub-nav.open {
    left: auto;
    right: 0;
  }
  body #header_main .sitenav-holder.megamenu .sub-nav {
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    padding: 20px;
  }
  body #header_main .sitenav-holder.megamenu .sub-nav .sub-nav-group {
    width: 65%;
  }
  body #header_main .sitenav-holder.megamenu .sub-nav .mm-extra-content {
    width: calc(100% - 65%);
  }
}
@media screen and (min-width: 1024px) {
  body #header_main .sitenav-holder .nav-menu .nav-item > a {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    z-index: 0;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body #header_main .sitenav-holder .nav-menu .nav-item > a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    background: rgba(255, 255, 255, 0.5);
    height: 2px;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
  }
  body #header_main .sitenav-holder .nav-menu .nav-item > a:before {
    left: 51%;
    right: 51%;
    bottom: 0;
    transition-property: left, right;
  }
  body #header_main .sitenav-holder .nav-menu .nav-item > a:hover:before, body #header_main .sitenav-holder .nav-menu .nav-item > a:focus:before, body #header_main .sitenav-holder .nav-menu .nav-item > a.open:before {
    left: 0;
    right: 0;
  }
  body #header_main .sitenav-holder .nav-menu .nav-item > a:before {
    bottom: 17px;
  }
  body #header_main .sitenav-holder .nav-menu .nav-item > a:hover, body #header_main .sitenav-holder .nav-menu .nav-item > a:focus, body #header_main .sitenav-holder .nav-menu .nav-item > a.open {
    background-color: transparent;
  }
}
body .slick-container .slick-dots li button:before {
  color: #003a70;
}
body .slick-container .slick-dots.number-dots li button {
  background: #003a70;
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  color: #003a70;
}
body .slick-container .slick-dots li.slick-active button:before {
  color: #9bb40c;
}
body .slick-container .slick-dots.number-dots li button {
  color: #9bb40c;
}
body .slick-container .slick-dots.number-dots li.slick-active button {
  background: #9bb40c;
}
body #events_row {
  color: white;
}
body #events_row:before {
  background-color: rgba(0, 58, 112, 0.85);
}
body #events_container .item .event-date {
  border-bottom: 4px solid white;
}
body #events_container .read-more-link {
  background-color: white;
  color: #003a70;
}
body #events_container .read-more-link:before {
  background-color: white;
}
body #events_container .read-more-link:hover, body #events_container .read-more-link:focus {
  text-decoration: underline;
}
body #events_container .items-list .slick-arrow {
  background-color: white;
}
body #events_container .items-list .slick-arrow:hover, body #events_container .items-list .slick-arrow:focus {
  background-color: #9bb40c;
}
body #events_container .items-list .slick-arrow.slick-prev:before {
  border-color: #0f0f0f;
  border-left-color: #0f0f0f;
}
body #events_container .items-list .slick-arrow.slick-next:before {
  border-top-color: #0f0f0f;
  border-right-color: #0f0f0f;
}
body #news_container .section-title {
  color: #003a70;
}
body #news_container .item-name {
  color: #003a70;
}
body #news_container .item-name:before {
  background-color: #9bb40c;
}
body #news_container .read-more-link {
  background-color: #9bb40c;
  color: white;
}
body #news_container .read-more-link:before {
  background-color: #003a70;
}
body #news_container .items-list .slick-arrow {
  background-color: #9bb40c;
}
body #news_container .items-list .slick-arrow:hover, body #news_container .items-list .slick-arrow:focus {
  background-color: #003a70;
}
body #news_container .items-list .slick-arrow.slick-prev:before {
  border-color: white;
  border-left-color: white;
}
body #news_container .items-list .slick-arrow.slick-next:before {
  border-top-color: white;
  border-right-color: white;
}
@media screen and (min-width: 1024px) {
  body #social_row .homepage-row-inner:before {
    background-color: white;
    border-left: 350px solid #003a70;
    border-right: 55px solid #9bb40c;
  }
}
body #twitter_container {
  background-color: #003a70;
}
body .content-container .read-more-link {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  transition-duration: 0.25s;
  transition-property: color;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
body .content-container .read-more-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #9bb40c;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
body .content-container .read-more-link:hover, body .content-container .read-more-link:focus {
  color: white;
}
body .content-container .read-more-link:before {
  transform: scaleY(0);
  transform-origin: 50% 100%;
}
body .content-container .read-more-link:hover:before, body .content-container .read-more-link:focus:before {
  transform: scaleY(1);
}
body #quicklinks .qlink-item .svg-holder {
  background-color: white;
}
body #quicklinks .qlink-item .svg-holder svg {
  fill: #003a70;
}
body #quicklinks .qlink-item > a {
  transition: 0.25s;
}
body #quicklinks .qlink-item > a:hover, body #quicklinks .qlink-item > a:focus {
  transform: scale(1.1);
  text-decoration: none;
}
body #quicklinks .qlink-item:nth-of-type(odd) > a {
  background-color: #003a70;
  color: white;
}
@media screen and (min-width: 1024px) {
  body #quicklinks .qlink-item:nth-of-type(odd) > a {
    background-color: rgba(0, 58, 112, 0.85);
  }
  body #quicklinks .qlink-item:nth-of-type(odd) > a:hover, body #quicklinks .qlink-item:nth-of-type(odd) > a:focus {
    background-color: #003a70;
  }
}
body #quicklinks .qlink-item:nth-of-type(even) > a {
  background-color: #9bb40c;
  color: white;
}
@media screen and (min-width: 1024px) {
  body #quicklinks .qlink-item:nth-of-type(even) > a {
    background-color: rgba(155, 180, 12, 0.85);
  }
  body #quicklinks .qlink-item:nth-of-type(even) > a:hover, body #quicklinks .qlink-item:nth-of-type(even) > a:focus {
    background-color: #9bb40c;
  }
}
body .follow-us svg {
  fill: rgba(0, 0, 0, 0.35);
}
body .follow-us > a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  z-index: 0;
  transition-duration: 0.25s;
  transition-property: color;
  position: relative;
  display: inline;
  background-color: #9bb40c;
  color: white;
}
body .follow-us > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: white;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
body .follow-us > a:hover, body .follow-us > a:focus {
  color: #003a70;
}
body .follow-us > a:before {
  transform: scaleY(0);
  transform-origin: 50% 100%;
}
body .follow-us > a:hover:before, body .follow-us > a:focus:before {
  transform: scaleY(1);
}
body #content_main #breadcrumbs {
  color: #003a70;
}
body #content_main #breadcrumbs a {
  color: #9bb40c;
}
body #content_main .pageTitle {
  color: #003a70;
  margin-bottom: 1em;
}
body #content_main .right-column-page-navigation {
  background: #003a70;
}
body #content_main .right-column-page-navigation li a {
  color: white;
}
body #content_main .right-column-page-navigation li.active a {
  background-color: #9bb40c;
  color: white;
}
body #footer_nav .link-item:not(:first-of-type):before {
  background-color: white;
}
body #footer_main {
  background-color: #003a70;
  color: white;
}
body #footer_main .footer-logo.logo-replacement {
  height: 124px;
  width: 124px;
  background-image: url("../pics/header_logo_d.png");
}
body #footer_main .footer-logo:not(.logo-replacement):before {
  width: 124px;
  height: 124px;
  background-image: url("../pics/header_logo_d.png");
}
body #footer_main .powered-by-edlio-logo svg {
  fill: white;
}
body #mobile_nav {
  background: #003a70;
}
body #mobile_nav a {
  color: white;
}
body #mobile_nav a svg {
  fill: white;
}
body #mobile_nav a:hover, body #mobile_nav a:focus {
  color: #9bb40c;
}
body #mobile_nav a:hover svg, body #mobile_nav a:focus svg {
  fill: #9bb40c;
}
