progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.animated { animation-duration: 1s; animation-fill-mode: both; }@keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-20%, 0, 0); } to { opacity: 1; transform: none; } }.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.fadeInLeft { animation-name: fadeInLeft; }@keyframes fadeInRight { from { opacity: 0; transform: translate3d(20%, 0, 0); } to { opacity: 1; transform: none; } }.fadeInRight { animation-name: fadeInRight; }@keyframes pulse { from { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } to { transform: scale3d(1, 1, 1); } }.pulse { animation-name: pulse; }@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; }}.fadeIn { animation-name: fadeIn; }@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}#simpleModal{display:none;position:fixed;z-index:9000;left:0;top:0;height:100%;width:100%;overflow:auto;background-color:rgba(0,0,0,.75);animation-name:modalopen;animation-duration:1s}#simpleModal .modalContent{background-color:#f4f4f4;margin:8% auto;padding:0 0 30px;width:90%;max-width: 1000px; box-shadow:0 5px 8px 0 rgba(0,0,0,.2),0 7px 20px 0 rgba(0,0,0,.17);position:relative}#simpleModal .modalContent h2{background-color:#003d7f;font-weight: 700;margin-bottom:25px;color:#fff;padding:55px 20px 15px;text-transform:uppercase;font-size:36px;text-align:center;line-height:1.2}#simpleModal .contain { max-width: 85%; margin: auto;}#simpleModal .modalContent p{margin: 15px auto; line-height: 1.4; font-weight: 400;}#simpleModal .modalContent ul { margin: 20px 0; padding-left: 20px; }#simpleModal .modalContent .btn {margin-left: 0;}#simpleModal .closeBtn{color:#a5a5a5;position:absolute;right:0;top:0;z-index:10;font-size:30px;position:absolute;background-color:#e74c3c;color:#fff;padding:1px 15px 2px}#simpleModal .closeBtn:focus,#simpleModal .closeBtn:hover{background-color:#c0392b;cursor:pointer;text-decoration:none}@keyframes modalopen { from{opacity:0} to{opacity:1} }address { font-style: normal; }.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.clear { clear:both; line-height: 0px; height:0px; width:0px; }.elem-right, .elem-left, .block { display:block; }.elem-right { float:right; margin:0 0 25px 25px; }.elem-left { float:left; margin:0 25px 25px 0; }.elem-shadow{ box-shadow: 0 0 3px #000; }.no-align { overflow: unset; }h1:first-child{ margin-top: 0; }figure { margin:0px; }article { box-sizing: border-box; }iframe { display:block; }.col-3 > li {width:100%;display:inline-block; -webkit-margin-before: 0; -webkit-margin-after: 0;}@media screen and (min-width: 1023px) { .align { overflow: hidden; } .elem-left { margin-right:60px; } .elem-right { margin-left: 60px; } }@media screen and (min-width:759px) { .col-2 { -webkit-column-count: 2; column-count: 2; } .col-3 { -webkit-column-count: 3; column-count: 3; } } .slick-slider {position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0; outline: none; } .slick-list:focus {outline: none; } .slick-list.dragging {cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track {position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after {display: table; content: ''; } .slick-track:after {clear: both; } .slick-loading .slick-track {visibility: hidden; } .slick-slide {display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide {float: right; } .slick-slide img {display: block; } .slick-slide.slick-loading img {display: none; } .slick-slide.dragging img {pointer-events: none; } .slick-initialized .slick-slide {display: block; } .slick-loading .slick-slide {visibility: hidden; } .slick-vertical .slick-slide {display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden {display: none; }.slick-dots { margin:0px; padding:0px; list-style: none; text-align: center; }.slick-dots li { padding:0px!important; display: inline-block; }.slick-dots li:before { display:none; }video{display: block;}[data-player], [data-vimeo], [data-embed] { position: relative; }[data-player] .play, [data-embed] .close, [data-vimeo] .close { text-align: center; background-color: #1e8fe2; color: #fff; padding: 11px; text-transform: uppercase; margin: 0 auto; }[data-player] .play{ display: block; width: 40px; height: 40px; line-height: 40px; border-radius: 50%;}[data-player] .play:hover, [data-embed] .close:hover, [data-vimeo] .close:hover { background-color: #464646; color: #fff; }[data-embed] .play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }[data-embed] .close { position: absolute; top: 0; right: 0; }[data-embed] .close i:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }.vimeo[class*="elem-"], .youtube[class*="elem-"] { width: 440px; }.youtube img{display: block; max-width: 100%;}.youtube, .vimeo { position: relative; cursor: pointer; width: 100%; font-size: 0; }.youtube:before, .vimeo:before, .vimeo:after, .youtube:after { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }.vimeo:before, .youtube:before { content: ""; background-color: #fff; width: 40px; height: 40px; }.vimeo:after, .youtube:after { font-size: 70px; color: #ff0000; font-family: "fontello"; font-weight: 400; margin: 0; font-style: normal; content: "\e80e"; }.vimeo:after { color: rgb(0, 173, 239); }.vimeo:hover:after, .youtube:hover:after { color: #4d4d4d; }.vimeo.active:before, .vimeo.active:after, .youtube.active:before, .youtube.active:after { display: none; }.vid-grid article{flex: 0 1 515px;}.flex-ed, .col-flex-ed { display: -webkit-box; display: -ms-flexbox; display: flex; }.flex-ed { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }.col-flex-ed { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; }.stretch-ed { -webkit-box-flex:1; -ms-flex:1; flex:1; }.fill-ed { -webkit-box-flex:0; -ms-flex:0 0 100%; flex:0 0 100%; }.sa{justify-content: space-around;}label { display: block; font-weight:bold; }label.error{ color: red; }input, textarea{ display: block; width: 100%; box-sizing: border-box; border: none; padding: 12px 10px; font-size: 17px; margin-bottom: 10px; color: inherit; line-height: 1em; transition:.3s ease all; }input[type="checkbox"], input[type="radio"]{ display: inline; width: auto; margin-left: 15px; }select{ margin-bottom: 15px; color: inherit; }button { border:none; background:none; cursor:pointer; } main .forms label { margin-bottom:.5em; }.forms .inline-box > div, main .forms textarea, main .forms input { border:1px solid rgb(38, 86, 116); }.forms .inline-box > div { padding:10px; margin-bottom:10px; background-color: rgba(30, 143, 226,.2); }.forms .inline { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; justify-content:space-between; box-sizing:border-box; }.forms .inline > * { width:32%; box-sizing:border-box; }.forms span { display: block; }.forms .inline .btn { min-width: 100%; }.forms .inline-block span { display:inline-block; }.forms input:focus, .forms textarea:focus { background:rgba(0,0,0,.8)!important; color:#fff; }::-webkit-input-placeholder { opacity: 1; } ::-moz-placeholder { opacity:1; }body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size:15px; line-height:1.8; color: #4e5051; background-color: white; font-family: 'Raleway', sans-serif; }h1, h2, h3, h4, h6 { margin-top : 0; font-weight: 400; color: #4e5051; }h1, .h1, #append { font-size:46px; line-height:1; margin:0px; font-weight: 300; }h2, .h2 { font-size:46px; line-height:1; font-weight: 300; text-transform: uppercase; }h3 { font-size:20px; line-height:1.8; font-weight: bold; }h4 { font-size:18px; line-height:1.5; }#page-title h1:not(:only-child) { color: #1e8fe2; font-weight: 900; text-transform: uppercase; font-size:14px; line-height: 1.8; letter-spacing: .2em; }#page-title h2#append, #page-title h1:only-child { color: #4e5051; font-size:46px; text-transform: uppercase; line-height: 1; }a { text-decoration: none; transition:.3s ease; color: #1e8fe2; }a:hover { text-decoration: underline; } a[name]:before {height: 80px; margin-top: -80px; display: block; content: ""; visibility: hidden; }@media (min-width:1020px) { a[name]:before {height: 125px; margin-top: -125px; }}hr { position: relative; height: 1px; width: 100%; display: table; clear: both; margin: 60px auto; border:none; background-color: #ccc; }.stars:before, .youtube:after, .arrow:before {font-family:'fontello'; font-weight: 400; margin:0; font-style: normal;}.stars:before {content: '\e80f \e80f \e80f \e80f \e80f'; color: #f5d06b;}.youtube:after {content: '\e80e';}.arrow#prev:before {content: '\e819'}.arrow#next:before {content: '\e81a'}[class^="btn"] { min-width: 200px; font-size:12px; display:inline-block; padding:15px 50px 15px 10px; margin:0 5px 5px 0; box-sizing:border-box; text-align:center; color:white; font-weight: bold; position: relative; line-height: 1; text-transform: uppercase; letter-spacing: .05em; border-radius: 22px; background-color: rgb(30, 143, 226); }[class^="btn"]:after { background: rgb(0, 61, 127) url(assets/images/arrow.png) center center no-repeat; width: 36px; height: 36px; position: absolute; right:5px; top:50%; transform:translateY(-50%); line-height: 36px; border-radius: 50%; content: ""; }[class^="btn"]:hover { text-decoration:none; background-color: rgb(0, 61, 127); }[class^="btn"]:hover:after { background-color: rgb(30, 143, 226); }.btn-alt { background-color: rgb(0, 61, 127); }.btn-alt:after { background-color: rgb(30, 143, 226); }.btn-alt:hover { background-color: rgb(30, 143, 226); color:white; }.btn-alt:hover:after { background-color: rgb(0, 61, 127); }.more-to-explore { text-align:center; margin:0px; padding:40px 0 0; position: relative; z-index: 10; }.more-to-explore span { display: block; background-color: #003d7f; color:white; margin-bottom:40px; font-size:23px; font-family: "Lato"; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; color:white; }.more-to-explore .btn, .more-to-explore .btn-alt { min-width: 30%; margin:0 0 10px; }@media screen and (max-width:600px) { .more-to-explore .btn, .more-to-explore .btn-alt { min-width: 100%; margin:0 0 5px; } }.youtube {position: relative; cursor: pointer; width: 100%; max-width: 512px; font-size: 0}.youtube:before, .youtube:after {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}.youtube:before {content: ''; background-color: #fff; width: 40px; height: 40px}.youtube:after {font-size: 70px; color: #4d4d4d;}.youtube:hover:after {color: #ff0000;}.youtube.active:before, .youtube.active:after {display: none}.youtube.elem-left, .youtube.elem-right {width: 100%;}.youtube.elem-right{margin: 0 0 25px 60px;}.youtube.elem-left{margin: 0 60px 25px 0;}.video-center {width: 100%; max-width: 800px;}.video-center, .video-grid {clear: both; margin: 20px auto}.video-grid {text-align: center; -webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}.video-grid h2, .video-grid h3 {font-size: 18px; margin-bottom: 4px}.video-grid > * {margin: 5px 0; width: 100%; max-width: calc(50% - 5px); -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end}.video-grid > *:nth-of-type(even) {margin-left: auto}.video-grid > * .youtube {max-width: 100%}@media (max-width:700px) { .youtube.elem-left, .youtube.elem-right {display: table; float:none; margin:15px auto!important; max-width:100%!important;} .video-center, .video-grid > * {margin: 30px auto; max-width: 600px;} .video-grid {display: block}} #fixed-tabs { width:100%; position: fixed; bottom:0; left:0; right:0; display: flex; box-shadow: -2px 0 2px rgba(0,0,0,.5); z-index: 1100; }#fixed-tabs a { flex:100%; font-size:12px; padding:15px 0; color: #fff; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; box-sizing:border-box; text-transform: uppercase; line-height: 1; background-color: #4e5051; }#fixed-tabs a span:last-of-type { display: none; }#fixed-tabs a.ra { background-color: #1e8fe2; }#fixed-tabs a.fm { }#fixed-tabs a.fb { background-color: rgb(77, 112, 168); }#fixed-tabs a.gp { background-color: rgb(220, 78, 65); }#fixed-tabs a.call, #fixed-tabs a.map { display: none; }#fixed-tabs a.call { background-color: #003d7f; }#fixed-tabs a:hover { text-decoration: none; background-color: red; }@media screen and (min-width: 1023px) {#fixed-tabs { display:none; }}@media screen and (max-width: 759px) { #fixed-tabs a.fm { display: none; } }@media screen and (max-width: 600px) { #fixed-tabs a { flex:1; } #fixed-tabs a.ra { flex:2; } #fixed-tabs a.fm, #fixed-tabs a.gp, #fixed-tabs a.fb { display: none; } #fixed-tabs a.call, #fixed-tabs a.map { display: block; }}main ul { margin:0px; padding:0px; list-style:none; overflow:hidden; }main ul li { position:relative; padding-left:40px; }main ul li:before { content:"\e832"; color: rgb(30, 143, 226);font-size:17px; position:absolute; left:15px; top:0; font-family:"fontello"; }h1, h2, .h2 { font-family: 'Lato', sans-serif; }header { position: absolute; z-index: 1010; line-height: 1; width: 100%; left:0; top:0; background: white; box-shadow: 0 2px 4px rgba(24, 23, 24, 0.35); }header a:hover { text-decoration: none; }.logo { display: block; text-transform: uppercase; }#hd-contents { max-width: 1300px; margin:0 auto; padding:10px; box-sizing:border-box; align-items: center; justify-content: space-between; }header .phone { display: block; margin:0 20px; font-size:34px; font-weight: bold; color: #003d7f; }header address { text-align: center; line-height: 1.4; }header address a { color: #4e5457; }header address span { display: block; }#hd-info { display: flex; margin-left: auto; align-items: center; }#hd-info i { color: #1e8fe2; font-size:22px; }#hd-info a:hover { color: #1e8fe2; }.btn-ra {background-color: #1e8fe2;min-width: 140px;padding:10px;color:white;text-transform: uppercase;font-weight: bold;line-height: 1;font-size:20px;border-radius: 0px;}.btn-ra:after { display: none; }.btn-ra span { display: block; }.btn-ra i { display: block; margin-bottom: 5px; }nav#main-nav { background-color: #edf0f3; }nav#main-nav ul { margin:0px; padding:0px; text-align:center; flex:100%; list-style: none; }nav#main-nav > ul { max-width: 1023px; margin:0 auto; display: flex; justify-content: space-around; }nav#main-nav > ul > li { }nav#main-nav ul li { display:inline-block; position:relative; }nav#main-nav > ul > li:last-of-type > ul { left: auto; right: 0; }nav#main-nav ul li a { color: #4e5457;padding:0 10px; font-size:14px; text-transform: uppercase;line-height:34px;display:block; font-weight: bold;}nav#main-nav ul li a:hover { text-decoration:none; color: #1e8fe2; }nav#main-nav ul ul { display:none; width:250px; text-align:left; position:absolute; left:0; top:34px; list-style: none; background-color: #003d7f; z-index:1020; line-height: 1; font-size:0; }nav#main-nav ul ul li { width:100%; }nav#main-nav ul li:hover > ul { display:block; -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-duration: .25s; animation-duration: .25s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }nav#main-nav ul ul li a { line-height:1.6; padding:5px 10px; font-weight: normal; text-transform: none; color:white; }nav#main-nav ul ul li a:hover { background-color: #1e8fe1; color:white; }nav#main-nav ul ul ul { left:250px; top:0; }nav#main-nav ul ul ul:hover ul { }nav#main-nav ul ul ul ul {position: static;display: block;left:0;background: black;}nav#main-nav ul ul ul ul li a { padding-left:40px; }@keyframes slideIn { from { opacity: 0; transform: translate3d(0, -100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }.fix-nav.page_index header,.fix-nav header { position:fixed; width:100%; left:0; top:0; z-index:1010; animation-duration: .5s; animation-fill-mode: both; animation-name: slideIn; } .fix-nav header .logo img { height: 50px; }.fix-nav .btn-ra { padding:10px 5px; font-size:16px; }.fix-nav .btn-ra i,.fix-nav .btn-ra span { display: inline-block; margin:0px; } #page-title { text-align: center; margin-bottom: 60px; }#page { padding:60px 0; overflow: hidden; }.container { max-width:1200px; margin:0 auto; }@media screen and (max-width: 1200px) { .container { max-width:90%; margin:0 5%; }}.hours { display: block; text-align: left; max-width: 270px; line-height: 1.5; }.hours b, .hours label { display: inline-block; min-width: 100px; font-weight:inherit; }.hours label { min-width:120px; }.social { margin:0px; display: block; }.social a { display: inline-block; vertical-align: top; margin:0 5px; }.social a i:before { font-size:27px; color:white; line-height: 1; display: block; transition:.2s; padding:4px; }.social a:hover { text-decoration: none; }.social a i.icon-facebook:before { color: rgb(77, 112, 168); }.social a i.icon-google:before { color: rgb(220, 78, 65); }.social a i.icon-yelp:before { color: rgb(182, 39, 23); }.social a i.icon-youtube:before { color: rgb(196, 48, 43); }.social a:hover i:before { color: rgb(30, 143, 226); }@media screen and (min-width:759px) {.page-split { display:flex; }.page-split > div { width:100%; }.page-split h3 { margin-top: 0px; }}footer { line-height: 1; position: relative; background:#fff url(assets/images/fo-logo.jpg) center bottom no-repeat; }.fo-title { text-transform: uppercase; font-weight:900; font-family: "Lato"; font-size:23px; margin-bottom: 20px; display: block; }#fo-contents { max-width: 1100px; flex-flow:row; padding:40px 0 50px; margin:0 auto; justify-content: space-between; }#fo-contents a:hover { text-decoration: none; }#fo-form { padding:40px 10px; background-color: rgb(23, 52, 83); text-align: center; }#fo-form .fo-title { color:white; }#fo-form .forms { max-width: 920px; margin:0 auto; }#fo-form .forms input,#fo-form .forms textarea {background-color: rgb(17, 39, 63);color:white;font-size:15px;}#fo-form .forms textarea { height: 100px; }#fo-info { text-align: center; max-width: 300px; font-family: Lato; }#fo-info .hours .fo-title { display: none; }#fo-info .phone { display: block; color: rgb(0, 61, 127); font-size:24px; font-weight: 900; margin:10px 0 20px; }#fo-info address { display: block; line-height: 1.2; margin-top: 10px; }#fo-info address span { display: block; }#fo-info address a { color: rgb(78, 84, 87); }#fo-info a:hover { color: rgb(30, 143, 226); }footer nav { max-width: 680px; flex:100%; margin:0; padding:0; text-align: left; }footer nav ul { margin:0px; padding:0px; list-style: none; line-height: 2; -webkit-column-count: 3; column-count: 3; }footer nav ul li { margin-bottom: 10px; }footer nav ul li a { font-size:12px; text-transform: uppercase; color: rgb(78, 80, 81); }footer nav ul li a:hover { text-decoration: none; color: rgb(0, 61, 127); } #copy { display:flex; flex-flow:row; justify-content: space-between; align-items: center; border-top:1px solid rgb(177, 181, 183); max-width:1100px; margin:0 auto; padding:20px 0; text-align:center; }#copy a { color: rgb(30, 143, 226); }#copy a:hover { text-decoration: none; color: rgb(37, 77, 92);}body.page_index #page { display:none; }body.page_index h1, body.page_index h2, body.page_index h3, .h2 { margin:0px; line-height:1; display: block; color: #4e5051; }body.page_index h2 small, .h2 small { font-size:14px; font-weight: 900; font-family: "Lato"; letter-spacing: .1em; color: #1e8fe2; }body.page_index h2 span, .h2 span { display: block; }body.page_index h2 b, .h2 b { font-weight: 900; font-size:23px; display: block; }.waves {background: url(assets/images/pattern-white.jpg) center center repeat fixed;}.section { max-width: 1200px; margin:0 auto; }.section.flex-ed { justify-content: space-between; flex-flow:row; }.section.flex-ed article {box-sizing: border-box;padding:10px;max-width: 500px;}.section figure img { display: block; }#banner { position: relative; }#banner video{width: 100%;}#banner img { display: block; width: 100%; }#banner article { transform:translateY(-50%); position: absolute; left:0; top:50%; text-align: center; text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.35); color:white; width: 100%; text-transform: uppercase; }#banner h1 { font-size:15px; font-weight: 900; font-family: "Lato"; letter-spacing: .2em; color:white; }#banner h2 big { display: block; font-size:80px; color:white; font-weight: 300; letter-spacing: .1em; }#banner h2 { font-size:38px; font-family: "Lato"; font-weight: 900; letter-spacing: .1em; color:white; }#banner.playing article{position: static; transform: none; background-color: #003d7f;}#banner.playing{z-index: 1020;}@media (min-width: 1400px) { #banner article {top: 37%;} }#assoc { background-color: #edf0f3; padding:20px 10px; }#assoc .flex-ed { max-width: 979px; margin:0 auto; justify-content: space-between; align-items: center; }#welcome { padding:80px 40px; }.callouts { max-width:600px; box-sizing: border-box; padding:40px; position: relative; } .callouts:before,.callouts:after { z-index: -1; position: absolute; left:0; top:0; border:1px solid #b1b5b7; border-bottom: none; border-right: none; content: ""; width: 80%; height: 80%; }.callouts:after { left:auto; right:0; bottom:0; top:auto; border-right:1px solid #b1b5b7; border-bottom:1px solid #b1b5b7; border-top:none; border-left: none; }.callouts a { color: #4e5051; display: block; position: relative; padding-left: 60px; margin-bottom: 20px; }.callouts em { display: block; padding-left: 20px; font-style: normal; }.callouts figure { position: absolute; left:0; top:0; } .callouts a:hover { text-decoration: none; }.callouts a:hover h3 { color: #1e8fe2; }#meet { padding:50px 0; }#meet [class^=btn] { min-width: 280px; }#meet figure { position: relative; }.signatures { max-width: 250px; text-align: center; font-weight: 700; color: #4e5051; margin-top:40px; }.signatures img { display: block; }.signatures > span { display: block; margin-bottom: 10px; }.meet-about {position: absolute;left:0;bottom:10px;width: 100%;text-align: center;justify-content: space-around;}.meet-about > span { max-width: 40%; flex:100%; }.meet-about ul { margin:0px; padding:0px; list-style: none; line-height: 1; width: 100%; display: flex; flex-flow: row; justify-content: space-around; }.meet-about ul li img { display: block; margin:0 auto 5px; }.meet-about ul li { padding:0px; color:white; font-size:15px; font-weight: bold; flex:100%; }.meet-about ul li b { border-left: 1px solid white; display: block; padding:0 5px; }.meet-about ul li:first-of-type b { border:none; }.name {margin-bottom: 10px;min-width: 100%;display: inline-block;color:white;font-size:15px;font-weight: bold;text-align: center;border-radius: 15px;border: 2px solid #ffffff;background-color: #003d7f;}.name:hover { background-color: #1e8fe2; text-decoration: none; }#reviews { padding:40px 0; text-align: center; }#reviews .btn, #reviews .btn-alt { min-width: 280px; }.slick-reviews { max-width: 600px; margin:0 auto; background: white; margin-bottom: 20px; }.slick-reviews .review { box-sizing: border-box; padding: 34px 20px; font-style: italic; }#reviews .icon-facebook { color: #4d70a8; font-size:32px; }#reviews author { display: flex; text-align: left; line-height: 1; font-weight: bold; color: #4e5051; margin-top: 20px; font-style: normal; }#reviews figure { margin-right: 20px; padding-right: 20px; border-right:1px solid #4e5051; }#reviews .stars:before { display: block; font-size:17px; letter-spacing: .2em; margin-top: 5px; }#controls.reviews-controls { max-width: 600px; margin:0 auto; justify-content: space-between; }#controls.reviews-controls .btn { margin:0px; }.slick-reviews .slick-dots { position: absolute; right:20px; bottom:20px; }#reviews > .flex-ed{margin: 30px auto 0; justify-content: center;} #reviews .flex-ed article{flex:0 1 600px; margin: 10px auto;}#reviews .youtube{max-width: 100%; margin-bottom: 20px;}#services { padding:40px 0; text-align: center; }#services article { box-sizing: border-box; padding:0 20px; }.cards { margin:0 auto 10px; overflow: hidden; flex-flow:wrap; }.cards div { max-width: 180px; flex:100%; margin-bottom: 10px; overflow: hidden; }.cards a { display: block; background-color: #edf0f3; max-width: 180px; flex:100%; overflow: hidden; padding:40px 0 0; margin-top:30px; margin-bottom: -30px; }.cards h3 { color: #4e5051; font-size:15px; }.cards h3 span { display: block; }.cards img { display: block; margin:0 auto 10px; }.cards .arrow { background-color: #003d7f; display: block; margin-top: 40px; }.cards i { color:white; }.cards a:hover { margin-bottom: 0; margin-top:0px; text-decoration: none; }#offers { text-align: center; padding:50px 0; }#offers .h2 {background-color: #003d7f;font-size:23px;color:white;font-weight: 900;letter-spacing: .1em;padding:10px;margin-bottom: 20px;font-family: "Lato";}#offers .flex-ed { justify-content: space-between; }#offers img { display: block; margin:0 auto 10px; }#sedation { padding:50px 0; }#options { padding:40px 0; }#special-btns { justify-content:space-around; text-align:center; }#special-btns img { display:block; margin:0 auto 10px; }.page-services { display: flex; justify-content:space-around; flex-wrap:wrap; position: relative; margin-top:40px; }.page-services > div { flex:100%; max-width:380px; margin-bottom: 10px; }.page-services p { margin:0px; text-align: center; }.page-services p a { display:block; color:white; background-color: rgb(0, 61, 127); font-weight: bold; letter-spacing: .05em; font-size:20px; }.page-services p a:hover { text-decoration: none; background-color: rgb(30, 143, 225); }.page-services img { display: block; }.page-services ul { padding:20px; margin:0px; list-style: none; }.page-services ul li { line-height: 1; margin-bottom: 10px; }.page-services ul li a { color: rgb(78, 80, 81); }.page-services ul li a:hover { text-decoration: none; color: rgb(30, 143, 225); }.accordion .toggle { font-family: Raleway; font-size:15px; font-weight:bold; text-align: center; cursor: pointer; padding:8px 10px 8px 40px; position: relative; margin:10px 0 0; background-color: rgb(237, 240, 243); }.accordion .toggle:before { content: "\e904"; font-family: "fontello"; font-size:22px; font-style: normal; position: absolute; left:20px; top:10px; display: block; text-align: center; color: rgb(0, 61, 127); line-height: 1; transition:.3s; width: 1em; height: 1em; }.accordion .toggle.active { border:none; }.accordion .toggle.active:before { transform:rotate(90deg); }.accordion-content { display: none; padding:5px 10px 10px 40px; }.accordion-content span { display: block; max-width: 600px; margin:0 auto; }@media screen and (max-width: 600px) { .accordion .toggle:before, .accordion > div:before { left:0; transform:scale(.8); } .accordion-content { padding-left:0px; }}main .slick-slider { max-width: 737px; margin:0 auto; }main .tour { max-width:940px; }#controls { align-items: center; justify-content: center; }main #controls { max-width: 600px; margin:0 auto 10px; justify-content: space-between; display: flex; }main #controls #next { order:2; }.slick-reviews .slick-dots li span,#controls .slick-dots li span { width:1em; height:1em; line-height:1; cursor:pointer; background-color: rgba(0, 61, 127,.2); display:inline-block; margin:0 5px; font-size:10px; border-radius: 50%; }.slick-reviews .slick-dots li.slick-active span,#controls .slick-dots li.slick-active span { background-color: rgb(0, 61, 127); }#prev, #next { font-size:22px; color: rgba(0, 61, 127,.3); line-height: 1; }#prev i:before, #next i:before { margin:0px; width: 1em; }.why { text-align: center; position: relative; padding:50px 10px; }.why:before { position: absolute; left:-999px; right:-999px; top:0; bottom:0; z-index: -1; content: ""; background: #1e8fe2 url(assets/images/pattern-blue.jpg) center center repeat fixed; }.why h2 { color:white; font-size:20px; font-weight: 700; text-transform:none; }.why ul { margin:40px 0 0; padding:0px; display: flex; justify-content: space-between; }.why ul li { flex:100%; padding:10px; max-width: 30%; box-sizing: border-box; background:url(assets/images/why-top.png) left top no-repeat; position: relative; font-weight: bold; color:white; }.why ul li:after { position: absolute; right:0; bottom:0; width: 100%; height: 100%; content: ""; background: url(assets/images/why-bottom.png) right bottom no-repeat; }.why ul li:before { display: none; }@media screen and (max-width: 600px) {.why ul { flex-flow:wrap; }.why ul li { max-width: 100%; margin-bottom: 10px; }}.page-divider { margin-top:40px; }.pd-img, .pd-anchor { margin:0px; }.pd-anchor { position:relative; z-index:-1; }.pd-block { padding:40px 0; position: relative; }.pd-alt:before { background: url(assets/images/pattern-white.jpg) center center repeat; content: ""; position: absolute; top:0; bottom:0; left:-999px; right:-999px; z-index: -1; }.pd-title { margin:0px; }.pd-body { width: 100%; }.pd-wrap { display: table; width: 100%; }.pd-align { }.pd-no-img { text-align:center; }.pd-no-img ul { text-align:left; }@media screen and (min-width:1023px) { .page-divider .block { padding-left:245px; } }#drs-landing { justify-content: space-around; flex-flow:row wrap; margin:40px auto 0; text-align: center; }#drs-landing > * { margin:0 0 10px; }#drs-landing img { margin:0 0 20px ; display: block; transition:.3s; }#drs-landing a:hover img { box-shadow:0 0 0 5px rgb(0, 61, 127) }#lean_overlay { position: fixed; z-index:1100; top: 0; left: 0; height:100%; width:100%; background: rgba(0,0,0,.7); display: none; justify-content:center; align-items:center; }.modal-close { position: absolute; right:-15px; top:-15px; width: 30px; color:#fff; z-index:1002; border-radius: 50%; border:2px solid white; background: #000; cursor:pointer; transform-origin:center center; transform:rotate(45deg); margin:0; text-align:center; font:normal 28px/30px Arial; box-shadow:0 0 4px 2px rgba(0,0,0,.3); }.modal-close:before { content:"+"; } .modal-content { display: none; flex:100%; position: relative; }#special-form {max-width: 550px;margin:40px auto 0;background-color: rgb(23, 52, 83);padding-bottom: 40px;}#special-form .limited { display: block; text-transform: uppercase; color:white; letter-spacing: .05em; font-weight: 900; text-align: center; background-color: rgb(0, 61, 127); font-size:23px; }#special-form .forms {max-width: 300px;margin:40px auto 0;text-align: center;}#special-form .forms input { padding:14px 10px; background-color: rgb(17, 39, 63); color:white; font-size:15px; border:none; }.page-request { text-align:center; }.page-request > * { box-sizing:border-box; padding:10px; }.page-request .forms input { text-align:center; }#map iframe {border: none;}@media screen and (max-width: 1200px) { img.elem-left, img.elem-right { max-width: 40%; }#fo-contents { justify-content: space-around; }footer nav { max-width:50%; }footer nav ul { -webkit-column-count: 2; column-count: 2; } footer nav ul li { margin-bottom: 0px; }#offers .flex-ed { justify-content:space-around; }}@media screen and (max-width: 1023px) { img { max-width: 100%; } header {width:100%; position: fixed; left:0; top:0; box-shadow: 0 0 15px rgba(0,0,0,0.3);} nav#main-nav { display: none; } body, header, .mean-container .mean-nav {-webkit-transition:all .3s; transition: all .3s;} body {right: 0; position: relative;} 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 .mean-bar, .mean-container .mean-nav { background-color: #003d7f; } a.meanmenu-reveal {display: none;} .mean-container { display: -webkit-box!important;display: -webkit-flex!important;display: -ms-flexbox!important;display: flex!important; -webkit-flex-flow: row nowrap!important; -ms-flex-flow: row nowrap!important; flex-flow: row nowrap!important; -webkit-box-align: center!important; -webkit-align-items: center!important; -ms-flex-align: center!important; align-items: center!important; -webkit-box-pack: justify!important; -webkit-justify-content: space-between!important; -ms-flex-pack: justify!important; justify-content: space-between!important;} .mean-container .mean-bar{flex:0!important; margin:8px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1} .mean-container a.meanmenu-reveal{width:22px;height:22px;padding:10px 9px 8px 9px;cursor:pointer;color:#fff!important;text-decoration:none;font-size:16px;line-height:22px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700} .mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px} .mean-container .mean-nav{font-size:16px;position:fixed;right:-80%;margin:0;top:0;bottom:0;width:80%;overflow:auto;display:flex;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;float:left;width:100%} .mean-container .mean-nav ul li a{display:block;float:left;width:90%;padding:1em 5%;margin:0;text-align:left;color:#fff;border-top:1px solid #383838;border-top:1px solid rgba(255,255,255,.5);text-decoration:none;} .mean-container .mean-nav ul li li a{width:80%;padding:1em 10%;border-top:1px solid #f1f1f1;border-top:1px solid rgba(255,255,255,.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{width:70%;padding:1em 15%} .mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%} .mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%} .mean-container .mean-nav ul li a:hover{background:#252525;background:rgba(255,255,255,.1)} .mean-container .mean-nav ul li a.mean-expand{margin-top:1px;width:24px;height:24px;padding:12px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1);border:none!important;border-left:1px solid rgba(255,255,255,.4)!important;border-bottom:1px solid rgba(255,255,255,.2)!important} .mean-container .mean-nav ul li a.mean-expand:hover{background:rgba(0,0,0,.9)} .mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both;width:0} .mean-nav .wrapper{width:100%;padding:0;margin:0} .mean-container .mean-bar,.mean-container .mean-bar *{box-sizing:content-box} .mean-remove{display:none!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'; } body.mean-active .mean-container a.meanmenu-reveal i { transform:rotate(45deg); display: block; } .container { max-width: 96%; margin:0 2%; } #page > article { max-width: 90%; margin:0 auto; } .btn-ra { display: none; } header .phone { font-size:20px; } header .logo img { height: 70px; } header .social { background: rgba(0,0,0,.5); box-sizing: border-box; padding:5px; text-align: center; } header .social a i:before { font-size:22px; } header .hours { margin:40px auto auto; color:white; } .section.flex-ed { flex-flow:wrap; justify-content: space-around; } .section.flex-ed article { text-align: center; } .signatures { margin:30px auto; }#banner h2 big { font-size:50px; }#banner article { transform:none; position: static; box-sizing: border-box; padding:5px; background: rgba(0,0,0,.9) } #offers .flex-ed { justify-content: space-around; } #offers span { margin-bottom: 10px; } #welcome { padding:40px 0; } #options figure { order:2; } #reviews > .flex-ed{display: block;} #reviews .btn, #reviews .btn-alt{min-width: 240px;} .reviews-controls .slick-dots { flex:100%; order:-2; margin-bottom: 10px; } .cards { max-width: 600px; } #page-title { margin-bottom: 40px; } #footer-contents { justify-content: space-around; } #copy { padding-bottom:60px; }#copy .social a { margin:0px; }#copy > div { padding:0 5px; } #copy > div span { display: block; } #copy span span { display:none; }}@media screen and (max-width: 759px) {img.elem-left, img.elem-right { max-width: 100%; } .fix-nav header { position:relative; animation:none; } article .forms .input { display:block; width:100%; } article .forms .inline { border:none; min-height:0px; } .forms .inline > * { width: 100%; } header address { display: none; } footer nav { display: none; } #fo-contents { padding-bottom: 0px; } #copy { flex-flow:column; justify-content: space-around; border:none; } #copy .social { padding:20px 0; order:-1; margin-bottom: 20px; border-top:1px solid rgb(177, 181, 183); border-bottom:1px solid rgb(177, 181, 183); }}@media screen and (max-width: 600px) { .elem-right, .elem-left, .youtube.elem-left, .youtube.elem-right { float:none!important; margin:0 auto 15px!important; } #fo-map, #map, iframe.google-map, .google-map iframe { display: none; } #assoc .flex-ed { justify-content: space-around; max-width: 300px; } #assoc img { margin:0 10px 10px; } .meet-about ul { display: none; }.callouts figure { position: static; margin:0 auto; text-align: center; } .callouts figure img { margin:0 auto 10px; }.callouts a { padding:0px;text-align: center; }.callouts em { padding:0px; }.callouts:before { left:10px; } .callouts:after { right:10px; }h2, .h2 { font-size:30px; }}@media screen and (max-width: 479px) {header .phone { display: none; }header .logo img { height: 50px; }}
