@charset "utf-8";
/* CSS Document */

body {
}
button, input, optgroup, select, textarea{font-family: 'Josefin Sans';}
.wpcf7-form input.blackborder{border-color:#000!important}
.video-background-holder {
  position: relative;
  background-color: black;
  /*height: calc(100vh - 72px);*/
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.textboxh3font h3{font-family: hudson; color: #111111;}
.textbox-content ul{padding-left: 0px;}

#main-nav {
  background: transparent;
  transition: background  250ms ease-in; /*duration of fade transition */
}

#main-nav.scrolled {
  background: white;
}
#menu-main a{
color: #fff;
}

#main-nav .scrolled a{
  color: #000;
}

#main-navinside{
  background: transparent;
  transition: background  250ms ease-in; /*duration of fade transition */
}
#menu-maininside a{
color: #000;
}

#tboxcontent .tbox:last-child {
    border-bottom: 0px!important;
    padding: 50px 0 0 0;
}

.footer-logos {
    display: flex;
    justify-content:flex-start;
    align-items: end;
    gap: 1rem;
}
.footer-logos p{font-size: 15px; margin-bottom: 0px;}
.footer-nav {
    margin-top: -25px;
	float: inline-end;
}
footer ul{margin-bottom: 0px;}
footer .footer-img {
    height:auto;
    transition: all 0.5s;
}
footer .icons svg {
    width: 15px;
    height: 15px;
    margin-top: -10px;
}
footer form {
        gap: 1rem !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (max-width: 500px) {
        footer form {
            flex-direction: column !important;
        }
    }

    .wpcf7-form input {
        height: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        text-align: left;
        border-radius: 0 !important;
        height: 40px !important;
        width: 200px !important;
        color: #000 !important;
		padding-left: 15px!important;
    }

   

    .wpcf7-form input:has(+.wpcf7-not-valid-tip) {
        border: 1px solid red !important;
    }
    
    .wpcf7-not-valid-tip,
    .wpcf7-response-output {
        display: none !important;
        text-align: center !important;
    }

    form.sent .wpcf7-response-output {
        display: block !important;
    }

    .wpcf7-form input:focus {
        outline: none !important;
    }

    .wpcf7-form input::placeholder {
        color: #b1b1b1 !important;
        text-transform: uppercase !important;
        font-family: hudson !important;
    }

    footer form .wpcf7-submit {
        font-size: 13px !important;
        height: 42px !important;
    }

    @media (min-width: 1231px) {
        footer form .wpcf7-submit {
            width: 240px !important;
        }
    }

    footer form {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .middle {
        border-top: 1px solid #D9D9D9;
        display: flex;
        align-items: center;
        gap: 10%;
        padding: 30px 50px;
    }

    @media (max-width: 900px) {
        .middle {
        gap: 5%;
        }
        .wpcf7-form input {
        width: 180px !important;
    }
    }

    @media (max-width: 775px) {
        .middle {
            flex-direction: column;
            gap: 2rem;
        }

        .middle p {
            text-align: center;
            width:inherit;
        }

        .middle form {
            flex-direction: column !important;
        }
    }

    .form-vid-wrapper>video {
        width: 50% !important;
    }

    .form-vid-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #D9D9D9;
    }

    .form-vid-wrapper video {
        margin-bottom: -50px;
    }

    footer p:has(.wpcf7-submit) {
        width: 240px;
        height: 42px;
    }

    footer .wpcf7-submit {
        color: #000 !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        border: 1px solid black !important;
        font-size: 15px !important;
        font-weight: bold !important;
        background: transparent !important;
        position: relative !important;
        transition: all 1s !important;
        overflow: hidden !important;
        letter-spacing: 1.8px !important;
        font-weight: 900 !important;
        border-radius: 0px !important;
        cursor: pointer;
    }

    footer .wpcf7-submit:hover {
        color: #fff !important;
        background: #000 !important;
    }

    footer .wpcf7-submit::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 0%;
        top: 0;
        left: -40px;
        transform: skewX(45deg);
        background-color: #000 !important;
        z-index: -1;
        transition: all .8s;
    }

    footer .wpcf7-submit:hover::before {
        width: 160%;
    }

    footer input::placeholder {
        text-align: center !important;
    }

    footer input::-webkit-input-placeholder {
        text-align: center !important;
    }

    footer input:-moz-placeholder {
        text-align: center !important;
    }

    footer input::-moz-placeholder {
        text-align: center !important;
    }

    footer input:-ms-input-placeholder {
        text-align: center !important;
    }

    footer button {
        font-size: 13px !important;
    }
.form-vid-wrapper>div {
        width: 815px !important;
        margin: 24px 56px !important;
    }

    .form-vid-wrapper form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 35px;
        grid-row-gap: 10px;
        height: 393px !important;
		margin-bottom:50px;
    }

    .form-div-wrapper form p {
        height: 0 !important;
    }

    .form-vid-wrapper form label {
        font-size: 12px !important;
        letter-spacing: 1.4px !important;
        margin-bottom: 0px !important;
        color: #000000 !important;
		display: block;
    }
	

    .form-vid-wrapper form .wpcf7-text {
        width: 360px !important;
    }

    .form-vid-wrapper form.wpcf7-form input:not(.wpcf7-submit),
    .form-vid-wrapper form.wpcf7-form textarea {
        margin-top: .2rem !important;
        text-align: left !important;
        padding: 0 14px !important;
    }

    .wpcf7-form input,
    .wpcf7-form textarea {
        border: 1px solid rgb(186, 186, 186) !important;
    }

 footer .wpcf7-form input {
        border: 1px solid black !important;
    }

    .wpcf7-form input:has(+.wpcf7-not-valid-tip) {
        border: 1px solid red !important;
    }

    .form-vid-wrapper form input:focus {
        border: 1px solid #000 !important;
    }

    .form-vid-wrapper form.wpcf7-form textarea {
        padding: 14px !important;
        height: 110px !important;
        border-radius: 0px !important;
    }

    .form-vid-wrapper form textarea:focus {
        outline: none !important;
        border: 1px solid #000 !important;
    }

    .form-vid-wrapper form p:has(.wpcf7-submit) {
        height: 40px !important;
        width: 200px !important;
        margin: auto;
    }


    form .wpcf7-submit {
        color: #000 !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        padding: 10px 80px;
        font-size: 15px !important;
        font-weight: bold !important;
        background: transparent !important;
        position: relative !important;
        transition: all 1s !important;
        overflow: hidden !important;
        letter-spacing: 1.8px !important;
        text-align: center;
        border-radius: 0px !important;
        cursor: pointer;
        border: 1px solid #000 !important;
		margin-top:10px;
    }

    form .wpcf7-submit:hover {
        color: #fff !important;
        background: #000 !important;
    }

    form .wpcf7-submit::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 0%;
        top: 0;
        left: -40px;
        transform: skewX(45deg);
        background-color: #000 !important;
        z-index: -1;
        transition: all .8s;
    }

    form .wpcf7-submit:hover::before {
        width: 160%;
    }

    .form-vid-wrapper form p:has(.wpcf7-submit),
    .form-vid-wrapper form p:has(.wpcf7-email),
    .form-vid-wrapper form p:has(.wpcf7-textarea) {
        grid-column: 1 / 3 !important;
    }

    .form-vid-wrapper form p .wpcf7-email,
    .form-vid-wrapper form p .wpcf7-textarea {
        width: 787px !important;
    }

    form.sent:has(.wpcf7-response-output) p {
        display: none !important;
    }

    form.sent:has(.wpcf7-response-output) {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wpcf7-response-output {
        grid-column: 1 / 3;
        display: flex;
        justify-content: center;
        margin: 0 !important;
        padding: 1rem !important;
    }

    /*  */
    .hero-section.contact {
        display: none;
        max-height: 600px;
    }

    .form-vid-wrapper>video {
        width: 50% !important;
    }

    .form-vid-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #D9D9D9;
    }

    .form-vid-wrapper video {
        margin-bottom: -50px;
    }

    form.wpforms-form {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
    }

    .wpforms-field-container {
        width: 815px !important;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 35px;
        grid-row-gap: 0px;
    }

    .wpforms-required-label {
        color: #000000 !important;
        font-weight: 900 !important;
    }

    .wpforms-field-container label {
        font-size: 12px !important;
        letter-spacing: 1.4px !important;
        margin-bottom: .5rem !important;
        color: #000000 !important;
    }

    .wpforms-field-email {
        margin-top: -.8rem !important;
    }

    .wpforms-field-textarea {
        margin-top: -1.6rem !important;
    }

    .wpforms-submit-container {
        margin-top: -3rem !important;
    }

    .wpforms-submit {
        color: #000 !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        padding: 10px 80px !important;
        font-size: 15px !important;
        font-weight: bold !important;
        background: transparent !important;
        position: relative !important;
        transition: all 1s !important;
        overflow: hidden !important;
        letter-spacing: 1.8px !important;
        font-weight: 900 !important;
        border-radius: 0px !important;
    }

    .wpforms-submit:hover {
        color: #fff !important;
    }

    .wpforms-submit::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 0%;
        top: 0;
        left: -40px;
        transform: skewX(45deg);
        background-color: #000;
        z-index: -1;
        transition: all .8s;
    }

    .wpforms-submit:hover::before {
        width: 160%;
    }

    @media (max-width: 825px) {
        .wpforms-field-container {
            width: 90vw !important;
        }
    }

 @media (max-width: 600px) {
	 .form-vid-wrapper form label {width: 392px;}
}

    .wpforms-field {
        width: 100% !important;
        height: 100px !important;
        padding: 0 !important;
    }

    .wpforms-field-email,
    .wpforms-field-textarea {
        grid-column: 1 / 3 !important;
    }

    .wpforms-container input.wpforms-field-medium {
        max-width: unset !important;
    }

    .wpforms-container input,
    .wpforms-container textarea {
        border-radius: 0px !important;
        border-color: #BABABA !important;
    }

    .wpforms-container input:not(.wpforms-error):focus,
    .wpforms-container textarea:focus {
        border-color: #000000 !important;
        box-shadow: none !important;
    }

    @media (max-width: 1700px) {
        .hero-section.contact {
            display: block !important;
        }

        .form-vid-wrapper video {
            display: none;
        }

        .form-vid-wrapper {
            padding-top: 50px!important;
			padding-bottom: 50px!important;
        }

        .form-vid-wrapper>div {
            margin: 0 !important;
        }
    }

    @media (max-width: 875px) {
        .form-vid-wrapper>div {
            width: 90vw !important;
        }

        .form-vid-wrapper form .wpcf7-text {
            width: 100% !important;
        }

        .form-vid-wrapper form p .wpcf7-email,
        .form-vid-wrapper form p .wpcf7-textarea {
            width: 100% !important;
        }
    }

    @media (max-width: 600px) {
		.form-vid-wrapper {
			padding-bottom: 0;
		}
        .form-vid-wrapper form {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 1rem;
            height: unset !important;
        }
        .form-vid-wrapper form p .wpcf7-email, .form-vid-wrapper form p .wpcf7-textarea {
            width: 100% !important;
        }
    }


    .socials {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }

    .bottom-bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
    }
.property-imgs p{font-size: 11px;font-family: hudson!important; padding-top: 17px;}
.hero-content h1{line-height: normal;}
.location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 1.4px;
}
.building-wrapper p{font-family: hudson!important; margin-bottom: 0px;}

@media (max-width: 992px) {
.footer-logos {
    align-items: flex-start;
}
}
@media (max-width: 500px) {
    .building-wrapper p {
        height:auto;
    }
	.contactform .ptag {width:100%}

}





.headerinside{
	background-color: #fff;
	padding: 50px 0;
}
.headerinside #menu-main a {
    color: #000;
}
.headerinside #menu-main {
	padding-left: 0px;
}
.headerinside nav a:not(:has(.logo-img))::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: .5px;
    bottom: 0;
    left: 0;
    background-color: #000;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

.headerinside nav a:hover::before {
    transform: scaleX(1);
}
.headerinside .logo-img{filter: none;}
.headerinside nav a{padding-bottom: 2px;}
footer {
    margin-top: 35px;
}
.middle p{ margin-bottom: 0px;}

.wpcf7-form input::placeholder {
  color: #777!important;
}
main {
    padding-top: 132px;
}
@media (max-width: 800px) {
    main {
        padding-top: 0px;
    }
}

@media (max-width: 1015px) {
    .footer-logos {
        border-bottom: 0px;
    }
	.bottom-bottom {
        align-items: center !important;
		padding-left: 0px!important;
    }
	footer ul{padding-left: 0px!important;}
}
.padl50{padding-left: 50px;}

.arrow-right,
    .arrow-left {
        display: block;
        margin: 0 auto;
        width: 25px;
        height: 25px;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
    }

    .arrow-right {
        transform: rotate(135deg);
    }

    .arrow-left {
        transform: rotate(-45deg);
    }

    .glide-posts-container {
        margin-top: 80px;
        border-top: 1px solid #D9D9D9;
    }

    .glide-posts-container h3 {
        text-align: center;
        margin: 2rem 0;
        color: #9B9B9B;
        font-size: 15px;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        font-weight: 500 !important;
        font-family: hudson !important;
    }

    .detail .website {
        display: flex;
        align-items: center;
        gap: .5rem;
    }

    .details {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-row-gap: 20px;
        padding-bottom: 2rem;
    }

    .detail h4 {
        color: #9B9B9B;
        font-size: 15px;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        font-weight: 500 !important;
        font-family: hudson !important;
    }

    .detail {
        width: 180px;
        display: flex;
        flex-direction: column;
        gap: .8rem;
    }

    .detail p {
        width: 180px !important;
    }

    .detail a {
        color: #000000;
        text-underline-offset: 5px;
    }

    .property-info {
        margin-right: 50px;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        position: sticky;
        top: 0;
    }

    .property-info h1 {
        font-size: 24px;
        letter-spacing: 3px;
		font-weight: 600;
    }

    .property-info p {
    width: 450px;
	font-family: neue-l;
    font-size: 15.5px;
    font-weight:normal;
	font-style: normal;
	margin-bottom: 0px;
    }

    .images-sidebar {
        display: flex;
        flex-direction: column;
        max-width: 689px;
    }

    .images-sidebar div {
        width: auto;
    }

    .images-sidebar video {
        width: 100%;
        object-fit: cover;
    }

    .images-sidebar img {
        width: 100%;
        height: 100%;
        max-height: 800px;
    }

    .property-featured-img {
        width: 689px;
    }

    /* New styles for 4 or more images */
    .images-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .images-sidebar>*:first-child {
        grid-column: 1 / -1;
    }

    .images-sidebar>*:nth-child(n+4) {
        grid-column: 1 / -1;
    }

    /* Adjust for fewer than 4 items */
    .images-sidebar:not(:has(*:nth-child(4))) {
        display: flex;
        flex-direction: column;
    }

    .images-sidebar>*:nth-child(2),
    .images-sidebar>*:nth-child(3) {
        height: 100%;
        object-fit: cover;
    }

    .images-sidebar video {
        width: 100%;
        grid-column: 1 / -1;
    }

    .container {
        display: flex;
        margin: auto;
        max-width: 2000px;
        margin-left: 50px;
    }

    .images-sidebar {
        flex: 0 0 689px;
        overflow-x: hidden;
    }

    @media (min-width: 1275px) {
        .images-sidebar {
            flex: 0 0 70% !important;
        }
    }

    .images-sidebar {
        flex: 0 0 50%;
    }

    @media (max-width: 1175px) {
        .property-info p {
            width: 350px;
        }
    }

    .glide-gallery {
        display: none;
    }

    @media (max-width: 985px) {

        .glide-posts-container,
        .images-sidebar {
            display: none !important;
        }

        .glide-gallery {
            display: block;
        }

        .container {
            flex-direction: column;
            margin: 0;
        }

        .property-info {
            margin-left: 25px;
        }
    }

    @media (max-width: 985px) {
        .container {
            height: unset;
            padding-top: 0;

        }

    }

.detail div {
    font-family: neue-l;
    font-size: 15.5px;
    width: 180px !important;
}

    .container .glide__arrow--right,
    .container .glide__arrow--left {
        height: 100%;
    }

    @media (max-width: 400px) {
        .property-info p {
            width: 80vw;
        }

        .details {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
    }

    .glide-gallery img {
        height: 600px !important;
    }

    @media (max-width: 415px) {
        .glide-gallery img {
            height: 250px !important;
        }
    }

    .glide-gallery .glide__arrow {
        background: #fff;
        border: 0px;
        box-shadow: none;
    }

    .glide__arrow--right {
        right: 0;
    }

    .glide__arrow--left {
        left: 0;
    }

    .glide__arrow {
        background: #fff;
        height: 69px;
        width: 69px;
        border-radius: 0px;
    }

    .lds-circle {
        display: inline-block;
        transform: translateZ(1px);
    }

    .lds-circle>div {
        display: inline-block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        background: #000;
        animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

    @keyframes lds-circle {

        0%,
        100% {
            animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
        }

        0% {
            transform: rotateY(0deg);
        }

        50% {
            transform: rotateY(1800deg);
            animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
        }

        100% {
            transform: rotateY(3600deg);
        }
    }

    .glide__slide {
        position: relative;
        overflow: hidden;
        border-radius: 8px;
    }

    .glide__slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .glide__slide span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
        color: white;
    }

    .glide__slide--red span {
        color: red;
    }

    .glide__slide--active {
        z-index: 1 !important;
    }

    /* STICKY SCROLL */
    .property-wrapper {
        display: flex;
        gap: 2rem;
    }

    @media (max-width: 800px) {
        .property-wrapper {
            padding-top: 0px;
        }
    }

    .property-info-wrapper {
        position: relative;
		margin-top: 50px;
    }

    .property-info {
        top: 170px;
    }

    /* below modal */
    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
    }

    .modal .glide__slide img {
        object-fit: fill;
        height: 100vh;
    }

    .modal-content {
        position: relative;
        margin: auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        top: 50%;
        transform: translateY(-50%);
    }

    .close {
        color: white;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
        cursor: pointer;
    }

    .modal-media {
        max-width: 100%;
        max-height: 80vh;
        margin: auto;
        display: block;
    }

    .modal-media {
        width: 70%;
    }
    .gallery-item {
        margin-bottom: -8px;
    }







.logo-img {
    width: fit-content;
    
}
nav .menu-main-container, .hamburger {
    position: absolute;
    left: 50px;
    top: 45%;
    transform: translateY(-50%);
}
a.building-wrapper {
    padding: 0px;
}
.legalh1{
	 
	text-align: center; 
	margin-top: 3rem; 
	margin-bottom: 3rem;
}
.legallist a li {text-decoration: none; text-transform: none; color: #333;}
.textarea h3 {
    font-size: 18px; color: #777;
}

.contactform{padding-top: 50px;}


.contactform .ptag{float: left; width: 45%; margin-right: 5%;}
		.contactform p{margin-bottom: 0px;}
		.contactform input{width: 91%!important}
		.contactform textarea{width: 91%!important}
		.contactform label{display: block;}
		form .wpcf7-submit{width: 200px!important;}

ul.scrolled a{color:#000}

@media (max-width: 768px){
	.hamburger{top:45%;}
form .wpcf7-submit {  width: 180px !important;}
	

.contactform{padding-left: 50px; padding-right: 50px;}
.contactform .ptag{margin-right: 18px;}
}

@media (max-width: 1000px) {
    .property-imgs {
        margin-top: 0px;
    }
}


    @media (max-width: 600px) {
        .wpforms-field-textarea {
            overflow-x: unset !important;
        }
		.hamburger {
			position: unset;
			transform: translateY(-5%);
    	}


        .wpforms-field-container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .wpforms-submit-container {
            margin-top: 5rem !important
        }

        .wpforms-field-textarea,
        .wpforms-field-email {
            margin-top: unset !important;
        }
    }


.headerinside {
    padding: 30px 0;
}
.contactform label {
    display: block;
    font-size: 12px;
}

@media (max-width: 800px) {
.property-imgs p {
    padding-top: 12px;
}
	.property-info-wrapper {
    margin-top: 75px;
}
}


.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.screen-reader-response { display: none !important; }
.property-info ul{padding-left:15px;list-style: inherit!important; margin-bottom:0px;}
.property-info li{
font-family: neue-l;
font-size: 16px;
display:list-item!important;
}


@media (max-width: 768px){
.w-100{width: inherit !important;}
}

@media (max-width: 992px) {
    .logo-img {
        width: 315px;
        position: relative;
        left: 20px;
    }
}

@media (max-width: 475px) {
    .logo-img {
        width: 245px;
        left: 5px;
    }
	.hero-content {left: 50%;}
	.form-vid-wrapper form label {
        width: inherit!important;
    }
}
.zoom-in-out-box {
  animation: zoom-in-zoom-out 5s ease;
	margin-bottom: 10px;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%
  }
  50% {
    scale: 125%;
  }
  100% {
    scale: 100%;
  }
}


@font-face {
    font-family: hudson;
    src: url('../fonts/hudson.ttf');
}

@font-face {
    font-family: hudson-bold;
    src: url('../fonts/hudson-bold.ttf');
}

@font-face {
    font-family: neue-l;
    src: url('../fonts/neue-l.ttf');
}

@font-face {
    font-family: neue-m;
    src: url('../fonts/neue-m.ttf');
}
.textarea ol li a{display:block;}
.textbox-content p {
    font-family: neue-l;
    font-size: 15.5px;
    margin-bottom: 20px;
	color:#000000;
}

p.parsley-success{color:#468847;background-color:#DFF0D8;border:1px solid #D6E9C6}p.parsley-error{color:#B94A48;background-color:#F2DEDE;border:1px solid #EED3D7}ul.parsley-errors-list{list-style:none;color:#E74C3C;padding-left:0}input.parsley-error,select.parsley-error,textarea.parsley-error{border:1px solid #E85445!important;}.btn-group .parsley-errors-list{display:none}.errormsg{font-size:14px;color:red}