<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.fade { opacity: 0; transition: none; }body, .body-wrapper { overflow-x: hidden; }body { opacity: 1; transition: 0.3s opacity; position: relative; background-color: #fff; color: #000000; font: 400 17px/1.2 "Literata", serif; counter-reset: section; overflow-x: hidden; }p { color: #000000; font: 400 22px/1.666 "Literata", serif; }a { cursor: pointer; text-decoration: none; color: #8cc63f; }a:hover { color: #1b459c; }hr { position: relative; display: table; clear: both; margin: 40px auto; width: 100%; height: 1px; background-color: #1b459c; }h1, h2, h3, h4, h5, h6 { margin: 0; position: relative; }#page-title h1, .h1 small { color: #6c675c; font: 400 12px/1.11 "Poppins", sans-serif; display: block; margin: 10px auto; }#page-title h1:only-child, h2#append, .h1 { color: #6c675c; font: 400 66px/1.1 "Literata", serif; }h2, .h2, .dividerLead, .more-to-explore span { color: #1b459c; font: 400 52px/1.1 "Literata", serif; position: relative; }h3, .h3 { color: #6C675C; display: block; position: relative; font: 400 31px/1.1 "Literata", serif; }.h4, .accordion .toggle { color: #000000; display: block; position: relative; font: 400 20px/1.25 "Literata", serif; }.heading-small { display: block; font-size: 14px; font-family: "Poppins", sans-serif; color: #6c675c; }.more-to-explore span { color: #ffffff; }.fo-title { color: #000000; font: 400 20px/1 "Literata", serif; display: block; }[class^="btn"] { position: relative; z-index: 1; display: inline-block; vertical-align: middle; cursor: pointer; text-align: center; transition: 0.3s all; font: 700 22px/1.2 "Poppins", sans-serif; color: #fff; min-width: 255px; margin: 10px; padding: 12px 18px; background-color: #1b459c; border-radius: 24px; }[class^="btn"]:hover { background-color: #8cc63f; color: #fff; }.btn-alt { background-color: #1b459c; }.btn-alt:hover { background-color: #8cc63f; color: #fff; }.btn-thr { background-color: #f8c428; }.btn-thr:hover { background-color: #8cc63f; }header { position: fixed; z-index: 100; left: 0; top: 0; width: 100%; background-color: #fff; transition: 0.3s all; padding: 10px 10px 20px; }header .logo { position: relative; z-index: 1; }header .logo img { margin: 0; display: inline; position: relative; }header .logo img:first-of-type { margin-right: -35px; }header .logo img:last-of-type { z-index: -1; top: -2px; }header .pho { color: #6c675c; font: 700 22px/1.25 "Poppins", sans-serif; display: block; margin-bottom: 8px; }header .phy { display: block; color: #6c675c; font-size: 14px; font-family: "Poppins", sans-serif; }header .pho:hover, header .phy:hover { color: #1b459c; }header .pho i, header .phy i { color: #1b459c; font-size: 18px; margin-right: 4px; }header li a { font-weight: 700; font-size: 15px; font-family: "Poppins", sans-serif; }header [class^="btn"] { margin: 0; color: #fff; justify-content: center; align-items: center; min-width: auto; font-size: 11px; padding: 12px 6px; margin: 3px; }header .ra { background-color: #1b459c; }header .ra:hover { background-color: #8cc63f; }.hd-info { display: block; text-align: right; margin: 0 25px 0 auto; }.hd-btns { display: flex; flex-wrap: wrap; flex: 0 1 233px; justify-content: center; }.hd-btns a { margin: 0; }.hd-btns .ra { flex: 1 1 100%; margin-bottom: 5px; font-size: 14px; padding: 15px; }.hd-btns .es { font-size: 14px; flex: 1 1 100%; background-color: #8cc63f; padding-top: 10px; padding-bottom: 10px; }.hd-btns .es:hover { background-color: #1b459c; }.hd-btns .fm, .hd-btns .of { flex: 0 1 44%; padding: 5px; border-radius: 0; font-weight: 400; font-size: 11px; margin: 0 3px; }@media (min-width: 1001px) { .place-nav { max-width: 1350px; margin: 0 auto; padding: 0 10px; display: flex; justify-content: space-between; align-items: center; } #main-nav { margin-top: 10px; } nav { flex: 0 1 100%; } nav, nav ul li, nav ul li a { position: relative; } nav &gt; ul { padding: 0; max-width: 1100px; margin: auto; } nav ul { margin: auto; 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 &gt; ul &gt; li { flex: 1 1 auto; text-align: center; } nav &gt; ul &gt; li:last-of-type:after { display: none; } nav &gt; ul &gt; li &gt; a { padding: 6px; font-size: 15px; color: #6c675c; } nav &gt; ul &gt; li:hover &gt; a { color: #f8c428; } nav ul li:hover &gt; ul { display: block; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .25s; animation-duration: .25s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } nav ul ul { display: none; min-width: 275px; width: 100%; padding: 0; position: absolute; z-index: 3; left: 0; text-align: left; background-color: #1b459c; box-shadow: 10px 17.3px 25px rgba(0, 0, 0, 0.2); } nav &gt; ul &gt; li:last-child ul { right: 0; left: auto; } nav ul ul li &gt; a { padding: 10px 12px; font-size: 14px; line-height: 1.3; text-transform: none; } nav ul ul li:hover &gt; a { background-color: #f8c428; color: #fff; } nav ul ul ul { left: 100%; top: 0; background-color: #1b459c; } nav ul ul ul li:hover a { background-color: #8cc63f; color: #fff; } }.fix-nav header { position: fixed !important; box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35); -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; padding: 5px; }@media (max-width: 1000px) { .hd-info { display: flex; margin-right: 10px; justify-content: flex-end; flex-direction: column; } header .logo { padding: 8px; } header .logo img { max-height: 60px; } #main-nav, header .hd-btns, header [class^="btn"] { display: none; } .nav-down { box-shadow: 0 3px 7px rgba(24, 23, 24, 0.2); } .nav-up { transform: translateY(-100%); } header nav ul { display: none; } body, header, .mean-container .mean-nav { transition: all .3s; } body { right: 0; } .attach header { position: fixed !important; box-shadow: 0 3px 7px rgba(24, 23, 24, 0.35); } .attach header .top-nav { display: none !important; } body.mean-active header { left: -80%; } 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: #8cc63f; width: 70px; min-height: 70px; display: flex; flex-direction: column; justify-content: center; align-items: center; align-self: stretch; margin-left: 8px; } .mean-container a.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; } .mean-container .mean-bar .icon-menu { position: relative; display: table; transition: .3s all; z-index: 1; transform: rotate(90deg) scaleY(1.25); letter-spacing: 3.2px; } .mean-container a.meanmenu-reveal .icon-menu:before { font-size: 30px; content: '|||'; transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); } .mean-active .mean-container a.meanmenu-reveal .icon-menu:before { transform: skew(-15deg); } .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: #8cc63f; } .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, 0.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, 0.25); opacity: .75; filter: alpha(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, 0.1); } .mean-container .mean-nav ul li a.mean-expand { width: 48px; line-height: 48px; font-size: 20px; padding: 0 !important; text-align: center; position: absolute; right: 0; top: 0; z-index: 2; background: rgba(255, 255, 255, 0.1); border: none !important; border-left: 1px solid rgba(255, 255, 255, 0.4) !important; border-bottom: 1px solid rgba(255, 255, 255, 0.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 a.mean-expand.mean-clicked:before { content: '\e83a'; } .mean-remove { display: none !important; } .mean-nav .social { min-height: 66px; background-color: rgba(0, 0, 9, 0.1); margin: 0; padding: 10px 5px; justify-content: center; } .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; } }[data-player], [data-vimeo], [data-embed] { position: relative; }[data-player] video, [data-vimeo] video, [data-embed] video { width: 100%; }[data-player] .play { cursor: pointer; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #000000; font: 400 14px/1 Helvetica, sans-serif; text-transform: uppercase; letter-spacing: 2.4px; text-align: center; }.play i { width: 92px; height: 92px; border-radius: 50%; box-shadow: 2px 3px 7px rgba(24, 23, 24, 0.35); border: 2px solid #fff; display: block; color: #8cc63f; display: inline-flex; align-items: center; justify-content: center; font-size: 60px; margin: 10px; }.play i:before { margin: auto; padding-left: 10px; }[data-player] .play:hover { color: #1b459c; }[data-player] .play:hover i { background-color: #fff; }[data-embed] .play { cursor: pointer; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }[data-embed] .close, [data-vimeo] .close { cursor: pointer; background-color: #8cc63f; color: #fff; padding: 8px; text-transform: uppercase; z-index: 5; }[data-embed] .close:hover, [data-vimeo] .close:hover { background-color: #1b1b1b; color: #fff; }[data-embed] .close { position: absolute; top: 0; right: 0; }[data-embed] .close i:before { transform: rotate(45deg); }#banner{position:relative}#banner .caption{text-align:center}#banner h2 span{color:#8cc63f}#banner .play{position:relative;display:flex;margin:52px auto;align-items:center;justify-content:center;color:#fff;filter:drop-shadow(0 0 3px #000);font-size:30px;text-transform:none}#banner .icon-play{border:none;box-shadow:none;background-color:#8cc63f;color:#fff;width:65px;border-radius:50px;font-size:40px;height:65px;margin:0 20px}@media (min-width:900px){#banner .caption{position:absolute;top:25%;left:0;right:0}#banner article p{color:#fff}#banner .h1 small{color:#fff}#banner h2{color:#fff}#banner article h1,#banner article h2,#banner article p{filter:drop-shadow(0 0 10px #000)}.banner.playing .caption{display:none}}@media (max-width:900px){#banner .play{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}}#pillars, #services-index { margin: 50px 0; }#services-index { margin-top: 150px; }#pillars { background: url("assets/images/bg-splash-lg.png") no-repeat bottom center; padding: 60px 0; }#pillars .flex-ed, #services-index .flex-ed { display: flex; justify-content: center; max-width: 1250px; margin: 30px auto; flex-wrap: wrap; }.centered h2, .centered .h2, .centered .heading-small { text-align: center; display: block; }.cards .card { max-width: 275px; width: 100%; flex: 0 1 275px; border: 4px solid #1b459c; padding: 15px; margin: 10px; text-align: center; }.cards .card .icon { padding: 5px; width: 84px; height: 84px; border-radius: 50%; background-color: #1b459c; display: flex; justify-content: center; align-items: center; position: relative; margin: 0 auto 15px; }.cards .card .icon:after { content: ''; width: 45px; height: 47px; background: url("assets/images/cape-deco.png") no-repeat top left; position: absolute; left: -32px; top: 10px; z-index: -1; }#pillars .card .icon:after { background-image: url("assets/images/cape-deco-med.png"); width: 68px; height: 73px; left: -51px; top: 15px; }.cards .card:hover { background-color: rgba(27, 69, 156, 0.2); }.cards .card:nth-of-type(2), .cards .card:nth-of-type(5) { border-color: #8cc63f; }.cards .card:nth-of-type(2) .icon, .cards .card:nth-of-type(5) .icon { background-color: #8cc63f; }.cards .card:nth-of-type(2):hover, .cards .card:nth-of-type(5):hover { background-color: rgba(140, 198, 63, 0.2); }.cards .card:nth-of-type(3), .cards .card:nth-of-type(6) { border-color: #96d9f2; }.cards .card:nth-of-type(3) .icon, .cards .card:nth-of-type(6) .icon { background-color: #96d9f2; }.cards .card:nth-of-type(3):hover, .cards .card:nth-of-type(6):hover { background-color: rgba(150, 217, 242, 0.2); }.cards .card:nth-of-type(4), .cards .card:nth-of-type(7) { border-color: #f8c428; }.cards .card:nth-of-type(4) .icon, .cards .card:nth-of-type(7) .icon { background-color: #f8c428; }.cards .card:nth-of-type(4):hover, .cards .card:nth-of-type(7):hover { background-color: rgba(248, 196, 40, 0.2); }#pillars .card { padding-bottom: 40px; position: relative; border: none; }#pillars .card:after { counter-increment: section; content: counter(section); position: absolute; bottom: 10px; font-size: 27px; color: #6C675C; }#services-index .card h3 { font-size: 31px; }#services-index .card .icon { width: 60px; height: 60px; }#services-index .card h3 span { font-size: 12px; display: block; font-family: "Poppins", sans-serif; text-transform: uppercase; }#services-index p { min-height: 125px; }#meet, #financing { position: relative; margin: 110px 0; background-color: #d7f1fa; }#meet:before, #meet:after, #financing:before, #financing:after { content: ''; position: absolute; width: 100%; height: 80px; background: url("assets/images/section-wave-upper.png") no-repeat top center; background-size: cover; top: -11%; }#meet:after, #financing:after { background: url("assets/images/section-wave-lower.png") no-repeat bottom center; background-size: cover; top: auto; bottom: -11%; }#meet figure { position: relative; flex: 0 1 55%; margin-top: -20px; margin-bottom: -75px; z-index: 1; }#meet article { flex: 0 1 30%; }#meet figcaption { position: absolute; display: flex; justify-content: space-around; padding: 15px; color: #6c675c; font-size: 13px; text-align: center; font-weight: 700; font-family: "Poppins", sans-serif; border: 4px solid rgba(255, 255, 255, 0.33); background-clip: padding-box; background-color: #ffffff; bottom: 50px; left: 25%; max-width: 230px; width: 100%; }#meet figcaption a { color: #6c675c; }#meet figcaption a:hover { color: #8cc63f; }#meet figcaption span { font-weight: 400; font-size: 9px; text-transform: uppercase; display: block; }#specials h2 { margin: 10px 0 20px; text-align: center; }#specials { position: relative; padding: 30px 0; }#specials:before { content: ''; position: absolute; right: 0; top: -5%; left: auto; background: url("assets/images/bg-splash-lg.png") no-repeat top left; width: 598px; height: 386px; background-size: 598px 386px; z-index: -1; transform: scaleX(-1); }#specials .flex-ed { justify-content: center; flex-wrap: wrap; }#specials .coupon { position: relative; background-color: #1b459c; color: #ffffff; display: flex; flex-direction: column; justify-content: space-between; text-align: center; margin: 44px 10px 10px 10px; padding: 54px 16px 16px 16px; width: 100%; max-width: 340px; }#specials .coupon .portrait { position: absolute; top: -44px; left: 0; right: 0; margin: auto; }#specials .coupon .heading { font-size: 31px; }#specials .coupon .heading span { display: block; font-size: 12px; font-family: "Poppins", sans-serif; letter-spacing: 2.4px; text-transform: uppercase; }#specials .coupon .offer { font-family: "Poppins", sans-serif; font-size: 73px; font-weight: 700; }#specials .coupon .offer span { display: block; font-size: 22px; text-transform: uppercase; }#specials .coupon small { font-family: "Poppins", sans-serif; }#specials .coupon .btn { background-color: #8cc63f; }#specials .coupon:hover .btn { background-color: #ffffff; color: #8cc63f; }#specials .coupon:nth-of-type(3) .heading { line-height: 1; font-size: 22px; }#specials .coupon:nth-of-type(3) .offer { font-size: 55px; text-transform: uppercase; }#financing { margin-bottom: 40px; }#financing article { position: relative; }#financing figure:after { content: ''; width: 286px; height: 184px; background: url("assets/images/index-figure-deco.png") no-repeat top left; position: absolute; top: 20px; left: -153px; }#financing article { order: -1; }#financing figure { position: relative; margin-top: -40px; margin-bottom: -40px; z-index: 1; }#instagram { min-height: 638px; background: url("assets/images/instagram-section-bg.jpg") no-repeat center, #1b459c; background-size: cover; text-align: center; padding: 80px 10px 0; position: relative; color: #ffffff; overflow: hidden; }#instagram h2, #instagram p { color: #ffffff; }#instagram .social-mini { font-size: 40px; margin: 20px 0 40px; }#instagram .social-mini a { color: #ffffff; }#instagram .social-mini a:hover { color: #8abb2a; }#instagram .social-mini .ig:hover { color: #ffcc5e; }#instagram #insta-tooth { position: absolute; left: 10px; top: 20px; max-width: 400px}.fake-insta{width: 100%; display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; max-width: 1200px; margin: 0 auto 0; padding-bottom: 60px;}.fake-insta &gt; span{flex: 0 1 340px;}.guides .arrow { font-size: 30px; color: #000000; z-index: 3; }.guides .arrow i { margin: 0; padding: 0; }.guides .arrow i:before { margin: 0; }.guides .arrow:hover { opacity: 1; }.guides .pager span { background-color: #fff; margin: 10px 12px; }#insta { position: relative; padding-top: 118px; margin: auto; }#iphone { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 10; pointer-events: none; border-radius: 50px 50px 0 0; }#insta .guides .arrow { position: absolute; left: 0; right: auto; top: 65%; transform: translateY(-50%); opacity: 1; z-index: 10; background-color: #ffffff; }#insta .guides #next { left: auto; right: 0; }#insta { max-width: 412px; margin: auto; }#insta-feed { margin: 0 auto; max-width: 240px; overflow: hidden; }#insta-feed .cycle-slide { width: 100%; max-width: 240px; margin: 10px; right: 0 !important; }#insta-feed img { max-width: 100%; width: 100% !important; }.guides button { background-color: transparent; border: none; }#ready { background: url("assets/images/meet-bg.jpg") no-repeat center, #587d28; min-height: 490px; background-attachment: fixed; background-size: cover; text-align: center; }#ready a { min-height: 490px; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }#ready .h2, #ready p { color: #ffffff; }#ready:hover .btn { color: #8cc63f; background-color: #ffffff; }.split .flex-ed { max-width: 1350px; margin: auto; display: flex; align-items: center; justify-content: space-around; }.split article { flex: 0 1 50%; padding: 10px; max-width: 460px; }.split .btn { margin-left: 0; }.split figure { flex: 0 1 50%; }.split .caption { padding: 10px; text-align: center; }.split .caption a { color: #fff; padding: 0 5px; }.split .caption a:hover { color: #8cc63f; }.split.playing .flex-ed { display: block; }#reviews { position: relative; margin: 0 auto; padding: 80px 0 110px; text-align: center; overflow: hidden; }#reviews:before { content: ''; position: absolute; right: 0; bottom: -10%; left: auto; background: url("assets/images/bg-splash-lg.png") no-repeat top left; width: 598px; height: 386px; background-size: 598px 386px; z-index: -1; }#reviews author { display: flex; font-size: 18px; text-align: left; margin: 0 0 10px; align-items: center; font-weight: 700; }#reviews author { color: #000000; font-family: "Poppins", sans-serif; font-size: 12px; line-height: 1.4; text-transform: uppercase; }#reviews .gp { background-color: #E10018; }#reviews .gp:hover { background-color: #1b459c; }#reviews .fb { background-color: #00368C; }#reviews .fb:hover { background-color: #1b459c; }#reviews author span { font-size: 24px; display: inline-block; width: 55px; }#reviews author span img, #reviews author span i:before { margin: 0; }#reviews author i { color: #ffffff; height: 48px; width: 48px; display: flex; justify-content: center; align-items: center; border-radius: 50%; margin-right: 10px; }#reviews author .icon-facebook { background-color: #4d70a8; }#reviews author .icon-google { background-color: #dc4e41; }#reviews star { display: block; font-size: 12px; letter-spacing: 4.8px; color: #febb21; }#reviews .slick-arrow { color: #000000; }#reviews .slick-arrow:hover { color: #8cc63f; background-color: transparent; }#reviews #prev:hover { color: #8cc63f; }#reviews #next { order: 0; }#reviews .pagingInfo { display: none; order: 1; margin-left: auto; }.slide-reviews { display: flex; text-align: left; }.slide-reviews p { font-size: 14px; font-family: "Poppins", sans-serif; font-style: italic; color: #000000; }.slide-reviews .slick-track { overflow: visible !important; }.slide-reviews .slick-slide { margin: 0 10px; }.rv-slide { box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15); border-radius: 15px; padding: 30px; background-color: #fff; margin: 8px; }.reviews-controls { padding: 0 20px; margin: 20px auto; display: flex; justify-content: space-between; align-items: center; }.slick-arrow { color: #000000; font-family: fontello; font-size: 30px; font-weight: 400; position: absolute; top: 50%; transform: translateY(-50%); left: 0; background-color: #ffffff; padding: 15px; z-index: 2; }.slick-arrow:hover { background-color: #8cc63f; color: #ffffff; }.slick-arrow i, .arrow i:before { display: block; margin: 0 auto; }#next { left: auto; right: 0; order: 2; }.slick-dots { line-height: 1; margin-top: 10px; }.slick-dots span { cursor: pointer; background-color: #96d9f2; height: 10px; width: 10px; border-radius: 50%; display: inline-block; margin: 0 5px; }.slick-dots .slick-active span { background-color: #1b459c; }.slick-gallery { position: relative; max-width: 1000px; margin: 20px auto; text-align: center; }.slick-gallery article .flex-ed { justify-content: space-around; padding-bottom: 50px; flex-wrap: nowrap; }.slick-gallery article .flex-ed &gt; div { position: relative; flex: 0 1 45%; padding: 10px; }.slick-gallery article .flex-ed &gt; div img { width: 100%; }.slick-gallery article .flex-ed span { margin: 10px; position: relative; flex: 0 1 48%; }.slick-gallery article .flex-ed span img { width: 100%; }.slick-gallery article .flex-ed span:after { content: 'Before'; position: absolute; bottom: -40px; left: 0; right: 0; margin: auto; display: block; margin: auto; color: #1b459c; font: 700 20px/1.2 "Literata", serif; }.slick-gallery article .flex-ed span:last-of-type:after { content: "After"; }.slick-gallery article div p { display: block; }.gallery { max-width: 990px; margin: 0 auto 10px; padding: 0; }.slick-slider .slick-slide img { margin: 0 auto; display: block; }.slick-controls { display: flex; align-items: center; justify-content: space-around; }#office-tour { max-width: 700px; }#office-tour .caption { padding-bottom: 20px; }@media (max-width: 701px) { .gallery { padding: 10px; } .gallery article .flex-ed { flex-wrap: wrap; } .gallery article .flex-ed &gt; div { flex: 1 1 100%; } .gallery article .flex-ed span { margin-bottom: 40px; flex: 1 1 100%; } }.simple { line-height: 1; font-size: 0; margin: 0 auto; text-align: center; }.simple input, .simple textarea { box-sizing: border-box !important; border: 0; border-radius: 0; line-height: 1; font-size: 18px; width: 100%; max-width: 100%; padding: 0 11px; margin-bottom: 10px; height: 45px; color: #8cc63f; background-color: #eeeeee; }.simple textarea { height: 130px; padding: 14px 11px; }.simple input:focus, .simple textarea:focus { outline: 0; background-color: #e7f0f6; color: #8cc63f; }::-moz-placeholder { color: #333; }:-ms-input-placeholder { color: #333; }::placeholder { color: #333; }.hl i:before { font-size: .75em; }.social { font-size: 0; text-align: center; margin: 10px auto; display: flex; justify-content: space-around; }.social a { position: relative; display: inline-block; margin: 5px; font-size: 25px; color: #fff; line-height: 40px; }.social a img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; }.social .fb { color: #4d70a8; }.social .gp { color: #dc4e41; }.social .yp { color: #b62717; }.social .yt { color: #d00; }.social .in { color: #3d5aa5; }.social .tw { color: #00aced; }.social .hl { color: #0202ea; }.social a:hover { color: #fff; }footer { background-color: #383838; }footer a { color: #000000; }footer .logo { display: block; margin-bottom: 10px; position: relative; z-index: 1; }footer .logo img { margin: 0; display: inline; position: relative; }footer .logo img:first-of-type { margin-right: -24px; }footer .logo img:last-of-type { z-index: -1; top: 5px; }footer .logo + div { padding-left: 143px; }footer .pho { color: #ffffff; font: 700 24px/1.2 "Poppins", sans-serif; margin: 10px auto; display: block; }footer .phy { color: #ffffff; font: 400 14px/1.2 "Poppins", sans-serif; margin: 20px auto; display: block; }footer .pho:hover { color: #1b459c; }footer .phy:hover { color: #8cc63f; }footer .hours { margin: 20px 0; display: none;}footer .hours p { color: #000000; }footer .social { flex: 0 1 auto; }footer .social a:first-of-type { margin-left: 0; }footer form { display: flex; justify-content: center; align-items: center; }footer #fo-contact .h3 { color: #ffffff; text-align: center; margin-bottom: 15px; }footer #fo-contact .slick-form { max-width: 407px; display: inline-block; }footer #fo-contact .forms .input { display: flex !important; justify-content: space-between; align-items: center; }footer #fo-contact .forms input, footer #fo-contact .forms textarea { max-width: 267px; background: #ebebeb; font-size: 18px; height: 47px; margin: 0; padding: 10px; border: none; border-radius: 25px 0 0 25px; }footer #fo-contact .forms .btn { min-width: 140px; height: 47px; margin: 0; border-radius: 0 25px 25px 0; color: #ffffff; background-color: #1b459c; font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 700; }footer .slick-arrow { position: static; transform: none; font-size: 13px; }footer .slick-arrow i { display: inline; }footer #form-controls { color: #ffffff; font-size: 14px; font-family: "Poppins", sans-serif; margin: 0 20px; }#map { position: relative; margin: 0; min-height: 450px; filter: grayscale(100%); transition: 0.3s all; }#map iframe { height: 450px; display: block; width: 100%; }#map:hover { filter: none; }#quest { padding: 10px; flex: 1 1 50%; text-align: center; }#quest form { max-width: 480px; margin: 20px auto; }#quest textarea { height: 125px; }#fo-contents { display: flex; justify-content: space-around; margin: auto; position: relative; max-width: 1350px; padding: 50px 10px; }.fo-info { flex: 0 1 auto; }#assoc { border-top: 1px solid #6c675c; margin-top: 10px; max-width: 580px; display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; padding: 30px 10px; margin-top: 30px; }#assoc &gt; span { display: block; margin: 5px 15px; }#copy { font: 400 15px/1.25 "Literata", serif; color: #000000; padding: 20px 0; text-align: center; background-color: #ffffff; }#copy a { color: #000000; }#copy a:nth-of-type(1), #copy a:nth-of-type(2) { color: #1b459c; }#copy a:hover { color: #8cc63f; }#copy .disclaimer { font-family: "Poppins", sans-serif; text-transform: uppercase; color: #000000; margin-bottom: 15px; }#page { position: relative; display: block; width: 100%; margin: 40px auto 30px; padding: 0 10px; max-width: 1400px; clear: both; }#page.has_divider { margin-bottom: 0; }.page_index .internal { display: none; }.center { text-align: center; }#page h2 + p { margin-top: 5px; }#page .elem-left + p, #page .elem-right + p { margin-top: 20px; }#page ul + h2, #page ul + h3 { margin-top: 30px; }main { overflow: hidden; }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: 50px; line-height: 1.6; overflow: hidden; }main ul li:before { content: url("assets/images/tooth-check.png"); position: absolute; left: 0; top: 0; }@media (min-width: 800px) { ul.two { -moz-column-count: 2; column-count: 2; } }@media (max-width: 590px) { main ul li { margin-left: 10px; } .elem-left, .elem-right, .block .elem-left, .block .elem-right { display: table; float: none; margin: 15px auto !important; max-width: 100%; } }#page-title { position: relative; text-align: center; padding: 50px 10px; }#page-title h1:only-child, #page-title h2#append { -webkit-animation: fadeInUp 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) both; animation: fadeInUp 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) both; max-width: 1200px; margin: auto; color: #6C675C; }#page-title h2 span { color: #8cc63f; }#page-title.has-img { padding: 0; display: flex; align-items: center; justify-content: space-between; }#page-title.has-img &gt; article { margin: 20px auto; padding: 40px; max-width: 1000px; text-align: left; flex: 0 1 50%; }#page-title.has-img #intro { padding: 0; margin: 20px 0; }.page-banner { display: flex; max-width: 1400px; margin: auto; align-items: flex-start; margin-bottom: 30px; }#intro { flex: 0 1 48%; margin: 0 auto; padding: 0 20px; }#intro p:first-of-type { margin-top: 0; }#main-img { flex: 0 1 50%; margin: 0; }#main-img img { margin: 0; width: 100%; }.why { padding: 30px 10px 10px; position: relative; overflow: visible !important; }.why h2 { text-align: center; font-size: 40px; margin-bottom: 40px; }.why h2 span { display: block; font-size: 0.8em; }.why article { overflow: hidden; }.why ul { display: flex; justify-content: center; text-align: center; align-items: stretch; }.why ul li { max-width: 275px; flex: 1 1 33%; padding: 0; margin: 10px; width: 100%; color: #000000; overflow: visible; border: 4px solid #1b459c; padding: 20px; }.why ul li span { max-width: 95%; margin: 0 auto; }.why ul li:before { content: ''; position: static; display: block; margin: 0 auto 10px; width: 56px; height: 56px; border-radius: 50%; background-color: #1b459c; counter-increment: section; content: counter(section); color: #fff; font: 100 34px/55px "Literata", serif; }.why ul li:after { content: ''; width: 45px; height: 47px; background: url("assets/images/cape-deco.png") no-repeat top left; position: absolute; left: calc(50% - 63px); top: 33px; z-index: -1; }.why ul li:nth-of-type(2) { border-color: #8cc63f; }.why ul li:nth-of-type(2):before { background-color: #8cc63f; }.why ul li:nth-of-type(3) { border-color: #96d9f2; }.why ul li:nth-of-type(3):before { background-color: #96d9f2; }.page-divider { display: block; clear: both; max-width: 100%; width: 100%; position: relative; z-index: 1; margin-top: 40px; }.block { position: relative; display: table; clear: both; width: 100%; max-width: 100%; padding: 60px 10px; border-top: 2px solid #000000; }.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: 5; }.block .elem-right { order: 1; }.block:last-of-type { margin-bottom: 0; }.block .tall { display: block; overflow: visible; }.mini-block { display: table; clear: both; padding: 30px 0 0; margin-top: 30px; }.mini-block .elem-sm { max-width: 400px; }.more-to-explore { position: relative; text-align: center; margin: 0 auto; padding: 60px 10px 70px; background: url("assets/images/more-bg.jpg") no-repeat top center, #1b459c; background-size: cover; }.more-to-explore span { display: block; margin-bottom: 30px; }.more-to-explore p { padding: 10px; margin: auto; max-width: 1150px; }.more-to-explore [class^="btn"] { min-width: 350px; margin: 5px; color: #ffffff; background-color: #8cc63f; }.more-to-explore .btn:hover { color: #8cc63f; background-color: #ffffff; }.more-to-explore .btn-alt { background-color: #ffffff; color: #000000; }.more-to-explore .btn-alt:hover { color: #ffffff; background-color: #000000; }.landing { display: flex; align-items: flex-start; justify-content: space-around; flex-wrap: wrap; }.landing a { flex: 0 1 23%; margin: 10px auto 20px; text-align: center; }.landing a h3 { padding: 10px; background-color: #8cc63f; color: #fff; font: 400 15px/1 "Poppins", sans-serif; text-transform: none; transition: .3s all; }.landing a:hover h3 { background-color: #1b459c; color: #fff; }.flying { background-image: url("assets/images/tooth-check-services.png"); width: 50px; height: 33px; display: inline-block; }.services { max-width: 1400px; margin: 120px auto 40px; align-items: stretch; flex-direction: column; }.services &gt; div { display: flex; margin: 30px 0; }.services &gt; div:nth-of-type(even) article { order: -1; }.services div h3 { display: block; text-align: left; line-height: 1.1; font-size: 38px; }.services div h3 a { display: block; color: #1b459c; }.services div h3 a:hover { color: #8cc63f; }.services figure { transition: 0.4s all; flex: 0 1 50%; }.services article { padding: 30px; flex: 0 1 50%; position: relative; }.services article:before { content: ''; position: absolute; height: 2px; background-color: #000000; width: 95%; top: 0; }.services div &gt; a:hover figure img { opacity: 0.7; }.services ul { display: table; }.services ul li { line-height: 1.5; margin: 5px auto; font-size: 20px; padding-bottom: 10px; }.services ul li:before { content: url("assets/images/tooth-check-services.png"); }.services ul li a { color: #000000; }.services div &gt; a:hover h3 { color: #8cc63f; }.services ul li:hover a { color: #8cc63f; }#refer { background: #1b459c; margin: 40px auto; max-width: 700px; padding: 40px 20px 30px; }#refer .simple { max-width: 650px; margin: auto; }.accordion { margin: 20px auto; text-align: left; }.accordion .toggle { position: relative; cursor: pointer; clear: both; padding: 15px 50px 15px 15px; margin: 7px auto 0; border: 4px solid #1b459c; }.accordion .toggle:after { content: ''; height: 55px; width: 55px; background-color: #1b459c; position: absolute; right: 0; top: 0; z-index: -1; }.accordion .toggle.active { border-bottom: none; }.accordion .toggle.active:before { transform: rotate(180deg); }.accordion .toggle:nth-of-type(2n) { border-color: #8cc63f; }.accordion .toggle:nth-of-type(2n) + div { border-color: #8cc63f; }.accordion .toggle:nth-of-type(2n):after { background-color: #8cc63f; }.accordion .toggle:nth-of-type(3n) { border-color: #96d9f2; }.accordion .toggle:nth-of-type(3n) + div { border-color: #96d9f2; }.accordion .toggle:nth-of-type(3n):after { background-color: #96d9f2; }.accordion .toggle:nth-of-type(4n) { border-color: #f8c428; }.accordion .toggle:nth-of-type(4n) + div { border-color: #f8c428; }.accordion .toggle:nth-of-type(4n):after { background-color: #f8c428; }.accordion &gt; div p { margin: 0; position: relative; }.accordion .toggle:before { content: '\e83a'; color: #ffffff; font-family: 'fontello'; font-size: 25px; position: absolute; top: 0; right: 0; width: 55px; height: 55px; display: flex; justify-content: center; align-items: center; }.accordion:hover .toggle:not(:hover) { opacity: 0.7; }.accordion:hover .toggle.active { opacity: 1; }.accordion p { position: relative; }.accordion &gt; div { display: none; padding: 20px 20px 20px 50px; border: 4px solid #1b459c; border-top: none; }.accordion &gt; div p + p { margin-top: 15px; }.accordion &gt; div ul { margin-bottom: 0; }#dr-landing { margin: 30px auto; display: flex; flex-wrap: wrap; justify-content: space-around; }#dr-landing &gt; a:hover .btn { background-color: #8cc63f; }.insurance-list { -moz-column-count: 2; column-count: 2; }.hours { display: table; margin: 10px auto; text-align: left !important; font-size: 16px; line-height: 24px; }.hours label { width: 120px; display: inline-block; font-weight: 700; }.contact { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; max-width: 1050px; margin: 30px auto; }.contact p { margin: 15px 0 10px; line-height: 1.4; }.contact &gt; div:first-child { flex: 1 0 auto; margin-right: 20px; }.contact &gt; div:last-child { margin-right: 10px; }.contact-map iframe { height: 350px; margin-top: 30px; }.page_contact-us #map { display: none; }.flex-ed-special article { flex: 0 1 450px; margin: auto; padding: 10px; margin-right: 20px; }#specials-form { margin: 30px auto; flex: 0 1 550px; }#specials-form .coupon { pointer-events: none; margin: 0; }#specials-form form { background-color: #1b459c; padding: 10px 10px 20px; }#specials-form input { max-width: 450px; margin: 5px auto 10px; display: block; background-color: white; font-size: 16px; color: #333; }#specials-form input:focus { box-shadow: inset 0 0 0 2px secondary; }#specials-form form .btn { display: block; min-width: 270px; margin: 10px auto; }#specials-form form .btn:hover { background-color: #1b459c; }#specials-form .simple ::-moz-placeholder { color: #333; }#specials-form .simple :-ms-input-placeholder { color: #333; }#specials-form .simple ::placeholder { color: #333; }.styled-form { margin: 30px auto; font-size: 16px; }.styled-form [class^="btn"] { margin-left: 0; background-color: #8CC63F; }.styled-form .btn:hover { background-color: #1B459C; }.styled-form .drei { display: flex; justify-content: space-between; flex-flow: row wrap; }.styled-form .drei + .drei { margin-top: 5px; }.styled-form .input-content, .styled-form .inline { width: calc(100% / 3 - 5px); min-height: 60px; }.styled-form .inline, .input-content { background-color: #1B459C; }.input__label-content strong, .input__label-content strong a { color: #fff; }.input-content, .styled-form .inline label, .styled-form .inline, .input--filled .input__label .input__label-content strong, .input--filled .input__label .input__label-content a { color: #fff !important; }.styled-form .drei:first-of-type { line-height: 1 !important; }.styled-form .inline { box-sizing: border-box; padding: 8px 16px; }.styled-form .inline span input { margin-right: 4px; }.styled-form .inline span { display: block; line-height: 1.4; }.styled-form .hear { margin: 5px 0; }.styled-form .hear label { display: inline-block; margin-right: 8px; }.styled-form .inline.wide { width: calc(100% / 1.5 - 3px); }.input-content { position: relative; z-index: 1; overflow: hidden; }.input__field { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: absolute; z-index: 2; display: block; float: right; border: none; border-radius: 0; padding: 0 14px; margin-top: 1.2em; height: 40px; width: 100%; background: transparent; color: #fff; }.input__field { outline: none; }.styled-form *:focus { outline-color: #8cc63f; outline-style: ridge; outline-width: thin; }.input__label { display: inline-block; padding: 0; width: 100%; background: transparent; text-align: left; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }.input__label::before { content: ''; box-sizing: border-box; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0px solid transparent; transition: border-width 0.3s, border-color 0.3s; }.input__label-content { box-sizing: border-box; position: relative; display: block; width: 100%; padding: 1.1em 1em; text-rendering: geometricPrecision; transform-origin: 0% 50%; transition: transform 0.3s, color 0.3s; }.input__label-content strong { float: right; font-weight: 300; }.input__field + .input__label::before, .input--filled .input__label::before { border-width: .2em 0 0; border-color: #8cc63f; border-top-width: 1.5em; }.input__field + .input__label .input__label-content, .input--filled .input__label .input__label-content { color: #fff; font-size: 16px; padding: .85em .5em; transform: translate3d(0, -0.65em, 0); }input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background-color: transparent !important; }.styled-form .inline textarea { padding: 5px; display: block; width: 100%; height: 80px; font-size: 16px; margin-top: 5px; }.styled-form .inline textarea { color: #000; padding: 5px; display: block; width: 100%; height: 120px; font-size: 16px; margin-top: 5px; }.styled-form .inline.wide { width: calc(100% / 1.5 - 3px); }@media (max-width: 800px) { .styled-form .input-content, .styled-form .inline { width: 100%; display: block; border-bottom: 1px solid rgba(206, 206, 206, 0.22); } .styled-form .input-content + .input-content { margin-top: 5px; } .styled-form .inline.wide { width: 100%; margin-top: 5px; } }.styled-form select { border: 1px solid #000000; padding: 5px; }.options label { display: block; margin-bottom: 5px; }.options [type=checkbox], .options [type=radio] { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; background-color: #fff; padding: 9px; border-radius: 3px; vertical-align: middle; }.options [type=radio] { border-radius: 50%; }.options [type=checkbox]:active, .options [type=checkbox]:checked:active, .options [type=checkbox]:checked, .options [type=radio]:active, .options [type=radio]:checked:active, .options [type=radio]:checked { background-color: #fff; }.options [type=checkbox]:checked:after, .options [type=radio]:checked:after { font-family: fontello; content: '\e832'; font-size: 13px; position: absolute; top: 2px; left: 2px; color: #8cc63f; }.options [type=radio]:checked:after { content: ''; width: 14px; height: 14px; background-color: #8cc63f; border-radius: 50%; }#fixed-tabs { position: fixed; right: 0; text-align: center; line-height: 1; font-size: 0; z-index: 200; }#fixed-tabs a { font-size: 14px; font-weight: 700; font-family: "Poppins", sans-serif; color: #fff; position: relative; overflow: hidden; }#fixed-tabs i { font-size: 16px; }#fixed-tabs #fixed-tabs i, #fixed-tabs #fixed-tabs i:before { display: block; margin: 0 auto !important; }#fixed-tabs .ra { background-color: #1B459C; }#fixed-tabs .call { background-color: #8cc63f; }#fixed-tabs .map { background-color: #6c675c; }#fixed-tabs .fm { background-color: #333; }#fixed-tabs .gp { background-color: #dc4e41; }#fixed-tabs .fb { background-color: #4d70a8; }@media (min-width: 1001px) { #fixed-tabs { display: none; } }@media (max-width: 1024px) { .call, .map { display: none; } #fixed-tabs { display: block; bottom: 0; width: 100%; display: flex; } #fixed-tabs a { padding: 12px 0; flex: 1; } #fixed-tabs a img { display: none; } #fixed-tabs a span { display: inline-block; vertical-align: middle; } #fixed-tabs em { display: none; } }@media (max-width: 730px) { #fixed-tabs .ra strong { display: none; } #fixed-tabs .ra { flex: 2; } #fixed-tabs .call, #fixed-tabs .map { display: block; } #fixed-tabs .gp, #fixed-tabs .fb, #fixed-tabs .fm { display: none; } }@media (min-width: 950px) { a[name]:before { height: 150px; margin-top: -150px; display: block; content: ""; visibility: hidden; } }@media (max-width: 950px) { a[name]:before { height: 120px; margin-top: -120px; display: block; content: ""; visibility: hidden; } }@media (max-width: 590px) { a[name]:before { height: 90px; margin-top: -90px; display: block; content: ""; visibility: hidden; } }@document url-prefix() {}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { #page-title { min-height: 150px; } }@media (max-width: 1080px) { #banner figure { max-width: 500px; } }@media (max-width: 1080px) { #ready { background-attachment: scroll; } #meet::before { top: -9%; } #meet::after { bottom: -9%; } .cards .card { max-width: none; flex: 0 1 48%; margin: 5px; } #copy { padding-bottom: 60px;} }@media (max-width: 1000px) { #financing figure::after { display: none; } #hd-top { display: none; } header .logo img:first-of-type { margin-right: -5px; } #banner { flex-direction: column; } #banner figure { max-width: 700px; width: 100%; flex: 0 1 100%; } #meet, #financing { margin: 250px 0 50px; background-color: #D7F1FA; } #meet:before, #meet:after, #financing:before, #financing:after { display: none; } #meet figure, #financing figure { position: relative; top: -190px; padding-left: 15px; padding-right: 15px; margin-bottom: -190px; } #financing figure:after { display: none; } .split .flex-ed { display: block; text-align: center; } .split figure { display: block; margin: auto; } .split article { margin: 20px auto; } #page-title { flex-direction: column; } #main-img { flex: 0 1 auto; } #intro { margin: 20px auto; } .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; } .services div { flex-direction: column; } .services div article, .services div figure { flex: 0 1 auto; } .services div article { order: -1; } .services div article:before { display: none; } #insta-tooth { display: none; } #ready { background-attachment: scroll; } [data-player][class^="elem"] { max-width: 650px; } #fo-contents { flex-wrap: wrap; text-align: center; } footer .hours { margin: 20px auto; } footer .logo + div { padding: 0; } .fo-title { text-align: center; } #copy { padding-bottom: 20px; } .contact { text-align: center; } .contact &gt; div:last-child { margin: 10px auto; display: table; } .flex-ed-special { display: block; text-align: center; } .flex-ed-special article { margin: auto; } }@media (max-width: 730px) { #hd-info { flex: 0 1 auto; } header { padding: 0; } header .phy { display: none; } header .pho { font-size: 18px; } #financing figure::after { display: none; } #specials:before { display: none; } .rv-slide { margin: 0; } #page-title h1:only-child, #page-title h2#append { font-size: 48px; } #reviews { padding: 10px 0; } #reviews .slick-slide { padding: 20px 0; } #reviews .contain { padding: 0 10px; } .reviews-controls .slick-arrow { position: static; transform: none; } .rv-controls { flex-wrap: wrap; margin: 10px auto; } .rv-controls &gt; div { position: relative; max-width: 450px; flex: 1 1 100%; order: -1; margin: 10px auto; } .why ul { flex-wrap: wrap; } .why ul li { flex: 1 1 100%; } }@media (max-width: 590px) { #banner article { flex: 0 1 auto; } #banner h2 { font-size: 56px; } #map, #assoc { display: none; } #copy span:last-of-type { display: block; visibility: hidden; font-size: 1px; } #page-title.has-img &gt; article { padding: 10px; } #meet figcaption { font-size: 10px; bottom: 20px; } #specials .coupon { width: 100%; } .cards .card { max-width: none; width: 100%; flex: 0 1 100%; } .services div { border-top: 2px solid #000000; margin-bottom: 60px; } .services div article { padding: 10px; } .gallery { padding: 0; } #intro, #page-title h1, #page-title h2 { text-align: center; } .youtube[class*="elem-"] { width: 100%; } [data-player][class^="elem"] { min-width: 100%; } footer #form-controls { display: none; } footer #fo-contact .forms .btn { min-width: 0; max-width: 100px; } footer #fo-contact .forms .input { justify-content: center; } }@media (max-width: 480px) { .hd-info { display: none; } #copy span:first-of-type { display: block; visibility: hidden; font-size: 1px; } .contact { display: block; } #fixed-tabs strong { display: none; } }@media (max-width: 400px) { [class^="btn"], .more-to-explore [class^="btn"] { min-width: 100%; width: 100%; margin: 8px auto; } [data-embed] .close { display: block; position: unset; text-align: center; padding: 4px; } }.page_patient-safety #page-title {display:none}.page_patient-safety #intro {padding:0}.page_patient-safety #page {margin:80px auto;max-width:1100px;}.page_patient-safety .h2 {margin-bottom:30px}.covid-section {padding:20px 0;}.covid-section h2 {margin-bottom:10px;}.covid-list {padding:10px 0;display:flex;align-items:center}.covid-list img {margin-right:20px;float:left;margin-left:0}@media (max-width:1000px) { .page_covid-19 h2 {font-size:30px;} .covid-list {display:block;} .covid-list img {float:left;}}
</pre></body></html>