/*! Contents generated by MODX - this file will be overwritten. */
/*!! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*!
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  box-sizing: border-box;
  font: 16px/1.6em sans-serif;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body, button, input, select, textarea, pre, ul, ol {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, dl, ol, ul, dt, dd {
  margin: 0; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%; }

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block; }

img, svg {
  border: none;
  max-width: 100%; }

[hidden] {
  display: none; }

[unselectable] {
  user-select: none; }

/*!
 * Universal inheritance
 */
*, ::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

a {
  text-decoration: underline; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

code, kbd, pre, samp {
  font-family: monospace, monospace; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  resize: vertical; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }

strong, .bold {
  font-weight: 600; }

.narrow {
  width: 768px;
  max-width: 100%;
  margin: 0 auto; }
@media only screen and (max-width: 1280px) {
  .narrow {
    padding: 0 1rem; } }

.container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto; }
@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 1rem; } }

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat; }

.box-shadow {
  box-shadow: 0 4px 8px #b7b7b7; }

.text-white {
  color: #ffffff; }

.text-black {
  color: #111; }

.text-gray {
  color: #6d6f71; }

.text-dark-gray {
  color: #494949; }

.text-red {
  color: #b02431; }

.text-primary {
  color: #00a09b; }

.text-secondary {
  color: #6d6f71; }

.bg-primary {
  background-color: #00a09b; }

.bg-secondary {
  background-color: #6d6f71; }

.bg-red {
  background-color: #b02431; }

.bg-white {
  background-color: #ffffff; }

.bg-light-gray {
  background-color: #e2e2e2; }

.clearfix:before, .mp-grid:before, .news-grid:before, .clearfix:after, .mp-grid:after, .news-grid:after {
  content: " ";
  display: table; }
.clearfix:after, .mp-grid:after, .news-grid:after {
  clear: both; }

.vam {
  vertical-align: middle; }

.lh15 {
  line-height: 1.5rem; }

.lh2 {
  line-height: 2rem; }

.m0 {
  margin: 0 !important; }

.m1 {
  margin: 1rem !important; }

.m2 {
  margin: 2rem !important; }

.mt1 {
  margin-top: 1rem !important; }

.mt2 {
  margin-top: 2rem !important; }

.mb1 {
  margin-bottom: 1rem !important; }

.mb2 {
  margin-bottom: 2rem !important; }

.p0 {
  padding: 0 !important; }

.phalf {
  padding: 0.5rem !important; }

.p1 {
  padding: 1rem !important; }

.p2 {
  padding: 2rem !important; }

.pl1 {
  padding-left: 1rem !important; }

.pr1 {
  padding-right: 1rem !important; }

.pt1 {
  padding-top: 1rem !important; }

.pt2 {
  padding-top: 2rem !important; }

.pt3 {
  padding-top: 3rem !important; }

.pt4 {
  padding-top: 4rem !important; }

.pb1 {
  padding-bottom: 1rem !important; }

.pb2 {
  padding-bottom: 2rem !important; }

.py1 {
  padding: 1rem 0 !important; }

.py2 {
  padding: 2rem 0 !important; }

.py3 {
  padding: 3rem 0 !important; }

.py4 {
  padding: 4rem 0 !important; }

.px1 {
  padding: 0 1rem !important; }

.px2 {
  padding: 0 2rem !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.block {
  display: block !important; }

.mobile-show, .tablet-show {
  display: none; }

@media only screen and (max-width: 980px) {
  .tablet-hide {
    display: none !important; }
  .tablet-show {
    display: inline-block !important; }
  .tablet-block {
    display: block !important; } }

@media only screen and (max-width: 768px) {
  .mp0 {
    padding: 0 !important; }
  .mobile-text-center {
    text-align: center; }
  .mobile-hide {
    display: none !important; }
  .mobile-show {
    display: inline-block !important; }
  .mobile-block {
    display: block !important; } }

.columns {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between; }
  .columns .col, .columns .col-1, .columns .col-2, .columns .col-3, .columns .col-4, .columns .col-5, .columns .col-6, .columns .col-7, .columns .col-8, .columns .col-9, .columns .col-10, .columns .col-11, .columns .col-12 {
    flex: 0 0 auto;
    padding: 1rem; }
  .columns .col {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .columns .col-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .columns .col-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .columns .col-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .columns .col-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .columns .col-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .columns .col-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .columns .col-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .columns .col-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .columns .col-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .columns .col-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .columns .col-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .columns .col-12 {
    flex-basis: 100%;
    max-width: 100%; }
  @media only screen and (max-width: 768px) {
    .columns .col-1, .columns .col-2, .columns .col-3, .columns .col-4, .columns .col-5, .columns .col-6, .columns .col-7, .columns .col-8, .columns .col-9, .columns .col-10, .columns .col-11, .columns .col-12 {
      flex-basis: 100%;
      max-width: 100%; } }
@media only screen and (max-width: 980px) {
  .columns .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .columns .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .columns .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .columns .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .columns .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .columns .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .columns .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .columns .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .columns .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .columns .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .columns .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .columns .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; } }
@media only screen and (max-width: 768px) {
  .columns .col-xs-1 {
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .columns .col-xs-2 {
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .columns .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .columns .col-xs-4 {
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .columns .col-xs-5 {
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .columns .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .columns .col-xs-7 {
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .columns .col-xs-8 {
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .columns .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .columns .col-xs-10 {
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .columns .col-xs-11 {
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .columns .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%; } }

.mp-grid .mp-2 {
  width: 46.8%;
  float: left;
  margin-left: 3.2%;
  margin-right: 3.2%;
  margin-bottom: 4.2%; }
  .mp-grid .mp-2:nth-child(2n+1) {
    margin-left: 0;
    clear: left; }
  .mp-grid .mp-2:nth-child(2n+0) {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .mp-grid .mp-2 {
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }
.mp-grid .mp-3 {
  width: 29.719%;
  float: left;
  margin-left: 3.2%;
  margin-right: 3.2%;
  margin-bottom: 3.2%; }
  .mp-grid .mp-3:nth-child(3n+1) {
    margin-left: 0;
    clear: left; }
  .mp-grid .mp-3:nth-child(3n+0) {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .mp-grid .mp-3 {
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }
.mp-grid .mp-4 {
  width: 21.2%;
  float: left;
  margin-left: 3.2%;
  margin-right: 3.2%;
  margin-bottom: 3.2%; }
  .mp-grid .mp-4:nth-child(4n+1) {
    margin-left: 0;
    clear: left; }
  .mp-grid .mp-4:nth-child(4n+0) {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .mp-grid .mp-4 {
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }
.mp-grid .mp-5 {
  width: 16.069%;
  float: left;
  margin-left: 3.2%;
  margin-right: 3.2%;
  margin-bottom: 3.2%; }
  .mp-grid .mp-5:nth-child(5n+1) {
    margin-left: 0;
    clear: left; }
  .mp-grid .mp-5:nth-child(5n+0) {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .mp-grid .mp-5 {
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }

.heading-font {
  font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400; }

.light-condensed {
  font-family: "Helvetica Neue LT W01_57 Cond", Helvetica Neue, Helvetica, sans-serif; }

h1, .h1 {
  font-size: 2.6rem;
  line-height: 2.2rem;
  font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400; }
@media only screen and (max-width: 980px) {
  h1, .h1 {
    font-size: 2.3rem; } }
@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 2rem; } }

h2, .h2 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400; }
@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 1.7rem; } }

h3, .h3 {
  font-size: 1.4rem;
  font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400; }

h4, .h4 {
  font-size: 1.2rem; }

.x-large {
  font-size: 1.6rem; }

.large {
  font-size: 1.25rem; }

.normal {
  font-size: 1rem; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: 1px; }

small, .small {
  font-size: 0.7rem; }

.lh2 {
  line-height: 2rem; }

body {
  font-family: "Helvetica Neue LT W01_55 Roman", Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  background-color: #ffffff;
  color: #494949;
  max-width: 100vw;
  overflow-x: hidden; }

#home--slides div {
  display: none; }
#home--slides.slick-initialized div {
  display: block; }

a {
  color: #00a09b;
  text-decoration: none; }
  a:hover {
    color: #006d6a; }

hr {
  border: none;
  border-bottom: 1px solid #6d6f71;
  width: 100%;
  height: 0;
  margin: 1rem 0;
  overflow: hidden; }

.hero {
  height: 420px;
  min-height: calc(100vw * .43);
  background-size: cover;
  position: relative; }
  .hero .hero-inner {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .hero .hero-inner h1 {
      width: 800px;
      max-width: 90%;
      margin: 0 auto;
      background-color: rgba(0, 0, 0, 0.55);
      color: #ffffff;
      font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
      text-align: center;
      font-size: 3rem;
      padding: 2rem 0;
      text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .hero {
      height: 400px; }
      .hero .hero-inner h1 {
        font-size: 2rem; } }
@media only screen and (max-width: 480px) {
  .hero {
    height: 400px; }
    .hero .hero-inner h1 {
      font-size: 1.6rem; } }

.home--cards {
  padding: 4rem 0 2rem;
  margin-top: 9.5rem; }
  .home--cards > .columns {
    justify-content: start; }
  @media only screen and (max-width: 768px) {
    .home--cards {
      margin-top: 7.5rem; } }
@media only screen and (min-width: 980px) {
  .home--cards {
    margin-top: 3.5rem; }
    .home--cards > .columns {
      margin-left: auto;
      width: calc(100% - 275px); } }
.home--cards .home--cards_item {
  padding: 0 !important;
  flex-basis: 20%;
  width: 20%;
  position: relative; }
@media only screen and (max-width: 980px) {
  .home--cards .home--cards_item {
    flex-basis: 33.33%;
    width: 33.33%;
    margin-bottom: 1rem; } }
@media only screen and (max-width: 768px) {
  .home--cards .home--cards_item {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 0.25rem; } }
.home--cards .home--cards_item a {
  height: 100%;
  justify-content: center;
  padding: 1rem;
  color: #6d6f71;
  text-align: center;
  transition: background 0.3s ease;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.5rem;
  box-sizing: border-box; }
  .home--cards .home--cards_item a hr {
    border-bottom: 2px solid #ffffff; }
  .home--cards .home--cards_item a i {
    font-size: 3rem;
    line-height: 5rem; }
  .home--cards .home--cards_item a span {
    font-family: "Helvetica Neue LT W01_55 Roman", Helvetica Neue, Helvetica, sans-serif;
    font-size: 0.9rem;
    line-height: 1.1;
    text-align: left;
    display: block;
    flex-basis: 75%;
    max-width: 75%;
    padding: 0.5rem 1rem; }
  .home--cards .home--cards_item a img {
    display: block;
    padding: 0.25rem;
    max-width: 60px;
    flex-basis: 25%;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(0, 160, 155, 0.75);
    transition: 200ms all; }
.home--cards .home--cards_item:after {
  content: "";
  position: absolute;
  background: #e2e2e2;
  height: 2px;
  left: 0;
  right: 0; }
  .home--cards .home--cards_item:hover img {
    background-color: rgba(109, 111, 113, 0.75); }
  .home--cards .home--cards_item:hover:after {
    background: #6d6f71; }
@media only screen and (max-width: 980px) {
  .home--cards {
    padding: 4rem 2rem; } }
@media only screen and (max-width: 768px) {
  .home--cards {
    padding: 4rem 1rem; }
    .home--cards .home--cards_item:nth-child(2), .home--cards .home--cards_item:nth-child(4) {
      margin-right: 0; } }

.hp--rates_col {
  margin: 4rem auto;
  width: 500px;
  max-width: 90%; }
  .hp--rates_col .hp--rates_inner {
    padding: 1.5rem; }
  .hp--rates_col h2 {
    font-size: 2.5rem; }
  .hp--rates_col .hp--rates_item {
    border-radius: 1rem;
    border: 1px solid #00a09b; }
    .hp--rates_col .hp--rates_item .block.light-condensed {
      line-height: normal;
      padding-top: 0.5rem;
      margin-bottom: -4px; }

main article h1:first-of-type {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #6d6f71;
  margin-bottom: 2rem; }
main article h2 {
  padding-bottom: 1rem; }
main article h3 {
  padding-bottom: 1rem; }
main article p {
  padding-bottom: 1rem; }
main article ul {
  margin: 0 1rem 1rem 1.5rem;
  list-style: disc; }

.article p {
  padding-bottom: 1rem; }
.article ul {
  margin: 0 1rem 1rem 1.5rem;
  list-style: disc; }

.accordion-group {
  padding: 1rem;
  background-color: #fdfdfd;
  border: 2px solid #e2e2e2; }

dl.accordion dt {
  padding: 0.5rem;
  cursor: pointer;
  margin-top: 0.5rem;
  background-color: #e2e2e2;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: background-color 0.25s ease; }
  dl.accordion dt span {
    pointer-events: none; }
  dl.accordion dt:hover {
    background-color: #ddd; }
  dl.accordion dt i {
    font-size: 1.25rem; }
  dl.accordion dt.active {
    background-color: #00a09b;
    color: #ffffff; }
    dl.accordion dt.active i {
      color: #ffffff;
      transform: rotate(180deg); }
dl.accordion dd {
  margin: 0;
  padding: 0.5rem; }
  dl.accordion dd[aria-hidden="true"] {
    display: none; }
  dl.accordion dd[aria-hidden="false"] {
    display: block; }
  dl.accordion dd i {
    pointer-events: none; }

.contact-numbers {
  line-height: 2rem; }
  .contact-numbers strong {
    min-width: 13rem;
    display: inline-block; }
  @media only screen and (max-width: 768px) {
    .contact-numbers strong {
      min-width: 0; } }

img {
  max-width: 100%; }

#topLinks {
  overflow: hidden;
  height: 61px; }
  #topLinks a {
    display: inline-block;
    float: right;
    font-size: 1.2rem;
    padding: 0 0.5rem;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center; }
    #topLinks a:hover, #topLinks a:focus, #topLinks a.active {
      color: #006d6a; }
    #topLinks a.theme-link {
      border: 2px solid #ffffff;
      display: inline-block;
      padding: 0 0.5rem;
      font-size: 0.9rem; }
      #topLinks a.theme-link:hover, #topLinks a.theme-link:focus, #topLinks a.theme-link.active {
        background-color: #ffffff; }
      @media only screen and (max-width: 480px) {
        #topLinks a.theme-link {
          display: none; } }

body.fixed header {
  top: -50px; }
body.fixed [role="alert"] {
  top: 70px; }
body.fixed .logo {
  top: -76px;
  height: 134px; }
  body.fixed .logo em {
    opacity: 0; }
  @media only screen and (max-width: 480px) {
    body.fixed .logo {
      top: -36px;
      height: 100px; } }

[role="alert"] {
  position: fixed;
  text-align: right;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease; }
  [role="alert"] p {
    background-color: rgba(255, 255, 255, 0.85);
    color: #b02431;
    display: inline-block;
    padding: 0.5rem 1rem; }
  [role="alert"] .close-alert {
    color: #6d6f71;
    font-size: 1.3rem;
    margin-left: 1rem;
    opacity: 0.7;
    cursor: pointer; }
    [role="alert"] .close-alert:hover {
      color: #494949;
      opacity: 1; }

header {
  background-color: rgba(0, 160, 155, 0.85);
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  transition: all 0.3s ease; }
  header .container {
    position: relative; }
  header .logo {
    position: absolute;
    top: -62px;
    left: 0;
    width: 260px;
    height: 170px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(37, 37, 37, 0.7);
    padding-top: 20px;
    transition: all 0.3s ease; }
    header .logo em {
      color: #00a09b;
      font-size: 0.8rem;
      padding-top: 0.5rem;
      display: block;
      opacity: 1; }
    @media only screen and (max-width: 1280px) {
      header .logo {
        left: 1rem; } }
  @media only screen and (max-width: 480px) {
    header .logo {
      width: 165px;
      height: 120px;
      padding-top: 10px; }
      header .logo em {
        display: none; }
      header .logo svg {
        width: 126px; } }

nav .mobile-toggle-link {
  display: none; }
nav > ul {
  font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: right; }
  nav > ul > li {
    position: relative;
    min-width: 120px;
    display: inline-block;
    float: left; }
    nav > ul > li:hover a, nav > ul > li:focus a, nav > ul > li[aria-expanded="true"] a {
      border-bottom: 3px solid #ffffff;
      color: #ffffff; }
    nav > ul > li:hover > ul, nav > ul > li:focus > ul, nav > ul > li[aria-expanded="true"] > ul {
      visibility: visible; }
    nav > ul > li a {
      display: inline-block;
      color: #ffffff;
      text-decoration: none;
      padding: 1rem 0.5rem;
      margin: 0 2rem 0 0;
      text-align: center;
      border-bottom: 3px solid transparent; }
      nav > ul > li:last-of-type a {
        margin-right: 0; }
      nav > ul > li:last-of-type ul {
        left: inherit;
        right: 3.7rem; }
    @media only screen and (max-width: 1024px) {
      nav > ul > li {
        min-width: 0px; }
        nav > ul > li a {
          margin-right: 1rem; } }
  @media only screen and (max-width: 980px) {
    nav > ul {
      display: none; } }
nav ul li ul {
  visibility: hidden;
  width: 100%;
  min-width: 180px;
  position: absolute;
  top: 99%;
  left: 0;
  z-index: 9999; }
  nav ul li ul.active {
    visibility: visible; }
  nav ul li ul li {
    display: block;
    color: #494949; }
    nav ul li ul li a {
      color: #494949 !important;
      display: block;
      margin: 0;
      font-size: 0.8rem;
      text-align: left;
      padding: 0.5rem;
      border: none !important;
      background-color: rgba(255, 255, 255, 0.8) !important; }
      nav ul li ul li a:hover {
        color: #00a09b !important;
        background-color: #ffffff !important; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #e2e2e2; }
  table caption {
    font-size: 1.25rem;
    font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
    padding-bottom: 1rem;
    text-align: left; }
  table thead {
    background: #00a09b;
    border-bottom: 1px solid #494949;
    color: #ffffff; }
  table th {
    text-align: left;
    padding: 0.5rem; }
  table tr {
    border-bottom: 1px solid #e2e2e2; }
  table td {
    padding: 0.5rem; }
    table.highlight tbody tr:nth-child(even) {
      transition: background-color 0.25s ease;
      background-color: #fcfcfc; }
    table.highlight tbody tr:hover {
      background-color: rgba(109, 111, 113, 0.25); }

@media only screen and (max-width: 980px) {
  /*! Force tables to not be like tables anymore */
    table:not(.non-responsive), table:not(.non-responsive) thead, table:not(.non-responsive) tbody, table:not(.non-responsive) th, table:not(.non-responsive) td, table:not(.non-responsive) tr {
      display: block;
      /*! Hide table headers (but not display: none;, for accessibility) */ }
    table:not(.non-responsive) thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
      /*! Behave  like a "row" */ }
    table:not(.non-responsive) td {
      border: none;
      position: relative;
      padding: 0.5rem 0.5rem 0.5rem 8rem;
      text-align: left !important;
      /*! Now like a table header */ }
    table:not(.non-responsive) td:before {
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      content: attr(data-label);
      font-weight: bold;
      /*!table row seperation line*/ }
    table:not(.non-responsive) td:last-of-type:after {
      content: " ";
      height: 2px;
      background: #e2e2e2;
      width: 100%;
      position: absolute;
      top: 98%;
      left: 0; }
    table:not(.non-responsive) caption {
      display: block;
      padding: 1rem; }
    table.non-responsive {
      width: 100% !important; }
    .mobile-block-table td {
      display: block; } }

aside {
  padding: 1.3rem 2rem 0 0 !important;
  position: relative; }
  aside button.toggle-list {
    display: none;
    position: absolute;
    z-index: 9;
    top: 1.5rem;
    right: 0.5rem; }
  aside .btn {
    box-shadow: 0 4px 8px #b7b7b7; }
  aside .section {
    margin: 0 0 2.5rem 0;
    background: #e2e2e2;
    padding: 1rem;
    border-radius: 0.3rem;
    box-shadow: 0 4px 8px #b7b7b7;
    min-height: 300px; }
    aside .section h4 {
      color: #494949;
      font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
      padding-bottom: 0.5rem;
      text-transform: uppercase;
      text-indent: 2px;
      font-size: 1.3rem; }
      aside .section ul li a {
        display: block;
        padding: 0.4rem 0;
        color: #494949;
        text-transform: uppercase;
        font-family: "Helvetica Neue LT W01_57 Cond", Helvetica Neue, Helvetica, sans-serif; }
        aside .section ul li a:hover {
          color: #00a09b; }
  @media only screen and (max-width: 768px) {
    aside {
      padding: 1rem 0 !important; }
      aside .section {
        min-height: 30px; }
        aside .section ul {
          display: none; }
      aside button.toggle-list {
        display: block; } }

footer {
  background-color: #ccc;
  color: #6d6e71;
  line-height: normal; }
  footer a {
    color: #6d6e71; }
    footer a:hover {
      color: #111; }
  footer .footer-logo {
    width: 140px;
    margin: 0 auto;
    padding: 1rem 0 0 0; }
  footer .copyright {
    font-size: 0.8rem; }
  @media only screen and (max-width: 768px) {
    footer .copyright {
      padding: 0 1rem;
      line-height: 2rem; } }
  footer .disclaimer {
    border-top: 1px solid #3c3c3c;
    font-size: 0.7rem;
    font-style: italic; }
  footer .footer-logos {
    font-size: 0;
    background: url('/assets/theme/images/ncua-home-gray.png');
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    footer .footer-logos.home {
      width: 21px;
      height: 24px;
      background-position: right; }
      footer .footer-logos.home:hover:before {
        position: absolute;
        display: block;
        right: 0;
        top: -96px;
        height: 96px;
        width: 88px;
        content: " ";
        background: url(/assets/theme/images/eq-xl-logo.png); }
    footer .footer-logos.ncua {
      width: 56px;
      height: 24px; }
      footer .footer-logos.ncua:hover:before {
        position: absolute;
        display: block;
        left: -100px;
        top: -141px;
        height: 141px;
        width: 297px;
        content: " ";
        background: url(/assets/theme/images/NCUA-xl-logo.png); }

button {
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer; }

.btn, .text-button {
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-property: background-color;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  line-height: 1.6rem;
  height: auto;
  font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
  box-shadow: 0 4px 8px #b7b7b7;
  padding: 0.5rem 2rem;
  color: #ffffff;
  background-color: #00a09b; }
  .btn:hover, .text-button:hover {
    color: #ffffff;
    background-color: #006d6a; }

.btn-small {
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-property: background-color;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  line-height: 1.6rem;
  height: auto;
  font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
  box-shadow: 0 4px 8px #b7b7b7;
  padding: 0.2rem 1.2rem;
  color: #ffffff;
  background-color: #00a09b; }
  .btn-small:hover {
    color: #ffffff;
    background-color: #006d6a; }

.btn-secondary {
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-property: background-color;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  line-height: 1.6rem;
  height: auto;
  font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
  box-shadow: 0 4px 8px #b7b7b7;
  padding: 0.5rem 2rem;
  color: #ffffff;
  background-color: #6d6f71; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #545657; }

.btn-secondary-small {
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-property: background-color;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  line-height: 1.6rem;
  height: auto;
  font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
  box-shadow: 0 4px 8px #b7b7b7;
  padding: 0.2rem 1.2rem;
  color: #ffffff;
  background-color: #6d6f71; }
  .btn-secondary-small:hover {
    color: #ffffff;
    background-color: #545657; }

.btn-white {
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-property: background-color;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  line-height: 1.6rem;
  height: auto;
  font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
  box-shadow: 0 4px 8px #b7b7b7;
  padding: 0.5rem 2rem;
  color: #00afaa;
  background-color: #ffffff; }
  .btn-white:hover {
    color: #00a09b;
    background-color: #ffffff; }

.slick-slide_content .btn-white {
  box-shadow: none; }

.btn-gray {
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-property: background-color;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  line-height: 1.6rem;
  height: auto;
  font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
  box-shadow: 0 4px 8px #b7b7b7;
  padding: 0.5rem 2rem;
  color: #ffffff;
  background-color: #494949; }
  .btn-gray:hover {
    color: #00a09b;
    background-color: #111; }

.btn-gray-small {
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-property: background-color;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  line-height: 1.6rem;
  height: auto;
  font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif;
  box-shadow: 0 4px 8px #b7b7b7;
  padding: 0.2rem 1.2rem;
  color: #ffffff;
  background-color: #6d6f71; }
  .btn-gray-small:hover {
    color: #ffffff;
    background-color: #545657; }

.error {
  color: #b02431; }

.success {
  color: #00a09b;
  font-weight: bold; }

#contactForm label {
  min-width: 10rem; }

#searchOverlay {
  display: inline-block;
  float: right;
  overflow: hidden; }
  #searchOverlay .top-search-form {
    transition: margin 0.3s ease;
    margin: 0 -300px 0 0;
    padding: 0; }
    #searchOverlay .top-search-form input[type="text"] {
      width: 10rem;
      height: 1.75rem; }
    #searchOverlay .top-search-form button {
      box-shadow: none; }
    #searchOverlay .top-search-form.active {
      margin: 0; }

.calc-form {
  background-color: #fafafa;
  padding: 1rem; }

.calc-results {
  background-color: #e4e4e4;
  padding: 1rem; }
  .calc-results h3 {
    color: #6d6f71; }

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-height: 2.5rem; }

input.error, textarea.error {
  border: 1px solid #b02431 !important; }

.valid {
  border: 1px solid #00a09b !important; }

.errorBox {
  border: 1px solid #b02431 !important;
  color: #b02431;
  padding: 0.5rem 1rem;
  margin: 0.5rem;
  background-color: rgba(176, 36, 49, 0.2); }

.required-flag {
  background-color: #6d6f71;
  color: #ffffff;
  font-size: 0.8rem;
  display: inline-block;
  padding: 2px 6px; }

form {
  margin-bottom: 1rem;
  padding: 1rem 0; }
  form label {
    min-width: 20rem;
    display: inline-block; }
    form label .error {
      display: block; }
    @media only screen and (max-width: 768px) {
      form label {
        min-width: 100%;
        display: block !important;
        margin-bottom: 0.5rem; } }
  form .errorBox {
    margin-left: 20rem; }

.input-wrapper {
  margin-bottom: 1rem; }

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"] {
  appearance: none;
  max-width: 100%;
  width: 20rem;
  height: 2.5rem;
  line-height: 1rem;
  text-indent: 0.5rem; }
@media only screen and (max-width: 768px) {
  input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"] {
    min-width: 100%;
    display: block; } }

select {
  width: 20rem;
  height: 2.5rem; }
@media only screen and (max-width: 768px) {
  select {
    max-width: 100%;
    display: block; } }

textarea {
  width: 20rem;
  height: 8.75rem;
  padding: 0.5rem;
  color: #111;
  border-style: solid;
  line-height: 1.5rem;
  overflow: auto; }
@media only screen and (max-width: 768px) {
  textarea {
    width: 100%;
    display: block; } }

.flex-form {
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }
@media only screen and (max-width: 1280px) {
  .flex-form input[type="text"], .flex-form input[type="email"] {
    width: 15rem; } }
@media only screen and (max-width: 980px) {
  .flex-form input[type="text"], .flex-form input[type="email"] {
    width: 10rem; } }
@media only screen and (max-width: 768px) {
  .flex-form {
    flex-direction: column; } }

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"], textarea, select {
  transition: box-shadow 0.25s ease;
  color: #111;
  border: none;
  border-radius: 4px;
  background-color: #f0f0f0; }
  input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
    outline: none;
    border: 1px solid #00a09b;
    background-color: gainsboro;
    box-shadow: 0 0 0.125rem rgba(17, 17, 17, 0.7); }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.slick-initialized .slick-slide {
  display: block; }
  .slick-initialized .slick-slide .slick-slide_content {
    display: flex; }

#home--slides {
  margin-bottom: 4rem; }
  #home--slides .slick-slide_content {
    min-height: 600px;
    position: relative; }
  @media only screen and (max-width: 1024px) {
    #home--slides .slick-slide_content {
      min-height: 44vw; } }
  #home--slides .slick-slide_content .slick-slide_copy {
    position: absolute;
    bottom: 3rem;
    font-size: 1.3rem;
    width: 100%;
    z-index: 99; }
  @media only screen and (min-width: 1024px) {
    #home--slides .slick-slide_content .slick-slide_copy {
      width: calc(100% - 6rem);
      left: 3rem; } }
  #home--slides .slick-slide_content .slick-slide_copy h1 a {
    font-family: "Helvetica Neue LT W01_57 Cond", Helvetica Neue, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #00a09b;
    display: inline-block;
    padding: 0.75rem 1.25rem;
    font-size: 2rem;
    transition: all 0.3s ease;
    text-align: left; }
    #home--slides .slick-slide_content .slick-slide_copy h1 a:hover {
      background-color: #006d6a; }
    @media only screen and (min-width: 980px) {
      #home--slides .slick-slide_content .slick-slide_copy h1 a {
        max-width: 80%; } }
  #home--slides .slick-slide_content .slick-slide_copy p {
    padding: 1.25rem 0 0 0;
    color: #ffffff;
    font-family: "Helvetica Neue LT W01_77 Bd Cn", Helvetica Neue, Helvetica, sans-serif; }
    #home--slides .slick-slide_content .slick-slide_copy p.small {
      font-size: 1rem; }
  @media only screen and (max-width: 768px) {
    #home--slides .slick-slide_content .slick-slide_copy {
      bottom: 0;
      position: relative;
      padding-top: 44vw; }
      #home--slides .slick-slide_content .slick-slide_copy .container, #home--slides .slick-slide_content .slick-slide_copy p {
        padding: 0 !important; }
      #home--slides .slick-slide_content .slick-slide_copy h1, #home--slides .slick-slide_content .slick-slide_copy p, #home--slides .slick-slide_content .slick-slide_copy a {
        margin: 0 !important;
        width: 100%;
        display: block; }
      #home--slides .slick-slide_content .slick-slide_copy .btn-white {
        border: 2px solid; } }
  #home--slides .slick-slide {
    background-size: cover; }
  @media only screen and (max-width: 768px) {
    #home--slides .slick-slide {
      background-size: 100% !important;
      background-position: top !important;
      background-repeat: no-repeat !important; } }
  #home--slides .slick-arrow {
    position: absolute;
    z-index: 99;
    top: 320px;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    background: transparent;
    transition: all 0.3s ease;
    outline: 0; }
    #home--slides .slick-arrow:hover {
      border: 1px solid #00a09b;
      background: #00a09b; }
    #home--slides .slick-arrow:before {
      font-size: 3rem;
      font-family: "FontAwesome";
      color: #ffffff; }
    #home--slides .slick-arrow.slick-prev {
      left: 1rem;
      text-indent: -4px; }
      #home--slides .slick-arrow.slick-prev:before {
        content: "\f104"; }
    #home--slides .slick-arrow.slick-next {
      right: 1rem;
      text-indent: 4px; }
      #home--slides .slick-arrow.slick-next:before {
        content: "\f105"; }
    @media only screen and (max-width: 768px) {
      #home--slides .slick-arrow {
        bottom: inherit;
        top: 30px; }
        #home--slides .slick-arrow.slick-prev {
          left: inherit;
          right: 90px; } }

#hp--rates_carousel {
  margin: 2rem 0;
  padding: 0 2rem;
  background-color: #fdfdfd;
  border-top: 1px solid #6d6f71;
  border-bottom: 1px solid #6d6f71; }
  #hp--rates_carousel .slick-slide {
    padding: 1rem;
    text-align: center;
    font-size: 0.8rem;
    background-color: #fdfdfd;
    border-left: 1px solid #6d6f71; }
  #hp--rates_carousel .slick-slide .large {
    font-size: 1.5rem; }
  #hp--rates_carousel .slick-slide sup {
    font-size: 0.7rem;
    vertical-align: text-top; }
  #hp--rates_carousel .slick-slide small {
    margin-left: -0.5rem;
    font-size: 0.6rem; }
  #hp--rates_carousel .slick-slide a {
    margin: 1rem 0 0 0; }
  #hp--rates_carousel .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 999;
    height: 100%;
    width: 2rem;
    font-size: 0;
    background-color: #6d6f71; }
    #hp--rates_carousel .slick-arrow:hover {
      background-color: #494949; }
    #hp--rates_carousel .slick-arrow:before {
      color: #ffffff;
      font-size: 1.5rem; }
  #hp--rates_carousel .slick-prev {
    left: 0; }
    #hp--rates_carousel .slick-prev:before {
      content: "<"; }
  #hp--rates_carousel .slick-next {
    right: 0; }
    #hp--rates_carousel .slick-next:before {
      content: ">"; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0.5rem 0.5rem 0 0;
    border-radius: 50%;
    font-size: 0;
    background-color: #6d6f71;
    border: 1px solid #606264;
    cursor: pointer; }
    .slick-dots li:hover, .slick-dots li.slick-active {
      background-color: #6d6f71;
      border: 1px solid #545657; }
    .slick-dots li:last-of-type {
      margin-right: none; }

/*! Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#mobile-trigger {
  display: none;
  float: right;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  width: 50px;
  position: relative; }
@media only screen and (max-width: 980px) {
  #mobile-trigger {
    display: block; } }
#mobile-trigger:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 17px;
  width: 25px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 0.31em 0 0 #ffffff, 0 0.65em 0 0 #ffffff; }
#mobile-trigger:hover {
  background-color: #00a09b; }
  #mobile-trigger:hover:before {
    background: #ffffff;
    box-shadow: 0 0.31em 0 0 #ffffff, 0 0.65em 0 0 #ffffff; }

#mobile-menu {
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 99999;
  width: 320px;
  height: 100vh;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s; }
  #mobile-menu.active {
    right: 0; }
  #mobile-menu > ul {
    margin-top: 3rem; }
    #mobile-menu > ul li {
      padding: 0.5rem;
      border-top: 1px solid #373737;
      display: block;
      overflow: hidden; }
      #mobile-menu > ul li a {
        color: #ffffff;
        font-size: 1.2rem;
        display: block; }
      #mobile-menu > ul li i {
        float: right;
        color: #00a09b;
        font-size: 1.5rem; }
  #mobile-menu .sub-menu {
    display: none; }
    #mobile-menu .sub-menu li {
      border-top: none;
      padding: 0.5rem 0 0 0; }
      #mobile-menu .sub-menu li a {
        color: #ffffff;
        font-size: 0.9rem; }

#mobile-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  background: transparent; }
  #mobile-close svg {
    fill: #FFF; }

.news-item {
  width: 44.8%;
  float: left;
  margin-left: 3.2%;
  margin-right: 3.2%;
  margin-bottom: 4%; }
  .news-item:nth-child(2n+1) {
    margin-left: 0;
    clear: left; }
  .news-item:nth-child(2n+0) {
    margin-right: 0; }
  @media only screen and (max-width: 480px) {
    .news-item {
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }

.paging {
  border-top: 2px solid #00a09b;
  padding-top: 2rem;
  text-align: center; }
  .paging ul {
    margin: 1rem 0; }
    .paging ul li {
      display: inline-block;
      padding-left: 0.25rem;
      list-style: none;
      color: #494949; }
      .paging ul li:first-of-type {
        padding-left: 0; }
      .paging ul li.control {
        padding-left: 0.75rem; }
        .paging ul li.control a {
          background-color: #00a09b;
          color: #ffffff;
          padding: 0.5rem 0.75rem; }
      .paging ul li a {
        color: #494949;
        font-family: "Helvetica Neue LT W01_57 Cond", Helvetica Neue, Helvetica, sans-serif;
        line-height: 1.25rem;
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 0.5rem 0.25rem;
        font-size: 1.5rem; }
        .paging ul li a:hover {
          color: #111; }
        .paging ul li a.active {
          color: #00a09b; }

body.high-contrast header {
  background-color: rgba(0, 160, 155, 0.95); }
body.high-contrast nav ul li ul li a {
  background-color: #FFF !important; }
body.high-contrast .hero .hero-inner h1 {
  background-color: rgba(0, 0, 0, 0.85); }
body.high-contrast .btn, body.high-contrast dl.accordion dt.active, body.high-contrast #home--slides .slick-slide_content .slick-slide_copy h1 a {
  background-color: #00807B; }
body.high-contrast .text-primary {
  color: #00807B; }
body.high-contrast footer, body.high-contrast footer a {
  color: #47484a; }
body.high-contrast footer a:hover {
  color: #111; }
body.high-contrast #home--slides .slick-slide_content {
  background-color: rgba(17, 17, 17, 0.75); }
body.high-contrast .home--cards .home--cards_item a {
  background-color: rgba(0, 160, 155, 0.95); }

body.large-fonts nav > ul li a, body.large-fonts #topLinks a, body.large-fonts main article p, body.large-fonts aside, body.large-fonts main article ul, body.large-fonts main table {
  font-size: 110%; }

.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  pointer-events: none; }

.sr-skip {
  position: absolute;
  left: -99999px; }
  .sr-skip:active, .sr-skip:focus {
    display: block;
    position: static;
    left: 0;
    background: #006d6a;
    color: #ffffff !important;
    border: none;
    outline: none;
    font-size: 0.9rem !important; }

*:focus, *:active {
  outline: none; }

a:focus, li:focus, button:focus, select:focus, input:focus {
  outline: 1px solid #ffffff; }
