/*-----------------------------------------------------------------------------------*
/* = General
/*-----------------------------------------------------------------------------------*/
.location.content-area,
.locations.content-area {
  width: 100%;
  margin: 0 auto;
  float: none;
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px; }
  @media (min-width: 48em) {
    .location.content-area,
    .locations.content-area {
      width: 75%; } }
.location #map,
.locations #map {
  height: 400px;
  width: 100%; }
.location .tile-container,
.locations .tile-container {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: flex-start; }
.location .content-left,
.locations .content-left {
  margin-right: 5%; }
  @media (min-width: 48em) {
    .location .content-left,
    .locations .content-left {
      float: left;
      width: 45%;
      margin-right: 5%; } }
@media (min-width: 48em) {
  .location .content-right,
  .locations .content-right {
    float: left;
    width: 45%; } }
.location article.location-tile,
.locations article.location-tile {
  border: none;
  width: 100%;
  background-position: 50% 50%;
  margin-bottom: 0;
  background-color: #eaebed;
  height: 15em;
  margin: 0 8px 15px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  @media (min-width: 48em) {
    .location article.location-tile,
    .locations article.location-tile {
      width: 49%; } }
  @media (min-width: 64em) {
    .location article.location-tile,
    .locations article.location-tile {
      width: 31.4%; } }
  .location article.location-tile a,
  .location article.location-tile h2,
  .locations article.location-tile a,
  .locations article.location-tile h2 {
    font-family: 'open-sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .location article.location-tile h2,
  .locations article.location-tile h2 {
    display: block; }

.container {
  box-shadow: none;
  padding: 0 10px; }
  @media (min-width: 64em) {
    .container {
      width: 1160px;
      padding: 0 0 30px; } }
  @media (min-width: 960px) {
    .container {
      padding: 0 0 30px; } }

.container {
  margin: 0 auto; }

.hero__wrapper {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column; }
  .hero__wrapper .container {
    margin: 0; }
  @media (min-width: 64em) {
    .hero__wrapper {
      height: 0;
      padding-bottom: 35%; }
      .hero__wrapper .container {
        margin: 0 auto; } }
  .hero__wrapper #hero {
    padding: 3rem 0;
    color: #ffffff; }
    @media (min-width: 48em) {
      .hero__wrapper #hero {
        max-width: 420px;
        margin-left: 3%; } }
    @media (min-width: 64em) {
      .hero__wrapper #hero {
        padding: 0;
        margin-left: 5%;
        margin-top: 6vw; } }
    .hero__wrapper #hero h1 {
      font-family: 'Droid Serif', Helvetica Nue, Arial, Helvetica, sans-serif;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 1rem;
      color: #ffffff;
      text-shadow: 0 0 5px black; }
    .hero__wrapper #hero p {
      text-shadow: 0 0 5px black;
      color: #ffffff;
      font-size: 16px; }

.cards__wrapper {
  padding: 3rem 0;
  background: #fbfbfb; }
  .cards__wrapper .cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    @media (min-width: 48em) {
      .cards__wrapper .cards {
        flex-wrap: nowrap; } }
  .cards__wrapper .card {
    margin-bottom: 1rem;
    background: #ffffff;
    border: solid 1px #e9ebec;
    border-radius: 8px;
    flex-basis: 100%;
    font-family: 'open-sans', sans-serif; }
    @media (min-width: 48em) {
      .cards__wrapper .card {
        margin-bottom: 0;
        flex-basis: 30%; } }
    .cards__wrapper .card .card__image {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
      .cards__wrapper .card .card__image img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        width: 100%;
        max-width: 100%; }
    .cards__wrapper .card .title {
      font-family: 'Droid Serif', Helvetica Nue, Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 1rem; }
    .cards__wrapper .card .card__content {
      padding: 20px 25px; }

a.cta {
  font-family: 'open-sans', sans-serif;
  margin-top: 0.5rem;
  display: inline-block;
  color: #0082c8;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline; }
  a.cta:hover {
    color: #000000; }
  a.cta.btn--cta {
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    a.cta.btn--cta:hover {
      background: #e9ebec; }

.callout__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .callout__container .callout__content {
    flex-basis: 100%; }
  .callout__container .callout__video {
    flex-basis: 100%; }
    .callout__container .callout__video .video-wrapper {
      margin-top: 2rem;
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      @media (min-width: 48em) {
        .callout__container .callout__video .video-wrapper {
          margin-top: 0; } }
      .callout__container .callout__video .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  @media (min-width: 48em) {
    .callout__container {
      flex-wrap: nowrap; }
      .callout__container .callout__content {
        flex-basis: 40%; }
      .callout__container .callout__video {
        flex-basis: 55%; } }

h2.title {
  font-family: 'Droid Serif', Helvetica Nue, Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1rem; }

.callout__wrapper {
  padding: 3rem 0; }

.services__wrapper {
  padding: 3rem 0;
  background-color: #fbfbfb;
  background-image: url("../images/westside-w.png");
  background-repeat: no-repeat;
  background-position: 100% 100%; }

.services__intro {
  text-align: center;
  margin: 0 auto; }
  @media (min-width: 48em) {
    .services__intro {
      max-width: 65%; } }

.services {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 48em) {
    .services {
      flex-wrap: nowrap; } }

.service {
  transition: 75ms all ease-out;
  position: relative;
  background: #ffffff;
  border: solid 1px #e9ebec;
  border-radius: 8px;
  flex-basis: 45%;
  margin-bottom: 1rem;
  text-align: center;
  padding: 2rem 0; }
  @media (min-width: 48em) {
    .service {
      flex-basis: 18%;
      margin-bottom: 0; } }
  .service .service__title {
    font-weight: bold;
    font-size: 16px;
    font-family: 'open-sans', sans-serif; }
  .service .service__icon {
    height: 80px;
    margin-bottom: 1rem; }
    .service .service__icon svg {
      width: 80px;
      height: 80px; }
      .service .service__icon svg .cls-1 {
        fill: #0082c8; }
    .service .service__icon img.img--service {
      height: 70px !important; }
  .service .service__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .service:hover {
    border: solid 1px #006dba;
    background: #006dba;
    color: #ffffff; }
    .service:hover .service__icon svg .cls-1 {
      fill: #ffffff; }

.newsletter__container {
  padding: 3rem 0;
  text-align: center;
  background: #fbfbfb; }
  .newsletter__container label {
    color: #000000; }
  .newsletter__container .ctct-form-wrapper .ctct-form abbr {
    text-decoration: none;
    color: #000000; }
  .newsletter__container h2 {
    margin: 0; }
  .newsletter__container .newsletter {
    border-top: 0;
    border-bottom: 0;
    padding: 0 0;
    text-align: center; }
    @media (min-width: 64em) {
      .newsletter__container .newsletter {
        margin: 0;
        padding: 0; } }

.footer__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem; }
  @media (min-width: 48em) {
    .footer__ctas {
      flex-wrap: nowrap; } }
  .footer__ctas div {
    flex-basis: 100%;
    margin-bottom: 1rem; }
    @media (min-width: 48em) {
      .footer__ctas div {
        flex-basis: 24%;
        margin-bottom: 0; } }
    .footer__ctas div a {
      font-family: 'open-sans', sans-serif;
      font-size: 16px;
      font-weight: bold;
      padding: 1rem 0;
      text-transform: uppercase;
      border: solid 1px #00b0ad;
      background: #00b0ad;
      color: #000000;
      display: block; }
      .footer__ctas div a:hover {
        background: #ffffff; }

.page-template-homepage-new h2,
.page-template-homepage-new h3,
.page-template-homepage-new h4 {
  margin-top: 0; }
.page-template-homepage-new .locations-container {
  padding: 3rem 0; }

.newsletter--new.newsletter form {
  margin-top: 2rem;
  justify-content: center; }
  .newsletter--new.newsletter form input[type='submit'] {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 15px 60px; }
    .newsletter--new.newsletter form input[type='submit']:hover {
      background: #00b0ad;
      color: #ffffff; }
@media (min-width: 64em) {
  .newsletter--new.newsletter .ctct-form-field-text,
  .newsletter--new.newsletter .ctct-form-field-email {
    width: 30%; } }
.newsletter--new.newsletter .ctct-form-wrapper .ctct-form .ctct-label-top label,
.newsletter--new.newsletter .ctct-form-wrapper .ctct-form .ctct-label-bottom label {
  height: auto;
  position: relative;
  width: auto;
  text-transform: uppercase;
  clip-path: none;
  text-align: left; }
.newsletter--new.newsletter input[type='search'],
.newsletter--new.newsletter input[type='text'],
.newsletter--new.newsletter input[type='password'],
.newsletter--new.newsletter input[type='email'],
.newsletter--new.newsletter input[type='tel'],
.newsletter--new.newsletter input[type='url'],
.newsletter--new.newsletter textarea {
  background: #ffffff; }

@media (max-width: 782px) {
  #wpadminbar {
    top: -46px; } }

body {
  background: #ffffff; }

#wrap {
  box-shadow: none;
  padding: 0 10px;
  width: 1160px; }
  @media (min-width: 960px) {
    #wrap {
      padding: 0 0 30px; } }

.container {
  margin: 0 auto; }

#main {
  padding: 0 0 30px;
  position: relative; }

h3 {
  font-size: 16px;
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 30px 0 10px;
  text-transform: uppercase; }

p,
ul,
ol,
.content-area td {
  color: #464646;
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px; }
  p li,
  ul li,
  ol li,
  .content-area td li {
    margin-bottom: 1em; }

td {
  border: solid 1px #eaebed;
  padding: 1em 1.5em; }

.mobile-only {
  display: none; }
  @media (max-width: 959px) {
    .mobile-only {
      display: block; } }

.alert-area {
  background-color: #0082c8;
  border-bottom: solid 1px #e9ebec; }
  .alert-area .inner-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    width: 1160px; }
    @media (min-width: 64em) {
      .alert-area .inner-wrapper {
        max-width: 90%; } }
  .alert-area h3 {
    color: #ffffff;
    margin: 0 0 1em; }
  .alert-area p {
    color: #ffffff;
    margin-bottom: 0;
    max-width: 95%; }
  .alert-area #alert-bar-msg {
    background-color: #0082c8;
    color: #ffffff;
    padding: 1.4em 1em; }
    @media (min-width: 75em) {
      .alert-area #alert-bar-msg {
        padding: 1.4em 0; } }
  .alert-area #hide-btn {
    float: none;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 01em; }

.secondary-nav {
  box-sizing: border-box;
  display: none;
  background: #e9ebec;
  color: #000000;
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 1.2em 0; }
  @media (min-width: 960px) {
    .secondary-nav {
      display: block; } }
  @media (min-width: 75em) {
    .secondary-nav {
      padding: 1.4em 0; } }
  .secondary-nav .inner-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 90%;
    width: 1160px; }
    @media (min-width: 64em) {
      .secondary-nav .inner-wrapper {
        max-width: 90%; } }
  .secondary-nav .locations,
  .secondary-nav .links {
    display: inline-block;
    font-size: 0.95em;
    vertical-align: middle;
    width: 49.8%; }
    @media (min-width: 75em) {
      .secondary-nav .locations,
      .secondary-nav .links {
        font-size: 1em; } }
    .secondary-nav .locations ul,
    .secondary-nav .links ul {
      font-size: 13px; }
  .secondary-nav .locations {
    width: 35%;
    text-align: left; }
    @media (min-width: 75em) {
      .secondary-nav .locations {
        width: 43%; } }
    .secondary-nav .locations li {
      display: inline-block;
      margin: 0 0.9em 0 0; }
      @media (min-width: 75em) {
        .secondary-nav .locations li {
          margin: 0 2em 0 0; } }
      @media (min-width: 87.5em) {
        .secondary-nav .locations li {
          margin: 0 2.8em 0 0; } }
      .secondary-nav .locations li:last-child {
        margin: 0; }
  .secondary-nav span,
  .secondary-nav a {
    color: #0082c8; }
  .secondary-nav a {
    margin-left: 15px; }
    @media (min-width: 75em) {
      .secondary-nav a {
        margin-left: 2em; } }
  .secondary-nav .links {
    text-align: right;
    width: 64.6%; }
    @media (min-width: 75em) {
      .secondary-nav .links {
        width: 56.6%; } }
    .secondary-nav .links .alt-links {
      display: inline-block;
      vertical-align: middle; }
    .secondary-nav .links li {
      display: inline-block;
      margin: 0; }
      .secondary-nav .links li:first-child a {
        margin: 0; }
    .secondary-nav .links #google_language_translator {
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle; }
      .secondary-nav .links #google_language_translator .goog-te-gadget {
        padding: 0; }

#masterhead {
  border-bottom: none; }
  @media (min-width: 960px) {
    #masterhead {
      box-sizing: border-box;
      margin: 0 auto;
      max-width: 90%;
      padding: 30px 0;
      width: 1160px; } }

@media (min-width: 960px) {
  #masternav {
    margin-top: -16px;
    right: 0px; } }

.slicknav_menutxt {
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 600; }

.slicknav_btn {
  background: #0082c8; }

.slicknav_nav {
  background: #c0e5ee;
  padding-top: 0.5em; }
  .slicknav_nav a {
    color: #000000; }
    .slicknav_nav a:hover {
      background: transparent; }

.sf-menu li {
  margin-left: 15px; }
  @media (min-width: 75em) {
    .sf-menu li {
      margin-left: 20px; } }
.sf-menu .sub-menu li {
  margin: 0; }
.sf-menu a {
  color: #000000;
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  padding: 0; }
  @media (min-width: 64em) {
    .sf-menu a {
      font-size: 14px; } }
@media (min-width: 960px) {
  .sf-menu .current-menu-ancestor,
  .sf-menu .current-menu-item {
    position: relative; }
    .sf-menu .current-menu-ancestor:before,
    .sf-menu .current-menu-item:before {
      color: #0082c8;
      content: '\f111';
      font-family: FontAwesome;
      position: absolute;
      left: 50%;
      top: -10px;
      transform: translateX(-50%); }
    .sf-menu .current-menu-ancestor a,
    .sf-menu .current-menu-item a {
      color: #0082c8; }
    .sf-menu .current-menu-ancestor .menu-item a,
    .sf-menu .current-menu-item .menu-item a {
      color: #999; }
      .sf-menu .current-menu-ancestor .menu-item a:hover,
      .sf-menu .current-menu-item .menu-item a:hover {
        color: #0082c8; }
    .sf-menu .current-menu-ancestor .current-menu-ancestor:before,
    .sf-menu .current-menu-ancestor .current-menu-item:before,
    .sf-menu .current-menu-item .current-menu-ancestor:before,
    .sf-menu .current-menu-item .current-menu-item:before {
      content: ''; }
    .sf-menu .current-menu-ancestor .current-menu-ancestor a,
    .sf-menu .current-menu-item .current-menu-ancestor a {
      color: #0082c8; }
    .sf-menu .current-menu-ancestor .current-menu-ancestor .menu-item a,
    .sf-menu .current-menu-item .current-menu-ancestor .menu-item a {
      color: #999; }
      .sf-menu .current-menu-ancestor .current-menu-ancestor .menu-item a:hover,
      .sf-menu .current-menu-item .current-menu-ancestor .menu-item a:hover {
        color: #0082c8; } }

@media (max-width: 959px) {
  #logo {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 90%;
    padding: 0 30px; } }

#page-heading {
  border-bottom: none;
  padding-bottom: 0; }
  @media (min-width: 960px) {
    #page-heading {
      display: flex;
      flex-wrap: wrap;
      margin-top: -30px;
      margin-bottom: 45px; } }
  #page-heading h1 {
    font-family: 'abril-text', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 35px; }
    @media (min-width: 48em) {
      #page-heading h1 {
        font-size: 48px; } }
    @media (min-width: 960px) {
      #page-heading h1 {
        flex-basis: 100%;
        order: 1; } }
  #page-heading.blog-single {
    margin-bottom: 0; }
    #page-heading.blog-single h1 {
      font-size: 28px;
      line-height: 1.3; }
    #page-heading.blog-single .post-meta {
      margin: 10px 0;
      order: 3; }
  #page-heading #header-border {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c95cf+0,2bbbbb+100 */
    background: #2c95cf;
    /* Old browsers */
    background: -moz-linear-gradient(left, #2c95cf 0%, #2bbbbb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2c95cf 0%, #2bbbbb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2c95cf 0%, #2bbbbb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c95cf', endColorstr='#2bbbbb',GradientType=1 );
    /* IE6-9 */
    height: 10px;
    margin: 10px auto 0;
    width: 70%; }
    @media (min-width: 960px) {
      #page-heading #header-border {
        height: 10px;
        margin-top: 0;
        margin: 0 0 12px;
        order: 0;
        width: 50%; } }

#page-featured-img h1 {
  color: #ffffff;
  font-family: 'abril-text', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  position: absolute;
  bottom: 5%;
  left: 5%;
  margin: 0; }
  @media (min-width: 25em) {
    #page-featured-img h1 {
      font-size: 28px;
      bottom: 8%; } }
  @media (min-width: 48em) {
    #page-featured-img h1 {
      font-size: 54px;
      bottom: 8%;
      left: 4%;
      line-height: 1; } }
  @media (min-width: 960px) {
    #page-featured-img h1 {
      font-size: 65px;
      letter-spacing: 1px; } }
  @media (min-width: 75em) {
    #page-featured-img h1 {
      font-size: 75px; } }
  @media (min-width: 75em) {
    #page-featured-img h1 {
      font-size: 85px; } }

#home-tagline {
  display: none; }

@media (min-width: 64em) {
  .icon-wrap {
    align-items: flex-start;
    display: flex; }
    .icon-wrap .icon {
      min-width: 72px;
      margin: 0 20px 20px 0; }
    .icon-wrap h3 {
      margin: 20px 0 10px; } }

@media (min-width: 960px) {
  #sidebar .side-nav,
  #contact-sidebar .side-nav {
    width: 90%; } }
#sidebar .menu-item,
#contact-sidebar .menu-item {
  display: none; }
  #sidebar .menu-item.current-menu-item, #sidebar .menu-item.current_page_item,
  #contact-sidebar .menu-item.current-menu-item,
  #contact-sidebar .menu-item.current_page_item {
    display: list-item; }
    #sidebar .menu-item.current-menu-item a, #sidebar .menu-item.current_page_item a,
    #contact-sidebar .menu-item.current-menu-item a,
    #contact-sidebar .menu-item.current_page_item a {
      background: #6abdd1; }
      #sidebar .menu-item.current-menu-item a:after, #sidebar .menu-item.current_page_item a:after,
      #contact-sidebar .menu-item.current-menu-item a:after,
      #contact-sidebar .menu-item.current_page_item a:after {
        color: #ffffff; }
    #sidebar .menu-item.current-menu-item.menu-item-has-children .menu-item, #sidebar .menu-item.current_page_item.menu-item-has-children .menu-item,
    #contact-sidebar .menu-item.current-menu-item.menu-item-has-children .menu-item,
    #contact-sidebar .menu-item.current_page_item.menu-item-has-children .menu-item {
      display: list-item;
      margin-bottom: 0; }
      #sidebar .menu-item.current-menu-item.menu-item-has-children .menu-item a, #sidebar .menu-item.current_page_item.menu-item-has-children .menu-item a,
      #contact-sidebar .menu-item.current-menu-item.menu-item-has-children .menu-item a,
      #contact-sidebar .menu-item.current_page_item.menu-item-has-children .menu-item a {
        background: #c0e5ee; }
        #sidebar .menu-item.current-menu-item.menu-item-has-children .menu-item a:after, #sidebar .menu-item.current_page_item.menu-item-has-children .menu-item a:after,
        #contact-sidebar .menu-item.current-menu-item.menu-item-has-children .menu-item a:after,
        #contact-sidebar .menu-item.current_page_item.menu-item-has-children .menu-item a:after {
          color: #464646; }
    #sidebar .menu-item.current-menu-item.menu-item-has-children .menu-item-has-children .menu-item, #sidebar .menu-item.current_page_item.menu-item-has-children .menu-item-has-children .menu-item,
    #contact-sidebar .menu-item.current-menu-item.menu-item-has-children .menu-item-has-children .menu-item,
    #contact-sidebar .menu-item.current_page_item.menu-item-has-children .menu-item-has-children .menu-item {
      display: none; }
  #sidebar .menu-item.current-menu-parent,
  #contact-sidebar .menu-item.current-menu-parent {
    display: list-item; }
    #sidebar .menu-item.current-menu-parent.menu-item-has-children .menu-item,
    #contact-sidebar .menu-item.current-menu-parent.menu-item-has-children .menu-item {
      display: list-item;
      margin-bottom: 0; }
    #sidebar .menu-item.current-menu-parent.menu-item-has-children .menu-item-has-children .menu-item,
    #contact-sidebar .menu-item.current-menu-parent.menu-item-has-children .menu-item-has-children .menu-item {
      display: none; }
  #sidebar .menu-item a,
  #contact-sidebar .menu-item a {
    background: #c0e5ee;
    color: #464646;
    display: block;
    font-family: 'open-sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 0.8em;
    padding: 8px 20px 8px 20px;
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 960px) {
      #sidebar .menu-item a,
      #contact-sidebar .menu-item a {
        max-width: 215px;
        padding: 8px 40px 8px 20px; } }
    #sidebar .menu-item a:after,
    #contact-sidebar .menu-item a:after {
      color: #464646;
      content: '\f0da';
      font-family: FontAwesome;
      font-size: 18px;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%); }

#contact-sidebar .info {
  background: #c0e5ee;
  padding: 25px 30px;
  margin-bottom: 10px; }
  @media (min-width: 64em) {
    #contact-sidebar .info {
      max-width: 250px; } }
  #contact-sidebar .info.dark {
    background: #6abdd1;
    text-align: center;
    text-transform: uppercase; }
    #contact-sidebar .info.dark p {
      color: #ffffff;
      margin: 0; }
  #contact-sidebar .info.light p:last-child {
    margin-bottom: 0; }
  #contact-sidebar .info p {
    margin-bottom: 25px; }
#contact-sidebar .menu-item {
  display: list-item; }
  @media (min-width: 64em) {
    #contact-sidebar .menu-item a {
      max-width: 250px; } }

@media (min-width: 48em) {
  .home-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
.home-links .home-link {
  margin-bottom: 30px; }
  .home-links .home-link:last-child {
    margin-bottom: 0; }
  @media (min-width: 48em) {
    .home-links .home-link {
      flex-basis: 48%;
      margin-bottom: 0; } }
  .home-links .home-link.large {
    flex-basis: 100%;
    margin-top: 20px; }
    .home-links .home-link.large span {
      background: #0962a6;
      /* Old browsers */
      background: -moz-linear-gradient(top, #0962a6 0%, #0082c8 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #0962a6 0%, #0082c8 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #0962a6 0%, #0082c8 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0962a6', endColorstr='#0082c8',GradientType=0 );
      /* IE6-9 */ }
.home-links a {
  display: block;
  position: relative; }
.home-links img {
  max-width: none;
  width: 100%; }
.home-links span {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008a9d+0,00acaa+100 */
  background: #008a9d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #008a9d 0%, #00acaa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #008a9d 0%, #00acaa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #008a9d 0%, #00acaa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a9d', endColorstr='#00acaa',GradientType=0 );
  /* IE6-9 */
  color: #ffffff;
  display: block;
  font-family: 'abril-text', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%; }

.content-area label {
  color: #0082c8;
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; }
.content-area .entry [type='submit'] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c95cf+0,2bbbbb+100 */
  background: #2c95cf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2c95cf 0%, #2bbbbb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2c95cf 0%, #2bbbbb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2c95cf 0%, #2bbbbb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c95cf', endColorstr='#2bbbbb',GradientType=1 );
  /* IE6-9 */
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  height: 40px;
  text-transform: uppercase;
  width: 170px; }
.content-area .btn-pop {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c95cf+0,2bbbbb+100 */
  background: #2c95cf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2c95cf 0%, #2bbbbb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2c95cf 0%, #2bbbbb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2c95cf 0%, #2bbbbb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c95cf', endColorstr='#2bbbbb',GradientType=1 );
  /* IE6-9 */
  color: #ffffff;
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 10px;
  text-transform: uppercase; }

.newsletter {
  border-top: solid 2px #c0e5ee;
  border-bottom: solid 2px #c0e5ee;
  padding: 20px 0;
  text-align: center; }
  @media (min-width: 64em) {
    .newsletter {
      align-items: flex-end;
      display: flex;
      margin: 30px 0 60px;
      padding: 40px 0; } }
  .newsletter h4 {
    font-family: 'abril-text', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 20px; }
    @media (min-width: 48em) {
      .newsletter h4 {
        font-size: 28px; } }
    @media (min-width: 64em) {
      .newsletter h4 {
        margin: 0 40px 0 0; } }
  @media (min-width: 48em) {
    .newsletter .ctct-form-wrapper {
      align-items: baseline;
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 64em) {
    .newsletter .ctct-form-wrapper {
      flex-grow: 1; } }
  .newsletter .ctct-form-wrapper input[type='text']:required:valid,
  .newsletter .ctct-form-wrapper input[type='email']:required:valid {
    background-color: #eaebed;
    border-color: #eaebed; }
  @media (min-width: 48em) {
    .newsletter form {
      align-items: flex-end;
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 64em) {
    .newsletter form {
      flex-grow: 1; } }
  .newsletter label {
    display: none; }
  .newsletter .ctct-form-field-text,
  .newsletter .ctct-form-field-email {
    margin-bottom: 15px; }
    @media (min-width: 48em) {
      .newsletter .ctct-form-field-text,
      .newsletter .ctct-form-field-email {
        margin-bottom: 0; } }
    @media (min-width: 64em) {
      .newsletter .ctct-form-field-text,
      .newsletter .ctct-form-field-email {
        width: 40%; } }
  @media (min-width: 48em) {
    .newsletter .ctct-form-field-email {
      margin: 0 15px; } }
  .newsletter input[type='text'],
  .newsletter input[type='email'] {
    border: solid 1px #eaebed;
    font-size: 16px;
    width: 100%; }
    @media (min-width: 48em) {
      .newsletter input[type='text'],
      .newsletter input[type='email'] {
        padding: 7px 10px; } }
    @media (min-width: 64em) {
      .newsletter input[type='text'],
      .newsletter input[type='email'] {
        padding: 14px 10px; } }
    .newsletter input[type='text'].ctct-invalid,
    .newsletter input[type='email'].ctct-invalid {
      background-color: #eaebed !important;
      border-color: #eaebed !important; }
  .newsletter .ctct-form-field-submit {
    margin-bottom: 0; }
  .newsletter input[type='submit'] {
    background: #0082c8;
    border: none;
    color: #ffffff;
    font-family: 'open-sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 14px;
    text-transform: uppercase; }
    @media (min-width: 48em) {
      .newsletter input[type='submit'] {
        padding: 8px 14px; } }
    @media (min-width: 48em) {
      .newsletter input[type='submit'] {
        padding: 15px 14px; } }
  .newsletter .ctct-disclosure {
    display: none; }

.providers-sort {
  margin-bottom: 30px;
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 600; }
  .providers-sort span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    margin-right: 20px;
    text-transform: uppercase; }
  .providers-sort .select-wrapper {
    background: #fff;
    display: inline-block;
    min-width: 225px; }
  .providers-sort .providers-sort-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/wp-content/uploads/2017/07/down-arrow-alt.png") no-repeat 95% 50%;
    background-color: #fff;
    background-size: 6%;
    color: #464646;
    border: solid 1px #0082c8;
    border-radius: 0;
    display: block;
    font-family: 'open-sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 !important;
    padding: 8px 40px 8px 20px !important;
    width: 100%; }

.providers,
.leadership {
  border-bottom: none;
  padding-bottom: 0; }
  .providers.loop-entry,
  .leadership.loop-entry {
    margin-bottom: 0; }

.provider {
  margin-bottom: 25px;
  width: 100%; }
  .provider.board-member {
    margin-bottom: 20px; }

.providers-wrapper img {
  max-width: none;
  width: 100%; }
  .providers-wrapper img:hover {
    opacity: 1; }
.providers-wrapper .provider-image {
  display: inline-block;
  margin-bottom: 10px;
  min-width: 90px;
  vertical-align: top;
  width: 12%; }
  @media (min-width: 48em) {
    .providers-wrapper .provider-image {
      margin-bottom: 0;
      margin-right: 20px; } }
.providers-wrapper .provider-info {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 48em) {
    .providers-wrapper .provider-info {
      width: 80%; } }
.providers-wrapper .blue {
  color: #0082c8; }
.providers-wrapper .title,
.providers-wrapper .position,
.providers-wrapper .location,
.providers-wrapper .education,
.providers-wrapper .residency {
  display: block;
  line-height: 1;
  margin-bottom: 4px; }
.providers-wrapper .title {
  color: #555;
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px; }
.providers-wrapper .position {
  margin-bottom: 10px; }

@media (min-width: 64em) {
  .board-wrapper {
    column-count: 2; } }

.affiliate {
  width: 100%; }
  @media (min-width: 64em) {
    .affiliate {
      align-items: center;
      display: flex; } }

.affiliate-wrapper img:hover {
  opacity: 1; }
.affiliate-wrapper .affiliate-image {
  display: inline-block;
  margin-right: 20px;
  min-width: 226px;
  vertical-align: top;
  flex-basis: 40%; }
.affiliate-wrapper .affiliate-info {
  display: inline-block;
  vertical-align: top;
  flex-basis: 55%; }
.affiliate-wrapper .title,
.affiliate-wrapper .link {
  display: block;
  line-height: 1;
  margin-bottom: 4px; }
.affiliate-wrapper .title {
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px; }
.affiliate-wrapper .link {
  margin-bottom: 10px; }
@media (min-width: 64em) {
  .affiliate-wrapper a {
    border-bottom: solid 1px transparent;
    display: inline-block;
    transition: border-bottom 0.4s; }
    .affiliate-wrapper a:hover {
      border-bottom: solid 1px #006dba; } }

.faqs.loop-entry {
  border-bottom: none;
  margin: 0;
  padding: 0; }

.faq .question {
  font-family: 'open-sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px; }
  .faq .question a {
    color: #0082c8; }
    @media (min-width: 64em) {
      .faq .question a {
        border-bottom: solid 1px transparent;
        transition: border-bottom 0.4s; }
        .faq .question a:hover {
          border-bottom: solid 1px #0082c8; } }
.faq .faq-answer {
  display: none; }

.location-box {
  margin-bottom: 2em; }
  .location-box br {
    display: none; }
  @media (min-width: 960px) {
    .location-box {
      float: left;
      width: 35%; }
      .location-box br {
        display: inline; } }
  .location-box h4 {
    font-family: 'abril-text', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px; }
    @media (min-width: 48em) {
      .location-box h4 {
        font-size: 28px; } }
    @media (min-width: 48em) {
      .location-box h4 {
        margin: 0 0 20px; } }
    .location-box h4 .wtitle1 {
      color: #0082c8; }
  .location-box .accent {
    color: #0082c8; }

.anniversary-events {
  border-top: solid 2px #e9ebec;
  margin-top: 2em; }
  .anniversary-events .anniversary-event {
    border-bottom: solid 2px #e9ebec;
    padding: 1em 0; }
    .anniversary-events .anniversary-event h2 {
      color: #006dba;
      margin-bottom: 5px; }
    .anniversary-events .anniversary-event .event-date {
      margin-bottom: 5px; }
    .anniversary-events .anniversary-event .show-more {
      font-style: italic; }
  .anniversary-events .preview-wrap .event-right {
    display: none; }
  @media (min-width: 48em) {
    .anniversary-events .preview-wrap {
      align-items: center;
      display: flex;
      justify-content: space-between; }
      .anniversary-events .preview-wrap .event-left {
        flex-basis: 65%; }
      .anniversary-events .preview-wrap .event-right {
        display: block;
        flex-basis: 30%;
        text-align: center; } }
    @media (min-width: 48em) and (min-width: 48em) {
      .anniversary-events .preview-wrap .event-right img {
        max-height: 150px; } }

  .anniversary-events .event-details {
    display: none; }
    .anniversary-events .event-details h2:first-child {
      margin-top: 0; }

.map-wrapper {
  background: #e9ebec;
  position: relative; }
  @media (min-width: 960px) {
    .map-wrapper {
      float: right;
      overflow: hidden;
      width: 65%; } }
  @media (min-width: 75em) {
    .map-wrapper {
      width: 60%; } }
  .map-wrapper .location-map {
    overflow: hidden; }
    @media (min-width: 960px) {
      .map-wrapper .location-map {
        float: right;
        width: 60%; } }
    .map-wrapper .location-map .wpgmza_map {
      z-index: 99; }
  .map-wrapper .wpgmza_marker_list_class {
    color: #000000;
    font-family: 'open-sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    padding: 10px 20px 10px; }
    @media (min-width: 960px) {
      .map-wrapper .wpgmza_marker_list_class {
        position: absolute;
        top: 0;
        left: 0; } }
    @media (min-width: 960px) {
      .map-wrapper .wpgmza_marker_list_class .wpgmaps_blist_row {
        margin-bottom: 2px; } }
    @media (min-width: 64em) {
      .map-wrapper .wpgmza_marker_list_class .wpgmaps_blist_row {
        max-width: 225px;
        padding: 2px 10px;
        margin-left: -10px;
        transition: background 0.4s, color 0.2s; }
        .map-wrapper .wpgmza_marker_list_class .wpgmaps_blist_row:hover {
          background: #ccc;
          color: #ffffff; } }
    @media (min-width: 75em) {
      .map-wrapper .wpgmza_marker_list_class .wpgmaps_blist_row {
        margin-bottom: 5px; } }
    .map-wrapper .wpgmza_marker_list_class .wpgmza_div_marker,
    .map-wrapper .wpgmza_marker_list_class .wpgmza_div_address {
      display: none; }
  .map-wrapper .gm-style-iw div {
    overflow: scroll !important; }
  .map-wrapper .wpgmza_infowindow_title {
    color: #0082c8 !important;
    font-size: 14px; }
  .map-wrapper .wpgmza_infowindow_address {
    font-size: 14px;
    margin-bottom: 5px; }
  .map-wrapper p {
    font-size: 12px; }
  .map-wrapper .wpgmza_gd {
    display: inline-block;
    margin-top: 1em; }

.ginput_price {
  display: none; }

#footer {
  background: #0082c8;
  margin: 0;
  padding: 15px 0 0 0; }
  #footer a {
    color: #ffffff;
    font-family: 'open-sans', sans-serif;
    font-style: normal;
    font-weight: 400; }
    @media (min-width: 64em) {
      #footer a {
        border-bottom: solid 1px transparent;
        transition: border-bottom 0.4s; }
        #footer a:hover {
          color: #ffffff;
          border-bottom: solid 1px #ffffff; } }
  #footer .wpex-col {
    margin: 0; }
    @media (min-width: 64em) {
      #footer .wpex-col {
        float: none;
        width: auto; } }
    @media (min-width: 75em) {
      #footer .wpex-col {
        padding: 0; } }
  @media (min-width: 64em) {
    #footer .wpex-row {
      display: flex;
      justify-content: space-between;
      margin: 0; } }
  @media (min-width: 64em) {
    #footer .wpex-clr:after {
      content: '';
      display: none; } }
  #footer .footer-widget {
    margin: 15px 0; }
  #footer .menu-item-has-children a {
    display: block;
    margin-bottom: 7px; }
    @media (min-width: 64em) {
      #footer .menu-item-has-children a {
        display: inline-block; } }
  #footer .widget_nav_menu ul li {
    border-bottom: none;
    margin-bottom: 5px;
    max-width: 180px;
    padding-bottom: 0; }
    #footer .widget_nav_menu ul li a {
      font-family: 'open-sans', sans-serif;
      font-style: normal;
      font-weight: 600; }
    #footer .widget_nav_menu ul li .sub-menu a {
      font-family: 'open-sans', sans-serif;
      font-style: normal;
      font-weight: 400; }
  @media (min-width: 64em) {
    #footer #footer-six .widget_nav_menu ul li {
      margin-bottom: 25px; }
      #footer #footer-six .widget_nav_menu ul li:last-child {
        margin-bottom: 0; } }
  #footer .footer-additional {
    border-top: solid 2px #006dba;
    padding: 35px 0 30px; }
    @media (min-width: 64em) {
      #footer .footer-additional {
        border-top: none;
        box-sizing: border-box;
        margin: 5px auto 20px;
        max-width: 90%;
        padding: 0;
        position: relative;
        width: 1160px; } }
  #footer .footer-links {
    margin: 0 auto;
    width: 235px; }
    @media (min-width: 64em) {
      #footer .footer-links {
        float: left; } }
    #footer .footer-links a {
      background: #e9ebec;
      box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
      color: #000000;
      display: block;
      font-size: 16px;
      margin-bottom: 15px;
      padding: 7px 0;
      text-align: center;
      text-transform: uppercase; }
  #footer .footer-social {
    margin-top: 25px;
    text-align: center; }
    @media (min-width: 64em) {
      #footer .footer-social {
        float: right;
        margin-top: 0; } }
    @media (min-width: 75em) {
      #footer .footer-social {
        margin-right: 13px; } }
    #footer .footer-social a {
      background: #e9ebec;
      border-bottom: none;
      border-radius: 15px;
      box-sizing: border-box;
      color: #000000;
      display: inline-block;
      margin: 0 5px;
      padding: 3px 0;
      text-align: center;
      vertical-align: middle;
      width: 28px; }
      @media (min-width: 64em) {
        #footer .footer-social a {
          transition: background 0.4s, color 0.4s; }
          #footer .footer-social a:hover {
            background: #000000;
            color: #ffffff; } }
  #footer #copyright {
    font-family: 'open-sans', sans-serif;
    font-style: normal;
    font-weight: 400; }

.footer-wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 90%;
  padding: 0;
  width: 1160px; }

#footer-bottom {
  background: #006dba; }

#copyright {
  color: #ffffff; }
  #copyright a {
    border-bottom: solid 1px #ffffff; }

.inset {
  padding: 1.5rem;
  background: #fbfbfb;
  margin-bottom: 2rem; }
  .inset h2 {
    margin-top: 0;
    font-weight: bold;
    color: #000000; }
  .inset.inset--blue {
    background: #c0e5ee; }

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

ul#menu-main-menu li.menu-item-8366 {
  display: none;
}

#sidebar .sidebar-nav li.menu-item-6085+.menu-item-8366:not(.current-page-parent):not(.current-menu-item) {
  display: none;
}
