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

html {
  box-sizing: border-box;
  height: 100%; }

body {
  min-height: 100%; }

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

.content {
  min-height: 100%;
  padding: 60px 0 100px; }

a.button, button {
  background-color: #FF6C00;
  border-radius: 6px;
  border: none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  outline: none;
  padding: 0 40px;
  text-transform: uppercase; }
  a.button:hover, button:hover {
    text-decoration: none; }

.exit-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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);
  position: fixed;
  right: 0;
  left: 0;
  height: 60px;
  padding: 10px 0;
  z-index: 1; }
  nav a > div {
    height: 40px; }
    nav a > div img {
      height: 100%; }
  nav .logo img {
    max-height: 40px; }

footer {
  background-color: #254956;
  padding: 24px 0; }
  footer a {
    color: #fff;
    margin: 0 25px; }
    footer a:hover {
      color: rgba(255, 255, 255, 0.5); }
  footer hr {
    border-color: rgba(255, 255, 255, 0.5);
    height: 1px; }
  footer .light {
    color: rgba(255, 255, 255, 0.5); }
  footer .footer-left {
    text-align: left; }
  footer .footer-right {
    text-align: right; }

.welcome-hero {
  background-image: url("/CARE/resource-center/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::before {
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0; }
  .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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  form .field {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .concerns a.concern {
    margin: 10px;
    width: calc(100% * (1/2) - (10px * 2));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F0F0F0;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 22px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 28px;
    padding: 20px; }
    .concerns a.concern:hover {
      background-color: #FF6C00;
      color: #fff;
      text-decoration: none; }
      .concerns a.concern:hover .svg polyline {
        stroke: #FFF; }

.results-header, .concern-page {
  background-image: url("/CARE/resource-center/img/pattern.png");
  background-size: 195px 195px; }

.concern-page {
  margin-bottom: -100px;
  padding-bottom: 100px; }

.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-top: 40px; }
  .office-type {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #254956;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px; }
    .office-content .image {
      margin-bottom: 20px;
      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 70px; }

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

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

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

  .concern-page {
    margin-bottom: -70px;
    padding-bottom: 70px; }

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

  .content {
    padding: 60px 0 50px; }

  .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 input {
    background-color: #FFF;
    background-image: url("/CARE/resource-center/img/hospital-2.png");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 10px 7px;
    padding-left: 67px; }
  .search button {
    padding: 0 16px;
    margin-left: 10px; }

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

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

  .concern-page {
    margin-bottom: -50px;
    padding-bottom: 50px; }

  .office .office-type, .office .office-header {
    padding: 0 20px; }
  .office .office-content {
    -ms-flex-wrap: wrap;
        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%; } }
@media (max-width: 400px) {
  a.button, button {
    display: block;
    padding: 0; }

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

  .contact-page form button {
    min-width: 100%; } }
/*# sourceMappingURL=style.css.map */