﻿/* HTML
---------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, ol, ul, li, form, label, table, tr, th, td, aside, footer, header, hgroup, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-family: var(--font-family-base, "Open Sans", sans-serif);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.5rem);
  color: #111;
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-family-base, "Open Sans", sans-serif);
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.5rem);
}
header {
  --header-collapsible-height: 66px;
  z-index: 1000;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: fixed;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  background: rgba(255, 255, 255, 1);
}
#header {
  transition: all 0.3s ease-in-out;
}
#header.header-condensed {
  margin-top: calc(-1 * var(--header-collapsible-height, 66px));
}
footer {
  background: #183153;
  padding: 24px 0 12px 0;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}
footer a {
  color: #FFF;
}
footer a:hover, footer a:focus {
  color: #FFF;
}
footer span {
  white-space: nowrap;
}
.footer-phone {
  color: #FFF;
}
.footer-phone-primary {
  font-weight: 700;
}
.footer-social-links {
  margin: 14px 0 0 0;
}
.footer-social-link {
  display: inline-flex;
  margin: 0 4px;
  text-decoration: none;
}
.footer-social-badge {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  color: #FFF;
}
.footer-social-badge svg {
  width: 17px;
  height: 17px;
  display: block;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-social-badge .footer-social-fill {
  fill: currentColor;
  stroke: none;
}
.footer-social-link:hover .footer-social-badge,
.footer-social-link:focus .footer-social-badge {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.7);
}
#subFooter {
  background: #555555;
  color: #FFF;
  padding: 12px 0 16px 0;
  text-align: center;
}
#subFooter a {
  color: #FFF;
  margin: 2px 4px;
  padding: 4px 2px;
  min-height: 24px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
#subFooter a:hover, #subFooter a:focus {
  color: #FFF;
}
.site-feedback-wrap {
  background: transparent;
  padding: 18px 0 0 0;
}
.site-feedback {
  border-radius: 6px;
  padding: 12px 16px;
  margin: 0 auto 18px auto;
  text-align: left;
  border: 1px solid #cfd8e3;
  background: #fff;
  color: #183153;
}
.site-feedback-success {
  border-color: #8db38d;
  background: #eef8ee;
  color: #1c5a2a;
}
.site-feedback-error {
  border-color: #c88c8c;
  background: #fff;
  color: #7d1f1f;
}
h1 {
  font-family: var(--font-family-heading, var(--font-family-base, "Open Sans", sans-serif));
  font-size: var(--font-size-h1, 1.5rem);
  line-height: var(--line-height-h1, 2rem);
  font-weight: var(--font-weight-h1, var(--font-weight-regular, 400));
  color: var(--color-heading, #183153);
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}
h1:focus {
  background: rgba(0, 0, 0, .05);
}
#H1 {
  font-family: var(--font-family-heading, var(--font-family-base, "Open Sans", sans-serif));
  font-size: var(--font-size-h1, 1.5rem);
  line-height: var(--line-height-h1, 2rem);
  font-weight: var(--font-weight-h1, var(--font-weight-regular, 400));
  color: var(--color-heading, #183153);
}
h2 {
  font-family: var(--font-family-heading, var(--font-family-base, "Open Sans", sans-serif));
  font-size: var(--font-size-h2, 1.125rem);
  line-height: var(--line-height-h2, 1.5rem);
  color: var(--color-heading, #183153);
  font-weight: var(--font-weight-h2, var(--font-weight-regular, 400));
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}
h2:focus {
  background: rgba(0, 0, 0, .05);
}
#H2 {
  font-family: var(--font-family-heading, var(--font-family-base, "Open Sans", sans-serif));
  font-size: var(--font-size-h2, 1.125rem);
  line-height: var(--line-height-h2, 1.5rem);
  color: var(--color-heading, #183153);
  font-weight: var(--font-weight-h2, var(--font-weight-regular, 400));
}
h3 {
  font-family: var(--font-family-heading, var(--font-family-base, "Open Sans", sans-serif));
  font-size: var(--font-size-h3, 1rem);
  line-height: var(--line-height-h3, var(--line-height-body, 1.5rem));
  font-weight: var(--font-weight-h3, var(--font-weight-bold, 700));
  color: var(--color-subheading, #304255);
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}
h3:focus {
  background: rgba(0, 0, 0, .05);
}
#H3 {
  font-family: var(--font-family-heading, var(--font-family-base, "Open Sans", sans-serif));
  font-size: var(--font-size-h3, 1rem);
  line-height: var(--line-height-h3, var(--line-height-body, 1.5rem));
  font-weight: var(--font-weight-h3, var(--font-weight-bold, 700));
  color: var(--color-subheading, #304255);
}
h4 {
  font-family: var(--font-family-heading, var(--font-family-base, "Open Sans", sans-serif));
  font-size: var(--font-size-h4, 1rem);
  line-height: var(--line-height-h4, 1.3rem);
  font-weight: var(--font-weight-h4, var(--font-weight-regular, 400));
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
  color: var(--color-subheading, #304255);
}
h4:focus {
  background: rgba(0, 0, 0, .05);
}
p {
  margin: 2px 0px 12px 0px;
  padding: 0px 0px 0px 0px;
}
p:focus {
  background: rgba(0, 0, 0, .05);
}
ul {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 12px 10px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}
li:focus {
  background: rgba(0, 0, 0, .05);
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
hr {
  margin: 10px 0px 18px 0px;
}
a {
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: var(--color-link, #183153);
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--color-link, #183153);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: var(--link-underline-thickness, 1px);
  text-underline-offset: var(--link-underline-offset, 4px);
}
a img {
  border: 0;
}
p a, li a {
  color: var(--color-link, #183153);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: var(--link-underline-thickness, 1px);
  text-underline-offset: var(--link-underline-offset, 4px);
}
p a:hover, p a:focus, li a:hover, li a:focus {
  color: var(--color-link, #183153);
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
img[src*=".svg"] {
  max-width: 100%;
  height: auto;
}
.ie9 img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    max-width: 100%;
    height: auto;
  }
}
section {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
  display: block;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
/* FORMS
---------------------------------------------------------------------*/
form {
  overflow: hidden;
}
fieldset {
  margin: 24px 0 12px 0;
  border: 1px solid #DDD;
  padding: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
legend {
  color: #555555;
  font-size: var(--font-size-h2, 1.4rem);
  line-height: var(--line-height-h2, 1.3);
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
label {
  font-family: var(--font-family-form, var(--font-family-base, "Open Sans", sans-serif));
  font-size: var(--font-size-label, 0.875rem);
  line-height: var(--line-height-label, 1.25rem);
  display: inline-block;
  margin: 6px 0 3px 0;
  color: #555555;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.5rem);
  font-family: var(--font-family-form, var(--font-family-base, "Open Sans", sans-serif));
  box-sizing: border-box;
}
input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus {
  background: rgba(0, 0, 0, .08);
  border: #467DBC;
}
textarea {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.5rem);
  font-family: var(--font-family-form, var(--font-family-base, "Open Sans", sans-serif));
  box-sizing: border-box;
}
textarea:focus {
  background: rgba(0, 0, 0, .08);
}
select {
  border: none;
  background: rgba(0, 0, 0, .05);
  margin: 0 0 6px 0;
  width: 100%;
  padding: 8px;
  font-size: var(--font-size-body, 1rem);
  line-height: var(--line-height-body, 1.5rem);
  font-family: var(--font-family-form, var(--font-family-base, "Open Sans", sans-serif));
  box-sizing: border-box;
}
select:focus {
  background: rgba(0, 0, 0, .08);
}
input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]):disabled {
  color: #999;
}
textarea:disabled {
  color: #999;
}
select:disabled {
  color: #999;
}
button {
  font-family: var(--font-family-form, var(--font-family-base, "Open Sans", sans-serif));
}
input::placeholder {
  color: #888;
}
select option:disabled {
  color: #888 !important;
}
select option[disabled] {
  color: #888 !important;
}

#ADDRESS3label {
  display: none;
}
#ADDRESS3 {
  display: none;
}
/* LAYOUT - COLUMNS
-----------------------------------------------------------------------------*/
.container {
  margin: 0 auto 0 auto;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 80%;
}
[class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
[class*="span"]:first-child {
  margin-left: 0;
}
.span1 {
  width: 6.38298%;
}
.span2 {
  width: 14.89362%;
}
.span3 {
  width: 23.40426%;
}
.span4 {
  width: 31.91489%;
}
.span4x {
  width: 33.3%;
  margin-left: 0;
}
.span5 {
  width: 40.42553%;
}
.span6 {
  width: 48.93617%;
}
.span6x {
  width: 50%;
}
.span7 {
  width: 57.44681%;
}
.span8 {
  width: 65.95745%;
}
.span9 {
  width: 74.46809%;
}
.span10 {
  width: 82.97872%;
}
.span11 {
  width: 91.48936%;
}
.span12 {
  width: 100%;
}
/* Desktop (large)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  .container {
    width: 1000px;
  }
  #flyoutnav {
    width: 1000px;
  }
}
/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .container {
    width: 700px;
  }
  .mediaElements {
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }
  .topOffset {
    height: var(--header-offset, 90px);
  }
}
/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
  .container {
    width: 88%;
  }
  .hero {
    padding: 80px 0 80px 0;
    background-attachment: scroll, scroll, scroll;
  }
  .hero h1 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  .hero em {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .sectionBody {
    column-count: 1;
  }
  .sectionToggleTitle h2 {
    font-size: 1.2rem;
  }
  #breadcrumb {
    display: none;
  }
  #anchorLinks {
    display: none;
  }
  .content-card {
    width: 100%;
  }
  .navBarInner {
    width: 88%;
  }
  .navToggle {
    display: flex;
  }
  body.nav-js #flyoutnav {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 14px 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
    pointer-events: none;
    transition: max-height .26s ease, opacity .22s ease, transform .22s ease;
  }
  body.nav-js #flyoutnav[hidden] {
    display: block !important;
  }
  body.nav-js.nav-open #flyoutnav {
    opacity: 1;
    transform: translateY(0);
    max-height: 80vh;
    pointer-events: auto;
  }
  #flyoutnav > ul {
    display: block;
    background-color: transparent;
  }
  #flyoutnav > ul > li {
    display: block;
    width: 100%;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #flyoutnav a,
  #flyoutnav .current {
    box-shadow: none;
    padding: 14px 16px;
  }
  footer {
    padding: 24px 0 12px 0;
    text-align: center;
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
  .span1 {
    width: 100%;
  }
  .span2 {
    width: 100%;
  }
  .span3 {
    width: 50%;
  }
  .span4 {
    width: 100%;
  }
  .span4x {
    width: 100%;
  }
  .span5 {
    width: 100%;
  }
  .span6 {
    width: 100%;
  }
  .span6x {
    width: 100%;
  }
  .span7 {
    width: 100%;
  }
  .span8 {
    width: 100%;
  }
  .span9 {
    width: 100%;
  }
  .span10 {
    width: 100%;
  }
  .span11 {
    width: 100%;
  }
  .span12 {
    width: 100%;
  }
}
