@font-face{font-family:Mismo;src:url("../fonts/Mismo/Mismo Regular.ttf")}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}/*!
 * fullPage 3.0.5
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */html.fp-enabled,.fp-enabled body{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-22.5px;-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.fp-controlArrow.fp-prev{left:55px;width:0;border-width:25px 25px 25px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:55px;border-width:25px 0 25px 25px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden;-webkit-transition-duration:500ms !important;transition-duration:500ms !important}.iScrollIndicator{border:0 !important}.fp-notransition{-webkit-transition:none !important;transition:none !important}#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translate3d(0, 0, 0)}#fp-nav.fp-right{right:17px}#fp-nav.fp-left{left:17px}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0 !important;right:0;margin:0 auto !important}.fp-slidesNav.fp-bottom{bottom:50px}.fp-slidesNav.fp-top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#FFFFFF;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0px 0px -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;text-shadow:0 2px 2px black;font-size:14px;font-family:arial, helvetica, sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.fp-right{right:20px}#fp-nav ul li .fp-tooltip.fp-left{left:20px}.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell{height:auto !important}.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell{height:auto !important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}*{box-sizing:border-box}.container{width:96%;margin-left:auto;margin-right:auto}@media only screen and (min-width: 33.75em){.container{width:100%}}@media only screen and (min-width: 75em){.container{width:100%;max-width:75rem}}.row{position:relative;width:100%}.row [class^="col"]{float:left;margin:0.5rem;min-height:0.125rem}.row::after{content:"";display:table;clear:both}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{width:96%}.col-1-sm{width:4.33333%}.col-2-sm{width:12.66667%}.col-3-sm{width:21%}.col-4-sm{width:29.33333%}.col-5-sm{width:37.66667%}.col-6-sm{width:46%}.col-7-sm{width:54.33333%}.col-8-sm{width:62.66667%}.col-9-sm{width:71%}.col-10-sm{width:79.33333%}.col-11-sm{width:87.66667%}.col-12-sm{width:96%}@media only screen and (min-width: 45em){.col-1{width:4.33333%}.col-2{width:12.66667%}.col-3{width:21%}.col-4{width:29.33333%}.col-5{width:37.66667%}.col-6{width:calc(50% - 1rem)}.col-7{width:54.33333%}.col-8{width:62.66667%}.col-9{width:71%}.col-10{width:79.33333%}.col-11{width:87.66667%}.col-12{width:calc(100% - 1rem)}.hidden-sm{display:block}}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{background-color:#1A1A1A;background-image:url(../images/background.svg);background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff;height:100%;width:100%;margin:0;left:0;top:0;font-size:100%;font-family:"Montserrat",sans-serif;font-weight:200;line-height:1;letter-spacing:3px;text-transform:uppercase}a{text-decoration:none;color:#fff}a,img{border:none;outline:none;display:block}svg{width:100%;display:block}img,img[src*=".svg"]{width:100%}h1,h2,h3,h4,h5,h6{font-family:Mismo,sans-serif}p{line-height:1.5em}.hidden{display:none}.visibile{display:block !important}#masthead{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 40px}#plan-north{flex:0 1 auto;margin-left:30px}#plan-north img{max-width:100%}#main-nav{flex:1 0 auto;position:relative;z-index:2}#main-nav:before{content:'';position:absolute;left:-40px;top:10px;width:12px;height:15px;background:#009EC9}#main-nav ul{list-style:none;margin:0;padding:0}#main-nav ul li{display:inline-block;float:left}#main-nav ul li.active{border-bottom:5px solid #009EC9}#main-nav ul li a{padding:10px 20px;transition:color .35s ease-in-out}#main-nav ul li a:hover{color:#009EC9}#mobile-nav{position:absolute;top:0;left:0;background:rgba(0,0,0,0.75);color:#fff;width:225px;height:0;overflow:hidden;transition:height .5s ease-in-out;z-index:2}#mobile-nav ul{position:absolute;bottom:0;left:0;height:100%;width:100%;list-style:none;margin:0;text-transform:uppercase;padding:75px 0 30px 0}#mobile-nav ul li{width:100%;padding:10px 0 10px 40px}#mobile-nav ul li.active a{color:#009EC9}#mobile-nav ul li a{transition:color .35s ease-in-out}#mobile-nav.active{height:325px}#hamburger-wrapper{display:none;position:absolute;top:10px;left:15px;padding:10px;cursor:pointer;z-index:3}#hamburger-wrapper .nav-icon{width:30px}#hamburger-wrapper .nav-icon::after,#hamburger-wrapper .nav-icon::before,#hamburger-wrapper .nav-icon div{background-color:white;content:'';display:block;height:6px;margin:4px 0;transition:all .2s ease-in-out}#hamburger-wrapper .nav-icon.active::before{transform:translateY(10px) rotate(135deg)}#hamburger-wrapper .nav-icon.active::after{transform:translateY(-10px) rotate(-135deg)}#hamburger-wrapper .nav-icon.active div{transform:scale(0)}.fp-slidesNav{text-align:center}#fp-nav.fp-right{right:9px}#landing img{max-width:450px;max-height:346px;margin:0 auto 3rem}#landing h1{max-width:850px;margin:0 auto;font-size:1.125rem;line-height:1.5;text-align:center;color:#009EC9}#landing p{font-family:Mismo,sans-serif;text-align:center}ul.grid-nav{list-style-type:none;margin:10px 5px;padding:0;overflow:hidden}ul.grid-nav li{display:inline-block}ul.grid-nav li a{display:block;color:white;text-align:center;font-size:.8em;padding:5px 16px;text-decoration:none}ul.grid-nav li.active{border-bottom:solid white 1px}.services-flex-container{position:relative;padding:0;margin:0;width:100%;max-width:1400px;list-style:none;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;justify-content:space-around;align-items:stretch;flex-wrap:wrap}.services-flex-container .services-flex-item{background:rgba(255,255,255,0.1);min-height:225px;color:white;margin:5px}.services-flex-container .services-flex-item:nth-child(4){background:rgba(0,158,201,0.7);padding:10px 40px;min-height:287px}.services-flex-container .services-flex-item>div{display:block;height:100%;width:100%;background-image:url("../images/residential.jpg");background-size:1200px;background-repeat:no-repeat}.services-flex-container .fifty{width:calc(50% - 10px)}.services-flex-container .twenty-five{width:calc(25% - 10px)}.services-flex-container h2{font-weight:600}.services-flex-container img{display:none}.services-flex-container p{font-size:.8em;text-transform:none;font-weight:300}.mobile-image{display:none;padding:5px}.process-details-container{padding-left:5px}.process-details-container .process-details{background:rgba(255,255,255,0.1);padding:25px;overflow:hidden;min-height:270px;position:relative;display:none}.process-details-container .process-details:first-child{display:block}.process-details-container .process-details img{display:none}.process-details-container .process-details h2{font-weight:600;margin-top:0}.process-details-container .process-details p{font-size:.7em;line-height:2em;margin:0;text-transform:none}.process-details-container .process-details span{position:absolute;bottom:-16px;left:-4px;font-size:7em;color:rgba(255,255,255,0.2);font-weight:600}.process-details-container .process-col{width:calc(50% - 5px);float:left}.process-details-container .process-col.left{margin-right:5px}.process-details-container .process-col.right{margin-left:5px}.process-details-container .process-button{width:100%;height:3.36em;background:rgba(255,255,255,0.1);margin:10px 0;padding:0 20px 0 0;display:table;position:relative;cursor:pointer;-webkit-transition:background .35s ease-in-out;transition:background .35s ease-in-out;font-weight:600}.process-details-container .process-button:hover{background:rgba(0,158,201,0.7)}.process-details-container .process-button.active{background:rgba(0,158,201,0.7)}.process-details-container .process-button>span{font-size:.8em;font-weight:600;line-height:1.2em;display:table-cell;vertical-align:middle;text-align:right}.process-details-container .process-button span+span{position:absolute;bottom:-7px;left:0;font-size:2em;color:rgba(255,255,255,0.2)}.process-flex-container{position:relative;padding:0;margin:0;width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;justify-content:space-around;align-items:stretch;flex-wrap:wrap}.process-flex-container .process-flex-item{background:rgba(255,255,255,0.1);min-height:225px;margin:5px;width:calc(50% - 10px)}.process-flex-container .process-flex-item:nth-child(-n+2){margin-top:0}.process-flex-container .process-flex-item:nth-child(n+3){margin-bottom:0}.process-flex-container .process-flex-item>div{display:block;height:100%;width:100%;background-image:url("../images/inquiry.jpg");background-size:700px;background-repeat:no-repeat}.siema-wrapper{background:rgba(255,255,255,0.1)}.siema-wrapper .siema{width:100%;margin:0 auto}.slider-controls{display:table;margin:15px auto 0 auto;height:25px}.slider-controls>*{display:table-cell;vertical-align:middle}.slider-controls .bullets span{width:13px;height:13px;border:solid 2px #ffffff;display:inline-block;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;margin:0 5px;position:relative;cursor:pointer}.slider-controls .bullets span.active{background:#ffffff}.slider-controls .bullets span>span{position:absolute;top:-2px;left:-2px;margin:0}.slider-controls .prev,.slider-controls .next{border:none;outline:none;background:none;color:#FFFFFF;width:25px;padding:0;cursor:pointer}.gallery-thumbnail-container .gallery-thumbnail{background:#009EC9;width:105px;height:100px;float:left;margin:5px;text-align:center;line-height:100px;font-size:2em;cursor:pointer}.gallery-thumbnail-container .gallery-thumbnail.active{outline:solid 5px #009EC9}.gallery-thumbnail-container .gallery-thumbnail:nth-child(1){background:url("../images/gallery/Beyster/01.jpg") no-repeat;background-position:center;background-size:cover}.gallery-thumbnail-container .gallery-thumbnail:nth-child(2){background:url("../images/gallery/Christopher/01.jpg") no-repeat;background-position:center;background-size:cover}.gallery-thumbnail-container .gallery-thumbnail:nth-child(3){background:url("../images/gallery/Freeman/01.jpg") no-repeat;background-position:center;background-size:cover}.gallery-thumbnail-container .gallery-thumbnail:nth-child(4){background:url("../images/gallery/Higgens/01.jpg") no-repeat;background-position:center;background-size:cover}.gallery-thumbnail-container .gallery-thumbnail:nth-child(5){background:url("../images/gallery/Response_Church/01.jpg") no-repeat;background-position:center;background-size:cover}.gallery-thumbnail-container .gallery-thumbnail:nth-child(6){background:url("../images/gallery/Martis/01.jpg") no-repeat;background-position:center;background-size:cover}.gallery-description{float:left;padding:5px}.gallery-description #header{margin:5px 0}.gallery-description #client{margin:5px 0;color:#009EC9}.gallery-description #description{margin:5px 0;font-size:0.6em}.loading{color:transparent !important;min-height:2.5rem;pointer-events:none;position:absolute;left:50%;top:50%;margin-top:-2rem}.loading:after{animation:loading .5s infinite linear;border:0.1rem solid #009EC9;border-radius:50%;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:2rem;left:50%;margin-left:-1rem;margin-top:-1rem;position:absolute;top:50%;width:2rem}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#map-section h3{font-size:1em;border-bottom:solid 3px rgba(255,255,255,0.3);line-height:1.6rem;margin-bottom:10px}#map-section h3.licensed{margin-top:0;border-bottom:solid 3px #009ec9}#map-section h3.pending{border-bottom:solid 3px #caf5ff}#map-section ul{list-style:none;margin:0;padding:0;columns:2}#map-section ul li{font-size:.65em;line-height:1.5em;white-space:nowrap}#map-section ul div{float:left;width:50%}#contact-section input[type=text],#contact-section input[type=email],#contact-section select,#contact-section textarea{width:100%;padding:12px;background:rgba(255,255,255,0.1);border:none;border-bottom:solid 1px #fff;color:#fff;box-sizing:border-box;margin-top:6px;margin-bottom:15px;resize:vertical}#contact-section textarea{height:225px;margin-bottom:5px}#contact-section ::placeholder{color:#fff;opacity:1}#contact-section :-ms-input-placeholder{color:#fff}#contact-section ::-ms-input-placeholder{color:#fff}#contact-section #submit{background:none;border:none;border-bottom:solid 1px #009EC9;color:#fff;width:200px;padding:10px;float:right;transition:color .35s ease}#contact-section #submit:hover{color:#009EC9}#contact-section #submit:focus{outline:none}#contact-section #dom-output{visibility:hidden;position:absolute;top:50%;margin:0 auto;left:0;right:0;-ms-transform:translateY(-50%);transform:translateY(-50%)}#contact-section #dom-output img{margin:0 auto;max-width:100px}#contact-section #dom-output p{font-size:1.5em;text-align:center}#contact-section .col-7{position:relative;padding-right:1rem}#contact-section .col-5{text-align:center}#contact-section .col-5 img{width:200px;height:154px;margin:0 auto}#contact-section .col-5 h2{font-weight:600;font-size:2.3em;margin:.5em}#contact-section .col-5 h2 span:nth-child(2){color:#009EC9}#contact-section .col-5 h2 span:nth-child(3){display:block;margin-top:.1em;font-size:.6em;font-weight:300;color:#999}#contact-section .col-5 p:nth-child(3){font-weight:600}#contact-section .col-5 p:nth-child(5){font-size:.8em;text-transform:lowercase;position:relative;margin:2.3em 0 0 0}#contact-section .col-5 p:nth-child(5):before{content:'';position:absolute;top:-15px;left:0;right:0;width:250px;border-top:solid 1px #009EC9;margin:0 auto}#contact-section .col-5 p:nth-child(5):after{content:'';position:absolute;bottom:-15px;left:0;right:0;width:250px;border-bottom:solid 1px #009EC9;margin:0 auto}footer{position:absolute;bottom:0;width:100%;text-align:center;font-size:.5em}@media only screen and (max-width: 1100px){#masthead{align-items:stretch}#main-nav ul{display:none}#hamburger-wrapper{display:block}#plan-north h1{font-size:2em}}@media only screen and (max-width: 800px){ul.services-flex-container li{display:none}ul.services-flex-container li.details{display:block;width:100%}.mobile-image{display:block}}@media only screen and (max-width: 720px){ul.services-flex-container li{display:none}ul.services-flex-container li.details{display:block;width:100%}.process-container>div{display:flex;flex-direction:column}.process-container .process-details-container{order:2}.process-container .process-image{order:1}.contact-flex{display:flex;flex-direction:column}.contact-flex>div:first-child{order:2}.contact-flex>div:last-child{order:1;margin-bottom:50px}}@media only screen and (max-width: 540px){.process-container>div{display:flex;flex-direction:column}.process-container .process-details-container{order:2}.process-container .process-image{order:1}.process-details-container{padding:0}.process-details-container .process-button{height:2.66em}.process-details-container .process-button>span{font-size:0.6em}.process-details-container .process-details{min-height:0;padding:10px 25px}.process-details-container .process-details h2{font-size:1em}}
