*, *:before, *:after {
  box-sizing: border-box; }


h1, .h1 {
    font-size: 36px;
}
h3, .h3 {
    font-size: 22px;
}
h2, .h2 {
    font-size: 28px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 25px;
    margin-bottom: 12.5px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h3 {
  margin-top: 0px !important;
}

p {
    margin: 0 0 12.5px;
}


element.style {
}
p {
    font-size: 18px;
    line-height: 28px;
}
p {
    margin: 0 0 12.5px;
}
*, *:before, *:after {
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
body, .concerns a.concern, .concern-description a, .office-content .icon.svg, form input, form textarea, form select {
    color: black;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #254956;
    background-color: #ffffff;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

button, input, optgroup, select, textarea {
    margin: 0;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 12.5px;
}

img {
    vertical-align: middle;
}
img {
    border: 0;
}

hr {
    border: 0;
    border-top: 1px solid #ffffff;
}

html,
body {
  height: auto;
  position: relative; }

img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

.content {
  min-height: 100vh;
  overflow: hidden;
  display: block;
  position: relative;
  /*padding: 60px 0 60px;*/
}

a.button, button {
  background-color: #FF6C00;
  border-radius: 6px;
  border: none;
  color: #000;
  display: inline-block;
  font-size: 18px;
  height: auto;
  outline: none;
  padding: 14px 30px;
  text-transform: uppercase; }
  a.button:hover, button:hover {
    text-decoration: none; }

.exit-link {
  display: flex;
  align-items: center;
  margin: 20px 0; }
  .exit-link svg {
    margin-right: 10px; }

p {
  font-size: 18px;
  line-height: 28px; }

nav {
  background-color: #fff;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  height: initial;
  padding: 10px 0;
  z-index: 3; }
  nav a > div {
    height: 40px; }
    nav a > div img {
      height: 100%; }
  nav .logo img {
    max-height: 50px; }

footer {
  background-color: #254956;
  padding: 24px 0;
  /* position: absolute; */
  bottom: 0;
  width: 100%; }
  footer a {
    color: #fff;
    margin: 0 25px; }
  footer hr {
    border-color: rgba(255, 255, 255, 0.5);
    height: 1px; }
  footer .light {
    color: #fff; }
  footer .footer-left {
    text-align: left; }
  footer .footer-right {
    text-align: right; }

.welcome-hero {
  background-image: url("../img/background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 60px;
  position: relative;
  text-align: center;
  color: #fff; }
  .welcome-hero .welcome {
    max-width: 720px;
    margin: 0 auto; }
  .welcome-hero p {
    font-weight: 300;
    margin-top: 16px; }
    .welcome-hero p.instructions {
      font-size: 16px;
      line-height: 24px; }
  .welcome-hero .arrow-down {
    height: 23px;
    margin-top: 60px; }

/*
    SEARCH
*/
.search-icon {
  height: 60px;
  margin-right: 20px;
  margin-top: -2px; }

form {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  form .field {
    flex: 1;
    margin: 10px; }
  form .field-textinput {
    min-width: calc(100% - 2 * 10px); }
  form input, form textarea {
    background-color: #FFFFFF;
    border-radius: 6px;
    font-size: 18px;
    padding: 0 20px;
    border: none;
    outline: none;
    line-height: 50px;
    height: 50px;
    width: 100%; }
  form textarea {
    line-height: normal;
    min-height: 120px;
    padding: 15px 20px; }
  form button {
    height: 50px;
    line-height: 50px;
    margin: 10px; }
  form div.error {
    color: red;
    margin: 5px 0 0 20px; }

.categories-container h2, .categories-container h3 {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase; }
.categories-container .row {
  margin-top: 50px; }

  .concerns a.concern {
    margin: 10px;
    align-items: center;
/*    background-color: #F0F0F0;*/
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    font-size: 22px;
    justify-content: space-between;
    line-height: 28px;
    padding: 20px; }
    .concerns a.concern span {
      display: inline-block;
      width: calc(100% - 13px); }
    .concerns a.concern svg {
      margin-left: 10px; }
    .concerns a.concern:hover {
      background-color: #FF6C00;
      color: #000;
      text-decoration: none; }
      .concerns a.concern:hover .svg polyline {
        stroke: #000; }

.results-header, .content.content-pattern-bg {
  background-image: url("../img/pattern.png");
  background-size: 195px 195px; }

.results-header h1, .results-header h2 {
  font-weight: bold;
  margin: 40px 0; }
.results-header small {
  color: inherit;
  font-size: 28px; }
.results-header a.button {
  margin-bottom: 200px; }

.map .map-canvas {
  width: 100%;
  height: 200px; }

.office {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 40px; }
  .office-type {
    align-items: center;
    background-color: #254956;
    color: #fff;
    display: flex;
    flex-direction: row;
    height: 70px;
    padding: 0 50px; }
    .office-type > div {
      padding-top: 3px; }
    .office-type img, .office-type h3 {
      display: inline-block;
      margin: 0; }
    .office-type img {
      height: 25px;
      margin-right: 20px;
      margin-top: -1px; }
  .office-header {
    padding: 0 50px; }
  .office-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px; }
    .office-content .image {
      margin-bottom: 20px;
      border-radius: 12px;
      width: 100%; }
    .office-content .icon {
      height: 40px; }
    .office-content-left {
      width: 55%; }
    .office-content-right {
      width: 40%; }
    .office-content a.exit {
      margin: 20px 0; }
    .office-content p a {
      color: #254956; }
  .office hr {
    background-color: #DEDEDE;
    height: 1px;
    margin-bottom: 0;
    width: 100%; }

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%; }

  /*.content {
    padding: 60px 0; }*/

  .welcome-hero {
    padding: 50px 0 40px; }

  .categories-container .row {
    margin-top: 30px; }

  .concerns a.concern {
    font-size: 20px;
    height: auto; }

  .office .office-type {
    padding: 0 20px; }
  .office .office-content {
    padding: 20px; } 
  img.sticker {
    max-height: 96px !important;
    max-width: 96px !important;
  }

  .filter-zip-search {
    justify-content: center !important;
    padding-bottom: 10px;

  }

  .safety2-wrap {
    padding: 20px !important;

  }

  }

@media (max-width: 767px) {
  footer a {
    display: block;
    margin: 20px 0; }
  footer .light {
    display: block; }
  footer .footer-left, footer .footer-right {
    text-align: center; }

    .filter-zip-search {
    justify-content: center !important;
    padding-bottom: 10px;

  }

  /*.content {
    padding: 60px 0; }*/

  .welcome-hero {
    padding: 30px 0 35px; }
    .welcome-hero h1 {
      font-size: 28px; }
    .welcome-hero p {
      margin: 25px 0; }
    .welcome-hero .arrow-down {
      margin-top: 30px; }

  .categories-container .row {
    margin-top: 10px; }

  .search .search-icon {
    display: none; }
  #search {
    background-color: #FFF;
    background-image: url("../img/hospital-2.png");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 10px 7px;
    padding-left: 55px;
    font-size: 16px;
  }

  #zip {
    background-color: #FFF;
    background-image: url("../img/locate.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px 7px;
    /*padding-left: 55px;*/
    font-size: 16px;
  }

  .search button {
    margin-left: 10px; }

  .results-header small {
    font-size: 20px; }

  .concerns a.concern {
    width: calc(100% - (10px * 2)); }

  .office .office-type {
    padding: 0 20px; }
  .office .office-content {
    flex-wrap: wrap;
    padding: 20px; }
    .office .office-content-left, .office .office-content-right {
      width: 100%; }
    .office .office-content .icon {
      display: none; }
    .office .office-content h4 {
      display: none; }
    .office .office-content .button {
      text-align: center;
      width: 100%; }

  footer > div.container {
    padding-top: 15px;
  }

  img.sticker {
    max-height: 96px !important;
    max-width: 96px !important;
  }

  ul.stickers {
    display: flex;
    justify-content: center;
    float: none !important;
  }

  .safety2-wrap {
    padding: 20px !important;
    width: 45% !important;
  }

  #escapeButton {
    width: 18% !important;
  }

    }
/*@media (max-width: 400px) {
  a.button, button {
    display: block;
    padding: 0; }

  form .field {
    flex: 1 0 100%;
    min-width: 100%; }
  form button {
    min-width: 50%; }

  .contact-page form button {
    min-width: 100%; } }*/

/*# sourceMappingURL=style.css.map */

.office-header {
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}

div.office-header > h2 {
  /* float: left; */
  margin: .5em 0;
}

div.office-header.has-stickers > h2 {
  margin-top: 2em;
}

ul.stickers {
  float: right;
  margin-top: 12.5px;
  padding-left: 0px;
}

ul.stickers > li {
  display: inline;
}

img.sticker {
  max-height: 128px;
  max-width: 128px;
}

#nav-lang {
  float: right;
}

#nav-lang > form > select {
  margin-left: 10px;
  color: black !important;
}

#btnSubmit {
  width: initial;
  padding: 2px 5px;
  height: initial;
  line-height: initial;
  margin: 0 0 0 5px;
  text-transform: initial;
}

b, strong {
    font-weight: bold;
}

@media screen and (max-width: 480px) {

  ul.stickers {
    width: 100%;
    padding-left: 0;
    float: initial;
    display: block;
    margin-bottom: 25px;
    text-align: center;
  }

  ul.stickers > li {
    display:inline;
  }

  img.sticker {
    max-height: 96px;
    max-width: 96px;
  }

  div.office-header {
    display: initial;
  }

  div.office-header > h2 {
    margin-left: 5px;
    margin-top: -20px;
    margin-bottom: -20px;
  }

  div.office-header.has-stickers > h2 {
    margin-left: 5px;
    margin-top: -20px;
    margin-bottom: 0px;
  }

  #sticker-wrapper {
    display: block;
    margin: 0 auto -20px;
    width: fit-content;
    padding: 0;
  }

  nav {
    /*height: 90px;*/
  }

  /*.content {
    padding-top: 90px;
  }*/

  /*nav.internal {
    height: 60px;
    }
  */

  /*nav.internal > div > div {
    display: none;
  }*/

  #nav-lang {
    float: initial;
  }

  /*
  #nav-lang > form > label {
    font-weight: normal;
    font-size: 0.8em;
  }
  */

  #nav-lang > form > label:after {
    display: block;
  }


  .concerns a.concern span {
    font-size: 18px;
  }

  form .field {
    min-width: calc(100% - 2 * 10px) !important;
  }

  .filter-zip-search {
    justify-content: center !important;
    padding-bottom: 10px;

  }
}

@media screen and (max-width: 480px) {
        nav.internal ~ div:not([class]) {
          padding-top: 0px;
        }
      }


.safety2 { position: fixed; left: 0; right: 0; top: 0px; z-index: 1; overflow: hidden; bottom: 0; margin: 0; padding-top: 60px; pointer-events: none; }
 .safety2-wrap { position: -webkit-sticky; position: sticky; top: 0; width: 25%; margin: 0 0 0 auto; padding: 40px; background: #297370; border-radius: 20px 0 0 20px; box-shadow: 0 2px 30px rgba(0,0,0,0.2); color: #ffffff; pointer-events: auto; }
 .safety2:not(.-active) .safety2-wrap { transform: translateX(110%); }
  .safety2-main { }
   .safety2-main > * { --sy: 10px; }
 .safety2-action { margin-top: 20px; }
  .safety2-action .button1 { width: 160px; color: #d3d3d3; --tcn: var(--c_a4); }


/* Mobile Safari 7.1+
@supports (-webkit-overflow-scrolling: touch) {
  _::-webkit-full-page-media, _:future, :root .concerns {
    padding-bottom:50px;
  }
}*/
