@font-face{font-family:"Source Sans";src:url("resources/fonts/source-sans.ttf") format("truetype");font-display:swap}@font-face{font-family:"Source Sans Italic";src:url("resources/fonts/source-sans-italic.ttf") format("truetype");font-display:swap}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}body,html{margin:0;padding:0;margin-top:40px;overflow-x:hidden;font-synthesis:none}body.scroll-lock,html.scroll-lock{overflow-y:hidden;margin-top:30px}.section{max-width:1640px;margin:0 auto}.navbar{background-color:#fff;position:fixed;top:0;left:0;right:0;z-index:2000}.navbar__logo{width:100%;max-width:170px;height:auto}@media only screen and (max-width: 1200px){.navbar__logo{max-width:150px}}@media only screen and (max-width: 600px){.navbar__logo{max-width:120px}}.navbar__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.5rem 2rem;margin:0 auto;gap:20px;position:relative;z-index:5000;background-color:#fff;opacity:1;-webkit-transition:opacity .3s ease-in;transition:opacity .3s ease-in}@media only screen and (max-width: 1024px){.navbar__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:all .3s ease-in;transition:all .3s ease-in}}@media only screen and (max-width: 1024px){.navbar__content.main{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.navbar__content.main.active{z-index:2000;opacity:0;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}@media only screen and (max-width: 1024px){.navbar__content.main.active{opacity:1;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition-delay:0;transition-delay:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}}@media only screen and (max-width: 1024px){.navbar__content.main .navbar__content--pages{display:none}}@media only screen and (max-width: 1024px){.navbar__content.main .navbar__content--cta{display:none}}@media only screen and (max-width: 1024px){.navbar__content--pages{width:100%;height:auto;background-image:url(resources/svgs/steps-mobile.svg);background-repeat:no-repeat;background-position:right bottom;background-size:40%}}@media only screen and (max-width: 600px){.navbar__content--pages{background-size:70%}}.navbar__content--pages__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:30px;list-style:none;padding-left:0}@media only screen and (max-width: 1200px){.navbar__content--pages__list{gap:20px}}@media only screen and (max-width: 1024px){.navbar__content--pages__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}}.navbar__content--pages__item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:5px 0}.navbar__content--pages__item-link{margin:0;padding:0}.navbar__content--pages__item.mega{position:relative;display:block}.navbar__content--pages__item.mega:after{content:url(resources/svgs/arrow-left.svg);display:block;width:5px;position:absolute;top:2px;right:-10px;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}@media only screen and (max-width: 1024px){.navbar__content--pages__item.mega:after{display:none}}.navbar__content--pages__item.mega.active:after{-webkit-transform:rotate(-90deg) !important;transform:rotate(-90deg) !important;-webkit-transition:-webkit-transform .3s ease !important;transition:-webkit-transform .3s ease !important;transition:transform .3s ease !important;transition:transform .3s ease, -webkit-transform .3s ease !important}.navbar__content--pages__item a,.navbar__content--pages__item-link{text-decoration:none;text-transform:uppercase;color:#3e3d3d;font-size:16px;font-weight:650;font-family:"Source Sans",sans-serif;-webkit-transition:color .3s ease;transition:color .3s ease}@media only screen and (max-width: 1024px){.navbar__content--pages__item a,.navbar__content--pages__item-link{font-size:20px;font-weight:350}}.navbar__content--pages__item a:after,.navbar__content--pages__item-link:after{content:"";display:block;width:0%;height:2px;background-color:#3e3d3d;position:relative;top:0px;-webkit-transition:width .3s ease;transition:width .3s ease}.navbar__content--pages__item a:hover:after,.navbar__content--pages__item-link:hover:after{width:100%;-webkit-transition:width .3s ease;transition:width .3s ease}.navbar__content--pages__item a.active:after,.navbar__content--pages__item-link.active:after{width:100%;-webkit-transition:width .3s ease;transition:width .3s ease}.navbar__content--cta{color:#fff;background-color:#0072ad;padding:10px 35px;text-decoration:none;font-size:16px;font-weight:650;font-family:"Source Sans",sans-serif;text-transform:uppercase;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}@media only screen and (max-width: 1024px){.navbar__content--cta{margin:auto}}.navbar__content--cta:hover{background-color:#4d9cc5;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.navbar__sub-menu--list{display:none;padding-left:2rem}@media only screen and (max-width: 1024px){.navbar__sub-menu--list{display:block}}.navbar__sub-menu--list a{text-decoration:none}.navbar__mega{background-color:#0072ad;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;right:0;left:0;z-index:2000;overflow:hidden}@media only screen and (max-width: 1024px){.navbar__mega{height:100vh;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition:none;transition:none;overflow:scroll}.navbar__mega.active{top:0;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}}.navbar__mega .navbar__content{width:calc(100% - 4rem);position:relative;opacity:1;background-color:#0072ad}@media only screen and (max-width: 600px){.navbar__mega .navbar__content{padding:2.5rem 1.5rem 4rem 1.5rem;width:calc(100% - 3rem)}}@media only screen and (max-width: 500px){.navbar__mega .navbar__content{padding:2.5rem 1rem 6.5rem 1rem}}.navbar__mega .navbar__content--pages__item a{color:#fff}.navbar__mega .navbar__content--pages__item a:after{background-color:#fff}.navbar__mega .navbar__content--pages__item.mega:after{content:url(resources/svgs/arrow-left-white.svg);display:block;width:5px;position:absolute;top:2px;right:-10px;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}@media only screen and (max-width: 1024px){.navbar__mega .navbar__content--pages__item.mega:after{display:none}}.navbar__mega .navbar__content--pages__item.mega:hover:after{content:url(resources/svgs/arrow-left-white.svg);display:block;width:5px;position:absolute;top:2px;right:-10px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}@media only screen and (max-width: 1024px){.navbar__mega .navbar__content--pages__item.mega:hover:after{display:none}}.navbar__mega .navbar__content--cta{color:#0072ad;background-color:#fff}.navbar__mega .navbar__content--cta:hover{background-color:#4d9cc5;color:#fff;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.navbar__mega--arrow{width:10px;height:10px;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media only screen and (max-width: 1024px){.navbar__mega--arrow{opacity:1;position:absolute;right:15px}}.navbar__mega--county-svg{width:30px;height:30px;-webkit-transition:all .3s ease;transition:all .3s ease;stroke:#fff;stroke-width:1.5px;fill:rgba(0,0,0,0)}@media only screen and (max-width: 1024px){.navbar__mega--county-svg{opacity:1}}.navbar__mega--tab{max-width:1640px;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:0;opacity:0;visibility:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0 2rem;background-color:#0072ad;width:100%;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:max-height,padding .3s ease-out,-webkit-transform;transition:max-height,padding .3s ease-out,-webkit-transform;transition:max-height,transform,padding .3s ease-out;transition:max-height,transform,padding .3s ease-out,-webkit-transform}@media only screen and (max-width: 1024px){.navbar__mega--tab{display:none}}@media only screen and (max-width: 600px){.navbar__mega--tab{max-height:0;opacity:0;border:0px solid #4d9cc5;position:absolute;top:80px;left:-100%;right:0;z-index:999999;margin:0;-webkit-transform:translate(-100%, 0);transform:translate(-100%, 0)}.navbar__mega--tab.active{border:none !important;left:0;-webkit-transform:translate(0, 0);transform:translate(0, 0);height:100vh;width:auto;padding:4rem 0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.navbar__mega--tab.active{-webkit-transform:translateY(0);transform:translateY(0);max-height:100%;width:auto;padding:2rem;margin:0;opacity:1;visibility:visible;border-top:#4d9cc5 1px solid;-webkit-transition:max-height,-webkit-transform .3s ease-out;transition:max-height,-webkit-transform .3s ease-out;transition:max-height,transform .3s ease-out;transition:max-height,transform .3s ease-out,-webkit-transform .3s ease-out}.navbar__mega--tab--link a{color:#fff;font-family:"Source Sans",sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;margin-bottom:10px;position:relative;text-decoration:none}@media only screen and (max-width: 1024px){.navbar__mega--tab--link a{font-size:25px;margin-bottom:0}}.navbar__mega--tab--link a:hover:before{width:100%;-webkit-transition:all .3s ease;transition:all .3s ease}.navbar__mega--tab--link a:after{content:url(resources/svgs/arrow-right-white.svg);display:inline-block;width:8px;height:8px;margin-left:10px}.navbar__mega--tab--link a:before{content:"";display:block;border-bottom:2px solid #fff;width:0;position:absolute;bottom:-2px;-webkit-transition:all .3s ease;transition:all .3s ease}.navbar__mega--tab-copy{width:18%;color:#fff;font-family:"Source Sans",sans-serif;font-size:16px}@media only screen and (max-width: 1200px){.navbar__mega--tab-copy{width:20%}}@media only screen and (max-width: 1024px){.navbar__mega--tab-copy{display:none}}.navbar__mega--tab-items{width:60%;margin:0 auto 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;gap:10px}@media only screen and (max-width: 1200px){.navbar__mega--tab-items{width:auto;margin:0 0 0 auto}}@media only screen and (max-width: 1024px){.navbar__mega--tab-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}.navbar__mega--tab-items__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;list-style:none;padding:0}@media only screen and (max-width: 1024px){.navbar__mega--tab-items__list{position:relative}}.navbar__mega--tab-items__links{font-family:"Source Sans",sans-serif;font-size:25px;padding:10px 10px 10px 10px;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;gap:10px}@media only screen and (max-width: 1024px){.navbar__mega--tab-items__links{gap:10px;font-size:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-transform:uppercase;width:auto}}.navbar__mega--tab-items__links p{text-decoration:none;color:#fff;margin:0}.navbar__mega--tab-items__links a{text-decoration:none;color:#fff}@media only screen and (max-width: 1024px){.navbar__mega--tab-items__links{background-color:#4d9cc5;margin:10px 0;padding:5px 10px}}.navbar__mega--tab-items__links:hover{background-color:#4d9cc5;-webkit-transition:all .3s ease;transition:all .3s ease}.navbar__mega--tab-items__links:hover .navbar__mega--arrow{opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.navbar__mega--tab-items__links:hover .navbar__mega--county-svg{-webkit-transition:all .3s ease;transition:all .3s ease;fill:#fff !important;opacity:1}.navbar__mega--tab-image{width:18%}.navbar__mega--tab-image--img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width: 1200px){.navbar__mega--tab-image{display:none}}.mobile-menu-icon{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:24px;width:35px;margin:1rem;position:fixed;top:15px;right:5px;z-index:6000;-webkit-transform:scale(1.1);transform:scale(1.1);display:none;cursor:pointer}@media only screen and (max-width: 1024px){.mobile-menu-icon{display:-webkit-box;display:-ms-flexbox;display:flex}}.mobile-menu-icon__bar{height:2px;width:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:none;background-color:#000}@media only screen and (max-width: 1024px){.mobile-menu-icon__bar{display:block}}.bar:nth-of-type(1){-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;-webkit-transform:rotate(50deg);transform:rotate(50deg);-webkit-transform-origin:top left;transform-origin:top left;width:30px;height:2px;background-color:#fff}.bar:nth-of-type(2){-webkit-transition:all 100ms ease-in-out;transition:all 100ms ease-in-out;-webkit-transform-origin:center;transform-origin:center;width:0}.bar:nth-of-type(3){-webkit-transition:all 100ms ease-in-out;transition:all 100ms ease-in-out;-webkit-transform:rotate(-50deg);transform:rotate(-50deg);-webkit-transform-origin:bottom left;transform-origin:bottom left;width:30px;height:2px;background-color:#fff}.magnetic-svg{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;will-change:transform;-webkit-transition:-webkit-transform .1s ease-out;transition:-webkit-transform .1s ease-out;transition:transform .1s ease-out;transition:transform .1s ease-out, -webkit-transform .1s ease-out;width:70vw;max-width:800px;min-width:320px}@media only screen and (max-width: 768px){.magnetic-svg{width:100%}}.hero{position:relative;overflow:hidden;max-height:700px}.hero.home{overflow:visible;max-height:1200px}@media only screen and (max-width: 600px){.hero.home{margin:0 1rem}}@media only screen and (max-width: 2000px){.hero.home{max-height:700px}}.hero__home{overflow:hidden;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;margin-top:-200px}@media only screen and (max-width: 1400px){.hero__home{margin-top:0;height:700px}}@media only screen and (min-width: 2000px){.hero__home{max-height:1200px}}.hero__svg{position:absolute;z-index:1000;bottom:-260px;right:-80px}@media only screen and (max-width: 1024px){.hero__svg{bottom:-180px;right:-90px}}@media only screen and (max-width: 768px){.hero__svg{right:-40px}}@media only screen and (max-width: 600px){.hero__svg{bottom:-270px}}@media only screen and (max-width: 400px){.hero__svg{bottom:-200px}}.hero__bg-image--img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media only screen and (max-width: 1400px){.hero__bg-image--img{height:700px}}.hero__gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, right top, color-stop(5%, #3e3d3d), color-stop(50%, rgba(62, 61, 61, 0.7)), to(rgba(62, 61, 61, 0.5)));background:linear-gradient(to right, #3e3d3d 5%, rgba(62, 61, 61, 0.7) 50%, rgba(62, 61, 61, 0.5) 100%);z-index:0}@media only screen and (max-width: 1640px){.hero__gradient{height:700px}}@media only screen and (max-width: 1024px){.hero__gradient{background:-webkit-gradient(linear, left top, right top, color-stop(20%, #3e3d3d), color-stop(70%, rgba(62, 61, 61, 0.7)), to(rgba(62, 61, 61, 0.5)));background:linear-gradient(to right, #3e3d3d 20%, rgba(62, 61, 61, 0.7) 70%, rgba(62, 61, 61, 0.5) 100%)}}@media only screen and (max-width: 600px){.hero__gradient{background:-webkit-gradient(linear, left top, left bottom, color-stop(20%, #3e3d3d), color-stop(80%, rgba(62, 61, 61, 0.7)), to(rgba(62, 61, 61, 0.5)));background:linear-gradient(to bottom, #3e3d3d 20%, rgba(62, 61, 61, 0.7) 80%, rgba(62, 61, 61, 0.5) 100%)}}.hero__content{position:absolute;z-index:1;color:#fff;top:50%;left:100px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:30%}@media only screen and (max-width: 2200px){.hero__content{width:50%;left:0;padding:0 6rem}}@media only screen and (max-width: 1400px){.hero__content{padding:0 3rem}}@media only screen and (max-width: 1200px){.hero__content{padding:0 2rem}}@media only screen and (max-width: 768px){.hero__content{width:auto}}.hero__content--header,.flex-group__content--header--home,.hero__content--header--home{font-size:50px;text-transform:uppercase;font-weight:700;margin-bottom:15px;font-family:"Source Sans",sans-serif}.hero__content--header--home{font-size:4.7vw;line-height:1}@media only screen and (max-width: 600px){.hero__content--header--home{font-size:12vw !important;margin-top:0}}@media only screen and (max-width: 1024px){.hero__content--header,.flex-group__content--header--home,.hero__content--header--home{font-size:45px}}.hero__content--copy{font-family:"Source Sans",sans-serif;font-size:23px;font-weight:400;line-height:30px;max-width:700px}.hero__content--buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;margin-top:6rem}@media only screen and (max-width: 600px){.hero__content--buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2rem;margin-bottom:6rem}}.hero__content--buttons__btn-dark{background-color:#0072ad;border:2px solid #0072ad;color:#fff;text-decoration:none;font-family:"Source Sans",sans-serif;font-size:16px;font-weight:600;padding:10px 0;width:150px;text-align:center;text-transform:uppercase;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.hero__content--buttons__btn-dark:hover{background-color:#4d9cc5;border:2px solid #4d9cc5;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}@media only screen and (max-width: 600px){.hero__content--buttons__btn-dark{width:200px}}.hero__content--buttons__btn-light{border:2px solid #fff;color:#fff;text-decoration:none;font-family:"Source Sans",sans-serif;font-size:16px;font-weight:600;padding:10px 0;width:150px;text-align:center;text-transform:uppercase;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.hero__content--buttons__btn-light:hover{background-color:#fff;color:#3e3d3d;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}@media only screen and (max-width: 600px){.hero__content--buttons__btn-light{width:200px}}.about-us{display:-webkit-box;display:-ms-flexbox;display:flex;padding:60px 30px 60px 0;gap:100px;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin:0 auto}@media only screen and (max-width: 1024px){.about-us{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0 100px 0;gap:20px}}.about-us__svg{opacity:.1;position:relative;z-index:-1}@media only screen and (max-width: 1024px){.about-us__svg{opacity:.2;position:relative;z-index:-1;min-height:160px;margin-left:-200px}}.about-us__images{position:relative}.about-us__images--background--img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width: 1024px){.about-us__images--background--img{max-width:700px}}.about-us__images--featured{-webkit-filter:drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));filter:drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));position:absolute;left:65%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:55%}.about-us__images--featured--img{max-width:100%;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width: 1024px){.about-us__images--featured--img{max-width:200px}}.about-us__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (max-width: 1024px){.about-us__content{margin:0 2rem}}.about-us__content--header{font-size:50px;font-weight:700;margin-bottom:1rem;font-family:"Source Sans",sans-serif;text-transform:uppercase;color:#3e3d3d}@media only screen and (max-width: 600px){.about-us__content--header{font-size:30px;line-height:1}}.about-us__content--copy{font-family:"Source Sans",sans-serif;font-weight:400;line-height:30px;max-width:700px;font-size:20px}@media only screen and (max-width: 600px){.about-us__content--copy{font-size:18px;line-height:25px}}.about-us__featured-profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-left:2px solid #0072ad;padding:10px 0 10px 20px}@media only screen and (max-width: 768px){.about-us__featured-profile{margin:-5.5rem 2rem 0 2rem}}.about-us__featured-profile--name{font-family:"Source Sans",sans-serif;font-size:20px;font-weight:600;margin-top:10px;color:#0072ad;padding-top:0;margin-top:0}.about-us__featured-profile--title{font-family:"Source Sans",sans-serif;font-size:16px;font-weight:450;color:#3e3d3d;text-transform:uppercase}.explore-violator{background-size:cover;background-image:url("resources/images/homepage-bg-pattern-foot.png");width:100%;height:auto;min-height:600px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 1024px){.explore-violator{min-height:350px}}.explore-violator__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto}@media only screen and (max-width: 768px){.explore-violator__content{max-height:200px}}.explore-violator__content--header{font-size:55px;font-weight:700;margin-bottom:1rem;font-family:"Source Sans",sans-serif;text-transform:uppercase;color:#3e3d3d}@media only screen and (max-width: 1024px){.explore-violator__content--header{font-size:40px}}@media only screen and (max-width: 600px){.explore-violator__content--header{font-size:30px;text-align:center}}.explore-violator__content--btn{background-color:#0072ad;color:#fff;text-decoration:none;font-family:"Source Sans",sans-serif;font-size:16px;font-weight:600;padding:10px 40px;text-transform:uppercase;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.explore-violator__content--btn:hover{background-color:#4d9cc5;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.header,.header__subpage{position:relative;padding:6rem 3rem;position:relative;background-size:cover;background-repeat:no-repeat;background-position:100% 100%;background-image:url("resources/images/bg-pattern-mixed.png")}@media only screen and (max-width: 1024px){.header,.header__subpage{padding:3rem 2rem}}.header:after,.header__subpage:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.2);z-index:10}.header__subpage{padding:3rem 0 6rem 0;max-width:100% !important}@media only screen and (max-width: 1024px){.header__subpage{padding:4rem 0 2rem 0 !important}}.header__subpage--title{background-color:rgba(62,61,61,.8);padding:3rem 3rem;color:#fff;font-family:"Source Sans",sans-serif;font-size:50px;text-transform:uppercase;line-height:1}@media mobile{.header__subpage--title{font-size:30px;line-height:1}}@media mobile-small{.header__subpage--title{font-size:25px;line-height:1}}.header__container{max-width:1440px;margin:auto}.header__content{position:relative;width:50%}@media only screen and (max-width: 1024px){.header__content{width:100%}}.header__content--title{font-size:50px;text-transform:uppercase;font-weight:700;margin-bottom:15px;font-family:"Source Sans",sans-serif;margin-top:0;color:#3e3d3d}@media only screen and (max-width: 600px){.header__content--title{font-size:30px;line-height:1}}.header__content--copy{font-family:"Source Sans",sans-serif;font-size:20px;font-weight:400;line-height:30px;max-width:800px}@media only screen and (max-width: 768px){.header__content--copy{max-width:100%}}.list-group{padding:30px 0}.list-group__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:2rem 0;gap:100px}@media only screen and (max-width: 1200px){.list-group__container{gap:50px}}@media only screen and (max-width: 1024px){.list-group__container{gap:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.list-group__container.image-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media only screen and (max-width: 1024px){.list-group__container.image-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.list-group__container.image-right .list-group__content{padding-left:70px}@media only screen and (max-width: 1200px){.list-group__container.image-right .list-group__content{padding-left:0px}}@media only screen and (max-width: 1024px){.list-group__container.image-right .list-group__content{margin-left:auto;padding-left:70px}}.list-group__container.image-right .list-group__image{margin-left:2rem}@media only screen and (max-width: 1024px){.list-group__container.image-left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.list-group__container.image-left .list-group__content{padding-right:70px}@media only screen and (max-width: 1200px){.list-group__container.image-left .list-group__content{padding-right:0px}}@media only screen and (max-width: 1024px){.list-group__container.image-left .list-group__content{padding-right:70px;margin-left:auto}}.list-group__container.image-left .list-group__image{margin-right:2rem}.list-group__image--img{max-width:550px;width:auto;height:auto}@media only screen and (max-width: 1024px){.list-group__image--img{max-width:100%;width:auto;height:auto}}.list-group__content{margin:0 2rem}@media only screen and (max-width: 600px){.list-group__content{margin:0 auto !important;padding:0 2rem}}.list-group__content--header{font-size:50px;font-weight:700;margin-bottom:1rem;font-family:"Source Sans",sans-serif;text-transform:uppercase;line-height:1.2;color:#3e3d3d}@media only screen and (max-width: 600px){.list-group__content--header{font-size:40px}}.list-group__content--copy{font-family:"Source Sans",sans-serif;font-weight:400;line-height:30px;max-width:500px;font-size:18px}.list-group__content--button{padding:10px;font-family:"Source Sans",sans-serif;font-weight:600;letter-spacing:1px;font-size:14px;text-transform:uppercase;text-decoration:none;color:#fff;background-color:#0275b3;-webkit-transition:.3s ease-in;transition:.3s ease-in;border:none;cursor:pointer}.list-group__content--button:hover{color:#fff;background-color:#4d9cc5;-webkit-transition:.3s ease-in;transition:.3s ease-in}@media only screen and (max-width: 600px){.list-group__content--button{width:calc(100% - 4rem);text-align:center;margin:0 2rem}}.list-group__content--list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;margin-left:10px;position:relative;margin-top:2rem}.list-group__content--list:before{content:"";border-left:2px solid #000;height:93%;position:absolute;left:0;top:5px}.list-group__content--item{font-family:"Source Sans",sans-serif;font-weight:400;font-size:16px;position:relative;color:#000}.list-group__content--item:before{content:"";border:1px solid #0072ad;background-color:#0072ad;width:20px;height:20px;display:block;position:absolute;left:-50px}.home-video__violator{width:100%;height:auto;max-height:700px;position:relative;margin:60px 0}.home-video__violator__bg-image{position:relative;z-index:-1}.home-video__violator__bg-image--img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;max-height:700px}@media only screen and (max-width: 768px){.home-video__violator__bg-image--img{min-height:600px}}.home-video__violator--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 114, 173, 0.9)), color-stop(80%, rgba(0, 114, 173, 0.6)), to(rgba(0, 114, 173, 0.4)));background:linear-gradient(to right, rgba(0, 114, 173, 0.9) 20%, rgba(0, 114, 173, 0.6) 80%, rgba(0, 114, 173, 0.4) 100%);z-index:0}.home-video__violator--content{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;padding:100px 2rem;height:70%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1400px;margin:0 auto}@media only screen and (max-width: 1024px){.home-video__violator--content{padding:2rem}}.home-video__violator--content-copy{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.home-video__violator--play-btn{min-width:100px;max-width:130px;width:20%;height:auto}.home-video__violator--copy{font-family:"Source Sans",sans-serif;font-size:20px;font-weight:400;line-height:30px;color:#fff;max-width:750px}@media only screen and (max-width: 600px){.home-video__violator--copy{font-size:16px}}.home-video__violator--header{font-size:50px;font-weight:700;margin-bottom:1rem;font-family:"Source Sans",sans-serif;text-transform:uppercase;color:#fff;max-width:450px;line-height:1}@media only screen and (max-width: 768px){.home-video__violator--header{font-size:50px}}@media only screen and (max-width: 600px){.home-video__violator--header{font-size:35px;line-height:1.2}}@media only screen and (max-width: 400px){.home-video__violator--header{font-size:30px}}.info-svg{overflow:hidden}.info-svg__svg{opacity:.1;position:absolute;bottom:0;left:0;min-height:300px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.info-svg .flex-group__content{max-width:1640px;margin:auto;width:100%}@media only screen and (max-width: 1024px){.info-svg .flex-group__content{width:auto}}.info-svg .flex-group__content--copy{width:45%}@media only screen and (max-width: 1024px){.info-svg .flex-group__content--copy{width:100%}}.info-svg .flex-group__container,.info-svg .flex-group__container--home{padding:2rem}@media only screen and (max-width: 1024px){.info-svg .flex-group__container,.info-svg .flex-group__container--home{padding:0 2rem 2rem 2rem}}.flex-group{padding:0 2rem;position:relative;background-size:cover;background-position:-200% 100%;background-repeat:no-repeat;background-image:url("resources/images/background-pattern.png")}.flex-group--home{background-position:50% 100%}@media only screen and (max-width: 1024px){.flex-group--home{background-position:-50% 100%;padding-top:100px !important}}@media only screen and (max-width: 600px){.flex-group--home{padding-top:200px !important}}@media only screen and (max-width: 1400px){.flex-group{background-position:left}}@media only screen and (max-width: 1024px){.flex-group{padding:0 2rem}}.flex-group:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.3);z-index:10}.flex-group__container,.flex-group__container--home{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:70px;position:relative;z-index:100;padding:2rem 0}.flex-group__container--top-aligned{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}@media only screen and (max-width: 1024px){.flex-group__container,.flex-group__container--home{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.flex-group__container.county-detail,.county-detail.flex-group__container--home{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.flex-group__container--home{min-height:400px;max-width:1400px;margin:0 auto}@media only screen and (max-width: 1024px){.flex-group__container--home{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-height:unset;gap:20px;padding:0}}.flex-group__image{max-width:600px;width:100%;height:100%}.flex-group__content{position:relative;z-index:100}.flex-group__content--header{font-size:50px;font-weight:700;margin-bottom:1rem;font-family:"Source Sans",sans-serif;text-transform:uppercase;color:#3e3d3d}.flex-group__content--header--home{line-height:.9;margin-bottom:1rem;max-width:400px;font-size:55px;color:#3e3d3d}@media only screen and (max-width: 1024px){.flex-group__content--header--home{font-size:40px;line-height:1.2}}@media only screen and (max-width: 600px){.flex-group__content--header--home{font-size:35px;line-height:1}}@media only screen and (max-width: 1024px){.flex-group__content--header{font-size:40px;line-height:1.2}}@media only screen and (max-width: 600px){.flex-group__content--header{font-size:35px;line-height:1}}.flex-group__content--copy{font-family:"Source Sans",sans-serif;font-weight:400;line-height:30px;max-width:700px;font-size:18px}@media only screen and (max-width: 1024px){.flex-group__content--copy{max-width:100%}}.flex-group__content--list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;margin-left:10px;position:relative;margin-top:2rem}.flex-group__content--list:before{content:"";border-left:2px solid #000;height:93%;position:absolute;left:0;top:5px}.flex-group__content--item{font-family:"Source Sans",sans-serif;font-weight:400;font-size:16px;position:relative;color:#000}.flex-group__content--item:before{content:"";border:1px solid #000;background-color:#fff;width:20px;height:20px;display:block;position:absolute;left:-50px}.logos{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem 3rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 1024px){.logos{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:1rem 2rem}}.logos__logo{max-width:20%;height:auto;width:auto}@media only screen and (max-width: 1024px){.logos__logo{width:45%;max-width:100%;margin:10px}}@media only screen and (max-width: 600px){.logos__logo{width:80%;max-width:100%;margin:10px auto}}.buildings-sites{padding:0 3rem}@media only screen and (max-width: 1024px){.buildings-sites{padding:0 2rem}}.buildings-sites__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;gap:15px;padding:2rem 0 4rem 0}.buildings-sites__list-item{width:45%;margin:.5rem 0}@media only screen and (max-width: 1024px){.buildings-sites__list-item{width:100%}}@media only screen and (max-width: 768px){.buildings-sites__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.buildings-sites__title{font-family:"Source Sans",sans-serif;font-size:23px;font-weight:700;color:#0072ad;margin:0}.buildings-sites__descrip{font-family:"Source Sans",sans-serif;font-size:18px;line-height:30px;font-weight:400;color:#000;margin-top:10px;max-width:550px}.video-violator{position:relative;overflow:hidden;max-height:700px}.video-violator__bg-image--img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.video-violator__gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, right top, color-stop(7%, #3e3d3d), color-stop(100%, rgba(62, 61, 61, 0.7)), to(rgba(62, 61, 61, 0.5)));background:linear-gradient(to right, #3e3d3d 7%, rgba(62, 61, 61, 0.7) 100%, rgba(62, 61, 61, 0.5) 100%);z-index:0}.video-violator__video{max-width:100%;width:auto;height:auto}.video-violator__video-container{position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);opacity:.8}@media only screen and (max-width: 1024px){.video-violator__video-container{width:70%}}.video-violator__thumbnail-container{position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);opacity:.8}@media only screen and (max-width: 1024px){.video-violator__thumbnail-container{width:70%}}.video-violator__thumbnail{max-width:100%;width:auto;height:auto;cursor:pointer}@media only screen and (max-width: 1024px){.video-violator__thumbnail{width:100%;height:auto}}.video-violator__play-btn{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:2;cursor:pointer;width:80px;height:80px}@media only screen and (max-width: 1024px){.video-violator__play-btn{width:60px;height:60px}}.video-lightbox{position:fixed;inset:0;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9000}.video-lightbox.active{display:-webkit-box;display:-ms-flexbox;display:flex}.video-lightbox__overlay{position:absolute;inset:0;background:rgba(0,0,0,.8);backdrop-filter:blur(4px)}.video-lightbox__content{position:relative;z-index:2;max-width:90%;max-height:90%}.video-lightbox__video{width:100%;height:auto;border-radius:8px;display:block}.video-lightbox__close{position:absolute;top:50px;right:50px;background:none;border:none;font-size:60px;color:#fff;cursor:pointer;line-height:1}@media only screen and (max-width: 768px){.video-lightbox__close{top:20px;right:20px}}.team{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:4rem;max-width:1400px}@media only screen and (max-width: 1200px){.team{padding:4rem 2rem}}@media only screen and (max-width: 1024px){.team{padding:0 2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (max-width: 768px){.team{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.team__member{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;width:45%;-webkit-transform:scale(1);transform:scale(1);padding:20px 0;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}.team__member:hover .team__member--image--img{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}@media only screen and (max-width: 1024px){.team__member{margin-bottom:2rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (max-width: 768px){.team__member{width:100%}}.team__member--info{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width: 1024px){.team__member--info{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.team__member--image{max-width:150px;width:auto;height:auto;overflow:hidden;padding-right:20px}@media only screen and (max-width: 600px){.team__member--image{max-width:100px}}.team__member--image--img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width: 600px){.team__member--image--img{max-width:150px}}.team__member--contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px;font-family:"Source Sans",sans-serif;color:#3e3d3d}.team__member--county-title{margin:0;font-weight:600;font-size:20px;color:#0072ad;font-family:"Source Sans",sans-serif}@media only screen and (max-width: 1024px){.team__member--county-title{margin:0;font-weight:600;font-size:20px;color:#0072ad}}.team__member--title{margin:0;font-weight:600;font-size:20px;color:#3e3d3d}.team__member--email,.team__member--phone{margin:0;font-weight:600;font-size:20px;text-decoration:none;color:#3e3d3d;-webkit-transition:color .3s ease;transition:color .3s ease}.team__member--email:hover,.team__member--phone:hover{color:#4d9cc5;-webkit-transition:color .3s ease;transition:color .3s ease}.subpage-arrow{opacity:.1;margin-top:-150px;margin-bottom:5rem;position:relative;z-index:-1}@media only screen and (max-width: 1024px){.subpage-arrow{opacity:.1;margin-bottom:5rem;position:relative;z-index:-1;height:170px;margin-left:-5rem;margin-top:0}}.news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:1440px;padding:3rem 3rem;margin:0 auto}@media only screen and (max-width: 1200px){.news{padding:3rem 2rem}}.news__article{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2rem 0;gap:100px}.news__article:hover .news__article--image--img{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}@media only screen and (max-width: 768px){.news__article{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}}.news__article--content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.news__article--date{font-family:"Source Sans",sans-serif;font-size:16px;font-weight:400;color:#3e3d3d;margin-bottom:10px}.news__article--title{font-family:"Source Sans",sans-serif;font-size:30px;font-weight:700;margin:0;color:#3e3d3d}.news__article--image{min-width:300px;max-width:350px;width:auto;height:auto;overflow:hidden}@media only screen and (max-width: 768px){.news__article--image{max-width:100%;width:100%}}.news__article--image--img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.news__article--excerpt{font-family:"Source Sans",sans-serif;font-size:16px;font-weight:400;color:#000;max-width:800px}.news__article--readmore{background-color:#0072ad;color:#fff;text-decoration:none;font-family:"Source Sans",sans-serif;font-size:16px;font-weight:600;padding:10px 30px;margin-top:1rem;text-transform:uppercase;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.news__article--readmore:hover{background-color:#4d9cc5;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.pagination{font-family:"Source Sans",sans-serif;font-size:20px;color:#000;padding:2rem 1rem}.pagination__list{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;list-style:none;padding:0;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 600px){.pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}}.pagination__item--active .pagination__link{font-weight:bold;color:#0072ad;pointer-events:none}.pagination__item--ellipsis .pagination__ellipsis{display:block;padding:3;pointer-events:none}.pagination__item--arrow .pagination__link{width:10px;color:#000;border:1px solid #000;border-radius:0;padding:10px 12px;margin:0 10px;cursor:pointer}.pagination__link{display:block;padding:6px;color:#000;text-decoration:none;border-radius:4px;border:1px solid rgba(0,0,0,0)}.reports .swiper-button-next{position:absolute !important;top:65px;right:50px !important;border:1.5px solid #000;color:#000;width:15px;height:15px;padding:17px}@media only screen and (max-width: 1024px){.reports .swiper-button-next{top:55px;padding:12px}}@media only screen and (max-width: 600px){.reports .swiper-button-next{right:30px !important}}.reports .swiper-button-next:hover{color:#fff;background-color:#4d9cc5;border-color:#4d9cc5;-webkit-transition:all .3s ease;transition:all .3s ease}.reports .swiper-button-prev{position:absolute !important;top:65px;right:130px !important;left:auto;border:1.5px solid #000;color:#000;width:15px;height:15px;padding:17px;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width: 1024px){.reports .swiper-button-prev{top:55px;padding:12px;right:100px !important}}@media only screen and (max-width: 600px){.reports .swiper-button-prev{right:80px !important}}.reports .swiper-button-prev:hover{color:#fff;background-color:#4d9cc5;border-color:#4d9cc5;-webkit-transition:all .3s ease;transition:all .3s ease}.reports{position:relative;padding:3rem;max-width:1440px}@media only screen and (max-width: 1024px){.reports{padding:2rem}}.reports__header{font-family:"Source Sans",sans-serif;font-size:50px;font-weight:700;text-transform:uppercase;margin-bottom:0;margin-top:0;color:#3e3d3d}@media only screen and (max-width: 1024px){.reports__header{margin-bottom:2rem}}@media only screen and (max-width: 600px){.reports__header{margin-bottom:0}}.reports__arrows{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}@media only screen and (max-width: 768px){.reports__arrows{display:none}}.reports__grid{display:grid;justify-items:center;width:calc(100% - 6rem);grid-template-columns:1fr 1fr 1fr;gap:20px;margin:2rem auto;padding:2rem 3rem}@media only screen and (max-width: 1024px){.reports__grid{grid-template-columns:1fr;padding:2rem}}.reports__grid--next-arrow{width:30px;border:1.5px solid #000;color:#000;width:15px;height:15px;padding:17px;-webkit-transition:all .3s ease;transition:all .3s ease}.reports__grid--next-arrow:hover{color:#fff;background-color:#4d9cc5;border-color:#4d9cc5;-webkit-transition:all .3s ease;transition:all .3s ease}.reports__grid--prev-arrow{border:1.5px solid #000;color:#000;width:15px;height:15px;padding:17px;-webkit-transition:all .3s ease;transition:all .3s ease}.reports__grid--prev-arrow:hover{fill:#fff;background-color:#4d9cc5;border-color:#4d9cc5;-webkit-transition:all .3s ease;transition:all .3s ease}.reports__grid--header{position:relative;margin:2rem auto 1rem auto;padding:0 3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#3e3d3d}@media only screen and (max-width: 1024px){.reports__grid--header{padding:0 2rem;margin-bottom:0}}.report{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.report-pagination{width:auto;padding-left:5rem;max-width:1440px;padding-top:0}@media only screen and (max-width: 1730px){.report-pagination{padding-left:3rem}}@media only screen and (max-width: 600px){.report-pagination{padding:1rem}}.report-pagination .pagination__item--arrow{display:none}@media only screen and (max-width: 768px){.report-pagination .pagination__item--arrow{display:block}}.report__container{max-width:450px}.report__btn-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;margin-top:1rem}.report__image--img{max-width:100%;width:auto;height:auto}.report__btn{background-color:#0072ad;color:#fff;text-decoration:none;font-family:"Source Sans",sans-serif;font-size:16px;font-weight:600;padding:10px 30px;text-transform:uppercase;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.report__btn:hover{background-color:#4d9cc5;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.report__date{font-family:"Source Sans",sans-serif;font-size:18px;font-weight:400;color:#3e3d3d}.report__excerpt{font-family:"Source Sans",sans-serif;font-size:18px;font-weight:400;color:#000;padding-right:100px}@media only screen and (max-width: 600px){.report__excerpt{padding-right:0}}.swiper-container{width:100%;height:100%}.swiper-slide{font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.swiper-button-next{--swiper-navigation-size: 30px}@media only screen and (max-width: 1024px){.swiper-button-next{--swiper-navigation-size: 20px}}.swiper-button-prev{--swiper-navigation-size: 30px}@media only screen and (max-width: 1024px){.swiper-button-prev{--swiper-navigation-size: 20px}}.countySwiper{display:none !important}@media only screen and (max-width: 1024px){.countySwiper{display:block !important}}.countySwiper .swiper-container{width:100%;height:100%}.countySwiper .swiper-slide{font-size:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.countySwiper .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.countySwiper .swiper-button-next{--swiper-navigation-size: 30px}@media only screen and (max-width: 1024px){.countySwiper .swiper-button-next{--swiper-navigation-size: 20px}}.countySwiper .swiper-button-prev{--swiper-navigation-size: 30px}@media only screen and (max-width: 1024px){.countySwiper .swiper-button-prev{--swiper-navigation-size: 20px}}.counties-grid .swiper-button-next{position:absolute !important;top:auto !important;bottom:20px;left:55%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:1.5px solid #000;color:#000;width:12px;height:12px;padding:17px;display:none}.counties-grid .swiper-button-next:hover{color:#fff;background-color:#4d9cc5;border-color:#4d9cc5;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width: 1024px){.counties-grid .swiper-button-next{display:block}}@media only screen and (max-width: 600px){.counties-grid .swiper-button-next{left:60%}}.counties-grid .swiper-button-prev{position:absolute !important;top:auto !important;bottom:20px;left:45%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:1.5px solid #000;color:#000;width:12px;height:12px;padding:17px;-webkit-transition:all .3s ease;transition:all .3s ease;display:none}.counties-grid .swiper-button-prev:hover{color:#fff;background-color:#4d9cc5;border-color:#4d9cc5;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width: 1024px){.counties-grid .swiper-button-prev{display:block}}@media only screen and (max-width: 600px){.counties-grid .swiper-button-prev{left:40%}}.counties-grid{padding:4rem 0}@media only screen and (max-width: 1024px){.counties-grid{padding:2rem 2rem 6rem 2rem;position:relative}}.counties-grid__header{font-family:"Source Sans",sans-serif;font-size:50px;font-weight:700;text-transform:uppercase;margin-bottom:0;margin-top:0;padding:3rem;color:#3e3d3d}@media only screen and (max-width: 768px){.counties-grid__header{padding:0 0 2rem 0;font-size:35px}}.counties-grid__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:5px;margin:0 auto;padding:0 3rem}@media only screen and (max-width: 1024px){.counties-grid__grid{display:none}}.counties-grid__county{max-width:100%;height:auto;width:auto;position:relative;background-color:#3e3d3d;overflow:hidden}.counties-grid__county--title{color:#fff;font-family:"Source Sans",sans-serif;font-size:24px;font-weight:400;text-transform:uppercase;z-index:200;margin-top:0;position:absolute;top:2rem;left:2rem}.counties-grid__county-descrip{color:#fff;font-family:"Source Sans",sans-serif;font-size:20px;font-weight:400;margin:3rem 0 3rem 0;padding-top:1rem;line-height:30px;z-index:200;max-width:300px;border-top:solid 1px #fff}@media only screen and (max-width: 1400px){.counties-grid__county-descrip{margin:3rem 0 1rem 0;font-size:18px;line-height:25px}}.counties-grid__county--link{text-decoration:none;color:#fff;font-family:"Source Sans",sans-serif;font-size:16px;font-weight:400;text-transform:uppercase;margin-top:15px;z-index:200;display:inline-block;position:relative;padding-right:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.counties-grid__county--link:before{content:"";display:block;width:0%;border-bottom:2px solid #fff;position:absolute;bottom:0;left:0;-webkit-transition:width .3s ease;transition:width .3s ease}.counties-grid__county--link:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m13.292 12l-4.6-4.6l.708-.708L14.708 12L9.4 17.308l-.708-.708z'/%3E%3C/svg%3E");display:block;width:0%;height:2px;font-weight:300;color:#fff;position:absolute;top:-2px;right:20px;-webkit-transition:right .3s ease;transition:right .3s ease}.counties-grid__county--link:hover:after{right:15px;-webkit-transition:right .3s ease;transition:right .3s ease}.counties-grid__county--link:hover:before{width:85%;-webkit-transition:width .3s ease;transition:width .3s ease}.counties-grid__county--overlay{position:absolute;top:0;left:0;z-index:150;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;height:100%;width:100%}.counties-grid__county--overlay:hover{opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.counties-grid__county--overlay-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:relative}.counties-grid__county--overlay-img--img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.counties-grid__county--overlay--content{background:radial-gradient(farthest-corner at 40px 40px, #0072ad 20%, rgba(0, 114, 173, 0.8) 90%, rgba(0, 114, 173, 0.5) 100%);position:absolute;top:0;left:0;padding:2rem;height:100%;width:calc(100% - 4rem)}.counties-grid__county--background{max-width:100%;height:350px;width:350px}@media only screen and (max-width: 600px){.counties-grid__county--background{width:300px;height:300px}}@media mobile-small{.counties-grid__county--background{width:270px;height:270px}}.counties-grid__county--svg{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:170px;max-height:170px}.article{max-width:1200px;margin:auto;padding:3rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article__header{text-align:center;max-width:80%}@media only screen and (max-width: 768px){.article__header{max-width:100%}}.article__header--date{font-family:"Source Sans",sans-serif;font-size:20px;font-weight:400;color:#3e3d3d;padding:0 1rem}.article__header--date:after{content:"";display:block;width:60%;height:2px;border-bottom:2px solid #4d9cc5;margin:1.5rem auto 0 auto}@media only screen and (max-width: 768px){.article__header--date:after{height:5px}}.article__header--title{font-family:"Source Sans",sans-serif;font-size:50px;font-weight:800;text-transform:capitalize;margin:1.5rem 2rem 0 2rem;margin:1.5rem auto;line-height:1;color:#3e3d3d}@media only screen and (max-width: 768px){.article__header--title{font-size:35px}}.article__image{max-width:100%;height:auto;width:auto;margin:4rem auto;min-width:70%}@media only screen and (max-width: 768px){.article__image{margin:2rem auto}}.article__image--img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.article__content--section{margin:80px 200px}@media only screen and (max-width: 1024px){.article__content--section{margin:40px auto}}@media only screen and (max-width: 600px){.article__content--section{margin:20px auto}}.article__content--section--header{font-family:"Source Sans",sans-serif;font-size:30px;font-weight:650;margin-bottom:1rem;color:#3e3d3d}.article__content--section--copy{font-family:"Source Sans",sans-serif;font-size:20px;font-weight:400;line-height:30px;color:#000}@media only screen and (max-width: 600px){.article__content--section--copy{line-height:27px}}.article__content--section--quote{font-family:"Source Sans Italic",sans-serif;font-size:24px;font-weight:700;line-height:30px;color:#000;margin:3rem auto;padding:2rem 0 2rem 30px;border-left:1px solid #0072ad;width:60%}@media only screen and (max-width: 768px){.article__content--section--quote{width:auto}}.article__content--line-break{height:2px;width:60%;background-color:#4d9cc5;margin:2rem auto}@media only screen and (max-width: 768px){.article__content--line-break{width:80%;height:3px}}.scroll-container{height:3500px;position:relative}@media only screen and (max-width: 600px){.scroll-container{height:auto;padding:2rem}}.featured-properties,.featured-properties--mobile{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:15%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3rem;padding:0 0 4rem 0;width:100%;opacity:0}.featured-properties.active,.active.featured-properties--mobile{opacity:1;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.featured-properties--mobile{height:0;display:none;padding:0}@media only screen and (max-width: 900px){.featured-properties,.featured-properties--mobile{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:90px;gap:1.5rem}}@media only screen and (max-width: 768px){.featured-properties,.featured-properties--mobile{top:90px;gap:1rem}}@media only screen and (max-width: 600px){.featured-properties,.featured-properties--mobile{position:relative;top:auto;opacity:1;padding:0;display:none}.featured-properties--mobile{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;padding:0 0 4rem 0}}.featured-properties.top-scrolled,.top-scrolled.featured-properties--mobile{position:absolute;top:3%}@media only screen and (max-width: 600px){.featured-properties.top-scrolled,.top-scrolled.featured-properties--mobile{position:relative;top:auto}}.featured-properties.bottom-scrolled,.bottom-scrolled.featured-properties--mobile{position:absolute;bottom:2%;top:auto}@media only screen and (max-width: 600px){.featured-properties.bottom-scrolled,.bottom-scrolled.featured-properties--mobile{position:relative;top:auto}}.featured-properties__sliding{width:60%;position:relative}@media only screen and (max-width: 1024px){.featured-properties__sliding{width:65%;height:500px;margin:auto}}@media only screen and (max-width: 768px){.featured-properties__sliding{width:75%}}@media only screen and (max-width: 600px){.featured-properties__sliding{width:100%;height:auto;margin:auto}}.featured-properties__fixed{width:40%;padding:2rem 2rem 2rem 0;padding-top:0;-webkit-transition:padding .3s ease;transition:padding .3s ease}@media only screen and (max-width: 1024px){.featured-properties__fixed{width:60%;margin:auto}}@media only screen and (max-width: 768px){.featured-properties__fixed{width:75%}}@media only screen and (max-width: 600px){.featured-properties__fixed{width:100%;padding:2rem 0}}.featured-properties__copy{font-family:"Source Sans",sans-serif;font-size:20px;font-weight:400;line-height:30px;color:#000;max-width:600px;margin-bottom:2rem;margin-left:5rem}@media only screen and (max-width: 900px){.featured-properties__copy{font-size:16px;margin:0 1rem 2rem 1rem}}@media only screen and (max-width: 768px){.featured-properties__copy{font-size:18px;line-height:25px}}@media only screen and (max-width: 600px){.featured-properties__copy{font-size:18px;margin-left:0;line-height:30px}}.featured-properties__image{max-width:100%;height:auto;width:auto;overflow:hidden;max-height:500px}@media only screen and (max-width: 400px){.featured-properties__image{max-width:85%;margin:auto}}.featured-properties__image--img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.featured-properties__property{opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:0;position:absolute;top:0}.featured-properties__property.active{opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:100;-webkit-transition-delay:.3s;transition-delay:.3s}@media only screen and (max-width: 600px){.featured-properties__property{position:relative;opacity:1;padding:1rem 0}}.featured-properties__header{font-family:"Source Sans",sans-serif;font-size:50px;font-weight:700;text-transform:uppercase;margin:0;line-height:1;padding:0 0 2rem 0;color:#3e3d3d}@media only screen and (max-width: 768px){.featured-properties__header{font-size:40px;padding:2rem}}@media only screen and (max-width: 1024px){.featured-properties__header{font-size:35px;padding:0;margin:auto;text-align:center}}@media only screen and (max-width: 768px){.featured-properties__header{font-size:30px;margin-bottom:2rem}}@media only screen and (max-width: 600px){.featured-properties__header{font-size:35px;text-align:left;margin-bottom:1rem}}.featured-properties__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style:none;position:relative;gap:3rem;counter-reset:item;padding-left:65px}.featured-properties__list:before{content:"";border-left:2px solid #3e3d3d;height:80%;position:absolute;top:0;left:22px}@media only screen and (max-width: 1024px){.featured-properties__list:before{left:30px}}@media only screen and (max-width: 900px){.featured-properties__list:before{display:none}}@media only screen and (max-width: 600px){.featured-properties__list{padding:0;margin:0}}.featured-properties__list--item{position:relative;counter-increment:item;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width: 900px){.featured-properties__list--item{visibility:hidden;position:absolute;height:0}}@media only screen and (max-width: 600px){.featured-properties__list--item{position:relative;height:auto;visibility:visible;list-style:none;width:90%;margin-left:auto}}@media only screen and (max-width: 500px){.featured-properties__list--item{width:85%}}@media only screen and (max-width: 400px){.featured-properties__list--item{width:80%}}.featured-properties__list--item:before{font-family:"Source Sans",sans-serif;font-weight:600;text-align:center;font-size:23px;margin-right:20px;content:counter(item);background:#fff;border:1px solid #000;padding:6px;width:30px;color:#000;text-align:center;display:inline-block;position:absolute;left:-4rem;-webkit-transition:all .3s ease;transition:all .3s ease}@media only screen and (max-width: 1024px){.featured-properties__list--item:before{left:-3.5rem}}@media only screen and (max-width: 600px){.featured-properties__list--item:before{background:#0072ad;border:1px solid #0072ad;color:#fff}}.featured-properties__list--item.active{visibility:visible;position:relative;height:auto}.featured-properties__list--item.active::before{background:#0072ad;border:1px solid #0072ad;color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.featured-properties__list--item.active .featured-properties__list--item-header{color:#0072ad !important;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.featured-properties__list--item.active .featured-properties__list--item-copy{opacity:1;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.featured-properties__list--item-header{font-family:"Source Sans",sans-serif;font-size:23px;font-weight:700;margin-bottom:.5rem;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:.4;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;color:#3e3d3d}@media only screen and (max-width: 600px){.featured-properties__list--item-header{opacity:1}}.featured-properties__list--item-header a{color:#3e3d3d;text-decoration:none}.featured-properties__list--item-copy{font-family:"Source Sans",sans-serif;font-size:16px;font-weight:400;line-height:25px;color:#000;margin-bottom:1rem;opacity:.4;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media only screen and (max-width: 600px){.featured-properties__list--item-copy{opacity:1}}.contact-us{height:auto;width:auto;max-width:800px;margin:auto;font-family:"Source Sans",sans-serif;color:#fff}@media only screen and (max-width: 1024px){.contact-us{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.contact-us-container{width:85%}@media only screen and (max-width: 1024px){.contact-us-container{width:auto}}.contact-us__header{font-size:40px;text-transform:uppercase;font-family:"Source Sans",sans-serif;color:#fff;font-weight:700;margin:0 0 1.5rem 0;padding-top:0}@media only screen and (max-width: 1024px){.contact-us__header{text-align:center}}.contact-us__form{margin:auto}@media only screen and (max-width: 1024px){.contact-us__form{width:100%}}.contact-us__form--label{display:block;background-color:rgba(0,0,0,0);position:absolute;left:-2px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.2s ease all;transition:.2s ease all;pointer-events:none;color:#fff;font-family:"Source Sans",sans-serif;text-transform:uppercase;font-size:14px}.contact-us__form--label.active{top:10px;font-size:.7em;color:#fff}.contact-us__form--label-dropdown{color:#fff;font-family:"Source Sans",sans-serif;text-transform:uppercase;font-size:14px}.contact-us__form--input{-webkit-transition:padding .2s ease;transition:padding .2s ease;padding:15px 0 15px 15px;color:#fff;font-family:"Source Sans",sans-serif;text-transform:uppercase;font-size:14px;background-color:rgba(0,0,0,0);border-bottom:#fff 1px solid}.contact-us__form--input::-webkit-input-placeholder{color:rgba(0,0,0,0)}.contact-us__form--input::-moz-placeholder{color:rgba(0,0,0,0)}.contact-us__form--input:-ms-input-placeholder{color:rgba(0,0,0,0)}.contact-us__form--input::-ms-input-placeholder{color:rgba(0,0,0,0)}.contact-us__form--input::placeholder{color:rgba(0,0,0,0)}.contact-us__form--input:focus{outline:none}.contact-us__form--input:focus+.contact-us__form--label{top:10px;font-size:.7em;color:#fff}.contact-us__form--input:valid+.contact-us__form--label{font-size:.7em;top:10px}.contact-us__form--input-box{position:relative;margin:5px;width:100%}.contact-us__form--input-box.select-wrapper{position:relative}.contact-us__form--input-box.select-wrapper::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='m5.84 9.59l5.66 5.66l5.66-5.66l-.71-.7l-4.95 4.95l-4.95-4.95z'/%3E%3C/svg%3E");position:absolute;right:12px;bottom:0}.contact-us__form--input-box select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact-us__form--input,.contact-us__form--textarea{width:calc(100% - 15px);padding:30px 0 5px 0px;border-left:none;border-right:none;border-top:none;border-radius:0 !important;background-color:rgba(0,0,0,0)}.contact-us__form--textarea{resize:none;font-family:"Source Sans",sans-serif;text-transform:uppercase;font-size:14px;border-bottom:#fff 1px solid;background-color:rgba(0,0,0,0);color:#fff;max-height:80px;margin-top:30px;padding-top:0}@media only screen and (max-width: 600px){.contact-us__form--textarea{height:50px}}.contact-us__form--textarea:focus{outline:none}.contact-us__form--textarea:focus+.contact-us__form--label{top:10px;font-size:.7em}.contact-us__form--textarea:valid+.contact-us__form--label{font-size:.7em;top:10px}.contact-us__form--textarea-box{position:relative;margin:2rem 5px}.contact-us__form--textarea-box .contact-us__form--label{display:block;position:absolute;left:-2px;top:20px;-webkit-transition:.2s ease all;transition:.2s ease all;pointer-events:none;font-size:16px}.contact-us__form--btn{padding:10px 40px;font-family:"Source Sans",sans-serif;font-weight:600;letter-spacing:1px;font-size:14px;text-transform:uppercase;text-decoration:none;color:#fff;background-color:#0275b3;-webkit-transition:.3s ease-in;transition:.3s ease-in;border:none;cursor:pointer}.contact-us__form--btn:hover{color:#fff;background-color:#4d9cc5;-webkit-transition:.3s ease-in;transition:.3s ease-in}@media only screen and (max-width: 600px){.contact-us__form--btn{width:calc(100% - 4rem);text-align:center;margin:0 2rem}}.footer{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1024px){.footer{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.footer__left{width:65%;background:-webkit-gradient(linear, left top, right top, from(rgba(0, 114, 173, 0.9)), to(rgba(0, 114, 173, 0.8)));background:linear-gradient(to right, rgba(0, 114, 173, 0.9), rgba(0, 114, 173, 0.8));position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:6rem 2rem 6rem 3rem;overflow:hidden;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 1024px){.footer__left{width:auto;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4rem 3rem}}@media only screen and (max-width: 768px){.footer__left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left;padding:4rem 3rem}}.footer__left--bg-image{position:absolute;left:0;width:100%;height:100%;z-index:-1}.footer__left--bg-image--img{width:100%;height:100%;-o-object-position:right;object-position:right;-o-object-fit:cover;object-fit:cover}.footer__left--bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:70px;font-family:"Source Sans",sans-serif;font-size:16px;text-transform:uppercase}@media only screen and (max-width: 768px){.footer__left--bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;width:100%}}.footer__left--bottom-r{font-size:18px;font-weight:600}.footer__left--bottom-l{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;color:#fff;font-family:"Source Sans",sans-serif;font-size:16px;line-height:1.5}@media only screen and (max-width: 768px){.footer__left--bottom-l{gap:30px;font-size:20px;width:100%}}.footer__address{margin-bottom:30px;text-decoration:none}@media only screen and (max-width: 768px){.footer__address{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-bottom:0}}.footer__address--street,.footer__address--city-state{text-decoration:none;text-transform:uppercase;color:#fff}.footer__address--street:after,.footer__address--city-state:after{content:"";display:block;border-bottom:2px solid #fff;width:0%;-webkit-transition:width .3s ease;transition:width .3s ease}.footer__address:hover .footer__address--street:after,.footer__address:hover .footer__address--city-state:after{width:100%;border-bottom:2px solid #fff;-webkit-transition:width .3s ease;transition:width .3s ease}.footer__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:#fff;font-family:"Source Sans",sans-serif;font-size:16px}@media only screen and (max-width: 768px){.footer__contact{font-size:18px}}.footer__contact--email{text-decoration:none;text-transform:uppercase;color:#fff;-webkit-transition:color .3s ease;transition:color .3s ease}.footer__contact--email:after{content:"";display:block;border-bottom:2px solid #fff;width:0%;-webkit-transition:width .3s ease;transition:width .3s ease}.footer__contact--email:hover:after{width:100%;border-bottom:2px solid #fff;-webkit-transition:width .3s ease;transition:width .3s ease}.footer__contact--phone{text-decoration:none;text-transform:uppercase;color:#fff;-webkit-transition:color .3s ease;transition:color .3s ease}.footer__contact--phone:after{content:"";display:block;border-bottom:2px solid #fff;width:0%;-webkit-transition:width .3s ease;transition:width .3s ease}.footer__contact--phone:hover:after{width:100%;border-bottom:2px solid #fff;-webkit-transition:width .3s ease;transition:width .3s ease}@media only screen and (max-width: 768px){.footer__contact{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.footer__page-links--list{list-style:none}@media only screen and (max-width: 768px){.footer__page-links--list{text-align:left;padding-left:0;margin:50px 0}}.footer__page-links--item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width: 768px){.footer__page-links--item{margin:20px 0}}.footer__page-links--list a{text-decoration:none;color:#fff;font-family:"Source Sans",sans-serif;margin:20px 0;text-transform:uppercase;-webkit-transition:all .3s ease;transition:all .3s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer__page-links--list a:after{content:"";display:block;border-bottom:2px solid #fff;width:0%;-webkit-transition:width .3s ease;transition:width .3s ease}.footer__page-links--list a:hover:after{width:100%;border-bottom:2px solid #fff;-webkit-transition:width .3s ease;transition:width .3s ease}@media only screen and (max-width: 768px){.footer__page-links--list a{font-weight:700}}.footer__right{width:35%;background-color:#3e3d3d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:5rem 3rem}@media only screen and (max-width: 1024px){.footer__right{width:auto;padding:3rem}}.footer__tagline{font-family:"Source Sans",sans-serif;text-transform:uppercase;font-weight:700;font-size:50px;color:#fff;text-align:left;line-height:.85}@media only screen and (max-width: 1024px){.footer__tagline{font-size:40px}}@media only screen and (max-width: 500px){.footer__tagline{font-size:35px}}@media only screen and (max-width: 400px){.footer__tagline{font-size:30px}}.footer__logo{width:250px;height:auto}@media only screen and (max-width: 768px){.footer__logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;height:auto;margin:0 1rem;max-width:300px}}.custom-error{color:red}/*# sourceMappingURL=style.min.css.map */