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

sub,
sup {
    position: relative;
}

img,
legend {
    border: 0;
}

legend,
td,
th {
    padding: 0;
}

*,
body {
    -webkit-font-smoothing: antialiased;
}

#footer a,
#header .call-us strong a,
#header a,
#main .call-us-bar .contact-person .contact a,
#main>.amenities .extra li a:hover,
#main>.amenities .extra p a,
#main>.amenities div article div p a:hover,
#main>.amenities div article>p a:hover,
#main>.amenities.links div article>p.link a,
#main>.amenities>p a,
#main>.hippodrome-bar p a {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
optgroup,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre,
textarea {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

input[type="reset"],
button,
html input[type="button"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    -ms-touch-action: none;
    touch-action: none;
}

#imagelightbox-loading,
#imagelightbox-loading div {
    border-radius: 50%;
}

#imagelightbox-loading {
    width: 2.5em;
    height: 2.5em;
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    padding: 0.625em;
    margin: -1.25em 0 0 -1.25em;
    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
}

#imagelightbox-loading div {
    width: 1.25em;
    height: 1.25em;
    background-color: #fff;
    -webkit-animation: imagelightbox-loading 0.5s ease infinite;
    animation: imagelightbox-loading 0.5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
    from,
    to {
        opacity: 0.5;
        -webkit-transform: scale(0.75);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes imagelightbox-loading {
    from,
    to {
        opacity: 0.5;
        transform: scale(0.75);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
}

#imagelightbox-overlay {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#imagelightbox-close {
    width: 4em;
    height: 4em;
    text-align: left;
    background-color: #666;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 2.5em;
    right: 2.5em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    border: none;
}

#imagelightbox-close:focus,
#imagelightbox-close:hover {
    background-color: #111;
}

#imagelightbox-close:after,
#imagelightbox-close:before {
    width: 2px;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px;
}

#imagelightbox-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#imagelightbox-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (max-width: 500px) {
    .page-template-default #main.servicepage .floors {
        margin: 0 auto;
        padding: 0 36px;
        padding-bottom: 32px;
    }
    .page-template-default #main.servicepage .floors article {
        padding: 0;
    }
    .page-template-default #main.servicepage .floors article header a {
        padding-left: 0;
        padding-right: 0;
    }
    #main .floors>a,
    #main .floors article header a {
        width: 100%;
    }
    .page-template-default #main .html {
        max-width: 302px;
    }
}

@media only screen and (max-width: 660px) {
    #imagelightbox-close {
        top: 1.25em;
        right: 1.25em;
    }
}

.section-header-font {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}

.section-intro-font {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    background: #fff;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    -moz-osx-font-smoothing: grayscale;
    font-family: "Muli";
    font-weight: 400;
    margin: 0;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

#header {
    background-image: center top;
    /*  background-repeat: no-repeat; */
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header .logo,
#header .logo a {
    position: relative;
}

.amenities #header {
    background-image: url(../img/headers/amenities.jpg?v=13);
    background-position: center;
}

.discover #header {
    background-image: url(../img/headers/discover.jpg?v=13);
    background-position: center;
}

.floor-plans #header {
    background-image: url(../img/headers/floor-plans.jpg?v=13);
    background-position: center;
}

.get-a-quote #header {
    background-image: url(../img/headers/get-a-quote.jpg?v=13);
    background-position: center;
}

.page-template-page-thank-you #header {
    background-position: center;
}

.neighborhood #header,
.services #header {
    background-image: url(../img/headers/neighborhood.jpg?v=13);
    background-position: center;
}

#header .logo {
    float: left;
    width: 164px;
}

#header .logo span {
    font-size: 10px;
    color: #3f96b4;
    top: 68px;
    left: 16px;
    position: absolute;
    display: none;
}

#header .menu .button {
    float: right;
    width: 66px;
    height: 66px;
    padding: 22px;
}

#header .menu .button span {
    display: block;
    width: 28px;
    height: 4px;
    background: #3f96b4;
    margin-top: 6px;
    border-radius: 1px;
}

#header .menu.active .button span {
    background: #fff;
}

#header .menu .button span:first-child {
    margin-top: 0;
}

#header .menu.active .button {
    background: #3f96b4;
}

#header .menu ul {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.menu-main-menu-container {
    display: flex;
}

#header .menu ul li:first-of-type a {
    border-top-width: 0;
}

#header .menu ul li:last-of-type a {
    border-bottom-width: 0;
}

#header .menu ul a {
    display: block;
    background: #f8f8f8;
    border-top: 1px solid #fefefe;
    border-bottom: 1px solid #e4e1e2;
    border-left: 1px solid #e8f3e8;
    font-size: 13px;
    line-height: 38px;
    font-weight: 200;
    color: #232c64;
    padding: 0 28px 0 24px;
    position: relative;
    text-transform: uppercase;
}

#header .menu ul a:active,
#header .menu ul a:hover {
    background: #3f96b4;
    color: #fff;
    border-left-color: #3f96b4;
}

#header .menu ul .active a {
    background-color: #3f96b4;
    color: #fff;
}

#header .menu ul li a:after {
    display: none;
}

#header .menu.active ul,
#header h2 {
    display: block;
}

#header .menu ul .active a:hover {
    background-color: #3f96b4;
}

#header .call-us small {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 39px;
    background: #00416b;
}

#header h1,
#header h2 {
    width: 100%;
    color: #fff;
}

#header .call-us strong {
    font-weight: 200;
}

#header .call-us strong a {
    color: #00416b;
    position: relative;
    padding-left: 47px;
}

#header .call-us strong a:before {
    content: '';
    width: 36px;
    height: 36px;
    background: #00416b;
    top: -7px;
    left: 0;
    position: absolute;
}

#header .call-us strong a:after {
    content: '';
    background-image: url(../img/sprite.png?v=47);
    background-size: auto;
    image-rendering: optimizeSpeed;
    -ms-interpolation-mode: nearest-neighbor;
    background-position: 0 -55px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    position: absolute;
    width: 17px;
    height: 16px;
    top: 3px;
    left: 10px;
}

#header .call-us strong a span {
    color: #00416b;
    margin-left: 2px;
    font-weight: 600;
}

#header .find-office,
#header h1,
#header h2 {
    text-align: center;
    margin: 0;
}

#header h1 {
    top: 130px;
    font-size: 35px;
    font-weight: 700;
}

#header h2 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    top: 210px;
    padding: 0 10px;
}

.page-template-default #header .top,
#header .sticky {
    height: 100px;
    width: 100%;
    top: 0;
    z-index: 10000;
}

#header .find-office {
    bottom: 20px;
    width: 100%;
}

.home #header .find-office {
    bottom: 35px;
}

#header .find-office a,
.get-a-quote #main .submit>input {
    display: inline-block;
    border-radius: 5px;
    background: #3f96b4;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    margin-top: 40px;
    color: #fff;
    text-transform: uppercase;
    transition: all .1s ease;
    padding: 16px 32px;
    border: 1px solid #3F96B4;
}

.get-a-quote #main .submit>input {
    margin-top: 0 !important;
}

#header .find-office a:hover,
.get-a-quote #main .submit>input:hover {
    background: #31758C !important;
    border: 1px solid #31758C !important;
    color: #fff !important;
}

#header .find-office a:focus,
#header .find-office a:active,
#header .find-office a:visited {
    background: white;
    color: #3F96B4;
}

.get-a-quote #main .submit>input:active,
.get-a-quote #main .submit>input:visited,
get-a-quote #main .submit>input:focus {
    border: 1px solid #31758C !important;
    background-color: white;
    color: #3F96B4;
}

@media (max-width: 375px) {
    #header .find-office a {
        margin-top: 24px;
    }
}

.page-template-default #header .top .call-us,
#header .sticky .call-us {
    display: none;
}

.page-template-default #header .top .logo span,
#header .sticky .logo span {
    color: #3f96b4;
}

.page-template-default #header .top {
    background: #fff;
}

.page-template-default #header .top .menu .button span {
    background: #3f96b4;
}

.page-template-default #header .top .menu.active .button span,
#header .sticky {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

#header .top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}

body {
    margin-top: 100px; /* Margines górny powinien być równy wysokości Twojego paska nagłówka */
}

#header .top,
#header .top .wide-container {
    height: 100px;
}

#header .top .wide-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .sticky .menu .button span {
    background: #3f96b4;
}

#header .sticky .menu.active .button span {
    background: #fff;
}

.page-template-default #header {
    height: auto;
}

#main>.amenities>h1 {
    margin: 0;
    color: #fff;
    padding: 30px 0 26px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}

#main>.amenities div article {
    margin-bottom: 24px;
    position: relative;
}

#main>.amenities div article:last-of-type {
    margin-bottom: 0;
}

#main>.amenities div article h1 {
    color: #01416B;
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    padding-top: 65px;
}

#main>.amenities div article figure {
    margin: 0 0 0 -27px;
    top: 15px;
    left: 50%;
    position: absolute;
    width: 55px;
    height: 36px;
    line-height: 36px;
}

#main>.amenities div article figure img {
    max-width: 55px;
    max-height: 36px;
    vertical-align: middle;
}

#main>.amenities div article>p {
    margin: 6px 0 0;
    padding: 15px 27px 14px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
}

#main>.amenities div article>p b,
#main>.amenities div article>p strong {
    font-weight: 600;
}

#main>.amenities div article>p a {
    color: #fff;
}

#main>.amenities div article div p b,
#main>.amenities div article div p strong {
    font-weight: 800;
}

#main>.amenities div article div p a {
    color: #01416B;
}

#main>.amenities.links div article>p.link a {
    display: block;
    line-height: 49px;
    font-weight: 600;
    font-family: "Muli";
    text-align: center;
    font-weight: 600;
    font-family: "Muli";
}

#main>.amenities.links div article h1 {
    padding-top: 15px;
}

#main>.amenities.links div article h1 a {
    color: #01416B;
    font-weight: 600;
    text-decoration: none;
}

#main>.amenities.links div article:first-of-type {
    margin-top: 24px;
}

#main>.amenities.links div article:first-child>.link {
    left: 0;
}

#main>.amenities>p {
    display: block;
    margin: 0;
    padding: 0 22px;
    clear: both;
}

#main>.amenities>p a {
    font-size: 19px;
    line-height: 19px;
    color: #fff;
    padding: 14px 10px 13px;
    border: 2px solid #fff;
    display: inline-block;
}

#main>.amenities .extra {
    text-align: left;
}

#main>.amenities .extra h1 {
    padding-top: 10px;
    text-align: center;
    color: #01416B;
    margin: 0;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}

#main>.amenities .extra ul {
    margin: 22px 0 0;
    padding: 0 22px;
    list-style: none;
}

#main>.amenities .extra li {
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

#main>.amenities .extra li b,
#main>.amenities .extra li strong {
    font-weight: 600;
}

#main>.amenities .extra li a {
    color: #fff;
}

#main>.amenities .extra p {
    display: block;
    margin: 35px 0 0;
    text-align: center;
    padding: 0 22px;
    position: relative;
    background: 0 0;
}

#main>.amenities .extra p a {
    font-size: 19px;
    line-height: 19px;
    color: #fff;
    padding: 14px 10px 13px;
    border: 2px solid #fff;
    display: inline-block;
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
}

.map-wrapper #map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#main.servicepage #themap .map-wrapper #map {
    max-width: 100%;
}

.map-wrapper .map-filters {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
}

.map-wrapper .map-filters .inner {
    display: inline-block;
    text-align: center;
    position: relative;
    border: 1px solid #3f96b4;
    padding-top: 10px;
    background: #fff;
    width: 100%;
}

.map-wrapper .map-filters button {
    display: inline-block;
    margin: 0 2px 10px;
    width: 19%;
    height: 59px;
    border: 1px solid #c7c7c9;
    color: #626262;
    font-size: 14px;
    line-height: 59px;
    background: #fff;
    outline: 0;
    padding: 0;
}

.map-wrapper .map-filters button.active {
    background: #f0f0f0;
}

.map-wrapper .map-filters button img {
    margin-right: 0;
    position: relative;
    top: 9px;
}

#main>.hippodrome-bar {
    background: #3f96b4;
    text-align: center;
    margin-bottom: 32px;
}

#main>.hippodrome-bar h1 {
    font-size: 24px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-bottom: 0 !important;
}

#main>.hippodrome-bar p {
    display: inline-block;
    font-size: 19px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 0;
}

#main>.hippodrome-bar p:first-of-type {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    text-align: left;
}

#main>.hippodrome-bar p a {
    background: #fff;
    border-radius: 5px;
    padding: 13px 17px 14px 59px;
    font-size: 19px;
    font-weight: 800;
    color: #3F96B4;
    display: inline-block;
    line-height: 22px;
    position: relative;
    max-width: 400px;
    margin: 20px auto 4px auto;
}

#main .floors article.call-us-bar:last-of-type {
    display: flex;
}

#main .call-us-bar {
    display: flex;
    background: #3F96B4;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
	margin-top:-17px;
}

#main .call-us-bar .message {
    margin-bottom: 41px;
}

#main .call-us-bar .message h3 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 13px;
}

#main .call-us-bar .message p {
    font-size: 26px;
    line-height: 27px;
    color: #3f96b4;
    font-weight: 700;
    margin: 0;
}

#main .call-us-bar .contact-person {
    text-align: center;
}

#main .call-us-bar .contact-person h1 {
    font-size: 26px;
    color: #fff;
    margin: 0;
    line-height: 27px;
}

#main .call-us-bar .contact-person figure {
    display: block;
    margin-top: 21px;
}

#main .call-us-bar .contact-person figure img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

#main .call-us-bar .contact-person .contact {
    margin-top: 22px;
}

#main .call-us-bar .contact-person .contact dl {
    margin: 0;
    padding: 0;
}

#main .call-us-bar .contact-person .contact dd {
    display: none;
}

#main .call-us-bar .contact-person .contact dt {
    display: inline-block;
    position: relative;
    font-size: 19px;
    line-height: 28px;
    font-weight: 200;
    color: #fff;
}

#main .call-us-bar .contact-person .contact a {
    color: #fff;
    padding-right: 90px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

#main .call-us-bar .contact-person .contact a i {
    font-size: 24px;
    line-height: 32px;
    padding-right: 8px;
    padding-left: 20px;
}

#main .call-us-bar .contact-person .contact a i.fa-phone {
    transform: translateY(2.5px);
}

#main .call-us-bar .contact-person .contact a i:before {
    line-height: 32px;
}

#footer {
    background-color: #01416B;
}

#footer .copy {
    background-color: white;
}

#footer .footer-logo img {
    width:250px;
	height:auto;
}

#footer .footer-logo {
    display: flex;
    align-items: center;
}

#footer .wide-container {
    display: flex;
    justify-content: space-between;
}

#footer .address {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #4e526c;
    text-align: center;
}

#footer .social {
    display: flex;
}

#footer .social a {
    color: white;
    margin-right: 16px;
    display: flex;
}

#footer .social a:last-of-type {
    margin-right: 0;
}

#footer .social a i {
    font-size: 30px;
}

#footer .blog {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 14px;
    position: relative;
}

#footer .blog:after {
    position: absolute;
    width: 50px;
    margin-left: -25px;
}

#footer .blog a {
    display: inline-block;
    font-size: 18px;
    color: #4e526c;
    font-weight: 700;
    padding-left: 40px;
    text-transform: uppercase;
    position: relative;
}

#footer .blog a:hover {
    color: #3f96b4;
}

#footer .top {
    padding-top: 14px;
    padding-bottom: 48px;
    text-align: center;
}

#footer .top p {
    font-size: 15px;
    font-weight: 200;
    color: #3f96b4;
    line-height: 19px;
    margin: 0 0 14px;
}

#footer .top p a {
    color: #3f96b4;
}

#footer .top .back {
    font-weight: 700;
    color: #4e526c;
    padding-left: 28px;
    position: relative;
}

#from-old-website a,
.modal .dialog .close {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    -webkit-overflow-scrolling: touch;
}

.modal .overlay {
    position: fixed;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

.modal .dialog {
    width: 95%;
    height: auto;
    padding: 20px 20px 60px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin: 30px auto 0;
    font-size: 13px;
    line-height: 18px;
}

.modal .dialog .close {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 5px;
    background: #3f96b4;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 14px 9px;
}

#from-old-website {
    width: 80%;
    height: auto;
    padding: 20px;
    background: rgba(25, 31, 98, 0.9);
    border-radius: 20px;
    position: absolute;
    top: 150px;
    left: 10%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

#from-old-website p {
    margin: 0;
}

#from-old-website a {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 17px;
    line-height: 17px;
}

.floor-plans #main {
    margin: 20px 0 0;
}

.floor-plans #main>div {
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.floor-plans #main .amenities-header {
    display: table-caption;
}

.floor-plans #main .amenities-header>h1 {
    color: #3f96b4;
    margin: 0 0 26px;
    padding: 0 22px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}

.floor-plans #main .amenities-header>h2 {
    padding: 0 22px;
    margin: 0;
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    color: #01416B;
}

.floor-plans #main .amenities-content article p b,
.floor-plans #main .amenities-content article p strong,
.floor-plans #main .amenities-header>h2 b,
.floor-plans #main .amenities-header>h2 strong {
    font-weight: 600;
}

.floor-plans #main .amenities-header>h2 a {
    color: #01416B;
}

.floor-plans #main .amenities-header>h2 a:hover {
    text-decoration: none;
}

.floor-plans #main .amenities-content article {
    margin-bottom: 24px;
    position: relative;
}

.floor-plans #main .amenities-content article:last-child {
    margin-bottom: 42px;
}

.floor-plans #main .amenities-content article h1 {
    color: #3f96b4;
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    padding-top: 65px;
}

.floor-plans #main .amenities-content article:first-of-type h1 {
    margin-top: 22px;
    border-top: 0;
}

.floor-plans #main .amenities-content article figure {
    margin: 0 0 0 -27px;
    top: 15px;
    left: 50%;
    position: absolute;
    width: 55px;
    height: 36px;
    line-height: 36px;
}

.floor-plans #main .amenities-content article figure img {
    max-width: 55px;
    max-height: 36px;
    vertical-align: middle;
}

.floor-plans #main .amenities-content article p {
    margin: 6px 0 0;
    padding: 0 22px;
    font-size: 17px;
    line-height: 25px;
    color: #01416B;
}

.floor-plans #main .amenities-content article p a {
    color: #01416B;
}

.floor-plans #main .amenities-content article p a:hover {
    text-decoration: none;
}

#main .floors {
    overflow: hidden;
    padding: 24px 0;
    margin-bottom: 32px;
}

#main .floors article {
    margin-bottom: 26px;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.floor_plans_container {
    display: flex;
    justify-content: center;
}

#main .floors article:last-child {
    margin-bottom: 0;
}

#main .floors article header {
    text-align: center;
}

#main .floors>a,
#main .floors article header a {
    margin-top: 18px;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff;
    background: #3f96b4;
    border-radius: 5px;
    padding: 0px 29px 0;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: all .1s ease;
}

#main .floors>a:hover,
#main .floors article header a:hover {
    color: #3f96b4;
    background: #fff;
    border: 1px solid #3f96b4;
}

#main .floors>a {
    margin-left: 24px !important;
}

#main .floors article h1 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
    color: #232c64;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

#main .floors article figure {
    margin: 16px 22px 0;
    margin-top: 0;
}

#main .floors article figure a {
    display: block;
    max-width: 812px;
    margin: 0 auto;
}

#main .floors article figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
}

.amenities #main {
    margin: 20px 0 0;
    text-align: center;
}

.amenities #main .standard>h1 {
    color: #3f96b4;
    margin: 0 0 26px;
    padding: 0 22px;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}

#main .standard h2 .amenities-btn-open {
    background: none;
    border: 0;
    padding: 0;
}

.amenities #main .standard article {
    margin-bottom: 26px;
    position: relative;
}

.amenities #main .standard article:last-child {
    margin-bottom: 42px;
}

.amenities #main .standard article h1 {
    color: #3f96b4;
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    padding-top: 65px;
}

.amenities #main .standard article:first-of-type h1 {
    margin-top: 22px;
    border-top: 0;
}

.amenities #main .standard article figure {
    margin: 0 0 0 -27px;
    top: 15px;
    left: 50%;
    position: absolute;
    width: 55px;
    height: 36px;
    line-height: 36px;
}

.amenities #main .standard article figure img {
    max-width: 55px;
    max-height: 36px;
    vertical-align: middle;
}

.amenities #main .standard article h2 {
    margin: 6px 0 0;
    padding: 0 22px;
    font-size: 17px;
    line-height: 25px;
    color: #01416B;
    font-weight: 400;
}

.amenities #main .standard article p {
    display: none;
}

.amenities #main .standard article p b,
.amenities #main .standard article p strong {
    font-weight: 600;
}

.amenities #main .standard article p a {
    color: #01416B;
}

.amenities #main .standard article p a:hover {
    text-decoration: none;
}

.amenities #main .extra {
    padding: 29px 22px 4px;
    background: #3f96b4;
    margin-bottom: 7px;
}

.amenities #main .extra div>h1 {
    color: #fff;
    margin: 0 0 22px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}

.amenities #main .extra article {
    margin-bottom: 36px;
}

.amenities #main .extra article h1 {
    margin: 0 0 17px;
    font-size: 25px;
    line-height: 30px;
    color: #01416B;
    font-weight: 600;
}

.amenities #main .extra p {
    margin: 0;
    font-size: 19px;
    line-height: 26px;
    color: #fff;
    font-weight: 200;
}

.amenities #main .extra p b,
.amenities #main .extra p strong {
    font-weight: 600;
}

.amenities #main .extra p a {
    color: #fff;
}

.amenities #main .extra p a:hover {
    text-decoration: none;
}

.home #main {
    margin: 7px 0 0;
    text-align: center;
}

.home #main h2 {
    color: #3f96b4;
    margin: 0;
}

#main .explore {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 36px;
    padding-right: 36px;
    background: url(../img/explore.jpg?v=13) center top no-repeat;
    color: #fff;
    margin-bottom: 24px;
}

#main .explore h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}

#main .explore .neighborhood {
    padding-bottom: 24px;
}

#main .explore .neighborhood h3 {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

#main .explore .neighborhood p {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    text-align: left;
}

@media only screen and (max-width: 600px) {
	#main .explore .neighborhood h3, #main .explore .neighborhood p {
		text-align:center;
	}
}

#main .explore .neighborhood p:first-of-type {
    margin-bottom: 24px;
}

#main .explore .neighborhood p:first-of-type b,
#main .explore .neighborhood p:first-of-type strong {
    font-weight: 600;
}

#main .explore .neighborhood p:first-of-type a {
    color: #fff;
}

#main .explore .neighborhood p:first-of-type a:hover {
    text-decoration: none;
}

#main .explore .neighborhood p:last-of-type a {
    font-size: 19px;
    line-height: 22px;
    border: 1px solid #3f96b4;
    background: rgba(0, 0, 0, 0.33);
    color: #fff;
    padding: 16px 28px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    transition: all .1s ease;
    background: #3f96b4;
    border-radius: 5px;
    font-weight: bold;
}

.home #main .map-wrapper h1,
#main #themap .map-wrapper h1 {
    display: none;
}

.home #main .quote {
    color: #fff;
    padding: 32px 45px;
    background: #00416b;
}

.home #main .quote blockquote {
    font-size: 18px;
    line-height: 26px;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

.home #main .quote blockquote p {
    margin: 0;
    display: inline;
    position: relative;
    padding: 0 31px;
}

.home #main .quote blockquote p span:first-child {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    position: relative;
    top: 34px;
    right: 5px;
    line-height: 0;
}

.home #main .quote blockquote p span:last-child {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    position: relative;
    top: 30px;
    left: 5px;
    line-height: 0;
}

.home #main .quote cite {
    display: inline;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
    padding: 0 34px;
    font-style: normal;
    position: relative;
}

.home #main .quote cite:before {
    position: absolute;
    content: " ";
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3f96b4;
}

.home #main .quote cite span {
    padding: 0 12px;
    background: #00416b;
    position: relative;
}

.home #main .discover {
    background: url(../img/discover.jpg?v=13) center top no-repeat;
    padding: 40px 0 35px;
    color: #fff;
}

.home #main .discover h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 200;
    color: #fff;
    margin: 0;
    text-align: center;
}

.home #main .discover h1 b,
.home #main .discover h1 strong {
    font-weight: 600;
}

.home #main .discover h1 a {
    color: #fff;
}

.home #main .discover h1 a:hover {
    text-decoration: none;
}

.home #main .discover p {
    margin: 40px 0 0;
}

.home #main .discover p a {
    font-size: 15px;
    line-height: 15px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.33);
    color: #fff;
    padding: 14px 10px 13px;
    text-decoration: none;
    display: inline-block;
}

.discover #main {
    margin: 0;
    text-align: center;
}

#main .gallery h1 {
    margin: 0 22px 17px;
    color: #3f96b4;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

#main .gallery>div {
    overflow: hidden;
    margin-bottom: 32px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

#main .gallery .arrow-next,
#main .gallery .arrow-prev {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 150px;
    margin: 0 auto;
    display: block;
    vertical-align: middle;
}

#main .gallery .next,
#main .gallery .prev {
    width: 10%;
    display: table-cell;
    vertical-align: middle;
}

#main .gallery .next div,
#main .gallery .prev div {
    display: none;
}

#main .gallery .prev {
    padding-right: 18px;
}

#main .gallery .next {
    padding-left: 18px;
}

#main .gallery .main {
    width: 80%;
    display: table-cell;
}

#main .gallery .main img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#main .team {
    margin: 0 36px;
}

#main .team>h2 {
    color: #3f96b4;
    font-size: 31px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
    margin-top: 0;
}

.discover #main .building {
    margin-bottom: 7px;
    background: #3f96b4;
    overflow: hidden;
}

.discover #main .building div {
    padding: 22px;
}

.discover #main .building h1 {
    font-size: 30px;
    line-height: 30px;
    color: #01416B;
    margin: 0 0 16px;
    font-weight: 600;
    position: relative;
}

.discover #main .building p {
    font-size: 19px;
    line-height: 22px;
    color: #fff;
    font-weight: 200;
    margin: 0;
}

.discover #main .building p b,
.discover #main .building p strong {
    font-weight: 600;
}

.discover #main .building p a {
    color: #fff;
}

.discover #main .building p a:hover {
    text-decoration: none;
}

.discover #main .building figure {
    margin: 0;
    position: relative;
    width: 100%;
    height: 150px;
}

.discover #main .building figure img {
    display: block;
    max-height: 150px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.get-a-quote #main {
    margin: 19px 0 0;
}

.get-a-quote #main>h1 {
    color: #3f96b4;
    margin: 0 22px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.get-a-quote #main form {
    margin-top: 20px;
    margin-bottom: 35px;
}

.get-a-quote #main .input {
    margin: 0;
}

.get-a-quote #main .contact-checkboxes {
    margin-bottom: 8px;
}

.contact-form-wrap label[for=form-services] {
    margin-bottom: 16px !important;
}

.get-a-quote #main .input label {
    display: block;
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 28px;
    font-weight: bold;
    color: #01416B;
    height: 22px;
}

.get-a-quote #main .input div {
    position: relative;
}

.get-a-quote #main .input input,
.get-a-quote #main .input textarea {
    border: 1px solid #979797;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 5px;
    color: #404040;
}

.get-a-quote #main .input input {
    line-height: 48px;
    height: 48px;
    padding: 0 16px;
    font-family: arial;
}

.get-a-quote .sprite-input-calendar {
    padding-left: 48px;
}

.get-a-quote #main .input textarea {
    line-height: 27px;
    padding: 16px;
    resize: none;
}

.get-a-quote #main .input .error {
    display: none;
}

.get-a-quote #main .input.error .error {
    display: block;
    color: #ff4646;
    font-size: 16px;
    line-height: 30px;
    font-weight: 200;
    text-align: left;
}

.get-a-quote #main .g-recaptcha {
    width: 100%;
    padding-top: 10px;
}

.get-a-quote #main .g-recaptcha>div>div {
    margin: 0 auto;
}

.get-a-quote #main .g-recaptcha .error {
    display: none;
}

.get-a-quote #main .g-recaptcha.error .error {
    display: block;
    color: #ff4646;
    font-size: 16px;
    line-height: 30px;
    font-weight: 200;
    text-align: center;
}

.get-a-quote #main .submit {
    text-align: center;
}

.get-a-quote #main>.message {
    font-size: 16px;
    line-height: 19px;
    font-weight: 200;
    border-radius: 5px;
    padding: 10px;
    margin: 0 13px 13px;
    text-align: center;
}

.get-a-quote #main>.message.error {
    color: #ff4646;
    border: 1px solid red;
    background: #fde9e9;
}

.get-a-quote #main>.message.success {
    color: #3f96b4;
    border: 1px solid #3f96b4;
    background: #e9fde9;
}

.callendar-inner {
    display: flex;
    width: 100%;
    align-items: center;
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 0 16px;
}

.callendar-inner input:focus-visible {
    outline: 0 !important;
}

.callendar-inner .wpcf7-form-control-wrap {
    width: 100%;
}

.callendar-inner .wpcf7-form-control-wrap input {
    border: 0 !important;
}

.wpcf7-form-control-wrap {
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
}

.input.content .wpcf7-form-control-wrap {
    justify-content: start;
}

.get-a-quote .fa-calendar-alt {
    font-size: 30px;
}

.input.content .wpcf7-not-valid-tip {
    padding: 16px;
}

.wpcf7-not-valid-tip {
    position: absolute;
    padding-left: 16px;
    color: #FF0000 !important;
    font-size: 19px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

.neighborhood #main {
    margin: 20px 0 0;
}

.neighborhood #main .map h1 {
    color: #3f96b4;
    margin: 0 0 26px;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}

.neighborhood #main .downtown {
    background: url(../img/downtown.jpg?v=13) 78% 0 no-repeat;
    background-size: cover;
    padding: 30px 0 17px;
    margin-bottom: 8px;
    color: #fff;
    text-align: center;
}

.neighborhood #main .downtown h1 {
    margin: 0;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}

.neighborhood #main .downtown p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 200;
    margin: 21px 22px 17px;
}

.neighborhood #main .downtown p b,
.neighborhood #main .downtown p strong {
    font-weight: 600;
}

.neighborhood #main .downtown p a {
    color: #fff;
}

.neighborhood #main .downtown p a:hover {
    text-decoration: none;
}

.neighborhood #main .downtown figure {
    margin: 0 22px 17px;
}

.neighborhood #main .downtown figure a {
    display: block;
}

.neighborhood #main .downtown figure img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border: 4px solid #fff;
}

.services #main {
    margin: 0 0 20px 0;
    text-align: center;
}

.services #main .services {
    padding: 0px 22px 4px;
}

.services #main .services article,
.services #main .services div .video {
    margin-bottom: 32px;
    text-align: left;
}

.services #main .services div .video img {
    display: block;
    max-width: 100%;
}

.services #main .services h1 {
    margin: 0 0 17px;
    font-size: 25px;
    line-height: 30px;
    color: #01416B;
    font-weight: 600;
}

.services #main .services h1 a {
    color: #01416B;
    text-decoration: none;
}

.services #main .services h1 a:hover {
    text-decoration: underline;
}

.html .get-quote,
.services #main .services p a:hover {
    text-decoration: none;
}

.services #main .services p:hover {
    background: #fff;
    border-color: #3f96b4;
}

.services #main .services p:hover a {
    color: #3f96b4;
}

.services #main .services p {
    margin: 0;
    font-size: 19px;
    line-height: 26px;
    color: #01416B;
    font-weight: 500;
    font-family: "Muli";
}

.services #main .services p b,
.services #main .services p strong {
    font-weight: 600;
}

.services #main .services p a {
    color: #01416B;
}

.html {
    color: #01416B;
    margin: 0 auto;
}

.html h1 {
    font-size: 35px;
    line-height: 35px;
    color: #01416B;
    font-weight: 600;
}

.html h2,
.html h3 {
    color: #01416B;
    font-weight: 600;
}

.html h2 {
    font-size: 24px;
    line-height: 32px;
}

.html h3 {
    font-size: 22px;
    line-height: 20px;
}

.html .get-quote {
    display: inline-block;
    border-radius: 5px;
    background: #3f96b4;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 27px 14px;
}

.sprite-building-arrow:before,
.sprite-contact-email:before {
    background-image: url(../img/sprite.png?v=47);
    background-size: auto;
    image-rendering: optimizeSpeed;
    display: block;
}

.sprite-building-arrow:before {
    background-position: 0 -589px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    position: absolute;
    content: " ";
}

.sprite-contact-email:before {
    background-position: 0 -75px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    width: 26px;
    height: 18px;
    position: absolute;
    left: 0;
    content: " ";
}

.sprite-contact-phone:before,
.sprite-footer-back-top:before {
    background-image: url(../img/sprite.png?v=47);
    background-size: auto;
    image-rendering: optimizeSpeed;
    -ms-interpolation-mode: nearest-neighbor;
    position: absolute;
    content: " ";
}

.sprite-contact-phone:before {
    background-position: 0 -169px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    width: 21px;
    height: 21px;
    display: block;
    left: 0;
}

.sprite-footer-back-top:before {
    background-position: 0 -22px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    width: 17px;
    height: 10px;
    display: block;
    left: 0;
}

.sprite-footer-blog:before,
.sprite-footer-social-facebook:before {
    background-image: url(../img/sprite.png?v=47);
    background-size: auto;
    image-rendering: optimizeSpeed;
    height: 27px;
    display: block;
    top: 0;
    left: 0;
}

.sprite-footer-blog:hover:before {
    background-position: 0 -316px;
}

.sprite-footer-blog:before {
    background-position: 0 -347px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    width: 27px;
    position: absolute;
    content: " ";
}

.sprite-footer-social-facebook:hover:before {
    background-position: 0 -254px;
}

.sprite-footer-social-facebook:before {
    background-position: 0 -285px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    width: 14px;
    position: absolute;
    content: " ";
}

.sprite-footer-social-twitter:before,
.sprite-header-phone:before {
    background-image: url(../img/sprite.png?v=47);
    background-size: auto;
    image-rendering: optimizeSpeed;
    -ms-interpolation-mode: nearest-neighbor;
    position: absolute;
    content: " ";
}

.sprite-footer-social-twitter:hover:before {
    background-position: 0 -224px;
}

.sprite-footer-social-twitter:before {
    background-position: 0 -194px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    width: 32px;
    height: 26px;
    display: block;
    top: 0;
    left: 0;
}

.sprite-header-phone:before {
    background-position: 0 -55px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    width: 17px;
    height: 16px;
    display: block;
}

.sprite-input-email:before,
.sprite-input-message:before {
    background-image: url(../img/sprite.png?v=47);
    background-size: auto;
    image-rendering: optimizeSpeed;
    display: block;
}

.sprite-input-email:before {
    background-position: 0 -36px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
}

.sprite-input-message:before {
    background-position: 0 -145px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    width: 20px;
    height: 20px;
    position: absolute;
    content: " ";
}

.sprite-input-name:before,
.sprite-input-phone:before,
.sprite-input-calendar:before {
    background-image: url(../img/sprite.png?v=47);
    background-size: auto;
    image-rendering: optimizeSpeed;
    -ms-interpolation-mode: nearest-neighbor;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
}

.sprite-input-name:before {
    background-position: 0 -121px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    display: block;
}

.sprite-input-phone:before {
    background-position: 0 -97px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    display: block;
}

.sprite-input-calendar:before {
    background-position: 0 -678px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    display: block;
    z-index: 99;
    width: 18px;
}


/* zmiany logo */

.sprite-logo-sticky:before,
.sprite-logo:before {
    background-image: url(../img/ELEVATED_logo.png);
    background-size: contain;
    width: 193px;
    height: 58px;
    display: block;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1);
}

.sprite-logo-sticky:before {
    background-position: 0 0px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
}


/* Zmiany logo */

.sprite-logo:before {
    background-position: 0 0;
    background-size: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    width: 193px;
    height: 58px;
}

.sticky .sprite-logo:before {
    background-position: 0 0px;
}

.sprite-menu-arrow-active:before,
.sprite-menu-arrow:before {
    background-image: url(../img/sprite.png?v=47);
    width: 4px;
    height: 7px;
    top: 0;
    left: 0;
    background-size: auto;
    position: absolute;
    content: " ";
}

.sprite-menu-arrow-active:before {
    background-position: 0 -11px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    display: block;
}

.sprite-menu-arrow:before {
    background-position: 0 0;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    display: block;
}

.sprite-more-hippodrome:before {
    image-rendering: optimizeSpeed;
    background-image: url(../img/sprite.png?v=47);
    -ms-interpolation-mode: nearest-neighbor;
    display: block;
}

.sprite-more-hippodrome:before {
    background-position: 0 -378px;
    background-size: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    width: 27px;
    height: 35px;
    position: absolute;
    content: " ";
}

.sprite-menu-arrow:active:before,
.sprite-menu-arrow:before,
.sprite-menu-arrow:hover:before {
    display: none;
}

.sprite-header-phone:before {
    top: 12px;
    left: 10px;
}

.sprite-more-hippodrome:before {
    top: 11px;
    left: 32px;
}

.sprite-footer-back-top:before {
    top: 5px;
}

.sprite-contact-phone:before {
    top: 6px;
}

.sprite-contact-email:before {
    top: 7px;
}

.sprite-input-email:before,
.sprite-input-name:before,
.sprite-input-phone:before,
.sprite-input-calendar:before {
    top: 15px;
    left: 15px;
}

.sprite-input-message:before {
    top: 8px;
    left: 15px;
}

.sprite-building-arrow:before {
    left: auto;
    top: 50%;
    right: 0;
    z-index: 1;
    margin-top: -19px;
    width: 27px;
    height: 38px;
}

#main>.amenities.links>div {
    flex-wrap: wrap;
    justify-content: center;
}

#main>.amenities div article div p {
    font-size: 19px;
    line-height: 28px;
    margin: 0;
}

#main>.amenities.links div div {
    width: 100%;
    display: flex;
    position: relative;
    margin-bottom: 24px;
    flex-direction: column;
    margin-right: 16px;
}

@media (max-width: 767px) {
    #main>.amenities.links>div {
        padding: 0 36px;
    }
    #main>.amenities.links div div {
        margin-left: 0;
        margin-right: 0;
    }
    #main>.amenities.links div div:last-of-type {
        margin-bottom: 32px;
    }
    .service-inner {
        max-width: 100% !important;
        height: 100% !important;
    }
}

.neighborhood #main .map {
    padding: 0 36px;
}

@media only screen and (min-width: 768px) {
    .neighborhood #main .map {
        padding: 0;
    }
    .neighborhood #main .map p {
        padding: 0 36px;
    }
    #main>.amenities.links div div {
        margin-bottom: 22px;
    }
    #header .logo span,
    .page-template-default #header .top .call-us,
    #header .sticky .call-us {
        display: block;
    }
    .section-header-font {
        font-size: 35px;
        line-height: 39px;
    }
    #header {
        background-size: 100%;
    }
    #header .logo {
        width: 193px;
        height: 55px;
    }
    #header .menu .button {
        position: absolute;
        top: 0;
        right: 0;
    }
    #main>.amenities div article figure img,
    .amenities #main .standard article figure img,
    .floor-plans #main .amenities-content article figure img {
        max-width: 77px;
        max-height: 51px;
    }
    #header .menu ul a {
        font-size: 16px;
        line-height: 46px;
    }
    #header .call-us {
        clear: none;
        float: right;
        margin-top: 14px;
        margin-right: 114px;
        padding-right: 13px;
    }
    #header .call-us small {
        width: 36px;
    }
    #header h1 {
        font-size: 48px !important;
        line-height: 60px !important;
        text-transform: uppercase !important;
        font-weight: 400 !important;
    }
    #header h2 {
        top: 196px;
        font-size: 23px;
        line-height: 27px;
    }
    .home #header h2 {
        top: 196px;
    }
    #header .find-office {
        top: 251px;
    }
    .home #header .find-office {
        top: 289px;
    }
    .page-template-default #header .top {
        height: 82px;
    }
    .page-template-default #header .top .menu .button {
        height: 81px;
        padding: 22px 22px 37px;
    }
    #header .sticky .menu .button {
        height: 100px;
        padding: 22px 22px 37px;
    }
    .page-template-default #header {
        height: auto;
    }
    #main.servicepage .wrapper-content p {
        text-align: center;
        max-width: 1226px;
        font-size: 24px;
        line-height: 32px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #main.covid-info .wrapper-content p {
        margin-bottom: 24px;
    }
    #main>.amenities>h1 {
        font-size: 35px;
        line-height: 39px;
        padding-bottom: 20px;
    }
    #main>.amenities div article {
        float: left;
        margin-bottom: 30px;
    }
    .amenities #main .extra article:nth-of-type(odd),
    .floor-plans #main .amenities-content article:nth-child(odd) {
        clear: both;
    }
    #main>.amenities div article h1 {
        padding-top: 86px;
    }
    #main>.amenities div article figure {
        top: 16px;
        width: 77px;
        height: 51px;
        line-height: 51px;
        margin-left: -36px;
    }
    #main>.amenities div article>p {
        font-size: 22px;
        line-height: 28px;
    }
    #main>.amenities.links div div:last-of-type {
        margin-right: 0;
    }
    #main>.amenities.links div article>p {
        font-size: 22px;
        line-height: 33px;
    }
    #main>.amenities.links div article>p.link {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        text-align: center;
    }
    #main>.amenities.links div article h1 {
        padding-top: 36px;
    }
    #main>.amenities.links div article:first-of-type {
        margin-top: 0;
    }
    #main>.amenities.links>div {
        width: 100%;
    }
    #main>.amenities.links.three div div:last-child {
        width: 50%;
        margin-bottom: 0;
    }
    #main>.amenities.links.three div div:last-child article>.link {
        width: 100%;
    }
    #main>.amenities>p a {
        font-size: 20px;
        line-height: 20px;
    }
    #main>.amenities .extra {
        text-align: center;
        width: 100%;
    }
    #main>.amenities .extra div {
        position: relative;
        padding-bottom: 25px;
    }
    #main>.amenities .extra div:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 132px;
        bottom: 10px;
        left: 50%;
        margin-left: -66px;
        background: #fff;
    }
    #main>.amenities .extra h1 {
        font-size: 35px;
        line-height: 39px;
    }
    #main>.amenities .extra ul {
        padding: 0 30px;
    }
    #main>.amenities .extra li {
        display: inline-block;
        padding: 0 20px;
        font-size: 22px;
        line-height: 30px;
        position: relative;
        margin-left: -12px;
    }
    #main>.amenities .extra li:first-child:before,
    #main>.amenities .extra li:last-child:after {
        display: none;
    }
    #main>.amenities .extra li:after,
    #main>.amenities .extra li:before {
        position: absolute;
        line-height: 30px;
        height: 30px;
        content: "•";
        font-size: 20px;
        top: 0;
    }
    #main>.amenities .extra li:before {
        left: 0;
    }
    #main>.amenities .extra li:after {
        right: 0;
    }
    #main>.amenities .extra li:first-child {
        margin-left: 0;
        padding-left: 0;
    }
    #main>.amenities .extra li:last-child {
        padding-right: 0;
    }
    #main>.amenities .extra p a {
        font-size: 20px;
        line-height: 20px;
    }
    .page-template-default #main .html .standard>p {
        display: none;
    }
    .map-wrapper {
        height: 570px;
    }
    .map-wrapper .map-filters {
        display: block;
    }
    #main .call-us-bar .message {
        margin-bottom: 30px;
        text-align: center;
    }
    #main .call-us-bar .message h3 {
        font-size: 30px;
    }
    #main .call-us-bar .contact-person {
        position: relative;
        overflow: visible;
    }
    #main .call-us-bar .contact-person h1 {
        line-height: 112px;
        float: left;
        width: 50%;
        text-align: right;
        font-size: 31px;
        padding-right: 96px;
    }
    #main .call-us-bar .contact-person .contact {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    #main .call-us-bar .contact-person .contact a {
        padding-right: 0;
    }
    #main .call-us-bar .contact-person .contact dt:last-child a {
        padding-right: 0;
    }
    #footer .inner {
        overflow: hidden;
    }
    #footer .contact {
        float: left;
    }
    #footer .address {
        text-align: left;
        float: left;
        padding-right: 25px;
        padding-bottom: 16px;
        margin-right: 24px;
    }
    #footer .blog {
        float: left;
        padding: 16px 15px 29px 0;
    }
    #footer .top {
        padding-top: 7px;
        padding-bottom: 0;
        border-bottom: 0;
    }
    #footer .top p {
        margin-bottom: 6px;
    }
    .modal .dialog {
        width: 400px;
        margin-top: 100px;
    }
    #from-old-website {
        width: 400px;
        top: 100px;
        left: 50%;
        margin-left: -200px;
        font-size: 15px;
        line-height: 22px;
    }
    .floor-plans #main {
        margin-top: 36px;
    }
    .floor-plans #main .amenities-header>h1 {
        font-size: 35px;
        line-height: 39px;
        margin-bottom: 30px;
    }
    .floor-plans #main .amenities-content {
        overflow: hidden;
        padding-top: 30px;
    }
    .floor-plans #main .amenities-content article {
        float: left;
        width: 50%;
        margin-bottom: 30px;
    }
    .floor-plans #main .amenities-content article h1 {
        border-top: 0;
        padding-top: 86px;
    }
    .floor-plans #main .amenities-content article:first-of-type h1 {
        margin-top: 0;
    }
    .floor-plans #main .amenities-content article figure {
        top: 17px;
        width: 77px;
        height: 51px;
        line-height: 51px;
        margin-left: -36px;
    }
    .floor-plans #main .amenities-content article p {
        margin-top: 22px;
    }
    #main .floors {
        padding: 0;
    }
    #main .floors>a,
    #main .floors article header a {
        position: relative;
        margin-top: 0;
        font-size: 16px;
    }
    #main .floors>a {
        margin: 0 auto;
        display: block;
        width: fit-content;
        margin-left: auto !important;
    }
    .amenities #main .standard {
        text-align: left;
    }
    .amenities #main .standard>h1 {
        font-size: 35px;
        line-height: 39px;
    }
    .amenities #main .standard article {
        overflow: hidden;
        padding-bottom: 49px;
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .amenities #main .standard article:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .amenities #main .standard article header {
        float: left;
        width: 220px;
        text-align: center;
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }
    .amenities #main .standard article h1 {
        padding-top: 70px;
        border-top: 0;
    }
    .amenities #main .standard article:first-of-type h1 {
        margin-top: 0;
    }
    .amenities #main .standard article div {
        display: table-cell;
        vertical-align: middle;
    }
    .amenities #main .standard article figure {
        top: 0;
        width: 77px;
        height: 51px;
        line-height: 51px;
        margin-left: -36px;
    }
    .amenities #main .standard article h2 {
        font-size: 24px;
        line-height: 29px;
        font-weight: 600;
        margin: 0 0 7px;
        padding-left: 0;
    }
    .amenities #main .standard article p {
        display: block;
        font-size: 22px;
        line-height: 28px;
        color: #01416B;
        font-weight: 200;
        margin: 0;
        padding-right: 20px;
    }
    .amenities #main .extra {
        padding-bottom: 0;
        overflow: hidden;
    }
    .amenities #main .extra div>h1 {
        font-size: 35px;
        line-height: 39px;
        margin-bottom: 28px;
    }
    .amenities #main .extra article {
        float: left;
        width: 50%;
        text-align: left;
        padding: 0 40px;
    }
    .amenities #main .extra article h1 {
        margin-bottom: 7px;
        font-size: 27px;
        line-height: 33px;
    }
    .amenities #main .extra p {
        font-size: 22px;
        line-height: 28px;
    }
    #main .explore {
        margin-bottom: 32px;
        background: url(../img/explore-2.jpg?v=13) center top no-repeat;
        background-position: center 67%;
    }
    #main .explore h1 {
        font-size: 35px;
        line-height: 39px;
        margin-bottom: 28px;
        padding: 0;
    }
    #main .explore .neighborhood {
        padding-bottom: 40px;
    }
    #main .explore .neighborhood h3 {
        font-size: 24px;
        line-height: 32px;
    }
    #main .explore .neighborhood p {
        font-size: 22px;
        line-height: 33px;
    }
    .home #main .quote blockquote {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .home #main .quote blockquote p span:first-child {
        top: 28px;
        right: 8px;
    }
    .home #main .quote blockquote p span:last-child {
        top: 26px;
        left: 8px;
    }
    .home #main .quote cite {
        font-size: 24px;
        padding: 0 44px;
    }
    .home #main .quote cite span {
        padding: 0 22px;
    }
    .home #main .discover {
        background: url(../img/discover-2.jpg?v=13) center top no-repeat;
        padding: 40px 0;
    }
    .home #main .discover h1 {
        font-size: 31px;
        line-height: 31px;
    }
    .home #main .discover p a {
        font-size: 20px;
        line-height: 20px;
    }
    #main .gallery h1 {
        margin: 0 auto 20px;
        max-width: 640px;
    }
    #main .gallery>div {
        display: block;
    }
    #main .gallery .arrow-next,
    #main .gallery .arrow-prev {
        width: 16%;
        display: table-cell;
    }
    #main .gallery .next,
    #main .gallery .prev {
        width: 27%;
        float: left;
        display: table;
        table-layout: fixed;
    }
    #main .gallery .next div,
    #main .gallery .prev div {
        width: 84%;
        display: table-cell;
    }
    #main .gallery .next div a,
    #main .gallery .prev div a {
        display: block;
    }
    #main .gallery .next div a:first-child,
    #main .gallery .prev div a:first-child {
        padding-bottom: 20px;
    }
    #main .gallery .next div a img,
    #main .gallery .prev div a img {
        max-width: 100%;
        display: block;
    }
    #main .gallery .main {
        width: 46%;
        float: left;
    }
    .discover #main .building div {
        padding: 30px;
        float: right;
        width: 50%;
    }
    .discover #main .building h1 {
        padding-bottom: 23px;
        margin-bottom: 32px;
    }
    .discover #main .building h1:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 132px;
        bottom: 0;
        left: 50%;
        margin-left: -66px;
        background: #fff;
    }
    .discover #main .building p {
        font-size: 22px;
        line-height: 28px;
    }
    .discover #main .building figure {
        float: left;
        width: 50%;
        height: auto;
        overflow: hidden;
    }
    .discover #main .building figure img {
        max-width: none;
        max-height: 100%;
        top: auto;
        left: auto;
        position: relative;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    .get-a-quote #main {
        margin-top: 36px;
    }
    .get-a-quote #main>h1 {
        padding: 0 34px;
    }
    .get-a-quote #main .input textarea {
        height: 200px;
    }
    .get-a-quote #main .input.error .error {
        margin-top: 5px;
        line-height: 20px;
    }
    .get-a-quote #main .g-recaptcha>div>div {
        margin: 0;
    }
    .get-a-quote #main .g-recaptcha.error .error {
        text-align: left;
        margin-top: 5px;
        line-height: 20px;
    }
    .get-a-quote #main .submit {
        clear: left;
        float: left;
        margin-left: 45%;
    }
    .neighborhood #main .downtown h1,
    .neighborhood #main .map h1 {
        font-size: 35px;
        line-height: 39px;
    }
    .get-a-quote #main>.message {
        margin: 0 34px 13px;
    }
    .neighborhood #main {
        margin-top: 36px;
    }
    .neighborhood #main .map h1 {
        margin-bottom: 30px;
    }
    .neighborhood #main .downtown {
        padding-top: 47px;
        background-size: 150%;
        background-position: 62% 94%;
    }
    .neighborhood #main .downtown p {
        font-size: 22px;
        line-height: 33px;
        margin: 28px 43px 45px;
    }
    .neighborhood #main .downtown div {
        margin: 0 39px;
        overflow: hidden;
    }
    .neighborhood #main .downtown figure {
        float: left;
        width: 50%;
        padding: 0 27px 41px;
        margin: 0;
    }
    .neighborhood #main .downtown figure:nth-child(odd) {
        clear: both;
    }
    .services #main .services {
        padding-bottom: 0;
        overflow: hidden;
    }
    .services #main .services>div {
        overflow: hidden;
    }
    .services #main .services div .video {
        padding: 0 40px;
    }
    .services #main .services article:nth-child(odd) {
        padding-right: 40px;
    }
    .services #main .services article:nth-child(even) {
        padding-left: 40px;
    }
    .services #main .services h1 {
        margin-bottom: 7px;
        font-size: 27px;
        line-height: 33px;
    }
    .services #main .services .left {
        float: left;
        width: 50%;
    }
    .services #main .services .right {
        float: right;
        width: 50%;
    }
    .services #main .services p {
        font-size: 22px;
        line-height: 28px;
    }
    .html {
        text-align: left;
    }
    .html h1 {
        font-size: 47px;
        line-height: 47px;
    }
    .html h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .html h3 {
        font-size: 27px;
        line-height: 27px;
    }
    .html .get-quote {
        padding-top: 22px;
        padding-bottom: 21px;
        font-size: 21px;
        line-height: 21px;
    }
}

@media (min-width: 1200px) {
    .neighborhood #main .map p {
        padding: 0;
    }
}

.testimonials-slider .row {
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1223px) {
    .sprite-building-arrow:before {
        margin-top: -18px;
        width: 23px;
        height: 36px;
    }
}

.get-a-quote #main .input.content {
    margin-bottom: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 1223px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #main.servicepage .testimonials-slider .row>div {
        margin-top: 30px;
        padding-left: 0;
    }
}

#main>.hippodrome-bar .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    #footer .menuf ul li {
        padding-right: 20px;
        display: inline-block;
        margin-top: 30px;
    }
    #footer .menuf ul li:last-of-type {
        padding-right: 0;
    }
    #footer .footer-copyright-social p {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 1224px) {
    .section-header-font {
        font-size: 40px;
        line-height: 45px;
    }
    .section-intro-font {
        font-size: 23px;
        line-height: 31px;
    }
    .services #main .services .left {
        margin-right: 62px;
        max-width: 536px;
    }
    .services #main .services .left:nth-of-type(2) {
        margin-right: 0;
        margin-left: 62px;
    }
    .services #main .services .left:nth-of-type(4) {
        margin-left: 0;
        margin-right: 62px;
    }
    .services #main .services .left:nth-of-type(5) {
        margin-left: 62px;
        margin-right: 0;
    }
    .page-template-default #main .html .standard>p {
        display: none;
    }
    .page-template-page-neighborhood .map>p {
        max-width: 1088px;
        margin: 24px auto;
        font-size: 24px;
        line-height: 32px;
        color: #404040;
        text-align: center;
    }
    .page-template-default #header .top,
    #header .sticky {
        height: 100px;
    }
    #header .top .inner {
        position: relative;
        width: 1200px;
        margin: 0 auto;
    }
    #header .logo {
        z-index: 3;
        position: relative;
    }
    #header .menu .button {
        display: none;
    }
    #header .menu ul li {
        display: inline-block;
        width: auto;
        top: 0;
    }
    #header .menu ul li.mobile {
        display: none;
    }
    #header .menu ul li:last-child {
        margin-right: 0;
    }
    #header .menu ul a {
        color: #fff;
        font-size: 14px;
        line-height: 39px;
        margin: 0 33.5px;
        background: 0 0;
        border: 0;
        font-weight: 400;
        border-radius: 5px;
        padding: 0;
    }
    #header .menu ul li a:hover {
        text-decoration: underline;
        background: 0 0;
    }
    #header .call-us {
        margin-top: 19px;
        margin-right: 0;
        z-index: 3;
    }
    #header h1 {
        top: 209px;
        font-size: 67px;
        line-height: 67px;
    }
    .home #header h1 {
        top: 219px;
    }
    #header h2 {
        top: 286px;
        font-size: 40px;
    }
    .home #header h2 {
        top: 297px;
    }
    #header .find-office {
        width: 100%;
        text-align: center;
    }
    .home #header .find-office {
        top: 375px;
        text-align: center;
    }
    .home #header .watch-video-wrap {
        margin-top: 24px;
        margin-bottom: 0px;
    }
    .page-template-default #header .top .menu ul .active a {
        color: #fff !important;
    }
    #header .sticky .menu ul li a {
        color: #656565 !important;
    }
    #header .sticky .menu ul .active a {
        color: #fff !important;
    }
    .page-template-default #header {
        height: auto;
    }
    .testimonials-slider .row>div {
        width: 536px;
    }
    #main>.amenities>h1 {
        font-size: 40px;
        line-height: 45px;
        padding: 30px 0 11px;
    }
    #main>.amenities div {
        width: 1200px;
        margin: 0;
    }
    #main>.amenities div article {
        margin-bottom: 0;
    }
    #main>.amenities div article>p {
        margin-top: 16px;
    }
    #main>.amenities div article div p {
        font-size: 19px;
        line-height: 28px;
    }
    #main>.amenities.links div article>p {
        padding: 20px 30px 17px;
        font-size: 18px;
        line-height: 18px;
    }
    #main>.amenities.links>div {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }
    #main>.amenities.links.three div div:first-child {
        width: 66.66666%;
    }
    #main>.amenities.links.three div div:first-child article {
        width: 50%;
    }
    #main>.amenities.links.three div div:last-child {
        width: 33.33333%;
    }
    #main>.amenities.links div div:last-child article:first-of-type {
        margin-top: 0;
    }
    #main>.amenities.links.three div div:last-child article {
        width: 100%;
    }
    #main>.amenities.links.three div div:last-child article>.link {
        left: 0;
        width: 100%;
    }
    #main>.amenities>p {
        padding-top: 30px;
    }
    #main>.amenities .extra {
        padding: 30px 0 0;
    }
    #main>.amenities .extra h1 {
        font-size: 40px;
        line-height: 45px;
    }
    #main>.amenities .extra ul {
        width: 1200px;
        margin: 22px auto 0;
        padding: 0;
    }
    .map-wrapper .map-filters .inner {
        width: auto;
        padding: 6px 6px 0;
    }
    .map-wrapper .map-filters button {
        width: 107px;
        margin: 0 1px 6px;
        font-size: 13px;
    }
    #main>.hippodrome-bar {
        display: flex;
        align-items: center;
        clear: both;
        height: 96px;
    }
    #main>.hippodrome-bar .inner {
        width: 1299px;
        margin: 0 auto;
    }
    #main>.hippodrome-bar p {
        display: inline-block;
        margin: 0;
        font-size: 22px;
        text-align: center;
        width: auto !important;
    }
    #main>.hippodrome-bar p:last-of-type {
        margin: 0 0 0 23px;
    }
    #main>.hippodrome-bar p a {
        margin: 0;
    }
    #main .call-us-bar {
        min-height: 82px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #main .call-us-bar .message {
        margin: 0 50px 0 0;
        display: inline-block;
        position: relative;
        top: 0;
    }
    #main .call-us-bar .message h3 {
        display: inline-block;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
    }
    #main .call-us-bar .message p {
        display: inline-block;
        margin-left: 10px;
        font-size: 22px;
        line-height: 36px;
    }
    #main .call-us-bar .contact-person {
        display: inline-block;
        text-align: left;
    }
    #main .call-us-bar .contact-person h1 {
        padding-right: 0;
        margin-right: 50px;
        width: auto;
        display: inline-block;
        float: none;
        font-size: 22px;
    }
    #main .call-us-bar .contact-person figure {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        left: auto;
        right: 0;
    }
    #main .call-us-bar .contact-person .contact dl {
        display: inline-block;
    }
    #main .call-us-bar .contact-person .contact {
        position: relative;
        display: inline-block;
        float: none;
        padding-left: 0;
        margin-top: 0;
        font-size: 20px;
    }
    #main .call-us-bar .contact-person .contact br {
        display: none;
    }
    #main .call-us-bar .contact-person .contact dt {
        background-size: auto;
        font-size: 24;
        line-height: 32px;
    }
    #main .call-us-bar .contact-person .contact dl {
        padding-left: 20px;
    }
    #main .call-us-bar .contact-person .contact .email dt {
        margin-top: -2px;
    }
    #footer .inner {
        position: relative;
        width: 1200px;
        margin: 0 auto;
    }
    #footer .contact {
        position: relative;
        z-index: 2;
    }
    #footer .top {
        width: 100%;
    }
    #footer .top p {
        margin-bottom: 5px;
        font-size: 14px;
    }
    #footer .menuf {
        position: relative;
        display: block;
        float: right;
        z-index: 2;
    }
    #footer .menuf ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #footer .menuf ul li {
        padding-right: 58px;
        display: inline-block;
        margin-top: 30px;
    }
    #footer .menuf ul li:last-of-type {
        padding-right: 0;
    }
    .modal .dialog {
        width: 500px;
    }
    #from-old-website {
        width: 500px;
        margin-left: -250px;
        font-size: 17px;
        line-height: 25px;
        top: 200px;
    }
    .floor-plans #main {
        margin-top: 40px;
        display: block;
    }
    .floor-plans #main>div {
        width: 1200px;
        margin: 0 auto;
    }
    .floor-plans #main .amenities-header {
        display: block;
        float: left;
        position: relative;
        width: 470px;
        padding: 0 20px;
    }
    .floor-plans #main .amenities-header>h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 31px;
        padding: 0;
    }
    .floor-plans #main .amenities-header>h2 {
        padding: 0 10px;
        margin-bottom: 26px;
    }
    .floor-plans #main .amenities-content {
        float: left;
        clear: left;
        width: 470px;
        padding: 0 20px 0 23px;
    }
    .floor-plans #main .amenities-content article {
        float: none;
        width: 100%;
        margin-bottom: 38px;
    }
    .floor-plans #main .amenities-content article h1 {
        margin-left: 35px;
        margin-right: 35px;
    }
    .floor-plans #main .amenities-content article:first-of-type h1 {
        margin-top: 0;
        border-top: 0;
    }
    #main .floors {
        display: block;
        text-align: center;
        margin: 0 auto 32px auto;
    }
    #main .floors article:first-child {
        padding-top: 0;
    }
    #main .floors article:last-child {
        display: inline-block;
    }
    #main .floors article header {
        margin-bottom: 18px;
    }
    #main .floors>a {
        margin-top: 0px !important;
        display: inline-block;
        margin-left: 24px !important;
    }
    #main .floors article figure {
        margin: 0;
    }
    .amenities #main {
        margin-top: 40px;
    }
    .amenities #main .standard {
        width: 1200px;
        margin: 0 auto;
    }
    .amenities #main .standard>h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 40px;
    }
    .amenities #main .standard article header {
        width: 300px;
    }
    .amenities #main .standard article h1 {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 25px;
        line-height: 31px;
    }
    .amenities #main .standard article h2 {
        font-size: 25px;
        line-height: 31px;
    }
    .amenities #main .standard article p {
        font-size: 19px;
        line-height: 28px;
        padding-right: 40px;
    }
    .amenities #main .extra {
        padding: 30px 0 0;
        background: #3f96b4;
    }
    .amenities #main .extra div {
        width: 1200px;
        margin: 0 auto;
    }
    .amenities #main .extra div>h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .amenities #main .extra article {
        margin-bottom: 50px;
    }
    .amenities #main .extra article h1 {
        margin-bottom: 7px;
        font-size: 25px;
        line-height: 31px;
    }
    .amenities #main .extra p {
        font-size: 19px;
        line-height: 28px;
    }
    #main .explore {
        overflow: hidden;
    }
    #main .explore .inner {
        margin: 0 auto;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1226px;
        width: 100%;
    }
    #main .explore h1 {
        font-size: 40px;
        line-height: 45px;
        padding: 0;
    }
    #main .explore .neighborhood {
        float: left;
        width: 536px;
        max-width: 536px;
        padding: 0;
        text-align: left;
    }
    #main .explore .neighborhood h3 {
        font-size: 24px;
        line-height: 32px;
    }
    #main .explore .neighborhood p {
        font-size: 19px;
        line-height: 28px;
    }
    #main .explore .neighborhood p:first-of-type {
        text-align: left;
    }
    .home #main .map-wrapper,
    #main #themap .map-wrapper {
        float: left;
        width: 600px;
        max-width: 536px;
        height: 366px;
        border: 17px solid #fff;
    }
    .home #main .map-wrapper .map-filters,
    #main #themap .map-wrapper .map-filters {
        padding: 0;
    }
    .home #main .map-wrapper .map-filters .inner,
    #main #themap .map-wrapper .map-filters .inner {
        padding: 6px 0 0;
        width: 100%;
        display: block;
    }
    .home #main .map-wrapper .map-filters button,
    #main #themap .map-wrapper .map-filters button {
        width: 93px;
        margin: 0 1px 6px;
        font-size: 13px;
    }
    .home #main .map-wrapper .map-filters button img,
    #main #themap .map-wrapper .map-filters button img {
        margin-right: 0;
    }
    .home #main .quote {
        padding: 52px 0;
    }
    .home #main .quote blockquote {
        width: 1200px;
        margin: 0 auto;
        font-size: 30px;
        line-height: 38px;
    }
    .home #main .quote blockquote p span:first-child {
        top: 23px;
    }
    .home #main .quote blockquote p span:last-child {
        top: 28px;
    }
    .home #main .quote cite {
        font-size: 20px;
    }
    .home #main .discover {
        padding: 80px 0 70px;
    }
    .home #main .discover h1 {
        width: 1200px;
        margin: 0 auto;
        font-size: 30px;
        line-height: 36px;
    }
    .home #main .discover h1 br {
        display: none;
    }
    .home #main .discover p {
        margin-top: 30px;
    }
    #main .gallery {
        width: 1200px;
        margin: 0 auto;
    }
    #main .gallery h1 {
        font-size: 23px;
        line-height: 31px;
        margin-bottom: 35px;
        max-width: 670px;
    }
    #main .team {
        width: 1200px;
        margin: 0 auto;
    }
    .discover #main .building div {
        padding: 45px 45px 30px;
    }
    .discover #main .building h1 {
        font-size: 38px;
        line-height: 38px;
    }
    .discover #main .building p {
        font-size: 19px;
        line-height: 31px;
    }
    .get-a-quote #main {
        margin-top: 15px;
    }
    .get-a-quote #main>h1 {
        font-size: 23px;
        line-height: 31px;
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    .get-a-quote #main .content:after {
        clear: both;
    }
    .get-a-quote #main .input input {
        line-height: 49px;
        height: 50px;
    }
    .neighborhood #main .downtown h1,
    .neighborhood #main .map h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .get-a-quote #main .input textarea {
        height: 285px;
    }
    .get-a-quote #main .g-recaptcha {
        width: auto;
    }
    .get-a-quote #main .submit {
        clear: none;
        float: none;
        margin-left: 0;
    }
    .get-a-quote #main>.message {
        margin: 0 169px 13px;
    }
    .neighborhood #main {
        margin-top: 0;
    }
    .neighborhood .testimonials-slider-section {
        margin-bottom: 32px;
    }
    .neighborhood #main .map h1 {
        margin-bottom: 40px;
    }
    .neighborhood #main .downtown {
        padding-bottom: 44px;
        background-size: 100%;
        background-position: 0 70%;
    }
    .neighborhood #main .downtown p {
        width: 1200px;
        margin: 38px auto 58px;
        font-size: 24px;
        line-height: 37px;
    }
    .neighborhood #main .downtown div {
        width: 1200px;
        margin: 0 auto;
    }
    .neighborhood #main .downtown figure {
        width: 25%;
        padding: 0 18px;
    }
    .neighborhood #main .downtown figure:nth-child(odd) {
        clear: none;
    }
    .services #main {
        margin-top: 32px;
    }
    .services #main .services {
        padding: 0 0 0;
    }
    .services #main .services>div {
        width: 1200px;
        margin: 0 auto;
    }
    .services #main .services article,
    .services #main .services div .video {
        margin-bottom: 32px;
    }
    .services #main .services h1 {
        font-size: 25px;
        line-height: 31px;
    }
    .services #main .services p {
        font-size: 19px;
        line-height: 28px;
    }
    .html h1 {
        font-size: 67px;
        line-height: 67px;
        font-weight: 600;
    }
    .html h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .html h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .html .get-quote {
        padding: 20px 30px 17px;
        font-size: 18px;
        line-height: 18px;
    }
    .testimonials-slider .row .col:first-of-type {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 1320px) {
    #themap.explore {
        background-size: cover;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .sprite-building-arrow:before,
    .sprite-contact-email:before,
    .sprite-contact-phone:before,
    .sprite-footer-back-top:before,
    .sprite-footer-blog:before,
    .sprite-footer-blog:hover:before,
    .sprite-footer-social-facebook:before,
    .sprite-footer-social-facebook:hover:before,
    .sprite-footer-social-twitter:before,
    .sprite-footer-social-twitter:hover:before,
    .sprite-input-email:before,
    .sprite-input-message:before,
    .sprite-input-name:before,
    .sprite-input-phone:before,
    .sprite-menu-arrow-active:before,
    .sprite-menu-arrow:before,
    .sprite-more-hippodrome:before {
        background-image: url(../img/sprite_2x.png?v=46);
        background-size: 199px 632px;
    }
    .sprite-building-arrow:before {
        background-position: 0 -589px;
    }
    .sprite-contact-email:before {
        background-position: 0 -75px;
    }
    .sprite-contact-phone:before {
        background-position: 0 -169px;
    }
    .sprite-footer-back-top:before {
        background-position: 0 -22px;
    }
    .sprite-footer-blog:hover:before {
        background-position: 0 -347px;
    }
    .sprite-footer-blog:before {
        background-position: 0 -316px;
    }
    .sprite-footer-social-facebook:hover:before {
        background-position: 0 -285px;
    }
    .sprite-footer-social-facebook:before {
        background-position: 0 -254px;
    }
    .sprite-footer-social-twitter:hover:before {
        background-position: 0 -224px;
    }
    .sprite-footer-social-twitter:before {
        background-position: 0 -194px;
    }
    .sprite-header-phone:before {
        background-position: 0 -55px;
        background-image: url(../img/sprite_2x.png?v=46);
        background-size: 199px 632px;
    }
    .sprite-input-email:before {
        background-position: 0 -36px;
    }
    .sprite-input-message:before {
        background-position: 0 -145px;
    }
    .sprite-input-name:before {
        background-position: 0 -121px;
    }
    .sprite-input-phone:before {
        background-position: 0 -97px;
    }
    .sprite-logo-sticky:before,
    .sprite-logo:before {
        background-image: url(../img/ELEVATED_logo.png);
        background-size: contain;
    }
    .sprite-logo:before {
        background-position: 0px 0px;
    }
    .sticky .sprite-logo:before {
        background-position: 0 0px;
    }
    .sprite-menu-arrow-active:before {
        background-position: 0 -11px;
    }
    .sprite-menu-arrow:before {
        background-position: 0 0;
    }
    .sprite-more-hippodrome:before {
        background-position: 0 -378px;
    }
}

#main .floors article figure img {
    max-height: 400px;
}

@media only screen and (max-width: 767px) {
    .header-content .watch-video-wrap {
        margin-bottom: 36px;
        margin-top: 24px;
    }
    #main>.amenities.links div article:first-of-type {
        margin-top: 0px;
    }
    #main>.amenities {
        margin-bottom: 0px;
    }
    .sprite-logo:before {
        width: 153px;
        height: 46px;
        background-size: contain;
    }
    #header h2 {
        padding: 0;
    }
    .page-template-default #header .top .sprite-logo:before,
    .sticky .sprite-logo:before {
        background-position: 0 0px;
    }
    .sprite-header-phone:before {
        left: auto;
        right: 17px;
    }
    .sprite-more-hippodrome:before {
        left: 17px;
    }
    .sprite-contact-phone:before {
        top: 6px;
        width: 16px;
        height: 17px;
        background-size: 152px auto;
        background-position: 0 -128px;
    }
    .sprite-contact-email:before {
        top: 9px;
        width: 19px;
        height: 14px;
        background-size: 145px auto;
        background-position: 0 -54px;
    }
    .sprite-building-arrow:before {
        top: -7px;
        right: 50%;
        margin-top: 0;
        margin-right: -10px;
        width: 20px;
        height: 34px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .services #main .services h1 {
        text-align: center;
    }
    #main .floors article figure img {
        margin-bottom: 24px;
        max-height: 100%;
    }
    #main .floors .button {
        margin-bottom: 0 !important;
    }
    #main .floors {
        padding-bottom: 0;
    }
    #main .call-us-bar {
        margin-bottom: 24px !important;
    }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .sprite-logo:before {
        background-position: 0 0px;
        background-size: contain;
        height: 48px;
    }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .page-template-default #header .top .sprite-logo:before,
    .sticky .sprite-logo:before {
        background-position: 0 0px;
    }
}

@media only screen and (max-width: 1223px) {
    .sprite-menu-arrow:before {
        display: block;
        top: 50%;
        left: auto;
        right: 24px;
        margin-top: -3px;
    }
    .sprite-menu-arrow:active:before,
    .sprite-menu-arrow:hover:before {
        background-position: 0 -11px;
        display: block;
    }
    .services #main {
        margin-top: 24px;
    }
}

.home .hippodrome-bar .sprite-more-hippodrome:before {
    display: none;
}

#header h1,
#header h2 {
    font-family: "Muli", sans-serif;
}

.sticky .sprite-logo:before {
    top: 0px;
}


/* Custom style */

.top {
    background: #ffffff !important;
    width: 100%;
    height: 84px;
}

#menu-main-menu .li a {
    color: #000;
}

.link {
    width: calc(100% - 110px) !important;
    height: 49px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
    padding: 0 !important;
}

@media screen and (min-width: 1224px) {
    .link {
        height: 55px !important;
        width: 170px !important;
    }
    .link a {
        line-height: 55px !important;
    }
}

#main>.services div article>p.link a {
    line-height: 49px;
    display: block;
    text-align: center;
}

#header h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 16px 0;
}

#main>.hippodrome-bar p {
    width: 100%;
}

#main>.hippodrome-bar p a {

    height: 55px;
    padding: 16px 30px !important;

    font-family: "Muli";
    text-transform: uppercase;
    transition: all .3s ease;
    border: 1px solid transparent;
}

#main>.hippodrome-bar p a:hover {
    color: #fff;
    background-color: #3f96b4;
    border: 1px solid #fff;
}

.services #main .services p {
    color: #404040 !important;
}

#main .explore .neighborhood p:last-of-type a:hover {
    background: #fff;
    border-color: #3f96b4;
    color: #3f96b4;
}

.page-template-default #main .html p,
#main .html p,
#main .html li {
    color: #404040 !important;
}

.floors article header h1 {
    width: 100%;
}

.floors>a,
.floors article header a {
    margin-left: 0 !important;
    margin-top: 20px !important;
    height: 55px !important;
    padding: 20px 30px 17px !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    line-height: 16px !important;
}

.message {
    margin-right: 5px !important;
}

.message p {
    color: #fff !important;
    margin-left: 5px !important;
}

.get-a-quote #main .submit>input {
    text-transform: uppercase;
    height: 55px;
}

@media (max-width: 767px) {
    #header h1 {
        font-size: 31px;
        display: block;
        margin: 36px 0 0 0;
        padding-left: 36px;
        padding-right: 36px;
        line-height: 34px !important;
        font-weight: 400 !important;
        text-transform: uppercase;
    }
    #header h2 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 640px) {
    #header .menu .button span {
        background: #3f96b4;
    }
    #header .menu.active .button span {
        background: #fff;
    }
    .top {
        height: auto;
		padding:0;
    }
    #header .menu ul {
        border-top: 2px solid #3f96b4;
    }
    #main>.amenities.new.links div article h1 {
        text-align: center !important;
    }
    .home .link {
        position: relative;
    }
    .external.sprite-more-hippodrome {
        left: 50% !important;
        transform: translate(-50%, 0);
    }
    #main .gallery {
        padding-top: 0 !important;
    }
    #main>.amenities {
        padding-bottom: 0 !important;
    }
    .hippodrome-bar .inner h1 {
        margin-bottom: 15px !important;
        font-size: 24px;
    }
    .home #main .quote blockquote p {
        padding: 0 !important;
        display: inherit !important;
    }
    /* services */
    .page-template-page-services #header h1,
    .page-template-default #header h1 {
        margin-top: 25px !important;
    }
    #main .call-us-bar .message {
        margin-bottom: 15px;
    }
    .page-template-default #main.servicepage .standard h1,
    .page-template-default #main.servicepage .floors>h1 {
        text-align: center;
    }
    .floors figure {
        margin: 0 !important;
        margin-top: 10px !important;
    }
    .page-id-1312 #header h1,
    .page-id-1310 #header h1,
    .page-id-1298 #header h1 {
        margin-top: 0px !important;
    }
}

article h2 {
    margin-bottom: 0px;
}

.thank-you {
    padding: 180px 0;
    text-align: center;
}

.thank-you h1 {
    font-size: 48px;
    font-family: "Muli";
    text-align: center;
    color: #232C64;
    margin: 0 0 20px 0;
}

.thank-you p {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.thank-you a {
    font-size: 18px;
    color: #3f96b4;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
}

.quote-text p,
.quote-text p a {
    font-size: 19px !important;
    line-height: 32px !important;
}

.quote-text p {
    text-align: center;
    color: #404040;
    font-weight: 400;
    margin: 0 0 20px 0;
}

a,
#site-title a:focus,
#site-title a:hover,
#site-title a:active,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active,
.widget_twentyeleven_ephemera .comments-link a:hover,
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover,
section.recent-posts .other-recent-posts .comments-link a:hover,
.format-image footer.entry-meta a:hover,
#site-generator a:hover {
    color: #3F96B4;
    font-weight: bold;
}

.contact-form-wrap {
    padding: 0 36px;
    width: 100%;
    max-width: 894px;
    margin: auto;
	margin-top:-50px;
}

#ui-datepicker-div {
    z-index: 999 !important;
}

.wpcf7 .checkboxes input {
    display: none;
}

.wpcf7 .checkboxes input+span {
    padding-left: 42px;
    position: relative;
    cursor: pointer;
    display: block;
    color: #404040;
    font-size: 19px;
    line-height: 32px;
    font-weight: 600;
}

.wpcf7 .checkboxes input+span:before {
    content: '';
    width: 28px;
    height: 28px;
    border: 2px solid #979797;
    left: 0;
    position: absolute;
    border-radius: 5px;
}

.wpcf7 .checkboxes input:checked+span:after {
    content: '\f00c';
    width: 10px;
    height: 7px;
    position: absolute;
    top: 1px;
    left: 7px;
    font-family: 'Font Awesome\ 5 Free';
	color:#fff;
}

.wpcf7 .checkboxes input:checked + span:before {
    border-color: #3e97b5;
    background-color: #3e97b5;
}

.wpcf7 .checkboxes .wpcf7-list-item {
    margin-right: 25px;
    width: 100%;
    margin-bottom: 25px;
    height: 35px;
}

.wpcf7 span.wpcf7-list-item {
    margin: 0;
}

.page-template-page-neighborhood .testimonials-slider .image {
    border-radius: 12px;
}

@media (max-width: 768px) {
    .page-template-default #main .html {
        padding: 0 !important;
    }
    .page-template-default #main.servicepage {
        margin-top: 0;
    }
    #main .floors article {
        padding: 0 30px;
        margin-bottom: 0;
    }
    #header .call-us {
        display: none;
    }
    .contact-form-wrap {
        padding: 0;
    }
    .wpcf7 .checkboxes .wpcf7-list-item {
        margin: 0;
        display: block;
    }
    .quote-text {
        font-size: 18px !important;
        padding: 0 13px;
        text-align: left;
    }
    #main .call-us-bar .contact-person .contact a {
        padding-right: 0;
    }
    .services #main .services p {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #main .call-us-bar .contact-person .contact {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 1222px) {
    #themap.explore {
        background-size: cover;
    }
}

.watch-video {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .03em;
}

.watch-video span {
    text-decoration: underline;
    display: inline-block;
}

.watch-video span i {
    padding-right: 10px;
}

.text-center {
    text-align: center;
}

.wpcf7 .ajax-loader {
    display: none !important;
}

.testimonials-slider-section {
    background: #00416b;
    color: #fff;
    padding: 45px 0 45px 0;
    text-align: left;
    margin-bottom: 32px;
}

.testimonials-slider-section>div {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}

.testimonials-slider .row>div {
    min-height: 1px;
}

.testimonials-slider .row .col:first-of-type {
    display: inline-block;
    width: 536px;
}

.testimonials-slider .row .col:last-of-type {
    display: inline-block;
    width: 476px;
    margin-left: 0;
}

.page-id-2555 .testimonials-slider .row .col:last-of-type {
    margin-left: auto;
}

.testimonials-slider .row:after {
    content: '';
    display: table;
    clear: both;
}

.testimonials-slider .image {
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 12px;
    display: block;
    height: 100%;
    width: 100%;
}

.testimonials-slider .image:after {
    content: '';
    width: 95px;
    height: 95px;
    background: url(../img/icon-play.svg);
    background-size: 95px 95px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -48px 0 0 -47px;
}

@media (max-width: 767px) {
    .testimonials-slider .image:after {
        width: 65px;
        height: 65px;
        margin: -32px 0 0 -32px;
        background-size: 65px 65px;
    }
}

.testimonials-slider .image img {
    max-width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: left;
}

.testimonials-slider .content {
    position: relative;
}

.testimonials-slider h3 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 52px 0 10px 0;
}

.testimonials-slider p {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 6px;
}

.slider-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slider-nav ul li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.slider-nav ul li:last-child {
    margin-right: 0;
}

.slider-nav .slick-dots div {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    background: white;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.virtual-tour-slider-section .slider-nav .slick-dots div {
    border: 0 !important;
    background: #01416B;
}

.slider-nav .slick-dots .slick-active div,
.slider-nav .slick-dots .slick-active-alt div {
    background: none;
}

.slick-track *:focus {
    outline: none;
}

@media (min-width: 1024px) and (max-width:1199px) {
    .testimonials-slider-section>div {
        padding: 0 20px;
    }
    .testimonials-slider .content {
        padding-top: 0;
    }
}

@media (min-width: 768px) and (max-width:1023px) {
    .neighborhood #header,
    .services #header {
        background-size: cover;
    }
    .testimonials-slider-section>div {
        padding: 0 20px;
    }
    .testimonials-slider .content {
        padding-top: 0;
    }
    #header h1 {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .testimonials-slider .row {
        margin-left: 0;
        margin-right: 0;
    }
    .testimonials-slider .row>div {
        padding-left: 0;
        padding-right: 0;
        min-height: 1px;
        float: none;
        width: 100%;
    }
    .testimonials-slider-section {
        padding: 25px 0 0 0;
        text-align: center;
        margin-bottom: 24px;
        padding-bottom: 24px !important;
    }
    .testimonials-slider-section>div {
        padding: 0 20px;
    }
    .testimonials-slider h3 br {
        display: none;
    }
}

.testimonials-slider {
    visibility: hidden;
}

.slick-initialized {
    visibility: visible;
}

.text-below-button {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 400;
}

.home #header h3 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 16px 0 0 0;
}

#main .standard h2 .amenities-btn-open {
    font-weight: bold;
    text-align: left;
}

#main .standard h2 .amenities-btn-open .fa-angle-right {
    display: none;
}

@media (max-width: 767px) {
    #main .standard h2 .amenities-btn-open .fa-angle-right {
        display: inline-block;
    }
    #main .standard h2 .amenities-btn-open .fa-angle-right {
        margin-right: 7px;
    }
    #main .standard h2 .amenities-btn-open.rotate .fa-angle-right {
        transform: rotate(90deg);
    }
    .covid-info .static-wrapper-content {
        padding-bottom: 32px !important;
    }
    .covid-info .wrapper-content p {
        font-size: 19px;
        line-height: 28px;
    }
    .covid-info .wrapper-content p a {
        font-weight: bold;
    }
    .home #header h3,
    .text-below-button {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0;
        padding: 0 36px;
        margin-bottom: 16px;
    }
    #header .find-office a,
    .get-a-quote #main .submit>input {
        margin-top: 16px !important;
    }
    #main .explore {
        padding-bottom: 0;
        background-position: bottom;
    }
    .services #main .services article {
        text-align: center;
    }
    .services #main .services p.link {
        margin: 0;
        width: 302px !important;
    }
    #main>.services div div.servimg {
        margin-bottom: 8px !important;
    }
    .services #main .services h1 {
        margin-bottom: 12px;
    }
    #main .explore .neighborhood {
        margin: 0 auto;
    }
    #main .call-us-bar .contact-person .contact .phone dt {
        padding: 0;
    }
    #main.servicepage .slider-nav {
        padding-top: 50px;
    }
    .virtual-tour .slider-nav {
        padding-top: 0 !important;
    }
    .virtual-tour-slider-section h2 {
        margin-bottom: 0 !important;
        font-size: 31px !important;
        line-height: 34px !important;
    }
    .virtual-tour-slider-section .slide h3 {
        padding-top: 8px !important;
    }
    #main.servicepage .map-wrapper {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    .testimonials-slider .row {
        display: block;
    }
    .testimonials-slider .row .col:first-of-type,
    .testimonials-slider .row .col:last-of-type,
    .testimonials-slider .row>div {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .slider-nav {
        padding-top: 34px;
    }
}

@media screen and (max-width: 1223px) {
    .testimonials-slider-section {
        padding-bottom: 45px
    }
    #main.covid-info .html,
    #main.covid-info .wrapper-content p {
        padding: 0 36px !important;
    }
}

section.box-layout {
    max-width: 338px;
    margin: 0 auto;
}

section.box-layout div {
    width: 100%;
}

section.box-layout div h3 {
    text-align: left;
    font: normal normal normal 24px/32px Muli;
    letter-spacing: 0px;
    color: #404040;
    opacity: 1;
    margin-top: 0px;
}

@media only screen and (max-width: 640px) {
    section.box-layout div h3 {
        max-width: 302px;
        margin: 0 auto 16px auto;
        font: normal normal normal 19px/28px Muli;
    }
    section.box-layout div p.link {
        max-width: 302px;
    }
}

section.box-layout div p.link {
    background: #3f96b4;
    border: 1px solid #3f96b4;
    border-radius: 6px;
    transition: all .3s ease;
    font-size: 18px;
    line-height: 18px;
    height: 56px !important;
    width: 100% !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
    padding: 0 !important;
    margin: 0 auto 32px auto;
}

section.box-layout div p.link a {
    display: block;
    line-height: 49px;
    font-weight: 600;
    font-family: "Muli";
    text-align: center;
    font-weight: 600;
    font-family: "Muli";
    text-decoration: none;
    color: #fff;
    line-height: 55px !important;
}

section.box-layout div p.link:hover {
    background-color: #fff;
    color: #3f96b4;
    border: 1px solid #3f96b4;
}

section.box-layout div p.link:hover a {
    color: #3f96b4;
}

section.box-layout div .box-image img {
    display: block;
    width: 100%;
    max-width: 812px;
    max-height: 574px;
    margin: 0 auto 32px auto;
}

@media only screen and (min-width: 640px) {
    section.box-layout {
        max-width: 620px;
    }
    section.box-layout div p.link {
        width: 212px !important;
    }
}

.feature_with_photo .img-container img {
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    #header.client-portal {
        min-height: 500px;
    }
    #header.client-portal .header-content {
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #header.client-portal h1 {
        font-size: 32px;
        line-height: 32px;
    }
    #header.client-portal h2 {
        font-size: 18px;
    }
    .feature_with_photo:nth-of-type(2) {
        margin-top: 24px;
    }
}

@media (min-width: 768px) {
    .feature_with_photo .img-container img {
        min-height: 550px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 1224px) {
    section.box-layout {
        max-width: 1088px;
    }
    section.box-layout div h3 {
        text-align: center;
    }
    #header .menu ul li.menu-item-has-children:hover ul.sub-menu {
        min-width: 206px;
    }
    #header .menu ul li.menu-item-has-children:hover ul.sub-menu li {
        width: 100%;
    }
    #main.covid-info .html {
        max-width: 100% !important;
    }
    #main.covid-info .standard .column:nth-child(odd) {
        margin-left: 0 !important;
    }
}

#header.client-portal {
    background-position-y: 84px;
}

@media only screen and (min-width: 768px) {
    #header.client-portal {
        background-size: auto 100%;
        background-position: center;
    }
}

@media only screen and (min-width: 1920px) {
    #header.client-portal {
        background-size: cover;
    }
}

.clear {
    font-size: 3px;
}

.page-template-page-clientportal-php main {
    margin: 0 0 20px 0;
}

@media only screen and (min-width: 1224px) {
    .page-template-page-clientportal-php main {
        margin-top: 7px;
    }
}


/* UPDATES */

.wide-container {
    width: 100%;
    max-width: 1692px;
    padding: 0 26px;
    margin: auto;
}

.container {
    width: 100%;
    max-width: 1226px;
    padding: 0 36px;
    margin: auto;
}

#header .wide-container {
    padding-right: 1px;
}

.notification {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding: 0 36px;
    padding-bottom:20px;
    width: 100%;
}

.notification a {
    font-weight: 800;
    color: white;
    text-decoration: underline !important;
}

.notification p {
    line-height: 20px;
}

.visible-md,
.visible-md-block {
    display: none !important;
}

.visible-sm {
    display: flex !important;
}

@media only screen and (min-width: 768px) {
    .notification {
        height: 50px;
        padding: 0;
    }
    .visible-md {
        display: flex !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-sm {
        display: none !important;
    }
    #footer #menu-menu-footer {
        display: flex;
        justify-content: flex-end;
    }
}

.services-outer {
    display: flex;
}

.service-inner {
    max-width: 260px;
    height: 426px;
    margin: 0;
    padding: 16px;
    border-radius: 12px;
    border: 2px solid #C7C7C7;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    transform: translateY(0);
    transition-duration: 300ms;
}

.service-inner:hover {
    cursor: pointer;
}

.service-inner h1 {
    font-size: inherit !important;
    margin-top: 0;
    margin-bottom: 8px;
}

.service-inner h1 a {
    font-size: 24px;
    line-height: 34px;
    color: #01416B;
    text-decoration: none;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
.service-inner:hover {
    background-color: #EFFBFF;
    border: 2px solid #3F96B4;
    transform: translateY(-10px);
    transition-duration: 300ms;
    transition-timing-function: ease-out;
}
}

.service-inner .servimg {
    margin-bottom: 8px !important;
}

#footer .menuf ul li a {
    font-size: 14px;
    line-height: 39px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#footer .menuf ul li a:hover {
    text-decoration: underline;
}

#footer .footer-links {
    display: flex;
    flex-direction: column;
}

#footer .footer-copyright-social {
    display: flex;
    justify-content: flex-end;
    color: white;
    font-size: 14px;
    margin-bottom: 25px;
    margin-top: 15px;
}

#footer .footer-copyright-social p {
    margin: 0;
    margin-right: 59px !important;
    margin: auto;
    line-height: 24px;
}

#footer .footer-copyright-social p a {
    color: white !important;
}

#footer .copy p {
    font-size: 14px;
    line-height: 22px;
    color: #404040;
    margin-top: 16px;
}

#footer .copy p a {
    font-weight: bold;
    color: #404040 !important;
    text-decoration: underline;
}

.font-normal {
    font-weight: normal !important;
    text-decoration: none !important;
}

.fa-chevron-left,
.fa-chevron-right {
    font-size: 30px;
    color: #01416B;
}

.flex-normal,
.flex-reverse {
    flex-direction: column-reverse;
    display: flex;
}

.feature_with_photo h4 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 16px;
    color: #01416B;
    font-weight: bold;
}

.feature_with_photo h4 {
    margin-top: 0;
}

.feature_with_photo .feature_list h4 {
    margin-top: 32px;
}

.feature_with_photo li,
.feature_with_photo a,
.feature_with_photo p {
    font-size: 19px;
    line-height: 28px;
    color: #404040;
    margin: 0;
}

.feature_with_photo ul a,
.feature_with_photo p a {
    color: #3F96B4;
    text-decoration: underline;
    font-weight: bold;
}

.list_of_amenities {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.single_amenitie {
    text-align: left;
    max-width: 536px;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.single_amenitie h1 {
    margin: 0;
    line-height: 32px;
}

.single_amenitie h1 a {
    font-size: 24px;
    line-height: 32px;
    color: #01416B;
    text-decoration: none;
}

.single_amenitie p {
    font-size: 19px;
    line-height: 28px;
    color: #404040;
    margin-top: 16px;
    margin-bottom: 24px;
}

.list_of_amenities.container {
    padding: 0;
}

.feature_with_photo_about-us {
    margin-bottom: 70px !important;
    display: flex !important;
    align-items: center !important;
}

.feature_with_photo_about-us:nth-of-type(4) {
    margin-bottom: 32px !important;
}

.team_container {
    max-width: 100%;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 8px;
}

.team_inner {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 16px;
}

.team_inner h3 {
    color: #3F96B4;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    margin: 0;
}

.team_inner h4 {
    color: #404040;
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 8px;
}

.team_inner img {
    width: 68px;
    object-fit: cover;
    max-width: 68px;
    margin-right: 10px;
}

@media (min-width: 991px) {
    #main .team>h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .team_container {
        max-width: 1064px;
        flex-direction: row;
        justify-content: center;
    }
    .team_inner {
        max-width: 236px;
        width: 100%;
        margin-left: 40px;
        flex-direction: column;
        border-bottom: none;
    }
    .team_inner img {
        padding-bottom: 0;
        max-width: 100%;
        margin-right: 0;
        width: 100%;
    }
    .team_inner:first-of-type {
        margin-left: 0;
    }
    .team_inner:nth-of-type(5) {
        margin-left: 0;
    }
    .team_inner h3 {
        margin-top: 16px;
    }
    .team_inner h4 {
        margin-bottom: 24px;
    }
    .team_inner h3,
    .team_inner h4 {
        text-align: center;
    }
    .feature_with_photo {
        justify-content: space-between;
        align-items: start;
    }
    .feature_with_photo {
        display: flex;
    }
    .feature_with_photo .img-container .item {
        max-width: 812px;
    }
    .feature_with_photo h4 {
        text-align: left;
    }
    .feature_with_photo .img-container img {
        height: 450px;
        max-width: 674px;
        width: 100%;
        object-fit: cover;
        min-height: 450px;
    }
    .wpcf7 .checkboxes .wpcf7-list-item {
        width: 30%;
    }
}

@media (min-width: 991px) and (max-width: 1150px) {
    .team_inner:nth-of-type(3),
    .team_inner:nth-of-type(7) {
        margin-left: 0;
    }
    .team_container {
        max-width: 700px;
    }
}

@media (min-width: 1200px) {
    .feature_with_photo.flex-normal .feature_content {
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }
    .feature_with_photo-about-us.flex-normal .feature_content {
        margin-left: 127px;
        display: flex;
        flex-direction: column;
    }
    .feature_with_photo-about-us.flex-reverse .feature_content {
        margin-right: 127px;
        display: flex;
        flex-direction: column;
    }
    .flex-reverse .img-container {
        left: 0 !important;
    }
    .slider-nav {
        bottom: 0;
        position: absolute;
    }
    .feature_with_photo .feature_content {
        max-width: 411px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .testimonials-slider-section {
        padding-left: 36px;
        padding-right: 36px;
    }
}

@media (min-width: 1345px) {
    .feature_with_photo-about-us {
        width: 1226px;
        margin: auto;
    }
    .feature_with_photo {
        width: 1226px;
        /*margin: auto;*/
    }
}

.feature_with_photo {
    flex-direction: column-reverse;
}

@media (max-width: 1199px) {
    .feature_with_photo h4 {
        margin-top: 16px;
    }
    .feature_with_photo .feature_content {
        max-width: 650px;
    }
    .feature_with_photo_about-us {
        margin-bottom: 24px !important;
		margin-top:25px;
    }
}

@media (max-width: 1350px) {
    .feature_with_photo {
        padding: 0 36px;
    }
}

@media (min-width: 1200px) {
    .flex-normal {
        flex-direction: row;
    }
    .page-id-1614 .flex-normal,
    .page-id-1308 .flex-normal,
    .page-id-2641 .flex-normal,
    .page-id-1310 .flex-normal,
    .page-id-1312 .flex-normal {
        margin: auto;
        padding-left: 10px;
    }
    .flex-reverse {
        flex-direction: row-reverse;
    }
}

@media (min-width: 1650px) {
    .about-us-page .feature_with_photo:nth-of-type(2) {
        margin-right: 125px;
    }
    .about-us-page .feature_with_photo:nth-of-type(3) {
        /*margin-right: 283px;*/
    }
    .about-us-page .feature_with_photo.flex-normal:nth-of-type(4) {
        margin-left: 283px;
    }
    .about-us-page .testimonials-slider-section>div {
        padding-left: 120px;
    }
    .about-us-page #themap .inner {
        margin-left: 245px;
    }
    .about-us-page .call-us-bar .inner {
        margin-left: 275px !important;
    }
    .page-id-2555 .testimonials-slider .row {
        gap: 100px;
        width: 100%;
    }
    .page-id-2555 .testimonials-slider-section>div {
        width: 1360px;
    }
    .testimonials-slider .row::after {
        display: none !important;
    }
    .page-id-2555 .testimonials-slider .row {
        padding-left: 15px !important;
    }
    .outer-container {
        width: 1350px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap-reverse;
        margin: auto;
    }
}

@media (min-width: 1400px) {
    #main>.amenities.links>div {
        width: 1696px;
    }
}

.feature_content ul {
    padding-left: 21px;
}

.feature_list {
    margin-bottom: 32px;
}

.button {
    padding: 16px 28px;
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
    background-color: #3F96B4;
    border: 1px solid #3f96B4;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    transition: all .1s ease;
}

.button:hover {
    background-color: white;
    color: #3F96B4;
    text-decoration: none;
}

#main .floors .button {
    margin-bottom: 24px;
}

.quote-text-recaptcha-info {
    text-align: center;
    font-size: 14px !important;
    line-height: 18px !important;
}

.quote-text p {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .testimonials-slider .image {
        border-radius: 5px;
    }
    .testimonials-slider h3 {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .testimonials-slider p {
        margin-top: 0;
        margin-bottom: 8px;
        padding: 0 36px;
    }
    .testimonials-slider-section>div {
        padding: 0 18px;
    }
    #main .gallery .arrow-next,
    #main .gallery .arrow-prev {
        display: inherit !important;
    }
    #main .gallery .arrow-prev {
        padding-left: 7px;
    }
    #footer .wide-container {
        flex-direction: column;
    }
    #footer .footer-copyright-social p {
        margin: 0;
    }
    #footer .footer-copyright-social {
        flex-direction: column-reverse;
    }
    #footer .social {
        margin-bottom: 32px;
    }
    #footer .footer-copyright-social {
        margin-bottom: 32px;
        margin-top: 0;
    }
    #footer .menuf ul li a {
        font-size: 20px;
        line-height: 25px;
    }
    #footer .footer-logo {
        margin-top: 32px;
    }
    #footer .footer-menu {
    display: flex;
    flex-direction: column;
}

    #footer #menu-menu-footer {
        list-style: none;
        padding-top: 12px;
        padding-left: 0;
        padding-right: 0;
    }
    #footer #menu-menu-footer li {
        margin-bottom: 32px;
    }
    #footer .copy p {
        margin-top: 0;
    }
    #header .logo {
        height: 40px;
    }
    #header .wide-container {
        padding-right: 0;
    }
    #main .explore .neighborhood p:last-of-type a,
    .map-wrapper #map {
        max-width: 100% !important;
        width: 100%;
    }
    #main .explore .neighborhood h3 {
        font-size: 24px;
        line-height: 32px;
    }
    #header h2 {
        margin-top: 8px !important;
    }
    .quote-text p,
    .quote-text p a {
        text-align: left;
        font-size: 19px !important;
        line-height: 28px !important;
    }
    .quote-text p a {
        font-weight: bold;
    }
    .quote-text {
        padding: 0 36px;
    }
    .quote-text p {
        margin-bottom: 40px;
    }
    .contact-form-wrap {
        padding: 0 36px;
    }
    .get-a-quote #main .contact-checkboxes {
        margin-bottom: 40px !important;
    }
    .wpcf7-form-control-wrap.ud_SelectServices {
        margin-top: 20px;
    }
    .wpcf7 .checkboxes .wpcf7-list-item {
        margin-top: 32px;
    }
    .wpcf7 .checkboxes .wpcf7-list-item.first {
        margin-top: 0;
    }
    .get-a-quote #main .input input {
        line-height: 67px;
        height: 67px;
		margin-bottom:20px;
    }
    .get-a-quote #main .input label {
        height: auto;
		line-height:0;
    }
    .get-a-quote #main .input.content label {
        margin-bottom: 16px;
    }
    #header .find-office a,
    .get-a-quote #main .submit>input {
        margin-top: 0 !important;
    }
    .blog #header .find-office a,
    .get-a-quote #main .submit>input {
        margin-top: 16px !important;
    }
    .get-a-quote #main form {
        margin-bottom: 32px;
		margin-top:60px;
    }
    .quote-text-recaptcha-info {
        padding: 0 36px;
    }
    .quote-text-recaptcha-info {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .testimonials-slider .image {
        min-height: 318px;
    }
}

@media (min-width: 768px) and (max-width: 1349px) {
    #footer .wide-container {
        flex-direction: column;
        align-items: center;
    }
    #footer .footer-copyright-social p {
        margin-right: 0;
    }
    #footer #menu-menu-footer {
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    #footer .footer-logo {
        margin-top: 32px;
    }
    #footer .copy p {
        margin-top: 0 !important;
    }
}

@media (max-width: 1350px) {
    #main>.hippodrome-bar .inner {
        flex-direction: column;
        ;
    }
    #main>.hippodrome-bar {
        padding: 16px 36px;
        height: auto;
    }
    #main>.hippodrome-bar .inner span {
        display: block;
        text-align: center;
    }
    #main>.hippodrome-bar .inner span:first-of-type {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        margin-bottom: 8px;
    }
    #main>.hippodrome-bar .inner span:last-of-type {
        font-size: 19px;
        line-height: 28px;
        font-weight: 400;
    }
    #main>.hippodrome-bar p:last-of-type {
        margin: 0;
        margin-top: 16px;
    }
    #main>.hippodrome-bar p a {
        margin: auto !important;
    }
}

.footer-copyright-social .fa-phone {
    transform: rotate(90deg);
    margin-right: 5px;
}

#header .logo img {
    width: 250px;
    height: auto;
}

#header .logo {
    margin-left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 1223px) {
    #header .menu .button {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        border: 0;
        transition: none;
        background: none;
    }
    #header .menu.active {
        height: 100%;
        ;
    }
    #header .menu.active ul {
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        list-style: none;
        padding-left: 0;
        margin-top: 0;
    }

    #header .menu ul {
        display: none;
    }
    #header .logo img {
        width: 150px;
    }
    #header .logo a {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1300px) {
    .call-us-bar {
        padding-left: 36px !important;
        padding-right: 36px !important;
    }
}

.floors_slider .slick-track {
    background-color: white;
}

.floors_slider .slider-nav ul {
    justify-content: center;
    display: flex !important;
}

.floors_slider .slider-nav {
    padding-top: 0 !important;
    padding-bottom: 24px;
}

.floors_slider .slick-dots div {
    border: 1px solid #01416B;
    background: #01416B;
}

.floors_slider .slider-nav .slick-dots .slick-active div,
.floors_slider .slider-nav .slick-dots .slick-active-alt div {
    background-color: white !important;
}

.blog #page,
body.archive #page {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
}

.blog #main,
body.archive #main {
    clear: both;
    padding: 1.625em 0 0;
}

.blog #primary,
.single-post #primary,
body.archive #primary {
    float: left;
    margin: 0 -29% 0 0;
    width: 100%;
}

.blog #content,
.single-post #content,
body.archive #content {
    margin: 0 34% 0 0;
    width: 66%;
}

.blog #content nav,
.single-post #content nav,
body.archive #content nav {
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}

.blog .hentry,
.no-results,
.single-post .hentry .no-results,
body.archive .hentry .no-results {
    border-bottom: 1px solid #ddd;
    margin: 0 0 57px 0;
    padding: 0;
    position: relative;
}

body.blog,
.blog input,
body.single-post .single-post input,
body.archive,
body.archive input {
    color: #373737;
    line-height: 1.625;
}

.blog .entry-title,
.entry-title a,
.single-post .entry-title,
.single-post .entry-title a,
body.archive .entry-title,
body.archive .entry-title a {
    color: #172077;
    text-decoration: none;
}

.blog .entry-title,
.single-post .entry-title,
body.archive .entry-title {
    clear: both;
    color: #172077;
    font-size: 26px;
    line-height: 1.2em;
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.blog .entry-title,
.entry-header .entry-meta,
.single-post .entry-title,
.single-post .entry-header .entry-meta,
body.archive .entry-title,
body.archive .entry-header .entry-meta {
    padding-right: 76px;
}

.blog .entry-title,
.entry-title a,
.single-post .entry-title,
.single-post .entry-title a,
.single-post .entry-title,
body.archive .entry-title,
body.archive .entry-title a {
    color: #172077;
    text-decoration: none;
}

.blog .entry-title,
.entry-header .entry-meta,
.single-post .entry-title,
.single-post .entry-header,
.single-post .entry-meta,
body.archive .entry-title,
body.archive .entry-header .entry-meta,
body.archive .entry-title {
    padding-right: 76px;
}

.blog .entry-meta,
.single-post,
entry-meta,
body.archive .entry-meta {
    color: #595959;
    clear: both;
    font-size: 13px;
    line-height: 30px;
}

.blog .entry-meta a,
body.archive .entry-meta a {
    color: #595959;
    font-size: 12px;
    font-weight: 400;
}

.blog .entry-content,
.entry-summary,
.single-post .entry-content,
.single-post .entry-summary,
body.archive .entry-content,
body.archive .entry-summary {
    padding: 15px 0 0;
    font-size: 15px;
    color: #172077;
    font-weight: 200;
}

.blog p,
.single-post p,
body.archive p {
    margin-bottom: 1.625em;
}

.blog #content .entry-content a,
.single-post #content .entry-content a,
body.archive #content .entry-content a {
    color: #3F96B4;
    text-decoration: none;
}

.blog .entry-content img,
.single-post .entry-conent img,
body.archive .entry-content img {
    max-width: 97.5%;
}

.blog .entry-meta .cat-links .entry-utility-prep,
.blog .entry-meta .sep:nth-of-type(2),
.blog .entry-meta .tag-links .entry-utility-prep,
.single-post .entry-meta .cat-links .entry-utility-prep,
.single-post .entry-meta .sep:nth-of-type(2),
.single-post .entry-meta .tag-links .entry-utility-prep,
body.archive .entry-meta .cat-links .entry-utility-prep,
body.archive .entry-meta .sep:nth-of-type(2),
body.archive .entry-meta .tag-links .entry-utility-prep {
    color: #172077;
    font-size: 15px;
    font-weight: 200;
}

.blog #secondary,
.single-post #secondary,
body.archive #secondary {
    float: right;
    width: 29%;
}

.blog .widget-area,
.single-post .widget-area,
body.archive .widget-area {
    font-size: 12px;
}

.blog #secondary>*,
.single-post #secondary>*,
body.archive .single-post #secondary>* {
    margin-bottom: 28px;
}

.blog aside.widget_recent_entries,
.single-post aside.widget_recent_entries,
body.archive aside.widget_recent_entries {
    border-top: 1px solid #3F96B4;
    border-right: 1px solid #3F96B4;
    border-left: 1px solid #3F96B4;
    border-bottom: 5px solid #3F96B4;
}

.blog .widget,
.single-post .widget,
body.archive .widget {
    clear: both;
    margin: 0 0 2.2em;
}

.blog aside.widget_recent_entries .widget-title,
.single-post aside.widget_recent_entries .widget-title,
body.archive aside.widget_recent_entries .widget-title {
    background-color: #3F96B4;
}

.blog .widget-title,
.single-post .widget-title,
body.archive .widget-title {
    color: #fff;
    font-size: 24px;
    line-height: 53px;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: 800;
    margin: 0;
}

.blog aside.widget_recent_entries ul,
.single-post aside.widget_recent_entries ul,
body.archive aside.widget_recent_entries ul {
    padding: 15px;
}

.blog .widget ul,
.single-post .widget ul,
body.archive .widget ul {
    font-size: 15px;
    margin: 0;
}

.blog .widget ul,
.single-post .widget ul,
body.archive .widget ul {
    padding-left: 0;
}

.blog aside.widget_recent_entries ul li,
.single-post aside.widget_recent_entries ul li,
body.archive aside.widget_recent_entries ul li {
    margin-bottom: 30px;
}

.blog .widget ul li,
.single-post .widget ul li,
body.archive .widget ul li {
    color: #595959;
    font-size: 15px;
    list-style: none;
    font-weight: 200;
}

.blog .widget a,
.single-post .widget a,
body.archive .widget a {
    text-decoration: none;
    text-transform: uppercase;
    color: #595959;
    font-weight: 200;
}

.blog aside.widget_archive h3,
.single-post aside.widget_archive h3,
body.archive aside.widget_archive h3 {
    color: #3F96B4;
    padding: 0;
    border-bottom: 1px solid #dddddd;
    line-height: 40px;
    margin-bottom: 25px;
}

.blog aside.widget_archive ul li,
.single-post aside.widget_archive ul li,
body.archive aside.widget_archive ul li {
    margin-bottom: 10px;
}

.blog aside.widget_archive ul li a,
.single-post aside.widget_archive ul li a,
body.archive aside.widget_archive ul li {
    color: #172077;
}

.single-post #page #main #page #main {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
}

@media only screen and (max-width: 1024px) {
    .blog #page,
    .single-post #page,
    body.archive #page {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    .blog #main #content,
    .single-post #main #content,
    body.archive #main #content {
        margin: 0;
        width: 100%;
    }
    .blog #secondary,
    .single-post #secondary,
    body.archive #secondary {
        width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .blog #primary,
    .single-post #primary,
    body.archive #primary {
        float: none;
    }
    .blog .entry-title,
    .single-post .entry-title,
    body.archive .entry-title {
        font-size: 21px;
    }
    .blog .entry-meta,
    .single-post .entry-meta,
    body.archive .entry-meta {
        font-size: 12px;
    }
    #nav-single {
        display: block;
    }
}

.blog #header .find-office a,
.blog .get-a-quote #main .submit>input,
.single-post #header .find-office a,
.single-post .get-a-quote #main .submit>input,
body.archive #header .find-office a,
.single-post .get-a-quote #main .submit>input {
    margin-top: 16px !important;
}

.blog #footer .copy p,
.single-post #footer .copy p,
body.archive #footer .copy p {
    margin-top: 16px;
}

blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}

.single-post .entry-content h1,
.single-post .entry-content h2,
body.archive .entry-content h1,
body.archive .entry-content h2 {
    color: #000;
    font-weight: bold;
    margin: 0 0 0.8125em;
}

.single-post .wp-caption,
body.archive .wp-caption {
    background: #eee;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
}

.single-post p img,
.single-post .wp-caption,
body.archive p img,
body.archvie .wp-caption {
    margin-top: 0.4em;
    max-width: 100%;
    object-fit: cover;
}

.single-post .wp-caption img,
body.archive .wp-caption {
    border-color: #eee;
}

.single-post .wp-caption img,
body.archive .wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 98%;
}

.single-post img.size-full,
body.archive img.size-full {
    width: auto;
    height: auto;
    max-width: 100%;
}

.singular .entry-header,
single-post.singular .entry-content,
.singular footer.entry-meta,
body.archive .entry-header,
single-post.singular .entry-content,
body.archive footer.entry-meta {
    margin: 0 auto;
}

.singular .hentry,
body.archive .hentry {
    border-bottom: none;
    padding: 30px 0 0;
    position: relative;
    margin-bottom: 10px;
}

.single-post #nav-single,
body.archive #nav-single {
    float: right;
    position: relative;
    top: -0.3em;
    text-align: right;
    z-index: 1;
}

.single-post .assistive-text,
body.archive .assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.single-post #nav-single .nav-previous,
body.archive #nav-single .nav-previous {
    padding-right: 0.5em;
}

.single-post #nav-single .nav-previous,
.single-post #nav-single .nav-next,
body.archive #nav-single .nav-next,
body.archive #nav-single .nav-previous {
    width: auto;
}

.single-post .nav-previous,
body.archive .nav-previous {
    float: left;
    width: 50%;
}

.single-post #content nav a,
body.archive #content nav a {
    color: #2A5E6F;
    font-family: "PT Sans", sans-serif, Arial, Helvetica;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.2em;
}

.single-post #content nav .meta-nav,
body.archive #content nav .meta-nav {
    font-family: "PT Sans", sans-serif, Arial, Helvetica;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.single-post #nav-single .nav-next,
body.archive #nav-single .nav-next {
    padding-left: 0.5em;
}

.single-post #nav-single .nav-previous,
.single-post #nav-single .nav-next,
body.archive #nav-single .nav-previous,
body.archive #nav-single .nav-next {
    width: auto;
}

.single-post .nav-next,
body.archive .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.singular .entry-header .entry-meta,
body.archive .entry-header .entry-meta {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 13px;
}

.singular .entry-title,
.singular .entry-header .entry-meta,
body.archive .entry-title,
body.archive .entry-header .entry-meta {
    padding-right: 0;
}

.singular #page,
body.archive #page {
    padding-top: 20px;
}

@media (max-width: 991px) {
    .single-post #page #main #page #main {
        flex-direction: column;
    }
}

.outer-container {
    max-width: 1350px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    margin: auto;
    width: 100%;
}

@media (min-width: 1400px) {
    .about-us-page .feature_with_photo:nth-of-type(2) {
        margin-right: 125px;
    }
}

.table-elevatedny-features {
    max-width: 1226px;
    margin-bottom: 64px;
}
  
.table-elevatedny-features td {
    font-size: 24px;
    line-height: 32px; 
    text-align: left;
    margin-bottom: 16px;
    color: #01416B;
    font-weight: bold;
  
    border-bottom: 1px solid #C7C7C7;
    padding: 24px 0;
}

.table-elevatedny-features td:nth-child(2) {
    background-color: #F2F2F2 !important;
    width: 198px;
} 

.table-elevatedny-features td:nth-child(2), .table-elevatedny-features td:nth-child(3) {
    text-align: center;
}

.table-elevatedny-features td:nth-child(3) {
    width: 398px;
}
  
.table-elevatedny-features td:nth-child(1) {
    padding-right: 93px;
}

.table-elevatedny-features-div {
    padding: 0;
    max-width: 1226px;
}

@media (max-width: 1350px) {
    .table-elevatedny-features-div {
        padding: 0 36px;
        max-width: 100%;
    }
}

@media (max-width: 1344px) {
    .table-elevatedny-features {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .table-elevatedny-features td:nth-child(3) {
        width: 200px;
    }
}

@media (max-width: 850px) {
    .table-elevatedny-features td:nth-child(3) {
        width: 150px;
    }

    .table-elevatedny-features td:nth-child(1) {
        padding-right: 20px;
    }
}

@media (max-width: 800px) {
    .table-elevatedny-features td {
        font-size: 14px;
        line-height: 18px;
    }

    .table-elevatedny-features td svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 635px) {
    .table-elevatedny-features td:nth-child(3) {
        width: 68px;
    }

    .table-elevatedny-features td:nth-child(2) {
        width: 88px;
    }
    
    .table-elevatedny-features td {
        border: none;
        padding: 20px 0;
    }

    .mobile-no-padding-bottom {
        padding-bottom: 0 !important;
    }

}

/* AUTUMN24 CHANGES BELOW */

.form-row {
  display: flex;
  justify-content: space-between;
	margin-top:-20px;
}

.input.column-half {
  width: 49%; 
  box-sizing: border-box; 
}


.input.column-half input,
.input.column-half div {
  width: 100%;
  box-sizing: border-box;
}

.column-half label {
	margin-bottom: 15px !important;
}

.wpcf7-submit {
    background: #3F96B4;
    color: #fff;
    width: 136px;
    height: 56px;
    border: 0;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.input.contact-checkboxes, .input.content {
    margin-top: -21px !important;
}
@media (max-width: 768px) {
  .input.column-half {
    width: 100%; 

  }
	.input.column-half:first-child {
    margin-bottom: -20px !important;
}
  .form-row {
    flex-direction: column; 
  }
	.wpcf7-submit {
		margin-left:60px;
	}
	.get-a-quote #main .input textarea {
	min-height:285px
}
	.input.contact-checkboxes label {
    line-height: 28px !important;
}
	.input.content {
    margin-top: 15px !important;
}
}


span.wpcf7-not-valid-tip {
	display:none;
}

.services_features {
	margin-top:-20px;
	margin-bottom:40px;
	background:#F2F2F2;
	padding-top:35px;
	padding-bottom:20px;
}

.services_features_content {
	text-align: center;
    max-width: 1170px;
    margin: 0 auto;
}

.services_features h2 {
	font-family: 'Muli';
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    color: #3F96B4;
    margin: 0;
    margin-bottom: 24px;
}

.services_features ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.features_list {
    display: flex;
    justify-content: center;
    text-align: left;
}

.features_list ul {
    list-style-type: none;
    padding: 0;
    margin: 0 20px;
    width: 40%;
    display: inline-block;
}

.features_list li {
    padding: 0; 
    text-align: left; 
	color:#404040;
	font-size:19px;
}

.services_features ul li::before {
    content: "\f058";
	font-weight:bold;
	color:#3f98b5;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    width: 1.5em;
}

@media screen and (max-width: 768px) {
	.services_features_content {
		padding:0 30px;

	}
	.services_features h2 {
		font-size:31px;
		line-height: 35px;
	}
    .features_list {
        flex-direction: column;
        align-items: center;
    }

    .features_list ul {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .features_list ul li {
        padding: 5px 0;
    }
	#footer .footer-logo img {
		width:150px;
	}
	#main .call-us-bar { 
		margin-top:unset;
		}
}


.custom-icon-img {  width: 26.25px;  height: 26.25px;  background: white;  border-radius: 4px;  display: inline-block; margin-top: 1px;}

#service_link a{
    font-size: 24px;
    line-height: 34px;
    color: #01416B;
    text-decoration: none;
    font-weight: bold;
}


.feature_with_photo h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 16px;
    color: #01416B;
    font-weight: bold;
}



.blog-social-icon {
    font-size: 20px !important;
    color: #fff !important;
    background: none;
    padding: 4px;
    padding-top: 6px;
    margin-bottom: 2px;
    border-radius: 4px;
}