header.layout{--breakpoint:900px;position:fixed;z-index:100;top:0;left:0;width:100vw;font-size:16px;flex-wrap:wrap;box-shadow:0 3px 10px black}@media screen and (max-width:900px){header.layout{height:170px}}@media screen and (min-width:901px){header.layout{height:86px}}@media screen and (max-width:900px){header.layout>nav>ul,header.layout>aside>ul{display:flex;flex-direction:column}header.layout>section{align-items:center}}@media screen and (min-width:901px){header.layout>nav>ul,header.layout>aside>ul{display:flex;flex-direction:row;align-items:center}}header.layout>section{padding:8px calc(1vw + 1.5em);background-color:#fff;background-image:url("https://peoplevine-cdn.azureedge.net/media/397/mHUB_background.png")}@media screen and (max-width:900px){header.layout>section{height:100%;display:grid;justify-items:center;grid-template-columns:repeat(3,1fr);grid-template-areas:"l s s" "b b b" ". m ."}header.layout>section>.logo{grid-area:l}header.layout>section>.search{grid-area:s}header.layout>section>.button-container{grid-area:b}header.layout>section>.menu{grid-area:m}}@media screen and (min-width:901px){header.layout>section{display:flex;flex-direction:row;align-items:center}}header.layout>section>.logo{margin-right:auto;max-width:15vw}@media screen and (max-width:900px){header.layout>section>div.search{margin-left:auto}header.layout>section>div.search i{font-size:10px}}header.layout>section>div.search>input.search{border:2px solid var(--primary-color);border-radius:4px;padding:.5em 1em;overflow-x:hidden;transition:all .5s}header.layout>section>div.search>input.search[data-state="open"]{max-width:100%;opacity:1;margin-left:0}header.layout>section>div.search>input.search[data-state="closed"]{max-width:0;opacity:0;margin-left:-40px}header.layout>section>div.search>button.search{color:#80979b;background:transparent;border:none;transition:transform .2s}header.layout>section>div.search>button.search:hover,header.layout>section>div.search>button.search:focus{transform:scale(1.5)}header.layout>section>div.button-container{display:flex}@media screen and (max-width:900px){header.layout>section>div.button-container{margin-left:0;white-space:normal}}@media screen and (min-width:901px){header.layout>section>div.button-container{margin-left:2em;white-space:nowrap}}header.layout>section>div.button-container>*{border-radius:5px;text-transform:uppercase;color:#fff;font-size:14px;display:flex;align-items:center;text-align:center;justify-content:center}@media screen and (max-width:900px){header.layout>section>div.button-container>*{padding:8px 3vw;margin:0 1vw}}@media screen and (min-width:901px){header.layout>section>div.button-container>*{padding:8px 2em;margin:0 1em}}header.layout>section>div.button-container>*:hover,header.layout>section>div.button-container>*:focus{transform:scale(1.1);text-decoration:none;transition:transform .2s}header.layout>section>div.button-container>#call-now{background:var(--secondary-color)}header.layout>section>div.button-container>#apply-now{background:#af431b}header.layout>section>div.button-container>#book-a-tour{background:#80979b}@media screen and (max-width:900px){header.layout>section>div.button-container span.hidden-mobile{display:none}}@media screen and (max-width:900px){header.layout>section>button.menu{display:inline-block;border:2px solid #000;text-transform:uppercase;background:#fff;border-radius:4px;padding:.1em .55em;font-weight:600;letter-spacing:2px;font-size:16px}header.layout>section>button.menu[data-state="nav-is-open"]{background:#000;color:#fff}}@media screen and (min-width:901px){header.layout>section>button.menu{display:none}}header.layout>nav{--dark:#343A40;--light:white;padding:.5em 1em;font-weight:600}@media screen and (max-width:900px){header.layout>nav{transform-origin:50% top;background:var(--light);color:var(--dark);box-shadow:0 5px 10px #bfbfbf;max-height:66vh;overflow-y:auto;transform:rotateX(90deg)}header.layout>nav[data-state="open"]{transform:rotateX(0)}header.layout>nav[data-state="closed"]{transform:rotateX(90deg)}}@media screen and (min-width:901px){header.layout>nav{background:var(--dark);color:var(--light)}}@media screen and (max-width:900px){header.layout>nav li{position:relative;padding:.5em}}@media screen and (min-width:901px){header.layout>nav li{padding:0 15px}header.layout>nav li:last-child{margin-left:auto}}@media screen and (min-width:901px){header.layout>nav li i{display:none}}@media screen and (max-width:900px){header.layout>nav li i{display:inline-block;position:absolute;right:10px;top:50%;margin-top:-.5em}}@media screen and (max-width:901px){header.layout>nav .mobile-subnav{display:block;transition:max-height .2s;overflow-y:hidden;background:#f8f9fa}header.layout>nav .mobile-subnav[data-state="open"]{max-height:100vh}header.layout>nav .mobile-subnav[data-state="closed"]{max-height:0}header.layout>nav .mobile-subnav li:not(:last-child){border-bottom:1px solid #808080}}@media screen and (min-width:901px){header.layout>nav .mobile-subnav{display:none}}@media screen and (min-width:901px){header.layout>nav a:hover,header.layout>nav a:focus,header.layout>nav li[data-state="subnav-open"] a{border-bottom:3px solid #80979b;color:#fff;text-decoration:none}}header.layout>aside{font-weight:600}@media screen and (max-width:901px){header.layout>aside{display:none}}@media screen and (min-width:901px){header.layout>aside{display:block}}header.layout>aside>ul[data-state="closed"]{display:none}header.layout>aside>ul[data-state="open"]{display:flex;box-shadow:0 10px 20px -7px rgba(0,0,0,.8);background:#f8f9fa;height:4em;color:#80979b;justify-content:flex-start}header.layout>aside>ul[data-state="open"] a:hover,header.layout>aside>ul[data-state="open"] a:focus{color:var(--primary-color)}header.layout>aside>ul[data-state="open"] li{margin:0 2em}footer.layout{background:#000;border-top:6px solid var(--secondary-color);color:#fff;grid-column-gap:30px;grid-row-gap:60px;line-height:1.5}@media screen and (max-width:700px){footer.layout{grid-template-columns:1fr}}@media screen and (min-width:701px){footer.layout{grid-template-columns:1fr 2fr 1fr}}@media screen and (max-width:1200px){footer.layout{padding:3vw 5vw}}@media screen and (min-width:1200px){footer.layout{padding:36px calc((100% - 1100px)/2)}}@media screen and (max-width:700px){footer.layout>section{text-align:center}}footer.layout>section:first-child{line-height:1.5em}@media screen and (min-width:701px){footer.layout>section:first-child{text-align:center}footer.layout>section:nth-child(2){text-align:center;max-width:50%;margin:0 auto}footer.layout>section:last-child{text-align:center}}footer.layout>section:first-child>img{margin-bottom:1em}footer.layout .title{font-size:23px;margin-bottom:1.5em;letter-spacing:1px;font-weight:600}footer.layout input{box-sizing:border-box;width:100%;padding:.5em 1em;font-size:16px;height:auto;border-radius:0}footer.layout button{margin-top:.5em;background:#fff;color:#808080;background-image:none;border:none;border-radius:0;font-size:20px;text-transform:uppercase;padding:.6em 1.5em;transition:all .2s}footer.layout button:hover,footer.layout button:focus{background:var(--secondary-color);color:#fff}footer.layout .social-list{display:flex;font-size:22px;margin-bottom:.5em}@media screen and (max-width:700px){footer.layout .social-list{justify-content:center}}@media screen and (min-width:701px){footer.layout .social-list{justify-content:center}}footer.layout .social-list a{margin:0 5px;transition:all .2s}footer.layout .social-list a:hover,footer.layout .social-list a:focus{color:var(--secondary-color)}.figure{width:100%}.modal-header .row{width:100%}