/* Clearfix */
/* Media Queries */
/* Flexbox */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* ===========================
	CONTENT WIDGETS
============================== */
/* Mixins */
/* @mixin contentMargin {margin-left:5%; margin-right:5%;
	@include mq(768) {margin-left:2.5%; margin-right:2.5%;}
	@include mq($contentWidthNoPx * 1.025) {margin-left:auto; margin-right:auto;}
} */
/* ===========================
	GLOBALS
============================== */
@keyframes fadeInBackground {
  0% {
    background: transparent;
  }
  100% {
    background: #e8f1f6;
  }
}
/* GLOBAL VARIABLES */
/* Max Widths */
/* Colors */
/* Z-Index */
/* Clearfix */
/* Media Queries */
/* Flexbox */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* ===========================
	CONTENT WIDGETS
============================== */
/* Mixins */
/* @mixin contentMargin {margin-left:5%; margin-right:5%;
	@include mq(768) {margin-left:2.5%; margin-right:2.5%;}
	@include mq($contentWidthNoPx * 1.025) {margin-left:auto; margin-right:auto;}
} */
.hero--find_a_doc .text {
  background: #004c97;
}
@media screen and (max-width: 37.4375em) {
  .hero--find_a_doc .text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 37.5em) {
  .hero--find_a_doc .text {
    margin-top: 0;
    background: transparent; /* padding-top:50px; padding-bottom:50px; */
  }
}
.hero--find_a_doc .text .headline {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 200;
  margin-top: 0;
}
@media screen and (min-width: 37.5em) {
  .hero--find_a_doc .text .headline {
    display: none;
  }
}
.hero--find_a_doc .text form {
  font-size: 0;
}
.hero--find_a_doc .text form label {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  width: 75%;
}
@media screen and (min-width: 67.5em) {
  .hero--find_a_doc .text form label {
    width: 73%;
  }
}
.hero--find_a_doc .text form label .label {
  display: block;
  color: #fff;
  font-weight: 200;
}
.hero--find_a_doc .text form label input[type=text] {
  -webkit-appearance: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 1.125rem;
  border-radius: 0;
  height: 40px;
  width: 100%;
  padding-left: 16px;
  padding-right: 110px;
}
@media screen and (min-width: 37.5em) {
  .hero--find_a_doc .text form label input[type=text] {
    font-size: 1.375rem;
    height: 50px;
    font-weight: 400;
  }
}
@media screen and (min-width: 67.5em) {
  .hero--find_a_doc .text form label input[type=text] {
    font-size: 1.625rem;
    height: 60px;
  }
}
.hero--find_a_doc .text form label input[type=text]::-webkit-input-placeholder {
  color: #767676;
}
.hero--find_a_doc .text form label input[type=text]::-moz-placeholder {
  color: #767676;
}
.hero--find_a_doc .text form label input[type=text]:-ms-input-placeholder {
  color: #767676;
}
.hero--find_a_doc .text form label input[type=text]:-moz-placeholder {
  color: #767676;
}
.hero--find_a_doc .text form label input[type=text]:focus, .hero--find_a_doc .text form label input[type=text].active {
  border: 1px solid #004c97;
  outline: none;
}
@media screen and (min-width: 30.3125em) {
  .hero--find_a_doc .text form label .label {
    display: none;
  }
}
@media screen and (min-width: 19.875em) {
  .hero--find_a_doc .text form.global_search_results label .label {
    display: none;
  }
}
.hero--find_a_doc .text form input.find_a_doc_submit {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  border: 0;
  height: 40px;
  padding: 0 10px 0 30px;
  border-radius: 0;
  background-repeat: no-repeat;
  background-color: #009ed2;
  background-size: auto 1em;
  background-position: 9px center;
  background-image: url("data:image/svg+xml,%3Csvg id='search--white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.37 12.37'%3E%3Ctitle%3ESearch%3C/title%3E%3Cg%3E%3Ccircle cx='4.88' cy='4.86' r='3.78' transform='translate%28-2.06 4.84%29 rotate%28-45%29' style='stroke-linecap: round;stroke-linejoin: round;stroke-width: 1.5px' stroke='%23ffffff' fill='none' /%3E%3Cline stroke='%23ffffff' x1='7.44' y1='7.44' x2='11.37' y2='11.37' style='stroke-linecap: round;stroke-linejoin: round;stroke-width: 1.5px'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (min-width: 80em) {
  .hero--find_a_doc .text form input.find_a_doc_submit {
    height: 52px;
    font-size: 1.6875rem;
    line-height: 1;
    background-size: auto 0.8em;
    background-position: 15px center;
    padding-left: 44px;
  }
}
.hero--find_a_doc .text form input.find_a_doc_submit:hover, .hero--find_a_doc .text form input.find_a_doc_submit:focus {
  background-color: #004c97;
}
.hero--find_a_doc .text form .autocomplete_results {
  font-size: 16px;
}

.find_a_doc_searches {
  padding: 1.5em 0 0;
  background: #E8EFF2;
}
@media screen and (min-width: 67.5em) {
  .find_a_doc_searches {
    padding-top: 3em;
  }
}

#main .find_a_doc_byKeyword.boxed_container {
  z-index: 4;
}

.find_a_doc_byKeyword {
  padding: 0 5%;
}
.find_a_doc_byKeyword.boxed_container {
  z-index: 3;
}
.find_a_doc_byKeyword form {
  font-size: 0;
  /* label {
  	.label {
  		@include mq(375) {display:none;}
  	}
  } */
}
.find_a_doc_byKeyword form fieldset {
  text-align: center;
}
.find_a_doc_byKeyword form .find_a_doc_byKeyword_container {
  position: relative;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: end;
  align-items: flex-end;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 67.5em) {
  .find_a_doc_byKeyword form .find_a_doc_byKeyword_container {
    max-width: 764px;
  }
}
.find_a_doc_byKeyword form label {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1rem;
  width: 100%;
}
.find_a_doc_byKeyword form label .label {
  display: block;
  color: #222222;
  font-weight: 200;
  margin-bottom: 7px;
}
.find_a_doc_byKeyword form label .label span {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (min-width: 80em) {
  .find_a_doc_byKeyword form label .label {
    display: none;
  }
}
.find_a_doc_byKeyword form label input[type=text] {
  -webkit-appearance: none;
  border: 1px solid #707070;
  background: #fff;
  font-size: 1.125rem;
  border-radius: 0;
  height: 50px;
  width: 100%;
  padding-left: 16px;
  padding-right: 110px;
}
@media screen and (min-width: 37.5em) {
  .find_a_doc_byKeyword form label input[type=text] {
    font-size: 1.375rem;
    font-weight: 400;
  }
}
.find_a_doc_byKeyword form label input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.find_a_doc_byKeyword form label input[type=text]::-moz-placeholder {
  color: #fff;
}
.find_a_doc_byKeyword form label input[type=text]:-ms-input-placeholder {
  color: #fff;
}
.find_a_doc_byKeyword form label input[type=text]:-moz-placeholder {
  color: #fff;
}
@media screen and (min-width: 80em) {
  .find_a_doc_byKeyword form label input[type=text] {
    font-size: 1.625rem;
    height: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .find_a_doc_byKeyword form label input[type=text]::-webkit-input-placeholder {
    color: #222;
    opacity: 1;
  }
  .find_a_doc_byKeyword form label input[type=text]::-moz-placeholder {
    color: #222;
    opacity: 1;
  }
  .find_a_doc_byKeyword form label input[type=text]:-ms-input-placeholder {
    color: #222;
    opacity: 1;
  }
  .find_a_doc_byKeyword form label input[type=text]:-moz-placeholder {
    color: #222;
    opacity: 1;
  }
}
.find_a_doc_byKeyword form label input[type=text]:focus, .find_a_doc_byKeyword form label input[type=text].active {
  border: 1px solid #1079bf;
}
@media screen and (min-width: 19.875em) {
  .find_a_doc_byKeyword form.global_search_results label .label {
    display: none;
  }
}
.find_a_doc_byKeyword form input.find_a_doc_submit {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 0 10px 0 30px;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  border: 0;
  height: 42px;
  border-radius: 0;
  background-repeat: no-repeat;
  background-color: #004c97;
  background-size: auto 1em;
  background-position: 9px center;
  background-image: url("data:image/svg+xml,%3Csvg id='search--white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.37 12.37'%3E%3Ctitle%3ESearch%3C/title%3E%3Cg%3E%3Ccircle cx='4.88' cy='4.86' r='3.78' transform='translate%28-2.06 4.84%29 rotate%28-45%29' style='stroke-linecap: round;stroke-linejoin: round;stroke-width: 1.5px' stroke='%23ffffff' fill='none' /%3E%3Cline stroke='%23ffffff' x1='7.44' y1='7.44' x2='11.37' y2='11.37' style='stroke-linecap: round;stroke-linejoin: round;stroke-width: 1.5px'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (min-width: 80em) {
  .find_a_doc_byKeyword form input.find_a_doc_submit {
    height: 52px;
    font-size: 1.6875rem;
    line-height: 1;
    background-size: auto 0.8em;
    background-position: 15px center;
    padding-left: 44px;
  }
}
.find_a_doc_byKeyword form input.find_a_doc_submit:hover, .find_a_doc_byKeyword form input.find_a_doc_submit:focus {
  background-color: #004c97;
}
.find_a_doc_byKeyword form .autocomplete_results {
  font-size: 16px;
}

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