/*
	Theme Name: JGS
	Theme URI: https://jgslifecare.org/
	Description: JGS, based on HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Sperling Interactive, derived from Todd Motto (@toddmotto)
	Author URI: http://sperlinginteractive.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    max-width: 100%;
    /* overflow-x: hidden;
    overflow-y: inherit; */
    height: 100%;
    scroll-behavior: smooth;
}

body {
    font: 400 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
    height: 100%;
    /*overflow-x: hidden;*/
    /*Required on both HTML and Body to prevent overflow on iPad Pro*/
    position: relative;

}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #428bca;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #2a5777;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

p,
ul,
ol {
    font-size: 14pt;
    margin: 0 0 1em 0;
}

h1 {
    font-size: 3.6rem;
    margin-bottom: 1em;
}

h2 {
    font-size: 3.2rem;
    margin-bottom: 5px;
}

h3 {
    font-size: 2.8rem;
    margin-bottom: 5px;
    font-weight: bold;
}

h4 {
    font-size: 2.4rem;
    margin-bottom: 5px;
}

h5 {
    font-size: 2.0rem;
    margin-bottom: 5px;
}

h6 {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

input:focus {
    outline: 0;
}

small {
    font-size: 1.2rem;
}

/*------------------------------------*\
    THEME COLORS and FORMATTING
\*------------------------------------*/
.primary-color {
    color: #4F97CB;
}

.accent-color {
    color: #4F97CB;
}

a.accent-color:hover {
    color: #0e3139;
}

.white-text {
    color: #FFFFFF;
}

.white-text a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

a.white-text:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.regular-text {
    color: #444;
}

.inherit {
    color: inherit;
}

.accent-background {
    background-color: #1C4D59;
}

.secondary-background {
    background-color: #C7B299;
}

.light-background {
    background-color: #f0f7f7;
}

.gray-background {
    background-color: #efefef;
}

.shadow-on-box {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.centered {
    text-align: center !important;
}

.bold {
    font-weight: bold;
}

.light-weight {
    font-weight: 100;
}

.italic {
    font-style: italic;
}

.m-0 {
    margin: 0;
}

.m-10 {
    margin: 10px;
}

.m-20 {
    margin: 20px;
}

.m-30 {
    margin: 30px;
}

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

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

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

.m-top-20 {
    margin-top: 20px;
}

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

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

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

.p-bottom-20 {
    padding-bottom: 20px;
}

.p-30 {
    padding: 30px;
}

.p-60 {
    padding: 60px;
}

.p-top-30 {
    padding-top: 30px;
}

.p-bottom-30 {
    padding-bottom: 30px;
}

.p-top-40 {
    padding-top: 40px;
}

.p-bulba-double {
    padding: 1.5rem;
}

.small-text {
    font-size: 1.3rem;
}

.basic-rollover {
    transition: all 0.5s ease;
}

.basic-rollover:hover {
    opacity: 0.7;
}

.height-100 {
    height: 100%;
}

.img-margin-0-auto img {
    margin: 0 auto;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.container {
    max-width: 1280px;
    align-self: center;
    flex: 1 auto;
    width: 100%;
    /* height: 100%; */
    margin: 0 auto;
    padding: 0 0.75rem;
}

.container-thin {
    max-width: 1000px;
    margin: 0 auto;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/

/*Header Styles*/
.contact-info {
    text-align: right;
    margin-top: 7px;
    font-weight: bold;
    color: #442613;
}

.tel {
    margin-right: 20px;
    font-size: 11pt;
    display: block;
    margin-top: 2px;
}

.email {
    margin-right: 20px;
    font-size: 11pt;
    display: block;
    margin-top: 2px;
}

iframe {
    width: 100% !important;
    max-width: 100%;
}

.virtual-tour iframe {
    width: 100% !important;
    height: 500px;
}

.tribe-bar-submit {
    margin-left: initial;
}

#tribe-events-bar {
    margin-bottom: 15px !important;
}


.button {
    /*width: calc(33.33333333333333% - 10px);*/
    height: 50px;
    background: #73B138;
    padding: 15px;
    text-align: center;
    color: white !important;
    font-size: 12pt;
    font-weight: bold;
    margin: 20px 0;
    position: relative;
    border: 0;
    vertical-align: middle;
}

.button:hover {
    border: 0 !important;
    background: #42691c;
    color: #FFFFFF;
}

.button.full-btn {
    width: 100%;
}

/*Hover effect*/
button.search-submit:before,
button.search-submit:after {
    display: none;
}

button:hover.search-submit:before,
button:hover.search-submit:after,
.tribe-bar-submit button:after {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.read-more:before:hover,
.read-more:after:hover,
.tribe-bar-submit button:after:hover,
button.frm_button_submit:before:hover,
button.frm_button_submit:after:hover {
    border-top-color: #000 !Important;
    /* Make borders visible */
    border-right-color: #000 !important;
}

button:hover.read-more:before,
.tribe-bar-submit button:hover:before,
button.frm_button_submit:hover:before {
    border-top-color: #000 !Important;
    /* Make borders visible */
    border-right-color: #000 !important;
}

button:hover.read-more:after,
.tribe-bar-submit button:hover:after,
button.frm_button_submit:hover:after {
    border-bottom-color: #000 !Important;
    /* Make borders visible */
    border-left-color: #000 !important;
}

.read-more:hover,
button.frm_button_submit {
    color: #000 !Important;
}

.tribe-bar-submit button:hover,
#tribe-bar-form .tribe-bar-submit button:hover input[type=submit] {
    color: #000 !Important;
    background-color: transparent !important;
}

.type-tribe_events {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.tribe-event-url {
    color: #4F97CB !important;
}

/*Generic Reusable Styles*/
.secondary-blue,
.secondary-blue a {
    color: #0e7177;
}

.center {
    text-align: center;
}

.standard-font {
    font-size: 13pt;
}



.dollar input {
    position: relative;
    padding-left: 20px !important;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='20px' width='85px'><text x='2' y='13' fill='gray' font-size='18' font-family='arial'>$</text></svg>") no-repeat 5px 8px;
}

.dollar input:before {
    position: absolute;
    content: "$";
    z-index: 10;
}

.standard-button {
    background-color: #73B138;
    border: 0;
    font-size: 13pt;
    box-sizing: border-box;
    padding: 10px 30px;
    box-shadow: inset 0 0 0 3px transparent;
    color: #fff!important;
    font-size: 12pt;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.25s;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    border-radius: 30px;
    transition: all 0.5s ease;
}

.standard-button:hover {
    color: #FFF !important;
    background-color: #57862a;
}

/*Generic Button Styles*/
.general-button {
    background-color: #73B138;
    border: 0;
    box-sizing: border-box;
    padding: 6px 15px;
    box-shadow: inset 0 0 0 3px transparent;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.25s;
    border-radius: 0;
    text-align: center;
    display: block;
    margin-right: 20px;
    margin-top: 10px;
    float: right;
}

.general-button:hover {
    color: #000 !Important;
}

.page-template-template-100th-year-anniversary .title-wrapper h1 {
    margin-top: -30px;
    line-height: 1.3em;
}

.order-your-ticket {
    width: 70%;
}

.general-button.lrg {
    font-size: 15pt;
    padding: 15px 24px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase
}

button.general-button:hover:before {
    border-top-color: #000 !Important;
    border-right-color: #000 !important;
}

button.general-button:hover:after {
    border-bottom-color: #000 !Important;
    border-left-color: #000 !important;
}

/*Event Description Stylistic Changes*/
.tribe-events-single-event-title {
    font-size: 35px !important;
    font-weight: bold;
}

.tribe-events-schedule {
    color: #4F97CB;
    font-size: 20px;
}

.tribe-events-calendar .tribe-events-tooltip {
    padding: 30px !important;
}

#tribe-events-content .tribe-events-tooltip h4 {
    color: #1a3e6c !important;
    font-size: 20pt !important;
}

.tribe-event-description {}

.tribe-event-description p {
    font-size: 17pt;
    margin-top: 20px;
}

.tribe-events-abbr {
    font-size: 11pt;
    margin-top: 10px;
    display: block;
}

button:before,
button:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    width: 0;
    height: 0;
}

button:before {
    top: 0;
    left: 0;
}

button:after {
    bottom: 0;
    right: 0;

}

button:hover {
    background-color: transparent !important;
}

button:hover:after,
button:hover:before {
    width: 100%;
    height: 100%;
}

button:hover:before {
    border-top-color: #fff;
    /* Make borders visible */
    border-right-color: #fff;
    transition:
        width 0.20s ease-out,
        /* Width expands first */
        height 0.20s ease-out 0.20s;
    /* And then height */
}

button:hover:after {
    border-bottom-color: #fff;
    /* Make borders visible */
    border-left-color: #fff;
    transition:
        border-color 0s ease-out 0.4s,
        /* Wait for ::before to finish before showing border */
        width 0.20s ease-out 0.4s,
        /* And then exanding width*/
        height 0.20s ease-out 0.6s;
    /* And finally height*/
}

table {
    font-size: 13pt;
    width: 100%;
}

td {
    padding: 20px;
}

.hover-effect {
    transition: width 0.4s ease;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
    height: 100%;
    z-index: -300;
    background-color: #73B138 !important;
    width: 100%;
    position: absolute;
}

.news-cont .columns:nth-child(even) .column:nth-child(1) .vertically-aligned .hover-effect {
    width: 100%;
    position: absolute;
}

.news-cont .columns .vertically-aligned h2 a {
    color: #fff;
}

.news-cont .columns .vertically-aligned h2,
.search .columns .vertically-aligned h2 {
    margin-left: 15px;
    margin-right: 15px;
    color: #fff;
    font-size: 14pt;
    min-height: 93px;
}

a.page-numbers {
    color: #4F97CB;
    transition: all 0.2s ease;
}

a.page-numbers:hover {
    color: #6B6C6B;
}

/*Search Styles*/
#search-button {
    left: 20px;
    transform: translate(0%, -50%);
    width: 25px;
    cursor: pointer;
}

.search-button {
    position: absolute;
    right: 0px;
    top: 20px;
    height: 25px;
    right: 10px;
    left: 30px;
}

.search-no-results section {
    padding: 30px;
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 50000;
    background-color: rgba(73, 123, 125, 0.75);
    top: 0;
    display: none;
}

.popup-exit {
    color: #fff;
    float: right;
    padding: 20px;
    font-weight: bold;
    font-size: 30px;
    margin-top: 0px;
    padding-top: 2px;
    cursor: pointer;
}

.popup-content {
    width: 100%;
    min-height: 400px;
    background-color: #fff;
    margin: 50px auto;
    text-align: center;
}

.popup-text {
    color: #fff;
    padding: 90px;
    padding-top: 0px;
    font-weight: 400;
}

#search-popup {
    width: 100%;
    height: 350px;
    position: absolute;
    background-color: #72b6b8;
    display: none;
    z-index: 1000;
}

.search-input {
    width: 90%;
    margin-top: 5%;
    height: 30px;
    margin-top: 52px;
}

.search-container .search-submit {
    margin-top: 54px !Important;
    height: 35px;
}

.search-results main {
    padding-bottom: 0px;
}

.search-results main h2 {
    font-size: 15pt;
}

.search-results main span {
    font-size: 13pt;
}

.search-results article.page {
    min-height: fit-content;
    display: block;
    position: relative;
    /*height: 200px;*/
}

.search-results article.page img {
    float: left;
}

.search-results .vertically-aligned {
    vertical-align: middle;
    top: 50%;
    left: 0%;
    position: absolute;
    transform: translate(0%, -50%);
    min-width: initial;
    right: 0;
}

.search-results h1 {
    margin-bottom: 90px;
}

.single h1 {
    font-size: 24pt;
    width: 50%;
}

.single .featured-image-area .column-content {
    background-color: #73B138;
    padding: 40px;
    position: relative;
    background-size: cover;
}

.single .featured-image-area .column-content h1 {
    color: white;
    font-weight: bold;
    font-size: 34pt;
    width: 100%;
    margin-bottom: 20px;
}

.single .featured-image-area .column-content .date {
    font-size: 14pt;
    color: #FFFFFF;
}

.single .featured-image-area .column-image {
    background-size: cover !important;
    min-height: 350px;
}

.single .featured-image-area a {
    color: #FFFFFF !important;
}

.single .featured-image-area strong {
    color: #FFFFFF !important;
}

.single .featured-image-area .breadcrumbs span {
    color: #FFFFFF;
}

.pagination {
    -webkit-box-pack: initial;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 90px;
}

.page-numbers {
    font-size: 13pt;
    margin-left: 20px;
}

.post-content {
    z-index: 1;
    position: relative;
    background-color: #fff;
}

.post-tags {
    text-align: center;
    color: #0e7177;
    font-size: 12pt;
}

.all-categories {
    text-align: center;
    background-color: #183d6e;
    color: #fff;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    clear: both;
}

.category-buffer {
    background-color: #fff;
    height: 80px;
    width: 100%;
}

.all-categories li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 13pt;
}

.all-categories .categories ul {
    padding-top: 10px;
}

.all-categories .categories ul li a {
    color: #fff;
    font-weight: normal;
}

.all-categories .categories ul li a:hover,
.footer a:hover {
    color: #9bdade;
}

.categories {
    font-weight: bold;
    font-size: 16pt;
}

/*Footer Styles*/
.footer {
    /*height: 150px;*/
    padding: 0rem 0rem 0rem;
    margin-top: 80px;
}

.ctct-form-wrapper .ctct-form abbr {
    text-decoration: none !important;
}

.footer .proudpart {
    margin-top: 30px;
    justify-content: center;
}

.footer .proudpart-lang {
    text-align: center;
    padding: 0 20px;
}

.footer .proudpart-logo img {
    max-width: 200px;
    margin: 0 auto;
}

.footer .frm_primary_label {
    text-align: center !important;
    color: #FFFFFF !important;
}

.footer .g-recaptcha>div {
    margin: 0 auto;
}

.footer .frm_button_submit {
    margin: 0 auto !important;
}

.footer .frm_description {
    color: #FFFFFF !important;
}

#frm_field_202-state_container {
    padding-top: 10px !important;
}

.search-no-results .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.home .footer {
    margin-top: 0px;
}

.treeoflife .footer {
    margin-top: 80px;
}

.single .footer {
    margin-top: 0px;
}

.service-contact {
    background-color: #73B138;
    border: 0;
    box-sizing: border-box;
    padding: 6px 15px;
    box-shadow: inset 0 0 0 3px transparent;
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.25s;
    border-radius: 0;
    text-align: center;
    display: block;
    margin: 10px auto;
    margin-top: 30px;
}

.media-contact {
    background-color: #75b33a;
    border: 0;
    box-sizing: border-box;
    padding: 6px 15px;
    box-shadow: inset 0 0 0 3px transparent;
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.25s;
    border-radius: 0;
    text-align: center;
    display: block;
    margin: 10px auto;
}

.footer .footer-column {
    color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 13pt;
    position: relative;
}

.footer .footer-gray {
    background: #6B6C6B;
}

.footer .column h2 {
    font-weight: normal;
    font-size: 18pt;
}

.footer .column:nth-child(even) h2 {
    font-size: 23pt;
}

.footer .column h2 strong {
    color: #fff;
}

.footer .column:nth-child(even) {
    background-color: #4F97CB;
    color: #fff;
    /* min-height: 300px; */
}

.footer input[type="text"] {
    width: 70%;
    display: block;
    height: 35px;
    margin: 10px auto;
    text-align: center;
}

.footer a {
    color: #fff;
    font-size: 13pt;
}

.copyright-container {
    text-align: center;
    padding: 40px;
    font-size: 10pt;
}

.footer .copyright a {
    color: inherit;
    font-size: inherit;
}

.copyright {
    font-size: 8.5pt;
    padding-right: 10%;
    padding-left: 10%;
    vertical-align: bottom;
    bottom: 0;
    padding-bottom: 17.5px;
    width: 90%;
    margin: auto auto;
    /*
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    */
    padding-bottom: 18.5px;
}

.subscribe {
    background-color: #73B138;
    border: 0;
    box-sizing: border-box;
    padding: 6px 15px;
    box-shadow: inset 0 0 0 3px transparent;
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.25s;
    border-radius: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}

.subscribe-container {
    width: 90%;
    margin: auto auto;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    */
}

.subscribe-container h2 {
    font-weight: normal;
}

.ctct-email {
    width: 70%;
    display: block;
    height: 35px;
    margin: 10px auto;
    text-align: center;
}

.ctct-button {
    display: none;
}

#ctct-submitted {
    background-color: #73B138;
    border: 0;
    box-sizing: border-box;
    padding: 6px 15px;
    box-shadow: inset 0 0 0 3px transparent;
    color: #fff;
    font-size: 16pt;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.25s;
    border-radius: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
}

#ctct-submitted:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
    transition: width 0.20s ease-out,
        /* Width expands first */
        height 0.20s ease-out 0.20s;
}

#ctct-submitted:hover:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    transition: border-color 0s ease-out 0.4s,
        /* Wait for ::before to finish before showing border */
        width 0.20s ease-out 0.4s,
        /* And then exanding width*/
        height 0.20s ease-out 0.6s;
}

.ctct-form-field label {
    display: none;
}

.ctct-form-field-submit {
    display: block;
    position: relative;
    width: 156px;
    text-align: center;
    margin: 0 auto;
}

.ctct-form-wrapper .ctct-form-field {
    margin: 0 auto;
}

.ctct-form-field-submit:hover:after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    transition: border-color 0s ease-out 0.4s,
        /* Wait for ::before to finish before showing border */
        width 0.20s ease-out 0.4s,
        /* And then exanding width*/
        height 0.20s ease-out 0.6s;
}

.ctct-form-field-submit:hover:before {
    border-top-color: #fff;
    border-right-color: #fff;
    transition: width 0.20s ease-out,
        /* Width expands first */
        height 0.20s ease-out 0.20s;
}

.ctct-form-field-submit:hover:after,
.ctct-form-field-submit:hover:before {
    width: 100%;
    height: 100%;
}

.ctct-form-field-submit:before {
    top: 0;
    left: 0;
}

.ctct-form-field-submit:after {
    bottom: 0;
    right: 0;
}

.ctct-form-field:before,
.ctct-form-field:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    width: 0;
    height: 0;
}

.ctct-form-field-submit:hover #ctct-submitted {
    background-color: transparent !important;
}

.ctct-disclosure {
    display: none;
}

.social-media a {
    display: inline-block;
    width: 55px;
    text-align: center;
    font-size: 45px;
}

.social-media object {
    width: 55px;
    pointer-events: none;
}

.footer ul li {
    line-height: 50px;
}

.disclaimers object {
    width: 55px;
    height: 50px;
    margin-top: 10px;
}

.disclaimers img {
    width: 55px;
    margin-top: 9px;
    vertical-align: top;
}

.slider {
    width: 100%;
}

.sliding-header {
    background-position: center;
    height: 100%;
    width: 100%;
    min-width: 399px;
    min-height: 400px;
    position: relative;
    display: block;
}

.home .name-con {
    position: relative;
    max-width: 100%;
    width: 100%;
    right: initial;
}

.home .name-con h2 {
    font-size: 100%;
}

.home .name-con h2 {
    font-size: 20pt;
}

.second-top-image {
    max-height: 100%;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
}

.name-con {
    position: absolute;
    top: 20px;
    max-width: 30%;
    right: 50px;
}

.name-con h1 strong {
    color: #fff;
}

.name-con h2 {
    text-align: right;
    font-size: 15pt;
    margin-bottom: 3px;
    color: #fff;
}

.single .name-con {
    text-align: center;
}

.memory-support-icon a:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('//chelseajewish.org/wp-content/themes/chelseajewish/img/memory.svg');
    background-size: cover;
}

.memory-support-icon a:hover:before {
    opacity: 0.7;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    /*    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;*/
    overflow-x: hidden;
}

.columns {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

/* header */
.header {
    z-index: 50;
    position: relative;
}

/*poor sad header*/
.page-template-template-residence-version3 .header,
.page-template-template-residence-version3-child .header {
    height: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow: hidden;
    transition: 0.5s;
}

.gimped-donate-button {
    display: inline;
    margin-left: 20px;
    background-color: #73B138;
    font-size: 11.5pt;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    float: right;
}

.gimped-donate-button a {
    color: #FFFFFF;
}

.page-template-template-residence-version3-child .columns .contact-info .email a,
.page-template-template-residence-version3-child .columns .contact-info .tel a {
    color: #442613;
}

.page-template-template-residence-version3 .secondary-links,
.page-template-template-residence-version3-child .secondary-links {
    padding-left: 30px;
}

/*goodbye my old friend*/

.page-template-template-residence-version3 .top-content,
.page-template-template-residence-version3-child .top-content {
    position: relative;
    overflow: hidden;
    height: 340px;
}

.page-template-template-residence-version3-child .top-content {
    max-height: 400px;
}

.page-template-template-residence-version3 .email-button,
.page-template-template-residence-version3-child .email-button {
    max-width: 70px;
    z-index: 0;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.header .columns {
    background-color: #fff;
    /* margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
    margin-top: -0.75rem !important;*/
    width: 100%;
    margin: 0;
}

/* nav */
.nav {
    background-color: #4F97CB;
    position: relative;
    z-index: 500;
    padding: 0 23px;
}

.nav ul li {
    display: inline;
}

.nav ul li a {
    background-color: #75b33a;
    padding: 10px;
    color: #fff;
    font-size: 13pt;
}

li.widget_media_image a {
    padding: 0 !important;
    background-color: transparent !important;
}

#mega-menu-item-31 a.mega-menu-link:last-child,
#mega-menu-item-32 a.mega-menu-link:last-child {
    padding-bottom: 10px !important;
}

/*Donate Button*/
/*.mega-menu-item-10377 a {
    background-color: #73B138 !important;
    font-weight: bold !important;
    font-size: 15pt !important;
    padding-top: 0px !important;
    line-height: 28px !important;
    margin-left: 7px !important;
}*/

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
    margin-bottom: 5px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu img {
    margin-top: 15px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    min-width: 500px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>#mega-menu-item-33>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>#mega-menu-item-32>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    border-bottom: 0px solid #fff !important;
}

/*Email Button Styles*/
.email-button .st0 {
    fill: #75b33a;
    transition: all 0.3s ease;
    stroke-width: 5px;
    stroke-opacity: 1;
    stroke: #fff;
    stroke-dasharray: 232.102294921875 232.102294921875;
    stroke-dashoffset: 232.102294921875;
}

.email-button:hover .st0 {
    fill: transparent;
    stroke: #fff;
    stroke-dashoffset: 0;
}

.email-button .st1 {
    fill: #FFFFFF;
}

/*History Timeline Styles*/
.st0_timeline {
    fill: none;
    stroke: #000000;
    stroke-width: 16;
    transition: all 0.3s ease;
    stroke-opacity: 1;
    stroke-dasharray: 910.102294921875 910.102294921875;
    stroke-dashoffset: 910.102294921875;
}

.timeline-section:hover .st0_timeline:hover {
    fill: transparent;
    stroke: #000;
    stroke-dashoffset: 0;
}

.history-info {
    max-width: 300px;
    margin: 0px auto;
    position: absolute;
    text-align: left;
    margin-bottom: 40px;
    top: 13%;
    transform: translate(-50%, -90%);
}

#historical-image {
    clip-path: url(#circleView);
    -webkit-clip-path: url(#circleView);
}

/*Bulma Column Edits*/
.columns:not(:last-child) {
    margin-bottom: 0px;
}

/*Tertiary Headers - Goodbye my old friend*/
.page-template-template-residence-version3 .nav {}

#hidden-header {
    width: 100%;
    background-color: #4F97CB;
    padding: 7px 30px 7px 20px;
    overflow: overlay;
}

.top-address {
    text-align: right;
    /*z-index: 1;*/
    position: absolute;
    bottom: 100px;
    right: 50px;
    font-size: 12pt;
    color: #fff;
}

.page-template-template-residence-version3 .mainmenu-open,
.page-template-template-residence-version3-child .mainmenu-open {
    height: 168px;
}

#hidden-header p {
    color: #fff;
    padding: 7px;
    font-size: 11.5pt;
    /* padding-left: 10pt; */
    vertical-align: middle;
    font-weight: 500;
    display: inline;
    cursor: pointer;
}

#hidden-header .downward-arrow {
    fill: #fff;
    padding-top: 2px;
    transition: 0.3s all ease;
}

#hidden-header form {
    display: inline;
    margin-left: 10px;
    float: left;
    padding-top: 5px;
}

#hidden-header .search-input {
    margin-top: 0;
    height: 15px;
    width: 200px;
}

.tertiary-search {
    width: 19px;
    position: absolute;
    top: 0;
    left: 6px;
}

#hidden-header .search-submit {
    background-color: transparent;
    border: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 20px;
    min-width: 24px;
}

.page-template-template-residence-version3 .breadcrumbs,
.page-template-template-residence-version3-child .breadcrumbs {
    z-index: 0;
    position: relative;
    margin-left: 30px;
    margin-top: 20px;
}

/*Removal of Donate Button and Search Button from Tertiary Page Templates*/
.page-template-template-residence-version3 .mega-menu-item-10377 a,
.page-template-template-residence-version3 .search-button,
.page-template-template-residence-version3-child .mega-menu-item-10377 a,
.page-template-template-residence-version3-child .search-button {
    display: none !important;
}

.page-template-template-residence-version3 .breadcrumbs a,
.page-template-template-residence-version3-child .breadcrumbs a {
    color: #444 !important;
}

.page-template-template-residence-version3 .secondary-links,
.page-template-template-residence-version3-child .secondary-links {
    z-index: 0;
}

/*Homepage and Tertiary Child Breadcrumbs*/
.breadcrumbs {
    position: absolute;
    bottom: 15px;
    font-size: 11pt;
    z-index: 1;
}

.breadcrumbs a {
    color: #fff !important;
}

/*.single .breadcrumbs {
    position: relative;
}*/

.page-template-template-residence-version2-child .breadcrumbs,
.page-template-template-residence-version2 .breadcrumbs,
.secondary-breadcrumbs {
    position: relative;
    font-size: 9pt;
    text-align: right;
    margin-top: 30px;
    margin-right: 40px;
}

.page-template-template-residence-version2-child .breadcrumbs a,
.page-template-template-residence-version2 .breadcrumbs a,
.secondary-breadcrumbs a {
    color: #444 !important;
}

/*Max width div for elements adversely affected by large sizing*/
.constrained-block {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

/*Universal informational block styles*/
.info-block,
.info-block-large,
.info-block-extensive {
    max-width: 100%;
    margin: 20px auto 30px auto;
    background-color: #183d6e;
    color: #fff;
    position: relative;
    text-align: center;
}

.info-block a,
.info-block-large a,
.info-block-extensive a {
    color: white;
}

.info-block-large {
    min-height: 200px;
}

.info-block-large:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.info-block-large .info-image:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.info-block-extensive object {
    max-width: 150px;
}

.info-block-large object {
    vertical-align: middle;
}

.info-block h3,
.info-block-large h3,
.info-block-extensive h3 {
    font-size: 23pt;
    color: #fff !important;
    /*font-size: 23pt;*/
    /*text-align: right !important;*/
}

.info-block object,
.info-block-large object {
    max-width: 100px;
    display: inline;
}

.info-title {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: 30px;
}

.info-image {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    margin-top: 30px;
}

.info-paragraph {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    padding: 20px;
    /*padding: 30px;
  padding-top: 10px;*/
}

.info-paragraph p {
    font-size: 13pt;
    margin: 0;
}

/*------------------------------------*\
    NEW 2019
\*------------------------------------*/

/* New Homepage */

.home .locations-list {
    padding: 30px 0;
    border-bottom: solid 1px #4F97CB;
    background-color: #75b33a;
}

.home .locations-list h1 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    color: #FFFFFF;
}

.home .locations-list .columns {
    justify-content: center;
}

.home .locations-list .column {
    flex-grow: 0;
}

.home .locations-list button {
    margin-top: 10px;
}

.event-container-new-homepage {
    margin-top: 0 !important;
}

.event-container-new-homepage .is-5 h1 {
    font-size: 4.5vw !important;
    line-height: 4.5vw !important;
    font-weight: bold;
}

.event-container .columns {
    color: #fff;
}

.event-container-new-homepage .is-5 {
    background-color: rgba(100, 100, 100, 0.8);
    color: #fff;
    padding: 50px;
}

.event-container {
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 20px;
}

.event-container .is-one-third-desktop {
    padding: 50px;
}

.awards_new_homepage .columns {
    padding: 60px 0;
}

.awards_new_homepage h3 {
    font-weight: bold;
    font-size: 45px;
    color: #4F97CB;
    font-weight: bold;
}

.als-bg-column {
    padding: 300px 0;
}

@media only screen and (max-width:1024px) {
    .als-bg-column {
        padding: 100px 0;
    }
}

.home-video {
    max-width: 800px;
    padding-top: 30px;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 20px;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.home .continuum {
    min-height: 500px;
    padding: 0 5px;
}

.continuum-block .extra-content {
    font-weight: normal;
    text-align: center;
    z-index: 2;
    font-size: 2.2rem !important;
    color: #FFFFFF !important;
    font-style: italic;
    list-style: none;
    margin-bottom: 30px;
}

.continuum-block .extra-content strong {
    color: #FFFFFF !important;
}

.continuum-block .extra-content ul {
    font-size: 2.2rem !important;
    color: #FFFFFF;
    list-style: none;
    margin: 0;
}


/* ---------------------- */

@media all and (-ms-high-contrast:none) {
    .info-paragraph-version2 p {
        font-size: 9pt !important;
    }

    /* IE10 */
    *::-ms-backdrop,
    .info-paragraph-version2 p {
        font-size: 9pt !important;
    }

    /* IE11 */
}

.default-paragraphs {
    margin: 30px 0;
}

.default-paragraphs p {
    margin-bottom: 20px;
}

.default-paragraphs p a,
.blurb-descriptions p a {
    color: #4F97CB;
    text-decoration: none;
}

.default-paragraphs ul,
main ul {
    list-style: circle;
    font-size: 13pt;
    margin-bottom: 20px;
    margin-left: 21px;
}

.default-paragraphs ol,
main ol {
    font-size: 13pt;
    margin-bottom: 20px;
    margin-left: 21px;
}

/*Secondary Links*/
.secondary-links {
    float: initial;
    margin-top: initial;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    padding-left: 5px;
    position: relative;
    z-index: 10;
    background-color: #73B138;
    color: #fff;
}

.secondary-links a {
    margin-right: 40px;
    font-size: 13pt;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    transition: all 0.3s ease;
    font-weight: 500;
}

/*Bold, underlined version (underlines for active link with different color)*/
a.active-link {
    margin-right: 40px;
    font-size: 13pt;
    font-family: 'Raleway', sans-serif;
    transition: all 0.3s ease;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: #fff solid 0.5px;
    font-weight: 600;
    color: #fff;
}

.secondary-links a:hover {
    color: #4F97CB;
}

.secondary-links a:hover {
    margin-right: 40px;
    font-size: 13pt;
    font-family: 'Raleway', sans-serif;
    transition: all 0.3s ease;
    padding-bottom: 5px;
    border-bottom: #fff solid 0.5px;
    color: #fff;
}

/*------------------------------------*\
    ELEMENTS
\*------------------------------------*/
#tabs li {
    color: #FFFFFF;
    flex: 0 1 auto;
    border: solid 1px #3f651c;

}

#tabs li a {
    background-color: #73B138;
    display: block;
    padding: 20px;
    color: #FFFFFF;
    transition: all 0.5s ease;
}

#tabs li a:hover,
#tabs .ui-state-active a {
    background-color: #3f651c;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* employee appreciation */
.employee-appreciation-listing {
    padding: 20px;
    background-color: #efefef;
    margin-bottom: 20px;
    position: relative;
}

.employee-appreciation-listing::before {
    font-family: "Font Awesome 5 Pro";
    content: '';
    font-size: 40px;
    color: #4F97CB;
    position: absolute;
    top: -20px;
    right: -20px;
}

.page-template-template-covid19 .employee-appreciation-listing p {
    font-size: 15px;
}



.all-content {
    background-color: #fff;
    position: relative;
}

.subsection-header,
.subsection-header strong {
    color: #4F97CB;
    margin-bottom: 20px;
    margin-left: 60px;
}

/*Residence List on General Info Pages */
.residence-list * {
    transition: all 0.3s ease;
}

.residence-list {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 40px;
    z-index: 1;
}

.residence-list:before {
    position: absolute;
    content: "";
    top: 500px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: red;
    transition: all 0.5s ease;
}

.residence-list:hover:before {
    opacity: 0.5;
    top: 0;
    background-color: #73B138 !important;
}

.residence-list span {
    margin-left: -30px;
    opacity: 0;
    position: relative;
    font-size: 15pt;
}

.residence-list:hover span {
    margin-left: 0px;
    opacity: 1;
    color: #fff;
}

.residence-list .child_p_text {
    margin-left: -30px;
    opacity: 0;
    position: relative;
    font-size: 15pt;
}

.residence-list:hover .child_p_text {
    margin-left: 0px;
    opacity: 1;
    color: #fff;
}

.residence-list h2 {
    font-size: 23px;
    max-width: 100%;
    font-weight: bold;
    position: relative;
    transition: all 0.3s ease;
}

.residence-list:hover h2 {
    color: #fff;
    margin-top: 15px;
}

.residence-list img {
    position: relative;
    margin-top: 10px;
}

.residence-list .tag-list {
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    margin-top: 10px;
    color: #FFF;
    z-index: 0;
    position: relative;
}

/*Secondary Pages -Residences*/
.sec-reshead {
    position: relative !important;
    overflow: hidden !important;
    /*
    max-height: 400px !important;
    min-height: 250px !important;
    */
    max-height: 500px !important;
    min-height: 250px !important;
}

.sec-reshead-content {
    padding: 0 !important;
    height: 40vh !important;
    /*
    max-height: 400px !important;
    min-height: 250px !important;
    */
    max-height: 500px !important;
    min-height: 500px !important;
}

.map-container {
    position: relative;
    margin-top: 90px;
    margin: 0px auto;
    max-width: 1600px;
}

.page-template-template-residence-version2 .map-container {
    margin-top: 50px;
}

.street-address-block {
    width: 100%;
    position: absolute;
    background-color: rgba(109, 181, 184, 0.95);
    z-index: 1000;
    height: 30%;
    text-align: center;
}

.street-address-block p {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.featured-people-block {
    text-align: center;
    margin: 50px;
}

.fact-block {
    width: 100%;
}

.person-facts {
    background-color: #62acaf;
}

.template-stories .person-facts {
    width: 100%;
    background-color: transparent;
}

.template-stories .fact-child {
    flex: initial;
    width: 100%;
}

.block-group {
    position: relative;
    bottom: 0;
    width: 100%;
}

.block-header {
    padding-top: 30px;
}

/*Tertiary Residence Pages*/
.active-link {
    color: #75b33a;
    font-weight: bold;
}

.amenities-activities {
    z-index: 1000000;
    position: relative;
    background-color: #fff;
    margin-top: -20px;
}

.map-section {
    margin-top: 70px;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

button.slick-arrow {
    color: transparent;
    background-color: transparent;
    border: 0px;
}

button.slick-arrow:focus {
    outline: transparent;
}

ul.slick-dots {
    display: none !important;
}


.constrained-block .default-paragraphs h1 {
    text-align: left;
}

.infographic-subsection-header {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30pt;
}

.infographic-desc {
    padding-left: 50px;
    padding-bottom: 40px;
    width: 100%;
}

.infographic-desc p {
    max-width: 50%;
    color: #fff;
}

.infographic-img-con {
    position: relative;
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*Removes slick track in tertiary headers for IE*/
.top-content .slick-slider .slick-track,
.slick-slider .slick-list {
    -ms-transform: none !important;
    height: 500px;
}

/* Action Slider */
.action-slider-nav a {
    color: black !important;
    font-size: 20px;
}

/*Testimonial Slider*/
.slider-testimonial-container.slick-slider {
    margin-top: 30px;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-testimonial-container .view-article {
    color: #FFFFFF;
    font-style: italic;
    display: block;
    text-decoration: underline;
}

.modal {
    max-width: 700px !important;
    top: 20px !important;
}

.modal a.close-modal {
    top: 3px !important;
    right: 3px !important;
}

.blocker {
    z-index: 9999 !important;
}

.slider-testimonial-container p {
    padding: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 13pt;
    padding-bottom: 10px;
}

.slider-testimonial-block {
    background-position: center;
    height: 100%;
    width: 100%;
    min-width: 10px background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
    display: block;
    overflow: hidden;
}

.slider-testimonial-block button.slick-next {
    right: 0;
}

.slider-testimonial-block .slick-track {
    /*margin-top: 175px;*/
}

.slider-testimonial-block .slick-list {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-testimonial-block .slick-slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

button.slick-arrow:before {
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: 20pt;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: initial;
    left: initial;
    transition: all 0.5s ease;
}

button.slick-prev {
    padding-left: 30px;
}

@media all and (-ms-high-contrast:none) {
    button.slick-prev {
        padding-left: 0px !important;
        width: 170px !important;
    }

    /* IE10 */
    *::-ms-backdrop,
    button.slick-prev {
        padding-left: 0px !important;
        width: 170px !important;
    }

    /* IE11 */
}

button.slick-next {
    padding-right: 30px;
}

button.slick-prev:before {
    content: "\f104";
    position: relative;
}

button.slick-next:before {
    content: "\f105";
    position: relative;
}

button.slick-arrow:hover:before {
    width: initial;
    height: initial;
    border-top-color: transparent;
    border-right-color: transparent;
    transition: width 0.20s ease-out,
        /* Width expands first */
        height 0.20s ease-out 0.20s;
    color: rgba(109, 181, 184, 0.95);
}

button.slick-arrow:hover:after {
    border-bottom-color: transparent;
    border-left-color: transparent;
    transition: border-color 0s ease-out 0.4s,
        /* Wait for ::before to finish before showing border */
        width 0.20s ease-out 0.4s,
        /* And then exanding width*/
        height 0.20s ease-out 0.6s;
}

.price-slider-container button.slick-prev:before {
    content: "\f0d9";
    font-size: 30px;
    /*height: 30px;
    width: 30px*/
    top: 0;
}

.price-slider-container button.slick-next:before {
    content: "\f0da";
    font-size: 30px;
    top: 0;
}

.price-slider-container button.slick-prev {
    z-index: 50000000;
    left: -25px;
    top: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    color: transparent;
    height: 30px;
}

.price-slider-container button.slick-next {
    z-index: 50000000;
    right: -105px;
    top: 50%;
    transform: translate(-50%, 0%);
    position: absolute;
    color: transparent;
    height: 30px;
}

.price-slider-container button.slick-arrow:before {
    color: #000;
}

/*Activities/Amenities/Housekeeping*/
.housekeeping-section,
.fun-fact-col {
    padding: 150px;
    position: relative;
    display: block;
    margin-top: -200px;
    padding: 80px;
    margin-bottom: 80px;
}

.housekeeping-section .service-columns,
.fun-fact-col .fun-fact {
    padding: 50px;
    width: 100%;
}

.housekeeping-section .service-columns:nth-last-child(-n+3) {
    margin-bottom: initial;
}

.service-title {
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 14pt;
}

/*Fun Facts Section*/
.fun-facts-cont {
    background-color: #73B138;
    margin-top: 240px;
    position: relative;
}

.fun-fact-col {
    text-align: center;
    color: #fff;
    flex-wrap: wrap;
}

.fun-fact-col .fun-fact {
    text-align: center;
    padding: 50px;
}

/*FAQ Section*/
.questions {
    color: #fff;
    width: 40%;
    background-color: #4F97CB;
    text-align: center;
    min-height: 50px;
    vertical-align: middle;
    font-size: 13pt;
}

.question {
    width: 100%;
    font-size: 13pt;
    padding: 20px;
    border-bottom: 1.5px solid;
    min-height: 100px;
    padding: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.question:first-child {
    background-color: #68B5B8;
}

.question:nth-last-child(2) {
    border-bottom: 0px;
}

.answer:first-child {
    display: block;
}

.answer {
    padding: 40px;
    font-size: 12pt;
    line-height: 20pt;
    display: none;
}

.answer ul li {
    font-size: 12pt;
    line-height: 20pt;
}

.faq-section {
    display: flex;
    min-height: 500px;
}

.answers {
    width: 60%;
    border: 1px solid;
    display: none;
}

.mobi-answer {
    display: block;
    background-color: #fff;
    color: #000;
    padding: 30px;
    text-align: left;
}

/*Pricing Section*/
.special-care-options {
    text-align: center;
}

.special-care-options h2,
.price-slider-container h2 {
    font-size: 20pt;
}

.special-care-option {
    font-size: 12pt;
}

.floorplan-info-container h3 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 22pt;
    text-align: center;
}

.floorplan-info-container p:first-child {
    margin-top: 30px;
    font-weight: bold;
}

.floorplan-info-container p:nth-child(2) {
    padding: 30px;
    padding-top: 10px;
}

.floorplan-info-container p {
    text-align: center;
}

.floorplan-image {
    max-width: 600px;
    margin: 0 auto;
}

.fee-container {
    width: 100%;
    background: #75b33a;
    height: 150px;
    position: relative;
    transition: all 0.3s ease;
    transform-origin: left center;
    transition-delay: 0.5s;
    transition: 1s;
}

.pageTurn {
    animation: 0.5s ease-out 0s 1 pageTurn;
}

@keyframes pageTurn {
    0% {
        transform: rotateX(-180deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

@keyframes pageTurnOut {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(-180deg);
    }
}

/*Schedule and Dining Section*/
.schedule-section {
    background-color: #62acaf;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 150px;
    padding-top: 0;
    margin-top: 350px;
    padding-bottom: 100px;
    margin-top: 17vw;
    margin-top: 350px;
}

.schedule-section.next-schedule {
    padding: 150px;
    padding-top: 0;
    margin-top: 230px;
    padding-bottom: 100px;
}

.alternative-header h1 {
    margin-top: 50px;
}

.schedule-section .column {
    padding: 0px;
}

.schedule-section .column p {
    padding: 0px 10px;
}

.dining-menu-header {
    padding-left: 150px
}

.dining-menu-header h1 {
    color: #4F97CB;
}

.dining-menu-image {
    width: 100%;
    margin-top: -600px;
}

.menu-titles {
    margin-top: 8px;
    font-weight: bold;
}

/*Resident Pick Section */
.pick-text {
    width: 100%;
    min-height: 30px;
    background-color: #a945bc;
    margin-bottom: 80px;
    color: #fff;
    padding: 80px;
}

.pick-text .pick-title {
    text-align: center;
    font-size: 17pt;
    margin-bottom: 12px;
    font-weight: bold;
}

.pick-text .pick-quote {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.pick-text .pick-name {
    text-align: center;
    max-width: 400px;
    margin: 20px auto;
}

/*Staff Page Styles*/
.slider-staff-container.slick-slider {
    margin-top: 30px;
    width: 100%;
    height: 400px;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staff-slider {
    text-align: center;
    width: 100%;
    text-align: center;
    width: 1524px;
    height: 700px;
    position: relative;
}

.staff-container {
    position: absolute;
    transform: initial;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(198, 100, 221, 0.61);
    height: initial;
}

.slider-staff-container.slick-slider {
    margin-top: 30px;
    width: 100%;
    height: 400px;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    background-color: #000;
}

.staff-pars {
    position: relative;
    transform: initial;
    left: initial;
    top: initial;
}

/*About Paragraph Styles*/
.about-blurb {
    color: #fff;
    padding: 30px;
    position: relative;
    min-height: 300px;
}

.about-blurb a {
    color: #FFFFFF;
}

.about-blurb a:hover {
    text-decoration: underline;
}

.home .about-paragraph h1 {
    padding: 0 40px;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-paragraph h1 {
    font-size: 45px;
    font-weight: bold;
    margin: 20px 0;
}

.about-blurb .page-template-template-generalinfo .about-blurb:after,
.page-template-template-generalinfo-version2 .about-blurb:after {
    content: " ";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(105, 56, 22, 0), rgba(105, 56, 22, 1) 70%);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.page-template-template-generalinfo-version2-1 .about-blurb:after {
    content: " ";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(105, 56, 22, 0), rgba(105, 56, 22, 1) 70%);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.page-template-template-generalinfo-version2 .about-blurb:after .page-template-template-residence .about-blurb {
    padding: initial;
}

.advanced-blurb-header {
    color: #4F97CB;
    /*margin-left: 30px;*/
}

.blurb-descriptions {
    margin-left: 30px;
    margin-right: 30px;
}

.media-header {
    color: #4F97CB;
    margin-bottom: 30px;
}

.media-section .columns .column:nth-child(even) {
    margin-left: auto;
}

.media-blocks {
    margin-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
}

.home .about-blurb {
    min-height: 590px;
    color: #fff;
}

.about-blurb,
.about-blurb strong {
    color: #fff;
}

.about-blurb {
    padding: 30px;
    background-position: center;
    background-size: cover;
}

.stars {
    width: 107px;
    height: 100px;
    border: white solid;
    border-radius: 6px;
    padding: 0px;
    max-height: 100px;
    float: right;
    filter: sepia(10%);
    opacity: 0.8;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
}

.stars h3 {
    min-width: initial;
    align-items: center;
    text-align: center;
    top: 70%;
    right: 0;
    font-weight: bold;
    margin-top: 0px;
    font-size: 7.5pt;
}

.stars h3 span {
    font-size: 22px;
    line-height: 10px;
    text-align: center;
}

.award-container {
    position: relative;
    padding-top: initial;
    padding-bottom: 150px;
    margin-top: 30px;
}

.award-container h1 {
    text-align: center;
    margin-bottom: 10px;
}

.name-container h1 {
    text-align: right;
    margin-bottom: 10px;
    color: #fff;
}

.award-images {
    float: right;
    width: 97%;
    display: flex;
    margin-bottom: 20px;
}

.award-image-container,
.award-image-container-2 {
    min-height: 50px;
}

.page-template-template-residence .about-paragraph {
    width: 100%;
    padding: 30px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.address-info p {
    padding-left: 30px;
    padding-bottom: 20px;
}

.about-paragraph object {
    width: 70px;
}

.about-paragraph svg {
    width: 70px;
    position: relative;
    z-index: 500;
}

.als-container {
    padding: 30px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 500;
    position: relative;
}

.als-blurb {
    text-align: center;
    line-height: 45px;
    color: #fff !important;
}

.als-blurb h1 strong {
    color: #fff !important;
}

.als-container-new-homepage .als-blurb h1 strong {
    color: #4F97CB !important;
}

.als-blurb p {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    line-height: initial;
}

.als-blurb button,
.als-walk-content button {
    background-color: #75b33a;
    border: 0;
    box-sizing: border-box;
    padding: 10px 20px;
    box-shadow: inset 0 0 0 3px transparent;
    color: #fff;
    font-size: 20pt;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.25s;
    border-radius: 0;
}

.als-walk {
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin: 50px 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.als-walk:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.als-walk-content {
    width: 100%;
    z-index: 100;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-image: linear-gradient(to right, rgba(78, 81, 81, .7), rgba(78, 81, 81, .3));
}

.als-walk h2 {
    color: white;
    font-size: 3.6rem;
    text-align: center;
    font-weight: 500;
}

.als-walk h3 {
    color: white;
    text-align: center;
    font-weight: 400;
}

.als-walk p {
    color: white;
    text-align: center;
    width: 75%;
    margin: 10px auto;
}

.als-walk a {
    margin: 10px auto;
}

/*Homepage News Section*/
.news-cont {
    padding: 60px;
    position: relative;
}

.news-cont .bg-block {
    position: absolute;
    width: 100%;
    z-index: -10;
    padding: 0;
    margin: 0;
    top: 0px;
    bottom: 0px;
    height: 120%;
    width: 80%;
    background-color: #f5f5f5;
}

.news-cont .columns {
    position: relative;
    margin-bottom: 50px;
    margin-bottom: 100px;
}

.read-more {
    background-color: #73B138;
    border: 0;
    box-sizing: border-box;
    padding: 10px 20px;
    box-shadow: inset 0 0 0 3px transparent;
    color: #fff !important;
    font-size: 20pt;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.25s;
    border-radius: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
    background-color: #73B138;
    border: 0;
    box-sizing: border-box;
    padding: 10px 20px;
    box-shadow: inset 0 0 0 3px transparent;
    color: #fff !important;
    font-size: 20pt;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.25s;
    border-radius: 0;
    display: block;
    margin-top: 40px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    color: #000 !important;
}

.news-cont h1 {
    font-weight: bold;
    color: #512c14;
    padding-bottom: 40px;
}

.post-thumbnail {
    margin: 50px auto 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
}

.post-thumbnail img {
    max-width: 100%;
}

.vertical-center {
    display: flex;
    position: relative;
}

.vertically-aligned {
    top: 50%;
    position: absolute;
    transform: translate(0%, -50%);
    min-width: initial;
}

.news-cont .vertically-aligned .date {
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    max-width: 60%;
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
    z-index: 500;
    transition: 0.5s all ease;
    margin: 20px 15px 10px 20px;
}

.news-events-meta {
    margin-bottom: 30px;
}

.news-events-meta .date {
    color: #4F97CB;
    font-weight: bold;
    margin-top: 15px;
    font-size: 16px;
}

.search .vertically-aligned .date {
    margin-left: 15px;
    margin-right: 15px;
    color: #444;
    font-size: 12pt;
    font-weight: bold;
    max-width: 60%;
    display: inline-block;
    width: 100%;
    z-index: 500;
    transition: 0.5s all ease;
    margin-bottom: 10px;
}

.news-cont .vertically-aligned .categories {
    color: #444;
    font-size: 10.5pt;
    font-weight: bold;
    max-width: 80%;
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
    z-index: 500;
    transition: 0.5s all ease;
    margin: 10px 15px 20px 15px;
}

.news-events-meta .categories {
    line-height: 0.85em;
}

.news-events-meta .categories a {
    color: #73B138;
    font-size: 12px;
}

.news-events-meta h2 {
    color: black;
    font-weight: normal;
    font-size: 20px;
    margin-top: 10px;
}

.search .vertically-aligned .categories {
    margin-left: 15px;
    margin-right: 15px;
    color: #444;
    font-size: 10.5pt;
    font-weight: bold;
    max-width: 60%;
    display: inline-block;
    width: 100%;
    z-index: 500;
    transition: 0.5s all ease;
    margin-top: 10px
}

.news-cont .vertically-aligned .categories a,
.search .vertically-aligned .categories a {
    padding: 2px;
    padding-left: 3px;
    padding-right: 3px;
    letter-spacing: 0px;
    font-size: 9pt;
    transition: 0.3s all ease;
    color: #fff;
    text-decoration: none;
    font-style: italic;
}

.news-cont .vertically-aligned .categories a:hover,
.search .vertically-aligned .categories a:hover {
    color: #908c8c;
    background-color: transparent;
}

.news-cont .columns:nth-child(even) .vertically-aligned .date,
.news-cont .columns:nth-child(even) .vertically-aligned .categories {
    float: left;
    text-align: left;
}

.vertically-aligned h2 a {
    color: #444;
}

.vertically-aligned h2 {
    font-size: 17pt;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    float: right;
    text-align: right;
    z-index: 500;
    transition: 0.5s all ease;
}

.search .vertically-aligned h2 {
    display: block;
}

.news-cont .columns:nth-child(even) .vertically-aligned h2 {
    text-align: left;
    float: left;
    left: 0;
}

.news-cont .columns:nth-child(even) .vertically-aligned {
    left: 0;
}

.news-cont .vertically-aligned {
    z-index: 10;
    align-items: center;
    width: 100%;
}

.news-cont .columns:nth-child(3) {
    margin-top: 60px;
}

.player .vp-player-layout {
    left: 0px !important;
    right: 0px !important;
    bottom: 82px !important;
    height: 360px !important;
}

.vp-player-layout {
    width: 100% !important;
    left: 0 !important;
}

.featured-events {
    background-color: #73B138 !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin-top: 20px;
}

.featured-events h1 {
    text-align: center !important;
    color: #FFFFFF !important;
}

.featured-events .columns {
    justify-content: center;
}

.featured-events .column {
    flex-grow: 0;
    flex-basis: auto;
}

.featured-events .featured-event-single-container {
    background-color: white;
    padding: 20px;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.featured-events a {
    color: #000000 !important;
}

/*Award Styles*/
.award_image {
    margin-right: 10px;
    margin-left: 10px;
    height: 100px;
    width: 50%;
    display: flex;
    position: relative;
}

.awards_new_homepage .award_image {
    margin: 0 auto;
}

.award_image img {
    max-height: 100px;
    filter: sepia(10%);
    opacity: 0.8;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.award_image img:hover {
    filter: sepia(0%);
    opacity: 1
}

.award_image:nth-child(even) img {
    float: left;
}

.award_image_kosher {
    min-width: 100px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.award_image_kosher h3 {
    font-size: 8pt;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


/*Continuum Menu*/
.dining-menu .continuum,
.resident-life .continuum,
.virtual-tour .continuum,
.sample-day-schedule .continuum,
.health-wellness .continuum {
    padding: 0px;
    padding-top: 0px;
}

.day-in-the-life .continuum,
.sample-day-schedule .default-paragraphs,
.day-in-the-life .default-paragraphs,
.page-template-template-residence-version2-child.staff .continuum,
.page-template-template-residence-version2-child.staff .default-paragraphs,
.health-wellness .default-paragraphs {
    margin: 0;
    padding: 0;
}

.health-wellness .amenities-activities {
    margin-top: 0px;
}

.continuum {
    background-color: #fff;
    padding: 0px;
    position: relative;
}

.continuum:empty {
    display: none;
}

.bg-block {
    position: absolute;
    background-color: #e8e8e8;
    width: 80%;
    height: 100%;
    padding: 0;
    margin: 0;
    left: 50%;
    top: 70px;
    transform: translate(-50%, 0%);
    background-color: #f5f5f5;
    continuum
}

.pricing-bg-block {
    background-color: #e8e8e8;
    height: 100%;
    z-index: -10;
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
    padding: 60px;
}

.special-care-option input[type=checkbox] {
    display: none;
}

.special-care-option label:before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f096";
    font-size: 15px;
    color: gray;
    letter-spacing: 7px;
    font-weight: bold;
}

.special-care-option label.checked:before {
    content: "\f046";
    letter-spacing: 5px;
}

.continuum h1,
.continuum h1 strong,
.constrained-block h1,
.virtual-tour .constrained-block h1.mediaheader,
.continuum h2,
.default-paragraphs h2,
.continuum h2 strong,
.continuum h3 strong {
    color: #4F97CB;
    /*margin-bottom: 20px;*/
    position: relative;
    /*    text-align: center;*/
}

h2.stories-header,
h2.media-header {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 20pt;
}

h2.advanced-blurb-header,
h2.stories-header {
    text-align: center;
}

.circular-title {
    color: #bb8fbf;
    text-align: center;
    margin-left: 0px;
    margin-top: 50px;
    margin-left: initial;
    margin-bottom: 20px;
    position: relative;
    font-size: 20pt;
}

h1.advanced-blurb-header,
h1.media-header {
    margin-left: 0px;
}

h2.advanced-blurb-header {
    /*margin-top: 50px;*/
    margin-left: initial;
    margin-bottom: 20px;
    position: relative;
    font-size: 20pt;
}

.continuum .columns {
    z-index: 20;
    position: relative;
}

.continuum .column {
    position: relative;
}

.continuum-block {
    background: black;
    /* height: 23vw; */
    /* min-width: 30px; */
    padding: 0;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    display: block;
    /*
    min-height: 200px;
    max-height: 350px;
    padding-bottom: 100%;
    */
}

.continuum-full-width .continuum-block {
    display: flex;
    align-items: center;
    /* max-height: 500px !important; */
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}

.continuum-full-width .column {
    padding: 0px 5px 10px 5px !important;
}

.continuum-full-width .column:first-child {
    padding-left: 0 !important;
}

.continuum-full-width .column:last-child {
    padding-right: 0 !important;
}

.home .continuum .columns:nth-child(4) .column:nth-child(2) .continuum-block:hover:after {
    background-color: transparent !important;
    opacity: 0;
}

.constrained-block .continuum-block h1 {
    margin-left: 30px;
}

.continuum-block:after {
    position: absolute;
    content: "";
    top: 500px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #4F97CB;
    transition: all 0.5s ease;
}

.continuum-block:hover:after {
    opacity: 0.5;
    top: 0;
    background-color: #4F97CB !important;
}

.leadership .continuum-block:hover:after {
    opacity: 0;
    background-color: transparent !important;
}

.action.slider .continuum-block h2,
.action.slider .continuum-block .extra-content {
    width: 100%;
    text-align: center;
}

.action-slider .continuum-block .extra-content {
    margin: 0 !important;
    padding: 0 !important;
}

.continuum-block h1,
.continuum-block h2 {
    margin: 25px;
    vertical-align: bottom;
    display: inline-block;
    z-index: 500;
    position: relative;
    transition: all 0.4s ease-in-out;
    line-height: 25pt;
    font-size: 20pt;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    /* border-bottom: solid 1px #FFFFFF; */
}

.continuum-block h1 strong,
.continuum-block h2 strong {
    color: #fff;
}

.continuum-block:hover h1,
.continuum-block:hover h2 {
    color: #fff;
    margin-top: 15px;
}

.leadership .continuum-block:hover h1 {
    margin-top: 12px;
}

.email-button {
    max-width: 70px;
    z-index: 1;
    position: relative;
}

.page-template-template-residence-version2 .email-button,
.page-template-template-residence-version2-child .email-button {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.page-template-template-residence .email-button {
    padding-left: 30px;
    padding-bottom: 10px;
}

.email-button object {
    width: 70px;
    right: 60px;
    bottom: 60px;
    pointer-events: none;
}

.home .email-button svg {
    width: 70px;
    right: 60px;
    bottom: 60px;
    pointer-events: none;
}

.email-button svg {
    width: 70px;
    right: initial bottom: initial;
    pointer-events: none;
}

.email-link {
    display: block;
    bottom: 35px;
    right: 40px;
    position: absolute;
}

/*Leadership Page*/
.leadership .continuum h1 {
    margin-top: 20px;
}

.leadership .continuum-block {
    position: relative;
    height: 500px;
    max-width: 350px;
    max-height: 400px;
    margin: 1.4vw auto;
}

.leadership .continuum .columns {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.leadership .continuum .columns h1,
.leadership .continuum .columns h2 {
    text-align: center;
    margin-left: initial;
}

.leadership .continuum .columns .title-block h1 {
    margin-left: 30px;
}

.leadership .continuum .column.is-one-third {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.leadership .bg-block {
    margin-top: 30px;
}

.title-block {
    bottom: 0;
    position: absolute;
    background: rgba(0, 113, 120, 0.45);
    width: 100%;
    text-align: center;
}

.title-block h1 {
    font-size: 20pt;
    margin-top: 12px;
    margin-bottom: 0px;
}

.continuum .title-block h2 {
    margin-left: 30px !important;
    text-align: center !important;
    line-height: initial !important;
    font-size: 26pt !important;
    margin-bottom: 0px !important;
    margin: 30px !important;
    margin-top: 12px !important;
    margin-bottom: 0px !important;
}

.continuum .title-block h2 strong {
    color: #fff !important;
}

.title-block h3 {
    font-size: 15pt !important;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center !important;
    margin-top: 15px;
}

.title-block h3 strong {
    color: white;
    font-weight: 300;
}

.director-continuum-block {
    min-width: 30px;
    margin: 30px;
    margin-left: 5px;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
}

.director-title-block {
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-right: 40px;
    padding-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.director-title-block h1 strong {
    color: #fff;
}

.continuum .director-title-block h1,
.continuum .director-title-block h2 {
    font-size: 15pt;
    margin-bottom: 0px;
    text-align: center;
}

.director-title-block h2 {
    font-size: 12pt;
    margin-bottom: 15px;
}

.director-title-block h2 strong {
    color: #fff;
}

.director-title-block h3 {
    color: #fff;
    font-size: 12pt;
}

.directors .columns {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.directors .column {
    padding: 0rem;
    background: rgba(129, 64, 145, 1);
    background: #183d6e;
}

.directors .columns:not(:last-child) {
    margin-bottom: initial;
}

.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Tree of Life and Contact pages*/
.service-types h2 {
    color: #fff;
    text-align: center;
    font-size: 15pt;
    max-width: 80%;
    margin: 30px auto;
}

.service-types a {
    color: #FFFFFF;
}

.service-types a:hover {
    text-decoration: underline;
}

.service-types {
    position: relative;
    min-width: 33%;
    margin-bottom: 45px;
}

.service-types:nth-child(3n+3) {
    background-color: #73B138;
}

.service-types:nth-child(3n+2) {
    background-color: #405d8b;
}

.service-types:nth-child(3n+1) {
    background-color: #73B138;
}

.service-types p {
    text-align: center;
    margin-bottom: 80px;
    color: #fff;
}

.service-types:first-child {
    background-color: #73B138;
}

.service-types:nth-child(2) {
    background-color: #405d8b;
}

.service-types:nth-child(3) {
    background-color: #73B138;
}

.service-types .email-button {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%);
}

/*Achievements Page*/
.achievement-container .columns:nth-child(even) .column:nth-child(2) {
    order: 1;
}

.achievement-container .columns:nth-child(odd) .column:nth-child(1) .achievement-text h2.achievement-title {
    text-align: right !important;
}

.achievement-container .columns:nth-child(odd) .column:nth-child(1) .achievement-text {
    text-align: right !important;
}

.achievement-container .columns:nth-child(even) .column:nth-child(1) {
    order: 2;
}

.achievement-text h2.achievement-title {
    color: #444;
    font-size: 17pt;
    max-width: 100%;
    min-width: 100%;
}

.achievement-section {
    z-index: 10000;
    position: relative;
    align-items: center;
    justify-content: center;
}

.achievement-section .fa-star {
    font-size: 25px;
}

.achievement-text {
    position: relative;
}

/*News Page*/
.news-and-events .news-cont .bg-block,
.news .news-cont .bg-block {
    position: absolute;
    background-color: #e8e8e8;
    width: 100%;
    padding: 0;
    margin: 0;
    width: 80%;
    height: 105%;
}

.news .news-cont .bg-block {
    z-index: 0;
}

/*Residences Page*/
.residence-title {
    text-align: right;
    color: #fff;
}

.name-con .tag-list {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    margin-top: 10px;
    color: #FFF;
    z-index: 0;
    position: relative;
    text-align: right;
}

.acf-map {
    width: 100%;
    height: 100%;
    border: #ccc solid 1px;
    min-height: 500px;
    max-width: 100%;
}

.page-template-template-residence .about-blurb .columns .column:last-child {
    padding-bottom: 0px;
}

.page-template-template-residence .columns {
    margin: 0;
}

.page-template-template-residence .about-blurb .column {
    padding: 0;
}

.image-media {
    height: 200px;
}

.media .column {
    min-width: 100%;
}

.media {
    flex-wrap: wrap;
}

/*Day in the Life Page*/
h2.schedule-time {
    text-align: center;
    font-size: 40px;
    margin-top: 30px;
}

.schedule-rows {
    margin-bottom: 50px !important;
}

.schedule-col {
    padding: 0px !important;
}

.schedule-image {
    margin-bottom: 20px;
    background-size: cover;
    height: 600px;
    position: relative;
}

.schedule-image p {
    font-size: 30px;
    padding: 30px;
    padding-bottom: 5px;
    color: #fff;
}

.schedule-image p.event-note {
    font-size: 15px;
    padding: 30px;
    padding-top: 0px;
    color: #fff;
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width:1024px) {
    .professionals:after {
        content: "";
        background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1) 100%);
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .news-cont h1 {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

/* Ways to Give Pages */
.wtg-formholder {
    margin: 0 auto;
    max-width: 800px;
}

/*Tribe Events*/
.tribe-events-notices {
    background: #d9edf7 !important;
    border-radius: 0px !important;
    border: 0px solid #bce8f1 !important;
    color: #fff !important;
    margin: 10px 0 18px !important;
    padding: 8px 35px 8px 14px !important;
    text-shadow: none !important;
    background-color: #4F97CB !important;
    font-weight: 600;
}

.tribe-events-notices strong {
    color: #fff;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #4F97CB;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #4F97CB;
}

#tribe-bar-views .tribe-bar-views-list {
    z-index: 10 !important;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    /*background-color: #4F97CB !important;*/
}

.tribe-events-month-event-title a {
    color: #444;
}

#tribe-events-footer {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}

.continuum.download-block {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: -40px;
    display: none !important
}

.calendar-download {
    color: #444;
    font-size: 15pt;
    margin-right: 30px;
    transition: all 0.3s ease;
}

.cal-form {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pdf-downloads {
    text-align: right;
    padding-right: 30px;
    font-size: 10pt;
    margin-bottom: 20px;
    display: none !important
}

.pdf-downloads a {
    color: #000;
    transition: all 0.3s ease;
}

.pdf-downloads a:hover {
    color: #4F97CB;
}

.download-day {
    margin-left: 10px;
    -webkit-appearance: button;
    background-color: #75b33a;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    height: auto;
    letter-spacing: 0;
    line-height: 2;
    transition: all 0.3s ease;
}

.download-day:hover {
    color: #000 !Important;
    background-color: #f1f1f1 !important;
}

.download-day:hover:before {
    border-top-color: #000 !Important;
    border-right-color: #000 !important;
}

.download-day:hover:after {
    border-bottom-color: #000 !Important;
    border-left-color: #000 !important;
}

.calendar-download:hover {
    color: #017178;
}

/*Campus Map*/
.campus-directory .acf-map {
    width: 100%;
    height: 100vh;
    border: #ccc solid 1px;
}

.gm-style-iw h2 {
    font-size: 17pt;
}

.gm-style-iw h3 {
    font-size: 15pt;
}

.gm-style-iw p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11pt;
}

.gm-style-iw ul {
    list-style-type: disc !important;
    list-style-position: inside;
    font-size: 11pt;
    margin-bottom: 10px;
}

.gm-style-iw {
    padding: 30px;
}

h3 {
    font-size: 16.5pt;
}

.key-info {
    width: 100%;
    padding: 30px;
}

.key-container {
    position: relative;
}

.map-key {
    width: 50px;
    height: 50px;
    background-color: #75b33a82;
    border: solid #4F97CB 2px;
    float: none;
    margin-top: 6.5px;
}

/*General Information Pages*/
.professional-section {
    padding-left: 30px;
    padding-right: 30px;
}

.professional-section .columns {
    align-items: center;
    justify-content: center;
}

.page-template-template-generalinfo-version3 .professional-section .columns:nth-child(odd) .column:nth-child(2) {
    order: 1;
}

.page-template-template-generalinfo-version3 .professional-section .columns:nth-child(odd) .column:nth-child(2) p {
    padding-right: 0.75rem;
}

.page-template-template-generalinfo-version3 .professional-section .columns:nth-child(odd) .column:nth-child(1) {
    order: 2;
}

.professionals {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    min-width: 100px;
    min-height: 400px;
    position: relative;
    display: block;
}

.care-prof-images {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    min-width: 399px;
    min-height: 400px;
    position: relative;
    display: block;
}


/*------------------------------------*\
    100year page PAGES
\*------------------------------------*/

.hb-main {
    margin-top: 40px;
}

/*
.hb-left {
    float: left;
    width: 49%;
}

.hb-right {
    float: right;
    width: 49%;
}
*/



/*Header Image*/
.tertiary-header-image {
    background-position: center;
    height: 100%;
    width: 100%;
    min-width: 399px;
    min-height: 400px;
    position: relative;
    display: block;
}

.testimonial-section {
    padding-left: 30px;
    padding-right: 30px;
}

.testimonial-section h2 {
    font-size: 20pt;
}

/*History Page*/
.history-timeline {
    margin-top: -150px;
}

.history-paragraph {
    font-size: 13pt;
}

.timeline-section {
    margin-top: -8.6%;
}

.timeline-section:first-child {
    margin-top: 250px;
}

.timeline-section svg {
    margin: 0px auto;
}

.left-history {
    enable-background: new 0 0 798 378;
    width: 70%;
    margin-top: -195px;
    max-width: 70%;
    margin-left: 85px;
    display: block;
}

.right-history {
    enable-background: new 0 0 798 378;
    width: 70%;
    margin-top: -197px;
    max-width: 70%;
    margin-left: 165px;
    display: block;
}

.history-image-left {
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 17%;
}

.timeline-section:first-child .history-image-left {
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 17%;
}

.timeline-section .history-image-right {
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 17%;
}

.history-info h2 {
    font-size: 15pt;
    font-weight: bold;
}

/*Sitemap*/
.sitemap h2 {
    font-size: 15pt;
    margin-bottom: 10px;
}

ul.children {
    margin-left: 30px;
}

.simple-sitemap-page {
    font-size: 13pt;
}

.simple-sitemap-page a {
    color: #444;
}

.show-for-small {
    display: none
}

.fact-child {
    text-align: center;
    padding: 30px;
    color: #fff;
}

.page-template-template-stories .fact-child {
    width: 100%;
    background-color: #62acafd4;
}

/*Virtual Tour*/
.media .youtube_featured_img {
    width: 100%;
    padding-left: 0;
    padding-right: 0px;
    min-width: 100%;
    max-width: 100%;
    cursor: pointer;
}

.media .youtube_featured_img {
    width: 20%;
    padding-left: 0;
    margin-right: 0.7%;
    min-width: 18%;
    max-width: 19.5%;
    cursor: pointer;
}

.media .youtube_featured_img:nth-child(5n+5) {
    margin-right: 0;
}

.youtube-image {
    position: relative;
    overflow: hidden;
}

.youtube-image p {
    z-index: 2;
    color: #fff;
    padding: 30px;
    position: relative;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 15px;
}

.youtube-image:hover p {
    padding-top: 20px;
}

.youtube-image:after {
    position: absolute;
    content: "";
    top: 200px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: red;
    transition: all 0.5s ease;
    z-index: 1;
}

.youtube-image:hover:after {
    opacity: 0.5;
    top: 0;
    background-color: #73B138 !important;
}

.youtube_featured_img img {
    width: 100%;
}

.clickable-videos {
    padding-bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.clickable-videos:after {
    content: "";
    content: '';
    display: block;
    content: '';
    display: block;
    margin-left: 60%;
}

/*Pricing Section*/
.pricing-block {
    width: 100%;
}

.pricing-bg-block h2 {
    display: none;
}

/*Social Feed*/
.social-link {
    display: inline-block;
    width: 12.5%;
    height: 500px;
    transition: all 0.3s ease;
}

.social-link:hover {
    width: 25%;
}

.social-image {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.feed:hover>.social-link {
    width: 10.5%;
}

.feed>.social-link:hover {
    width: 25%;
}

/*------------------------------------*\
	CAREERS
\*------------------------------------*/
.careers-header {
    background: #8896B5;
    padding: 20px;
    text-align: center
}


.careers-header-columns {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
}

.careers-header-column {
    width: 50%;
    padding: 10px;
}

.careers-cta {
    text-align: center;
    margin: 50px 0;
}

.careers-cta h1 {
    font-size: 28px;
}

.careers-testimonials {
    background: #4F97CB;
    padding: 20px;
    text-align: center;
}

.careers-testimonials h2 {
    color: white;
}

.testimonial-box {
    background: white;
    padding: 40px;
    max-width: 530px;
    margin: 0 auto;
    height: 100%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 3;
}

.testimonial-card-2 {
    background: white;
    width: 85%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.careers-bottom {
    margin: 50px 0;
    text-align: center;
}

a.career-cta-button {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background: #4F97CB;
    padding: 20px;
    display: inline-block;
    border-radius: 16px;
    color: #fff;
    margin: 0px 10px;
}

a.career-cta-button.lightgreen {
    background: #75b33a;
}

a.button.round {
    border-radius: 30px;
}

a.button.green {
    background: #4F97CB
}

a.button.lightgreen {
    background: #75b33a
}

a.button.widthauto {
    width: auto
}

.job-card-wrap {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    min-height: 230px;
}

.job-card-wrap:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #8896B5;
    display: block;
    position: absolute;
    bottom: 20px;
}

.filter-jobs {
    padding: 20px 0;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.filter-jobs form {
    text-align: center;
}

.filter-jobs * {
    font-size: 20px;
}

.filter-jobs select {
    color: #4F97CB;
    background: white;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    padding-right: 20px;
}

.filter-jobs button {
    background: #4F97CB;
    color: white;
    padding: 5px 10px;
    border: 0;
}

.filter-jobs button:hover {
    background: #8896B5 !important;
}

.filter-jobs button:before,
.filter-jobs button:after {
    content: none;
}

.job-card-link {
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
}

select.filter-selected,
.job-filter input[type="text"].filter-selected {
    color: #8896B5;
}

.job-filter input[type="text"].filter-selected {
    border: 1px solid #8896B5;
}

.job-filter {
    display: block;
    margin: 20px 0;
    position: relative;
}

.job-filter input[type="text"] {
    border: 1px solid #4F97CB;
    padding: 5px;
    color: #4F97CB;
}

.clear-job-filters {
    margin-left: 20px;
}

.job-filter.select-field img {
    position: absolute;
    width: 12px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: auto;
}


.job-filter ul li {
    display: inline-block;
    margin: 5px;
}

.single-job-right a.button {
    width: 100%;
    display: block;
}

.single-job-right #sticker {
    padding: 30px;
    background-color: #efefef;
}

.single-job-right #sticker p,
.single-job-right #sticker h3 {
    font-size: 14pt !important;
    text-align: left;
}

a.backtojobs {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    color: #4F97CB;
    text-decoration: underline;
}

.summary-of-benefits h3 {
    margin-top: 20px;
}

.summary-of-benefits th {
    background: #f2f2f2;
    padding: 10px;
}

.summary-of-benefits caption {
    font-weight: 800;
}

.summary-of-benefits td {
    border: 1px solid #e6e6e6;
    padding: 10px;
}


.careers-slider-wrap {
    position: relative;
}

.careers-slider-wrap:before {
    content: '';
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.careers-header-content a {
    display: block;
    width: 100%;
    border: 0;
    height: auto;
}

.careers-header-content p,
.careers-header-content a {
    font-size: 28px;
}

.careers-header-content {
    font-weight: 700;
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
    width: 95%;
}


.careers-slider-wrap h1 {
    color: white;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 30px;
}

.careers-slider-wrap a.button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;

    border: 0;

    font-size: 15px;
    width: 150px;
}

.job-alerts-container {
    padding: 25px 60px 5px 60px;
    background-color: #183d6e;
    margin-bottom: 20px;
}

.job-alerts-container h3 {
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.job-alerts-container label {
    color: white !important;
}

.job-alerts-container .frm_style_formidable-style.with_frm_style .frm_submit button {
    border: 0;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.25s;
    border-radius: 0;
    display: block;
    margin-top: 0px;

    color: white;
    padding: 5px 10px;
    border: 0;
    display: inline-block !important
}



/*------------------------------------*\
    COVID19
\*------------------------------------*/
.header-alert-bar .header-button {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #73B138;
    margin: 10px 5px 0 5px;
}

.header-alert-bar .header-button:hover {
    background-color: #57862a;
}

#mega-menu-item-85752>a {
    background-color: red !important;
    padding: 0px 3px 3px 9px !important;
    border-radius: 4px !important;
}

#mega-menu-item-85752>a:hover {
    background-color: #c30202 !important;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
        url('fonts/font-name.woff') format('woff'),
        url('fonts/font-name.ttf') format('truetype'),
        url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:300px) {
    .media .youtube_featured_img {
        width: 48%;
        padding-left: 0;
        padding-right: 0px;
        min-width: 48%;
        max-width: 49.5%;
        cursor: pointer;
    }
}

@media only screen and (min-width:480px) {
    .image-media {
        height: 300px;
    }

    .award-image-container,
    .award-image-container-2 {
        min-height: initial;
    }

    .slider-testimonial-block {
        height: initial;
    }
}

@media only screen and (min-width:551px) {
    #hidden-header form {
        display: inline;
        margin-left: 10px;
        float: right;
        padding-top: 0px;
    }
}

@media only screen and (min-width:580px) {
    .top-award {
        width: 50%;
        transform: translate(-10%, 0%);
    }

    .second-top-image {
        left: 42%;
    }

    .top-address {
        text-align: right;
        position: absolute;
        bottom: 30px;
        right: 150px;
        font-size: 12pt;
        color: #fff;
    }
}

@media only screen and (min-width:580px) {

    .award-container h1,
    .name-container h1 {
        margin-left: 40px;
    }

    .default-paragraphs {
        margin: 60px 0 30px 0;
    }

    .page-template-template-residence-version2 .default-paragraphs {
        margin: 60px auto;
    }

    .housekeeping-section .service-columns,
    .fun-fact-col .fun-fact {
        width: 50%;
    }

    .housekeeping-section .columns,
    .fun-fact-col {
        display: flex;
    }
}

@media only screen and (min-width:651px) {
    .answers {
        display: block;
    }

    .mobi-answer {
        display: none;
    }
}

@media only screen and (min-width:780px) {
    .youtube_featured_img {
        width: 18%;
        padding-left: 0;
        padding-right: 0px;
        min-width: 18%;
        max-width: 19.5%;
        cursor: pointer;
    }

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

@media only screen and (min-width:769px) {

    .footer .proudpart-lang {
        text-align: right;
        padding: 0 20px;
    }

    .footer .proudpart-logo {
        border-left: solid 1px white;
    }

    .achievement-section {
        min-height: 400px;
    }

    .testimonial-section h1 {
        padding-left: 30px;
    }

    .popup-content {
        width: 50%;
        min-height: 400px;
        background-color: #fff;
        margin: 0px auto;
        text-align: center;
        max-width: 900px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 3px;
    }

    .key-info {
        width: 50%;
        margin-top: 30px;
    }

    .map-key {
        float: right;
    }

    .constrained-block .professional-section h1 {
        margin-left: 0.75rem;
    }

    .professional-section p {
        vertical-align: middle;
        padding-left: 10px;
    }

    .testimonial-section {
        padding-left: initial;
        padding-right: initial;
    }

    .testimonial-container {
        width: 49%;
        display: inline-block;
        padding: 20px;
    }

    .testimonial-name {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .testimonial-name h2 {
        text-align: right;
        top: 50%;
        right: 0;
        transform: translate(0%, -50%);
        position: absolute vertical-align: middle;
        position: absolute;
    }

    .leadership .continuum-block {
        position: relative;
        max-height: 400px;
    }

    .news-cont .columns {
        margin-bottom: 50px;
    }

    .als-container {
        padding: 90px;
    }

    .post-thumbnail {
        margin: 0 auto;
    }

    .continuum h1,
    .constrained-block h1,
    .virtual-tour .constrained-block h1.mediaheader,
    .continuum h2 {
        text-align: left;
        margin-left: 30px;
    }

    h2.advanced-blurb-header,
    h2.stories-header,
    .circular-title {
        text-align: left;
        margin-top: 40px;
    }

    .constrained-block h1.media-header,
    .download-block h1,
    .constrained-block h2.media-header,
    .faq .continuum h2 {
        margin-left: 0px;
    }

    .faq .continuum h2 {
        margin-top: 50px !important;
    }

    .constrained-block h2.media-header {
        margin-top: 50px;
    }

    a.calendar-download {
        margin-left: 30px;
    }

    .constrained-block .default-paragraphs h1 {
        margin-left: initial;
    }

    .sliding-testimonial-section h1 {
        margin-left: 30px;
    }

    .leadership .continuum h1,
    .leadership .continuum h1 strong,
    .leadership .continuum h2,
    .leadership .continuum h2 strong {
        position: initial;
    }

    .leadership .continuum .column.is-one-third {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 33.3333%;
        -webkit-justify-content: space-between;
        max-width: 31.4%;
    }

    /*Residence Header*/
    .page-template-template-residence .about-blurb .columns .column:nth-last-child(2) {
        background-color: rgba(109, 181, 184, 0.75);
        text-align: center;
    }

    .page-template-template-residence .about-blurb .column {
        position: relative;
    }

    .address-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
    }

    .address-info p {
        padding-left: initial;
        padding-bottom: initial;
    }

    .page-template-template-residence .email-button {
        max-width: inherit;
        margin-top: 15px;
        padding-left: initial;
        padding-bottom: initial;
    }

    .media .column {
        min-width: 33%;
    }

    .media .youtube_featured_img {
        width: 20%;
        padding-left: 0;
        padding-right: 0px;
        min-width: 18%;
        max-width: 19.5%;
        cursor: pointer;
    }

    .page-template-template-residence-version2 .media .column {
        min-width: 50%;
        max-width: 50%;
    }

    .media {
        flex-wrap: wrap;
    }

    .infographic-img-con {
        height: 70vh;
    }
}

@media only screen and (min-width:769px) {

    .page-template-template-residence-version3 .mainmenu-open,
    .page-template-template-residence-version3-child .mainmenu-open {
        height: 153px;
    }

    .careers-bottom {
        /* display: flex;
        flex-direction: column;
        align-items: center;*/
    }

    .testimonial-boxes {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
    }

    .single-job-left {
        width: 60%;
        float: left;
    }

    .single-job-right {
        width: 30%;
        text-align: center;
        float: right;
    }

    .job-filter {
        display: inline-block;
        margin: 0 20px;
        position: relative;
    }

    .careers-header-image {
        width: 50%;
        float: left;
    }

    .careers-header-slider {
        width: 40%;
        float: right;
    }

    .hide-on-desktop {
        display: none;
    }



}

@media only screen and (min-width:811px) {
    .frm_submit {
        display: inline-block;
        margin-left: 20px;
    }
}

@media only screen and (min-width:900px) {

    .info-block h3,
    .info-block-large h3,
    .info-block-extensive h3 {
        font-size: 23pt;
    }

    .continuum-block {
        margin: 30px;
        padding-bottom: 0px;
    }

    .continuum-full-width .continuum-block {
        margin: 0px;
        padding-bottom: 0px;
    }

    .staff-pars {
        position: relative;
        transform: translate(0%, -50%);
        top: 50%;
        left: 0;
        padding: 10px;
    }

    .slider-staff-container.slick-slider {
        height: 700px;
    }

    .slider-staff-block {
        background-position: center;
        height: 100%;
        width: 100%;
        min-width: 10px;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        display: block;
        overflow: hidden;
    }

    .staff-container {
        position: absolute;
        transform: initial;
        left: 0;
        bottom: initial;
        width: 40%;
        background-color: rgba(198, 100, 221, 0.61);
        height: 100%;
    }

    .news-cont .columns:nth-child(even) .column:nth-child(1) .vertically-aligned .hover-effect {
        width: 500px;
        position: absolute;
    }

    .hover-effect {
        right: -50px;
        width: 500px;
    }

    .media-blocks .column {
        max-width: 50%;
    }

    .street-address-block {
        width: 25%;
        position: absolute;
        background-color: rgba(109, 181, 184, 0.95);
        z-index: 1000;
        height: 100%;
        text-align: center;
    }

    .acf-map {
        min-height: 300px;
    }

    .slider-testimonial-block {
        background-position: center;
        height: 100%;
        width: 100%;
        min-width: 399px;
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
        position: relative;
        display: block;
        overflow: hidden;
    }

    .slider-testimonial-container.slick-slider {
        height: initial;
        height: 100%;
    }

    .pricing-bg-block h2 {
        margin-bottom: 20px;
        display: inline-block;
        width: 49.7%;
        font-size: 20pt;
    }

    .pricing-bg-block h2:nth-child(2) {
        padding-left: 150px;
    }

    .pricing-block {
        width: 50%;
    }

    .price-slider-container {
        display: flex;
    }

    .special-care-options {
        margin-left: 150px;
        text-align: left;
    }
}

@media only screen and (min-width:1024px) {
    .home .name-con {
        position: absolute;
        top: 20px;
        max-width: 32%;
        right: 20px;
    }

    .slider {
        width: 70%;
    }

    .info-paragraph {
        padding: initial;
    }

    /*Make news items go back and forth on certain pages*/
    .news-cont .columns:nth-child(even) .column:nth-child(1) {
        order: 2;
    }

    .news-cont .columns:nth-child(even) .column:nth-child(2) {
        order: 1;
    }

    /*Reset the order property for the home news items*/
    .home .news-cont .columns:nth-child(even) .column:nth-child(1) {
        order: 0;
    }

    .home .news-cont .columns:nth-child(even) .column:nth-child(2) {
        order: 0;
    }

    .news-cont .columns:nth-child(even) .vertically-aligned .hover-effect {
        width: 500px;
        position: absolute;
        left: -50px;
        z-index: 1;
    }

    .page-template-template-residence-version3 .top-content,
    .page-template-template-residence-version3-child .top-content {
        height: initial;
        /* height: 40vh; */
        height: 500px;
    }

    .news-cont .columns:nth-child(even) .column:nth-child(1) .vertically-aligned .hover-effect {
        position: absolute;
        transition: width 0.4s ease;
        top: 50%;
        right: initial;
        left: -40px;
        transform: translate(0%, -50%);
        height: 100%;
        z-index: -300;
        background-color: #73B138 !important;
    }

    .news .columns:nth-child(even) .column:nth-child(1) .vertically-aligned .hover-effect {
        width: 500px;
        position: absolute;
        left: -50px;
    }

    /*Home Styles*/
    .about-awards {
        background-color: #75b33a;
        height: 1000px;
        width: 57%;
        float: right;
        transform: rotate(30deg);
        top: -150px;
        position: absolute;
        right: -10%;
    }

    .award_image:nth-child(4) {
        width: 40%;
    }

    .about-blurb {
        padding: 30px;
        padding-top: 10px;
        min-height: 500px;
        position: relative;
        color: #fff;
        background-position: center !important;
    }

    .top-content-new .about-blurb {
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto;
        align-items: center;
    }

    /*
    .about-paragraph {
        width: 50%;
        padding: 30px;
        padding-right: 100px;
        z-index: 5;
        position: relative;
        height: 100%;
    }
    */

    .top-content-new .about-paragraph {
        /*
        width: 50%;
        padding: 30px;
        padding-right: 100px;
        z-index: 5;
        position: relative;
        height: 100%;
        */
        margin: 0 auto;
    }

    .about-paragraph p {
        font-size: 20pt;
        font-weight: 500;
        /*        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        width: 50%;*/
    }

    .top-content-new .about-paragraph p {
        font-size: 22px;
        font-weight: 500;
        position: static;
        top: auto;
        transform: none;
        /* text-align: center;*/
        padding: 0 40px;
        width: 100% !important;
    }

    .award-container {
        width: 70%;
        transform: translate(-15%, 70%) rotate(-30deg);
        left: 3%;
        top: -3%;
        margin-left: 60px;
        transform: translate(-15%, 70%) rotate(-30deg);
        padding-top: initial;
        margin-top: initial;
    }

    .award-image-container {
        margin-top: 110px;
    }

    .home .about-blurb {
        min-height: 350px;
        color: #fff;
    }

    .award-images {
        width: 100%;
        margin-right: 20px;
        display: flex;
    }

    .award-container h1 {
        text-align: center;
        margin-bottom: 10px;
    }

    .name-container h1 {
        text-align: right;
        margin-bottom: 10px;
    }

    .stars {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 107px;
        height: 100px;
        border: white solid;
        border-radius: 6px;
        padding: 0px;
        max-height: 100px;
        float: right;
        filter: sepia(10%);
        opacity: 0.8;
        margin: 0 auto;
    }

    .stars h3 {
        max-width: 90%;
        min-width: initial;
        align-items: center;
        text-align: center;
        top: 70%;
        right: 0;
        font-weight: bold;
        font-size: 7.5pt;
        margin-top: 0px;
    }

    .continuum {
        background-color: #fff;
        padding: 61px;
        padding-top: 10px;
        position: relative;
    }

    .continuum-full-width {
        background-color: #fff;
        padding: 0;
        padding-top: 0;
        position: relative;
    }

    .email-link {
        display: block;
        bottom: 50px;
        right: 50px;
        position: absolute;
    }

    /*ALS Subsection*/
    .als-blurb {
        margin: 60px;
    }

    .als-blurb p {
        margin: 60px;
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: center;
        line-height: initial;
    }

    .als-container-new-homepage .als-blurb {
        margin: 0;
    }

    .als-container-new-homepage .als-blurb p {
        margin: 0;
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: left;
        line-height: initial;
    }

    .als-container-new-homepage .als-blurb button {
        background-color: #4F97CB;
    }

    .als-container-new-homepage .als-blurb button:hover {
        background-color: #4F97CB !important;
    }

    /*News subsection*/
    .news-cont .vertically-aligned {
        z-index: initial;
        right: 0;
        min-height: 160px;
    }

    .news-cont .columns .vertically-aligned h2 a {
        color: #444;
        transition: 0.5s all ease;
    }

    .news-cont .vertically-aligned:hover .h2 a {
        color: #fff;
    }

    .vertically-aligned:hover h2 a {
        color: #fff;
    }

    .news-cont .columns:nth-child(even):hover .column:nth-child(1) .vertically-aligned .hover-effect {
        width: 500px;
        position: absolute;
        left: -50px;
    }

    .news-cont .columns:nth-child(even) .column:nth-child(1) .vertically-aligned:hover .hover-effect {
        width: 500px;
        position: absolute;
    }

    .news-cont .columns .column:nth-child(1):hover+.column .vertically-aligned .hover-effect {
        width: 500px;
        position: absolute;
    }

    .news-cont .columns:hover .vertically-aligned .hover-effect,
    .search-results .columns:hover .vertically-aligned .hover-effect {
        width: 500px;
        position: absolute;
    }

    .news-cont .columns:nth-child(even):hover .vertically-aligned .hover-effect {
        width: 500px;
        position: absolute;
        left: -50px;
        z-index: 1;
    }

    .news-cont .columns:hover .vertically-aligned h2,
    .search .columns:hover .vertically-aligned h2 {
        color: #fff;
    }

    .news-cont .columns:nth-child(3) {
        margin-top: initial;
    }

    .post-thumbnail {
        width: 600px;
    }

    .single .breadcrumbs {
        position: absolute;
    }

    /*General Info Subsection*/
    .professionals {
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;
        min-width: 299px;
        min-height: 500px;
        position: relative;
        display: block;
    }

    .care-prof-images {
        background-size: cover;
        background-position: center;
        height: 100%;
        width: 100%;
        min-width: 399px;
        min-height: 400px;
        position: relative;
        display: block;
    }

    /*Header Image*/
    .tertiary-header-image {
        background-position: center;
        height: 100%;
        width: 100%;
        min-width: 399px;
        min-height: 400px;
        position: relative;
        display: block;
    }

    .info-block,
    .info-block-large,
    .info-block-extensive {
        text-align: initial;
    }

    .info-title {
        display: inline-block;
        width: 20%;
        vertical-align: middle;
        margin-top: initial;
    }

    .info-image {
        display: inline-block;
        width: 20%;
        vertical-align: middle;
        text-align: center;
        margin-top: initial;
    }

    .info-block object,
    .info-block-large object {
        max-width: 150px;
        display: inline;
    }

    .info-paragraph {
        display: inline-block;
        width: 55%;
        vertical-align: middle;
        height: 100%;
    }

    /*Residence Pages*/
    .page-template-template-residence .about-blurb {
        padding: 30px;
        padding-top: 0px;
        padding-right: 0px;
        height: 300px;
        position: relative;
        color: #fff;
        padding-bottom: 0px;
    }

    .page-template-template-residence .about-blurb .columns {
        height: 309px;
    }

    .page-template-template-residence .email-button {
        max-width: inherit;
        margin-top: 15px;
        padding-left: initial;
        padding-bottom: initial;
    }

    .page-template-template-residence .about-blurb .column {
        position: relative;
    }

    .page-template-template-residence .about-blurb .columns .column:nth-last-child(2),
    .page-template-template-residence .about-blurb .columns .column:last-child {
        margin-bottom: 9px;
    }

    .address-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
    }

    .address-info p {
        font-size: 14pt;
        padding-left: 0px;
    }

    .info-block-large .info-image {
        height: 200px;
    }

    /*Infographic Blocks*/
    .housekeeping-section .service-columns,
    .fun-fact-col .fun-fact {
        width: 33%;
    }
}

@media only screen and (min-width:1140px) {
    .professionals {
        min-height: 400px;
    }

    /*Header Image*/
    .tertiary-header-image {
        background-position: center;
        height: 100%;
        width: 100%;
        min-width: 399px;
        min-height: 400px;
        position: relative;
        display: block;
    }

    .about-awards {
        width: 53%;
    }

    .award-images {
        width: 90%;
    }

    .home .name-con {
        right: 40px;
    }

    .featured-people-container {
        display: flex;
        margin-top: -150px;
        color: #fff;
    }

    .featured-people-block {
        width: 50%;
        text-align: center;
        margin-top: -20vh;
        color: #fff;
    }

    .fact-block {
        width: 50%;
        display: flex;
        min-height: initial;
    }

    .template-stories .fact-block {
        height: 90vh;
    }

    .fact-child {
        flex: 1;
        padding: 20px;
        color: #fff;
        text-align: center;
        padding: 30px;
    }

    .person-facts {
        display: flex;
        background-color: #62acaf;
    }

    .template-stories .fact-child {
        flex: initial;
        width: 20%;
    }

    .block-group {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    /*Info Block Section Arrow Designs*/
    .info-block p,
    .info-block-large p,
    .info-block-extensive p {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .info-block:after,
    .info-block-large:after,
    .info-block-extensive:after {
        content: '';
        background-color: #183d6e;
        clip-path: polygon(0 0, 0% 100%, 100% 50%);
        width: 30px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin-right: -30px;
    }

    .info-block:before,
    .info-block-large:before,
    .info-block-extensive:before {
        content: '';
        background-color: #183d6e;
        clip-path: polygon(100% 0, 100% 100%, 0 50%);
        width: 30px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin-left: -29px;
    }

    .fact-child-container {
        display: flex;
        flex: 1;
    }

    .fact-child {
        flex: 1;
        padding: 20px;
        color: #fff;
        text-align: center;
    }

    .first-row .fact-child,
    .third-row .fact-child {
        background-color: #62acafd4;
    }

    .first-row .fact-child:first-child,
    .third-row .fact-child:first-child {
        margin-right: 20%;
        background-color: #62acafd4;
        max-width: 20%;
    }

    .first-row .fact-child:nth-child(2) {
        margin-right: 20%;
        background-color: #62acafd4;
    }

    .second-row .fact-child:first-child {
        margin-left: 20%;
        background-color: #62acafd4;
        max-width: 20%;
    }

    .second-row .fact-child:nth-child(2) {
        margin-right: 20%;
        margin-left: 20%;
        background-color: #62acafd4;
    }

    a.calendar-download {
        margin-left: initial;
    }

    .residence-list h2 {
        max-width: 50%;
        color: #FFFFFF;
    }

    .residence-list a {
        color: #FFFFFF;
    }
}

@media only screen and (max-width:1150px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu img {
        display: none;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li:nth-child(odd) {
        clear: initial;
    }
}

@media only screen and (min-width:1200px) {

    /*Continuum*/
    .continuum h2,
    .default-paragraphs h2 {
        font-size: 30pt;
    }

    .continuum-block h1,
    .continuum-block h2 {
        line-height: initial;
        font-size: 30pt;
    }

    .continuum-full-width .continuum-block h2 {
        text-align: center;
        color: #FFFFFF;
        font-size: 40px;
        margin: 0 auto 20px auto;
        z-index: 0;
    }

    .info-block {
        margin: 20px auto 30px auto;
        background-color: #183d6e;
        color: #fff;
        position: relative;
    }

    .page-template-template-mission .info-block {
        max-width: 75%;
    }

    .info-block:first-child {
        margin: 60px auto 30px auto;
    }

    .news-cont .columns .vertically-aligned h2 {
        color: #444;
        font-size: 17pt;
        min-width: 200px;
    }

    .hover-effect,
    .news-cont .columns:nth-child(even) .column:nth-child(1) .vertically-aligned .hover-effect {
        position: absolute;
        width: 0;
        transition: width 0.4s ease;
        top: 50%;
        right: -50px;
        transform: translate(0%, -50%);
        height: 100px;
        z-index: -300;
        background-color: #73B138 !important;
    }

    .vertically-aligned h2 {
        max-width: 60%;
        position: relative;
    }

    .hover-effect {
        height: 100%;
    }

    .news-cont .columns:nth-child(even) .column:nth-child(1) .vertically-aligned .hover-effect {
        height: 100%;
    }

    .award-container,
    .name-container {
        margin-left: 60px;
        transform: translate(-15%, 70%) rotate(-30deg);
        width: 70%;
        padding-top: initial;
    }

    .award_image {
        width: 45%;
        margin-top: 10px;
        transform: translate(-15%, 0%);
    }

    .news-cont .vertically-aligned .categories a,
    .search .vertically-aligned .categories a,
    .news-cont .vertically-aligned .date {
        color: #444;
    }

    /*Infographic Blocks*/
    .housekeeping-section .service-columns,
    .fun-fact-col .fun-fact {
        width: 25%;
    }

    .als-walk-content {
        width: 40%;
    }
}

@media only screen and (min-width:1225px) {
    .divider {
        height: 5px;
        width: 100%;
        background-color: #fff;
        top: 50%;
        position: absolute;
        transform: translate(0%, -50%);
        z-index: 5;
    }

    .vertical-divider {
        height: 1200px;
        width: 5px;
        background-color: #fff;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 0%);
        z-index: 5;
    }

    .rotated-divider {
        height: 1200px;
        width: 5px;
        background-color: #fff;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 0%);
        z-index: 5;
        transform: rotate(45deg);
    }

    .second-rotated-divider {
        height: 1200px;
        width: 5px;
        background-color: #fff;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 0%);
        z-index: 5;
        transform: rotate(135deg);
    }

    /*General Info Version 2*/
    .overarching-circle {
        height: 1200px;
        width: 1200px;
        border-radius: 50%;
        background-color: #73B138;
        position: relative;
        margin: 50px auto;
    }

    .circular-title {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 500;
        font-size: 25pt;
        color: #ba91be;
        width: 200px;
        margin-left: initial;
        margin-right: initial;
        margin-bottom: initial;
        margin-top: initial;
    }

    .page-template-template-generalinfo-version3 .overarching-circle:nth-child(even) {
        height: 1200px;
        width: 1200px;
        border-radius: 50%;
        background-color: #75b33a;
        position: relative;
        z-index: -1;
        margin: initial;
        margin-top: -705px;
        margin-left: 400px;
        z-index: -60;
    }

    .overarching-circle .center {
        display: block;
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        width: 400px;
        height: 400px;
        transform: translate(-50%, -50%);
        background-color: #fff;
    }

    .info-block-version2 {
        text-align: initial;
    }

    .info-title-version2 {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 5px;
        margin-top: initial;
        width: 60%;
        text-align: right;
    }

    .info-image-version2 {
        display: inline-block;
        width: 20%;
        vertical-align: middle;
        text-align: center;
        margin-top: initial;
    }

    .info-block-version2 object {
        max-width: 100px;
        width: 100px;
        width: 85px;
        display: inline;
        margin-left: 20%;
        margin-right: 0;
    }

    .info-paragraph-version2 {
        vertical-align: middle;
        height: 100%;
    }

    .info-title-version2 h2 {
        font-size: 20pt;
        text-align: right;
    }

    .info-paragraph-version2 p {
        font-size: 11pt;
        font-size: 10.5pt;
        color: #fff;
        /*text-align: justify;*/
    }

    .degs {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20%;
        height: 20%;
        margin: -10%;
        color: #fff;
        width: 22%;
        height: 22%;
        margin: -11%;
    }

    .deg0,
    .deg360 {
        transform: rotate(20deg) translate(37em) rotate(-20deg);
    }

    .deg45,
    .deg405 {
        transform: rotate(70deg) translate(40em) rotate(-70deg);
    }

    .deg90,
    .deg450 {
        transform: rotate(110deg) translate(40em) rotate(-110deg);
    }

    .deg135 {
        transform: rotate(160deg) translate(37em) rotate(-160deg);
    }

    .deg180 {
        transform: translate(-37em);
        transform: rotate(200deg) translate(37em) rotate(-200deg);
    }

    .deg225 {
        transform: rotate(250deg) translate(39em) rotate(-250deg);
    }

    .deg270 {
        transform: rotate(290deg) translate(39em) rotate(-290deg);
    }

    .deg315 {
        transform: rotate(340deg) translate(37em) rotate(-340deg);
    }
}

@media only screen and (min-width:1280px) {
    .award_image {
        width: 45%;
        margin-top: initial;
        transform: translate(-9.5%, 0%);
    }

    .award-container,
    .name-container {
        left: 7%;
    }

    .award-container h1,
    .name-container h1 {
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .advanced-blurb-header,
    .media-header {
        margin-left: initial;
    }

    .residence-title {
        font-size: 28pt;
    }
}

@media only screen and (min-width:1350px) {
    .testimonial-section h1 {
        padding-left: 0px;
    }

    .media-blocks {
        padding-left: initial;
        padding-right: initial;
    }

    .professional-section {
        padding-right: initial;
        padding-left: initial;
    }

    h1 {
        font-size: 30pt;
    }

    .continuum h1,
    .constrained-block h1,
    .virtual-tour .constrained-block h1.mediaheader .advanced-blurb-header,
    .continuum h2 {
        margin-left: initial;
    }

    h2.advanced-blurb-header,
    h2.stories-header {
        margin-left: initial;
        font-size: 30pt;
    }

    .blurb-descriptions {
        margin-left: initial;
        leav margin-right: initial;
    }
}

@media only screen and (min-width:1370px) {
    h1 {
        font-size: 30pt;
    }

    .home .name-con h2 {
        font-size: 30pt;
    }
}

@media only screen and (min-width:1150px) {

    /*Search Styles*/
    #search-button {
        left: initial;
        right: 20px;
        /*top: 20.5px;*/
    }

    .search-button {
        right: 30px;
        left: auto;
    }
}

@media only screen and (min-width:1500px) {
    .award-container {
        left: 12%;
    }

    .award-container h1 {
        margin-left: 0px;
    }

    .stars {
        justify-content: center;
    }

    .cal-form {
        display: inline;
        padding-left: 10px;
        padding-top: initial;
        padding-bottom: initial;
    }

    .slider-testimonial-container p {
        padding-left: 20vw;
        padding-right: 20vw;
        font-size: 18pt;
    }
}

.page-template-template-generalinfo-version3 .overarching-circle {
    height: 1200px;
    width: 1200px;
    border-radius: 50%;
    background-color: #73B138;
    position: relative;
    z-index: -1;
    margin: initial;
    margin-top: -200px;
}

@media only screen and (max-width:1149px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu img {
        display: none;
    }
}


@media only screen and (max-width:1600px) {
    .page-template-template-generalinfo-version3 .overarching-circle:nth-child(even) {
        margin-left: 300px;
    }
}

@media only screen and (max-width:1525px) {
    .schedule-section {
        margin-top: 250px;
    }

    .page-template-template-generalinfo-version3 .divider,
    .page-template-template-generalinfo-version3 .vertical-divider,
    .page-template-template-generalinfo-version3 .rotated-divider,
    .page-template-template-generalinfo-version3 .second-rotated-divider,
    .page-template-template-generalinfo-version3 .overarching-circle .center {
        display: none;
    }

    .page-template-template-generalinfo-version3 .overarching-circle:nth-child(even) {
        background-color: transparent;
        max-width: 100%;
        width: 100%;
        margin-top: 0px;
        height: initial;
    }

    .page-template-template-generalinfo-version3 .deg45,
    .page-template-template-generalinfo-version3 .deg405 {
        transform: initial;
    }

    .page-template-template-generalinfo-version3 .degs {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        height: initial;
        color: #fff;
        width: 100%;
        height: initial;
        margin: 0;
    }

    .page-template-template-generalinfo-version3 .deg0,
    .page-template-template-generalinfo-version3 .deg360 {
        transform: initial;
    }

    .page-template-template-generalinfo-version3 .deg45,
    .page-template-template-generalinfo-version3 .deg405 {
        transform: initial;
    }

    .page-template-template-generalinfo-version3 .deg90,
    .page-template-template-generalinfo-version3 .deg450 {
        transform: initial;
    }

    .page-template-template-generalinfo-version3 .deg135 {
        transform: initial;
    }

    .page-template-template-generalinfo-version3 .deg180 {
        transform: initial;
    }

    .page-template-template-generalinfo-version3 .deg225 {
        transform: initial;
    }

    .page-template-template-generalinfo-version3 .deg270 {
        transform: initial;
    }

    .page-template-template-generalinfo-version3 .deg315 {
        transform: initial;
    }

}

@media only screen and (max-width:1350px) {

    .virtual-tour .constrained-block h1.media-header,
    .virtual-tour .constrained-block h2.media-header {
        text-align: left;
        margin-left: 30px;
    }
}

@media only screen and (max-width:1300px) {
    .page-template-template-generalinfo-version3 .overarching-circle {
        margin-left: 0 !important;
        background-color: transparent;
        margin-top: initial;
        width: 100%;
        height: initial;
    }

    .page-template-template-generalinfo-version3 .info-block-version2 {
        max-width: 100%;
        margin: 20px auto 30px auto;
        background-color: #73B138;
        color: #fff;
        position: relative;
        text-align: center;
    }

    .default-paragraphs {
        margin: initial;
        margin-top: 60px;
        margin-bottom: 60px;
        max-width: 90vw;
        margin: 60px auto;
        padding: 10px;
    }
}

@media only screen and (max-width:1500px) {
    .single h1 {
        font-size: 18pt;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

@media only screen and (max-width:1225px) {
    .info-block-version2 {
        max-width: 100%;
        margin: 20px auto 30px auto;
        background-color: #73B138;
        color: #fff;
        position: relative;
        text-align: center;
    }

    .info-block-version2 object {
        max-width: 100px;
        display: inline;
    }

    .info-block-version2 .info-image {
        margin-top: 30px;
    }

    .info-title-version2 {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        /* margin-left: 200px; */
        margin-top: 30px;
    }

    .info-title-version2 h2 {
        font-size: 23pt;
        text-align: right;
    }

    .info-paragraph-version2 {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        height: 100%;
        padding: 30px;
        padding-top: 10px;
    }

    .single h1 {
        font-size: 18pt;
    }
}

@media only screen and (max-width:1000px) {
    .history-paragraph {
        font-size: 20pt;
    }

    .dining-menus .schedule-section {
        margin-top: 200px;
    }

    .slider {
        width: 100%;
    }

    .name-con {
        max-width: 80%;
    }

    .single .name-con {
        width: 100%;
        text-align: left;
        position: relative;
        top: initial;
        left: 0;
        top: 10px;
        margin-bottom: 100px;
    }

    .single h1 {
        width: 100%;
    }


    /*
    .hb-left {
    width: 100%;
}


       .hb-right {
    width: 100%;
}

*/



    .general-breadcrumbs {
        position: relative;
        margin-top: 30px;
        margin-left: 0px;
        text-align: left;
    }

    /*Mobile Submenu*/
    .hide-for-small {
        display: none;
    }

    .show-for-small {
        display: block;
    }

    .mobile-sub-menu {
        text-align: right;
        padding: 10px;
        font-size: 20px;
        padding-right: 20px;
        background-color: #73B138;
        position: relative;
        height: 50px;
    }

    .secondary-links {
        background-color: #73B138;
        padding-bottom: 10px;
    }

    .secondary-links a {
        display: block;
        margin-right: 20px;
        margin-bottom: 20px;
        color: #fff;
    }

    .fa-times,
    .fa-bars {
        color: #fff;
    }

    .active-link {
        color: #75b33a;
        font-weight: bold;
    }

    /*Dining and Schedule Menus*/
    .dining-menu-header {
        padding-left: initial;
        text-align: center;
    }

    .dining-menu-image {
        width: 100%;
        margin-top: 0px;
    }

    .schedule-section {
        padding: 30px;
        margin-top: 20px;
        padding-bottom: 0;
    }

    .schedule-section.next-schedule {
        padding: 30px;
        margin-top: 0px;
        padding-bottom: 100px;
    }

    .schedule-section .column {
        padding: 0px;
        padding-bottom: 20px;
    }

    .alternative-header {
        padding-top: 30px;
    }

    .infographic-desc p {
        max-width: 80%;
    }

}

@media only screen and (max-width:768px) {
    .home .about-paragraph h1 {
        padding: 0;
    }

    .single .breadcrumbs {
        position: static !important;
    }

    .schedule-image {
        height: 300px;
    }

    .infographic-img-con {
        height: 300px;
    }

    .housekeeping-section .service-columns,
    .fun-fact-col .fun-fact {
        max-width: 350px;
        margin: 0 auto;
    }

    .residence-title {
        font-weight: bold;
        font-size: 2.7rem;
    }

    .menu-schdeule-section p {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:650px) {
    .schedule-section {
        margin-top: initial;
    }

    .news-cont {
        padding: 30px;
    }

    .timeline-section {
        margin-top: -12.35%;
    }

    .left-history {
        enable-background: new 0 0 798 378;
        width: 100%;
        margin-top: -195px;
        max-width: 100%;
        margin-left: 85px;
        display: block;
    }

    .right-history {
        enable-background: new 0 0 798 378;
        width: 70%;
        width: 100%;
        margin-top: -197px;
        max-width: 100%;
        margin-left: 165px;
        display: block;
    }

    .calendar-download {
        display: block;
        text-align: center;
        margin-right: initial;
    }

    .faq-section {
        display: initial;
    }

    .questions,
    .answers {
        width: 100%;
    }

    .page-template-template-residence-version2-child .breadcrumbs,
    .page-template-template-residence-version2 .breadcrumbs {
        margin-right: 20px;
    }

    .housekeeping-section,
    .fun-fact-col {
        padding: 20px;
    }

    .infographic-desc {
        margin-left: initial;
        padding: 10px;
    }

    .infographic-desc p {
        max-width: 100%;
    }
}

@media only screen and (max-width:769px) {
    .contact-info {
        text-align: left;
        margin-left: 35px;
        display: none;
    }

    .general-button {
        text-align: left;
        float: none;
    }

    .continuum-block {
        padding-bottom: 0;
        background-position: center 20% !important;
    }

    .hide-on-mobile {
        display: none;
    }

    .news-cont .vertically-aligned {
        position: static;
        transform: none;
        padding: 20px;
    }

    .news-cont .column {
        padding: 0;
    }

    .news-cont .post-thumbnail {
        margin: 0;
    }

    .news-cont .post-thumbnail img {
        width: 100%;
    }

    .news-cont .post-thumbnail a {
        width: 100%;
    }

    .news-cont .bg-block {
        display: none;
    }
}

@media only screen and (max-width:520px) {
    .logo img {
        max-width: 100%;
        height: inherit !important;
    }
}

@media only screen and (max-width:899px) {
    .continuum-full-width .column {
        padding: 0 0 10px 0 !important;
    }

    .street-address-block {
        position: static;
    }

    .street-address-block p {
        position: static;
        transform: none;
        padding: 20px;
    }
}


/* --------------------------------------------
    SI General Options
-------------------------------------------- */

.header-alert-bar {
    background-color: red;
    padding: 10px 30px;
    text-align: center;
}

.header-alert-bar p {
    margin: 0;
    color: #FFFFFF;
}

.header-alert-bar a {
    color: #FFFFFF;
    text-decoration: underline;
}

.header-alert-bar.header-alert-bar-alt {
    background-color: #73B138;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

/* hide secondary links */
/*.page-id-83811 .secondary-links a:nth-of-type(4), .parent-pageid-83811 .secondary-links a:nth-of-type(4) {
display:none;
}

.page-id-83811 .secondary-links a, .parent-pageid-83811 .secondary-links a{
display:none;
}*/

.standard-table {
    table-layout: fixed;
    width: 100%;
}

.standard-table-wrapper {
    overflow-x: scroll;
}

.standard-table .td-33 {
    width: 33%;
}

.standard-table .td-25 {
    width: 25%;
}

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    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%;
    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 .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*******new code 2/12 *************/
p.whatwedo {
    margin-top: 35px;
    margin-bottom: 35px;
}

p.whychooseus {
    margin-top: 23px;
}

p.diversity {
    margin-top: 6px;
}

p.whoweare {
    margin-bottom: 6px;
}



/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#field_cyeex {
    border: 0;
    box-shadow: none;
    opacity: 1;
    color: black;
}

/* Indeed Jobs */
article#post-indeed-jobs p {
    margin: 20px 0;
    /* display: inline-block; */
}

body[class*="indeed-jobs"] p {
    margin: 20px 0;
}


/***** job board ******/

.job_application.application {
    display: none;
}

/*******new code for job boards *********/
li.type-job_listing {
    width: 46%;
    display: inline-block;
    margin: 0 20px !important;
}

.job_filters .job_types {

    font-size: 1.5em !important;
}

form.job_filters {
    font-size: 1em;
    width: 80%;
    margin: 0px auto;
}

.job_filters .search_jobs div.search_submit {
    padding-top: .5em;
    width: 50%;
    margin: 0px auto;
}

.job_filters .search_jobs {
    background: #fff;
}

.job_filters .job_types {
    border: 1px solid #d1d1d1 !important;
}

ul.job_listings {
    border-top: 0px solid #ffffff !important;
}

.job_filters .search_jobs input,
.job_filters .search_jobs select {
    font-size: 1.5em !important;
}

li.type-job_listing img.company_logo {
    display: none;
}

ul.job_listings li.job_listing a div.position,
ul.job_listings li.job_listing a div.location,
ul.job_listings li.job_listing a div.position h3 {
    float: left;
    width: 100% !important;
    padding: 0;
    line-height: 1.5em;
    margin: 0px auto !important;
    ;
    text-align: left !important;
    ;
}

ul.job_listings li.job_listing ul.meta {
    width: 100% !important;
    clear: both;
    text-align: left !important;
}

li.type-job_listing {
    width: 46%;
    display: inline-block;
    margin: 0 20px !important;
}

li.date-posted {
    display: none;
}

@media only screen and (min-width:1200px) {
    li.type-job_listing {
        width: 45%;
    }
}



@media only screen and (min-width:900px) and (max-width:1199px) {
    li.type-job_listing {
        width: 44%;
    }
}

@media only screen and (max-width:899px) {
    li.type-job_listing {
        width: 100%;
    }
}

div.job_listings li.date {
    display: none !important;
}

div.job_listings .type-job_listing a {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    min-height: 135px;
}

li.type-job_listing ul.meta {
    float: left;
    padding-left: 0 !important;
}

.single_job_listing {
    font-size: 16px;
}

.single_job_listing .meta .full-time {
    background-color: #73b139 !important;
}

.single_job_listing .meta .full-time {
    background-color: #73b139;
}

.single_job_listing .meta .part-time {
    background-color: #4f97cb;
}

.single_job_listing .meta .job-type {
    color: #fff;
    background-color: #4f97cb;
}

.isg-job-description h1,
.isg-job-description h2 {
    display: none;
}