/* breakpoints */
#header.container {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#header #header-nav,
#header #header-search {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 75em) {
  #header #header-nav,
  #header #header-search {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 75em) and (min-width: 576px) {
  #header #header-nav,
  #header #header-search {
    max-width: 540px;
  }
}

@media only screen and (min-width: 75em) and (min-width: 768px) {
  #header #header-nav,
  #header #header-search {
    max-width: 720px;
  }
}

@media only screen and (min-width: 75em) and (min-width: 992px) {
  #header #header-nav,
  #header #header-search {
    max-width: 960px;
  }
}

@media only screen and (min-width: 75em) and (min-width: 1200px) {
  #header #header-nav,
  #header #header-search {
    max-width: 1200px;
  }
}

@media only screen and (-ms-high-contrast: active) and (min-width: 62em) and (max-width: 74.9375em), only screen and (-ms-high-contrast: none) and (min-width: 62em) and (max-width: 74.9375em) {
  #header #header-nav,
  #header #header-search {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (-ms-high-contrast: active) and (min-width: 23.8125em) and (max-width: 61.9375em), only screen and (-ms-high-contrast: none) and (min-width: 23.8125em) and (max-width: 61.9375em) {
  #header #header-nav,
  #header #header-search {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (-ms-high-contrast: active) and (max-width: 61.9375em), only screen and (-ms-high-contrast: none) and (max-width: 61.9375em) {
  #header #header-nav,
  #header #header-search {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 75em) {
  #header #header-nav .nav-action-buttons.col-lg-auto,
  #header #header-search .nav-action-buttons.col-lg-auto {
    -ms-flex: 0 0 25%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 74.9375em) {
  #header #header-nav .nav-action-buttons.col-lg-auto,
  #header #header-search .nav-action-buttons.col-lg-auto {
    -ms-flex: 0 0 25%;
  }
}

#header .row.component.column-splitter {
  background: #ffffff;
  z-index: 200;
}

#header .nav-site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .nav-site-logo .row {
  height: 100%;
  width: 100%;
}

#header .nav-site-logo .component-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

#header .nav-site-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
}

#header .nav-site-logo a:hover, #header .nav-site-logo a:focus {
  border: none;
  background: none;
}

#header #header-nav.specialist-header {
  padding-left: 0;
  padding-right: 0;
}

#header #header-nav.specialist-header .nav-site-logo .component {
  width: 100%;
}

#header #header-nav.specialist-header .nav-action-buttons {
  margin-left: auto;
}

#header #header-nav.specialist-header .nav-action-buttons > .row {
  height: 100%;
}

#header #header-nav.specialist-header .nav-action-buttons > .row > .column-splitter {
  background-color: transparent;
}

#header #header-nav.specialist-header .nav-action-buttons > .row > .column-splitter .row {
  height: 100%;
}

#header #header-nav.specialist-header .nav-action-buttons > .row > .column-splitter .row > .component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#header #header-nav.specialist-header .nav-action-buttons > .row > .column-splitter .row > .component > .component-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#header #header-nav.specialist-header .nav-action-buttons > .row .col-auto {
  padding-left: 0;
  padding-right: 0;
}

#header #header-nav.specialist-header .nav-action-buttons .nav-address {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#header #header-nav.specialist-header .nav-action-buttons .separator {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 1px;
  flex: 1 0 1px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #B2B2B2;
}

#header #header-nav.specialist-header .nav-action-buttons .address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header #header-nav.specialist-header .nav-action-buttons .address-wrap:hover {
  color: #03335F;
}

#header #header-nav.specialist-header .nav-action-buttons .address-wrap .address-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-left: 1em;
  font-size: 0.9375rem;
  color: #003798;
  font-weight: 400;
  text-transform: none;
}

#header #header-nav.specialist-header .nav-action-buttons .address-wrap .address-text span {
  display: block;
}

#header #header-nav.specialist-header .nav-action-buttons .nav-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 35.9375em) {
  #header #header-nav.specialist-header .nav-action-buttons .nav-phone {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#header #header-nav.specialist-header .nav-action-buttons .nav-phone .phone-text {
  margin-left: 1em;
}

@media only screen and (max-width: 35.9375em) {
  #header #header-nav.specialist-header .nav-action-buttons .nav-phone .phone-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

#header #header-nav.specialist-header .nav-action-buttons #ham-button {
  padding: 2rem 1rem 0;
}

@media only screen and (max-width: 35.9375em) {
  #header #header-nav.specialist-header .nav-action-buttons #ham-button {
    padding-top: 1rem;
  }
}

#super-header {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #03335F;
}

#super-header #super-content {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 75em) {
  #super-header #super-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 75em) and (min-width: 576px) {
  #super-header #super-content {
    max-width: 540px;
  }
}

@media only screen and (min-width: 75em) and (min-width: 768px) {
  #super-header #super-content {
    max-width: 720px;
  }
}

@media only screen and (min-width: 75em) and (min-width: 992px) {
  #super-header #super-content {
    max-width: 960px;
  }
}

@media only screen and (min-width: 75em) and (min-width: 1200px) {
  #super-header #super-content {
    max-width: 1200px;
  }
}

#super-header #super-content .column-splitter {
  background: transparent;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#super-header #super-content .column-splitter > [class^='col']:last-child {
  margin-left: auto;
}

#super-header #super-content .column-splitter .rich-text,
#super-header #super-content .column-splitter .plain-html {
  width: 100%;
  overflow: visible;
}

@media only screen and (min-width: 75em) {
  #super-header #super-content .column-splitter .component {
    padding-left: 0;
    padding-right: 0;
  }
}

#super-header #super-content .col-auto {
  padding-left: 0;
  padding-right: 0;
}

#super-header .breadcrumbs, #super-header .profile {
  padding-top: 1px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 48em) {
  #super-header .breadcrumbs, #super-header .profile {
    padding-top: 5px;
  }
}

#super-header .breadcrumbs a, #super-header .profile a {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#super-header .breadcrumbs a i, #super-header .profile a i {
  margin-right: 0.5em;
}

#super-header .breadcrumbs {
  text-align: left;
}

#super-header .profile {
  text-align: right;
}

#super-header .profile a:first-child:not(:last-child) {
  border-right: 1px solid white;
}

#super-header .profile.practice {
  padding-top: 3px;
}

#super-header .profile.practice a {
  border-right: 1px solid white;
}

#skip-wrapper {
  min-height: 0;
  height: 0;
}

#skip-wrapper #skip-content {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 75em) {
  #skip-wrapper #skip-content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 75em) and (min-width: 576px) {
  #skip-wrapper #skip-content {
    max-width: 540px;
  }
}

@media only screen and (min-width: 75em) and (min-width: 768px) {
  #skip-wrapper #skip-content {
    max-width: 720px;
  }
}

@media only screen and (min-width: 75em) and (min-width: 992px) {
  #skip-wrapper #skip-content {
    max-width: 960px;
  }
}

@media only screen and (min-width: 75em) and (min-width: 1200px) {
  #skip-wrapper #skip-content {
    max-width: 1200px;
  }
}

#skip-wrapper #skip-content .rich-text {
  overflow: visible;
}

#skip-wrapper #skip-content .rich-text a {
  background-color: inherit;
}
