body{ position: relative;background-color: #fff;color: #000;font: 400 17px/1.7 Manrope,sans-serif;counter-reset: section;overflow-x: hidden;}p{ margin: 10px auto;}a{ cursor: pointer;text-decoration: none;color: #0e65e5;}a:hover{ color: #6dd163;}hr{ position: relative;display: table;clear: both;margin: 40px auto;width: 100%;height: 1px;background-color: #6dd163;}:focus,a:focus,button:focus,input:focus{ outline-width: medium;outline-color: #0e65e5!important;}h1,h2,h3,h4,h5,h6{ margin: 0;position: relative;}#page-title h1,.h1 small{ color: #0e8daa;font: 700 14px/1 Lato,sans-serif;letter-spacing: 2px;display: block;margin: 0 auto 20px;text-transform: uppercase;}#page-title h1:only-child,.h1,h2#append{ color: #313c65;font: 400 64px/1 new-astro,sans-serif;}#page-title h1:only-child b,#page-title h1:only-child strong,.h1 b,.h1 strong,h2#append b,h2#append strong{ font-weight: 700;color: #07ad1a;}.dividerLead,.h2,.more-to-explore span,h2{ color: #000;font: 400 44px/1 new-astro,sans-serif;position: relative;}.h3,h3{ color: #000;display: block;position: relative;font: 700 34px/1.1 new-astro,sans-serif;}.h4,h4{ color: #000;display: block;position: relative;font: 700 20px/1.1 Manrope,sans-serif;text-transform: uppercase;}main ul{ list-style: none;padding: 0;margin: 10px 0;text-align: left;overflow: hidden;}main ul li{ position: relative;display: block;margin: 0 0 10px 26px;padding-left: 34px;line-height: 1.6;}main ul li:before{ content: "\e832";color: #0e65e5;position: absolute;left: 0;top: 3px;font-size: .9em;}main ul.no-list li{ padding: 0;}main ul.no-list li:before{ display: none;}[class^=btn]{ position: relative;z-index: 1;display: inline-block;vertical-align: middle;cursor: pointer;text-align: center;transition: .3s all;font: 500 16px/1.2 new-astro,sans-serif;letter-spacing: 1px;text-transform: uppercase;color: #fff;min-width: 285px;margin: 10px;padding: 10px;border-radius: 25px;background-color: #7b2dcd;}[class^=btn]:hover{ background-color: #9535a0;color: #fff;}.btn-alt{ background-color: #0e65e5;color: #fff;}.btn-alt:hover{ background-color: #1b8daa;color: #fff;}.btn-thr{ background-color: #6dd163;}.btn-thr:hover{ background-color: #07ad1a;}#fixed-tabs a{ text-transform: none;}#fixed-tabs .ra{ background-color: rgb(12.5308641975,90.4012345679,204.9691358025);}#fixed-tabs .call{ background-color: rgb(23.5050761421,122.7487309645,147.9949238579);}#fixed-tabs .fr,#fixed-tabs .map{ background-color: #2e2d2d;}#fixed-tabs .fb{ background-color: #4d70a8;}#fixed-tabs .gg{ background-color: #dc4e41;}header{ position: fixed;z-index: 100;left: 0;top: 0;width: 100%;background: url(assets/images/header-bg.jpg) center center no-repeat;background-size: cover;box-shadow: 2px 0 3px #a39eb4;}header:before{ position: absolute;left: 0;top: 0;right: 0;bottom: 0;content: "";background-color: rgba(0,0,0,.5);mix-blend-mode: hard-light;z-index: -1;}header:focus-within{ z-index: 500;}header .logo{ position: relative;z-index: 1;}header .logo img{ max-height: 130px;}header .hd-container{ flex: 1;display: flex;align-items: center;}header #hd-top{ padding: 12px 10px;background: #e0dee6 url(assets/images/hd-top-bg.png) center top repeat-y;position: relative;}header #hd-top:after,header #hd-top:before{ content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: url(assets/images/hd-top-deco.png) left top repeat-x;pointer-events: none;}header #hd-top:after{ transform: scale(-1);}header .hd-info{ max-width: 1200px;gap: 20px;margin: 0 auto;display: flex;align-items: center;justify-content: center;flex: 1;line-height: 1;}header .pho{ color: #07ad1a;font-size: 23px;}header .phy{ color: #000;font-size: 16px;}header .pho,header .phy{ margin: 0;display: block;position: relative;}header .pho:hover,header .phy:hover{ color: #0e65e5;}header .ra{ margin: 0 0 0 auto;padding: 5px 15px;min-width: 290px;}header .ra:hover{ background-color: #1b8daa;}@media (min-width:1025px){ .place-nav{ max-width: 1300px;margin: 0 auto;padding: 10px;display: flex;justify-content: space-between;align-items: center; } nav{ flex: 0 1 100%; } nav, nav ul li, nav ul li a{ position: relative; } nav > ul{ padding: 0;max-width: 800px;margin: 0 0 0 auto; } nav ul{ list-style: none;display: flex;justify-content: space-around; } nav ul li a{ display: block;color: #fff; } nav ul li a:hover{ color: #fff; } nav > ul > li{ flex: 1 1 auto;text-align: center; } nav > ul > li:last-of-type:after{ display: none; } nav > ul > li > a{ padding: 6px 0;font: 500 20px/1 new-astro,sans-serif;color: #fff; } nav > ul > li > a span{ color: #000; } nav > ul > li:hover > a{ color: #07ad1a; } nav ul li:hover > ul{ display: block;visibility: visible;animation-name: fadeIn;animation-duration: .25s;animation-fill-mode: both; } nav ul ul{ display: none;min-width: 280px;width: 100%;padding: 0;position: absolute;z-index: 3;left: 0;text-align: left;background-color: #0e65e5;box-shadow: 10px 17.3px 25px rgba(0,0,0,.2); } nav > ul > li:last-child ul{ right: 0;left: auto; } nav ul ul li > a{ padding: 10px 12px;font-size: 14px;line-height: 1.3;text-transform: none; } nav ul ul li:hover > a{ background-color: #1b8daa;color: #fff; } nav ul ul ul{ left: 100%;top: 0;background-color: #6dd163; } nav ul ul ul li button i:before{ content: "\e825"!important; } nav ul ul ul ul{ top: auto;left: 0;position: relative;display: block;box-shadow: none;background-color: rgb(72.1386138614,197.3861386139,59.6138613861); } nav ul ul ul ul li a{ padding-left: 2em;padding-left: 2em; } nav ul ul ul ul li a{ background-color: rgb(79.5108910891,199.7089108911,67.4910891089); } nav ul ul ul ul li:hover a{ background-color: rgb(20.0101522843,104.4974619289,125.9898477157); } .has-submenu button, .has-submenu span > a{ display: inline-block;line-height: 1;color: #fff; } .has-submenu.open > ul{ display: block; } .has-submenu.open > ul :focus{ background-color: rgba(255,255,255,.2); } nav li button{ display: inline-block;padding: 0; } nav > ul > li.has-submenu > a > button{ width: 20px;color: #fff; } nav > ul > li.has-submenu > a > button i:before{ margin: 0; }}.fix-nav header{ position: fixed!important;box-shadow: 0 3px 7px rgba(24,23,24,.35);animation-duration: 1s;animation-fill-mode: both;z-index: 100;}.fix-nav header:before{ background: #1b8daa;opacity: .9;mix-blend-mode: normal;}.fix-nav header .logo img{ max-height: 78px;}.fix-nav header #hd-top{ background-image: none;padding: 5px 10px;}.fix-nav header #hd-top:after,.fix-nav header #hd-top:before{ display: none;}.fix-nav header .place-nav{ padding: 5px 10px;}@media (max-width:1024px){ header .pho{ font-size: 30px; } header .logo{ padding: 8px; } header .logo img{ max-height: 70px; } #hd-top, #main-nav, .hd-info, header .hd-btns, header .phy, header [class^=btn], header nav ul{ display: none; } .nav-down{ box-shadow: 0 3px 7px rgba(24,23,24,.2); } .nav-up{ transform: translateY(-100%); } .mean-container .mean-nav, body, header{ transition: all .3s; } body{ right: 0; } .attach header{ position: fixed!important;box-shadow: 0 3px 7px rgba(24,23,24,.35); } .attach header .top-nav{ display: none!important; } body.mean-active header{ left: -80%;transform: none; } body.mean-active{ overflow: hidden;right: 80%; } body.mean-active:before{ z-index: 98;content: "";opacity: .7;background-color: #000;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-image: none;height: inherit; } body.mean-active .mean-container .mean-nav{ right: 0; } .mean-container{ display: flex!important;flex-flow: row nowrap;align-items: center;justify-content: space-between; } .mean-container .mean-bar{ background-color: #0e65e5;width: 50px;min-height: 70px;display: flex;flex-direction: column;justify-content: center;align-items: center;align-self: flex-start;margin-right: 10px;margin-left: 8px; } .mean-container .meanmenu-reveal{ display: block;color: #fff; } .mean-container a.meanmenu-reveal.meanclose i:before{ transform: rotate(45deg);font-size: 60px;content: "+";margin: -5px 0 0 8px; } .mean-container .mean-bar .icon-menu{ position: relative;display: table;transition: .3s all;z-index: 1;margin: 20px 0 5px 0; } .mean-container .meanmenu-reveal .icon-menu:before{ font-size: 22px;content: "\e808";font-family: fontello; } .mean-container .mean-bar .icon-menu:after, .mean-container .meanmenu-reveal.meanclose:after{ content: "";font-style: normal;position: absolute;left: 48%;transform: translateX(-50%);bottom: -10px;letter-spacing: 1px;font-size: .55em;font-weight: 700; } .mean-container .meanmenu-reveal.meanclose i:before{ transform: rotate(45deg);font-size: 60px;content: "+";margin: -5px 0 0 8px; } .mean-container .meanmenu-reveal.meanclose:after{ content: "CLOSE";bottom: 5px; } .mean-container .mean-nav{ position: fixed;right: -80%;margin: 0;top: 0;bottom: 0;width: 80%;overflow: auto;display: flex;flex-flow: column;justify-content: flex-start;background-color: #1b8daa; } .mean-container .mean-nav ul{ font-size: 16px;padding: 0;margin: 0;width: 100%;list-style-type: none; } .mean-container .mean-nav ul li{ position: relative;width: 100%; } .mean-container .mean-nav ul li a{ display: block;padding: 1em 5%;padding-right: 58px!important;margin: 0;text-align: left;color: #fff;border-top: 1px solid rgba(255,255,255,.5);text-decoration: none;text-transform: uppercase; } .mean-container .mean-nav ul li li a{ padding: 1em 10%;border-top: 1px solid #f1f1f1;border-top: 1px solid rgba(255,255,255,.25);opacity: .75;text-shadow: none!important;visibility: visible; } .mean-container .mean-nav ul li.mean-first a{ border-top: none;margin-top: 0; } .mean-container .mean-nav ul li.mean-last a{ border-bottom: none;margin-bottom: 0; } .mean-container .mean-nav ul li li li a{ padding: 1em 15%; } .mean-container .mean-nav ul li li li li a{ padding: 1em 20%; } .mean-container .mean-nav ul li li li li li a{ padding: 1em 25%; } .mean-container .mean-nav ul li a:hover{ background: #252525;background: rgba(255,255,255,.1); } .mean-container .mean-nav ul li a.mean-expand{ width: 48px;line-height: 50px;font-size: 20px;padding: 0!important;text-align: center;position: absolute;right: 0;top: 0;z-index: 2;background: rgba(255,255,255,.1);border: none!important;border-left: 1px solid rgba(255,255,255,.4)!important;border-bottom: 1px solid rgba(255,255,255,.4)!important; } .mean-container .mean-nav ul li a.mean-expand:before{ content: "\e825";font-family: fontello;font-weight: 400;margin: 0;font-style: normal; } .mean-container .mean-nav ul li .mean-expand.mean-clicked:before{ content: "\e83a"; } .mean-remove{ display: none!important; } .mean-nav .social{ min-height: 66px;background-color: rgba(0,0,9,.6);margin: 0;padding: 5px;justify-content: center; } .mean-nav .social a{ font-size: 20px; } .mean-nav .fo-title{ color: #fff;text-align: center; } .mean-nav .hours{ display: block;text-align: center;color: #fff;padding: 10px;margin: 10px auto auto; } .mean-nav .hours p{ display: table;text-align: left;font-size: 15px;margin: 10px auto 0;color: #fff; }}.play{ cursor: pointer;border: none;background-color: transparent;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;color: #000;font: 700 15px/1 Manrope,sans-serif,sans-serif;text-transform: uppercase;letter-spacing: 1.5px;text-align: center;transition: .3s all;}.play i{ width: 75px;height: 75px;border-radius: 50%;background-color: #fff;display: block;color: #000;display: inline-flex;align-items: center;justify-content: center;font-size: 30px;margin: 10px;transition: .3s all;}.play i:before{ margin: auto;padding-left: 5px;}.play:hover{ color: #6dd163;}.play:hover i{ background-color: #6dd163;color: #fff;}[data-embed] .close,[data-vimeo] .close{ cursor: pointer;line-height: 1;background-color: #0e65e5;color: #fff;padding: 8px;text-transform: uppercase;z-index: 5;position: absolute;top: 0;right: 0;min-width: 160px;}[data-embed] .close i,[data-vimeo] .close i{ font-style: normal;font-size: 1.25em;line-height: 1;vertical-align: middle;display: inline-block;margin-bottom: 5px;}[data-embed] .close:focus,[data-vimeo] .close:focus{ background-color: rgb(11.0617283951,79.8024691358,180.9382716049);}[data-embed] .close:hover,[data-vimeo] .close:hover{ background-color: #1b1b1b;color: #fff;}[data-embed] .close i:before{ transform: rotate(45deg);}body.page_index{ padding-top: 53px!important;}body.page_index:not(.fix-nav) header{ background: 0 0;box-shadow: none;}body.page_index:not(.fix-nav) header:before{ display: none;}body.page_index .h2,body.page_index h2{ display: block;}body.page_index .h2 b,body.page_index .h2 strong,body.page_index h2 b,body.page_index h2 strong{ color: #07ad1a;}body.page_index .h2 small,body.page_index h2 small{ display: block;font: 400 14px/1 Manrope,sans-serif;}body.page_index footer{ padding-top: 50px;}body.page_index footer:after{ display: none;}.split{ padding: 60px 10px;}.split .flex-ed{ max-width: 1150px;margin: auto;display: flex;align-items: center;justify-content: space-between;}.split article{ flex: 1 0 auto;max-width: 550px;padding: 10px;}.split figure{ flex: 1 0 auto;position: relative;}.split [class^=btn]{ margin-left: 0;}.split-sm article{ margin: auto;max-width: 600px;}.split-sm figure{ flex: 0 1 auto;}.img-deco img{ border-radius: 50%;border: 1px solid #fff;box-shadow: 0 0 0 20px #3ececc;}.section-wrap{ background: url(assets/images/page-bg.jpg) center top no-repeat;background-size: cover;}#banner{ text-align: center;position: relative;}#banner article{ max-width: 800px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;padding: 10px;z-index: 2;color: #fff;}#banner h1{ font: 700 14px/1 Lato,sans-serif;color: #eecd94;letter-spacing: 2px;text-transform: uppercase;margin-bottom: 20px;}#banner h2{ color: #fff;margin-bottom: 30px;font-size: 64px;}#banner a{ color: #fff;text-decoration: underline;}#banner a:hover{ color: #07ad1a;}#banner figure{ position: relative;z-index: 1;overflow: hidden;max-height: 750px;}#banner figure:before{ position: absolute;left: 0;top: 0;right: 0;bottom: 0;content: "";background-color: rgba(0,0,0,.5);mix-blend-mode: hard-light;}#banner figure img{ margin: 0;width: 100%;}#banner .deco-1,#banner .deco-2,#banner .deco-3{ position: absolute;left: 50%;bottom: -60px;margin-left: -50px;transform: translateX(-50%);z-index: 2;}#banner .deco-1 span,#banner .deco-2 span,#banner .deco-3 span{ display: block;animation: float 2s infinite ease-in-out alternate;}#banner .deco-2{ margin-left: -490px;bottom: 20%;}#banner .deco-2 span{ animation-delay: 1s;}#banner .deco-3{ margin-left: 400px;bottom: 15%;}#banner .deco-3 span{ animation-delay: .5s;}@keyframes float{ 0%{ transform: translateY(0); } 100%{ transform: translateY(30px); }}#services{ text-align: center;padding: 140px 10px 40px;background: #e0dee6 url(assets/images/deco-slant.png) center center no-repeat;position: relative;box-shadow: 2px 0 3px #a39eb4;}#services:before{ position: absolute;left: 0;top: 110px;right: 0;height: 350px;background: url(assets/images/pattern-1.png) center top repeat-y;content: "";border-top: 1px solid #a39eb4;box-shadow: 0 -1px 0 #eeedf2;border-bottom: 1px solid #a39eb4;box-shadow: 0 -1px 0 #eeedf2;pointer-events: none;}#services:after{ position: absolute;left: 0;top: 50%;right: 0;bottom: 0;content: "";background: url(assets/images/pattern-2.png) center top repeat-y;pointer-events: none;}#services .split{ display: flex;justify-content: space-around;gap: 10px;max-width: 1150px;margin: 0 auto;}#services .split > *{ max-width: 495px;width: 100%;flex: 1 0 auto;min-height: 518px;position: relative;z-index: 1;display: flex;flex-flow: column;justify-content: center;align-items: center;padding: 80px 20px;color: #fff;}#services .split > * h3{ color: #fff;font-size: 28px;}#services .split > * p{ max-width: 400px;}#services .split > * ul{ max-width: 400px;margin: 0 auto;width: 100%;}#services .split > * ul li{ margin: 0 0 5px;padding: 0;text-align: center;}#services .split > * ul li:before{ display: none;}#services .split > * ul li a{ display: block;background-color: rgba(7,173,26,.8);padding: 10px;border: 1px solid #6dd163;border-radius: 2px;font: 500 20px/1 new-astro,sans-serif;color: #fff;}#services .split > * ul li a:hover{ background-color: #0e8daa;}#services .split > :before{ filter: drop-shadow(0 2px 3px #34436d);background-position: center top;background-repeat: no-repeat;content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 0;z-index: -1;pointer-events: none;}#services .split > :nth-child(1):before{ background-image: url(assets/images/index-services-1.png);}#services .split > :nth-child(2):before{ background-image: url(assets/images/index-services-2.png);}#divider{ min-height: 190px;background-image: linear-gradient(to top,#4b4b4b,#242424);position: relative;}#divider:before{ position: absolute;left: 0;top: 0;bottom: 0;right: 0;content: "";background: url(assets/images/page-deco.png) center top repeat-x;}#meet{ padding-top: 100px;}#meet h2{ margin-bottom: 20px;}#meet .trained{ display: block;position: absolute;right: 0;top: -50px;width: 200px;height: 200px;border-radius: 50%;background: #07ad1a;color: #fff;text-align: center;display: flex;justify-content: center;align-items: center;border: 4px solid #fff;box-shadow: 0 3px 6px rgba(0,0,0,.3);font: 500 25px/1 new-astro,sans-serif;padding: 10px;overflow: hidden;}#meet .trained:before{ position: absolute;left: 0;top: 0;right: 0;bottom: 0;content: "";background: url(assets/images/index-trained-bg.png) center center no-repeat;mix-blend-mode: screen;}#meet .btn{ min-width: 240px;}#meet ul{ margin: 20px 0 10px;}#meet ul li{ margin: 0 0 5px;padding-left: 70px;}#meet ul li:before{ content: url(assets/images/index-list-deco.svg);}#team{ padding-top: 20px;padding-bottom: 120px;}#team h2{ margin-bottom: 20px;}#team .btn{ min-width: 220px;}#reviews{ position: relative;padding: 65px 10px;text-align: center;background: #e0dee6 url(assets/images/pattern-1.png) center top no-repeat;z-index: 1;}#reviews h2{ color: #eecd94;margin-bottom: 50px;}#reviews star:before{ color: #ded72e;font-size: 28px;letter-spacing: 5px;}#reviews .slick-reviews{ max-width: 800px;margin: 0 auto;}#reviews .slick-reviews .slick-slide{ padding: 0;margin: 0;}#reviews .slick-reviews .review{ font-size: 28px;color: #fff;line-height: 1.4;}#reviews:before{ position: absolute;left: 0;top: 50%;right: 0;content: "";border-top: 1px solid #a39eb4;box-shadow: 0 -1px 0 #eeedf2;box-shadow: 0 -1px 0 #eeedf2;pointer-events: none;z-index: -1;}#reviews .contain{ max-width: 1300px;position: relative;border: 1px solid #fff;border-radius: 47px;margin: 0 auto;padding: 90px 10px;background: url(assets/images/index-reviews-bg.jpg) center bottom no-repeat;background-size: cover;box-shadow: 0 0 0 15px #969696;overflow: hidden;}#reviews .contain:after,#reviews .contain:before{ content: url(assets/images/index-reviews-deco-3.png);position: absolute;left: 10%;top: 130px;pointer-events: none;}#reviews .contain:after{ content: url(assets/images/index-reviews-deco-2.png);left: auto;right: 10%;}#reviews .deco-1{ width: 190px;height: 300px;position: absolute;left: 0;bottom: 0;background: url(assets/images/index-reviews-deco-1.png) right top no-repeat;}#reviews .author{ display: block;text-align: right;max-width: 500px;margin: 0 auto;}#reviews .slick-controls{ margin: 20px auto;}#reviews .btn{ min-width: 220px;}#assoc{ padding: 50px 10px;}#assoc .flex-ed{ max-width: 980px;margin: 0 auto;justify-content: space-around;align-items: center;}#office{ padding-bottom: 0;}#office h2{ margin-bottom: 20px;}#office figure{ max-width: 627px;}#office article{ max-width: 450px;text-align: center;}#office .btn{ min-width: 230px;}#options{ text-align: center;padding-bottom: 120px;}#options h2{ margin-bottom: 20px;}#options .flex-ed{ justify-content: space-around;max-width: 980px;}#options figure{ margin: 0;}#options article{ margin: 0;max-width: 450px;}#options .btn{ min-width: 190px;}#giving{ background: url(assets/images/index-giving-bg.jpg) center bottom no-repeat;background-size: cover;text-align: center;padding: 100px 10px 300px;position: relative;z-index: 1;color: #fff;}#giving:after{ position: absolute;left: 0;top: 0;right: 0;bottom: 50%;content: "";background-image: linear-gradient(to bottom,#0e5f8e,rgba(255,255,255,0));z-index: -1;}#giving h2{ color: #fff;}#giving article{ padding: 10px;max-width: 800px;margin: 0 auto 40px;}#giving figure{ display: flex;justify-content: center;gap: 10px;}#giving figure img{ border: 2px solid #fff;}#find{ padding: 120px 10px;background: url(assets/images/pattern-3.jpg) center bottom no-repeat fixed;background-size: 100%;position: relative;z-index: 1;}#find:after{ position: absolute;left: 10%;top: 0;bottom: 0;right: 0;background: url(assets/images/pattern-4.png) left bottom no-repeat;content: "";z-index: -1;pointer-events: none;}#find h2{ color: #eecd94;margin-bottom: 30px;}#find .flex-ed{ position: relative;align-items: flex-start;}#find article{ text-align: center;max-width: 470px;margin-bottom: 250px;}#find article ul{ text-align: center;}#find article ul li{ margin: 0 0 5px;background-color: rgba(20,165,7,.7);border: 1px solid #54954e;padding: 10px;border-radius: 2px;line-height: 1.2;color: #fff;}#find article ul li:before{ display: none;}#find .deco{ position: absolute;left: -50px;bottom: 0;}#find .deco span{ display: block;animation: float 2s infinite ease-in-out alternate;}#find .deco img{ max-width: 380px;}#find #map{ max-width: 640px;display: flex;width: 100%;}#find #map iframe{ width: 100%;max-width: 500px;display: block;border: 8px solid #9f9f9f;border-radius: 15px;}#find #map .parking{ margin-top: 70px;}.social{ text-align: center;margin: 0;display: flex;justify-content: space-around;}.social a{ position: relative;display: inline-block;margin: 5px;font-size: 24px;color: #fff;width: 40px;height: 40px;border-radius: 50%;line-height: 40px;}.social .fb{ color: #4d70a8;}.social .gp{ color: #dc4e41;}.social .yp{ color: #b62717;}.social .yt{ color: #d00;}.social .in{ color: #c13584;}.social .tw{ color: #00aced;}.social a:hover{ color: #07ad1a;}footer{ padding: 150px 0 0;background: #e0dee6;position: relative;z-index: 1;}footer:after,footer:before{ position: absolute;left: 0;top: 0;right: 0;bottom: 0;content: "";background: url(assets/images/deco-slant.png) center top no-repeat;z-index: -1;pointer-events: none;}footer:after{ background: url(assets/images/fo-deco.jpg) center top repeat-x;}footer a{ color: #fff;}footer a:hover{ color: #6dd163;}footer .fo-title{ color: #4a5884;font: 700 28px/1 new-astro,sans-serif;display: block;margin-bottom: 10px;text-align: left;}footer #fo-contents{ margin: 50px auto;padding: 10px;background: url(assets/images/pattern-1.png) center top repeat-y;border-top: 1px solid #a39eb4;box-shadow: 0 -1px 0 #eeedf2;border-bottom: 1px solid #a39eb4;box-shadow: 0 -1px 0 #eeedf2;padding: 60px 0;}footer #fo-contents .flex-ed{ max-width: 1150px;justify-content: space-around;margin: 0 auto;}footer #fo-contents .flex-ed > *{ max-width: 40%;flex: 1 0 auto;}footer .fo-info{ text-align: center;}footer .fo-info .fo-title{ text-align: center;}footer .pho{ font-size: 28px;font-weight: 700;display: block;color: #313c65;margin-bottom: 10px;}footer .phy{ font-size: 18px;display: block;color: #313c65;line-height: 1.4;}footer .hours{ margin: 0;line-height: 1.5;}footer .hours label{ font-weight: inherit;}footer .social{ justify-content: center;display: flex;gap: 10px;margin-top: 10px;}#copy{ text-align: center;padding: 10px 10px 80px;font-size: 11px;line-height: 1;}#copy a{ color: #000;}#copy a:hover{ color: #07ad1a;}#copy span:not(#copyDate){ margin: 0 1em;}#copy > div{ display: inline-block;}#copy .icon-tnt{ display: inline-block;vertical-align: middle;margin: 0 20px 10px -12px;font-size: 55px;}#page{ position: relative;display: block;width: 100%;margin: auto;padding: 120px 15px 30px;max-width: 1150px;clear: both;}#page.has_divider{ padding-bottom: 0;padding-top: 120px;}.page_index .internal{ display: none;}.center{ text-align: center;}main{ overflow: hidden;background: url(assets/images/page-bg.jpg) center top no-repeat;background-size: cover;}@media (min-width:800px){ ul.two{ -webkit-column-count: 2;column-count: 2; }}@media (max-width:750px){ main ul li{ margin-left: 10px; } .block .elem-left, .block .elem-right, .elem-left, .elem-right{ display: table;float: none;margin: 20px auto;max-width: 100%; }}#page:before{ position: absolute;left: -1000px;top: 0;right: -1000px;height: 120px;background: #464646 url(assets/images/page-deco.png) center top repeat-x;content: "";}#interior-banner{ display: flex;flex-direction: column;justify-content: center;position: relative;text-align: center;background-color: #e0dee6;padding: 0;}#interior-banner:before{ content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: url(assets/images/deco-slant.png) center top no-repeat;}#interior-banner .contain{ max-width: 100%;margin: auto;width: 100%;position: relative;z-index: 1;padding: 50px 20px;background: url(assets/images/pattern-1.png) center top repeat-y;}#interior-banner .flex-title{ height: 100%;margin: 0;width: 100%;justify-content: center;align-items: center;}#interior-banner .flex-title .contain{ flex: 1;max-width: 50%;margin: 0;text-align: left;padding: 10px;}#interior-banner .flex-title .contain #intro,#interior-banner .flex-title .contain #page-title{ max-width: 600px;}#interior-banner #main-img{ flex: 0 1 auto;}#interior-banner #intro,#interior-banner #page-title{ max-width: 1080px;margin: 0 auto;}#interior-banner #page-title{ max-width: 980px;}#interior-banner #intro{ margin-top: 30px;}#static-banner{ display: none;}.why{ padding: 50px 10px 100px;position: relative;border-top: 1px solid #a39eb4;box-shadow: 0 -1px 0 #eeedf2;}.why h2{ color: #fff;text-align: center;font-size: 44px;max-width: 800px;margin: 0 auto 30px;}.why h2 b,.why h2 strong{ color: #07ad1a;}.why ul{ display: flex;justify-content: space-around;align-items: center;text-align: center;align-items: flex-start;}.why ul li{ max-width: 313px;flex: 1 1 33%;margin: 10px;width: 100%;color: #fff;overflow: visible;background-color: rgba(20,165,7,.7);border: 1px solid #6dd163;font: 500 20px/1.2 new-astro,sans-serif;padding: 20px;letter-spacing: 1px;text-transform: uppercase;}.why ul li:before{ display: none;}.why .why-contain{ max-width: 1150px;margin: 0 auto;background: url(assets/images/why-deco.png) center center no-repeat;padding: 110px 10px;background-size: 100% 100%;}.page-divider{ display: block;max-width: 100%;width: 100%;position: relative;z-index: 1;}.block{ position: relative;display: table;clear: both;width: 100%;max-width: 100%;padding: 40px 10px;}.block:before{ content: "";position: absolute;left: -1000px;right: -1000px;top: 0;bottom: 0;z-index: -1;}.block .contain{ display: flex;justify-content: space-between;align-items: flex-start;}.block h2{ margin-bottom: 20px;}.block .wrap{ height: 0;}.block article{ margin: auto 0;flex: 0 1 550px;}.block article p:first-of-type{ margin-top: 0;}.block ul li{ margin-left: 0;}.block .btn{ margin-left: 0;}.block .elem{ flex: 0 0 auto;position: relative;z-index: 3;}.block .elem img{ border-radius: 50%;}.block .elem-right{ order: 1;}.mini-block{ display: flex;justify-content: center;clear: both;max-width: 100%;width: 100%;margin: 30px auto;}.mini-block article{ flex: 0 1 auto;}.block.no_img{ text-align: center;padding: 80px 10px;}.block.no_img article{ max-width: 980px;margin: 0 auto;flex: 1 0 auto;}.page-divider.has-common .block:last-child h2{ color: #313c65;max-width: 700px;margin: 0 auto 20px;}.page-divider.has-common .block:last-child:before{ background-color: #3ececc;}.more-to-explore{ position: relative;text-align: center;margin: 0 auto;padding: 40px 10px 60px;}.more-to-explore p{ padding: 10px;margin: auto;max-width: 1150px;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}.more-to-explore [class^=btn]{ min-width: 350px;margin: 5px;}#common{ display: flex;flex-flow: wrap;margin: 40px auto 0;max-width: 980px;text-align: center;}#common > *{ flex: 1 0 120px;margin: 0 1em 20px;}#common a:hover h3{ color: #6dd163;}#common .off{ pointer-events: none;}#common .sv-icon path{ fill: #fff;}#common .ic-color{ fill: #1b8daa!important;}#common .sv-icon,#common span{ justify-content: center;display: flex;min-height: 80px;align-items: center;margin-bottom: 10px;}#common h3{ color: #fff;font: 700 18px/1.1 Manrope,sans-serif;}body.page_dark main{ background-image: linear-gradient(to top,#4b4b4b 0,#242424 100%);}body.page_dark #page{ max-width: 1400px;}body.page_dark #page:before{ height: auto;bottom: 0;}.services-grid{ position: relative;margin: 40px auto;justify-content: center;gap: 10px;display: flex;align-items: stretch;flex-wrap: wrap;}.services-grid > div{ flex: 1 0 auto;width: 100%;max-width: 434px;margin: 0;background-color: #3ececc;border: 10px solid #3ececc;border-radius: 30px;min-height: 538px;display: flex;flex-flow: column;padding-bottom: 10px;}.services-grid h3{ display: flex;align-items: center;justify-content: center;line-height: 1.1;background: url(assets/images/services-deco.png) center top no-repeat;min-height: 126px;text-align: left;padding: 0 30px;}.services-grid h3 a{ color: #fff;width: 100%;}.services-grid ul{ display: block;height: 100%;max-width: 394px;width: 100%;padding: 40px 20px;margin: -20px auto 0;position: relative;background-color: #e0dee6;border: 1px solid #fff;border-radius: 20px;box-shadow: 0 2px 3px rgba(52,67,109,.8);}.services-grid ul li{ line-height: 1.2;margin: 0 auto 20px;padding-left: 50px;}.services-grid ul li:before{ content: url(assets/images/list-deco.png);}.services-grid ul li a{ color: #000;}.services-grid h3:hover a{ color: #0e65e5;}.services-grid ul li:hover a{ color: #6dd163;}.landing{ display: flex;align-items: flex-start;justify-content: center;flex-wrap: wrap;margin: 40px auto;gap: 20px;}.landing a{ flex: 0 1 30%;margin: 10px;text-align: center;display: block;max-width: 350px;}.landing a img{ transition: .3s;}.landing a:hover img{ filter: grayscale(1);}.styled-form{ text-align: center;}.styled-form .inline,.styled-form .input-content{ background-color: #1b8daa;text-align: left;}.input--filled .input__label::before,.styled-form .input__field:focus + .input__label::before{ border-color: #0e65e5;}#refer{ background: #1b8daa;margin: 40px auto;max-width: 700px;padding: 40px 20px 30px;}#refer .simple{ max-width: 650px;margin: auto;}#refer input:not([type=submit]),#refer select,#refer textarea{ font-size: 18px;padding: 10px;display: block;width: 100%;margin-bottom: 10px;}.accordion{ margin: 40px auto;text-align: left;max-width: 980px;}.accordion .toggle{ position: relative;cursor: pointer;clear: both;padding: 20px 50px 20px 0;width: 100%;display: block;text-align: left;}.accordion .toggle:hover .h2,.accordion .toggle:hover .h3,.accordion .toggle:hover h2,.accordion .toggle:hover h3{ color: #6dd163;}.accordion .toggle:after{ content: "\e825";font-family: fontello;position: absolute;top: 13px;right: 0;font-size: 24px;text-align: center;width: 43px;height: 43px;color: #fff;background-color: #1b8daa;border-radius: 50%;display: flex;align-items: center;justify-content: center;}.accordion .faq{ border-top: 1px solid rgba(0,0,0,.2);}.accordion .faq:first-child{ border: none;}.accordion .faq.active .toggle:after{ content: "\e83a";background-color: #07ad1a;}.accordion .faq > div{ display: none;padding: 0 50px 20px 0;}.accordion .faq > div p:first-of-type{ margin-top: 0;}.hours{ display: block;margin: 10px auto;text-align: left!important;}.hours label{ width: 120px;display: inline-block;font-weight: 700;}.contact{ display: flex;justify-content: space-between;align-items: flex-end;flex-wrap: wrap;max-width: 1130px;margin: 30px auto;}.contact h3{ margin: 10px auto;}.contact p{ margin: 15px 0 10px;line-height: 1.4;}.contact > div:first-child{ flex: 1 0 auto;margin-right: 20px;}.contact > div:last-child{ margin-right: 10px;}.contact .hours{ display: table;}.contact-map{ max-width: 1130px;margin: 0 auto;}.slick-slider .slick-arrow{ position: absolute;left: 0;top: 50%;transform: translateY(-50%);}.slick-slider #next{ left: auto;right: 0;}.slick-controls{ display: flex;align-items: center;justify-content: center;gap: 10px;}.slick-controls #next{ order: 2;}.slick-arrow{ color: #6dd163;font-family: fontello;font-size: 40px;left: 0;width: 60px;height: 60px;flex: 0 0 60px;display: flex;flex-direction: column;justify-content: center;align-items: center;z-index: 5;transition: .3s all;}.slick-arrow:hover{ color: #1b8daa;}.slick-dots{ line-height: 1;}.slick-dots li{ line-height: 1;}.slick-dots li button{ padding: 0;}.slick-dots span{ cursor: pointer;height: 9px;width: 40px;border-radius: 30px;border: 1px solid #3ececc;display: inline-block;margin: 0 5px;}.slick-dots .slick-active span{ background-color: #3ececc;}.pagingInfo{ text-align: center;}.gallery{ max-width: 850px;margin: 40px auto;padding: 0;position: relative;}.slick-gallery{ position: relative;margin: 20px auto;text-align: center;}.slick-gallery .case{ display: flex;justify-content: space-around;}.slick-gallery .case span{ margin: 10px;position: relative;padding-bottom: 40px;}.slick-gallery .case span:after{ content: "Before";position: absolute;bottom: 5px;left: 0;right: 0;margin: auto;display: block;margin: auto;color: #000;text-transform: uppercase;}.slick-gallery .case span:last-of-type:after{ content: "After";}.slick-gallery figcaption{ margin: 5px auto;}#safety h3:after{ background-color: #0e65e5;}.cls-2,.cls-3,.cls-4{ stroke: #0e65e5;}.thinner .cls-2{ fill: #0e65e5;}.covid-icon{ border-color: #0e65e5;}@media (max-width:1024px){ .split .flex-ed{ flex-flow: column;text-align: center;gap: 40px; } .split figure{ margin: 0 auto; } .split article{ margin: 0 auto;padding: 10px; } .split .btn{ margin: 10px auto; } #interior-banner .contain{ padding: 40px 20px 20px; } #interior-banner .flex-title{ text-align: center; } #interior-banner .flex-title .contain{ max-width: 100%; } .flex-title{ display: block;text-align: center; } .flex-title #page-title{ text-align: center; } #main-img{ min-height: auto;margin: 10px auto 20px; } #main-img img{ display: block; } #intro{ margin: 20px auto;text-align: center; } .block{ text-align: center;padding: 40px 10px; } .block .contain{ display: block; } .block .btn{ margin: 10px auto; } .block h2, .block h3{ margin-bottom: 20px;text-align: center; } .block [class^=elem]{ float: none;margin: 10px auto 20px;max-width: 100%; } .block ul{ display: table;margin: 20px auto; } .contact{ text-align: center;display: block; } .contact > div:first-child, .contact p{ margin: 10px auto; } body.page_index{ padding-top: 0!important; } .nav-down{ background-color: rgba(0,0,0,.8)!important; } .nav-up{ background-color: transparent!important; } #banner .deco-1{ display: none; } #meet{ padding-top: 10px; } #meet figure{ order: -1;padding-top: 100px; } #meet ul{ max-width: 350px;margin: 30px auto; } #office figure{ order: -1; } #options{ padding-bottom: 100px; } #find{ background-size: auto 100%;padding: 90px 10px; } #find article{ margin-bottom: 0; } #find .flex-ed{ padding-bottom: 200px; } #find:after{ left: 0;background-position: center bottom; } footer #fo-contents{ background-image: none;border-bottom: none; } footer #fo-contents .flex-ed > *{ max-width: 100%; } footer #fo-contents .flex-ed .fo-info{ max-width: 100%;border-bottom: 1px solid #a39eb4;width: 100%;padding-bottom: 90px;margin-bottom: 60px; } footer #fo-contents .flex-ed{ flex-flow: column;justify-content: center;align-items: center; } footer #copy{ display: flex;flex-flow: column;justify-content: center;align-items: center;gap: 10px; } footer #copy span:last-of-type{ display: none; }}@media (max-width:768px){ .hd-info{ display: none; } .why{ padding: 20px 0 50px; } .why .why-contain{ background-size: auto 100%;padding: 130px 10px; } .why ul{ flex-wrap: wrap; } .why ul li{ flex: 1 1 100%; } #find #map{ display: none; } .hours{ line-height: 1.2; } .hours label{ display: block;margin-top: 10px; } #banner h2{ line-height: 1; } #banner article{ max-width: 80%;margin-top: 40px;line-height: 1.4; } #banner figure{ min-height: 680px;position: relative; } #banner figure img{ position: absolute;left: 50%;transform: translateX(-50%);width: auto;max-width: none;bottom: 0;z-index: -1; } #banner .deco-2, #banner .deco-3{ left: auto;margin: 0;bottom: 40%;transform: none; } #banner .deco-2{ left: -40px; } #banner .deco-3{ right: -10px; } #services{ padding-top: 50px; } #services:before{ top: 30px; } #services .split{ flex-flow: wrap; } #services:after{ display: none; } #team{ padding-bottom: 90px; } #reviews .contain:after, #reviews .contain:before{ left: -20px;top: 50px; } #reviews .contain:after{ left: auto;right: -20px;top: -50px; } #reviews .deco-1{ width: 250px;transform: scale(.5);transform-origin: left bottom; } #giving figure{ flex-flow: wrap;justify-content: center; } #giving figure > *{ flex: 1 0 45%;max-width: 283px; } #assoc .flex-ed{ flex-flow: wrap;justify-content: center;gap: 30px; } #assoc .flex-ed > *{ flex: 1 0 45%; }}@media (max-width:590px){ .why h2{ font-size: 32px; } .dividerLead, .h2, .more-to-explore span, h2{ font-size: 38px; } #page-title h1:only-child, .h1, h2#append{ font-size: 40px; } header .hours label{ width: 100px; } #services, #services .split{ padding-left: 0;padding-right: 0; }}@media (max-width:400px){ #banner .deco-2{ left: -80px; } #banner .deco-3{ right: -30px; } .more-to-explore [class^=btn]{ min-width: 100%;width: 100%;margin: 8px auto; } [data-embed] .close{ font-size: 12px;min-width: 120px;padding: 4px; } #copy .icon-tnt{ font-size: 50px;margin-bottom: 8px; }}
