﻿/* 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: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.0rem;
  line-height: 1.4rem;
  color: #111;
  scroll-behavior: smooth;
}
body {
  font-size: 1.0rem;
  line-height: 1.4rem;
}
header {
  z-index: 1000;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: fixed;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .2);
  background: rgba(255, 255, 255, 1);
}
#header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header.header-condensed {
  margin-top: -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;
}
#subFooter {
  background: #555555;
  color: #FFF;
  padding: 12px 0 16px 0;
  text-align: center;
}
#subFooter a {
  color: #FFF;
  margin: 0 4px 0 4px;
  display: inline-block;
  white-space: nowrap;
}
#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: #fff;
  color: #1c5a2a;
}
.site-feedback-error {
  border-color: #c88c8c;
  background: #fff;
  color: #7d1f1f;
}
h1 {
  font-size: 2.0rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #183153;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}
h1:focus {
  background: rgba(0, 0, 0, .05);
}
#H1 {
  font-size: 2.0rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #183153;
}
h2 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #555555;
  font-weight: 100;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}
h2:focus {
  background: rgba(0, 0, 0, .05);
}
#H2 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #555555;
  font-weight: 100;
}
h3 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #555555;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
}
h3:focus {
  background: rgba(0, 0, 0, .05);
}
#H3 {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #555555;
}
h4 {
  font-size: 1.0rem;
  line-height: 1.3rem;
  font-weight: 400;
  margin: 2px 1px 12px 1px;
  padding: 0px 0px 0px 0px;
  color: #555555;
}
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 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #183153;
  text-decoration: none;
}
a:hover, a:focus {
  color: #183153;
  text-decoration: underline;
}
a img {
  border: 0;
}
p a, li a {
  color: #183153;
  text-decoration: underline;
}
p a:hover, p a:focus, li a:hover, li a:focus {
  color: #183153;
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
img[src*=".svg"] {
  width: 100%;
  height: auto;
}
.ie9 img[src$=".svg"] {
  width: 100%;
  height: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    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-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
legend {
  color: #555555;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
label {
  font-size: 1.0rem;
  line-height: 1.2rem;
  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: 1.0rem;
  line-height: 1.4rem;
  font-family: '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: 1.0rem;
  line-height: 1.4rem;
  font-family: '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: 1.0rem;
  line-height: 1.4rem;
  font-family: '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: '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;
  }
  #nav_bar, #nav_bar .container {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .topOffset {
    padding-top: 90px;
  }
  #topOffsetAdmin {
    padding-top: 120px;
  }
  #header_nav a {
    font-size: .65rem;
    line-height: .65rem;
  }
}
/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
  .container {
    width: 88%;
  }
  #flyoutnav {
    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;
  }
  .tileLinkTitle {
    min-height: 0;
  }
  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%;
  }
}
