@charset "UTF-8";
.testimonial-price:before {
  background: url("../Forterus/assets/photos/price-of-not-getting-help-Forterus.jpg") no-repeat;
}

.hero-home {
  background: url("/wp-content/uploads/2015/06/Hero.jpg") no-repeat right;
  background-size: cover;
}

.top-menu .icon-home a, .top-menu .icon-home a:visited {
  background: url("../Forterus/assets/icons/icon-home.png") no-repeat;
}

#breadcrumb a {
  background: url("../Forterus/assets/icons/icon-home.png") no-repeat;
}

/*!
Theme Name: AAC Facilities Child
Template: AAC-Facilities-Parent 
Author: American Addiction Centers
Version: 1.0
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 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;
  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. */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, .single-post blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote, .single-post blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, .single-post blockquote:before, blockquote:after, .single-post blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/**
 * Foundation for Sites by ZURB
 * Version 6.1.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.row {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: ' ';
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 43.75em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
}
@media screen and (min-width: 43.75em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}
.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 43.75em) {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 59.375em) {
  .large-1 {
    width: 8.33333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (min-width: 0em) and (max-width: 43.6875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 43.75em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 43.75em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 43.6875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 43.75em) and (max-width: 59.3125em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 43.6875em), screen and (min-width: 59.375em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 59.375em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 59.3125em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 59.375em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 59.3125em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14, .breadcrumbs li {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18, .list-staff li .staff-job, .mobile-menu ul.minor-pages li {
  font-size: 18px;
}

.font-size-20, button,
input[type="submit"], .default-button a {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24, .accordion > li > a:first-child, .tabs .tab .tab-toggle, footer h2, .form-container .button-container .button, .form-container .forms form input.submit-button, .list-amenities li, .list-featured-thumbnails li a .read-more-link, .mobile-menu ul.major-pages li {
  font-size: 24px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-28, .list-staff li .staff-name {
  font-size: 28px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-46 {
  font-size: 46px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-50 {
  font-size: 50px;
}

.line-height-100, .mobile-menu ul li a {
  line-height: 100%;
}

.line-height-110 {
  line-height: 110%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-130 {
  line-height: 130%;
}

.line-height-140, .list-staff li .staff-name, .list-staff li .staff-job, .list-staff-widget li {
  line-height: 140%;
}

.line-height-150, .cta-divider {
  line-height: 150%;
}

.line-height-160 {
  line-height: 160%;
}

.line-height-170 {
  line-height: 170%;
}

.line-height-180 {
  line-height: 180%;
}

.line-height-190 {
  line-height: 190%;
}

.line-height-200 {
  line-height: 200%;
}

.uppercase {
  text-transform: uppercase;
}

.no-uppercase {
  text-transform: none !important;
}

.font-light, .content-page.staff-bio h3, .cta-divider, footer .footer-widgets .footer-widget a, footer .footer-widgets .footer-widget a:visited, .list-staff li .staff-name, .list-staff li .staff-job, .list-staff-widget li, .list-amenities li, .list-featured-thumbnails li a, .top-menu a, .mobile-menu ul li a {
  font-weight: 300;
}

.font-normal, .content-page .sitemap li a, .form-container .button-container .button, .form-container .forms form input.submit-button {
  font-weight: 400;
}

.font-semi-bold, .content-page h3, .content-page ul, .content-page.staff-bio h3 sub, a.cta-number, .cta-number a, .cta-number a:visited, a.cta-number:visited, button,
input[type="submit"], ol.list-content-page, ul.list-content-page, .media-description, .main-menu li.active-menu a, .default-button a {
  font-weight: 600;
}

.font-bold, .cta-number {
  font-weight: 700;
}

.font-extra-bold {
  font-weight: 900;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

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

.color-white, .cta-mobile-footer .cta-call-now, button:hover,
input[type="submit"]:hover, .contact-form.color-white a, .contact-form.color-white a:visited, .mobile-menu ul li a, .default-button a:hover {
  color: #fefefe;
}

.color-light-grey, .main-menu li a:hover {
  color: #DEE0DE;
}

.color-dark-grey {
  color: #383835;
}

.color-black, .contact-form.color-black a, .contact-form.color-black a:visited {
  color: #0a0a0a;
}

.color-footer, .cta-footer .cta-call-now, footer .footer-widgets, footer .footer-widgets .footer-widget a, footer .footer-widgets .footer-widget a:visited {
  color: #bbcdd2;
}

.color-testimonial {
  color: #6E6656;
}

.color-accent-link, button,
input[type="submit"], .hero-home-text a:hover, .top-menu a, .default-button a {
  color: #E18A36;
}
.color-accent-link a, button a,
input[type="submit"] a, .hero-home-text a:hover a, .top-menu a a, .default-button a a, .color-accent-link a:visited, button a:visited,
input[type="submit"] a:visited, .hero-home-text a:hover a:visited, .top-menu a a:visited, .default-button a a:visited {
  color: #E18A36;
}

.color-accent-cta, a.cta-number, .cta-number a, .cta-number a:visited, a.cta-number:visited, .cta-number {
  color: #8BBF40;
}
.color-accent-cta a, .cta-number a:visited a, a.cta-number:visited a, .cta-number a, .color-accent-cta a:visited, .cta-number a:visited {
  color: #8BBF40;
  font-weight: 400;
}

.color-accent-dark, .main-menu li > .sub-menu a, .main-menu li > .sub-menu a:visited {
  color: #59606F;
}
.color-accent-dark a, .main-menu li > .sub-menu a a, .main-menu li > .sub-menu a:visited a, .color-accent-dark a:visited, .main-menu li > .sub-menu a a:visited {
  color: #fefefe;
}

.color-bg-light {
  color: #BBAC88;
}

.color-bg-footer {
  color: #0e435d;
}

.bg-white, .list-featured-thumbnails li a .read-more-link {
  background: #fefefe;
}

.bg-light-grey-10, .accordion li div, .tabs .content, .responsive-tabs dd, .responsive-tabs-placeholder, .main-menu li > .sub-menu {
  background: #f8f9f8;
}

.bg-dark-grey-10 {
  background: #383835;
}

.bg-light {
  background: #BBAC88;
}

.bg-light-30 {
  background: #f3f0e9;
}

.bg-color-footer {
  background: #bbcdd2;
}

.bg-accent-link, button:hover,
input[type="submit"]:hover, .default-button a:hover {
  background: #E18A36;
}

.bg-menu {
  background: #0e435d;
}
.bg-menu a, .bg-menu a:visited {
  color: #fefefe;
}
.bg-menu .main-menu {
  background: #0e435d;
}

.bg-accent-dark, .mobile-navigation {
  background: #59606F;
  color: #fefefe;
}

.bg-footer {
  background: #0e435d;
  color: #fefefe;
}

.bg-footer-dark {
  background: #061d28;
  color: #fefefe;
}
.bg-footer-dark a, .bg-footer-dark a:visited {
  color: #bbcdd2;
}

.gradient-bg-light {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZDljOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjBlOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e0d9c9), color-stop(100%, #f3f0e9));
  background-image: -moz-linear-gradient(bottom, #e0d9c9, #f3f0e9);
  background-image: -webkit-linear-gradient(bottom, #e0d9c9, #f3f0e9);
  background-image: linear-gradient(to top, #e0d9c9, #f3f0e9);
}

.gradient-accent-link, a.gradient-accent-link, a.gradient-accent-link:visited {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkN2QyMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0OTc0YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dd7d21), color-stop(100%, #e4974c));
  background-image: -moz-linear-gradient(bottom, #dd7d21, #e4974c);
  background-image: -webkit-linear-gradient(bottom, #dd7d21, #e4974c);
  background-image: linear-gradient(to top, #dd7d21, #e4974c);
  color: #fefefe;
}

.gradient-accent-cta {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiYmY0MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZmOTkzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #8bbf40), color-stop(100%, #6f9933));
  background-image: -moz-linear-gradient(left, #8bbf40, #6f9933);
  background-image: -webkit-linear-gradient(left, #8bbf40, #6f9933);
  background-image: linear-gradient(to right, #8bbf40, #6f9933);
}

.gradient-footer {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlNDM1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA5MjkzYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0e435d), color-stop(100%, #09293a));
  background-image: -moz-linear-gradient(top, #0e435d, #09293a);
  background-image: -webkit-linear-gradient(top, #0e435d, #09293a);
  background-image: linear-gradient(to bottom, #0e435d, #09293a);
}

.gradient-accent-dark {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwNzg4YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5NjA2ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #70788b), color-stop(100%, #59606f));
  background-image: -moz-linear-gradient(top, #70788b, #59606f);
  background-image: -webkit-linear-gradient(top, #70788b, #59606f);
  background-image: linear-gradient(to bottom, #70788b, #59606f);
}

.pattern-light {
  background: url("../AAC-Facilities-Parent/assets//patterns/burlap.jpg") repeat;
}

.padding-vertical, .cta-divider, footer .footer-widgets {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (min-width: 0) and (max-width: 700px) {
  .padding-vertical, .cta-divider, footer .footer-widgets {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.padding-horizontal {
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 1200px) {
  .padding-horizontal {
    padding-left: 20%;
    padding-right: 20%;
  }
}

.padding-top-wrapper, .content-page section {
  padding-top: 35px;
}

.padding-bottom-wrapper {
  padding-bottom: 35px;
}

.padding-left-wrapper, .hero-home-text {
  padding-left: 5%;
}

.padding-right-wrapper, .content-page h2,
.content-page .content-title,
.content-page figure {
  padding-right: 5%;
}

.padding-5, .media-gallery img {
  padding: 5px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-left-10, ol.list-inline li, ul.list-inline li {
  padding-left: 10px;
}

.padding-right-10, ol.list-inline li, ul.list-inline li {
  padding-right: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-right-15, ol.list-halves li, ul.list-halves li, ol.list-thirds li, ul.list-thirds li {
  padding-right: 15px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-left-15, ol.list-halves li, ul.list-halves li, ol.list-thirds li, ul.list-thirds li {
  padding-left: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-25, .accordion li div {
  padding: 25px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-left-25 {
  padding-left: 25px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-35 {
  padding: 35px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-right-35 {
  padding-right: 35px;
}

.padding-left-35 {
  padding-left: 35px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-50 {
  padding: 50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-75 {
  padding: 75px;
}
@media (min-width: 320px) and (max-width: 700px) {
  .padding-75 {
    padding: 25px;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .padding-75 {
    padding: 10px;
  }
}

.padding-top-75 {
  padding-top: 75px;
}
@media (min-width: 320px) and (max-width: 700px) {
  .padding-top-75 {
    padding-top: 25px;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .padding-top-75 {
    padding-top: 10px;
  }
}

.padding-bottom-75 {
  padding-bottom: 75px;
}
@media (min-width: 320px) and (max-width: 700px) {
  .padding-bottom-75 {
    padding-bottom: 25px;
  }
}
@media (min-width: 320px) and (max-width: 700px) {
  .padding-bottom-75 {
    padding-bottom: 10px;
  }
}

.padding-right-75 {
  padding-right: 75px;
}
@media (min-width: 320px) and (max-width: 700px) {
  .padding-right-75 {
    padding-right: 25px;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .padding-right-75 {
    padding-right: 10px;
  }
}

.padding-left-75 {
  padding-left: 75px;
}
@media (min-width: 320px) and (max-width: 700px) {
  .padding-left-75 {
    padding-left: 25px;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .padding-left-75 {
    padding-left: 10px;
  }
}

.padding-none {
  padding: 0;
}

.margin-top-wrapper {
  margin-top: 35px;
}

.margin-bottom-wrapper {
  margin-bottom: 35px;
}

.margin-left-wrapper {
  margin-left: 5%;
}

.margin-right-wrapper {
  margin-right: 5%;
}

.margin-none {
  margin: 0;
}

.margin-top-0 {
  margin-top: 0;
}

.margin-right-0 {
  margin-right: 0;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.margin-left-0 {
  margin-left: 0;
}

.margin-5 {
  margin: 5px;
}

.margin-15 {
  margin: 15px;
}

.margin-10 {
  margin: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-25 {
  margin: 25px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-left-25, ol.bullet li, ul.bullet li, ol li {
  margin-left: 25px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-35 {
  margin: 35px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-50 {
  margin: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-right-75 {
  margin-right: 75px;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.margin-left-75 {
  margin-left: 75px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-right-100 {
  margin-right: 100px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-left-100 {
  margin-left: 100px;
}

.margin-none {
  margin: 0;
}

.accordion > li {
  position: relative;
}
.accordion > li > a:first-child {
  border-bottom: 1px solid #DEE0DE;
  font-weight: 300;
  width: 100%;
  display: block;
  cursor: pointer;
  line-height: 3;
  user-select: none;
  text-decoration: none;
}
.accordion > li > a:first-child.active {
  font-weight: 600;
}
.accordion > li > a:first-child.active:after {
  transform: rotate(225deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion > li > a:first-child:hover {
  text-decoration: none;
}
.accordion > li > a:first-child:after {
  width: 15px;
  height: 15px;
  border-right: 1px solid #E18A36;
  border-bottom: 1px solid #E18A36;
  position: absolute;
  right: 10px;
  content: " ";
  top: 35px;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion li div {
  display: none;
}

/* ---------------------- Vertical Tabs */
.tabs {
  position: relative;
  min-height: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* ---------------------- Tab */
  /* ---------------------- Content */
}
.tabs .tab {
  line-height: 3;
  border-bottom: 1px solid #DEE0DE;
  /* ---------------------- Tab Toggle */
}
@media (min-width: 700px) {
  .tabs .tab {
    float: left;
    clear: left;
    width: 29%;
  }
}
.tabs .tab .tab-toggle {
  text-decoration: none;
  position: relative;
  outline: none;
  width: 100%;
  font-weight: 300;
  display: block;
}
@media (min-width: 700px) {
  .tabs .tab .tab-toggle {
    text-align: left;
  }
}
.tabs .tab .tab-toggle:after {
  width: 15px;
  height: 15px;
  border-right: 1px solid #E18A36;
  border-bottom: 1px solid #E18A36;
  position: absolute;
  right: 10px;
  content: " ";
  top: 35px;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 700px) {
  .tabs .tab .tab-toggle:after {
    transform: rotate(-45deg);
  }
}
.tabs .tab .tab-toggle.active {
  color: color(blue);
  font-weight: 600;
  cursor: default;
}
.tabs .tab .tab-toggle.active:after {
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 700px) {
  .tabs .tab .tab-toggle.active:after {
    transform: rotate(-45deg);
  }
}
.tabs .content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (min-width: 700px) {
  .tabs .content {
    max-height: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 69%;
    opacity: 0;
    padding: 25px;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.tabs .content.active {
  max-height: 1000px;
  padding: 25px;
}
@media (min-width: 700px) {
  .tabs .content.active {
    max-height: none;
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

/* ---------------------- Horizontal Tabs */
.responsive-tabs {
  text-align: center;
}
.responsive-tabs dt {
  display: block;
  cursor: pointer;
  padding: 15px 15px 15px 0;
  font-size: 24px;
  color: #E18A36;
  font-weight: 300;
  border-bottom: 1px solid #DEE0DE;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 700px) {
  .responsive-tabs dt {
    padding: 15px;
  }
}
.responsive-tabs dt.active {
  font-weight: 600;
}
.responsive-tabs dt.active a:after {
  transform: rotate(-135deg);
}
.responsive-tabs dt a {
  text-decoration: none;
}
.responsive-tabs dt a:after {
  width: 15px;
  height: 15px;
  border-right: 1px solid #E18A36;
  border-bottom: 1px solid #E18A36;
  display: inline-block;
  float: right;
  margin-top: 20px;
  content: " ";
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 700px) {
  .responsive-tabs dt a:after {
    display: none;
  }
}
@media (min-width: 700px) {
  .responsive-tabs dt {
    text-align: center;
    display: inline-block;
    border: none;
  }
  .responsive-tabs dt.active + dd {
    display: none;
  }
}
.responsive-tabs dd {
  padding: 15px;
  text-align: initial;
  display: none;
}
.responsive-tabs .active + dd {
  display: block;
}

.responsive-tabs-placeholder {
  text-align: initial;
  display: none;
}
@media (min-width: 700px) {
  .responsive-tabs-placeholder {
    clear: both;
    display: block;
    padding: 25px;
    border-top: 1px solid #DEE0DE;
  }
}

body {
  -moz-transition: all, 0.2s, ease-in 0s;
  -o-transition: all, 0.2s, ease-in 0s;
  -webkit-transition: all, 0.2s, ease-in 0s;
  transition: all 0.2s ease-in 0s;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body .body-cover {
  position: fixed;
  height: 100%;
  width: 100%;
  max-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 300;
}

.body-wrapper {
  margin: 0 auto;
  max-width: 1900px;
  position: relative;
}
.body-wrapper .body-container {
  max-height: 100%;
  overflow: hidden;
}

@media (min-width: 950px) {
  .body-container {
    border: 1px solid #DEE0DE;
  }
}

header,
main,
article,
section,
footer {
  float: left;
  position: relative;
  width: 100%;
}

main .page-content.full-width:last-of-type, main .single-post figure figcaption.page-content:last-of-type, .single-post figure main figcaption.page-content:last-of-type, main .single-post img figcaption.page-content:last-of-type, .single-post img main figcaption.page-content:last-of-type, main .content-page section.page-content:last-of-type, .content-page main section.page-content:last-of-type, main .content-page ul.page-content.children:last-of-type, .content-page main ul.page-content.children:last-of-type, main .page-content.cta-divider:last-of-type, main .comments-area p.page-content:last-of-type, .comments-area main p.page-content:last-of-type, main .comments-area input.page-content:last-of-type, .comments-area main input.page-content:last-of-type, main .contact-form label.page-content:last-of-type, .contact-form main label.page-content:last-of-type, main .list-staff-widget li.page-content:last-of-type, .list-staff-widget main li.page-content:last-of-type, main .list-featured-thumbnails li a.page-content:last-of-type, .list-featured-thumbnails li main a.page-content:last-of-type, main .page-content.media-description:last-of-type {
  padding-bottom: 75px;
}
@media (min-width: 0) and (max-width: 700px) {
  main .page-content.full-width:last-of-type, main .single-post figure figcaption.page-content:last-of-type, .single-post figure main figcaption.page-content:last-of-type, main .single-post img figcaption.page-content:last-of-type, .single-post img main figcaption.page-content:last-of-type, main .content-page section.page-content:last-of-type, .content-page main section.page-content:last-of-type, main .content-page ul.page-content.children:last-of-type, .content-page main ul.page-content.children:last-of-type, main .page-content.cta-divider:last-of-type, main .comments-area p.page-content:last-of-type, .comments-area main p.page-content:last-of-type, main .comments-area input.page-content:last-of-type, .comments-area main input.page-content:last-of-type, main .contact-form label.page-content:last-of-type, .contact-form main label.page-content:last-of-type, main .list-staff-widget li.page-content:last-of-type, .list-staff-widget main li.page-content:last-of-type, main .list-featured-thumbnails li a.page-content:last-of-type, .list-featured-thumbnails li main a.page-content:last-of-type, main .page-content.media-description:last-of-type {
    padding-bottom: 35px;
  }
}

.wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0 5%;
  width: 100%;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
@media (min-width: 700px) and (max-width: 950px) {
  .wrapper {
    padding: 0 3%;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .wrapper {
    padding: 0 5%;
  }
}

.divider-after {
  border-bottom: 1px solid #DEE0DE;
}

.divider-before {
  border-top: 1px solid #DEE0DE;
}

.divider {
  border-top: 1px solid #DEE0DE;
  border-bottom: 1px solid #DEE0DE;
}

.full-width, .single-post figure figcaption, .single-post img figcaption, .content-page section, .content-page ul.children, .cta-divider, .comments-area p, .comments-area input, .contact-form label, .list-staff-widget li, .list-featured-thumbnails li a, .media-description {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.full-width:before, .single-post figure figcaption:before, .single-post img figcaption:before, .content-page section:before, .content-page ul.children:before, .cta-divider:before, .comments-area p:before, .comments-area input:before, .contact-form label:before, .list-staff-widget li:before, .list-featured-thumbnails li a:before, .media-description:before, .full-width:after, .single-post figure figcaption:after, .single-post img figcaption:after, .content-page section:after, .content-page ul.children:after, .cta-divider:after, .comments-area p:after, .comments-area input:after, .contact-form label:after, .list-staff-widget li:after, .list-featured-thumbnails li a:after, .media-description:after {
  content: "";
  display: table;
}
.full-width:after, .single-post figure figcaption:after, .single-post img figcaption:after, .content-page section:after, .content-page ul.children:after, .cta-divider:after, .comments-area p:after, .comments-area input:after, .contact-form label:after, .list-staff-widget li:after, .list-featured-thumbnails li a:after, .media-description:after {
  clear: both;
}

.one-half {
  width: 50%;
  float: left;
}
@media (min-width: 0) and (max-width: 700px) {
  .one-half {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .one-half.padding-right-wrapper, .content-page h2.one-half,
  .content-page .one-half.content-title,
  .content-page figure.one-half {
    padding-right: 0;
  }
  .one-half.padding-left-wrapper, .one-half.hero-home-text {
    padding-left: 0;
  }
}

.one-third, .content-page h2,
.content-page .content-title,
.content-page figure, ol.list-thirds li, ul.list-thirds li {
  width: 33.33333%;
  float: left;
}
@media (min-width: 0) and (max-width: 700px) {
  .one-third, .content-page h2,
  .content-page .content-title,
  .content-page figure, ol.list-thirds li, ul.list-thirds li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .one-third.padding-right-wrapper, .content-page h2,
  .content-page .content-title,
  .content-page figure, ol.list-thirds li.padding-right-wrapper, ul.list-thirds li.padding-right-wrapper {
    padding-right: 0;
  }
  .one-third.padding-left-wrapper, .content-page h2.padding-left-wrapper, .content-page h2.hero-home-text,
  .content-page .padding-left-wrapper.content-title,
  .content-page .content-title.hero-home-text,
  .content-page figure.padding-left-wrapper,
  .content-page figure.hero-home-text, .one-third.hero-home-text, ol.list-thirds li.hero-home-text, ul.list-thirds li.hero-home-text, ol.list-thirds li.padding-left-wrapper, ul.list-thirds li.padding-left-wrapper {
    padding-left: 0;
  }
}

.two-thirds, .content-page > p, .content-page section > p,
.content-page > h3, .content-page section > h3,
.content-page .content-paragraph,
.content-page .content-list,
.content-page .read-more-content,
.content-page > ul, .content-page section > ul, .content-page.staff-bio h3, .content-page.staff-bio p {
  width: 66.66667%;
  float: left;
}
@media (min-width: 0) and (max-width: 700px) {
  .two-thirds, .content-page > p, .content-page section > p,
  .content-page > h3, .content-page section > h3,
  .content-page .content-paragraph,
  .content-page .content-list,
  .content-page .read-more-content,
  .content-page > ul, .content-page section > ul, .content-page.staff-bio h3, .content-page.staff-bio p {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .two-thirds.padding-right-wrapper, .content-page h2.two-thirds,
  .content-page h2.content-paragraph,
  .content-page h2.content-list,
  .content-page h2.read-more-content,
  .content-page .two-thirds.content-title,
  .content-page > p.content-title,
  .content-page section > p.content-title,
  .content-page > h3.content-title,
  .content-page section > h3.content-title,
  .content-page .content-title.content-paragraph,
  .content-page .content-title.content-list,
  .content-page .content-title.read-more-content,
  .content-page > ul.content-title,
  .content-page section > ul.content-title,
  .content-page.staff-bio h3.content-title,
  .content-page.staff-bio p.content-title,
  .content-page figure.two-thirds,
  .content-page figure.content-paragraph,
  .content-page figure.content-list,
  .content-page figure.read-more-content, .content-page > p.padding-right-wrapper, .content-page section > p.padding-right-wrapper,
  .content-page > h3.padding-right-wrapper, .content-page section > h3.padding-right-wrapper,
  .content-page .padding-right-wrapper.content-paragraph,
  .content-page .padding-right-wrapper.content-list,
  .content-page .padding-right-wrapper.read-more-content,
  .content-page > ul.padding-right-wrapper, .content-page section > ul.padding-right-wrapper, .content-page.staff-bio h3.padding-right-wrapper, .content-page.staff-bio p.padding-right-wrapper {
    padding-right: 0;
  }
  .two-thirds.padding-left-wrapper, .content-page > p.padding-left-wrapper, .content-page > p.hero-home-text, .content-page section > p.padding-left-wrapper, .content-page section > p.hero-home-text,
  .content-page > h3.padding-left-wrapper,
  .content-page > h3.hero-home-text, .content-page section > h3.padding-left-wrapper, .content-page section > h3.hero-home-text,
  .content-page .padding-left-wrapper.content-paragraph,
  .content-page .content-paragraph.hero-home-text,
  .content-page .padding-left-wrapper.content-list,
  .content-page .content-list.hero-home-text,
  .content-page .padding-left-wrapper.read-more-content,
  .content-page .read-more-content.hero-home-text,
  .content-page > ul.padding-left-wrapper,
  .content-page > ul.hero-home-text, .content-page section > ul.padding-left-wrapper, .content-page section > ul.hero-home-text, .content-page.staff-bio h3.padding-left-wrapper, .content-page.staff-bio h3.hero-home-text, .content-page.staff-bio p.padding-left-wrapper, .content-page.staff-bio p.hero-home-text, .two-thirds.hero-home-text {
    padding-left: 0;
  }
}

.one-quarter, ol.list-quarters li, ul.list-quarters li, .media-gallery img {
  width: 25%;
  float: left;
}
@media (min-width: 0) and (max-width: 700px) {
  .one-quarter, ol.list-quarters li, ul.list-quarters li, .media-gallery img {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .one-quarter.padding-right-wrapper, .content-page h2.one-quarter,
  .content-page .one-quarter.content-title,
  .content-page ol.list-quarters li.content-title,
  ol.list-quarters .content-page li.content-title,
  .content-page ul.list-quarters li.content-title,
  ul.list-quarters .content-page li.content-title,
  .content-page .media-gallery img.content-title,
  .media-gallery .content-page img.content-title,
  .content-page figure.one-quarter, ol.list-quarters li.padding-right-wrapper, ul.list-quarters li.padding-right-wrapper, .media-gallery img.padding-right-wrapper {
    padding-right: 0;
  }
  .one-quarter.padding-left-wrapper, .one-quarter.hero-home-text, ol.list-quarters li.hero-home-text, ul.list-quarters li.hero-home-text, .media-gallery img.hero-home-text, ol.list-quarters li.padding-left-wrapper, ul.list-quarters li.padding-left-wrapper, .media-gallery img.padding-left-wrapper {
    padding-left: 0;
  }
}

.three-quarters {
  width: 75%;
  float: left;
}
@media (min-width: 0) and (max-width: 700px) {
  .three-quarters {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .three-quarters.padding-right-wrapper, .content-page h2.three-quarters,
  .content-page .three-quarters.content-title,
  .content-page figure.three-quarters {
    padding-right: 0;
  }
  .three-quarters.padding-left-wrapper, .three-quarters.hero-home-text {
    padding-left: 0;
  }
}

.one-fifth, ol.list-fifths li, ul.list-fifths li {
  width: 20%;
  float: left;
}
@media (min-width: 0) and (max-width: 700px) {
  .one-fifth, ol.list-fifths li, ul.list-fifths li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .one-fifth.padding-right-wrapper, .content-page h2.one-fifth,
  .content-page .one-fifth.content-title,
  .content-page ol.list-fifths li.content-title,
  ol.list-fifths .content-page li.content-title,
  .content-page ul.list-fifths li.content-title,
  ul.list-fifths .content-page li.content-title,
  .content-page figure.one-fifth, ol.list-fifths li.padding-right-wrapper, ul.list-fifths li.padding-right-wrapper {
    padding-right: 0;
  }
  .one-fifth.padding-left-wrapper, .one-fifth.hero-home-text, ol.list-fifths li.hero-home-text, ul.list-fifths li.hero-home-text, ol.list-fifths li.padding-left-wrapper, ul.list-fifths li.padding-left-wrapper {
    padding-left: 0;
  }
}

.one-sixth {
  width: 16.66667%;
  float: left;
}
@media (min-width: 700px) and (max-width: 950px) {
  .one-sixth {
    width: 25%;
    float: left;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .one-sixth {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.five-sixths {
  width: 83.33333%;
  float: left;
}
@media (min-width: 700px) and (max-width: 950px) {
  .five-sixths {
    width: 75%;
    float: left;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .five-sixths {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.left, .media-gallery img {
  float: left;
}

.right, .content-page > p, .content-page section > p,
.content-page > h3, .content-page section > h3,
.content-page .content-paragraph,
.content-page .content-list,
.content-page .read-more-content,
.content-page > ul, .content-page section > ul, .content-page.staff-bio h3, .content-page.staff-bio p, .list-staff-widget li img {
  float: right;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center, .cta-divider {
  text-align: center;
}

@media (min-width: 950px) {
  .vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.no-break {
  white-space: nowrap;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

@media (min-width: 0) and (max-width: 950px) {
  .js-left-block, .js-right-block {
    width: 100%;
    height: auto !important;
  }
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.position-top {
  top: 0;
}

.position-right {
  right: 0;
}

.position-bottom {
  bottom: 0;
}

.position-left {
  left: 0;
}

.position-stretch {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z-index-1 {
  z-index: -1;
}

.z-index-0 {
  z-index: 0;
}

.z-index-001 {
  z-index: 1;
}

.z-index-100 {
  z-index: 100;
}

.z-index-200 {
  z-index: 200;
}

.z-index-300 {
  z-index: 300;
}

.z-index-400 {
  z-index: 400;
}

#sticky-anchor {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.stick {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
}
.stick .no-stick {
  display: none;
}

@media (min-width: 320px) {
  .phone-only {
    display: none !important;
  }
}

@media (min-width: 700px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: 700px) {
  .desktop-only, .cta-chat, ol.featured-pages img, ul.featured-pages img {
    display: none !important;
  }
}

.opacity-0 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -100;
}

.opacity-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 100;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.none {
  display: none !important;
}

.hide-text {
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

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

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

h1 {
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 25px;
}
@media (min-width: 0) and (max-width: 700px) {
  h1 {
    font-size: 32px;
    line-height: 130%;
    padding-bottom: 10px;
  }
}

h2 {
  font-size: 26px;
  line-height: 120%;
  padding: 0 0 20px 0;
  font-weight: 300;
}

h3 {
  line-height: 24px;
  padding-bottom: 5px;
  font-size: 16px;
}

h4 {
  font-size: 13px;
  line-height: 100%;
  text-transform: uppercase;
}

strong, b {
  font-weight: 600;
}

em {
  font-style: italic;
  font-family: "Volkorn", Georgia, serif;
}

a {
  color: #E18A36;
  text-decoration: underline;
}

a:hover {
  color: #8BBF40;
}
a:hover.gradient-accent-link {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IwNjQxYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxOGEzNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #b0641a), color-stop(100%, #e18a36));
  background-image: -moz-linear-gradient(bottom, #b0641a, #e18a36);
  background-image: -webkit-linear-gradient(bottom, #b0641a, #e18a36);
  background-image: linear-gradient(to top, #b0641a, #e18a36);
}

a.link-rounded-corners, a:visited.link-rounded-corners {
  border-radius: 8px;
  padding: 10px 35px;
}
a.link-no-underline, a:visited.link-no-underline {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.links-underline a, .links-underline a:visited {
  text-decoration: underline;
}

.links-rounded a,
a.links-rounded:visited a, .links-rounded a:visited {
  border-radius: 10px;
  padding: 10px 60px;
  display: inline-block;
}

p {
  font-weight: 300;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 150%;
}
p:empty {
  display: none;
}

a:hover {
  text-decoration: underline;
}
a:hover.link-no-underline {
  text-decoration: none;
}

label.error {
  display: none !important;
}

input.error {
  background: #FA6C6C;
}

.single-post .blog-featured-image {
  max-height: 300px;
  overflow: hidden;
  height: auto;
  display: block;
  margin-bottom: 35px;
}
.single-post .blog-featured-image img {
  height: auto;
  width: 100%;
  margin: 0;
}
.single-post figure {
  background: #ebeceb;
}
.single-post figure.right,
.single-post .content-page figure.content-paragraph,
.content-page .single-post figure.content-paragraph,
.single-post .content-page figure.content-list,
.content-page .single-post figure.content-list,
.single-post .content-page figure.read-more-content,
.content-page .single-post figure.read-more-content {
  margin: 25px 0px 25px 25px;
}
.single-post figure.left {
  margin: 25px 25px 25px 0;
}
.single-post figure figcaption, .single-post img figcaption {
  font-size: 11px;
  float: left;
  padding-left: 10px;
}
.single-post ul, .single-post ol {
  list-style-position: inside;
}
.single-post ul li, .single-post ol li {
  padding-botom: 20px;
  list-style-position: inside;
}

.blog-meta a, .blog-meta a:visited {
  color: #0a0a0a;
  font-size: 13px;
  line-height: 140%;
}

.main-content h1 {
  margin-bottom: 30px;
}
@media (min-width: 0) and (max-width: 700px) {
  .main-content h1 {
    margin-bottom: 0;
  }
}

blockquote, .single-post blockquote {
  padding: 25px 35px 25px 50px;
  quotes: "“" "”";
  position: relative;
}
blockquote:before, .single-post blockquote:before {
  position: absolute;
  top: 25px;
  left: 0;
  font-family: "Volkorn", Georgia, serif;
  color: #c4c7c4;
  content: open-quote;
  font-size: 50px;
  vertical-align: -10px;
}
blockquote p, .single-post blockquote p {
  font-family: "Volkorn", Georgia, serif;
  font-style: italic;
  display: inline;
  font-size: 28px;
  line-height: 130%;
  color: #52524e;
}

.content-page section {
  pading-bottom: 5px;
}
@media (min-width: 0) and (max-width: 700px) {
  .content-page section {
    padding-top: 5px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .content-page h1 {
    padding-top: 0;
  }
}
.content-page h3 {
  padding-bottom: 5px;
  font-size: 16px;
}
.content-page ul {
  padding-bottom: 35px;
}
.content-page ul li:before {
  content: "- ";
  position: absolute;
  left: 0px;
}
.content-page ul li {
  font-size: 16px;
  line-height: 130%;
  padding-left: 20px;
}
.content-page figure {
  text-align: center;
  margin-bottom: 25px;
}
.content-page figure img {
  width: 80%;
  height: auto;
  max-width: 200px;
  text-align: center;
  margin: 0px auto;
}
.content-page .read-more-content {
  display: none;
  border: 1px solid #DEE0DE;
  padding: 20px;
}
.content-page .more_toggle {
  cursor: pointer;
}
.content-page ul.children {
  padding-left: 35px;
}
.content-page.staff-bio h3 {
  font-size: 28px;
  padding-bottom: 25px;
}
.content-page.staff-bio h3 sub {
  font-size: 18px;
}
.content-page .sitemap li a {
  line-height: 150%;
}

.mobile-navigation.show, .mobile-navigation.hide, .slide-right .body-container {
  -moz-transition: all, 0.2s, ease-out 0s;
  -o-transition: all, 0.2s, ease-out 0s;
  -webkit-transition: all, 0.2s, ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

a, a:hover,
.list-featured-thumbnails li a,
.list-featured-thumbnails li a:hover,
.list-featured-thumbnails li,
.list-featured-thumbnails li:hover {
  -moz-transition: all, 0.1s, ease-out 0s;
  -o-transition: all, 0.1s, ease-out 0s;
  -webkit-transition: all, 0.1s, ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.cta-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 140%;
}

.cta-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

a.cta-number, .cta-number a, .cta-number a:visited, a.cta-number:visited, .cta-number a:visited {
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 1200px) {
  a.cta-number, .cta-number a, .cta-number a:visited, a.cta-number:visited, .cta-number a:visited {
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 600;
  }
}
@media (min-width: 700px) and (max-width: 950px) {
  a.cta-number, .cta-number a, .cta-number a:visited, a.cta-number:visited, .cta-number a:visited {
    font-size: 22px;
  }
}

.cta-number {
  white-space: nowrap;
  word-break: break-all;
  font-size: 28px;
}
.cta-number a, .cta-number a:visited {
  white-space: nowrap;
}

.cta-chat {
  max-height: 100%;
  margin-top: 15px;
}
.cta-chat a img, .cta-chat a:visited img {
  height: 36px;
  width: auto;
  vertical-align: text-bottom;
}

.cta-chat-header img {
  height: 30px;
  width: auto;
  margin-left: 10px;
  margin-top: 32px;
  float: right;
}

.cta-divider {
  font-size: 28px;
}

.cta-header {
  padding-bottom: 0;
  margin: 0;
}
.cta-header .cta-title {
  font-size: 24px;
  font-weight: 300;
  padding-right: 15px;
}
@media (min-width: 700px) and (max-width: 950px) {
  .cta-header .cta-title {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 950px) {
  .cta-header .cta-chat {
    display: none;
  }
}

.cta-hero {
  font-size: 32px;
  line-height: 100%;
  font-weight: 300;
}
.cta-hero .border-wrapper {
  margin: 10px;
  border: 1px solid #fefefe;
  padding: 25px;
}
.cta-hero .border-wrapper .cta-phone {
  font-weight: 400;
}

@media (min-width: 700px) and (max-width: 950px) {
  .cta-why-choose {
    padding-top: 0;
  }
  .cta-why-choose h2 {
    display: none;
  }
}

.cta-careers-link a {
  display: inline-block;
  margin-top: 15px;
}

.cta-brand-promise .cta-description {
  padding-bottom: 25px;
}
@media (min-width: 0) and (max-width: 700px) {
  .cta-brand-promise .cta-chat {
    margin-bottom: 25px;
  }
}

.cta-gallery {
  height: 100%;
}

.cta-gallery-container {
  height: 200px;
}

.cta-mobile-footer {
  line-height: 25px;
}
.cta-mobile-footer img {
  max-height: 30px;
  width: auto;
  float: left;
}
.cta-mobile-footer .cta-call-now {
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 0) and (max-width: 700px) {
  footer {
    margin-bottom: 60px;
  }
}
footer .first-footer-section {
  padding-top: 75px;
}
@media (min-width: 0) and (max-width: 700px) {
  footer .first-footer-section {
    padding-top: 35px;
  }
}
footer h2 {
  color: #fefefe;
  padding-top: 0;
}
footer .footer-widgets .footer-widget {
  padding: 0 20px 20px 20px;
  height: auto;
  position: relative;
}
@media (min-width: 700px) {
  footer .footer-widgets .footer-widget {
    border-left: 1px solid #11506f;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  footer .footer-widgets .footer-widget {
    padding-left: 0;
  }
}
footer .footer-widgets .footer-widget.first {
  border-left: 0;
  padding-left: 0;
}
footer .footer-widgets .footer-widget.last {
  padding-right: 0;
}
footer .footer-widgets .footer-widget img {
  max-width: 100%;
  height: auto;
}
footer .footer-widgets .footer-widget a, footer .footer-widgets .footer-widget a:visited {
  border-bottom: 1px solid #11506f;
  text-decoration: none;
}
footer .footer-widgets .footer-widget a:hover {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #fefefe;
}
footer #slideshow-footer {
  margin: 0px auto;
  position: relative;
  width: 100%;
  height: 240px;
}
@media (min-width: 700px) and (max-width: 950px) {
  footer #slideshow-footer {
    height: 165px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  footer #slideshow-footer {
    height: 200px;
  }
}
footer #slideshow-footer figure {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
footer #slideshow-footer figure img {
  float: left;
  width: 100%;
  height: auto;
}
footer .latest-posts img {
  margin-right: 15px;
  width: 60px;
  height: auto;
}
footer .facility-map iframe {
  max-width: 100%;
}
footer .accreditations a {
  position: relative;
  line-height: 150%;
}
footer .accreditations a#link-carf:before {
  background: url("../AAC-Facilities-Parent/assets//icons/carf-temp.png") no-repeat;
  background-size: 50px;
  background-position: left center;
  content: '';
  float: left;
  width: 65px;
  min-height: 50px;
}
footer .accreditations a#link-aac-family:before {
  background: url("../AAC-Facilities-Parent/assets//icons/aac_icon.png") no-repeat;
  background-size: auto 50px;
  background-position: left;
  display: block;
  content: '';
  width: 65px;
  min-height: 50px;
  float: left;
}
footer .accreditations a#link-jca:before {
  background: url("../AAC-Facilities-Parent/assets//icons/jca_icon.png") no-repeat;
  background-size: auto 50px;
  background-position: left;
  display: block;
  content: '';
  width: 65px;
  min-height: 50px;
  float: left;
}
footer .accreditations a#link-hec:before {
  background: url("../AAC-Facilities-Parent/assets//icons/hec_logo.png") no-repeat;
  background-size: auto 90px;
  background-position: left;
  display: block;
  content: '';
  width: 300px;
  min-height: 120px;
  float: left;
}
footer .accreditations img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  max-height: 60px;
  width: auto;
  margin: 5px 15px 15px 0;
}
footer .cta-footer {
  padding-top: 35px;
}
footer .copyright {
  padding: 25px;
  border-top: 1px solid #11506f;
}
@media (min-width: 0) and (max-width: 700px) {
  footer .copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  footer .copyright .copyright-notice {
    line-height: 120%;
    padding-bottom: 25px;
    text-align: center;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  footer .social-media {
    width: 100%;
    text-align: center;
  }
}
footer .social-media a, footer .social-media a:visited, footer .social-media a:hover {
  border: 0;
  text-decoration: none;
}
footer .social-media img {
  height: 32px;
  width: auto;
  margin-left: 8px;
  border-radius: 100px;
  border: 2px solid #0e435d;
}
@media (min-width: 0) and (max-width: 700px) {
  footer .social-media img {
    height: 48px;
    margin-left: 16px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
footer .social-media img:hover {
  border: 2px solid #bbcdd2;
}

input, label, button, textarea {
  margin: 0px 0 15px 0;
}

input, button, form, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input *, input *:before, input *:after, button *, button *:before, button *:after, form *, form *:before, form *:after, textarea *, textarea *:before, textarea *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input, textarea {
  border: 1px solid #d1d4d1;
  font-size: 18px;
  padding: 5px 15px;
}

button,
input[type="submit"] {
  border-radius: 10px;
  border: 1px solid #E18A36;
  background: none;
  text-align: center;
  padding: 13px 50px;
}
button:hover,
input[type="submit"]:hover {
  cursor: pointer;
}

.comments-area li.comment {
  margin-bottom: 25px;
}
.comments-area .comment-content {
  float: left;
  width: 100%;
  border: 1px solid #DEE0DE;
  padding: 20px;
  margin: 15px 0;
}
.comments-area .comment-meta a, .comments-area .comment-meta a:visited {
  color: #0a0a0a;
}
.comments-area .comment-meta .comment-metadata {
  display: inline-block;
}
.comments-area .reply {
  text-align: right;
}
.comments-area .form-allowed-tags, .comments-area .comment-notes, .comments-area .comment-reply-title, .comments-area span.says {
  display: none;
}
.comments-area input[type="submit"] {
  width: auto !important;
}
.comments-area .comment-author {
  display: inline-block;
}
.comments-area .comment-author:after {
  content: " |";
}

.contact-form h1 {
  font-size: 28px;
  font-weight: 300;
}
.contact-form .form-disclaimer {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding-top: 10px;
}
.contact-form.color-black a, .contact-form.color-black a.contact-form:visited a, .contact-form.color-black a:visited {
  text-decoration: none;
}
.contact-form.color-white a, .cta-mobile-footer .contact-form.cta-call-now a, button.contact-form:hover a,
input.contact-form[type="submit"]:hover a, .contact-form.color-white a.contact-form:visited a, .mobile-menu ul li a.contact-form a, .default-button a.contact-form:hover a, .contact-form.color-white a:visited, .cta-mobile-footer .contact-form.cta-call-now a:visited, button.contact-form:hover a:visited,
input.contact-form[type="submit"]:hover a:visited, .mobile-menu ul li a.contact-form a:visited, .default-button a.contact-form:hover a:visited {
  text-decoration: none;
}

.form-container {
  margin-bottom: 25px;
  position: relative;
  padding-top: 15px;
}
@media (min-width: 0) and (max-width: 320px) {
  .form-container {
    margin-top: 15px;
    padding-top: 0;
  }
}
.form-container .button-container {
  margin: 0px auto;
  position: relative;
  text-align: center;
  width: 550px;
  max-width: 100%;
  z-index: 100;
}
@media (min-width: 0) and (max-width: 700px) {
  .form-container .button-container {
    width: 100%;
  }
}
.form-container .button-container.hidden {
  height: 0;
  overflow: hidden;
}
.form-container .button-container .button {
  line-height: 25px;
  background: #E18A36;
  color: #fefefe;
  cursor: pointer;
  display: inline-block;
  padding: 13px 50px;
  border-radius: 10px;
}
.form-container .button-container .button a, .form-container .button-container .button a.visited, .form-container .button-container .button a.hover {
  color: #fefefe;
  text-decoration: none;
}
.form-container .button-container .button.call-me span {
  background: url(assets/icons/Phone_Icon.png) no-repeat;
  background-size: contain;
  background-position: right bottom;
  display: inline-block;
  height: 25px;
  width: 35px;
}
@media (min-width: 320px) and (max-width: 700px) {
  .form-container .button-container .button.call-me span {
    height: 20px;
  }
}
@media (min-width: 0) and (max-width: 320px) {
  .form-container .button-container .button.email-me {
    margin-top: 5px;
  }
}
.form-container .button-container .button.email-me span {
  background: url(assets/icons/Email_Icon.png) no-repeat;
  background-size: 25px;
  background-position: right bottom;
  display: inline-block;
  height: 25px;
  width: 35px;
}
@media (min-width: 320px) and (max-width: 700px) {
  .form-container .button-container .button.email-me span {
    height: 20px;
  }
}
.form-container .forms {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .form-container .forms {
    position: relative;
  }
}
.form-container .forms.up {
  top: 25px;
}
@media (min-width: 0) and (max-width: 700px) {
  .form-container .forms.up {
    top: 0;
  }
}
.form-container .forms.down {
  top: 0;
  height: 50px;
  position: relative;
}
@media (min-width: 0) and (max-width: 700px) {
  .form-container .forms.down {
    float: left;
    height: 175px;
  }
}
.form-container .forms form {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.form-container .forms form *, .form-container .forms form *:before, .form-container .forms form *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-container .forms form.hidden {
  height: 0px;
}
.form-container .forms form .cancel {
  background: #fefefe url("../AAC-Facilities-Parent/assets//icons/close-brown.png") no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  float: left;
  height: 55px;
  margin-right: 25px;
  width: 20px;
}
@media (min-width: 0) and (max-width: 700px) {
  .form-container .forms form .cancel {
    background-size: 17px;
    background-position: center;
    border: 1px solid #E18A36;
    border-radius: 50px;
    height: 40px;
    position: absolute;
    right: -40px;
    top: -20px;
    width: 40px;
  }
}
.form-container .forms form input {
  width: 300px;
}
@media (min-width: 950px) and (max-width: 950px) {
  .form-container .forms form input {
    width: 250px;
  }
}
@media (min-width: 700px) and (max-width: 950px) {
  .form-container .forms form input {
    width: 175px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .form-container .forms form input {
    float: left;
    width: 100%;
  }
}
.form-container .forms form input.form-text {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #DEE0DE;
  background: #fefefe;
  color: #383835;
  font-size: 24px;
  font-weight: 300;
  line-height: 50px;
  padding-left: 25px;
}
@media (min-width: 700px) and (max-width: 950px) {
  .form-container .forms form input.form-text {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -1px;
    padding-left: 10px;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .form-container .forms form input.form-text {
    font-size: 22px;
    float: right;
    margin-bottom: 2px;
  }
}
.form-container .forms form input.submit-button {
  line-height: 25px;
  background: #E18A36;
  border: 0;
  color: #fefefe;
  cursor: pointer;
  display: inline-block;
  padding: 13px 50px;
  border-radius: 10px;
}
@media (min-width: 700px) and (max-width: 950px) {
  .form-container .forms form input.submit-button {
    font-size: 24px;
    line-height: 50px;
    width: 175px;
  }
}
@media (min-width: 320px) and (max-width: 700px) {
  .form-container .forms form input.submit-button {
    width: 300px;
    float: right;
  }
}

header {
  height: 116px;
}
@media (min-width: 0) and (max-width: 700px) {
  header {
    height: 77px;
  }
}
header .logo img {
  max-height: 70px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: auto;
}
@media (min-width: 0) and (max-width: 700px) {
  header .logo img {
    height: 45px;
  }
}
header .header-border {
  border-left: 1px solid #DEE0DE;
  border-right: 1px solid #DEE0DE;
  border-bottom: 1px solid #DEE0DE;
}
header ol, header ul {
  position: inherit;
}

@media (min-width: 700px) {
  .header-chat {
    right: 0;
    top: 33px;
    text-align: right;
  }
}
@media (min-width: 0) and (max-width: 700px) {
  .header-chat {
    left: 0;
    bottom: 65px;
    text-align: left;
  }
}

.hero-sub-tag {
  padding: 15px;
}

.hero-home-text {
  padding-top: 40%;
}
@media (min-width: 0) and (max-width: 700px) {
  .hero-home-text {
    padding-left: 0;
    padding-top: 5%;
  }
}
.hero-home-text h1 {
  padding: 10px 0;
  margin-bottom: 0;
}
.hero-home-text a, .hero-home-text a:visited {
  color: #fefefe;
  text-decoration: none;
}

ol, ul {
  padding: 0;
  margin: 0;
  position: relative;
}
ol.bullet li, ul.bullet li {
  list-style-type: initial;
}
ol.list-inline li, ul.list-inline li {
  float: left;
}
ol.list-inline li:first-child, ul.list-inline li:first-child {
  padding-left: 0;
}
ol.list-vertical li, ul.list-vertical li {
  float: left;
  width: 100%;
}
ol.list-halves li, ul.list-halves li {
  width: 50%;
  float: left;
}
@media (min-width: 0) and (max-width: 700px) {
  ol.list-halves li, ul.list-halves li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
ol.list-thirds li img, ul.list-thirds li img {
  max-width: 100%;
  height: auto;
}
ol.list-margins.list-thirds li, ul.list-margins.list-thirds li {
  padding-left: 3px;
  padding-right: 3px;
}
ol.list-margins.list-quarters li, ul.list-margins.list-quarters li {
  padding-left: 15px;
  padding-right: 15px;
}
ol.list-check li, ul.list-check li {
  background: url("../AAC-Facilities-Parent/assets/icons/check-green.png") no-repeat;
  background-size: 15px;
  background-position: left 6px;
  padding-left: 25px;
}
ol.featured-pages img, ul.featured-pages img {
  float: left;
}
ol.featured-pages br, ul.featured-pages br {
  display: none;
}
ol.list-content-page, ul.list-content-page {
  padding-bottom: 35px;
}
ol.list-content-page li:before, ul.list-content-page li:before {
  content: "- ";
  position: absolute;
  left: 0px;
}
ol.list-content-page li, ul.list-content-page li {
  font-size: 16px;
  line-height: 130%;
  padding-left: 20px;
}
@media (min-width: 700px) and (max-width: 1200px) {
  ol.list-icon-rounded.treatment-modalities li, ul.list-icon-rounded.treatment-modalities li {
    width: 50%;
    float: left;
  }
}
ol.list-icon-rounded li, ul.list-icon-rounded li {
  padding-left: 95px;
  position: relative;
}
ol.list-icon-rounded li img, ul.list-icon-rounded li img {
  border-radius: 100px;
}
ol.list-icon-rounded li:before, ul.list-icon-rounded li:before {
  position: absolute;
  top: 0;
  left: 5px;
  width: 75px;
  height: 75px;
  content: '';
}
ol.list-icon-rounded li.icon_rebt:before, ul.list-icon-rounded li.icon_rebt:before {
  background: url("../AAC-Facilities-Parent/assets/icons/REBT_Icon.png") no-repeat;
  background-size: cover;
}
ol.list-icon-rounded li.icon_cbt:before, ul.list-icon-rounded li.icon_cbt:before {
  background: url("../AAC-Facilities-Parent/assets/icons/CBT_Icon.png") no-repeat;
  background-size: cover;
}
ol.list-icon-rounded li.icon_dbt:before, ul.list-icon-rounded li.icon_dbt:before {
  background: url("../AAC-Facilities-Parent/assets/icons/DBT_Icon.png") no-repeat;
  background-size: cover;
}
ol.list-icon-rounded li.icon_seeking_safety:before, ul.list-icon-rounded li.icon_seeking_safety:before {
  background: url("../AAC-Facilities-Parent/assets/icons/SeekingSafety_Icon.png") no-repeat;
  background-size: cover;
}
ol.list-icon-rounded li.icon_emdr:before, ul.list-icon-rounded li.icon_emdr:before {
  background: url("../AAC-Facilities-Parent/assets/icons/EMDR_Icon.png") no-repeat;
  background-size: cover;
}
ol.list-icon-rounded li.icon_mi:before, ul.list-icon-rounded li.icon_mi:before {
  background: url("../AAC-Facilities-Parent/assets/icons/MI_Icon.png") no-repeat;
  background-size: cover;
}
ol.list-icon-rounded li.icon_coverage:before, ul.list-icon-rounded li.icon_coverage:before {
  background: url("../AAC-Facilities-Parent/assets/icons/Insurance_Icon.png") no-repeat;
  background-size: cover;
}
ol.list-icon-rounded li.icon_private:before, ul.list-icon-rounded li.icon_private:before {
  background: url("../AAC-Facilities-Parent/assets/icons/PrivatePay_Icon.png") no-repeat;
  background-size: cover;
}
ol.list-icon-rounded li.icon_plan:before, ul.list-icon-rounded li.icon_plan:before {
  background: url("../AAC-Facilities-Parent/assets/icons/PaymentPlan_Icon.png") no-repeat;
  background-size: cover;
}
ol.list-icon-rounded li.icon_nutrition:before, ul.list-icon-rounded li.icon_nutrition:before {
  background: url("../AAC-Facilities-Parent/assets/icons/icon-nutrition.png") no-repeat;
  background-size: cover;
}

ol {
  list-style: decimal;
}

li {
  line-height: 150%;
  font-size: 17px;
  font-weight: 300;
  margin: 5px 0;
}

.list-staff li {
  margin-top: 50px;
  margin-bottom: 25px;
}

.list-staff-widget li {
  border-top: 1px solid #DEE0DE;
  padding-top: 15px;
  margin-bottom: 15px;
}

.list-amenities li {
  position: relative;
  border-top: 1px solid #DEE0DE;
  padding: 15px  30px 0 0;
}
@media (min-width: 0) and (max-width: 1200px) {
  .list-amenities li {
    font-size: 20px;
  }
}
.list-amenities li span {
  position: absolute;
  right: 0;
  top: 15px;
}
.list-amenities.list-check li {
  background-position: left 26px;
  font-weight: 600;
}

.list-featured-thumbnails li a {
  background: #E18A36;
  color: #52524e;
}
.list-featured-thumbnails li a .read-more-link {
  border: 1px solid #E18A36;
  padding: 0 15px;
  line-height: 60px;
  position: relative;
}
@media (min-width: 700px) and (max-width: 950px) {
  .list-featured-thumbnails li a .read-more-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
  }
}
.list-featured-thumbnails li a .read-more-link:after {
  background: url("../AAC-Facilities-Parent/assets//icons/read-more-caret.png") no-repeat;
  background-size: cover;
  background-position: right center;
  content: '';
  width: 55px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 700px) and (max-width: 950px) {
  .list-featured-thumbnails li a .read-more-link:after {
    height: 51px;
    width: 47px;
  }
}
.list-featured-thumbnails li a:hover {
  color: #0a0a0a;
}
.list-featured-thumbnails li a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

@media (min-width: 0) and (max-width: 700px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs li:after {
  content: " ";
  background: url("../AAC-Facilities-Parent/assets/icons/drop-icon.svg");
  background-size: 10px;
  background-size: contain;
  width: 13px;
  height: 7px;
  display: inline-block;
  margin-left: 5px;
  transform: rotate(270deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.breadcrumbs li:last-child:after {
  content: none;
}

#breadcrumb a {
  background-size: 16px;
  background-position: center;
  border: 0;
  width: 16px;
  float: left;
  height: 24px;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 400px) and (max-width: 700px) {
  img[class*="wp-image-"] {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
}

.featured-thumbnail {
  background: url("../AAC-Facilities-Parent/assets//photos/Homepage@2.jpg") no-repeat;
  background-size: cover;
}

.media-description {
  font-size: 14px;
  line-height: 150%;
  padding-top: 0px;
  padding-bottom: 25px;
}

.media-full-width, .media-full-width img {
  max-width: 100%;
  height: auto;
}

.media-blog-category {
  width: 100%;
  float: left;
  overflow: hidden;
  height: auto;
}
@media (min-width: 1200px) {
  .media-blog-category {
    height: 200px;
  }
}
.media-blog-category img {
  height: auto;
  max-width: 100%;
  float: left;
}
@media (min-width: 0) and (max-width: 1200px) {
  .media-blog-category img {
    height: auto;
    width: 100%;
  }
}

@media (min-width: 0) and (max-width: 700px) {
  .media-play-button {
    margin-bottom: 20px;
  }
}
.media-play-button img {
  width: 65px;
  height: auto;
}

.media-video {
  position: relative;
  float: left;
  z-index: 100;
}
.media-video .media-play {
  background: url("../AAC-Facilities-Parent/assets//icons/video-play.png") no-repeat;
  background-position: center;
  background-size: 75px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  content: '';
  display: block;
}

.media-rounded img,
img.media-rounded {
  border-radius: 200px;
}

.media-bg {
  z-index: -1;
}
.media-bg img {
  height: auto;
  width: 100%;
}
@media (min-width: 700px) and (max-width: 1200px) {
  .media-bg img {
    height: auto;
    min-width: 100%;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 400px) and (max-width: 700px) {
  .media-bg img {
    height: auto;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 0) and (max-width: 400px) {
  .media-bg img {
    height: 100%;
    min-height: 100%;
    width: auto;
    min-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.media-watch {
  background: url("../AAC-Facilities-Parent/assets//icons/video-play.png") no-repeat;
  background-size: 55px;
  background-position: left center;
  padding-left: 65px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
}

.media-i-called {
  max-width: 100%;
  height: auto;
}

.media-gallery img {
  height: auto;
}

.media-staff {
  border-radius: 150px;
}

.media-facebook-white, .media-facebook {
  background: url(../AAC-Facilities-Parent/assets//icons/social/icon-facebook-wht.png) no-repeat;
}

.media-twitter-white, .media-twitter {
  background: url(../AAC-Facilities-Parent/assets//icons/social/icon-twitter-wht.png) no-repeat;
}

.media-linkedin-white, .media-linkedin {
  background: url(../AAC-Facilities-Parent/assets//icons/social/icon-linkedin-wht.png) no-repeat;
}

.media-google-white, .media-google {
  background: url(../AAC-Facilities-Parent/assets//icons/social/icon-google+-wht.png) no-repeat;
}

.media-facebook-black {
  background: url(../AAC-Facilities-Parent/assets//icons/social/icon-facebook-blk.png) no-repeat;
}

.media-twitter-black {
  background: url(../AAC-Facilities-Parent/assets//icons/social/icon-twitter-blk.png) no-repeat;
}

.media-linkedin-black {
  background: url(../AAC-Facilities-Parent/assets//icons/social/icon-linkedin-blk.png) no-repeat;
}

.media-google-black {
  background: url(../AAC-Facilities-Parent/assets//icons/social/icon-google+-blk.png) no-repeat;
}

.media-facebook-white, .media-facebook,
.media-twitter-white,
.media-twitter,
.media-linkedin-white,
.media-linkedin,
.media-google-white,
.media-google,
.media-facebook-black,
.media-twitter-black,
.media-linkedin-black,
.media-google-black {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  margin-right: 8px;
}
.media-facebook-white:hover, .media-facebook:hover,
.media-twitter-white:hover,
.media-twitter:hover,
.media-linkedin-white:hover,
.media-linkedin:hover,
.media-google-white:hover,
.media-google:hover,
.media-facebook-black:hover,
.media-twitter-black:hover,
.media-linkedin-black:hover,
.media-google-black:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.top-menu .icon-home a, .top-menu .icon-home a:visited {
  background-size: 16px;
  background-position: center;
  border: 0;
  width: 16px;
  float: left;
  height: 24px;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.top-menu a {
  margin: 10px 15px;
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid #f8e4d1;
  line-height: 25px;
}
.top-menu a img {
  width: 15px;
  height: auto;
}
.top-menu .resources-drop > a:after {
  content: " ";
  background: url("../AAC-Facilities-Parent/assets/icons/drop-icon.svg");
  background-size: 10px;
  background-size: contain;
  width: 13px;
  height: 7px;
  display: inline-block;
  margin-left: 5px;
}
.top-menu .resources-drop .sub-menu {
  display: none;
}
.top-menu .resources-drop:hover > .sub-menu {
  display: inherit;
}

.has-children > a:after {
  content: " ";
  background: url("../AAC-Facilities-Parent/assets/icons/drop-icon.svg");
  background-size: 10px;
  background-size: contain;
  width: 13px;
  height: 7px;
  display: inline-block;
  margin-left: 20px;
}

.main-menu ul {
  position: initial;
  display: inline-block;
  width: 100%;
}
.main-menu li {
  margin: 0;
  font-size: 21px;
  line-height: 150%;
  font-weight: 600;
}
@media (min-width: 950px) and (max-width: 1200px) {
  .main-menu li {
    font-size: 18px;
  }
}
@media (min-width: 700px) and (max-width: 950px) {
  .main-menu li {
    font-size: 18px;
  }
}
.main-menu li ul li {
  width: 100%;
  text-align: left;
  padding: 0 10px;
  font-weight: 300;
}
.main-menu li ul li:first-child {
  padding-left: 10px;
}
@media (min-width: 700px) and (max-width: 1200px) {
  .main-menu li.active-menu a {
    letter-spacing: -1px;
  }
}
.main-menu li.active-menu ul li a {
  border-bottom: none;
  display: block;
}
.main-menu li.active-menu ul li a:hover {
  text-decoration: none;
}
.main-menu li.active-menu ul li.active-menu > a {
  font-weight: 600;
}
.main-menu li > .sub-menu {
  position: absolute;
  z-index: 20;
  display: none;
}
.main-menu li > .sub-menu a:hover {
  color: #0a0a0a;
}
.main-menu li a {
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.main-menu li a:hover {
  text-decoration: none;
}
.main-menu li:hover > .sub-menu {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  padding: 25px 5%;
}
.main-menu li:hover > .sub-menu li {
  display: inline;
  width: initial;
  font-size: 18px;
  font-weight: 400;
}
.main-menu li:hover > .sub-menu li.has-children:hover > .sub-menu {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.main-menu li:hover > .sub-menu li.has-children:hover > .sub-menu li {
  font-size: 16px;
}
.main-menu li:hover > .sub-menu li.active-menu a {
  border: none;
}
.main-menu li:hover > .sub-menu li a:hover {
  border-color: #E18A36;
  color: #0a0a0a;
}

.mobile-navigation {
  padding: 15px 0 0 0;
  position: fixed;
  width: 285px;
  height: 100%;
  overflow-y: scroll;
}
.mobile-navigation.hide {
  left: -300px;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.mobile-navigation.show {
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 400;
}

.menu-button {
  padding: 15px 30px;
  border-radius: 8px;
}

.mobile-menu ul li {
  padding: 0 25px;
  margin: 0;
  border-top: 1px solid #70788b;
}
.mobile-menu ul li a {
  padding: 12px 0;
  float: left;
  text-decoration: none;
}

.default-button a {
  border-radius: 10px;
  border: 1px solid #E18A36;
  background: none;
  text-align: center;
  padding: 13px 50px;
  text-decoration: none;
}
.default-button a:hover {
  cursor: pointer;
}

.testimonial {
  hyphens: none;
}
.testimonial.testimonial-i-called {
  border: 1px solid #c4beb3;
  color: #8b816c;
}
.testimonial.testimonial-i-called h1 {
  margin-top: -50px;
}
@media (min-width: 0) and (max-width: 700px) {
  .testimonial.testimonial-i-called h1 {
    margin-top: -30px;
  }
}
.testimonial.testimonial-i-called .i-called-text {
  padding: 50px;
}
@media (min-width: 0) and (max-width: 700px) {
  .testimonial.testimonial-i-called .i-called-text {
    padding: 25px;
    color: #7c7361;
  }
}
.testimonial .testimonial-price {
  overflow: hidden;
  position: relative;
  padding-left: 55%;
}
@media (min-width: 0) and (max-width: 700px) {
  .testimonial .testimonial-price {
    padding-left: 25px;
    padding-top: 280px;
  }
}
.testimonial .testimonial-price:before {
  content: '';
  background-position: right center;
  background-size: cover;
  float: left;
  width: 50%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 0) and (max-width: 700px) {
  .testimonial .testimonial-price:before {
    background-position: center;
    width: 100%;
    min-height: 250px;
  }
}

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