@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Roboto:300,400,500,700|Roboto+Condensed:300,400,700');*/
@import url(../fonts/Georgia/styles.css);
/*$red: #c74725;*/
/*$blue: #008598; */
* {
  box-sizing: border-box; }

body {
  color: #231f20;
  font: 18px Arial;
  line-height: 150%;
  margin: 0;
  padding: 0; }

img {
  height: auto;
  max-width: 100%; }

.alignleft.alignleft {
  margin: 0 35px 20px 0; }

.alignright.alignright {
  margin: 0 0 20px 35px; }

.aligncenter.aligncenter {
  margin: 10px 0 31px 0; }

@media (min-width: 768px) and (max-width: 1023px) {
  .alignleft.alignleft, .alignright.alignright {
    max-width: 60%; } }
@media (max-width: 767px) {
  .alignleft.alignleft, .alignright.alignright {
    display: block;
    float: none;
    margin: 0 auto 20px; } }

.width-limit {
  margin: 0 auto;
  max-width: 1174px; }
  @media (max-width: 1174px) {
    .width-limit {
      padding: 0 8px; } }

.width-limit-large {
  margin: 0 auto;
  max-width: 1440px; }
  @media (max-width: 1440px) {
    .width-limit-large {
      padding: 0 8px; } }

.learn-more, .connect-form input[type=submit] {
  background-color: #a92603;
  color: #fff;
  display: inline-block;
  font: 16px Georgia;
  margin: 10px 0;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  .learn-more:hover, .connect-form input[type=submit]:hover, .learn-more.active, .connect-form input.active[type=submit] {
    background-color: #77c8d4; }

p + p {
  margin-top: 35px; }

.header-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 290px; }
  @media (max-width: 767px) {
    .header-image {
      height: 230px; } }

.breadcrumbs {
  color: #737373;
  font: 14px Arial;
  margin: 30px 0 -30px; }
  .breadcrumbs span {
    text-transform: uppercase; }
  .breadcrumbs em {
    margin: 0 10px; }
    .breadcrumbs em:last-child {
      display: none; }
  .breadcrumbs a {
    color: inherit;
    text-decoration: none; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
    .breadcrumbs a span {
      text-transform: initial; }

.contact-us-controls {
  width: 100%; }
  .contact-us-controls td {
    max-width: 0;
    vertical-align: top; }
    @media (max-width: 767px) {
      .contact-us-controls td {
        display: block;
        margin: 0 auto;
        max-width: none; } }
  .contact-us-controls iframe {
    margin-bottom: 20px; }

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes slideInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes slideInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
.page-title {
  color: #3f3f3f;
  font: 36px Georgia;
  margin: 60px 0 30px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase; }

.page-title:after {
  background-color: #bcbcbc;
  bottom: 0;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-animation: 0.5s slideInFromLeft ease-out 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  animation: 0.5s ease-out 0s 1 slideInFromLeft forwards;
  opacity: 0; }

h2 {
  color: #3f3f3f;
  font: 30px Georgia;
  text-transform: uppercase; }
  h2.bordered {
    border-top: 4px solid #bcbcbc;
    margin: 82px 0 35px;
    padding: 72px 0 0; }

h2 + p, h2 + p img {
  margin-top: 0 !important; }

h3, .h3 {
  color: #3f3f3f;
  display: block;
  font: 30px Georgia;
  margin: 30px 0; }
  .careers h3, .careers .h3 {
    color: #005663; }
    .careers h3:first-child, .careers .h3:first-child {
      margin-top: 0; }

h4, .h4 {
  /*color: #3f3f3f;
  font: 26px Georgia;*/
  color: #005663;
  font: 20px Georgia;
  text-transform: uppercase; }

blockquote {
  margin: 30px 0 0;
  font-style: italic; }

hr {
  height: 5px;
  background-color: #bcbcbc;
  border: none;
  margin: 45px 0; }
  hr.blue {
    background-color: #d8f1f6;
    height: 1px;
    margin-right: 70px; }

#content ul {
  padding: 0; }
  #content ul li {
    list-style-type: none;
    margin-bottom: 10px;
    vertical-align: top; }
  #content ul li:before {
    color: #737373;
    content: "•";
    font-size: 37px;
    padding-right: 20px;
    position: relative;
    top: -2px;
    vertical-align: top; }
#content ol {
  padding: 0; }
  #content ol li {
    list-style-position: inside;
    margin-bottom: 30px; }

.wp-caption-text {
  color: #545353;
  font-size: 14px;
  margin-top: 0;
  text-align: right; }

.buttons-stack {
  margin: 40px 0; }
  .buttons-stack.line-above {
    border-top: 1px solid #d9f2f6;
    padding-top: 15px; }
  .buttons-stack a {
    background-color: #a92603;
    color: #fff;
    display: inline-block;
    font: 16px Georgia;
    margin: 0 30px 30px 0;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    .buttons-stack a:last-child {
      margin-right: 0; }
    .buttons-stack a:hover {
      background-color: #77c8d4; }

@media (min-width: 1024px) {
  .falls-church .alignright {
    margin-bottom: 190px; } }

#content table.wrapping {
  width: 100%; }
  #content table.wrapping td {
    vertical-align: top; }
  @media (min-width: 768px) {
    #content table.wrapping td:first-child img {
      margin-right: 30px;
      max-width: none; }
    #content table.wrapping td:last-child img {
      margin-left: 30px;
      max-width: none; } }
  @media (max-width: 767px) {
    #content table.wrapping td {
      display: block; } }
  @media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
    #content table.wrapping {
      table-layout: fixed; } }

#content ul.plus-minus {
  font-weight: bold;
  margin: 30px 0; }
  #content ul.plus-minus li {
    display: flex;
    list-style-type: none; }
    #content ul.plus-minus li:before {
      content: '+';
      color: inherit;
      font: inherit;
      position: relative;
      top: 1px; }
    #content ul.plus-minus li:last-child {
      margin-bottom: 0; }
  #content ul.plus-minus ul {
    margin-top: 20px;
    padding-left: 30px; }
    #content ul.plus-minus ul li {
      color: #4e4e4e;
      font-weight: normal; }
      #content ul.plus-minus ul li:before {
        content: '-'; }

.blue-shadowed {
  background-color: #d9f2f6;
  color: #0a567a;
  padding: 20px; }

.community #content h4:first-child, .community #content .h4:first-child, .medical-records #content h4:first-child, .medical-records #content .h4:first-child, .programming #content h4:first-child, .referrals-and-admissions #content h4:first-child, .referrals-and-admissions #content .h4:first-child {
  margin-top: 0;
  padding-top: 0; }

.community #content h4:not(:first-child), .community #content .h4:not(:first-child) {
  border-top: 1px solid #d8f1f6;
  padding-top: 50px; }

.shadowed {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  padding: 30px; }
  .referrals-and-admissions .shadowed {
    background-color: #d9f2f6;
    color: #273f4e;
    overflow: hidden; }

.community strong {
  color: #005663; }

.medical-records #content h4, .medical-records #content .h4 {
  margin-bottom: 35px; }
.medical-records #content h5, .medical-records #content .h5 {
  color: #005663;
  font-size: 18px; }
  .medical-records #content h5:first-child, .medical-records #content .h5:first-child {
    margin-top: 0; }
.medical-records #content .plus-minus a {
  color: #005663; }
.medical-records #content a {
  color: inherit; }

#content .blue-blocks {
  border-spacing: 0;
  margin: 30px 0; }
  #content .blue-blocks td {
    background-color: #d9f2f6;
    border: 1px solid #fff;
    color: #095579;
    font-size: 18px;
    padding: 15px 30px;
    vertical-align: top;
    width: 360px; }
    #content .blue-blocks td:empty {
      background-color: transparent; }

.programming #content h4 {
  margin-bottom: 35px; }

.referrals-and-admissions #content h4, .referrals-and-admissions #content .h4 {
  margin-bottom: 35px; }
.referrals-and-admissions #content table {
  border: 1px solid #ccc; }
  .referrals-and-admissions #content table td {
    border: none;
    padding: 30px 30px 40px;
    vertical-align: top; }
    @media (max-width: 767px) {
      .referrals-and-admissions #content table td {
        display: block;
        padding: 10px 30px 10px; } }
  .referrals-and-admissions #content table td:first-child {
    color: #38586d;
    font-weight: bold;
    white-space: nowrap; }
  .referrals-and-admissions #content table tr.alt td {
    background-color: #f2f2f2; }
  .referrals-and-admissions #content table em {
    color: #b30600;
    font-style: normal; }
  .referrals-and-admissions #content table p {
    margin: 0; }

tr.no-bottom-padding td {
  padding-bottom: 0 !important; }

tr.no-top-padding td {
  padding-top: 0 !important; }

.search-results .result * {
  font-size: 16px;
  margin: 10px 0; }

.red {
  color: #a92603; }

#content .vvv.vvv {
  font-weight: bold; }
  #content .vvv.vvv p {
    margin: 0 0 10px; }
  #content .vvv.vvv td {
    vertical-align: middle; }

.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 10px; }

.aligncenter {
  float: none;
  margin: 10px 0 10px 0; }

header {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 10; }
  header .header-content {
    margin: 0 auto;
    max-width: 1440px;
    padding: 20px 32px 15px; }
    @media (max-width: 767px) {
      header .header-content {
        padding: 20px 12px 15px; } }
  @media screen and (min-width: 601px) {
    header {
      left: 0;
      position: fixed;
      top: 0; } }

@media screen and (min-width: 601px) and (max-width: 782px) {
  .admin-bar header {
    top: 46px; } }
@media screen and (min-width: 783px) {
  .admin-bar header {
    top: 32px; } }
@media screen and (max-width: 600px) {
  .admin-bar header {
    top: 0px; } }

.header-logo {
  display: inline-block;
  max-width: 70%;
  text-decoration: none; }

.search-block {
  float: right; }

.burger-button {
  float: right;
  cursor: pointer;
  display: block;
  margin-right: 15px;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease; }

.burger-button-bar {
  border-radius: 3px;
  display: block;
  height: 6px;
  width: 36px;
  background: #a92603;
  margin: 4px auto;
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease; }

.burger-button-bar:first-child {
  margin-top: 2px; }

.mobile-menu-open {
  overflow: hidden; }
  .mobile-menu-open body {
    overflow: hidden; }
  .mobile-menu-open .burger-button .top {
    -webkit-transform: translateY(9px) rotateZ(45deg);
    -moz-transform: translateY(9px) rotateZ(45deg);
    -ms-transform: translateY(9px) rotateZ(45deg);
    -o-transform: translateY(9px) rotateZ(45deg);
    transform: translateY(9px) rotateZ(45deg); }
  .mobile-menu-open .burger-button .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg); }
  .mobile-menu-open .burger-button .middle {
    width: 0; }
  .mobile-menu-open .mobile-menu-wrapper {
    max-height: 5000px;
    padding: 70px 0 10px 0;
    overflow-y: auto;
    /*height: calc(100% - 99px);*/ }
  .mobile-menu-open .all-site-content > div.header-row {
    display: block; }
  .mobile-menu-open .burger-button {
    margin-right: 0; }
  .mobile-menu-open .search-button {
    width: 0; }
  .mobile-menu-open .search-field {
    display: none; }

.mobile-menu-wrapper {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  z-index: 101;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  left: 0;
  top: 107px;
  bottom: 0;
  background-color: rgba(0, 84, 124, 0.9); }
  @media (min-width: 1000px) {
    .mobile-menu-wrapper {
      top: 44px; } }
  @media (max-width: 460px) {
    .mobile-menu-wrapper {
      top: 38vw; }
      .admin-bar.admin-bar .mobile-menu-wrapper {
        top: 50vw; } }
  @media (min-width: 461px) and (max-width: 782px) {
    .mobile-menu-wrapper {
      top: 162px; }
      .admin-bar .mobile-menu-wrapper {
        top: 203px; } }
  @media (min-width: 783px) and (max-width: 999px) {
    .mobile-menu-wrapper {
      top: 162px; }
      .admin-bar .mobile-menu-wrapper {
        top: 193px; } }
  @media (min-width: 1000px) {
    .mobile-menu-wrapper {
      top: 102px; }
      .admin-bar .mobile-menu-wrapper {
        top: 133px; } }

.mobile-menu-wrapper ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

.mobile-menu-wrapper li {
  padding: 12px 0 12px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center; }

.mobile-menu-wrapper a {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 0 10px 0; }

.mobile-menu-wrapper li:hover > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  height: 2px;
  background: #a92603; }

.mobile-menu-wrapper > div > ul > li {
  position: relative; }

.mobile-menu-wrapper > div > ul > li > a {
  font-weight: 400; }

.mobile-menu-wrapper > div > ul > li > ul > li {
  padding: 6px 0 6px 0;
  border: 0; }

.mobile-menu-wrapper > div > ul > li > ul > li:first-child {
  padding-top: 20px; }

.mobile-menu-wrapper > div > ul > li > ul > li > a {
  font-size: 14px; }

.mobile-menu-wrapper > div > ul > li > ul {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.mobile-menu-close {
  background: url("../images/close.png") no-repeat center center;
  position: absolute;
  top: 14px;
  right: 18px;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.open-menu-point {
  background: url("../images/down-white.png") no-repeat center center;
  position: absolute;
  top: 28px;
  left: 50%;
  width: 11px;
  height: 10px;
  cursor: pointer; }
@inclide mobile {
  .open-menu-point {
    top: 18px; } }
.menu-point-opened .open-menu-point {
  background: url("../images/up-white.png") no-repeat center center; }

.menu-point-opened > ul {
  max-height: 5000px !important; }

.header-logo > img:nth-child(2) {
  display: none; }

@media (max-width: 1000px) {
  .mobile-menu-open .mobile-menu-wrapper {
    padding-top: 10px; }

  .mobile-menu-wrapper a {
    font-size: 18px; }

  .open-menu-point {
    top: 18px; }

  .header-logo > img:nth-child(1) {
    display: none; }

  .header-logo > img:nth-child(2) {
    display: inline-block; }

  .burger-button {
    left: 12px; }

  .burger-button {
    left: 12px; }

  .search-block {
    right: 12px; } }
.search-block {
  /*    position: absolute;
      top: 50%;
      right: 40px;
      margin-top: -14px;*/
  overflow: hidden;
  text-align: right; }

.search-button {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/search-icon.png") no-repeat center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s ease; }

.search-field {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
  max-width: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.search-block-open {
  width: 250px; }

.search-block-open .search-field {
  max-width: 200px;
  margin-right: 10px; }

.search-field form {
  display: inline-block; }

.search-field input[type=text] {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  border: 1px solid #a92603;
  line-height: 1;
  font-size: 14px;
  width: 100%;
  max-width: 200px;
  box-sizing: border-box;
  background: #fff;
  color: #a92603; }

.search-field input[type=text]::-webkit-input-placeholder {
  color: #ffffff; }

.search-field input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff; }

.search-field input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff; }

.search-field input[type=text]:-ms-input-placeholder {
  color: #ffffff; }

@media screen and (max-width: 675px) {
  .search-block-open {
    float: none;
    min-height: 30px;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%; }
    .search-block-open + .burger-button {
      left: auto;
      position: absolute;
      right: 0;
      top: 20px; }
    .search-block-open .search-field {
      padding-right: 42px; }
    .search-block-open .search-field, .search-block-open form, .search-block-open input[type=text] {
      max-width: none; }
    .search-block-open form {
      width: 100%; }
    .search-block-open .search-button {
      position: absolute;
      right: 0;
      top: 0; } }
@media screen and (min-width: 601px) {
  #content {
    margin-top: 132px; } }
@media screen and (min-width: 1000px) {
  #content {
    margin-top: 90px; } }

footer {
  background-color: #262626;
  min-height: 45px;
  color: #ccc;
  font: 16px/45px Arial;
  text-align: center; }
  footer a {
    color: inherit; }

.connect-form p {
  margin: 10px 0; }
.connect-form input[type=text], .connect-form input[type=email], .connect-form textarea {
  border: none;
  color: #3f3f3f;
  font: 18px Arial;
  max-width: 100%;
  padding: 16px;
  width: 370px; }
  .contact-us-controls .connect-form input[type=text], .contact-us-controls .connect-form input[type=email], .contact-us-controls .connect-form textarea {
    background-color: #e1e1e1;
    color: #231f20;
    width: 100%; }
.connect-form textarea {
  height: 193px; }
  .contact-us-controls .connect-form textarea {
    height: 295px; }
.connect-form input[type=submit] {
  border: none;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0; }
  .contact-us-controls .connect-form input[type=submit] {
    float: right; }
@media (min-width: 768px) {
  .contact-us-controls .connect-form {
    margin-left: 20px; } }

.upper-footer {
  background-color: #d7f2f6;
  margin-top: 140px;
  padding: 80px 0 10px; }
  @media (max-width: 767px) {
    .upper-footer {
      margin-top: 40px;
      padding: 30px 0; } }
  .home .upper-footer {
    margin-top: 0; }
  .upper-footer .upper-footer-wrapper {
    overflow: hidden;
    text-align: center; }
    @media (min-width: 768px) {
      .upper-footer .upper-footer-wrapper {
        font-size: 0;
        margin: 0 -15px; } }
    .upper-footer .upper-footer-wrapper > div {
      font-size: 18px;
      margin: 0 15px 50px;
      max-width: 100%;
      text-align: left;
      vertical-align: top; }
      @media (max-width: 767px) {
        .upper-footer .upper-footer-wrapper > div {
          margin: 20px 0; } }
    .upper-footer .upper-footer-wrapper .col-1 p {
      margin: 0; }
    @media (min-width: 768px) {
      .upper-footer .upper-footer-wrapper .col-1 {
        float: left;
        margin-right: 40px;
        max-width: 400px; } }
    .upper-footer .upper-footer-wrapper .location {
      overflow: hidden; }
  .upper-footer h1 {
    color: #393939;
    font: 24px Georgia-Bold;
    margin: 0 0 25px;
    text-transform: uppercase; }
  .upper-footer h4 {
    color: #005663;
    margin: 25px 0 5px;
    text-transform: none; }
  @media (min-width: 768px) {
    .upper-footer .menu-site-map-container {
      -webkit-columns: 180px 2;
      -moz-columns: 180px 2;
      columns: 180px 2;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
      width: 400px; } }
  .upper-footer .menu-site-map-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .upper-footer .menu-site-map-container ul li {
      max-width: 200px; }
    .upper-footer .menu-site-map-container ul a {
      color: #393939;
      text-decoration: none; }

.header-image-block {
  position: relative; }
  .header-image-block .bg {
    background-position: center center;
    background-size: cover;
    height: 650px;
    max-height: 38vw; }
  .header-image-block img {
    display: block;
    width: 100%; }
  .header-image-block .copy {
    color: #3f3f3f;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    -webkit-animation: 0.5s slideInFromTop ease-out 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation: 0.5s ease-out 0s 1 slideInFromTop forwards;
    opacity: 0; }
    @media (min-width: 1350px) {
      .header-image-block .copy {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 56px 55px;
        position: absolute;
        top: 70px;
        width: 473px; } }
    @media (max-width: 767px) {
      .header-image-block .copy {
        font-size: 20px; } }
    .header-image-block .copy h1 {
      color: #005663;
      font: 48px Georgia;
      margin: 0 0 10px;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .header-image-block .copy h1 {
          font-size: 34px; } }
    .header-image-block .copy p {
      margin: 0; }
    .header-image-block .copy .learn-more, .header-image-block .copy .connect-form input[type=submit], .connect-form .header-image-block .copy input[type=submit] {
      margin: 61px 0; }
      @media (max-width: 1023px) {
        .header-image-block .copy .learn-more, .header-image-block .copy .connect-form input[type=submit], .connect-form .header-image-block .copy input[type=submit] {
          margin: 20px 0 60px; } }

.our-boxes {
  background-color: #1cbad7;
  box-shadow: inset 0px 16px 20px 0px rgba(107, 107, 107, 0.3);
  overflow: hidden;
  padding-top: 22px; }
  .our-boxes .boxes-wrap {
    margin: 0 -32px -4px; }
  .our-boxes table {
    border-spacing: 32px;
    width: 100%; }
  .our-boxes td {
    background-color: #fff;
    border-collapse: collapse;
    border: 7px solid #1ad3f0;
    border-radius: 10px;
    box-shadow: 2px 2px 6px 0px rgba(107, 107, 107, 0.5);
    color: #7c7f80;
    line-height: 150%;
    max-width: 0;
    padding: 30px 20px 0;
    opacity: 0;
    position: relative;
    text-align: center;
    vertical-align: top; }
    @media (max-width: 1023px) {
      .our-boxes td {
        display: block;
        margin: 30px auto;
        max-width: 373px;
        width: 100%; } }
    .our-boxes td .num {
      background-color: #0f5c8a;
      border-radius: 50%;
      color: #fff;
      font: 28px/51px Georgia;
      height: 60px;
      left: 50%;
      margin: -30px 0 0 -30px;
      position: absolute;
      top: 0;
      width: 60px; }
    .our-boxes td h1 {
      background: url(../images/bg-box-title.png) no-repeat center center;
      color: #005663;
      font: 36px Georgia;
      text-transform: uppercase; }
    .our-boxes td:nth-child(1) {
      -webkit-animation: 0.5s slideInFromTop ease-out 1;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-delay: 0.4s;
      animation: 0.5s ease-out 0.4s 1 slideInFromTop forwards;
      opacity: 0; }
    .our-boxes td:nth-child(2) {
      -webkit-animation: 0.5s slideInFromTop ease-out 1;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-delay: 0.8s;
      animation: 0.5s ease-out 0.8s 1 slideInFromTop forwards;
      opacity: 0; }
    .our-boxes td:nth-child(3) {
      -webkit-animation: 0.5s slideInFromTop ease-out 1;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-delay: 1.2s;
      animation: 0.5s ease-out 1.2s 1 slideInFromTop forwards;
      opacity: 0; }
    .our-boxes td:nth-child(4) {
      -webkit-animation: 0.5s slideInFromTop ease-out 1;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-delay: 1.6s;
      animation: 0.5s ease-out 1.6s 1 slideInFromTop forwards;
      opacity: 0; }
    .our-boxes td:nth-child(5) {
      -webkit-animation: 0.5s slideInFromTop ease-out 1;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-delay: 2s;
      animation: 0.5s ease-out 2s 1 slideInFromTop forwards;
      opacity: 0; }
    .our-boxes td:nth-child(6) {
      -webkit-animation: 0.5s slideInFromTop ease-out 1;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-delay: 2.4s;
      animation: 0.5s ease-out 2.4s 1 slideInFromTop forwards;
      opacity: 0; }
    .our-boxes td:nth-child(7) {
      -webkit-animation: 0.5s slideInFromTop ease-out 1;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-delay: 2.8s;
      animation: 0.5s ease-out 2.8s 1 slideInFromTop forwards;
      opacity: 0; }
    .our-boxes td:nth-child(8) {
      -webkit-animation: 0.5s slideInFromTop ease-out 1;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-delay: 3.2s;
      animation: 0.5s ease-out 3.2s 1 slideInFromTop forwards;
      opacity: 0; }
    .our-boxes td:nth-child(9) {
      -webkit-animation: 0.5s slideInFromTop ease-out 1;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-delay: 3.6s;
      animation: 0.5s ease-out 3.6s 1 slideInFromTop forwards;
      opacity: 0; }
    .our-boxes td:nth-child(10) {
      -webkit-animation: 0.5s slideInFromTop ease-out 1;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-delay: 4s;
      animation: 0.5s ease-out 4s 1 slideInFromTop forwards;
      opacity: 0; }

.what-we-do {
  background-color: #d7f2f6;
  box-shadow: inset 0px 12px 20px 0px rgba(107, 107, 107, 0.3);
  padding: 50px 0 180px;
  text-align: center; }
  .what-we-do .width-limit {
    -webkit-animation: 0.5s slideInFromTop ease-out 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation: 0.5s ease-out 0s 1 slideInFromTop forwards;
    opacity: 0;
    padding: 0 3%; }
  .what-we-do h1 {
    color: #3f3f3f;
    font: 36px Georgia;
    text-transform: uppercase; }

.boxes .boxes-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -130px auto 0;
  overflow: hidden;
  padding: 15px;
  text-align: center; }
  .boxes .boxes-wrap .box {
    background-color: #77c8d4;
    border: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    height: 215px;
    min-width: 235px;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 16.6666666667%; }
    .boxes .boxes-wrap .box .box-inner {
      z-index: 2; }
      .boxes .boxes-wrap .box .box-inner:nth-child(1) {
        -webkit-animation: 0.5s slideInFromTop ease-out 1;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 0.05s;
        animation: 0.5s ease-out 0.05s 1 slideInFromTop forwards;
        opacity: 0; }
      .boxes .boxes-wrap .box .box-inner:nth-child(2) {
        -webkit-animation: 0.5s slideInFromTop ease-out 1;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 0.1s;
        animation: 0.5s ease-out 0.1s 1 slideInFromTop forwards;
        opacity: 0; }
      .boxes .boxes-wrap .box .box-inner:nth-child(3) {
        -webkit-animation: 0.5s slideInFromTop ease-out 1;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 0.15s;
        animation: 0.5s ease-out 0.15s 1 slideInFromTop forwards;
        opacity: 0; }
      .boxes .boxes-wrap .box .box-inner:nth-child(4) {
        -webkit-animation: 0.5s slideInFromTop ease-out 1;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 0.2s;
        animation: 0.5s ease-out 0.2s 1 slideInFromTop forwards;
        opacity: 0; }
      .boxes .boxes-wrap .box .box-inner:nth-child(5) {
        -webkit-animation: 0.5s slideInFromTop ease-out 1;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 0.25s;
        animation: 0.5s ease-out 0.25s 1 slideInFromTop forwards;
        opacity: 0; }
      .boxes .boxes-wrap .box .box-inner:nth-child(6) {
        -webkit-animation: 0.5s slideInFromTop ease-out 1;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 0.3s;
        animation: 0.5s ease-out 0.3s 1 slideInFromTop forwards;
        opacity: 0; }
      .boxes .boxes-wrap .box .box-inner:nth-child(7) {
        -webkit-animation: 0.5s slideInFromTop ease-out 1;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 0.35s;
        animation: 0.5s ease-out 0.35s 1 slideInFromTop forwards;
        opacity: 0; }
      .boxes .boxes-wrap .box .box-inner:nth-child(8) {
        -webkit-animation: 0.5s slideInFromTop ease-out 1;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 0.4s;
        animation: 0.5s ease-out 0.4s 1 slideInFromTop forwards;
        opacity: 0; }
      .boxes .boxes-wrap .box .box-inner:nth-child(9) {
        -webkit-animation: 0.5s slideInFromTop ease-out 1;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 0.45s;
        animation: 0.5s ease-out 0.45s 1 slideInFromTop forwards;
        opacity: 0; }
      .boxes .boxes-wrap .box .box-inner:nth-child(10) {
        -webkit-animation: 0.5s slideInFromTop ease-out 1;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-delay: 0.5s;
        animation: 0.5s ease-out 0.5s 1 slideInFromTop forwards;
        opacity: 0; }
    @media screen and (max-width: 1440px) {
      .boxes .boxes-wrap .box {
        flex-basis: 30%; }
        .no-flexwrap .boxes .boxes-wrap .box {
          display: inline-block;
          vertical-align: top; } }
    .boxes .boxes-wrap .box h1 {
      color: #3f3f3f;
      font: 24px Georgia;
      margin: 3px 0;
      position: relative;
      text-transform: uppercase;
      width: 100%; }
    .boxes .boxes-wrap .box:hover h1 {
      color: #fff;
      z-index: 2; }
    .boxes .boxes-wrap .box:hover .learn-more, .boxes .boxes-wrap .box:hover .connect-form input[type=submit], .connect-form .boxes .boxes-wrap .box:hover input[type=submit] {
      background-color: #993020;
      color: #fff; }
    .boxes .boxes-wrap .box:after {
      background-color: #c74725;
      bottom: 0;
      content: '';
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .boxes .boxes-wrap .box:hover:after {
      opacity: 1;
      transform: scale(1.1);
      transition: 0.2s all; }
    .boxes .boxes-wrap .box .learn-more, .boxes .boxes-wrap .box .connect-form input[type=submit], .connect-form .boxes .boxes-wrap .box input[type=submit] {
      background-color: #d7f2f6;
      color: #01547c;
      padding: 10px 15px;
      position: relative;
      z-index: 2; }

.we-care {
  margin: 100px 0; }
  .we-care .width-limit {
    max-width: 970px; }
  .we-care table {
    width: 100%; }
  .we-care td {
    padding: 0;
    vertical-align: top; }
  .we-care h1 {
    color: #3f3f3f;
    font: 36px Georgia;
    margin: 0;
    text-transform: uppercase; }
  .we-care img {
    height: auto;
    left: -10000px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    @media (min-width: 768px) {
      .we-care img {
        max-width: 365px; } }
  .we-care .swiper-slide-active img {
    left: 0; }
  .we-care .copy {
    left: 10000px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .we-care .swiper-slide-active .copy {
    left: 0; }
  @media (min-width: 768px) {
    .we-care .photo {
      padding-right: 35px; } }
  @media (max-width: 767px) {
    .we-care {
      margin: 30px 0; }
    .we-care td {
      display: block; }
    .we-care img {
      margin: 0; }
    .we-care .photo {
      text-align: center; }
    .we-care h1 {
      margin-top: 20px;
      text-align: center; }
    .we-care .swiper-pagination {
      text-align: center;
      width: 100%; } }
  .we-care .copy {
    padding-bottom: 20px;
    position: relative; }
  .we-care .swiper-pagination {
    bottom: 0;
    position: absolute; }
    .we-care .swiper-pagination .swiper-pagination-bullet {
      background-color: #00acb5;
      height: 16px;
      width: 16px; }
    .we-care .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #a92603; }

.recruitment-banner .what-we-do {
  background-color: #01547c;
  padding-bottom: 50px; }
  .recruitment-banner .what-we-do, .recruitment-banner .what-we-do h1 {
    color: #fff; }

.people {
  font-size: 0;
  margin: 0 -20px 100px;
  padding: 30px 20px;
  overflow: hidden;
  text-align: center; }
  .people .person {
    display: inline-block;
    vertical-align: top; }
    .people .person a {
      display: block;
      filter: grayscale(1);
      position: relative; }
      .people .person a .title {
        background-color: rgba(72, 71, 71, 0.4);
        bottom: 0;
        color: #fff;
        display: none;
        font: 22px Georgia;
        padding: 15px 20px;
        position: absolute;
        text-transform: uppercase;
        width: 100%; }
      .people .person a:hover {
        filter: grayscale(0);
        transform: scale(1.1);
        transition: 0.6s all;
        z-index: 1; }
        .people .person a:hover .title {
          display: block; }
    .people .person img {
      border: 1px solid #fff;
      box-sizing: content-box;
      cursor: pointer;
      display: block;
      max-height: 232px;
      max-width: 232px; }

.team-item-popup-info {
  display: none; }

.team-item {
  cursor: pointer; }

.team-item > a {
  display: none; }

.team-item-popup .team-item-popup-info {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  font-size: 18px;
  /*opacity: 0;*/
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation: 0.2s team-item-popup-animation ease-out 1;
  -webkit-animation-fill-mode: forwards;
  animation: 0.2s team-item-popup-animation ease-out 1;
  animation-fill-mode: forwards; }

.team-item-popup-info-blanket {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3; }

.team-item-popup .team-item-popup-info {
  display: block; }

.team-item-popup-info-wrapper {
  display: block;
  position: absolute;
  z-index: 2;
  /*border: 1px solid #666666;*/
  /*padding: 0 30px 30px 30px;*/
  padding: 0 0 20px 0;
  box-sizing: border-box;
  background: #ffffff;
  width: 1100px;
  max-height: 60%;
  max-width: 1100px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0; }

.team-item-popup .team-item-popup-info-wrapper {
  opacity: 1;
  -webkit-animation: 0.3s team-item-popup-down ease-out 1;
  -webkit-animation-fill-mode: forwards;
  animation: 0.3s team-item-popup-down ease-out 1;
  animation-fill-mode: forwards;
  /*    animation-delay: 0.1s;
      -webkit-animation-delay: 0.1s;	*/ }

/*.team-item-popup .team-item-popup-info-wrapper{
        opacity: 1;
        margin-top: -300px;
}*/
.team-item-popup-close {
  margin: 0;
  padding: 10px 10px 10px 0;
  position: absolute;
  right: 12px;
  /*border-bottom: 1px solid #878787;*/
  text-align: right;
  text-transform: uppercase;
  top: 0; }

.team-item-popup-close > div {
  /*font-size: 24px;
  color: #878787;*/
  display: inline-block;
  line-height: 1;
  width: 14px;
  height: 14px;
  background: url(../images/close-icon.svg); }

.team-item-popup-left {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  max-width: 35%;
  padding: 40px;
  text-align: left;
  vertical-align: top;
  width: 100%; }

.team-item-popup-right {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  max-width: 65%;
  padding: 0 40px 0 40px;
  overflow: auto;
  text-align: left;
  vertical-align: top;
  width: 100%; }

.team-item-popup-right p {
  margin-top: 0;
  color: #666666;
  line-height: 1.8; }

.team-item-popup-image {
  height: 100%;
  margin: 0 0 10px 0;
  overflow: auto; }

.team-item-popup-image.team-item-popup-image > img {
  float: left;
  max-height: 98%;
  max-width: 98%;
  width: auto; }

.team-item-popup-title {
  /*font-family: 'Playfair Display', serif;*/
  /*color: #3e4e67;*/
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
  font-size: 24px;
  border: 0;
  padding-bottom: 0;
  font-weight: 400;
  /*color: #313234;	
  margin: 0 0 10px 0;*/
  color: #3e4e67;
  margin: 20px 0 8px 0;
  padding-top: 16px; }

.team-item-popup-subtitle {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  /*font-size: 14px;
  color: #c2b37a;
  font-weight: 700;*/
  font-size: 12px;
  color: #6d5601;
  font-weight: 500; }

.team-item-popup-email {
  font-size: 16px;
  line-height: 1.4; }

.show-this-popup-item {
  display: block; }

@keyframes team-item-popup-down {
  0% {
    opacity: 0;
    /*margin-top: -400px;*/
    top: -20%; }
  100% {
    opacity: 1;
    top: 0;
    /*margin-top: -300px;*/ } }
@-webkit-keyframes team-item-popup-down {
  0% {
    opacity: 0;
    top: -20%;
    /*margin-top: -400px;*/ }
  100% {
    opacity: 1;
    top: 0;
    /*margin-top: -300px;*/ } }
.people-list {
  margin-top: 50px; }
  .people-list .person {
    padding-bottom: 60px; }
    .people-list .person td {
      vertical-align: top; }
      @media (max-width: 767px) {
        .people-list .person td {
          display: block; } }
    @media (min-width: 768px) {
      .people-list .person img {
        float: left;
        margin: 0 60px 40px 0;
        max-width: none; } }
    @media (max-width: 767px) {
      .people-list .person img {
        display: block;
        margin: 0 auto 50px; } }
    .people-list .person .title {
      color: #005663;
      font-size: 24px;
      margin-bottom: 25px; }
    .people-list .person:not(:first-child) {
      padding-top: 60px; }
    .people-list .person:not(:last-child) {
      border-bottom: 1px solid #ccc; }

.medical-staff .position {
  margin-bottom: 10px; }

.team-member {
  overflow: hidden; }
  .team-member h2 {
    color: #3f3f3f;
    font: 30px Georgia;
    margin: 0 0 15px;
    text-transform: uppercase; }
  .team-member .member-photo {
    float: left;
    margin: 0 33px 44px 0;
    max-height: 535px;
    max-width: 565px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .team-member .member-photo {
        max-width: 60%; } }
    @media (max-width: 767px) {
      .team-member .member-photo {
        display: block;
        float: none;
        margin: 0 auto 25px;
        max-width: 100%; } }
  .team-member h2 + p {
    margin-top: 0; }
  .team-member p {
    margin: 22px 0; }
  .team-member a.email {
    display: block;
    margin-bottom: 15px; }

#slider-block .swiper-slide {
  text-align: center; }
#slider-block .swiper-pagination {
  display: block;
  margin: 0 auto;
  position: static;
  text-align: center; }
  #slider-block .swiper-pagination .swiper-pagination-bullet {
    background-color: #00acb5;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    width: 16px; }
  #slider-block .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #a92603; }

/*# sourceMappingURL=nvmhi.css.map */
