.yescommunities-module {
    position: relative;
}

.yescommunities-module .pre-loader {
    position: absolute;
    top: 40%;
    left: calc(50% - 40px);
    margin: auto;
    min-height: 160px;
}
.yescommunities-module .pre-loader .fa-spinner {
    font-size: 40px;
    color: rgb(163, 216, 88);
}

.portal-group {
    text-align: center;
}

.portal-swiper-slide {
    width: 270px !important;
    display: inline-block;
}

.portal-card {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 350px;
}
.portal-card:nth-child(2) {
    margin-left:90px;
}
.portal-card-caption {
    position: absolute;
    bottom: 67px;
    left: 0;
    right: 0;
    color: #544f59;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    padding: 15px;
    height: 110px;
}

.portal-card-caption2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #a3d858;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    padding: 15px;
}

    .portal-card-caption2:hover {
        background-color: #286090;
    }

    .portal-card-caption2:active {
        background-color: #003B4D;
    }

.mapCanvas {
    height: 600px;
    width: 100%;
}

.modal {
    z-index: 10000;
}

.modal-title {
    color: #333333;
}

.input-header {
    text-align: left;
}
.modal-group {
    width: 49%;
    display: inline-block;
}
.modal-email-message {
    display: inline-block;
}
.modal-text-area {
    padding: 1%;
}

.infoWindow-body {
    color: #434C58;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}

.infoWindow-header a{
    color: rgb(163, 216, 88);
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 2px;
}

.infoWindow-footer {
    color: rgb(163, 216, 88);
    font-size: 11px;
    font-weight: bold;
}

.infoWindow-footer a {
    color: rgb(163, 216, 88);
    font-size: 11px;
}

.infoWindowContainer {
    display: flex;
}

.infoWindowContainer img {
    width: 15px;
    margin-left: 15px;
}

.communitymap-container {
    margin: 3em;
}

.communities-filterable .top-section {
    text-align: center;
    background-color: #EEECEC;
    padding: 4em 0;
}

#top-section.stick {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.communities-filterable .filter-wrapper select {
    padding: 4px 8px 5px 7px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 230px;
    margin: 0 0 10px;
}

.listing-section {
    min-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
	.listing-section .col-md-3 {
		height: 260px;
	}
}

.community-listing-container {
    display: flex;
    justify-content: space-between;
    margin: 40px 20px;
    min-height: 135px;
}

.neighboring-community-listing {
    border-top: 1px solid #434C58;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 50px 0;
}

.neighboring-community-listing:nth-child(1) {
    border-top: none;
}

.neighboring-community-listing-container {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    width: 55%;
}

.neighboring-community-btn {
    width: 45%;
    display: flex;
    align-items: center;
}

.neighboring-community-btn a {
    min-width: 100%;
    color: white;
}

.community-listing p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
}

.community-listing .name a{
    color: #A1CE56;
    line-height: 28px;
    font-size: 24px;
}

.community-listing .address{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

.community-listing .phone a{
    color: #A1CE56;
    font-size: 18px;
    line-height: 24px;
}

.community-listing .email a{
    color: #A1CE56;
    font-size: 18px;
    line-height: 24px;
}

.star {
    width: 25px;
}

.star img{
    width:20px;
    margin-top: 10px;
    margin-left: 5px;
}

.communities-list .mapCanvas {
    height: 500px;
}

.mapCanvasContainer {
    margin-right: 25px;
}

.communities-list {
    padding-bottom: 50px;
}

.gm-style .gm-style-iw-c button[title="Close"] {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.gm-style .gm-style-iw-c{
    border-radius: 0;
}

.gm-style-iw-d > div {
    padding: 5px;
}
#communityModal.modal .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 50px;
}
#communityModal.modal .modal-dialog .modal-content {
    box-shadow:none;
    border:0;
}
#communityModal.modal .modal-dialog .modal-content .modal-body {
    padding:0;
}
#communityModal.modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border-bottom: 0;
}
#communityModal.modal .modal-dialog .modal-content .modal-header .close {
    height: 20px;
    width: 20px;
    background: url(../images/close.svg) no-repeat center center;
    background-size: auto;
    background-size: cover;
    position: absolute;
    right: -15px;
    top: -15px;
    opacity: 1;
    text-indent: -99999999px;
}
.modal-backdrop {
    z-index:10;
}

.modal-centered {
    position: absolute;
    top: 20%;
}

.modal-title-alt {
    font-size: 40px;
    font-weight: lighter;
    text-align: center;
}
.modal-body-alt {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
.modal-content-alt {
    padding: 75px 0px;
    border-radius: 0px;
}

.modal-close {
    font-size: 50px;
    font-weight: lighter;
    position: absolute;
    top: 0%;
    left: 92%;
}

.school-banner {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 640px;
    width: 100%;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .school-banner:before {
        background: rgba(67, 76, 88, 0.4);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
    }

.school-banner-contents {
    z-index: 2;
    text-align: center;
}

    .school-banner-contents a {
        margin-bottom: 10px;
    }

.school-banner h1 {
    font-size: 58px;
    margin-bottom: 5px;
    font-weight: 100;
    font-family: inherit;
    color: white;
}

.school-banner h2 {
    font-size: 28px;
    font-weight: 600;
    font-family: inherit;
    color: white;
}

.school-banner a {
    color: #a3d858;
    margin-top: 15px;
}

.school-banner .h2-link {
    color: white;
}

.school-banner p {
    margin: 0 auto;
    font-size: 22px;
    line-height: 28px;
}

.school-banner-link {
    padding: 0px 5px;
}
.btn-wrapper a {
    float:left;
    width:48%;
}

.great-schools-link {
    z-index: 2;
    padding-top: 30px;
    font-size: 9px;
}

.great-schools-link a {
    color: white;
    font-size: 18px;
}

.btn-wrapper .btn-shadow {
    color: #a3d858;
    background: #ffffff;
    border: 1px solid #a3d858;
}
.btn-wrapper .btn-shadow:hover {
    background: #D95934;
    color: #ffffff;
    border: 1px solid #ffffff;
}
@media only screen and (max-width:992px) {
    .school-banner {
        padding: 35px 0;
    }
    .jumboHomeListing.home-listing-random {
        display: inline-block;
        width: 100%;
        margin-left: 0px;
    }
    .jumboHomeListing.home-listing-random .jumboHomeListingWrapper {
        margin:30px 0;
    }
    .jumboHomeListing.home-listing-random .home-listing-swiper-container {
        height:450px;
    }
    .jumboHomeListing.home-listing-random .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px !important;
    }
}
@media only screen and (max-width:768px) {
    .jumboHomeListing.home-listing-random .home-listing-swiper-container {
        height: 350px;
    }
}
@media only screen and (max-width:549px) {
    .jumboHomeListing.home-listing-random .home-listing-swiper-container {
        height: 275px;
    }
}
@media only screen and (max-width:449px) {
    .jumboHomeListing.home-listing-random .home-listing-swiper-container {
        height: 185px;
    }
}

/*****form style****/
.tabbed-forms {
    max-width:650px;
    margin:30px auto 0;
}
.tabbed-forms .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tabbed-forms .tabbed-form-content .content-row {
    display:inline-block;
    width:100%;
}
.tabbed-forms .tabbed-form-content .content-row .content-field {
    float:left;
    padding:10px;
    width:50%;
    box-sizing:border-box;
    margin:0;
}
.tabbed-forms .tabbed-form-content .content-row .content-field.full {
    width:100%;
}
.tabbed-forms .tabbed-form-content .content-row .content-field.full textarea {
    width: 100%;
    height: 250px;
}
.tabbed-forms .tabbed-form-content .content-row .content-field label {
    font-size: 18px;
    width: 100%;
    margin: 0 0 10px;
    font-weight: 400;
}
.tabbed-forms .tabbed-form-content .content-row .content-field .dnnLabel {
    width:auto;
}
.tabbed-forms .tabbed-form-content .content-row .select-wrapper {
    width:100%;
    overflow:hidden;
    position:relative;
}
.tabbed-forms .tabbed-form-content .content-row .select-wrapper:after {
    content: '';
    background: url(../images/arrow_down.svg) no-repeat center center;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 10px;
    top: 16px;
    display: block;
    pointer-events: none;
}
.tabbed-forms .tabbed-form-content .content-row .select-wrapper select {
    width:120%;
}
.tabbed-forms .tabbed-form-content .content-row .btn {
    float:none;
    display:inline;
    /*margin:0 0 30px;*/
}
.form-builder-canvas.Simple .tabbed-forms .tabbed-form-content .content-row .form-group input, .form-builder-canvas.Simple .tabbed-forms .tabbed-form-content .content-row .form-group textarea,
.tabbed-forms .tabbed-form-content .content-row .content-field input, .tabbed-forms .tabbed-form-content .content-row .content-field textarea, .tabbed-forms .tabbed-form-content .content-row .content-field select {
    background: #EEECEC;
    border: 0px;
    padding: 10px;
    box-shadow: none;
    line-height: 24px;
    font-size: 18px;
    display: block;
    float: left;
    border-radius: 0px;
    height: auto;
}
.required label::after {
    display:none;
}
.portal-group .portal-swiper-slide {
    margin: 90px 0;
}
.portal-group .portal-swiper-slide:nth-child(2){
}
.swiper-divider {
    margin-left: 90px;
    display: inline;
}
@media only screen and (max-width:768px) {
    .tabbed-forms .tabbed-form-content .content-row .content-field {
        width: 100%;
        margin: 0;
    }
    .portal-group .portal-swiper-slide {
        max-width:320px;
    }
    .portal-group .portal-swiper-slide:nth-child(2) {
        margin-left: 0;
    }
}
label.error {
    color:red;
}