:focus {
    box-shadow: 0 0 0 2px #fff !important;
    outline: dashed 2px #000 !important;
}

.sr-only {
    position: absolute;
    left: -9999px;
}

.skip-to-content {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 10px;
    z-index: 9999;
    font-weight: 500;
    background-color: #fff;
    color: #012160;
}
.skip-to-content:focus {
    position: absolute;
    left: 10px;
    top: 8px;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 8px;
    z-index: 999999;
    color: #012160;
    font-weight: 500;
    border-color: #000;
    transition: transform 0.3s;
}

table.details th:hover {
    background: rgba(0, 0, 0, 0.25);
}
#calc .item a:focus {
    border: 2px solid black !important;
}
.sr-only {
    position: absolute;
    left: -9999px;
}
article h2 {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1ex;
}
.cta.purple:focus {
    background-color: #fff;
    color: var(--primary-color);
    border-color: var(--purple-color);
    border-width: 1px;
    border-style: solid;
}
.article_contact h2 {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1ex;
}
.article_contact p {
    font-family: var(--primary-font);
    font-size: var(--standard-font-size);
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: 0.1ex;
    font-weight: 300;
}
.article_contact ul {
    margin-bottom: 20px;
}

main .article_contact ul li a:not(.cta):not(.readmore):not([href^="tel"]),
main .article_contact p a:not(.cta):not(.readmore):not([href^="tel"]) {
    position: relative;
/*    display: inline-block;*/
}
.article_contact h2+ p a{
    display: inline-block;
}
.contact-top .article_contact .social li a:hover {
    color: var(--orange-color);
    marign-right: 15px;
}

.residents_header p {
    font-family: var(--primary-font);
    font-size: var(--standard-font-size);
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: 0.1ex;
    font-weight: 300;
}

.control-buttons {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    cursor: pointer;
}

.control-buttons button#playButton,
.control-buttons button#pauseButton {
    background: #f58025;
    width: auto;
    margin: 0;
    min-width: auto;
    height: auto;
    padding: 5px 10px;
    border: 0;
    cursor: pointer;
}

.control-buttons button#playButton img,
.control-buttons button#pauseButton img {
    width: 20px;
}
.single-properties h2 {
    text-transform: uppercase;
}

.article_contact h2 {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1ex;
}
.prop_bottom_heading h2 {
    font-family: var(--secondary-font);
    line-height: 1.25;
    margin-bottom: var(--standard-font-size);
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
}
.prop_bottom_heading p {
    font-family: var(--primary-font);
    font-size: var(--standard-font-size);
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: 0.1ex;
    font-weight: 300;
}
h2.doubleline::after {
    background-color: var(--green-color);
}
.calendar-list h2.doubleline {
    font-size: 45px;
}
.prop-bottom h2.doubleline::before {
    position: absolute;
    top: 65px;
    left: 0px;
    width: 265px;
    height: 60px;
    content: "";
    display: block;
    background: url(../pavlov-theme/images/facebook.jpg) center no-repeat;
    background-size: contain;
    z-index: -1;
}

.home .parent-header container div h2 {
    font-size: 80px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    font-family: Oswald;
}

.home .parent-header article h2 {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-weight: 600;
}
#calc fieldset.item {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-content: stretch !important;
    align-items: flex-start !important;
    border: none;
}

#calc fieldset.item legend {
    font-weight: 800 !important;
    height: 60px !important;
    margin: 20px 0px !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-content: stretch !important;
    align-items: center !important;
    padding-right: 15px !important;
    float: left !important;
}
#page-foot container nav.menu-footer-menu-container ul li a:hover {
    color: #000 !important;
}

#page-foot container .bottombox a:hover {
    color: #000 !important;
}

#page-foot .social li a:hover {
    color: #767676 !important;
}
.home .swiper-pagination-bullets .swiper-pagination-bullet button {
    opacity: unset !important;
}

.contact-top container .social li a:hover {
    color: #767676 !important;
}

details summary:hover {
    color: #767676 !important;
}

div.frm_error {
    color: #ee0018 !important;
}

#frm_error_field_29yf4d,
#frm_error_field_9jv0r1 {
    color: #ef0000 !important;
    margin-top: 10px;
}
.searchbox .h1{
    color: #FFF !important;
    background-color: rgba(0,0,0,0.5) !important;
    padding: 0 10px !important;
    margin-bottom: 10px;
}

/*.searchbox h1.h1 {
    color: #353535 !important;
}*/

/*#properties-map .h3{
    color: #3F8612 !important;
}

#properties-list h2{
    color: #145B00 !important;
}*/

#prop-lister span.green {
    color: #3f8612 !important;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path {
    fill: #767676 !important;
}

.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
    fill: #767676 !important;
}

@media handheld, only screen and (min-width: 1024px) and (max-height: 800px) {
    .home .parent-header container div h2 {
        padding-top: 100px;
    }
}

.home .calendar-list.parentblock .box-1-4 div h2.doubleline {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2ex;
}
.home .facebook-feed.parentblock .box-1-4 h2.doubleline {
    font-family: var(--secondary-font);
    line-height: 1.25;
    margin-bottom: var(--standard-font-size);
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
}

.home .parent-copyright.parent-copybox container .box-2-5 h3 {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1ex;
    text-transform: capitalize;
}
.parentblock .box-2-5 h2.gray {
    font-family: var(--secondary-font);
    line-height: 1.25;
    margin-bottom: var(--standard-font-size);
    font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05ex;
}
.parentblock .box-2-5 h3 {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1ex;
}
.parent-copyright container div {
    order: 2;
}
.parentblock .box-2-5 h5 {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1ex;
}
.parentblock .box-2-5 p {
    font-family: var(--primary-font);
    font-size: var(--standard-font-size);
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: 0.1ex;
    font-weight: 300;
}
.parentblock .box-2-5 p .cta {
    margin-bottom: 15px;
}
.parentblock .box-2-5 h2.purple {
    font-family: var(--secondary-font);
    line-height: 1.25;
    margin-bottom: var(--standard-font-size);
    font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05ex;
}
.statistics.parentblock h2.doubleline{
    font-family: var(--secondary-font);
    line-height: 1.25;
    margin-bottom: var(--standard-font-size);
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
}
.statistics.parentblock h3{
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1ex;
}

.home .calendar-list.parentblock .box-1-4 h3{
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1ex;
}

.swiper-pagination-ol {
    list-style: none;
    display: flex;
    flex-direction: row;
}

.home .swiper-pagination {
    list-style: none;
    display: flex;
    justify-content: center;
}

.home .swiper-pagination li {
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.home .swiper-pagination li button {
    min-width: auto;
}

.home .swiper-pagination-bullets .swiper-pagination-bullet button {
    width: 11px;
    height: 11px;
    margin: 0;
    background: #fff;
    opacity: 0.55;
    display: inline-block;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    border: none;
}
.home .swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
}
.home .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active button {
    opacity: 1;
    background: var(--orange-color);
    outline: dotted 2px black;
}
.home .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: none;
}

.readmorebox .displaymore h3 {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1ex;
}
#properties-map h2 {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2ex;
}
.mandatory {
    color: #000;
    display: block;
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
}

@media handheld, only screen and (max-width: 766px) {
    /* Mobile - All Mobile */
    .home .parent-header container div h2 {
        font-size: 35px;
    }
    .home .parentblock .box-2-5 h2.gray {
        font-size: 40px;
    }
    .home .parentblock .box-2-5 h2.purple {
        font-size: 40px;
    }
    .home .calendar-list.parentblock .box-1-4 article h2.doubleline {
        font-size: 40px;
    }
    .home .facebook-feed.parentblock .box-1-4 h2.doubleline {
        font-size: 40px;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 26px;
    }
    .control-buttons{
        bottom:1%;
    }
    body .full-height.flex-middle-center div p{
        font-size: 22px;
    }
}

@media handheld, only screen and (min-width: 1024px) and (max-height: 800px) {
    .home .parent-header container div h2 {
        padding-top: 100px;
    }
}

@media handheld, only screen and (max-width: 1190px) and (min-width: 1024px) {
    /* Under the grid width to iPad Landscape */
    .home .parent-header container div h2 {
        font-size: 60px;
    }
    .home .parentblock .box-2-5 h2.gray {
        font-size: 40px;
    }
    .home .parentblock .box-2-5 h2.purple {
        font-size: 40px;
    }
    .home .calendar-list.parentblock .box-1-4 h2.doubleline {
        font-size: 40px;
    }
    .home .facebook-feed.parentblock .box-1-4 h2.doubleline {
        font-size: 40px;
    }
}

@media handheld, only screen and (max-width: 1023px) and (min-width: 767px) {
    /* Smaller tablets to iPad portrait */
    .home .parent-header container h1 {
        font-size: 50px;
    }
    .home .parentblock .box-2-5 h2.gray {
        font-size: 50px;
    }
    .home .parentblock .box-2-5 h2.purple {
        font-size: 50px;
    }
    .home .calendar-list.parentblock .box-1-4 h2.doubleline {
        font-size: 50px;
    }
    .home .facebook-feed.parentblock .box-1-4 h2.doubleline {
        font-size: 40px;
    }
}

.frm_required {
    color: red;
}
div h5,
.h5,
.custom-paragraph {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1ex;
}
.full-height.flex-middle-center div p {
    max-width: 880px;
    margin: 20px auto;
    font-size: 25px;
    font-family: var(--primary-font);
    /*  font-size: var(--standard-font-size);*/
    /*  margin-bottom: 30px;*/
    line-height: 2;
    letter-spacing: 0.1ex;
    font-weight: 300;
}
.full-height.flex-middle-center div h1 {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-weight: 600;
    font-size: 55px;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
}
.faq-section .answer p {
    font-family: var(--primary-font);
    font-size: var(--standard-font-size);
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: 0.1ex;
    font-weight: 300;
}
.faq-sections .faq-ul li {
    float: left;
}
.faq-section h2.h5 {
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--orange-color);
    display: block;
}
#Housing_Programs_and_Rental_Information .answer ol {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 20px;
}
#Housing_Programs_and_Rental_Information .answer ol li {
    padding-left: 0px;
    line-height: var(--line-height);
    letter-spacing: 0.1ex;
    text-transform: capitalize;
    border-top: 1px solid var(--primary-color);
    min-height: 65px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    margin: 0px;
}
.h5_list {
    font-family: var(--primary-font) !important;
    font-size: var(--standard-font-size) !important;
    line-height: 2 !important;
    letter-spacing: 0.1ex !important;
    font-weight: 300 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: unset !important;
    min-height: unset !important;
}

#calc .item .checkbox {
    border: unset;
}

#page-head.toggle-menu container .menu-right form.active{
    margin: auto 0;
    width: 100%;
    max-width: 300px;
}


.menu-item-has-children_1--active ul {
    left: -45%;
    width: max-content;
    /* padding: 30px 50px; */
    padding: 15px 25px;
    position: absolute;
    max-height: fit-content;
    height: fit-content;
}

#page-head.toggle-menu container #nav #main .menu-item-has-children.menu-item-has-children_1--active ul.sub-menu {
    left: -45%;
    width: max-content;
    /* padding: 30px 50px; */
    padding: 15px 25px;
    position: absolute;
    max-height: fit-content;
    height: fit-content;
}

#page-head.toggle-menu container #nav #main .menu-item-has-children.menu-item-has-children_1--active ul.sub-menu ul {
    padding: 5px 0 0 0;
    position: static;
}

#page-head.toggle-menu container #nav #main > li.menu-item-has-children_1--active,
#page-head.toggle-menu container #nav #main > li.menu-item-has-children_1--active > a {
    border-color: var(--orange-color);
}

#page-head.toggle-menu container #nav #main > .menu-item-has-children.menu-item-has-children_1--active ul a {
    font-size: 14px;
    /* font-size: 16px; */
    font-weight: 300;
    padding: 5px;
    /* padding: 10px; */
    color: #fff;
}
.cff-date{
	color: #717783!important;
}

.home .box-1-4 p{
    font-family: var(--primary-font);
    font-size: var(--standard-font-size);
    margin-bottom: 30px;
    line-height: 2;
    letter-spacing: 0.1ex;
    font-weight: 300;
}
.home .box-1-4 h3 {
    font-family: var(--secondary-font);
    line-height: var(--line-height);
    margin-bottom: var(--standard-font-size);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1ex;
}

main .box-1-4 p a:not(.cta):not(.readmore):not([href^=tel]){
    position: relative;
    padding: 0px 5px;
}
main .box-1-4 p a:not(.cta):not(.readmore):not([href^=tel]):after{
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 100%;
    height: 2px;
    content: '';
    transition: all .25s;
    background: var(--orange-color);
    z-index: -1;
}
main .box-1-4 p a:not(.cta):not(.readmore):not([href^=tel]):hover:after{
    height: calc(100% + 10px);
}
.home p a.cta.orange, .home p a.cta.purple{ margin-bottom:15px; }

#calc h2{
  font-family: var(--secondary-font);
  line-height: var(--line-height);
  margin-bottom: var(--standard-font-size);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1ex;
}
main .article_contact ul li a:not(.cta):not(.readmore):not([href^=tel]), main .article_contact p a:not(.cta):not(.readmore):not([href^=tel]), main .residents_header ul li a:not(.cta):not(.readmore):not([href^=tel]), main .residents_header p a:not(.cta):not(.readmore):not([href^=tel]) {
    position: relative;
    padding: 0px 5px;
}
main .article_contact ul li a:not(.cta):not(.readmore):not([href^=tel]):after, main .article_contact p a:not(.cta):not(.readmore):not([href^=tel]):after, main .residents_header ul li a:not(.cta):not(.readmore):not([href^=tel]):after, main .residents_header p a:not(.cta):not(.readmore):not([href^=tel]):after {
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 100%;
    height: 2px;
    content: '';
    transition: all .25s;
    background: var(--orange-color);
    z-index: -1;
}
.social li {
    padding: 8px 0;
}
.contact-top container .social li a:hover {
    background-color: var(--orange-color);
    color: var(--primary-color) !important;

}

main .article_contact ul li a:not(.cta):not(.readmore):not([href^=tel]):hover:after, main .article_contact p a:not(.cta):not(.readmore):not([href^=tel]):hover:after,  main .residents_header ul li a:not(.cta):not(.readmore):not([href^=tel]):hover:after, main .residents_header p a:not(.cta):not(.readmore):not([href^=tel]):hover:after {
    height: calc(100% + 10px);
}
.page-id-41 .parent-infographic h2{
    font-family: var(--secondary-font) !important;
    line-height: 1.25 !important;
    margin-bottom: var(--standard-font-size) !important;
    font-size: 65px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05ex !important;
}
.page-id-44  .box-3-4  .prop_bottom_heading{
    padding-left: 60px !important;

}
.page-id-44 .frm_forms fieldset label{display: block;}
section:focus{outline: none;}

.captcha-div{float:left;}
.page-id-44 .select-container:after{top:19px;}

.page-id-18459 .checkbox label{
    margin: 0 !important;
    font-weight: normal !important;

}

#calc .item .checkbox label input[type=checkbox] {
    width: 18px;
    height: 18px;
    max-height: 30px;
    display: inline-block;
    border: 1px solid var(--primary-color);
    position: relative;
    margin-right: 10px;
}
#calc .item .checkbox label input[type="checkbox"]:checked::after {
  position: absolute;
  content: ' ';
  top: 2px;
  left: 2px;
  background: var(--primary-color);
  width: 12px;
  height: 12px;
  display: block;
}

.hide-slider {
    visibility: hidden;
}

a.contact-email{
    overflow-wrap: break-word;
    display: block !important;
}
.morebox:not(.expand-box){
	display: none;
}
/*Replace*/
main .answer > div p a{
	border-bottom: 2px solid #f58025!important;
}