/*!
Theme Name: ATL Senior Living Theme
Theme URI: http://underscores.me/
Author: Inhye Choi
Author URI: inhyechoi0404@gmail.com
Description: A WordPress theme for ATL Senior Living.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ATL Senior Living Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Embedded Fonts
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Media
	## Captions
	## Galleries
# Page Templates
	## Front page
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  font-weight: lighter;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

a:active,
a:hover {
  outline: 0;
  text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Embedded Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'futura';
  src: url("../../fonts/futura-webfont.eot");
  src: url("../../fonts/futura-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/futura-webfont.woff2") format("woff2"), url("../../fonts/futura-webfont.ttf") format("truetype"), url("../../fonts/futura-webfont.svg#futura_oblique") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'futura-light';
  src: url("../../fonts/futura-light-webfont.eot");
  src: url("../../fonts/futura-light-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/futura-light-webfont.woff2") format("woff2"), url("../../fonts/futura-light-webfont.ttf") format("truetype"), url("../../fonts/futura-light-webfont.svg#futura_lightregular") format("svg");
  font-weight: lighter;
  font-style: normal; }

@font-face {
  font-family: 'linotype';
  src: url("../../fonts/linotype-didot-webfont.eot");
  src: url("../../fonts/linotype-didot-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/linotype-didot-webfont.woff2") format("woff2"), url("../../fonts/linotype-didot-webfont.ttf") format("truetype"), url("../../fonts/linotype-didot-webfont.svg#linotype_didotitalic") format("svg");
  font-weight: normal;
  font-style: italic; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: 'futura';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'linotype'; }

h3 {
  font-weight: lighter;
  font-size: 28px;
  margin-top: 15px;
  margin-bottom: 5px; }

h4 {
  font-weight: lighter;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px; }

/* Copy */
p {
  margin-bottom: 1.5rem; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5rem; }

address {
  margin: 0 0 1.5rem; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  font-size: 16px;
  font-size: 1rem; }

.js-font-increase {
  font-size: 115%; }

.js-font-increasemore {
  font-size: 125%; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem; }

ul, ol {
  margin: 0 0 1.5rem 3rem; }

ul, li {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5rem 1.5rem; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5rem;
  width: 100%; }

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  margin: auto;
  font-weight: lighter;
  font-family: 'futura';
  font-size: 18px; }
  .circle:hover {
    cursor: pointer; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* Buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  outline: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6rem 1rem .4rem; }

/* Fields */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Links */
a {
  color: #404040; }
  a:visited {
    color: #404040; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Menus */
.main-navigation {
  clear: both;
  display: block;
  float: left; }
  .main-navigation ul {
    display: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5rem;
      left: -999rem;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999rem;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5rem;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix {
  clear: both;
  content: "";
  display: table; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5rem;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* test */
/* Animation */
.fading {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.animate {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1; }

.boxshadow {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.25, 1); }

.boxshadow:hover {
  -webkit-box-shadow: 0 1px 28px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 28px rgba(0, 0, 0, 0.25), 0 1px 10px rgba(0, 0, 0, 0.22);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

/* Posts and pages */
.l-container {
  padding: 50px; }

.r-container {
  padding: 0 50px;
  padding-bottom: 50px; }

.site-content {
  margin-top: 50px;
  color: #404040; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5rem; }

.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5rem 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5rem; }

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* Comments */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Captions */
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075rem 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries*/
.gallery {
  margin-bottom: 1.5rem; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

footer {
  height: 830px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4a8fe7;
  color: #fff; }
  @media (min-width: 720px) {
    footer {
      height: 300px; } }
  footer a {
    color: white; }
  footer a:hover, footer a:visited, footer a:active {
    color: white; }
  footer .site-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 720px) {
      footer .site-info ul {
        width: 460px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 900px) {
      footer .site-info ul {
        width: 626px; } }
    footer .site-info li {
      text-align: center; }
      @media (min-width: 720px) {
        footer .site-info li {
          height: 45px; } }
      @media (min-width: 720px) {
        footer .site-info li a {
          font-family: 'futura-light'; } }
    footer .site-info p {
      margin: 0; }
  footer .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 720px) {
      footer .footer-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 10px 0 10px 60px;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 720px) {
      footer .footer-top a {
        padding: 10px 0px; } }
    @media (min-width: 900px) {
      footer .footer-top img {
        width: 200px; } }
  footer .location {
    padding: 15px; }
    @media (min-width: 720px) {
      footer .location {
        line-height: 1.3; } }
  footer .footer-mid {
    font-family: 'futura-light'; }
    @media (min-width: 720px) {
      footer .footer-mid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        font-size: 14px; } }
  @media (min-width: 720px) and (min-width: 900px) {
    footer .footer-mid {
      font-size: 15px;
      width: 800px; } }
  footer .footer-bot {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 20px; }
    @media (min-width: 720px) {
      footer .footer-bot {
        padding: 10px; } }
  footer .copyright {
    font-size: 12px;
    font-family: 'futura-light';
    text-align: center;
    width: 335px; }
    @media (min-width: 720px) {
      footer .copyright {
        padding-bottom: 10px;
        -ms-flex-item-align: center !important;
            align-self: center !important;
        width: 600px; } }

@media (min-width: 720px) {
  .footer-nav-container {
    margin-top: 20px; } }

@media (min-width: 900px) {
  .footer-nav-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 900px) {
  .white-space {
    width: 168px;
    margin-left: 40px; } }

@media (min-width: 900px) {
  .page-id-829 footer .site-info ul {
    width: 465px; }
  .page-id-829 .white-space {
    width: 140px; } }

.home .main-community {
  position: relative;
  margin: 0; }
  @media (min-width: 900px) {
    .home .main-community {
      margin: 50px;
      margin-bottom: 0; } }
  .home .main-community .flower {
    max-width: 150px;
    width: 25vw;
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 2; }
    @media (min-width: 720px) {
      .home .main-community .flower {
        width: 15vw;
        top: 9px;
        left: 9px; } }
  .home .main-community ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }
    @media (min-width: 720px) {
      .home .main-community ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .home .main-community ul li {
      position: relative;
      margin-top: 1rem; }
      @media (min-width: 720px) {
        .home .main-community ul li {
          width: 49%; } }
    .home .main-community ul #wrapper:hover {
      opacity: 0.8;
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
    .home .main-community ul #wrapper {
      width: 100%;
      height: 97%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      position: absolute;
      top: 0;
      opacity: 1;
      background: black;
      background: rgba(0, 0, 0, 0.65);
      color: #fff; }
      @media (min-width: 900px) {
        .home .main-community ul #wrapper {
          height: 98%;
          opacity: 0;
          background: rgba(0, 0, 0, 0.85); } }
      .home .main-community ul #wrapper a {
        color: #fff;
        background-color: #111;
        text-decoration: none;
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 0.2rem 1rem;
        font-size: 12px; }
        @media (min-width: 720px) {
          .home .main-community ul #wrapper a {
            padding: 0.3rem 1rem;
            font-size: 16px; } }
        .home .main-community ul #wrapper a:visited, .home .main-community ul #wrapper a:hover {
          color: #fff; }
      .home .main-community ul #wrapper .community-title {
        font-family: 'futura-light';
        font-size: 20px;
        line-height: 1.2; }
        @media (min-width: 720px) {
          .home .main-community ul #wrapper .community-title {
            font-size: 30px; } }
      .home .main-community ul #wrapper .community-text {
        margin-top: 0;
        font-family: 'linotype';
        font-style: italic;
        font-size: 12px;
        margin-bottom: 0.3rem; }
        @media (min-width: 900px) {
          .home .main-community ul #wrapper .community-text {
            margin-bottom: 1.5rem;
            font-size: 16px; } }
      .home .main-community ul #wrapper span {
        font-family: 'linotype';
        font-style: italic; }

.home .service-stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 50px;
  margin-bottom: 70px; }
  @media (min-width: 720px) {
    .home .service-stats-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 0 50px 0; } }
  @media (min-width: 900px) {
    .home .service-stats-container {
      margin: 0 100px 70px; } }
  @media (min-width: 720px) {
    .home .service-stats-container .service-information-wrapper {
      width: 28%;
      margin: 0 15px; } }
  @media (min-width: 900px) {
    .home .service-stats-container .service-information-wrapper {
      margin: 0; } }
  .home .service-stats-container .icon-container {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background-color: rgba(74, 143, 231, 0.74);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto; }
    .home .service-stats-container .icon-container:hover {
      background-color: #ff69a2; }
    .home .service-stats-container .icon-container .service-icon {
      width: 60px; }
  .home .service-stats-container .service-title {
    font-family: 'linotype';
    font-weight: bolder;
    font-style: italic;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 1; }
  .home .service-stats-container p {
    font-family: 'futura-light';
    font-weight: lighter;
    margin: 0 auto 20px auto;
    line-height: 1.2;
    max-width: 190px; }
    @media (min-width: 720px) {
      .home .service-stats-container p {
        margin: 0 auto; } }

#masthead {
  position: fixed;
  background-color: #fff;
  top: 0;
  padding: 0 50px;
  width: 100vw;
  height: 100px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3; }
  @media (min-width: 720px) {
    #masthead {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.site-branding {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.site-title, .site-description {
  display: none; }

.header-logo {
  background: url("../../images/ATL-logo.png") no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 200px;
  height: 100px; }

#responsive-menu-button {
  -webkit-box-shadow: none;
  box-shadow: none; }

#site-navigation {
  display: none; }
  @media (min-width: 1000px) {
    #site-navigation {
      display: block;
      padding-bottom: 20px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  #site-navigation #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (min-width: 900px) {
      #site-navigation #primary-menu {
        margin-right: 55px; } }
  @media (min-width: 900px) {
    #site-navigation .menu-main-menu-container {
      width: 760px;
      position: absolute;
      right: 5%; } }
  #site-navigation a {
    color: #111;
    font-size: 18px;
    font-family: 'futura';
    font-weight: normal; }
  #site-navigation a:visited {
    color: #111; }
  #site-navigation a:hover, #site-navigation a:focus, #site-navigation a:active {
    color: #ff69a2;
    outline: none; }
  #site-navigation .no-hover-color a:hover {
    color: #111;
    cursor: pointer; }

nav {
  margin: 22px 0;
  text-align: center; }

ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0; }

nav ul ul {
  display: none;
  margin: 0; }

nav ul li:hover > ul {
  display: block; }

nav ul {
  background: white;
  position: relative;
  display: inline-table; }

nav ul:after {
  content: "";
  clear: both;
  display: block; }

nav ul li {
  float: left; }

nav ul li a:hover {
  color: #b2b2b2; }

nav ul li a {
  color: #404040;
  display: block;
  padding: 15px 8px;
  text-decoration: none; }

nav ul ul {
  background: white;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top: 3.2rem !important; }

nav ul ul li {
  float: none;
  min-width: 120px;
  position: relative;
  border: 1px solid #e8e8e8;
  border-bottom: none; }

nav ul ul li:hover {
  background: #ff69a2; }

nav ul ul li a:hover {
  color: white !important; }

nav ul ul li a {
  padding: 8px 12px;
  color: #404040;
  text-align: left;
  width: 220px; }

#menu-item-58 a, #menu-item-59 a {
  width: 280px; }

#menu-item-60 a, #menu-item-61 a {
  width: 170px; }

#menu-item-62 a, #menu-item-65 a, #menu-item-66 a, #menu-item-67 a, #menu-item-68 a, #menu-item-76 a, #menu-item-77 a {
  width: 220px; }

nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0 !important; }

.widget-title {
  display: none; }

#responsive-menu-container #responsive-menu-wrapper {
  width: 80vw;
  margin: 0 auto;
  margin-top: 150px;
  padding: 0 1.5rem; }

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
  font-size: 1.3rem; }

#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a {
  border-top: none; }

#responsive-menu-container #responsive-menu > li.responsive-menu-item:last-child > a {
  border-bottom: none; }

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
  text-align: center; }

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu > li.responsive-menu-item:first-child > a {
  border-top: none; }

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link {
  font-size: 1.2rem; }

#responsive-menu-container .responsive-menu-search-box {
  outline: none;
  border: 1px solid grey; }

#responsive-menu .wpml-ls-native {
  padding: 1px 7px !important;
  margin: 18px auto;
  position: inherit;
  right: 0;
  height: 41px; }

#responsive-menu-additional-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#responsive-menu-search-box {
  padding-top: 0 !important; }

@media (min-width: 900px) {
  .menu-item-wpml-ls-2-zh-hans a, .menu-item-wpml-ls-2-zh-hans a {
    padding: 10px; } }

/* language option */
#secondary {
  margin-left: -60px !important; }
  @media (min-width: 900px) {
    #secondary {
      padding-left: 55px; } }

.wpml-ls {
  width: 65px; }
  @media (min-width: 900px) {
    .wpml-ls {
      margin-top: 22px;
      width: 136px;
      margin-top: 22px; } }

.wpml-ls-native {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 44px;
  margin-top: 47px;
  padding: 8px 3px !important;
  right: 33%;
  position: absolute; }
  @media (min-width: 720px) {
    .wpml-ls-native {
      margin-top: 45px;
      right: 19%; } }
  @media (min-width: 900px) {
    .wpml-ls-native {
      position: inherit;
      width: 44px;
      padding: 8px 3px;
      margin-top: 0;
      right: 24%; } }

.menu-item-wpml-ls-2-zh-hans {
  width: 60px; }

.menu-item-wpml-ls-2-en {
  width: 20px; }

.menu-item-wpml-ls-2-en span {
  padding: 8px 7px !important; }

.menu-item-wpml-ls-2-en a, .menu-item-wpml-ls-2-zh-hans a {
  padding: 5px; }

/*font resizer*/
.font-sizer {
  display: none;
  margin-top: 60px; }
  @media (min-width: 720px) {
    .font-sizer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: 6%; } }
  @media (min-width: 900px) {
    .font-sizer {
      position: absolute;
      margin-top: 28px;
      right: 3%; } }
  @media (min-width: 1300px) {
    .font-sizer {
      right: 4%; } }
  .font-sizer #reset {
    font-size: 14px;
    padding-bottom: 0; }
  .font-sizer #incfont {
    font-size: 18px;
    padding-bottom: 4px; }
  .font-sizer #incfontmore {
    font-size: 22px;
    padding-bottom: 6px; }
  .font-sizer button {
    font-size: 1rem;
    line-height: 1;
    padding: 0.6rem 0.2rem .4rem;
    border: none;
    background-color: transparent; }

/*--------------------------------------------------------------
# Page Templates
--------------------------------------------------------------*/
.header-container {
  padding: 40px 50px 0 50px;
  margin-bottom: 3rem; }
  .header-container h2 {
    font-style: italic; }

.page-id-22 .header-image-container-22 img, .page-id-814 .header-image-container-814 img, .page-id-18 .header-image-container img {
  height: 100%;
  width: 100%; }

.page-id-27 .community-stats-container, .page-id-829 .community-stats-container {
  margin-bottom: 70px; }

.page-id-10 figure.header-image-container h2, .page-id-18 figure.header-image-container h2, .page-id-27 figure.header-image-container h2, .page-id-829 figure.header-image-container h2, .page-id-29 figure.header-image-container h2, .page-id-782 figure.header-image-container h2, .page-id-786 figure.header-image-container h2, .page-id-31 figure.header-image-container h2, .page-id-35 figure.header-image-container h2, .page-id-39 figure.header-image-container h2, .page-id-41 figure.header-image-container h2, .page-id-775 figure.header-image-container h2, .page-id-45 figure.header-image-container h2 {
  word-spacing: 5px !important; }

.header-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background: #000;
  height: 60vh; }
  @media (min-width: 720px) {
    .header-image-container {
      padding-top: 56.25%;
      height: auto; } }
  @media (min-width: 900px) {
    .header-image-container {
      padding-top: 48.25%; } }
  .header-image-container .header-image-container img {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%; }
    @media (min-width: 720px) {
      .header-image-container .header-image-container img {
        position: absolute; } }
  .header-image-container .header-title-118, .header-image-container .header-title-22, .header-image-container .header-title-814 {
    background: none;
    word-wrap: break-word;
    width: 10rem;
    text-align: center;
    line-height: 1.2; }
    .header-image-container .header-title-118 span, .header-image-container .header-title-22 span, .header-image-container .header-title-814 span {
      background: white;
      padding-top: 10px; }
  .header-image-container .header-title-22, .header-image-container .header-title-814 {
    width: 18rem; }
  .header-image-container:hover .header-title-118, .header-image-container:hover .header-title-22, .header-image-container:hover .header-title-814 {
    visibility: hidden; }
  .header-image-container img {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: inherit;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (min-width: 720px) {
      .header-image-container img {
        position: absolute; } }
  .header-image-container h2 {
    position: absolute;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 30px; }
    @media (min-width: 720px) {
      .header-image-container h2 {
        font-size: 40px;
        top: 43%; } }

.banner-overlay-toggle {
  opacity: 0.3; }

.banner-text-slider {
  display: none;
  position: absolute;
  color: white;
  border-left: 1px solid white;
  height: 80px;
  padding-left: 1rem; }
  .banner-text-slider:last-of-type {
    border-left: 0; }
  .banner-text-slider p {
    margin: 0; }
    .banner-text-slider p:first-child {
      font-size: 1.2rem; }
      @media (min-width: 720px) {
        .banner-text-slider p:first-child {
          font-size: 1.3rem; } }

.cam-ch-text {
  font-weight: 400; }

.gateway-text {
  left: -45%;
  top: 21rem; }
  @media (min-width: 720px) {
    .gateway-text {
      left: 8%;
      top: 8rem; } }
  @media (min-width: 900px) {
    .gateway-text {
      left: 16%;
      top: 7rem; } }

.surrey-text {
  left: 3%;
  top: 8rem; }
  @media (min-width: 720px) {
    .surrey-text {
      left: 34%;
      top: 3rem; } }
  @media (min-width: 900px) {
    .surrey-text {
      left: 37%; } }

.whalley-text {
  left: 130%;
  top: 13rem; }
  @media (min-width: 720px) {
    .whalley-text {
      left: 89%;
      top: 8rem; } }
  @media (min-width: 900px) {
    .whalley-text {
      left: 82%; } }

.camellia-banner-flower {
  background: url("../../images/camellia-banner-flower.png") no-repeat;
  background-position: 100%;
  background-size: contain;
  left: 17%;
  top: 12rem;
  width: 190px;
  height: 150px; }
  .camellia-banner-flower .camellia-flower-border {
    border-left: 1px solid white;
    height: 120px;
    position: absolute;
    top: 3rem;
    left: -1rem; }
  @media (min-width: 550px) {
    .camellia-banner-flower {
      left: 30%;
      width: 210px;
      height: 170px; } }
  @media (min-width: 720px) {
    .camellia-banner-flower {
      left: 33%;
      top: 12rem;
      width: 250px;
      height: 220px; }
      .camellia-banner-flower .camellia-flower-border {
        top: 5rem; } }
  @media (min-width: 770px) {
    .camellia-banner-flower {
      left: 38%;
      width: 260px;
      height: 230px; } }
  @media (min-width: 900px) {
    .camellia-banner-flower {
      left: 36%;
      top: 14rem;
      height: 235px; } }
  @media (min-width: 1100px) {
    .camellia-banner-flower {
      width: 275px;
      height: 240px;
      top: 45%; } }

figure.header-image-container, figure.header-image-container-27, figure.header-image-container-829, figure.header-image-container-22, figure.header-image-container-814, figure.header-image-container-27, figure.header-image-container-829, figure.header-image-container-29, figure.header-image-container-782, figure.header-image-container-786, figure.header-image-container-27, figure.header-image-container-829, figure.header-image-container-31 {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
  margin: 0;
  height: 60vh; }
  @media (min-width: 720px) {
    figure.header-image-container, figure.header-image-container-27, figure.header-image-container-829, figure.header-image-container-22, figure.header-image-container-814, figure.header-image-container-27, figure.header-image-container-829, figure.header-image-container-29, figure.header-image-container-782, figure.header-image-container-786, figure.header-image-container-27, figure.header-image-container-829, figure.header-image-container-31 {
      padding-top: 56.25%;
      height: auto; } }
  @media (min-width: 900px) {
    figure.header-image-container, figure.header-image-container-27, figure.header-image-container-829, figure.header-image-container-22, figure.header-image-container-814, figure.header-image-container-27, figure.header-image-container-829, figure.header-image-container-29, figure.header-image-container-782, figure.header-image-container-786, figure.header-image-container-27, figure.header-image-container-829, figure.header-image-container-31 {
      padding-top: 48.25%; } }

figure.header-image-container *, figure.header-image-container-27 *, figure.header-image-container-829 *, figure.header-image-container-29 *, figure.header-image-container-782 *, figure.header-image-container-786 *, figure.header-image-container-31 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

figure.header-image-container-29 img, figure.header-image-container-782 img, figure.header-image-container-786 img, figure.header-image-container-31 img {
  height: 100%; }

figure.header-image-container-22 img, figure.header-image-container-814, img figure.header-image-container img, figure.header-image-container-27 img, figure.header-image-container-829 img, figure.header-image-container-29 img, figure.header-image-container-782 img, figure.header-image-container-786 img, figure.header-image-container-31 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: inherit;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 720px) {
    figure.header-image-container-22 img, figure.header-image-container-814, img figure.header-image-container img, figure.header-image-container-27 img, figure.header-image-container-829 img, figure.header-image-container-29 img, figure.header-image-container-782 img, figure.header-image-container-786 img, figure.header-image-container-31 img {
      position: absolute;
      height: 100%; } }

figure.header-image-container figcaption, figure.header-image-container-27 figcaption, figure.header-image-container-829 figcaption, figure.header-image-container-22 figcaption, figure.header-image-container-814 figcaption, figure.header-image-container-29 figcaption, figure.header-image-container-782 figcaption, figure.header-image-container-786 figcaption, figure.header-image-container-31 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

figure.header-image-container figcaption::before, figure.header-image-container-22 figcaption::before, figure.header-image-container-27 figcaption::before, figure.header-image-container-829 figcaption::before, figure.header-image-container-814 figcaption::before, figure.header-image-container-29 figcaption::before, figure.header-image-container-782 figcaption::before, figure.header-image-container-786 figcaption::before, figure.header-image-container-31 figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

figure.header-image-container h2, figure.header-image-container-27 h2, figure.header-image-container-829 h2, figure.header-image-container-22 h2, figure.header-image-container-814 h2, figure.header-image-container-29 h2, figure.header-image-container-782 h2, figure.header-image-container-786 h2, figure.header-image-container-31 h2 {
  color: black;
  margin: 0 0 5px;
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,transform 0.35s;
  position: static;
  word-spacing: -0.15em;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  margin-top: 7.5rem; }
  figure.header-image-container h2 span, figure.header-image-container-27 h2 span, figure.header-image-container-829 h2 span, figure.header-image-container-22 h2 span, figure.header-image-container-814 h2 span, figure.header-image-container-29 h2 span, figure.header-image-container-782 h2 span, figure.header-image-container-786 h2 span, figure.header-image-container-31 h2 span {
    background: white;
    padding-top: 7px; }
  @media (min-width: 720px) {
    figure.header-image-container h2, figure.header-image-container-27 h2, figure.header-image-container-829 h2, figure.header-image-container-22 h2, figure.header-image-container-814 h2, figure.header-image-container-29 h2, figure.header-image-container-782 h2, figure.header-image-container-786 h2, figure.header-image-container-31 h2 {
      font-size: 40px; } }

figure.header-image-container-22 h2, figure.header-image-container-814 h2 {
  background: none; }

figure.header-image-container p, figure.header-image-container-27 p, figure.header-image-container-829 p, figure.header-image-container-22 p, figure.header-image-container-814 p, figure.header-image-container-29 p, figure.header-image-container-782 p, figure.header-image-container-786 p, figure.header-image-container-31 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,transform 0.35s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  max-width: 400px;
  font-size: 18px; }
  @media (min-width: 720px) {
    figure.header-image-container p, figure.header-image-container-27 p, figure.header-image-container-829 p, figure.header-image-container-22 p, figure.header-image-container-814 p, figure.header-image-container-29 p, figure.header-image-container-782 p, figure.header-image-container-786 p, figure.header-image-container-31 p {
      font-size: 22px; } }

figure.header-image-container a, figure.header-image-container-27 a, figure.header-image-container-829 a, figure.header-image-container-22 a, figure.header-image-container-814 a, figure.header-image-container-29 a, figure.header-image-container-782 a, figure.header-image-container-786 a, figure.header-image-container-31 a {
  font-family: 'futura-light';
  color: white; }

figure.header-image-container:hover img, figure.header-image-container-27:hover img, figure.header-image-container-829:hover img, figure.header-image-container-22:hover img, figure.header-image-container-814:hover img, figure.header-image-container-29:hover img, figure.header-image-container-782:hover img, figure.header-image-container-786:hover img, figure.header-image-container-31:hover img {
  opacity: 0.35; }

figure.header-image-container:hover figcaption h2, figure.header-image-container-27:hover figcaption h2, figure.header-image-container-829:hover figcaption h2, figure.header-image-container-22:hover figcaption h2, figure.header-image-container-814:hover figcaption h2, figure.header-image-container-29:hover figcaption h2, figure.header-image-container-782:hover figcaption h2, figure.header-image-container-786:hover figcaption h2, figure.header-image-container-31:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color: white;
  margin: 0; }
  @media (min-width: 720px) {
    figure.header-image-container:hover figcaption h2, figure.header-image-container-27:hover figcaption h2, figure.header-image-container-829:hover figcaption h2, figure.header-image-container-22:hover figcaption h2, figure.header-image-container-814:hover figcaption h2, figure.header-image-container-29:hover figcaption h2, figure.header-image-container-782:hover figcaption h2, figure.header-image-container-786:hover figcaption h2, figure.header-image-container-31:hover figcaption h2 {
      word-spacing: 3px; } }

figure.header-image-container:hover figcaption h2 span, figure.header-image-container-27:hover figcaption h2 span, figure.header-image-container-829:hover figcaption h2 span, figure.header-image-container-22:hover figcaption h2 span, figure.header-image-container-814:hover figcaption h2 span, figure.header-image-container-29:hover figcaption h2 span, figure.header-image-container-782:hover figcaption h2 span, figure.header-image-container-786:hover figcaption h2 span, figure.header-image-container-31:hover figcaption h2 span {
  background-color: transparent; }

figure.header-image-container:hover figcaption p, figure.header-image-container-27:hover figcaption p, figure.header-image-container-829:hover figcaption p, figure.header-image-container-22:hover figcaption p, figure.header-image-container-814:hover figcaption p, figure.header-image-container-29:hover figcaption p, figure.header-image-container-782:hover figcaption p, figure.header-image-container-786:hover figcaption p, figure.header-image-container-31:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

figure.header-image-container:hover figcaption::before, figure.header-image-container-27:hover figcaption::before, figure.header-image-container-829:hover figcaption::before, figure.header-image-container-22:hover figcaption::before, figure.header-image-container-814:hover figcaption::before, figure.header-image-container-29:hover figcaption::before, figure.header-image-container-782:hover figcaption::before, figure.header-image-container-786:hover figcaption::before, figure.header-image-container-31:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 50px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

figure.header-image-container-22:hover figcaption span, figure.header-image-container-814:hover figcaption span {
  background: none; }

.community-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 900px) {
    .community-info-container {
      max-width: 850px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .community-info-container div {
    text-align: justify; }
    @media (min-width: 720px) {
      .community-info-container div {
        font-family: 'futura-light'; } }
    .community-info-container div p {
      margin: 0; }
  @media (min-width: 900px) {
    .community-info-container .community-info {
      width: 56%; } }

@media (min-width: 900px) {
  .page-id-27 .community-info, .page-id-829 .community-info {
    margin-right: 35px; } }

.image-118, .image-22, .image-814 {
  background: url("../../images/camellia-flower.png") no-repeat;
  background-position: 100%;
  background-size: contain; }

.community-info-container .image-135, .community-info-container .image-27, .image-829 {
  background: url("../../images/kanaka-bio-img.jpg") no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 45%; }

.community-info-image {
  display: none; }
  @media (min-width: 900px) {
    .community-info-image {
      display: block;
      height: 375px;
      width: 300px; } }

.circle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4rem; }
  @media (min-width: 720px) {
    .circle-container {
      max-width: 850px;
      margin: 0 auto 4rem auto; } }
  .circle-container:hover {
    cursor: pointer; }

@media (min-width: 720px) {
  .page-id-27 .circle-container, .page-id-829 .circle-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.community-detail-wrapper {
  width: 50%;
  margin-bottom: 1rem; }
  .community-detail-wrapper:first-of-type .circle-118, .community-detail-wrapper:first-of-type .circle-22, .community-detail-wrapper:first-of-type .circle-814 {
    background: #C07660;
    color: white; }
  .community-detail-wrapper:first-of-type .circle-135, .community-detail-wrapper:first-of-type .circle-27, .community-detail-wrapper:first-of-type .circle-829 {
    background-color: #97C6B7;
    color: #FFF; }
  @media (min-width: 900px) {
    .community-detail-wrapper {
      width: inherit; } }

.circle-118, .circle-22, .circle-814 {
  border: solid 1px #C07660;
  color: #E9D2CC; }
  .circle-118:hover, .circle-22:hover, .circle-814:hover {
    background-color: #C07660;
    color: #FFF; }

.circle-135, .circle-27, .circle-829 {
  border: solid 1px #97C6B7;
  color: #404040; }
  .circle-135:hover, .circle-27:hover, .circle-829:hover {
    background-color: #97C6B7;
    color: #FFF; }

.circle-814, .circle-829 {
  font-weight: 400; }

.amenity-image-container {
  margin-top: 2rem; }

.amenity-image-wrapper {
  max-width: 430px;
  height: 285px;
  margin: 0 auto; }
  @media (min-width: 720px) {
    .amenity-image-wrapper {
      max-width: 600px;
      height: 400px; } }
  @media (min-width: 900px) {
    .amenity-image-wrapper {
      max-width: 820px;
      height: auto; } }
  .amenity-image-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%; }
    @media (min-width: 900px) {
      .amenity-image-wrapper img {
        height: auto; } }

.container-27, .container-829 {
  max-width: 850px;
  margin: 0 auto;
  height: 250px; }
  .container-27 img, .container-829 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 25%;
    object-position: 50% 25%; }

#dropdown-info-container {
  font-family: 'futura-light';
  margin-bottom: 0;
  line-height: 1.4; }
  #dropdown-info-container li {
    margin-left: 1.5rem;
    list-style: disc; }

.community-location-bio, .community-leasing-details, .community-team-bio {
  text-align: justify; }

.community-location-bio, .community-amenity-bio, .community-leasing-bio, .community-team-bio, .community-team-list, .kanaka-floor-plan-wrapper {
  max-width: 580px;
  margin: 0 auto; }
  .community-location-bio h4, .community-amenity-bio h4, .community-leasing-bio h4, .community-team-bio h4, .community-team-list h4, .kanaka-floor-plan-wrapper h4 {
    text-align: center; }
    @media (min-width: 720px) {
      .community-location-bio h4, .community-amenity-bio h4, .community-leasing-bio h4, .community-team-bio h4, .community-team-list h4, .kanaka-floor-plan-wrapper h4 {
        text-align: left; } }

@media (min-width: 720px) {
  .community-amenity-bio h4, .floor-plan-container h4 {
    margin-top: 0; } }

@media (min-width: 720px) {
  .community-amenity-bio p, .kanaka-floor-plan-wrapper p, .kanaka-packages-wrapper p {
    margin-top: 0; } }

@media (min-width: 720px) {
  .kanaka-packages-wrapper {
    max-width: 580px;
    margin: 0 auto;
    text-align: justify; } }

.community-location-bio {
  margin-bottom: 60px; }

@media (min-width: 720px) {
  .community-amenity-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .community-amenity-bio ul {
      -webkit-columns: 2;
      columns: 2; } }

.floor-plan-container .floor-plan-excerpt {
  width: 100%;
  text-align: justify;
  margin-bottom: 3rem;
  font-style: italic; }
  @media (min-width: 900px) {
    .floor-plan-container .floor-plan-excerpt {
      text-align: center; } }

@media (min-width: 900px) {
  .floor-plan-container {
    max-width: 850px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto; } }

.floor-plan-wrapper {
  text-align: center; }

.kanaka-floor-plan-wrapper {
  text-align: justify; }
  .kanaka-floor-plan-wrapper p {
    margin-bottom: 0; }

.floor-plan-title {
  margin: 1rem auto;
  border: 1px solid #421720;
  color: #E9D2CC;
  width: 11rem;
  font-weight: lighter;
  font-family: 'futura';
  font-size: 18px; }
  .floor-plan-title:hover {
    cursor: pointer;
    background: #e9d2cc;
    color: white; }

.community-detail-wrapper .info-wrapper, .floor-plan-wrapper .specs-wrapper {
  display: none; }

#fp-info-container, #fp-info-container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 750px;
  margin: 0 auto; }
  @media (min-width: 900px) {
    #fp-info-container, #fp-info-container2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; } }

#fp-info-container2 {
  display: none; }

.detail-wrapper {
  text-transform: uppercase; }
  .detail-wrapper p:first-child {
    font-size: 13px;
    word-wrap: break-word;
    width: 4.2rem; }
  .detail-wrapper p:last-child {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .detail-wrapper p:last-child span {
      font-size: 18px; }

.plan-stats-wrapper {
  width: 100%;
  max-width: 500px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 3rem; }
  @media (min-width: 900px) {
    .plan-stats-wrapper {
      height: 30%;
      width: 50%;
      margin: 0;
      margin-bottom: 2rem; } }

@media (min-width: 900px) {
  .plan-stats-height {
    height: 500px; } }

.plan-button-wrapper {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 900px) {
    .plan-button-wrapper {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 50%;
      height: 40%; } }
  .plan-button-wrapper .floor-plan-button {
    width: 180px;
    height: 35px;
    margin: 1rem auto;
    border: 1px solid #421720;
    color: #E9D2CC;
    padding: 0;
    font-weight: lighter;
    font-family: 'futura';
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .plan-button-wrapper .floor-plan-button:hover {
      cursor: pointer;
      background: #421720;
      color: white; }

.plan-img-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 auto;
  margin-bottom: 3rem; }
  @media (min-width: 720px) {
    .plan-img-wrapper {
      max-width: 450px;
      height: 450px; } }
  @media (min-width: 900px) {
    .plan-img-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      width: 44%;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0; } }
  .plan-img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (min-width: 720px) {
      .plan-img-wrapper img {
        width: auto;
        height: auto; } }

@media (min-width: 900px) {
  .packages-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 643px;
    margin: 0 auto; } }

.other-packages-container li, .addons-container li {
  list-style: disc; }

@media (min-width: 900px) {
  .other-packages-container, .addons-container {
    max-width: 650px;
    margin: 0 auto; } }

@media (min-width: 900px) {
  .other-packages-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .other-packages-container .personal-care-container, .other-packages-container .others-container {
      width: 50%; } }

.packages-wrapper {
  -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.01), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.01), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-bottom: 4rem;
  max-width: 355px; }
  .packages-wrapper .description-container {
    padding: 1rem; }
    .packages-wrapper .description-container h4 {
      font-style: italic; }
  .packages-wrapper .description-wrapper a {
    border: none;
    background: #e9d2cc;
    padding: 0.8rem 2rem;
    color: white;
    text-align: center; }
    .packages-wrapper .description-wrapper a:hover {
      background: #c07660; }
    .packages-wrapper .description-wrapper a a {
      color: white;
      font-size: 1rem; }
    @media (min-width: 900px) {
      .packages-wrapper .description-wrapper a {
        width: 45%;
        height: 40px;
        -ms-flex-item-align: center;
        align-self: center;
        padding: 0;
        padding: .5rem 0; } }
  @media (min-width: 900px) {
    .packages-wrapper .description-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-top: 1rem; } }
  @media (min-width: 720px) {
    .packages-wrapper {
      max-width: 370px; } }
  @media (min-width: 900px) {
    .packages-wrapper {
      max-width: 308px;
      height: 446px;
      position: relative; }
      .packages-wrapper .packages-title {
        font-style: italic;
        background: white;
        position: absolute;
        top: 10.5rem;
        left: 0;
        padding: 0.5rem;
        word-wrap: break-word;
        width: 10rem;
        padding-left: 1rem;
        padding-right: 2rem; } }

.packages-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden; }
  .packages-price span {
    color: #36B5CD;
    font-size: 1.5rem; }
  @media (min-width: 900px) {
    .packages-price {
      width: 45%; } }

.packages-image {
  width: 100%;
  height: 250px; }
  @media (min-width: 900px) {
    .packages-image {
      height: 218px; } }
  .packages-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.community-decor-container {
  max-width: 430px;
  max-height: 285px;
  margin: 0 auto; }
  @media (min-width: 720px) {
    .community-decor-container {
      max-width: 600px;
      max-height: 400px; } }

.community-decor-photo {
  -o-object-fit: cover;
  object-fit: fill;
  height: 100%;
  width: 100%; }

.community-team-container {
  padding: 0 16px; }
  .community-team-container h4 {
    font-size: 25px;
    font-weight: 400; }
  .community-team-container p {
    text-align: center;
    margin-bottom: 0; }
    @media (min-width: 720px) {
      .community-team-container p {
        width: 370px;
        margin: 20px auto 0 auto; } }
  .community-team-container .team-wrapper {
    margin-bottom: 3rem; }
    .community-team-container .team-wrapper:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 900px) {
    .community-team-container {
      max-width: 850px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .community-team-container .team-wrapper {
        width: 45%; }
        .community-team-container .team-wrapper:nth-of-type(3) {
          margin-bottom: 0; } }

.acf-map {
  border: #ccc solid 1px;
  margin: 0 auto;
  margin-top: 1rem;
  max-width: 608px; }
  .acf-map p {
    width: 100%;
    height: 240px;
    margin: 0; }
    .acf-map p iframe {
      width: 100%;
      height: 100%; }
    @media (min-width: 720px) {
      .acf-map p {
        height: 280px; } }

.page-id-814 .community-amenity-bio p, .page-id-814 .floor-plan-container .ch-text, .page-id-814 .packages-wrapper .packages-title, .page-id-814 .community-leasing-bio p:first-child, .page-id-814 .community-team-bio p:first-child {
  font-weight: 400;
  font-style: italic; }

.registration-container {
  padding-top: 0;
  margin-bottom: 70px; }
  .registration-container .wpcf7-form {
    max-width: 600px;
    margin: 0 auto; }
  .registration-container .wpcf7-form p {
    border-bottom: none;
    margin-bottom: 0; }
  .registration-container .wpcf7-form p:last-child {
    text-align: center; }
  .registration-container .wpcf7-form p input {
    border: 1px solid #BBD0E4; }
  .registration-container .wpcf7-form select {
    height: 35px;
    background: transparent;
    border: 1px solid #BBD0E4; }
  .registration-container .wpcf7-form textarea {
    height: 100px;
    border: 1px solid #BBD0E4; }
  .registration-container .wpcf7-submit {
    width: 100px;
    background-color: #c07660;
    border: none;
    color: white;
    height: 50px;
    font-size: 18px;
    border: none !important; }

.questionnaire-form-wrapper p:last-child {
  margin: 0 auto;
  text-align: center; }
  .questionnaire-form-wrapper p:last-child a {
    color: #E9D2CC;
    border: 1px solid #C07660;
    padding: 0.5rem 2.85rem; }
    .questionnaire-form-wrapper p:last-child a:hover {
      background-color: #C07660;
      color: #fff; }

.page-id-45 .header-image-container img {
  height: 100%;
  width: 100%; }

.page-template-questionnaire-template figcaption h2 {
  word-spacing: 2px; }

.questionnaire-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 720px) {
    .questionnaire-info-container {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 900px) {
    .questionnaire-info-container {
      max-width: 850px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto; } }

.questionnaire-page-content {
  text-align: justify; }
  @media (min-width: 720px) {
    .questionnaire-page-content {
      width: 380px;
      font-family: 'futura-light';
      margin-right: 1rem; } }
  @media (min-width: 900px) {
    .questionnaire-page-content {
      margin-right: 0; } }

.questionnaire-info-image {
  margin: 0 auto; }
  @media (min-width: 900px) {
    .questionnaire-info-image {
      width: 361px;
      height: 412px;
      margin-left: 40px; } }
  .questionnaire-info-image img {
    width: 100%;
    height: 100%;
    max-width: 370px; }

.ready-btn-container {
  text-align: center;
  margin-bottom: 70px; }
  @media (min-width: 720px) {
    .ready-btn-container {
      margin-bottom: 70px; } }
  .ready-btn-container h3 {
    font-style: italic; }

.questionnaire-btn, .questionnaire-submit {
  background: #4a8fe7;
  border: none;
  border-radius: 5px;
  width: 215px;
  color: white;
  font-size: 1.5rem; }

.questionnaire-list-container {
  display: none;
  text-align: justify;
  margin-bottom: 70px; }
  @media (min-width: 720px) {
    .questionnaire-list-container {
      text-align: center; } }
  .questionnaire-list-container p {
    margin-bottom: 1rem; }
  .questionnaire-list-container > div {
    border-bottom: 1px solid lightgray;
    padding-bottom: 1rem; }
  .questionnaire-list-container div:last-child {
    border-bottom: 0; }
  .questionnaire-list-container input {
    margin: 0 1rem; }
  .questionnaire-list-container .questionnaire-submit {
    margin-top: 2rem;
    font-size: 1rem; }
  .questionnaire-list-container .modal-content {
    display: none;
    background-color: #fefefe;
    width: 80%;
    height: 80vh;
    margin: 0 auto;
    margin-top: 15vh;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 5px;
    overflow: scroll;
    text-align: center; }
    .questionnaire-list-container .modal-content .results-hide {
      display: none; }
    @media (min-width: 720px) {
      .questionnaire-list-container .modal-content {
        max-width: 750px;
        height: 84vh; } }
    .questionnaire-list-container .modal-content p:first-of-type {
      font-size: 1.5rem; }
      @media (min-width: 900px) {
        .questionnaire-list-container .modal-content p:first-of-type {
          padding: 0 3rem;
          line-height: 1;
          word-spacing: -2px; } }
    .questionnaire-list-container .modal-content p:last-of-type {
      text-align: left; }
    .questionnaire-list-container .modal-content a {
      padding: 0.5rem 2rem;
      border: 1px solid #4a8fe7;
      border-radius: 5px;
      background: #4a8fe7;
      color: white;
      font-size: 1.3rem; }
  .questionnaire-list-container .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    border: none; }
  .questionnaire-list-container .results-img {
    margin: 0 auto; }
    .questionnaire-list-container .results-img img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%;
      border-radius: 5px; }
    @media (min-width: 720px) {
      .questionnaire-list-container .results-img {
        width: 400px;
        height: 250px; } }
    @media (min-width: 900px) {
      .questionnaire-list-container .results-img {
        width: 500px;
        height: 300px; } }

.page-id-24 .header-image-container img, .page-id-704 .header-image-container img {
  -o-object-position: 0 0;
  object-position: 0 0; }

.page-id-24 .testimonial-list-container, .page-id-704 .testimonial-list-container {
  padding: 0 0.5rem;
  margin-top: 100px;
  margin-bottom: 70px; }
  @media (min-width: 720px) {
    .page-id-24 .testimonial-list-container, .page-id-704 .testimonial-list-container {
      padding: 0 1rem;
      margin-bottom: 80px; } }

.page-id-24 .testimonial, .page-id-704 .testimonial {
  padding: 50px;
  margin: 0 auto;
  margin-bottom: 3rem;
  max-width: 400px; }
  .page-id-24 .testimonial:last-of-type, .page-id-704 .testimonial:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 720px) {
    .page-id-24 .testimonial, .page-id-704 .testimonial {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 950px; }
      .page-id-24 .testimonial:nth-child(even), .page-id-704 .testimonial:nth-child(even) {
        margin-top: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    @media (min-width: 720px) and (min-width: 720px) {
      .page-id-24 .testimonial:nth-child(even), .page-id-704 .testimonial:nth-child(even) {
        margin-top: 25px; } }
  @media (min-width: 720px) {
        .page-id-24 .testimonial:nth-child(even) .testimonial-info-container, .page-id-704 .testimonial:nth-child(even) .testimonial-info-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          text-align: right; } }

.page-id-24 .testimonial-image-container, .page-id-704 .testimonial-image-container {
  height: 190px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 720px) {
    .page-id-24 .testimonial-image-container, .page-id-704 .testimonial-image-container {
      height: 285px;
      width: 50vw;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .page-id-24 .testimonial-image-container img, .page-id-704 .testimonial-image-container img {
    position: absolute;
    top: 0;
    width: 415px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (min-width: 720px) {
      .page-id-24 .testimonial-image-container img, .page-id-704 .testimonial-image-container img {
        right: 0; } }

@media (min-width: 720px) {
  .page-id-24 .testimonial-info-container, .page-id-704 .testimonial-info-container {
    width: 50vw;
    padding: .5rem 3rem; } }

.page-id-24 .testimonial-info-container h3, .page-id-704 .testimonial-info-container h3 {
  margin-bottom: 0;
  font-style: italic; }

.page-id-24 .testimonial-info-container h4, .page-id-704 .testimonial-info-container h4 {
  font-size: 18px;
  margin-top: 0;
  font-style: italic;
  font-weight: bolder; }

.page-id-24 .testimonial-info-container p, .page-id-704 .testimonial-info-container p {
  font-family: 'futura-light'; }
  @media (min-width: 900px) {
    .page-id-24 .testimonial-info-container p, .page-id-704 .testimonial-info-container p {
      max-width: 400px; } }

.page-id-24 .testimonial-text1, .page-id-704 .testimonial-text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 50px 0 10px 0; }
  @media (min-width: 720px) {
    .page-id-24 .testimonial-text1, .page-id-704 .testimonial-text1 {
      text-align: left;
      padding-top: 20px;
      padding-bottom: 0; } }
  .page-id-24 .testimonial-text1 h3 span, .page-id-704 .testimonial-text1 h3 span {
    font-style: italic; }

.page-id-24 .testimonial-information1, .page-id-704 .testimonial-information1 {
  text-align: justify; }
  @media (min-width: 720px) {
    .page-id-24 .testimonial-information1, .page-id-704 .testimonial-information1 {
      margin-top: 0; } }

@media (min-width: 720px) {
  .page-id-24 .testimonial-add1, .page-id-704 .testimonial-add1 {
    margin-bottom: 0; } }

@media (min-width: 720px) {
  .page-id-24 .testimonial-image2, .page-id-704 .testimonial-image2 {
    left: 0; } }

.page-id-24 .testimonial-text2, .page-id-704 .testimonial-text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 50px 0 10px 0; }
  @media (min-width: 720px) {
    .page-id-24 .testimonial-text2, .page-id-704 .testimonial-text2 {
      text-align: left;
      -ms-flex-item-align: start;
      align-self: flex-start;
      padding: 12px 0 0 0; } }

.page-id-24 .testimonial-information2, .page-id-704 .testimonial-information2 {
  text-align: justify; }
  @media (min-width: 720px) {
    .page-id-24 .testimonial-information2, .page-id-704 .testimonial-information2 {
      margin-top: 0; } }

.page-id-24 .testimonial-text3, .page-id-704 .testimonial-text3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 50px 0 10px 0; }
  @media (min-width: 720px) {
    .page-id-24 .testimonial-text3, .page-id-704 .testimonial-text3 {
      text-align: left;
      padding: 0; } }
  @media (min-width: 720px) {
    .page-id-24 .testimonial-text3 .testimonial-name3, .page-id-704 .testimonial-text3 .testimonial-name3 {
      margin-top: 0; } }

.page-id-24 .testimonial-information3, .page-id-704 .testimonial-information3 {
  text-align: justify; }
  @media (min-width: 720px) {
    .page-id-24 .testimonial-information3, .page-id-704 .testimonial-information3 {
      margin: 0; } }

.page-id-756 h3 {
  font-weight: 400;
  font-style: italic; }

.page-id-41 .header-container, .page-id-775 .header-container {
  margin-bottom: 0; }

.page-id-41 .header-image-container figcaption h2, .page-id-775 .header-image-container figcaption h2 {
  word-spacing: 1px; }

.page-id-41 .header-image-container img, .page-id-775 .header-image-container img {
  height: 100%;
  width: 100%; }

.page-id-41 p, .page-id-775 p {
  font-family: 'futura-light'; }

.page-id-41 .testimonial-list-container, .page-id-775 .testimonial-list-container {
  padding-top: 50px;
  padding-bottom: 70px; }
  @media (min-width: 720px) {
    .page-id-41 .testimonial-list-container, .page-id-775 .testimonial-list-container {
      margin-bottom: 25px; } }

@media (min-width: 720px) {
  .page-id-41 .testimonial-information, .page-id-775 .testimonial-information {
    text-align: left; } }

.page-id-41 .testimonial, .page-id-775 .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 50px;
  margin-bottom: 3rem; }
  @media (min-width: 720px) {
    .page-id-41 .testimonial:nth-of-type(2) .testimonial-image2, .page-id-775 .testimonial:nth-of-type(2) .testimonial-image2 {
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      padding: 0; } }
  .page-id-41 .testimonial:last-of-type, .page-id-775 .testimonial:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 720px) {
    .page-id-41 .testimonial, .page-id-775 .testimonial {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      max-width: 900px; }
      .page-id-41 .testimonial:nth-child(even), .page-id-775 .testimonial:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  .page-id-41 .testimonial .testimonial-image-container, .page-id-775 .testimonial .testimonial-image-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 100%;
    margin-top: 50px; }
    @media (min-width: 720px) {
      .page-id-41 .testimonial .testimonial-image-container:nth-child(even), .page-id-775 .testimonial .testimonial-image-container:nth-child(even) {
        padding-top: 30px;
        margin-left: 30px;
        margin-right: 30px; } }
    @media (min-width: 720px) {
      .page-id-41 .testimonial .testimonial-image-container:nth-child(odd), .page-id-775 .testimonial .testimonial-image-container:nth-child(odd) {
        margin: 0 30px 0 0; } }
    .page-id-41 .testimonial .testimonial-image-container img, .page-id-775 .testimonial .testimonial-image-container img {
      position: inherit;
      top: 0;
      height: 350px;
      -o-object-fit: cover;
      object-fit: cover;
      max-width: 280px; }
      @media (min-width: 720px) {
        .page-id-41 .testimonial .testimonial-image-container img, .page-id-775 .testimonial .testimonial-image-container img {
          width: 410px;
          height: 430px;
          max-width: 390px;
          padding-left: 30px; } }

.page-id-41 h3, .page-id-775 h3 {
  text-align: center;
  margin: 0 auto 30px auto;
  font-weight: bolder;
  font-style: italic; }
  @media (min-width: 720px) {
    .page-id-41 h3, .page-id-775 h3 {
      font-size: 35px;
      margin: 0 auto; } }

.page-id-41 h4, .page-id-775 h4 {
  font-size: 25px;
  font-style: italic; }
  @media (min-width: 720px) {
    .page-id-41 h4, .page-id-775 h4 {
      font-size: 35px;
      margin: 0 auto;
      text-align: center; } }

@media (min-width: 720px) {
  .page-id-41, .page-id-775 {
    height: 100%; }
    .page-id-41:nth-child(even), .page-id-775:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  @media (min-width: 720px) and (min-width: 720px) {
    .page-id-41:nth-child(even) .testimonial-image-container, .page-id-775:nth-child(even) .testimonial-image-container {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

@media (min-width: 720px) {
    .page-id-41:nth-child(odd), .page-id-775:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 720px) and (min-width: 720px) {
    .page-id-41:nth-child(odd) .testimonial-info-container, .page-id-775:nth-child(odd) .testimonial-info-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 720px) and (min-width: 720px) {
    .page-id-41:nth-child(odd) p, .page-id-775:nth-child(odd) p {
      -ms-flex-item-align: end;
      align-self: flex-end; } }

@media (min-width: 720px) {
    .page-id-41:nth-child(2n) .testimonial-info-container, .page-id-775:nth-child(2n) .testimonial-info-container {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-align: left; } }
    @media (min-width: 720px) and (min-width: 720px) {
      .page-id-41:nth-child(2n) .testimonial-info-container, .page-id-775:nth-child(2n) .testimonial-info-container {
        width: 40%; } }
    @media (min-width: 720px) and (min-width: 900px) {
      .page-id-41:nth-child(2n) .testimonial-info-container, .page-id-775:nth-child(2n) .testimonial-info-container {
        width: 100%; } }

.page-id-16 .header-image-container figcaption p, .page-id-756 .header-image-container figcaption p {
  -ms-flex-item-align: center;
  align-self: center; }

.page-id-16 .header-image-container img, .page-id-756 .header-image-container img {
  height: 100%;
  width: 100%; }

.page-id-16 .testimonial-list-container, .page-id-756 .testimonial-list-container {
  margin-top: 100px;
  padding-bottom: 30px; }

.page-id-16 .testimonial-info-container a:hover, .page-id-756 .testimonial-info-container a:hover {
  color: #4a8fe7; }

@media (min-width: 720px) {
  .page-id-16 .testimonial-information, .page-id-756 .testimonial-information {
    text-align: left; } }

.page-id-16 .testimonial, .page-id-756 .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding: 50px; }
  @media (min-width: 720px) {
    .page-id-16 .testimonial, .page-id-756 .testimonial {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      max-width: 900px;
      height: 380px; }
      .page-id-16 .testimonial:nth-child(odd), .page-id-756 .testimonial:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .page-id-16 .testimonial:nth-child(odd) img, .page-id-756 .testimonial:nth-child(odd) img {
          margin-right: 30px; } }
  .page-id-16 .testimonial .testimonial-image-container, .page-id-756 .testimonial .testimonial-image-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 100%;
    margin-top: 35px; }
    @media (min-width: 720px) {
      .page-id-16 .testimonial .testimonial-image-container, .page-id-756 .testimonial .testimonial-image-container {
        margin-left: 30px;
        margin-top: 0; }
        .page-id-16 .testimonial .testimonial-image-container:nth-child(odd), .page-id-756 .testimonial .testimonial-image-container:nth-child(odd) {
          margin-left: 30px; } }
    @media (min-width: 720px) and (min-width: 720px) {
      .page-id-16 .testimonial .testimonial-image-container:nth-child(odd), .page-id-756 .testimonial .testimonial-image-container:nth-child(odd) {
        margin-left: 0; } }
    .page-id-16 .testimonial .testimonial-image-container img, .page-id-756 .testimonial .testimonial-image-container img {
      position: inherit;
      top: 0;
      height: 210px;
      -o-object-fit: cover;
      object-fit: cover;
      max-width: 300px; }
      @media (min-width: 720px) {
        .page-id-16 .testimonial .testimonial-image-container img, .page-id-756 .testimonial .testimonial-image-container img {
          width: 415px;
          height: 285px;
          max-width: 450px; } }

.page-id-16 h3, .page-id-756 h3 {
  text-align: left;
  font-style: italic;
  text-decoration: underline;
  margin: 0 auto 15px auto; }
  @media (min-width: 720px) {
    .page-id-16 h3, .page-id-756 h3 {
      font-size: 35px; } }

@media (min-width: 720px) {
  .page-id-16 p, .page-id-756 p {
    font-family: 'futura-light'; } }

@media (min-width: 720px) {
  .page-id-16, .page-id-756 {
    height: 100%; }
    .page-id-16:nth-child(odd), .page-id-756:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse; } }
  @media (min-width: 720px) and (min-width: 720px) {
    .page-id-16:nth-child(odd) .testimonial-image-container, .page-id-756:nth-child(odd) .testimonial-image-container {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

@media (min-width: 720px) {
    .page-id-16:nth-child(even), .page-id-756:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 720px) and (min-width: 720px) {
    .page-id-16:nth-child(even) .testimonial-info-container, .page-id-756:nth-child(even) .testimonial-info-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (min-width: 720px) and (min-width: 720px) {
    .page-id-16:nth-child(even) p, .page-id-756:nth-child(even) p {
      -ms-flex-item-align: end;
      align-self: flex-end; } }

@media (min-width: 720px) {
    .page-id-16:nth-child(2n) .testimonial-info-container, .page-id-756:nth-child(2n) .testimonial-info-container {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-align: left; } }
    @media (min-width: 720px) and (min-width: 720px) {
      .page-id-16:nth-child(2n) .testimonial-info-container, .page-id-756:nth-child(2n) .testimonial-info-container {
        width: 200px;
        text-align: justify;
        margin-right: 30px; } }
    @media (min-width: 720px) and (min-width: 900px) {
      .page-id-16:nth-child(2n) .testimonial-info-container, .page-id-756:nth-child(2n) .testimonial-info-container {
        width: 355px; } }

.opportunity-info-container {
  padding-bottom: 0; }
  @media (min-width: 720px) {
    .opportunity-info-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 25px 50px; } }
  @media (min-width: 900px) {
    .opportunity-info-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      max-width: 830px;
      margin: 0 auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 25px 0; } }
  .opportunity-info-container img {
    padding-top: 50px;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (min-width: 720px) {
      .opportunity-info-container img {
        padding-top: 0;
        width: 415px;
        height: 413px;
        padding-left: 15px; } }
  .opportunity-info-container p {
    font-family: 'futura-light';
    text-align: justify; }
    @media (min-width: 720px) {
      .opportunity-info-container p {
        margin-right: 30px; } }

.opportunity-link {
  text-align: center;
  font-size: 20px;
  padding: 30px 0; }
  @media (min-width: 720px) {
    .opportunity-link {
      text-align: left;
      padding-left: 25px;
      margin: 0;
      padding-top: 0; } }

.opportunities-container {
  margin-bottom: 70px; }
  @media (min-width: 720px) {
    .opportunities-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 1000px;
      margin: 30px auto;
      padding-bottom: 30px; } }
  @media (min-width: 720px) {
    .opportunities-container .opportunity {
      width: 47%;
      margin: 0 20px 30px 0;
      padding: 0 20px; } }
  .opportunities-container .opportunity h3 {
    font-style: italic; }
  .opportunities-container .opportunity-information {
    font-family: 'futura-light'; }
    @media (min-width: 720px) {
      .opportunities-container .opportunity-information {
        max-width: 400px; } }

@media (min-width: 900px) {
  .page-id-723 .patient-text-desktop {
    margin-bottom: 75px !important; } }

.page-id-20 h4, .page-id-723 h4 {
  font-family: 'futura';
  font-style: normal;
  font-size: 17px; }

.page-id-20 p, .page-id-723 p {
  font-family: 'futura-light'; }

.page-id-20 .accent-line, .page-id-723 .accent-line {
  width: 60px;
  background-color: #111;
  height: 3px;
  margin: 0; }
  @media (min-width: 900px) {
    .page-id-20 .accent-line, .page-id-723 .accent-line {
      background-color: #fff; } }

.page-id-20 figure.header-image-container, .page-id-723 figure.header-image-container {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
  margin: 0;
  height: 60vh; }
  @media (min-width: 720px) {
    .page-id-20 figure.header-image-container, .page-id-723 figure.header-image-container {
      padding-top: 56.25%;
      height: auto; } }
  @media (min-width: 900px) {
    .page-id-20 figure.header-image-container, .page-id-723 figure.header-image-container {
      padding-top: 48.25%; } }

.page-id-20 figure.header-image-container *, .page-id-723 figure.header-image-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.page-id-20 figure.header-image-container img, .page-id-723 figure.header-image-container img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: inherit;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 720px) {
    .page-id-20 figure.header-image-container img, .page-id-723 figure.header-image-container img {
      position: absolute;
      height: 100%; } }

.page-id-20 figure.header-image-container figcaption:hover, .page-id-723 figure.header-image-container figcaption:hover {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-id-20 figure.header-image-container figcaption::before, .page-id-723 figure.header-image-container figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.page-id-20 figure.header-image-container p, .page-id-723 figure.header-image-container p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,transform 0.35s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  max-width: 400px;
  font-size: 18px; }
  @media (min-width: 720px) {
    .page-id-20 figure.header-image-container p, .page-id-723 figure.header-image-container p {
      font-size: 22px; } }

.page-id-20 figure.header-image-container a, .page-id-723 figure.header-image-container a {
  font-family: 'futura-light';
  color: white; }

.page-id-20 figure.header-image-container:hover img, .page-id-723 figure.header-image-container:hover img {
  opacity: 0.35; }

.page-id-20 figure.header-image-container:hover figcaption h2, .page-id-723 figure.header-image-container:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background-color: transparent;
  color: white; }

.page-id-20 figure.header-image-container:hover figcaption p, .page-id-723 figure.header-image-container:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.page-id-20 figure.header-image-container:hover figcaption::before, .page-id-723 figure.header-image-container:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 50px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.page-id-20 .site-content, .page-id-723 .site-content {
  text-align: center;
  margin-top: 50px;
  color: #404040; }

.page-id-20 .welcome-info-container, .page-id-723 .welcome-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px; }
  @media (min-width: 900px) {
    .page-id-20 .welcome-info-container, .page-id-723 .welcome-info-container {
      max-width: 850px;
      margin: 60px auto;
      padding-left: 0;
      padding-right: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .page-id-20 .welcome-info-container h3, .page-id-723 .welcome-info-container h3 {
    margin-bottom: 25px;
    font-weight: bolder;
    font-style: italic; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-info-container h3, .page-id-723 .welcome-info-container h3 {
        max-width: 380px;
        font-size: 35px;
        margin-top: 8px;
        margin-bottom: 11px; } }
  .page-id-20 .welcome-info-container img, .page-id-723 .welcome-info-container img {
    display: none;
    -o-object-fit: fill;
    object-fit: fill; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-info-container img, .page-id-723 .welcome-info-container img {
        display: block;
        margin-top: 20px;
        height: 375px;
        width: 380px; } }
  @media (min-width: 900px) {
    .page-id-20 .welcome-info-container .welcome-info, .page-id-723 .welcome-info-container .welcome-info {
      width: 50vw; } }
  .page-id-20 .welcome-info-container .welcome-info p, .page-id-723 .welcome-info-container .welcome-info p {
    text-align: justify; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-info-container .welcome-info p, .page-id-723 .welcome-info-container .welcome-info p {
        max-width: 380px;
        margin: 0 auto;
        margin-left: 0; } }

.page-id-20 .welcome-mission-container, .page-id-723 .welcome-mission-container {
  padding-top: 0; }
  @media (min-width: 900px) {
    .page-id-20 .welcome-mission-container, .page-id-723 .welcome-mission-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 90px auto 0 auto;
      padding-bottom: 50px;
      max-width: 815px; } }

.page-id-20 .welcome-mission-image-container, .page-id-723 .welcome-mission-image-container {
  overflow: hidden;
  margin: 0 auto; }
  @media (min-width: 900px) {
    .page-id-20 .welcome-mission-image-container, .page-id-723 .welcome-mission-image-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 0; } }

.page-id-20 .welcome-mission-image, .page-id-723 .welcome-mission-image {
  height: 180px;
  width: 300px; }
  @media (min-width: 720px) {
    .page-id-20 .welcome-mission-image, .page-id-723 .welcome-mission-image {
      height: 280px;
      width: 400px; } }
  @media (min-width: 900px) {
    .page-id-20 .welcome-mission-image, .page-id-723 .welcome-mission-image {
      width: 378px;
      height: 254px; } }

.page-id-20 .welcome-mission-text, .page-id-723 .welcome-mission-text {
  padding: 0 50px; }
  @media (min-width: 900px) {
    .page-id-20 .welcome-mission-text, .page-id-723 .welcome-mission-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 0 20px 0; } }
  .page-id-20 .welcome-mission-text h3, .page-id-723 .welcome-mission-text h3 {
    font-size: 20px;
    margin-top: 65px;
    margin-bottom: 35px;
    font-weight: bolder;
    font-style: italic; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-mission-text h3, .page-id-723 .welcome-mission-text h3 {
        font-size: 35px;
        margin-top: 20px;
        margin-bottom: 10px; } }
  .page-id-20 .welcome-mission-text p, .page-id-723 .welcome-mission-text p {
    text-align: justify; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-mission-text p, .page-id-723 .welcome-mission-text p {
        max-width: 350px;
        margin: 0 auto 10px; } }

.page-id-20 .welcome-value-container, .page-id-723 .welcome-value-container {
  padding-bottom: 50px;
  margin-bottom: 70px; }

.page-id-20 .welcome-value h3, .page-id-723 .welcome-value h3 {
  font-size: 20px;
  margin-top: 65px;
  margin-bottom: 65px;
  font-weight: bolder;
  font-style: italic; }
  @media (min-width: 900px) {
    .page-id-20 .welcome-value h3, .page-id-723 .welcome-value h3 {
      font-size: 35px;
      padding-top: 60px;
      margin-bottom: 20px;
      margin-top: 0; } }

.page-id-20 .welcome-value-images-container, .page-id-723 .welcome-value-images-container {
  text-align: left; }
  @media (min-width: 900px) {
    .page-id-20 .welcome-value-images-container, .page-id-723 .welcome-value-images-container {
      max-width: 950px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto; } }
  .page-id-20 .welcome-value-images-container img, .page-id-723 .welcome-value-images-container img {
    display: none; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-value-images-container img, .page-id-723 .welcome-value-images-container img {
        display: block;
        width: 230px;
        height: 321px;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative;
        overflow: hidden; } }
  .page-id-20 .welcome-value-images-container p, .page-id-723 .welcome-value-images-container p {
    font-size: 16px; }
  @media (min-width: 900px) {
    .page-id-20 .welcome-value-images-container h4, .page-id-723 .welcome-value-images-container h4 {
      color: white; } }
  @media (min-width: 900px) {
    .page-id-20 .welcome-value-images-container a, .page-id-723 .welcome-value-images-container a {
      margin: 5px; } }
  @media (min-width: 900px) {
    .page-id-20 .welcome-value-images-container .knowledge-based-container, .page-id-723 .welcome-value-images-container .knowledge-based-container {
      position: relative;
      max-width: 230px; } }
  @media (min-width: 900px) {
    .page-id-20 .welcome-value-images-container .knowledge-text-container, .page-id-723 .welcome-value-images-container .knowledge-text-container {
      position: absolute;
      bottom: 0;
      padding-left: 10px;
      padding-bottom: 40px;
      -webkit-transition: 0.5s;
      transition: 0.5s; } }
  .page-id-20 .welcome-value-images-container .knowledge-text-desktop, .page-id-723 .welcome-value-images-container .knowledge-text-desktop {
    display: none; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-value-images-container .knowledge-text-desktop, .page-id-723 .welcome-value-images-container .knowledge-text-desktop {
        opacity: 0;
        display: block;
        margin-bottom: 115px;
        padding-top: 25px;
        padding-bottom: 10px; } }
  .page-id-20 .welcome-value-images-container .knowledge-text-mobile, .page-id-723 .welcome-value-images-container .knowledge-text-mobile {
    display: block;
    margin-bottom: 120px; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-value-images-container .knowledge-text-mobile, .page-id-723 .welcome-value-images-container .knowledge-text-mobile {
        display: none; } }
  .page-id-20 .welcome-value-images-container .knowledge-overlay:hover .knowledge-text-container, .page-id-723 .welcome-value-images-container .knowledge-overlay:hover .knowledge-text-container {
    background-color: white; }
  .page-id-20 .welcome-value-images-container .knowledge-overlay:hover .knowledge-text-container p, .page-id-723 .welcome-value-images-container .knowledge-overlay:hover .knowledge-text-container p {
    opacity: 1;
    color: #000; }
  .page-id-20 .welcome-value-images-container .knowledge-overlay:hover .knowledge-text-container h4, .page-id-723 .welcome-value-images-container .knowledge-overlay:hover .knowledge-text-container h4 {
    color: #000; }
  .page-id-20 .welcome-value-images-container .knowledge-overlay:hover .knowledge-text-container figure, .page-id-723 .welcome-value-images-container .knowledge-overlay:hover .knowledge-text-container figure {
    background-color: #000; }
  @media (min-width: 900px) {
    .page-id-20 .welcome-value-images-container .patient-centered-container, .page-id-723 .welcome-value-images-container .patient-centered-container {
      position: relative;
      max-width: 230px; } }
  @media (min-width: 900px) {
    .page-id-20 .welcome-value-images-container .patient-text-container, .page-id-723 .welcome-value-images-container .patient-text-container {
      position: absolute;
      bottom: 0;
      padding-left: 10px;
      padding-bottom: 40px;
      -webkit-transition: 0.5s;
      transition: 0.5s; } }
  .page-id-20 .welcome-value-images-container .patient-text-desktop, .page-id-723 .welcome-value-images-container .patient-text-desktop {
    display: none; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-value-images-container .patient-text-desktop, .page-id-723 .welcome-value-images-container .patient-text-desktop {
        opacity: 0;
        display: block;
        margin-bottom: 100px;
        padding-top: 25px; } }
  .page-id-20 .welcome-value-images-container .patient-text-mobile, .page-id-723 .welcome-value-images-container .patient-text-mobile {
    display: block;
    margin-bottom: 120px; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-value-images-container .patient-text-mobile, .page-id-723 .welcome-value-images-container .patient-text-mobile {
        display: none; } }
  .page-id-20 .welcome-value-images-container .patient-overlay:hover .patient-text-container, .page-id-723 .welcome-value-images-container .patient-overlay:hover .patient-text-container {
    background-color: white; }
  .page-id-20 .welcome-value-images-container .patient-overlay:hover .patient-text-container p, .page-id-723 .welcome-value-images-container .patient-overlay:hover .patient-text-container p {
    opacity: 1;
    color: #000; }
  .page-id-20 .welcome-value-images-container .patient-overlay:hover .patient-text-container h4, .page-id-723 .welcome-value-images-container .patient-overlay:hover .patient-text-container h4 {
    color: #000; }
  .page-id-20 .welcome-value-images-container .patient-overlay:hover .patient-text-container figure, .page-id-723 .welcome-value-images-container .patient-overlay:hover .patient-text-container figure {
    background-color: #000; }
  @media (min-width: 900px) {
    .page-id-20 .welcome-value-images-container .respect-container, .page-id-723 .welcome-value-images-container .respect-container {
      position: relative;
      max-width: 230px; } }
  @media (min-width: 900px) {
    .page-id-20 .welcome-value-images-container .respect-text-container, .page-id-723 .welcome-value-images-container .respect-text-container {
      position: absolute;
      bottom: 0;
      padding-left: 10px;
      padding-bottom: 40px;
      -webkit-transition: 0.5s;
      transition: 0.5s; } }
  .page-id-20 .welcome-value-images-container .respect-text-desktop, .page-id-723 .welcome-value-images-container .respect-text-desktop {
    display: none; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-value-images-container .respect-text-desktop, .page-id-723 .welcome-value-images-container .respect-text-desktop {
        opacity: 0;
        display: block;
        margin-bottom: 100px;
        padding-top: 40px; } }
  .page-id-20 .welcome-value-images-container .respect-text-mobile, .page-id-723 .welcome-value-images-container .respect-text-mobile {
    display: block;
    margin-bottom: 120px; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-value-images-container .respect-text-mobile, .page-id-723 .welcome-value-images-container .respect-text-mobile {
        display: none; } }
  .page-id-20 .welcome-value-images-container .respect-overlay:hover .respect-text-container, .page-id-723 .welcome-value-images-container .respect-overlay:hover .respect-text-container {
    background-color: white; }
  .page-id-20 .welcome-value-images-container .respect-overlay:hover .respect-text-container p, .page-id-723 .welcome-value-images-container .respect-overlay:hover .respect-text-container p {
    opacity: 1;
    color: #000; }
  .page-id-20 .welcome-value-images-container .respect-overlay:hover .respect-text-container h4, .page-id-723 .welcome-value-images-container .respect-overlay:hover .respect-text-container h4 {
    color: #000; }
  .page-id-20 .welcome-value-images-container .respect-overlay:hover .respect-text-container figure, .page-id-723 .welcome-value-images-container .respect-overlay:hover .respect-text-container figure {
    background-color: #000; }
  @media (min-width: 900px) {
    .page-id-20 .welcome-value-images-container .community-container, .page-id-723 .welcome-value-images-container .community-container {
      position: relative;
      max-width: 230px; } }
  @media (min-width: 900px) {
    .page-id-20 .welcome-value-images-container .community-text-container, .page-id-723 .welcome-value-images-container .community-text-container {
      position: absolute;
      bottom: 0;
      padding-left: 10px;
      padding-bottom: 40px;
      -webkit-transition: 0.5s;
      transition: 0.5s; } }
  .page-id-20 .welcome-value-images-container .community-text-desktop, .page-id-723 .welcome-value-images-container .community-text-desktop {
    display: none; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-value-images-container .community-text-desktop, .page-id-723 .welcome-value-images-container .community-text-desktop {
        opacity: 0;
        display: block;
        margin-bottom: 100px;
        padding-top: 40px; } }
  .page-id-20 .welcome-value-images-container .community-text-mobile, .page-id-723 .welcome-value-images-container .community-text-mobile {
    display: block; }
    @media (min-width: 900px) {
      .page-id-20 .welcome-value-images-container .community-text-mobile, .page-id-723 .welcome-value-images-container .community-text-mobile {
        display: none; } }
  .page-id-20 .welcome-value-images-container .community-overlay:hover .community-text-container, .page-id-723 .welcome-value-images-container .community-overlay:hover .community-text-container {
    background-color: white; }
  .page-id-20 .welcome-value-images-container .community-overlay:hover .community-text-container p, .page-id-723 .welcome-value-images-container .community-overlay:hover .community-text-container p {
    opacity: 1;
    color: #000; }
  .page-id-20 .welcome-value-images-container .community-overlay:hover .community-text-container h4, .page-id-723 .welcome-value-images-container .community-overlay:hover .community-text-container h4 {
    color: #000; }
  .page-id-20 .welcome-value-images-container .community-overlay:hover .community-text-container figure, .page-id-723 .welcome-value-images-container .community-overlay:hover .community-text-container figure {
    background-color: #000; }

.featured-showcase {
  padding: 0 .5rem;
  margin-top: 100px;
  margin-bottom: 75px; }
  .featured-showcase li {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 4rem;
    padding: 50px; }
    .featured-showcase li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 720px) {
      .featured-showcase li {
        max-width: 1010px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 390px;
        padding: 25px; }
        .featured-showcase li .project-wrapper {
          width: 350px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          height: 90%; } }
    @media (min-width: 720px) and (min-width: 720px) {
      .featured-showcase li .project-wrapper {
        width: 48%;
        max-width: 380px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .featured-showcase h2 {
    display: none; }
    @media (min-width: 720px) {
      .featured-showcase h2 {
        display: block;
        font-size: 70px;
        font-style: italic;
        text-transform: uppercase;
        word-break: break-word;
        width: 500px;
        margin-left: 50px;
        margin-bottom: 0; } }
    @media (min-width: 900px) {
      .featured-showcase h2 {
        margin-left: 8%; } }
  .featured-showcase h4 {
    text-align: center;
    font-style: italic; }
    @media (min-width: 720px) {
      .featured-showcase h4 {
        text-align: left;
        font-size: 35px;
        margin-top: 0; } }
  .featured-showcase p {
    text-align: justify; }
    @media (min-width: 720px) {
      .featured-showcase p {
        text-align: left;
        font-family: 'futura-light';
        margin-top: 0; } }
  .featured-showcase a {
    text-transform: uppercase; }
  .featured-showcase span {
    border-bottom: 4px solid #4a8fe7;
    padding-bottom: 0.5rem; }

.featured-projects-image {
  height: 218px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  max-width: 340px; }
  .featured-projects-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%; }
  @media (min-width: 720px) {
    .featured-projects-image {
      max-width: 500px;
      height: 300px;
      margin: 0 20px 0 0;
      width: 52%; } }
  @media (min-width: 720px) {
    .featured-projects-image .featured-project-text {
      margin-bottom: 0; } }

.page-id-809 h2, .page-id-809 h4 {
  font-style: italic; }

.page-id-809 h4 {
  font-weight: 400; }

.page-id-50 .header-container, .page-id-802 .header-container {
  padding: 40px 50px 0 50px; }

.page-id-50 .site-content, .page-id-802 .site-content {
  margin-top: 50px;
  color: #404040; }

.page-id-50 .services-stats-container, .page-id-802 .services-stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding: 50px 50px; }
  @media (min-width: 720px) {
    .page-id-50 .services-stats-container, .page-id-802 .services-stats-container {
      padding: 50px 0;
      max-width: 980px;
      margin: 0 auto; } }
  .page-id-50 .services-stats-container div, .page-id-802 .services-stats-container div {
    font-size: 13px;
    line-height: 1.5; }
    @media (min-width: 720px) {
      .page-id-50 .services-stats-container div, .page-id-802 .services-stats-container div {
        font-size: 18px; } }
    .page-id-50 .services-stats-container div p, .page-id-802 .services-stats-container div p {
      margin-top: 0;
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 720px) {
    .page-id-50 .services-stats-container img, .page-id-802 .services-stats-container img {
      width: 41vw; } }

.page-id-50 .services-detail-title, .page-id-50 .circle, .page-id-802 .services-detail-title, .page-id-802 .circle {
  border: 1px solid #4a8fe7;
  color: #404040;
  font-weight: bolder; }
  .page-id-50 .services-detail-title:hover, .page-id-50 .circle:hover, .page-id-802 .services-detail-title:hover, .page-id-802 .circle:hover {
    background-color: #4a8fe7;
    color: #fff; }

.page-id-50 .circle-container, .page-id-802 .circle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 720px) {
    .page-id-50 .circle-container, .page-id-802 .circle-container {
      padding-bottom: 0; } }

.page-id-50 .services-detail-wrapper, .page-id-802 .services-detail-wrapper {
  width: 50%;
  margin-bottom: 1rem; }
  .page-id-50 .services-detail-wrapper:first-of-type h3, .page-id-802 .services-detail-wrapper:first-of-type h3 {
    background: #4a8fe7;
    color: white; }
  @media (min-width: 900px) {
    .page-id-50 .services-detail-wrapper, .page-id-802 .services-detail-wrapper {
      width: 13%; } }

@media (min-width: 720px) {
  .page-id-50 .services-image-container, .page-id-802 .services-image-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.page-id-50 #dropdown-service-container, .page-id-802 #dropdown-service-container {
  margin-top: 0;
  padding-top: 0;
  display: block;
  margin-bottom: 120px;
  font-family: 'futura-light'; }
  .page-id-50 #dropdown-service-container .service-basic-text, .page-id-802 #dropdown-service-container .service-basic-text {
    margin-top: 30px; }
    @media (min-width: 720px) {
      .page-id-50 #dropdown-service-container .service-basic-text, .page-id-802 #dropdown-service-container .service-basic-text {
        margin-top: 0; } }
  @media (min-width: 720px) {
    .page-id-50 #dropdown-service-container, .page-id-802 #dropdown-service-container {
      max-width: 800px;
      margin: 0 auto 120px auto;
      width: 100%;
      line-height: 1.4; } }

@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20%); } }

@keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20%); } }
  .page-id-50 #dropdown-service-container h4, .page-id-802 #dropdown-service-container h4 {
    padding: 0 50px 0 50px;
    width: 100%;
    margin: 0;
    font-weight: bolder;
    font-style: italic; }
    @media (min-width: 720px) {
      .page-id-50 #dropdown-service-container h4, .page-id-802 #dropdown-service-container h4 {
        padding: 20px 0;
        max-width: 670px;
        margin: 0 auto;
        text-align: left; } }
  .page-id-50 #dropdown-service-container p, .page-id-802 #dropdown-service-container p {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%; }
    @media (min-width: 720px) {
      .page-id-50 #dropdown-service-container p, .page-id-802 #dropdown-service-container p {
        padding: 0 2rem 2rem;
        margin: 0;
        width: auto;
        padding: 0 30px; } }
  .page-id-50 #dropdown-service-container img, .page-id-802 #dropdown-service-container img {
    padding: 2rem; }
    @media (min-width: 720px) {
      .page-id-50 #dropdown-service-container img, .page-id-802 #dropdown-service-container img {
        padding: 4rem 2rem 0 2rem;
        width: 350px;
        height: 250px; } }
  @media (min-width: 720px) {
    .page-id-50 #dropdown-service-container .health-heading, .page-id-802 #dropdown-service-container .health-heading {
      padding: 20px 0 0 0; } }
  @media (min-width: 720px) {
    .page-id-50 #dropdown-service-container .health-heading p, .page-id-802 #dropdown-service-container .health-heading p {
      padding: 0 0 20px 0; } }
  @media (min-width: 720px) {
    .page-id-50 #dropdown-service-container .health-info-container, .page-id-802 #dropdown-service-container .health-info-container {
      max-width: 650px !important;
      margin: 0 auto !important; } }
  @media (min-width: 720px) {
    .page-id-50 #dropdown-service-container .health-info-container .info-details, .page-id-802 #dropdown-service-container .health-info-container .info-details {
      width: 47%;
      padding: 0; } }
  @media (min-width: 720px) {
    .page-id-50 #dropdown-service-container .health-info-container img, .page-id-802 #dropdown-service-container .health-info-container img {
      padding: 0;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
      align-self: center; } }
  @media (min-width: 720px) {
    .page-id-50 #dropdown-service-container .social-image, .page-id-802 #dropdown-service-container .social-image {
      padding: 40px 10px 0; } }
  @media (min-width: 720px) {
    .page-id-50 #dropdown-service-container .child-student-info-details, .page-id-802 #dropdown-service-container .child-student-info-details {
      padding: 0;
      max-width: 670px;
      margin: 0 auto;
      text-align: justify; } }
  .page-id-50 #dropdown-service-container .l-container, .page-id-802 #dropdown-service-container .l-container {
    padding: 0; }
  @media (min-width: 720px) {
    .page-id-50 #dropdown-service-container .info-wrapper, .page-id-802 #dropdown-service-container .info-wrapper {
      max-width: 700px;
      margin: 0 auto; } }
  .page-id-50 #dropdown-service-container .info-details, .page-id-802 #dropdown-service-container .info-details {
    padding: 0 50px;
    margin-bottom: 10px; }
    @media (min-width: 720px) {
      .page-id-50 #dropdown-service-container .info-details, .page-id-802 #dropdown-service-container .info-details {
        padding: 0 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 800px;
        margin: 0 auto;
        width: 100%;
        margin: 0 auto;
        line-height: 1.4;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
  .page-id-50 #dropdown-service-container .info-details ul, .page-id-802 #dropdown-service-container .info-details ul {
    width: 300px; }
    @media (min-width: 720px) {
      .page-id-50 #dropdown-service-container .info-details ul, .page-id-802 #dropdown-service-container .info-details ul {
        padding: 0;
        padding-left: 1rem;
        width: 225px; } }
  .page-id-50 #dropdown-service-container .info-details ul li, .page-id-802 #dropdown-service-container .info-details ul li {
    list-style-type: disc; }
    @media (min-width: 720px) {
      .page-id-50 #dropdown-service-container .info-details ul li, .page-id-802 #dropdown-service-container .info-details ul li {
        list-style-position: outside; } }
  @media (min-width: 720px) {
    .page-id-50 #dropdown-service-container .info-details-container, .page-id-802 #dropdown-service-container .info-details-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .page-id-50 #dropdown-service-container .info-details-container p, .page-id-802 #dropdown-service-container .info-details-container p {
    display: none; }

.page-id-35 h3, .page-id-765 h3 {
  font-size: 35px; }

.page-id-35 p, .page-id-765 p {
  font-family: 'futura-light';
  text-align: justify; }

.page-id-35 figure.header-image-container, .page-id-765 figure.header-image-container {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
  margin: 0;
  height: 60vh; }
  @media (min-width: 720px) {
    .page-id-35 figure.header-image-container, .page-id-765 figure.header-image-container {
      padding-top: 56.25%;
      height: auto; } }
  @media (min-width: 900px) {
    .page-id-35 figure.header-image-container, .page-id-765 figure.header-image-container {
      padding-top: 48.25%; } }

.page-id-35 figure.header-image-container *, .page-id-765 figure.header-image-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.page-id-35 figure.header-image-container img, .page-id-765 figure.header-image-container img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: inherit;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (min-width: 720px) {
    .page-id-35 figure.header-image-container img, .page-id-765 figure.header-image-container img {
      position: absolute; } }

.page-id-35 figure.header-image-container figcaption::before, .page-id-765 figure.header-image-container figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.page-id-35 figure.header-image-container p, .page-id-765 figure.header-image-container p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,transform 0.35s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  max-width: 400px;
  font-size: 18px;
  text-align: center; }
  @media (min-width: 720px) {
    .page-id-35 figure.header-image-container p, .page-id-765 figure.header-image-container p {
      font-size: 22px; } }

.page-id-35 figure.header-image-container a, .page-id-765 figure.header-image-container a {
  font-family: 'futura-light';
  color: white; }

.page-id-35 figure.header-image-container:hover img, .page-id-765 figure.header-image-container:hover img {
  opacity: 0.35; }

.page-id-35 figure.header-image-container:hover figcaption h2, .page-id-765 figure.header-image-container:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background-color: transparent;
  color: white; }

.page-id-35 figure.header-image-container:hover figcaption p, .page-id-765 figure.header-image-container:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.page-id-35 figure.header-image-container:hover figcaption::before, .page-id-765 figure.header-image-container:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 50px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.page-id-35 .statistics-container, .page-id-765 .statistics-container {
  margin-bottom: 70px; }
  @media (min-width: 720px) {
    .page-id-35 .statistics-container, .page-id-765 .statistics-container {
      padding: 0 50px;
      margin-bottom: 90px; } }

.page-id-35 .infographic, .page-id-765 .infographic {
  margin: 1rem 0;
  display: none; }
  @media (min-width: 720px) {
    .page-id-35 .infographic, .page-id-765 .infographic {
      display: block; } }
  .page-id-35 .infographic p, .page-id-765 .infographic p {
    display: none; }

.page-id-35 .statistics-information-wrapper, .page-id-765 .statistics-information-wrapper {
  margin: 0 auto;
  max-width: 500px;
  padding: 50px 50px 0 50px; }
  @media (min-width: 720px) {
    .page-id-35 .statistics-information-wrapper, .page-id-765 .statistics-information-wrapper {
      padding: 25px 50px 25px;
      margin-top: 34px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 630px; } }
  @media (min-width: 900px) {
    .page-id-35 .statistics-information-wrapper, .page-id-765 .statistics-information-wrapper {
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 850px;
      padding: 25px 0 20px 0; } }

.page-id-35 .statistics-text-wrapper .statistics-label, .page-id-765 .statistics-text-wrapper .statistics-label {
  font-weight: bolder;
  font-style: italic; }
  @media (min-width: 720px) {
    .page-id-35 .statistics-text-wrapper .statistics-label, .page-id-765 .statistics-text-wrapper .statistics-label {
      margin: 0 auto;
      width: 310px; } }

@media (min-width: 720px) {
  .page-id-35 .statistics-text-wrapper .info-wrapper, .page-id-765 .statistics-text-wrapper .info-wrapper {
    padding: 0 20px; } }

.page-id-35 .statistics-image, .page-id-765 .statistics-image {
  padding: 50px 0 0 0; }
  @media (min-width: 720px) {
    .page-id-35 .statistics-image, .page-id-765 .statistics-image {
      width: 415px;
      height: 319px;
      padding: 0 20px 0 15px; } }

.page-id-35 .statistics-information-wrapper2, .page-id-765 .statistics-information-wrapper2 {
  padding: 20px 50px 50px 50px;
  margin: 0 auto;
  max-width: 500px; }
  @media (min-width: 720px) {
    .page-id-35 .statistics-information-wrapper2, .page-id-765 .statistics-information-wrapper2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 0 40px 0; } }
  @media (min-width: 900px) {
    .page-id-35 .statistics-information-wrapper2, .page-id-765 .statistics-information-wrapper2 {
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 850px;
      margin: 50px auto 20px auto;
      padding: 20px 0; } }

.page-id-35 .statistics-image2, .page-id-765 .statistics-image2 {
  padding-top: 50px; }
  @media (min-width: 720px) {
    .page-id-35 .statistics-image2, .page-id-765 .statistics-image2 {
      padding-top: 0;
      width: 415px;
      height: 277px;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      padding-left: 10px; } }

@media (min-width: 720px) {
  .page-id-35 .statistics-text-wrapper2, .page-id-765 .statistics-text-wrapper2 {
    max-width: 620px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 900px) {
  .page-id-35 .statistics-text-wrapper2, .page-id-765 .statistics-text-wrapper2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media (min-width: 720px) {
  .page-id-35 .statistics-text-wrapper2 p, .page-id-765 .statistics-text-wrapper2 p {
    margin-top: 43px;
    margin-left: 15px;
    padding: 20px; } }

.faq-container {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 70px; }
  .faq-container h2 {
    font-size: 3rem;
    font-style: italic; }

.question-container {
  border-bottom: 1px solid lightgray;
  margin-bottom: 2.5rem; }
  .question-container:hover {
    cursor: pointer; }
  .question-container:last-of-type {
    margin-bottom: 0; }

.question-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .question-wrapper span {
    min-width: 2.5rem;
    text-align: center;
    font-size: 1.6rem; }
  .question-wrapper h3 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-style: italic; }
    @media (min-width: 900px) {
      .question-wrapper h3 {
        font-size: 1.3rem; } }

.answer-wrapper {
  display: none;
  text-align: justify;
  margin-bottom: 3rem; }
  @media (min-width: 900px) {
    .answer-wrapper {
      text-align: start; } }

.contact-sub-container {
  text-align: center; }
  @media (min-width: 720px) {
    .contact-sub-container {
      margin: 50px 0; } }
  .contact-sub-container h4 {
    font-style: italic; }

@media (min-width: 900px) {
  .contact-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    margin: 0 auto; } }

.contact-container li {
  text-align: center;
  width: 330px;
  margin: 0 auto;
  margin-bottom: 3rem;
  padding: 50px 25px; }
  @media (min-width: 900px) {
    .contact-container li {
      margin-bottom: 0; } }

.contact-location-image {
  width: 100vw;
  height: 240px;
  margin-bottom: 1rem; }
  @media (min-width: 900px) {
    .contact-location-image {
      height: 198px; } }

#location-wrapper a:hover {
  color: #4a8fe7; }

.contact-location-title {
  font-size: 27px;
  font-style: italic; }

.contact-location-info {
  margin: 0; }

.contact-form-container {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 70px; }
  @media (min-width: 720px) {
    .contact-form-container {
      margin-bottom: 20px; } }

.questionnaire-form-wrapper .wpcf7-form p:nth-child(4), .questionnaire-form-wrapper .wpcf7-form p:nth-child(5), .questionnaire-form-wrapper .wpcf7-form p:last-child, .questionnaire-form-wrapper .wpcf7-form p:nth-child(8), .questionnaire-form-wrapper .wpcf7-form p:nth-child(9), .questionnaire-form-wrapper .wpcf7-form p:nth-child(10), .questionnaire-form-wrapper .wpcf7-form p:nth-child(11), .questionnaire-form-wrapper .wpcf7-form p:nth-child(12), .questionnaire-form-wrapper .wpcf7-form p:nth-child(13), .questionnaire-form-wrapper .wpcf7-form :nth-child(14), .questionnaire-form-wrapper .wpcf7-form p:nth-child(15), .questionnaire-form-wrapper .wpcf7-form p:nth-child(16) {
  width: 49%; }

.questionnaire-form-wrapper .wpcf7-form p:nth-child(4), .questionnaire-form-wrapper .wpcf7-form p:nth-child(5), .questionnaire-form-wrapper .wpcf7-form p:last-child, .questionnaire-form-wrapper .wpcf7-form p:nth-child(12), .questionnaire-form-wrapper .wpcf7-form p:nth-child(13), .questionnaire-form-wrapper .wpcf7-form :nth-child(14), .questionnaire-form-wrapper .wpcf7-form p:nth-child(15), .questionnaire-form-wrapper .wpcf7-form p:nth-child(16) {
  margin-right: 51%; }

.wpcf7-form p {
  text-align: left; }

.wpcf7-form input, .wpcf7-form select {
  width: 100%; }

.wpcf7-form select {
  height: 34px;
  background: #fff; }

.wpcf7-form .wpcf7-submit {
  width: 5rem;
  border-radius: 5px;
  background: #4a8fe7;
  border: #4a8fe7;
  color: #fff; }

.wpcf7-form input[type="radio"] {
  width: initial; }

.es_shortcode_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px; }
  @media (min-width: 720px) {
    .es_shortcode_form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .es_shortcode_form textarea:focus, .es_shortcode_form input:focus {
    outline: none; }
  .es_shortcode_form #es_txt_name_pg, .es_shortcode_form #es_txt_email_pg {
    border: none;
    border-bottom: 1px solid #111;
    border-radius: 0; }
  .es_shortcode_form #es_txt_button_pg {
    background-color: #4a8fe7;
    color: white;
    border: none;
    height: 40px;
    width: 120px;
    font-size: 15px;
    font-family: 'futura-light'; }
    @media (min-width: 720px) {
      .es_shortcode_form #es_txt_button_pg {
        margin-bottom: 25px;
        margin-left: 20px; } }

.questionnaire-form-wrapper input {
  padding-left: 0.5rem; }

.asterisk {
  color: red; }

.error404 #content {
  margin-top: 70px; }

.error404 fieldset {
  border: none; }

.error404 .search-field {
  width: 400px;
  height: 38px; }

.error404 .search-submit {
  height: 45px;
  width: 100px;
  background-color: #ff69a2;
  border: none;
  color: white;
  font-size: 17px;
  padding: 1px; }

.search-results #content {
  margin-top: 70px; }

.search-results #primary {
  height: 600px; }
