body { position: relative; background-color: #fff; color: #545454; font: 400 17px/1.2 "Lato", sans-serif; counter-reset: section; overflow-x: hidden; }p { margin-top: 1em; margin-bottom: 1em; }a { cursor: pointer; text-decoration: none; color: #0868b1; }a:hover { color: #08a9b1; }hr { position: relative; display: table; clear: both; margin: 40px auto; width: 100%; height: 1px; background-color: #08a9b1; }*:focus, a:focus, button:focus, input:focus { outline-width: medium; outline-color: #0868b1 !important; }h1, h2, h3, h4, h5, h6 { margin: 0; position: relative; }#page-title h1, .h1 small { color: #fff; font: 400 13px/1 Gabarito, sans-serif; display: block; margin: 10px auto; text-transform: uppercase; letter-spacing: 0.2em; }#page-title h1:only-child, .h1, h2#append { color: #fff; font: 700 52px/1 Gabarito, sans-serif; }.dividerLead, .h2, .more-to-explore span, h2 { color: #261c15; font: 700 50px/1 Gabarito, sans-serif; position: relative; }.h3, h3 { color: #261c15; display: block; position: relative; font: 400 35px/1 Gabarito, sans-serif; }.h4, h4 { color: #261c15; display: block; position: relative; font: 700 20px/1.1 Gabarito, 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: 40px; line-height: 1.6; overflow: hidden; }main ul li:before { content: ""; position: absolute; left: 0; top: 4px; width: 32px; height: 13px; background: url(assets/images/li-deco.png) left top no-repeat; }body.page_index .h2 small, body.page_index h2 small { display: block; font: 400 20px/1 Gabarito, sans-serif; letter-spacing: 0.1em; text-transform: uppercase; }.text-white, .h1 .text-white { color: #fff; }[class^=btn] { position: relative; z-index: 1; display: inline-block; vertical-align: middle; cursor: pointer; text-align: center; border-radius: 8px; transition: 0.3s all; font: 400 13px/1.2 Gabarito, sans-serif; letter-spacing: 0.1em; text-transform: uppercase; color: #261c15; min-width: 285px; margin: 10px; padding: 14px 10px; border: 2px solid #9ad8d8; background-color: transparent; }[class^=btn]:hover { background-color: #9ad8d8; color: #fff; }.btn-alt { background-color: #9ad8d8; color: #073b4c; }.btn-alt:hover { background-color: #073b4c; color: #fff; border-color: #073b4c; }.btn-thr { background-color: transparent; border-color: #118ab2; }.btn-thr:hover { background-color: #118ab2; }form [class^=btn] { width: auto; }.top-bar { background-color: #002980; padding: 10px 20px; }.top-bar > div { max-width: 1400px; margin: 0 auto; text-align: left; }.top-bar a, .top-bar .phy { font-size: 18px; font-weight: 700; color: #fff; }.top-bar .phy { display: block; }.top-bar span, .top-bar .phy i, .top-bar a:hover, .top-bar .phy:hover { color: #28c0c9; }.nav-down { box-shadow: 0 3px 7px rgba(24, 23, 24, 0.2); }.nav-up { transform: translateY(-100%); }header { background-color: transparent; position: absolute; left: 0; top: 0; z-index: 500; width: 100%; text-align: center; line-height: 1; padding: 0; transition: 0.3s; }header .he-contact { margin: 0 auto; display: flex; align-items: center; justify-content: flex-end; flex: 1 1 auto; }header #main-header { display: flex; align-items: center; justify-content: space-around; padding: 5px 5px; margin: 0 auto; max-width: 1400px; width: 100%; }header .he-nav { flex: 0 0 auto; margin: 0 30px 0 0; }header .btn { border-radius: 8px; border: solid 2px #9ad8d8; background-color: rgba(6, 214, 160, 0.12); min-width: 163px; padding: 4px; line-height: 1; }header .btn span { display: block; text-transform: none; font-size: 29px; }@media (min-width:1025px) { body:not(.fix-nav) header { background-color: white; } .fix-nav header { background-color: #fff; position: fixed; top: 0; left: 0; right: 0; } .fix-nav header #main-header { padding: 5px; }}@media (max-width:1024px) { header .flex { display: block; } header .he-contact { margin: 0 auto; }}@media (min-width:1025px) { header nav > ul { margin: 0 auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; align-items: center; } #main-nav { display: flex; justify-content: space-between; align-items: center; padding: 20px; } header #main-header { padding: 20px; } nav { flex: 1 1 auto; } nav ul { margin: 0; padding: 0; list-style: none; } nav li { position: relative; margin: 0; } nav li a:hover { color: #fff; } nav > ul { font-size: 0; text-align: center; vertical-align: top; display: inline-block; } nav > ul > li { display: inline-block; } nav ul li:hover > ul { display: block; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } nav > ul > li > a { position: relative; font-size: 17px; color: #fff; font-weight: 700; line-height: 1; font-style: normal; display: block; padding: 6px 10px; transition: background 0.3s, color 0.3s; color: #073b4c; } nav > ul > li:hover > a { color: #64a70b !important; } nav > ul > li ul { position: absolute; z-index: 9999; display: none; width: 320px; background-color: #073b4c; } nav > ul > li ul a:hover { background-color: #03171d; color: #fff; } nav > ul > li > ul { text-align: left; display: none; left: 0; top: 100%; } nav > ul li:hover > ul { display: block; } nav > ul > li ul li { display: block; margin: 0; } nav > ul > li > ul > li > ul { display: none; left: 100%; top: 0; } nav > ul > li:last-child ul { right: 0; left: auto; } nav > ul > li > ul a { color: #fff; display: block; padding: 5px 5px; line-height: 30px; font-size: 16px; } nav li:before { content: none; } .mean-show { display: none !important; } #location-nav > ul > li:last-child ul { right: auto; left: 0; } #location-nav { margin: 0 10px 0 auto; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; border-radius: 8px; border: solid 1px #707070; } #location-nav > ul > li > a { color: #073b4c; font-size: 23px; font-weight: bold; min-width: 282px; padding: 0; display: flex; align-items: center; justify-content: space-between; } #location-nav > ul > li > a span { margin: 0 auto; } #location-nav > ul > li > a i { border-left: 1px solid #707070; font-size: 28px; padding: 10px; } #location-nav > ul > li:hover > a { color: #000 !important; }}@media (max-width:1024px) { .mean-container .mean-bar #ln li a i, #location-nav { display: none; } .mean-container .mean-nav ul#ln li a.mean-expand { display: none !important; } .mean-container #ln li.mean-first a { border-bottom: 1px solid #ffffff80; } .mean-container .mean-nav #ln li > ul { display: block !important; } header { background-color: #fff; position: fixed; top: 0; left: 0; z-index: 500; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); } #banner { margin-top: 0px !important; } #banner h1, #banner .h1 { text-shadow: none !important; } body { right: 0; position: relative; } body, header, .mean-container .mean-nav { -webkit-transition: all 0.3s; transition: all 0.3s; } .mean-container .mean-bar, .mean-container .mean-nav { background-color: #64a70b; } body.mean-active header { left: -80%; } body.mean-active { overflow: hidden; right: 80%; } body.mean-active:before { z-index: 98; content: ""; opacity: 0.7; background-color: #000; position: absolute; left: 0; right: 0; top: 0; bottom: 0; } body.mean-active .mean-container .mean-nav { right: 0; } .mean-container { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between !important; -ms-flex-pack: justify; justify-content: space-between; } .mean-container a.meanmenu-reveal { display: block; color: #fff; font-size: 30px; line-height: 72px; width: 72px; } .mean-container a.meanmenu-reveal.meanclose { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .mean-container .mean-bar i { display: block; } .mean-container a.meanmenu-reveal i:before { margin: 0 !important; } .mean-container .mean-nav { font-size: 16px; position: fixed; right: -80%; margin: 0; top: 0; bottom: 0; width: 80%; overflow: auto; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: column; -ms-flex-flow: column; flex-flow: column; } .mean-container .mean-nav ul { padding: 0; margin: 0; width: 100%; list-style-type: none; } .mean-container .mean-nav ul li { position: relative; width: 100%; border-bottom: 1px solid #ffffff80; } .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: 0.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: 47px; 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; } header, body.fix-nav header { position: fixed; } .mean-bar { flex: 0 0 auto !important; } #main-nav { display: none; } .mean-container { flex-flow: row nowrap !important; } #main-header > div > a { flex: 0 1 auto; }}@media (max-width:535px) { header .logo img { max-width: 220px; } #main-header .he-contact { display: none; }}.play { cursor: pointer; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; color: #545454; font: 700 15px/1 "Lato", sans-serif, sans-serif; text-transform: uppercase; letter-spacing: 1.5px; text-align: center; transition: 0.3s all; }.play i { width: 85px; height: 85px; border-radius: 50%; background-color: #fff; display: block; color: #545454; display: inline-flex; align-items: center; justify-content: center; font-size: 30px; margin: 10px; transition: 0.3s all; }.play i:before { margin: auto; padding-left: 5px; }.play:hover { color: #08a9b1; }.play:hover i { background-color: #08a9b1; color: #fff; }[data-embed] .close, [data-vimeo] .close { cursor: pointer; line-height: 1; background-color: #0868b1; color: #fff; padding: 8px; text-transform: uppercase; z-index: 5; }[data-embed] .close i, [data-vimeo] .close i { font-style: normal; font-size: 1.5em; line-height: 1; vertical-align: middle; display: inline-block; margin-bottom: 5px; }[data-embed] .close:focus, [data-vimeo] .close:focus { background-color: #064b80; }[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; background-color: rgba(17, 138, 178, 0.09); text-align: center; }#banner .h1 small { color: #261c15; font-size: 13px; }#banner article { padding: 30px 10px; max-width: 1050px; margin: 0 auto; font-size: 22px; }#locations { padding: 60px 10px; text-align: center; }#locations .links { margin: 30px auto 0; max-width: 1250px; }#locations .links a { margin: 5px; display: block; position: relative; }#locations .links a h3 { position: absolute; bottom: 50%; right: 50%; transform: translate(50%, 50%); text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); font-size: 37px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1.54; letter-spacing: normal; text-align: center; color: #fff; width: 100%; }#locations .links a:hover h3 { color: #118ab2; }#meet { padding: 60px 10px; text-align: center; background-color: #073b4c; }#meet h2 { color: #fff; }#meet .links { margin: 40px auto 0; max-width: 1425px; justify-content: center;}#meet .links div { margin: 10px; }#meet .links h3 { margin-top: 10px; text-transform: uppercase; font-size: 13px; font-weight: 600; font-stretch: normal; font-style: normal; line-height: 1; letter-spacing: 1.3px; text-align: center; color: #fff; }.split { padding: 60px 10px; }.split .flex-ed { max-width: 1150px; margin: auto; display: flex; align-items: center; justify-content: space-between; }.split article { flex: 0 1 550px; padding: 10px; }.split figure { flex: 0 1 48%; }.split .btn { margin-left: 0; }.deco { margin-bottom: 10px; display: block; }.deco img { max-height: 42px; margin-right: auto; margin-left: 0; }#services { position: relative; padding: 85px 0; }#services figure { display: none; }#services figure img { width: 100%; }#services .deco img { margin: 0 auto; }#services .contain { max-width: 1150px; margin: 0 auto; }#services article { text-align: center; padding: 60px 10px; max-width: 575px; background-color: rgba(255, 255, 255, 0.8); margin-right: auto; }#services article p { max-width: 436px; margin: 10px auto; }#saying { background: #118ab2 url(assets/images/index-reviews-bg.png) center 10% no-repeat; padding: 120px 0; text-align: center; color: #fff; }#saying .contain { display: flex; max-width: 1150px; margin: 60px auto 0; justify-content: space-between; align-items: center; }#saying .btn { color: #fff; }#saying h2 { color: #fff; }#saying #testimonials figure { position: relative; max-width: 532px; }#saying #testimonials .btn { border-color: #fff; }#reviews { position: relative; padding: 60px 10px; text-align: center; max-width: 400px; margin: 0 auto; }#reviews .slick-reviews { max-width: 700px; margin: 0 auto; }#reviews .slick-reviews .slick-slide { font-size: 20px; padding: 0 30px; margin: 0; }#reviews author { font-size: 14px; margin: 10px 0; text-transform: uppercase; letter-spacing: 0.1em; }#reviews star { display: block; letter-spacing: 4px; }#reviews i { display: block; }#reviews i.icon-google { border-radius: 50%; background-color: #dc4e41; color: #fff; width: 64px; height: 64px; margin: 0 auto 10px; line-height: 64px; font-size: 25px; }#reviews .slick-dots li span { background-color: #fff; }#reviews .slick-arrow { width: 37px; height: 37px; line-height: 37px; }#reviews #next i:before { margin-right: 0; }#smile { text-align: center; padding: 100px 0 0; }#smile .case { display: flex !important; }#offices { padding: 60px 10px; }#offices .links { margin: 50px auto 0; max-width: 1250px; }#offices .links div { background-color: #118ab2; flex: 0 1 400px; margin: 5px; }#offices .links div .office { display: block; font-size: 37px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: 1.54; letter-spacing: normal; text-align: center; color: #fff; }#offices .links div .phy { display: block; margin: 10px auto; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.11; letter-spacing: normal; text-align: center; color: #fff; }#offices .links div .pho { display: block; font-size: 32px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-align: center; color: #fff; }#offices .links div .office:hover, #offices .links div .phy:hover, #offices .links div .pho:hover { color: #88bbb7; }#offices .links div article { padding: 20px 10px; position: relative; }#offices .links div article:after { content: ""; pointer-events: none; position: absolute; top: 5px; bottom: 5px; left: 5px; right: 5px; border: 1px solid #fff; }#find { margin: 50px auto; }#quest { padding: 10px 20px; flex: 0 1 420px; }#quest .slick-form { margin: 10px 0; max-width: 420px; }#quest .input { display: flex !important; width: 100%; }#quest select, #quest option, #quest .forms input, #quest .forms textarea { flex: 1; height: 50px; width: 100%; background: transparent; padding: 10px; font-size: 16px; border: none; background-color: #ebebeb; margin: 0px; color: #000; }#quest .forms textarea { padding-top: 15px; }#quest .next { color: #fff; background-color: #08a9b1; min-width: 100px; position: relative; left: auto; right: auto; top: auto; margin: 0; font-size: 16px; font-family: "Lato", sans-serif; border: none; display: flex; justify-content: center; align-items: center; transform: none; text-transform: uppercase; border-radius: 0; padding: 0; height: auto; }#quest .next:after { display: none; }#quest .next:hover { background-color: #0868b1; border-color: #0868b1; }#quest::placeholder { color: #2b2d2f; }#quest::-webkit-input-placeholder { color: #2b2d2f; }#map { position: relative; margin: 0; flex: 0 1 50%; min-height: 400px; }#map iframe { height: 100%; width: 100%; border: none; display: block; }#assoc .flex-row { max-width: 1400px; margin: auto; }#assoc span { padding: 8px; }.simple { line-height: 1; font-size: 0; margin: 0 auto; text-align: center; }.simple select, .simple option, .simple input, .simple textarea { -webkit-box-sizing: border-box !important; 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: #0868b1; background-color: #eee; }.simple select, .simple option { display: block; color: #545454; }.simple textarea { height: 130px; padding: 14px 11px; }.simple input:focus, .simple textarea:focus { outline: 0; background-color: #e7f0f6; color: #0868b1; }::placeholder { color: #545454; }::-webkit-input-placeholder { color: #545454; }.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: 16px; color: #fff; width: 40px; height: 40px; border-radius: 50%; line-height: 40px; }.social .fb { background-color: #4d70a8; }.social .gp { background-color: #dc4e41; }.social .yp { background-color: #b62717; }.social .yt { background-color: #d00; }.social .in { background-color: #c13584; }.social .tw { background-color: #00aced; }.social a:hover { background-color: #fff; }.social .fb:hover i { color: #4d70a8; }.social .gp:hover i { color: #dc4e41; }.social .yp:hover i { color: #b62717; }.social .yt:hover i { color: #d00; }.social .in:hover i { color: #c13584; }.social .tw:hover i { color: #00aced; }footer { background-color: #073b4c; color: #fff; }footer a { color: #fff; }footer a:hover { color: #08a9b1; }footer .logo { display: block; margin-bottom: 10px; }footer .pho { font: 700 24px/1.2 "Noto Serif", serif; margin: 10px auto; display: block; }footer .phy { font: 700 24px/1.2 "Lato", sans-serif; margin: 20px auto; display: block; }footer .hours { margin: 20px 0; }footer .hours p { color: #fff; }footer .social { display: table; }footer .social a:first-of-type { margin-left: 0; }#fo-contents { display: flex; justify-content: space-between; align-items: end; margin: auto; position: relative; max-width: 1350px; padding: 50px 10px; }.fo-info { flex: 0 1 auto; }#copy { font: 400 16px/1.7 "Lato", sans-serif; color: #fff; padding: 20px 10px; text-align: right; }#copy a { color: #fff; }#copy a:nth-of-type(1), #copy a:nth-of-type(2) { color: #9ad8d8; }#copy a:hover { color: #0868b1; }#copy img { display: inline-block; vertical-align: middle; margin: 0 0 5px 5px; }.slick-slider .slick-arrow { position: absolute; left: -25px; top: 50%; transform: translateY(-50%); }.slick-slider #next { left: auto; right: -25px; }.slick-controls { display: flex; align-items: center; justify-content: center; }.slick-controls #next { order: 2; }.slick-arrow { color: #fff; font-family: fontello; font-size: 30px; left: 0; width: 55px; height: 55px; flex: 0 0 55px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background-color: #9ad8d8; z-index: 5; transition: 0.3s all; }.slick-arrow i { margin-left: -4px; }.slick-arrow:hover { background-color: #073b4c; }.slick-dots { line-height: 1; }.slick-dots li { line-height: 1; }.slick-dots li button { padding: 0; }.slick-dots span { cursor: pointer; background-color: #9ad8d8; height: 12px; width: 12px; border-radius: 50%; display: inline-block; margin: 0 5px; opacity: 0.18; }.slick-dots .slick-active span { opacity: 1; }.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: #261c15; text-transform: uppercase; }.slick-gallery .case span:last-of-type:after { content: "After"; }.slick-gallery figcaption { margin: 5px auto; }.why { padding: 30px 10px 10px; position: relative; counter-reset: why-section; }.why:before { content: ""; position: absolute; left: -1000px; right: -1000px; top: 0; bottom: 0; background-color: #08a9b1; }.why h2 { text-align: center; font-size: 30px; }.why ul { display: flex; justify-content: space-around; align-items: center; text-align: center; align-items: flex-start; }.why ul li { max-width: 280px; flex: 1 1 33%; padding: 0; margin: 10px; width: 100%; color: #fff; overflow: visible; }.why ul li span { max-width: 95%; margin: 0 auto; }.why ul li:before { content: ""; counter-increment: why-section; content: counter(why-section); position: relative; display: flex; justify-content: center; align-items: center; margin: 0 auto 10px; width: 56px; height: 54px; border-radius: 50%; background-color: #0868b1; color: #fff; font: 400 30px/1 "Lato", sans-serif; text-align: center; }.section-toggle { display: none; margin-top: 20px; position: relative; z-index: 5; }.page-divider { display: block; max-width: 100%; width: 100%; position: relative; z-index: 1; }.divider-block { position: relative; display: table; clear: both; width: 100%; max-width: 100%; padding: 60px 10px; }.divider-block:before { content: ""; position: absolute; left: -1000px; right: -1000px; top: 0; bottom: 0; z-index: -1; }.divider-block .contain { display: flex; justify-content: space-around; align-items: flex-start; }.divider-block h2 { margin-bottom: 20px; }.divider-block .wrap { height: 0; }.divider-block article { margin: auto 0; flex: 0 1 550px; }.divider-block article p:first-of-type { margin-top: 0; }.divider-block ul li { margin-left: 0; }.divider-block .btn { margin-left: 0; }.divider-block .elem { flex: 0 0 auto; position: relative; z-index: 3; }.divider-block .elem-right { order: 1; }.divider-block:nth-of-type(odd):before { background-color: #ededed; }.mini-block { display: table; clear: both; max-width: 1140px; width: 100%; margin: 30px auto; }.divider-block.no_img article { max-width: 1130px; margin: auto; text-align: center; }.more-to-explore { position: relative; text-align: center; margin: 0 auto; padding: 40px 10px 60px; background-color: #1e8186; }.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; }/** Remove the class="off" from the leanModal link in the html to activate the link/connect to its pop-up *****/.off { pointer-events: none; }.service-icons { display: flex; justify-content: center; text-align: center; flex-wrap: wrap; margin: 20px auto; max-width: 1400px; }.service-icons .mini-block { margin: 0; }.service-icons .modal .icon { height: 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; }.service-icons .modal .icon .ic-color { fill: #08a9b1; }.service-icons .modal .has-h3 { clear: both; display: table; width: 100%; margin: 20px auto; text-align: left; }.service-icons .modal .has-h3 h3 { margin: 0 auto 10px; text-align: left; }.service-icons h3 { margin: 5px auto; font-size: 22px; line-height: 1.1; }.service-icons > * { padding: 5px; flex: 0 1 180px; margin: 10px auto; display: block; }.service-icons a { color: #545454; text-decoration: none; }.service-icons a:hover .icon .ic-color { fill: #0868b1; }.service-icons a:hover h3 { color: #0868b1; }@media (max-width:750px) { .has-h3, .has-h3 h3 { text-align: center; }}.services-grid { position: relative; margin: 40px auto; display: flex; align-items: stretch; flex-wrap: wrap; flex-wrap: wrap; }.services-grid > div { flex: 0 1 32%; margin: 10px auto; }.services-grid h3 { display: block; text-align: center; line-height: 1.1; }.services-grid h3 a { color: #545454; }.services-grid h3 span { display: block; font-size: 18px; }.services-grid figure { transition: 0.4s all; }.services-grid figure img { width: 100%; }.services-grid ul { display: table; margin: 20px auto; }.services-grid ul li { line-height: 1.2; margin: 10px auto; }.services-grid ul li a { color: #545454; }.services-grid h3:hover a { color: #0868b1; }.services-grid ul li:hover a { color: #08a9b1; }#all { background-color: #545454; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; flex: 0 1 62%; max-width: 100%; min-height: 250px; transition: 0.4s all; }#all .h2 { padding: 10px; }#all .h2, #all .btn { color: #fff; }#all:hover { background-color: #0868b1; }#all:hover .btn { background-color: #08a9b1; color: #fff; }#page { position: relative; display: block; width: 100%; margin: auto; padding: 30px 10px; max-width: 1280px; clear: both; }#page.has_divider { padding-bottom: 0; }.page_index .internal { display: none; }.center { text-align: center; }main { overflow: hidden; }@media (min-width:800px) { ul.two { -webkit-column-count: 2; column-count: 2; }}@media (max-width:750px) { main ul li { margin-left: 10px; } .elem-left, .elem-right, .divider-block .elem-left, .divider-block .elem-right { display: table; float: none; margin: 20px auto; max-width: 100%; }}#interior-banner { display: flex; flex-direction: column; justify-content: center; position: relative; text-align: center; background: rgba(0, 0, 0, 0.1); }#interior-banner .contain { max-width: 1200px; margin: auto; width: 100%; flex: 0 1 50%; padding: 50px 20px; }#interior-banner .flex-title { text-align: left; max-width: 1500px; margin: auto; }#interior-banner .flex-title .contain { max-width: 45%; margin: auto; }#page-title { position: relative; margin: auto; }.flex-title { height: 100%; }.flex-title #page-title { text-align: left; margin: auto; }#intro { margin: 0 auto; }#main-img { flex: 0 1 50%; align-self: stretch; min-height: 500px; }#main-img img { display: none; }#static-banner { display: none; }.landing { display: flex; align-items: flex-start; justify-content: space-around; flex-wrap: wrap; }.landing a { flex: 0 1 30%; margin: 10px auto 20px; text-align: center; }.landing a h3 { padding: 10px; background-color: #0868b1; color: #fff; font: 400 15px/1 "Noto Serif", serif; text-transform: none; transition: 0.3s all; }.landing a:hover h3 { background-color: #08a9b1; color: #fff; }#refer { background: #08a9b1; 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: 10px 10px 10px 55px; margin: 7px auto 0; width: 100%; display: block; text-align: left; }.accordion .toggle:hover h2, .accordion .toggle:hover h3 { color: #08a9b1; }.accordion .toggle.active:before { background-color: #08a9b1; content: "A"; }.accordion .toggle:before { content: "Q"; color: #fff; font: 700 24px/1.5 "Lato", sans-serif; border-radius: 50%; position: absolute; top: 0; left: 0; width: 48px; height: 48px; background-color: #0868b1; box-shadow: inset 0 3px 8px rgba(0, 1, 1, 0.19); text-align: center; display: flex; align-items: center; justify-content: center; }.accordion > div { display: none; padding: 0 20px 20px 55px; }.hours { display: table; 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: 1150px; margin: 30px auto; }.contact h3 { margin: 10px auto; font-size: 20px; }.contact h2 { font-size: 25px; }.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-map { margin: 20px auto 40px; }.contact-map iframe { width: 100%; }#appt-form { display: none; padding: 40px 10px; text-align: left; max-width: 800px; margin: 10px auto; }#appt-form h2, #appt-form h3 { text-align: center; margin: 20px auto 50px; }#appt-form .flex-row-input { display: flex; justify-content: space-around; align-items: flex-start; }#appt-form .flex-row-input article { flex: 1; margin: 10px; }#appt-form .options { color: #545454; margin: 0 10px 0; }#appt-form .options label { display: block; font-size: 18px; position: relative; margin-bottom: 10px; text-align: left; }#appt-form .flex-checks { display: flex; flex-wrap: wrap; }#appt-form .flex-checks span { flex: 0 1 30%; margin: 10px 5px 10px 0; display: flex; align-items: center; font-size: 16px; }#appt-form .flex-checks span [type=checkbox], #appt-form .flex-checks span [type=radio] { margin-right: 8px; }#appt-form button.btn { display: table; margin: 20px auto !important; }#appt-form::-webkit-input-placeholder { color: #333; }#appt-form:-moz-placeholder { color: #333; }#appt-form::-moz-placeholder { color: #333; }#appt-form:-ms-input-placeholder { color: #333; }#appt-form .input-content, #appt-form .styled-form .inline label, #appt-form .styled-form .inline, #appt-form .input--filled .input__label .input__label-content strong, #appt-form .input--filled .input__label .input__label-content a { color: #545454; }#appt-form .input-content { position: relative; z-index: 1; border-bottom: 1px solid #0868b1; display: block; width: 100%; min-height: 65px; background: none; }#appt-form .input-content.txt { height: 150px; }#appt-form .input-content textarea { padding: 5px; display: block; width: 100%; height: 130px; display: table; font-family: "Lato", sans-serif; }#appt-form .input__field { position: absolute; z-index: 2; display: block; border: none; border-radius: 0; padding: 0 10px; margin-top: 20px; height: 40px; width: 100%; background: transparent; color: #545454; }#appt-form .input__label { display: inline-block; padding: 0; width: 100%; height: 100%; position: absolute; 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; }#appt-form .input__label::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0 solid transparent; -webkit-transition: border-width 0.3s, border-color 0.3s; transition: border-width 0.3s, border-color 0.3s; }#appt-form .input__label-content { position: relative; display: block; width: 100%; padding: 40px 10px 10px; text-rendering: geometricPrecision; transform-origin: 0% 50%; transition: color 0.3s, -webkit-transform 0.3s; transition: transform 0.3s, color 0.3s; transition: transform 0.3s, color 0.3s; color: #545454; }#appt-form .input__field:focus + .input__label .input__label-content, #appt-form .input--filled .input__label .input__label-content { color: #545454; -webkit-transform: translate3d(0, -0.8em, 0); transform: translate3d(0, -0.8em, 0); padding: 15px 5px 5px; font-size: 0.75em; }#appt-form input:-webkit-autofill, #appt-form textarea:-webkit-autofill, #appt-form select:-webkit-autofill { background-color: transparent !important; }.options [type=checkbox], .options [type=radio] { -webkit-appearance: none; position: relative; border-radius: 3px; vertical-align: middle; height: 25px; width: 25px; border: 1px solid #545454; }.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; border: 1px solid #0868b1; }.options [type=checkbox]:checked:after, .options [type=radio]:checked:after { font-family: fontello; content: "\e832"; font-size: 13px; position: absolute; top: 4px; left: 4px; color: #0868b1; }.options [type=radio]:checked:after { content: ""; width: 14px; height: 14px; background-color: #0868b1; border-radius: 50%; }.dwn { position: relative; }.dwn:after { position: absolute; content: "\e935"; font-family: fontello; font-size: 1.2em; line-height: 1.5; color: #0868b1; bottom: 5px; right: 10px; z-index: 8; pointer-events: none; }#other-int { display: none; margin: 10px auto; }#int-list.oth #other-int { display: block; }.group { position: relative; margin-bottom: 20px; }.group input, .group select, .group textarea { font-size: 18px; padding: 10px 10px 10px 5px; display: block; width: 100%; border: none; border-bottom: 1px solid #0868b1; background: none; color: #545454; height: 45px; -webkit-appearance: none; position: relative; }.group select:after { position: absolute; right: 5px; top: 5px; content: "\e825"; font-family: fontello; z-index: 5; color: #fff; }.group textarea { height: 160px; }.group input:focus, .group textarea:focus, .group select:focus { outline: none; background-color: rgba(0, 0, 0, 0.03); }.bar { position: relative; display: block; max-width: 100%; position: absolute; bottom: -1px; left: 0; right: 0; }.bar:before, .bar:after { content: ""; height: 2px; width: 0; bottom: 1px; position: absolute; background: #0868b1; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; }.bar:before { left: 50%; }.bar:after { right: 50%; }input:focus ~ .bar:before, input:focus ~ .bar:after, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after, select:focus ~ .bar:before, select:focus ~ .bar:after { width: 50%; }.highlight { position: absolute; height: 60%; width: 100px; top: 25%; left: 0; pointer-events: none; opacity: 0.5; }input:focus ~ .highlight, textarea:focus ~ .highlight, select:focus ~ .highlight { -webkit-animation: inputHighlighter 0.3s ease; -moz-animation: inputHighlighter 0.3s ease; animation: inputHighlighter 0.3s ease; }@-webkit-keyframes inputHighlighter { from { background: #0868b1; } to { width: 0; background: transparent; }}@-moz-keyframes inputHighlighter { from { background: #0868b1; } to { width: 0; background: transparent; }}@keyframes inputHighlighter { from { background: #0868b1; } to { width: 0; background: transparent; }}#insure-help { text-align: center; margin: 60px auto; }#no-insure .h2, #no-insure h3 { text-align: center; }@media (max-width:750px) { #appt-form .flex-row-input { display: block; } #appt-form .options { margin: 10px auto 20px; }}@media (max-width:480px) { #appt-form { padding: 40px 0; } #appt-form .flex-row-input article { margin: 10px auto; } #appt-form .flex-checks span { flex: 0 1 48%; }}@media (max-width:400px) { .group input, .group select, .group textarea { font-size: 16px; }}.block #insure-form { margin: 10px auto; }#insure-form { position: relative; max-width: 800px; margin: 50px auto; background-color: #0868b1; padding: 60px 40px; text-align: center; }#insure-form .h2 { line-height: 1.2; margin: 10px auto 30px; }#insure-form .h1 small, #insure-form .h2, #insure-form p, #insure-form .group label { color: #fff; }#insure-form input, #insure-form select { display: table; width: 100%; margin: 10px auto; height: 50px; padding: 5px; border: none; border-bottom: 1px solid #fff; background-color: transparent; color: #fff; }#insure-form::-webkit-input-placeholder { color: #fff; }#insure-form:-ms-input-placeholder { color: #fff; }#insure-form::placeholder { color: #fff; }#insure-form .select2-container { width: 100% !important; max-width: 620px; }#insure-form .select2-container--default .select2-selection--single { background-color: transparent; color: #fff; border-radius: 0; border: none; border-bottom: 1px solid #fff; outline: none; }#insure-form .select2-container--default .select2-selection--single .select2-selection__rendered { color: #fff; text-align: left; }#insure-form .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #fff transparent transparent transparent; }#insure-form .select2-container .select2-selection--single { height: 36px; }#insure-form button#submit { border: 1px solid #fff; padding: 20px; border-radius: 30px; text-transform: uppercase; min-width: 250px; margin: 20px auto; background-color: transparent; color: #fff; }#insure-form button#submit:hover { background-color: #08a9b1; }#in, #out { display: none; }.insure-modal { background-color: #0868b1; }.insure-modal p { margin: 20px auto; max-width: 600px; }.insure-modal .btn { margin: 20px auto 10px; }.open-in { position: absolute; top: 0; left: 50%; width: 98%; transform: translateX(-50%); display: flex !important; flex-direction: column; justify-content: center; align-items: center; height: 100%; transition: 3s all; }.close-ins { background-color: transparent; border: 2px solid #fff; border-radius: 50%; color: #fff; font-size: 30px; position: absolute; top: 0; right: 0; z-index: 3; flex: 0 0 40px; width: 40px; height: 40px; background-color: #075a99; top: -20px; right: -20px; display: flex; justify-content: center; align-items: center; cursor: pointer; }.close-ins span { transform: rotate(45deg); padding: 0 0 4px 2px; }.close-ins:before { content: "Try another insurance"; font-size: 12px; position: absolute; left: -130px; color: #545454; top: 0; opacity: 0.35; }.close-ins:hover { background-color: #08a9b1; }.close-ins:hover:before { opacity: 1; }.yep { width: 80px; height: 80px; border: 2px solid #fff; border-radius: 50%; color: #fff; font-size: 42px; display: flex; justify-content: center; align-items: center; margin: 10px auto; }.yep i { margin-top: 5px; }#fixed-tabs { position: fixed; right: 0; text-align: center; line-height: 1; font-size: 0; z-index: 200; padding: 0; }#fixed-tabs li { flex: 1; }#fixed-tabs a { display: block; font-size: 14px; font-weight: 700; 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: #064b80; }#fixed-tabs .call { background-color: #067a80; }#fixed-tabs .map, #fixed-tabs .fr { background-color: #545454; }#fixed-tabs .fb { background-color: #4d70a8; }#fixed-tabs .gg { background-color: #dc4e41; }@media (min-width:1025px) { #fixed-tabs { display: none; }}@media (max-width:1024px) { #fixed-tabs { bottom: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; } #fixed-tabs a { padding: 12px 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } #fixed-tabs a span { display: inline-block; vertical-align: middle; } #fixed-tabs .call, #fixed-tabs .map { display: none; }}@media (max-width:1000px) { #fixed-tabs .fr, #fixed-tabs .gg, #fixed-tabs .fb { display: none; } #fixed-tabs .call, #fixed-tabs .map { display: block; }}@media (max-width:730px) { #fixed-tabs .ra strong { display: none; } #fixed-tabs .ra { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; }}@media (max-width:1024px) { .split .flex-ed { flex-flow: column; text-align: center; } .split figure, .test-vid, #saying #testimonials figure { order: 2; margin: 0 auto; } .test-vid { display: table; } .split article { margin: 20px auto; padding: 40px 10px; } .split .btn { margin: 10px auto; } #fo-contents { flex-wrap: wrap; text-align: center; } footer .hours { margin: 20px auto; } .fo-title { text-align: center; } #interior-banner .flex-title { text-align: center; flex-flow: column; } #interior-banner .flex-title .contain { max-width: 100%; } #interior-banner .flex-title #page-title { text-align: center; padding: 40px 10px; } #interior-banner #main-img { min-height: auto; order: 0; margin: 0; } #interior-banner #main-img img { display: block; } #intro { margin: 0; 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; } #all, .services-grid > div { flex: 0 1 48%; } [data-player][class^=elem] { max-width: 650px; } .styled-form .btn { display: table; margin: 10px auto; } #meet .links{max-width: 900px;} .deco img { margin-left: auto; } .split { padding: 10px; } .split article { flex: 1; } .split figure { order: -1; } #services { padding: 0; } #services figure { display: block; } #services article { margin: 0 auto; } #visit { padding: 0; } #saying .contain { display: block; margin-top: 0; } #saying { padding: 60px 0; } #map { order: 2; width: 100%; } #fo-contents { display: block; text-align: center; } #copy { text-align: center; }}@media (max-width:768px) { header .pho { font-size: 18px; } .why ul { flex-wrap: wrap; } .why ul li:before { margin: 0 auto 10px; } .why ul li { flex: 1 1 100%; display: block; text-align: center; } .contact { text-align: center; display: block; } .contact > div:first-child, .contact p { margin: 10px auto; } .landing a { margin: 10px auto 10px; } #what .callouts { flex-flow: wrap; } #page-title h1:only-child, .h1, h2#append { font-size: 40px; letter-spacing: 0; } footer { padding-top: 40px; } footer #fo-contents { flex-flow: column; align-items: center; } footer .fo-form { order: 2; } footer .social { margin: 30px 0; } footer .fo-info { margin-bottom: 30px; } #copy { display: block; padding-top: 40px; }}@media (max-width:590px) { .hd-info, header .hd-info { display: none; } #map { display: none; } #copy span:last-of-type { display: block; font-size: 0; } .gallery { padding: 0; } #all, .services-grid > div { flex: 1 1 100%; } .youtube[class*=elem-] { width: 100%; } [data-player][class^=elem] { min-width: 100%; } .landing { display: block; } header .hours label { width: 100px; }}@media (max-width:400px) { .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; }}
