/*
    $bp-supersmall-max: new-breakpoint (max-width ($bp-supersmall - 1));
    $bp-small-max: new-breakpoint (max-width ($bp-small - 1));
    $bp-medium-portrait-max: new-breakpoint (max-width ($bp-medium-portrait - 1));
    $bp-medium-landscape-max: new-breakpoint (max-width ($bp-medium-landscape - 1));
    $bp-large-max: new-breakpoint (max-width ($bp-large - 1));
    $bp-large-min: new-breakpoint (min-width ($bp-large));
*/
body {
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 15px;
}

h5 {
  font-size: 1.5em;
  color: #00739d;
  margin-top: 0px;
  margin-bottom: 0px;
}

h6 {
  font-size: 1.3em;
  color: #00739d;
  margin-top: 0px;
  margin-bottom: 0px;
}

.noSideMarginPadding {
  margin: 0px;
  padding: 0px;
}


/*div:not(.container):not(.row) {
    border: 1px solid #ff6a00;
}*/
header {
  height: 50px;
  box-shadow: 0 5px 15px rgba(17, 17, 17, 0.15);
  position: static;
  background-color: #fff;
  padding: 0.5em 0px;
}

@media (min-width: 605px) {
  header {
    height: 65px;
    padding: 0.9em 0px;
  }
}

@media (min-width: 1024px) {
  header {
    height: 85px;
    padding: 1.2em 0px;
  }
}

#site-logo, #site-nav {
  display: inline-block;
  width: 100%;
}

#site-logo {
  padding-left: 15px;
  width: 50%;
}

@media (min-width: 730px) {
  #site-logo {
    width: 22%;
  }
}

#site-nav {
  width: 48%;
  float: right;
  text-align: right;
  margin-right: 5px;
}

@media (min-width: 730px) {
  #site-nav {
    width: 77%;
  }
}

.container {
  min-width: unset !important;
  padding: 0;
}

.imagecontainer img {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  width: 110%;
}

@media (min-width: 605px) {
  .imagecontainer img {
    padding: 35px;
  }
}

@media (min-width: 1024px) {
  .imagecontainer img {
    padding: 50px;
  }
}

.panel-title > a > i.fa {
  float: right;
}

#site-logo > img {
  height: 25px;
}

@media (min-width: 730px) {
  #site-logo > img {
    height: 35px;
  }
}

@media (min-width: 1024px) {
  #site-logo > img {
    height: 55px;
  }
}

#mobile-menu {
  display: block;
  float: right;
  margin-right: 10px;
}

#mobile-menu .nav-collapse {
  display: none;
}

@media (min-width: 730px) {
  #mobile-menu {
    display: none;
  }
}

.nav-collapse {
  display: none;
}

@media (min-width: 730px) {
  .nav-collapse {
    display: block;
    margin-top: 0.40em;
  }
  .nav-collapse ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .nav-collapse ul li {
    display: inline-block;
  }
  .nav-collapse ul li .button {
    font-size: 0.65em;
  }
}

@media (min-width: 1024px) {
  .nav-collapse ul li .button {
    font-size: 0.9em;
  }
}

.nav-collapse.collapsed {
  display: block;
  position: absolute;
  z-index: 99999;
  top: 40px;
}

.nav-collapse.collapsed ul {
  list-style-type: none;
  display: block;
  width: 100%;
}

.nav-collapse.collapsed ul li .button--secondary, .nav-collapse.collapsed ul li .button--appointment {
  background-color: #fff !important;
  color: #000 !important;
  width: 100%;
  height: auto;
  margin-right: 50px;
  float: right;
  margin: 0px !important;
}

.button {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.onlyOnDesktop {
  display: none;
}

@media (min-width: 730px) {
  .onlyOnDesktop {
    display: block;
  }
}

.headerBackground01 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  background-image: none;
}

@media (max-width: 730px) {
  .headerBackground01 {
    background-image: none !important;
  }
}

@media (max-width: 1023px) {
  .headerBackground01 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 125%;
    background-position-y: -80px;
    background-position-x: -150px;
  }
}

@media (min-width: 1024px) {
  .headerBackground01 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.hasBlueBg {
  background-color: #00739d;
  opacity: 0.9;
}

.hasBlueBg .headerOverText h2, .hasBlueBg .headerOverText p {
  color: #fff;
  padding: 0px;
  margin: 0px;
}

@media (min-width: 730px) {
  .blockArea50 {
    width: 50%;
  }
}

.headerOverText {
  padding: 5%;
  padding-bottom: 50px;
}

@media (min-width: 605px) {
  .headerOverText {
    height: 100%;
  }
  .headerOverText h2 {
    font-size: 2.7em;
    line-height: 1.0em;
  }
  .headerOverText p {
    font-size: 1.0em;
    padding-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .headerOverText {
    padding: 10%;
  }
  .headerOverText h2 {
    font-size: 3.2em;
    line-height: 1.1em;
  }
  .headerOverText p {
    font-size: 1.2em;
  }
}

.hasGrayBg {
  background-color: #ececec;
}

.hasWhiteBg {
  background-color: #fff;
}

.headerBackground02 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

@media (min-width: 605px) {
  .headerBackground02 {
    background-image: url(../img/header02.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position-x: calc(-30px);
  }
}

@media (min-width: 730px) {
  .offsetBlockArea50 {
    margin-left: 30%;
  }
}

.headerOverText2 {
  padding: 5%;
}

.headerOverText2 h4 {
  margin: 0px;
  padding: 0px;
}

@media (min-width: 1024px) {
  .headerOverText2 {
    padding: 7%;
    min-height: 533px;
  }
  .headerOverText2 h4 {
    font-size: 2.5em;
    line-height: 1.1em;
    margin: 0px;
    padding: 0px;
  }
  .headerOverText2 p {
    font-size: 1.2em;
  }
}

.headerOverText3 {
  padding: 3%;
  color: #fff;
}

@media (min-width: 605px) {
  .headerOverText3 {
    height: 100%;
  }
  .headerOverText3 h3 {
    font-size: 2.0em;
    line-height: 1.0em;
    color: #fff;
    margin-top: 0;
  }
  .headerOverText3 p, .headerOverText3 ul {
    font-size: 1.0em;
  }
}

@media (min-width: 1024px) {
  .headerOverText3 h3 {
    font-size: 2.0em;
    line-height: 1.1em;
    color: #fff;
    margin-top: 0;
  }
  .headerOverText3 p, .headerOverText3 ul {
    font-size: 1.2em;
  }
}

.floatImg {
  display: none;
}

@media (min-width: 1024px) {
  .floatImg {
    display: block;
    float: right;
    vertical-align: top;
    padding-right: 0px !important;
  }
}

h4 {
  font-size: 1.7em;
}

.isWhite {
  color: #fff !important;
}

#floatingFAQ {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(17, 17, 17, 0.15);
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu {
  padding: 0px;
  position: absolute;
  z-index: 10000;
}

.dropdown-item {
  width: 100%;
  text-align: left;
  font-size: 1em;
  border-radius: 0px;
}

.btn-faq {
  width: 100%;
  font-size: 100%;
}

.button--popIt {
  font-size: 0.8em;
}

.eventsContainer {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

.eventsList, .eventsList ul {
  list-style-type: none;
}

.eventsList {
  z-index: 999;
}

.eventsList > li {
  background-color: #fff;
  border-left: solid 3px #027ebd;
}

@media (min-width: 605px) {
  .eventsList {
    padding: 0px;
    margin: 0 20px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .eventsList > li {
    position: relative;
    height: 200px;
    padding: 10px;
    display: block;
  }
  .eventsList > li > .event-date {
    float: none;
  }
  .eventsList > li > ul {
    float: none;
    text-align: left;
  }
  .eventsList > li > ul > li {
    display: block;
  }
}

@media (min-width: 1400px) {
  .eventsList {
    padding: 0px;
    margin: 0 90px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .eventsList > li {
    position: relative;
    height: 150px;
    padding: 20px;
  }
  .eventsList > li > .event-date {
    float: left;
  }
  .eventsList > li > ul {
    float: right;
    text-align: left;
  }
  .eventsList > li > ul > li {
    display: block;
  }
}

.events-viewAll {
  padding: 40px 0px 20px;
}

.events-viewAll-link {
  font-size: 1.2em;
}

span.event-title {
  color: #00739d;
  font-weight: bold;
  font-size: 115%;
}

span.event-date {
  font-weight: bold;
  font-size: 115%;
  display: block;
}

#faqs .container .row {
  padding: 30px;
}

@media (max-width: 730px) {
  #faqs h4 {
    margin: 0px;
    padding: 0px;
  }
}

.panel-body p {
  color: black;
  margin: 0px;
  padding: 10px;
}

.navigatorsContainer {
  margin: 35px 40px;
}

.navigatorsContainer .navigatorHeader {
  padding: 20px 0px;
}

.navigatorsContainer p {
  font-size: 1.2em;
}

.navigatorsList {
  list-style-type: none;
  marging: 0px;
  padding: 0px;
}

@media (min-width: 420px) {
  .navigatorsList {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1024px) {
  .navigatorsList {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

.navigator {
  padding: 10px 0px;
}

.navigator-name {
  font-weight: bold;
  padding-top: 10px;
}

footer {
 padding: 0px;
    margin: 100px 0px 0px 0px;
    text-align: center;
}

#map360 {
  display: none;
}

@media (min-width: 605px) {
  #map360 {
    display: block;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 320px) {
  #site-logo > img {
    height: 100%;
  }
}
