/*! 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}[type="button"],[type="reset"],[type="submit"],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: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}

/* PieCMS changes */
@media(max-width:500px){.cmsi-post-summary{float:none;width:auto}section.page .blog-posts img{width:100%}.cmsi-post-thumb{float:none;width:auto}.cmsi-post-summary h2.title{margin-top:10px}}.cmsi-product-feed .cmsi-post-thumb.product img{width:100%}.cmsi-product-detail.group .product-col-2 img{width:100%}@media(max-width:992px){.cmsi-showcase-list .cmsi-showcase-thumb{margin:auto}.cmsi-showcase-thumb{float:none}.cmsi-showcase-thumb a.cmsi-showcase-readmore{border:none}}.blog-posts h2 a,.cmsi-showcase-list .cmsi-showcase-title a{text-decoration:none}.blog-post .meta,.blog-posts .meta{font-size:14px}.cmsi-module-showcase-detail a.cmsi-module-showcase-back,.cmsi-showcase-list a.cmsi-showcase-readmore{background:0 0;text-decoration:none}

/* Pumpkin additions */
* {font-family: Helvetica, sans-serif;box-sizing: border-box;} html {font-size: 16px;} 
.wrap1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left:20px;
    padding-right:20px;
    /* Dont make this position: relative by default as it messes up header - instead use .rel where needed*/
}
@media(max-width:350px){
    .wrap1440 {
        padding-left:10px;
        padding-right:10px;
    }
} 

@font-face {
font-family: "HelveticaNeue";
src: url("/images/391/fonts/HelveticaNeue-Roman.woff") format('woff'); 
}

@font-face {
font-family: "HelveticaNeue-CondensedBold";
src: url("/images/391/fonts/HelveticaNeueBoldCondensed.woff") format('woff');
}

@font-face {
font-family: "HelveticaNeue-CondensedBlack";
src: url("/images/391/fonts/HelveticaNeueBlackCondensed.woff") format('woff');
}


/***************************/
/**** `COLORS & FONTS  ****/
/***************************/

/* Basic
-------------*/

html {
    font-size:16px;
}
@media(max-width:500px){
  html {font-size: 12px;}
}
@media(min-width:1800px){
  html {font-size: 20px;}
}

h1, h2, h3, h4, h5 {
    font-family: 'HelveticaNeue-CondensedBold', 'Helvetica', sans-serif;
    font-weight:700; 
    line-height:140%;
}
p, li {
    font-family: "Helvetica", sans-serif;
    font-weight:400; 
}
a {
    color: #18A100;
    text-decoration:underline;
}
a:hover{
    color: #F97C10;
}
h1 {
    font-size: 3.125rem;
    color:#005008;
    margin-bottom:2rem;
}
h2 {
    font-size: 2.5rem;
    color:#239F0D;
    margin-bottom:2rem;
}
h3 {
    font-size: 1.875rem;
    color:#F77C28;
    margin-bottom:1.5rem;
}
h4 {
    font-size: 1.5625rem;
    color:#A8DB22;
    margin-bottom:1rem;
    margin-top:1.4rem;
}
h5 {
    font-size: 1.5625rem;
    color:#004F0F;
    margin-bottom:1rem;
    margin-top:1.4rem;
    
}
p {
    color:#004F0F;
    line-height: 130%;
    font-size: 1.25rem;
}
li {
    color:#004F0F;
    font-size: 1.1875rem;
    margin-bottom: 10px;
}

strong {
    
}



/* Page
-------------*/

.page a {
    color: #18A100;
    text-decoration:underline;
}
.page a:hover {
    color: #F97C10;
}

.internal .page {
    padding-top: 150px;
}
@media(max-width:991px){
    .internal .page {
        padding-top: 90px;
    }
}

.internal .page h1 {
    position:relative;
}

.internal .page h1::after {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    height:4px;
    width:100%;
    background: rgb(0,79,15);
    background: linear-gradient(90deg, rgba(0,79,15,1) 0%, rgba(178,224,36,1) 60%, rgba(178,224,36,0) 80%);
}



/* Randoms
-------------*/
form input, form textarea {
    background-color: #666666;
}

.blog-comments input, .blog-comments textarea {
    background-color: #666666;
}

.blog-comments .submit input {
    color: #fff;
}

.blog-comments .submit:hover input {
    background-color: #666666;
    color: #fff;
}

.blog-comments label {
    color: #fff;
}

/*****************/
/**** `BUTTONS ****/
/*****************/

/*note : 'btn' is already taken by global css*/
.button,button,input[type=submit],input[type=reset],input[type=button]{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:11px;font-weight:600;line-height:38px;letter-spacing:.1rem;text-transform:uppercase;text-decoration:none;white-space:nowrap;background-color:transparent;border-radius:4px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box}.button:focus,.button:hover,button:focus,button:hover,input[type=submit]:focus,input[type=submit]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=button]:focus,input[type=button]:hover{color:#333;border-color:#888;outline:0;text-decoration:none}.button.button-primary,button.button-primary,input[type=submit].button-primary,input[type=reset].button-primary,input[type=button].button-primary{color:#FFF;background-color:#33C3F0;border-color:#33C3F0}.button.button-primary:focus,.button.button-primary:hover,button.button-primary:focus,button.button-primary:hover,input[type=submit].button-primary:focus,input[type=submit].button-primary:hover,input[type=reset].button-primary:focus,input[type=reset].button-primary:hover,input[type=button].button-primary:focus,input[type=button].button-primary:hover{color:#FFF;background-color:#1EAEDB;border-color:#1EAEDB}

html .button {
    border: 1px solid #555;
    border-radius: 30px;
    font-size: 1.25rem;
    font-weight:500;
    letter-spacing:0;
    text-decoration:none;
    height:50px;
    padding: 6px 42px;
    text-transform:none;
    transition: background .25s ease-in-out, color .25s ease-in-out;
}
.button.btn-primary {
    border-color: #F8E71C;
    background-color:#F8E71C;
    color: #004F0F;
}
.button.btn-primary:hover{
    background-color:#004F0F;
    border-color:#004F0F;
    color: #F8E71C;
}
.button.btn-secondary {
    border-color: #F77C28;
    background-color:#F77C28;
    color: #F8E71C;
}
.button.btn-secondary:hover{
    background-color:#e36814;
    border-color:#e36814;
    color: #F8E71C;
}
.page a.cmsi-module-showcase-back {
    border-color: #F8E71C;
    background-color:#F8E71C;
    color: #004F0F;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
    height: 50px;
    padding: 9px 42px;
}
.page a.cmsi-module-showcase-back:hover {
    background-color:#004F0F;
    border-color:#004F0F;
    color: #F8E71C;
}

/*****************/
/**** `HEADER ****/
/*****************/

/* Minified core header */
header{width:100%;height:auto;position:absolute;top:100px;left:0;right:0;z-index:10}header.header-fixed{position:fixed}header.header-sticky.scrolling{position:fixed;top:0;width:100%}header.header-appear-animation-offset{top:-150px;position:fixed}header.header-appear.scrolling{position:fixed;top:0;-webkit-transition:top .2s ease;transition:top .2s ease}.headerRow{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:center}.bar{display:block;transition:all .6s cubic-bezier(.6,.08,.73,1.87)}.menu-active .bar1{transform:rotate(45deg) translateY(11px) translateX(10px)}.menu-active .bar2{transform:rotate(-45deg) translateY(-1px) translateX(-1px)}.menu-active .bar3{opacity:0}@media(max-width:768px){.menu-active .mobileNav{min-height:100vh;height:auto;position:fixed;top:0;left:0;right:0;display:flex;flex-direction:column;justify-content:start;align-items:center;-webkit-animation:fadeIn .4s ease;-moz-animation:fadeIn .4s ease;-o-animation:fadeIn .4s ease;animation:fadeIn .4s ease}.menu-active .mobileNav li{display:block}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.headerRow ul{list-style-type:none}.headerRow>ul>li{display:inline-block}.headerRow ul li a{text-decoration:none}ul li{position:relative}ul li .sub-menu{position:absolute;left:0;max-height:0;overflow:hidden}ul li .sub-menu.androidSubNav,ul li:hover .sub-menu{max-height:initial}@media(max-width:768px){.headerRow{height:0;overflow:hidden}.headerRow.mobileRow{height:auto;overflow:auto}.headerRow ul li .sub-menu{position:relative;top:20px}}@media(min-width:769px){.headerRow.mobileRow{display:none}}

/* Non-minified styling */
header {
    background:none;
    top: 0px;
}
header.scrolling,
.internal header{
    background-color: #004F0F;
}
.headerRow{
    justify-content: space-between;
    padding: 0 20px;
    max-width: 1440px;
}

/* Logo  */
.logoPrimary img {
    width: 100%;
    max-width: 250px;
    padding-top:20px;
}

.logoSecondary img{
    width: 100%;
    max-width: 250px;
}
.logoSecondary {
    display:none;
}
.scrolling .logoSecondary{
    display:block;
}
.scrolling .logoPrimary{
    display:none;
}
.internal .logoSecondary{
    display:block;
}
.internal .logoPrimary{
    display:none;
}

/* Menu */
.headerRow > ul > li {
    padding: 30px 20px;
}
@media(max-width:768px){
    .headerRow > ul > li {
        padding: 20px 10px 20px 10px;
    }
}
.headerRow > ul > li > a {
    font-family: 'HelveticaNeue-CondensedBold', 'Helvetica', sans-serif;
    text-transform:uppercase;
    font-weight: 700;
    font-size: 1.4375rem;
    color: #F8E71C;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.8);
}
@media(max-width:1170px){
    .headerRow > ul > li > a {
        font-size: 1.2rem;
    }
    .logoPrimary img {
        max-width:200px;
    }
}
.scrolling .headerRow > ul > li > a,
.internal .headerRow > ul > li > a {
    color: #F8E71C;
}
.headerRow > ul > li > a:hover{
    color: #F77C28;
}
.scrolling .headerRow > ul > li > a:hover,
.internal .headerRow > ul > li > a:hover {
    color: #F77C28;
}

/* Submenu  */
ul li .sub-menu{
    top:78px;
    background-color:#F77C28;
    min-width: 230px;
	padding-left:0px;
}
.scrolling ul li .sub-menu,
.internal ul li .sub-menu{
    background-color:#F77C28;
}
.sub-menu li:hover {
   background-color:#F8E71C;
}
.scrolling .sub-menu li:hover, 
.internal .sub-menu li:hover {
   background-color:#F8E71C;
}
.sub-menu li a {
    padding: 15px;
    display:block;
    font-family: 'HelveticaNeue-CondensedBold', 'Helvetica', sans-serif;
    text-transform:uppercase;
    font-weight: 700;
    font-size: 1.4375rem;
    color: #F8E71C;
    
}
.scrolling .sub-menu li a, 
.internal .sub-menu li a {
    color: #F8E71C;
}
.sub-menu li:hover a{
   color: #F77C28;
}
.scrolling .sub-menu li:hover a,
.internal .sub-menu li:hover a {
   color: #F77C28;
}
.sub-menu li{
    
}

.nav li.active::before {
    content: "";
    position:absolute;
    bottom:15px;
    left:0;
    right:0;
    margin:0 auto;
    width: 10px;
    height: 4px;
    background-color: #F8E900;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.8);
}

/* Mobile  */
.bar {
    background-color:#fff;
    width: 40px;
    height: 6px;
    border-radius: 2px;
    margin: 8px 0px 8px 0px;
}
.scrolling .bar,
.internal .bar{
    background-color:#fff;
}
@media(max-width:768px){
    .menu-active .mobileNav{
        background-color: rgba(0,0,0,0.8);
    }
    .headerRow > ul > li > a {
        color: #fff;
    }
    .menu-active ul li .sub-menu{
        background:rgba(255,255,255,0.2);
    }
    .menu-active .sub-menu li a{
        color: #fff;
    }
    .sub-menu li a {
        color: #fff;
    }
    .menu-active .mobileNav li {
        text-align: center;
    }
     .headerRow{
        /*align-items:flex-start;*/
    }
    .navToggle {
        /*margin-top: 20px;*/
    }
    .nav {
        margin-top:100px;
    }
    .headerRow > ul > li > a {
        font-size:1.7rem;
    }
    .logoSecondary img{
        max-width:130px;
        padding: 10px 0;
    }
    .logoPrimary img {
        max-width: 150px;
        padding: 15px 0 0;
    }
}

/* Transitions */
.headerRow ul li {
    transition: background .2s ease;
}
.headerRow ul li a{
    transition: color .2s ease;
}

/********* 
** HERO **
**********/

.hero {
    position:relative;
    height: 95vh;
}

.hero--static {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.hero--static .hero-background {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero--static .hero-background {
    content:'';
    position:absolute;
    height:100%;
    width:100%;
    top:0;left:0;
    background-color:rgba(0,0,0,0.4);
}

.hero-content, .hero-content p {
    font-family: 'HelveticaNeue-CondensedBold', 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 3.75rem;
    line-height: 4rem;
    color: #F8E71C;
    letter-spacing: -1.29px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}


/***********************/
/**** `ANGLED LAYOUT ****/
/***********************/

/*
Hero is not skewed.
Following wedge sections are, and given higher z-index.
Hero's background is an absolute div with extra height, bleeding into the empty
space in the section below it
*/


/*In the JS the wedge height is calculated. As well as the wedgeFix, which*/
/*gives wedge2 and wedge3 top fixes to bring them up flush against each other */

/*To make up for all the wedge top values shifting things around (difficult for hero*/
/*and footer to line up against it nicely), the 'wedges' container class has a height*/
/*value set in JS that brings the entire wedge section height down to the visual amount*/


/* HERO AND FOOTER AFFECTS */

.hero {
    position:relative;
    width:100%;
    height:100vh;
    max-height:900px;
}
.hero .hero-background {
    /*bleeds into angled section below*/
    min-height:130%;
    z-index: -1;
}
footer {
    position:relative;
    display:inline-block;
    width:100%;
    /* inline-block means children contribute to height 
    if you do inline-block you MUST have width:100% or it screws up body width */
}
.footer {
    /*bleeds into angled section above while also covering footer section but not any extra*/
    height:calc(100% + 5vw);
    top:-5vw;
    z-index: -1;
    background-color:#000;
}

/* GENERAL */

.skewFix {
    /*bleed into adjacent skew section 
    rest of styling in individual one */
    position:absolute;
    width:100%;
}
.unskewLeft{
    transform: skewY(-5deg);
    /*padding-top:5vw;*/
    height:100%;
    width:100%;
    position:relative;
    display:flex;
    align-items:center;
    top:-5vw;
    /*content gets lost when unskewing, 5vw paddingtop seems to be enough to always bring it down*/
}
.unskewRight{
    transform: skewY(5deg);
    /*padding-top:5vw;*/
    height:100%;
    width:100%;
     position:relative;
    display:flex;
    align-items:center;
    top:-5vw;
    /*content gets lost when unskewing, 5vw paddingtop seems to be enough to always bring it doown*/
}

/*wedge angles and height are calculated in the js*/

.wedgeLeft{
    position:relative;
    height:310px;
    width:100%;
    background-color:#fff;
    transform: skewY(5deg);
    overflow:hidden;
}
.wedgeRight{
    position:relative;
    height:310px;
    width:100%;
    background-color:#fff;
    transform: skewY(-5deg);
    overflow:hidden;
}
.footerWedge {
    width:100%;
    height:130%;
    /*background-color:#F8E71C;*/
    position:absolute;
    transform:skewY(-5deg);
    opacity:1;
    
}
.footerWedgeWrap {
    overflow:hidden;
    height:100%;
    width:100%;
    border-top: 10px solid #F8E71C;
    position:relative;
}
.internal .footerWrap{
    padding-top: 150px;
}
@media(max-width:991px){
    .internal .footerWrap{
        padding-top: 70px;
    }
}
body .footerBG{
    /*margin-top: 5vw;*/
    width:100%;
    height:100%;
    background-size: cover;
    background-position: bottom;
}
body.internal footer .wrap1280{
    padding-top:60px;
}

/* Bug fix: needs an extra large height specifically for house content wraps*/
.house .wrap1440{
    height:120%;
    position:relative;
}

.wedges h1, .wedges h2, .wedges h3, .wedges h4, .wedges h5, .wedges p{
    color:#F8E71C;
}

.wedge2 h1, .wedge2 h2, .wedge2 h3, .wedge2 h4, .wedge2 h5, .wedge2 p{
    color:#004F0F;
}

.wedge1 .wedgeBG::after{
    background-color:rgba(35,159,13,0.85);
}

.wedge2 .wedgeBG::after{
    background-color:rgba(247,124,40,0.85);
}

.wedge3 .wedgeBG::after{
    background-color:rgba(35,159,13,0.85);
}

.wedges{
    /*position:relative;*/
    /*pointer-events:none; */
}
.wedge{
    border-top: 10px solid #F8E71C;
}
.wedges .wedgeContent a{
    /*display:inline-block;*/
    /*margin-top:20px;*/
    /*color:#fff;*/
    /*font-weight:600;*/
    /*font-size:20px;*/
    /*padding-left:60px;*/
    /*padding-right:60px;*/
    /*padding-top:13px;*/
    /*height: 65px;*/
    /*background-color:rgba(255,255,255,0.3);*/
    /*border:1px solid #fff;*/
    /*border-radius: 25px;*/
    /*transition: background-color .1s ease-in-out;*/
    /*pointer-events:auto; */
}
.wedges .wedgeContent a:hover{
    /*background-color:rgba(255,255,255,1);*/
    /*color:#c07100;*/
}

.wedgeContent{
    position:relative;
    width:78%;
    min-width:280px;
    /*max-width:770px;*/
    z-index:3;
}
.wedgeContent p {
    font-size:20px;
    line-height:130%;
}
@media(max-width:991px){
    .wedgeContent p {
        font-size:20px;
        line-height:32px;
    }
    /*.wedges .wedgeContent a{*/
    /*    padding-top:16px;*/
    /*}*/
}

@media(min-width:501px){
    .wedge2 .wedgeContent{
        text-align: right;
        float:right;
    }
}
@media(max-width:500px){
    .wedges .wedgeContent{
        text-align: center;
        float: none;
    }
    .wedgeContent{
        width:100%;
    }
}
.wedgeBG {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
}
.wedgeBG img{
    position:absolute;
    z-index:-1;
    min-width:130%;
    left : -15%;
    height:auto;
    min-height:100%;
    /*top:-25vw;*/
}

.wedgeBG::after{
    content: " ";
    position:absolute;
    width:100%;
    height:200%;
    top: -10vw;
    z-index:2;
}



/*______ `Footer
*/


body {
  position:relative;
}

.page {
    background:#fff;
}

footer::after{
    position:absolute;
    z-index:-1;
    width:100%;
    min-height:300px;
    height:100vh;
    left:0;
    bottom: -30vh;
    content:"";
     background: rgb(125,200,69);
    background: linear-gradient(90deg, rgba(125,200,69,1) 0%, rgba(106,192,66,1) 100%);
}
.internal footer::after{
    bottom: -50vh;
}

/*Layout*/
.wrap1440.footerWrap{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    position:relative;
    z-index:3;
    padding-left: 20px;
    padding-right: 20px;
}
.footerContent{
    width:61%;
}
.footerContact{
    width:39%;
}
@media(min-width:992px){
    .footerContact{
        padding-left:50px;
    }
}
.row1{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    margin-bottom: 30px;
}
.row2 .row{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.row3 {
    display: flex;
    flex-direction:row;
    justify-content:flex-start;
}
@media(max-width:991px){
    .wrap1280.footerWrap{
        flex-direction:column;
    }
    .footerContent,
    .footerContact{
        width:100%;
    }
    .row1{
        flex-direction:column;
        align-items:center;
    }
    .row2 .row{
        flex-direction:column;
        align-items:center;
    }
    .row3{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

footer {
    background-color:#fff;
    width:100%;
    position:relative;
    display:inline-block;
    padding-top:75px;
    padding-bottom:70px;
    font-family: sans-serif;
}
footer .wrap1280 > .col-md-4{
    padding:0;
}
.footerBG{
    width:100%;
    overflow:hidden;
    position:absolute;
    bottom:0;
}
footer h2{
    font-size: 35px;
    color: #004F0F;
    /*margin-bottom: 0px;*/
    text-transform:uppercase;
}
footer h3{
    font-size: 30px;
    color: #004F0F;
    text-transform:uppercase;
}

footer h4{
    font-family: "HelveticaNeue-CondensedBold", Helvetica;
    font-size: 30px;
    color: #004F0F;
    letter-spacing: -0.75px;
    text-align: justify;
}
footer p{
    font-size: 20px;
    color: #004F0F;
    letter-spacing: -0.45px;
    text-align: justify;
    line-height: 30px;
    margin-top: 0;
}
footer .row3 p{
    margin: 4px 0px;
}
footer a{
    color:#F8E71C;
}
footer a:hover{
    color:#004F0F;
    text-decoration:none;
}

footer a.phone {
    color: #F8E71C;
    text-decoration:none;
}
footer a:hover svg path {
    fill:#004F0F;
}
footer .fa.fa-phone{
    transform: rotate(90deg);
    font-size:36px;
    margin-right: 15px;
}
footer .phone span{
    font-family: "HelveticaNeue-CondensedBlack", Helvetica;
    font-size: 2.25rem;
    color: #F8E71C;
    letter-spacing: -0.93px;
    display:inline-block;
    margin: .6rem 0 0 1rem;
    vertical-align:top;
}
footer .phone:hover,
footer .phone:hover span{
    color:#004F0F;
}
footer .logo{
    width:100%;
    height:auto;
    max-width:360px;
}
footer .connect{
    font-family: "HelveticaNeue-CondensedBold", Helvetica;
    font-size: 41px;
    color: #004F0F;
    letter-spacing: -0.75px;
    text-align: right;
    text-transform:uppercase;
    margin: 0px;
    margin-top: 5px;
    margin-bottom:20px;
}
footer .fab{
    color:#F8E71C;
    font-size: 40px;
    margin: 0 12px;
}
footer .fab:hover{
    color:#004F0F;
}
footer .phone,
footer .phone span {
    transition: color .2s;
}
footer svg path {
     transition: fill .2s;
}

footer .copyright{
    color:#004F0F;
    margin-top:21%;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
}
footer .copyright a{
    font-size:18px;
    line-height: 26px;
    color:#004F0F;
    text-decoration:underline;
}
.footerBG img{
    width:100%;
}
.footerInfo * {
    text-decoration:none;
}
footer .social a {
    color:transparent;
    background:none;
    margin-right:40px;
}

.footerInfo {
    padding-right: 30px;
}

.footerInfo p {
    font-family:"HelveticaNeue-Bold", Helvetica, sans-serif;
}

@media(min-width:992px){
    footer .address{
        margin-right: 20%;
    }
    footer .social a:last-of-type .fab{
        margin-right:8px;
    }
}
@media(max-width:991px){
    .footerBG img{
        width:200%;
        right: 45%;
        position:relative;
    }
    footer .phone{
        width: 100%;
        text-align: center;
        display: block;
    }
    footer #floaterContactForm{
        margin: 0 auto;
        margin-top:30px;
    }
    footer .connect{
        text-align:center;
    }
    .social{
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
    }
    footer h3{
        margin-bottom: 10px; 
        margin-top: 10px; 
    }
    footer a.phone{
        margin-top: 20px;
        margin-bottom:30px;
    }
    footer .social a {
        margin-right:15px;
        margin-left:15px;
    }
    .row2 {
        text-align:center;
    }
    .row2 p{
        width: 80%;
        margin: 15px auto;
    }
    .row3 p{
        text-align:center;
    }
    footer .copyright{
        margin-top: 50px;
    }
    .footerContact h2 {
        text-align:center;
    }
}
@media(max-width:550px){
    /*footer{*/
    /*    overflow:hidden;*/
    /*}*/
    .footer2 h3{
        text-align:left;
    }
    footer .phone p{
        font-size:32px;
    }
    footer .fa.fa-phone {
        font-size: 28px;
    }
    footer .connect{
        font-size:25px;
    }
    footer{
        padding-bottom:100px;
    }
    footer .footerContent h2{
        margin-top:-30px;
    }
}
@media(max-width:340px){
    footer .phone p{
        font-size:24px;
    }
    footer .fa.fa-phone {
        font-size: 20px;
    }
    footer .fab{
        font-size: 26px;
        margin: 0 12px;
    }
}
#contact{
    position:absolute;
    pointer-events: none;
    height:1px;
    width:1px;
    top:-60px;
}

/*___________`Contact Form
*/

footer p.captchaGuide {
    margin:0px;
}

form input, form textarea {
    background-color: #239F0D;
}
footer form input, footer form textarea {
    background-color: #239F0D;
}
#floaterContactForm {
    width: 100%;
}
footer #floaterContactForm {
    width: 90%;
    max-width: 600px;
}
#floaterContactForm table {
    width: 100%;
    max-width:600px;
}
footer #floaterContactForm table {
    width: 100%;
}
#floaterContactForm textarea,
#floaterContactForm input {
    outline: 0;
    border: 1px solid #C6DB2D;
    border-radius: 8px;
    width: 100% !important;
    height: 60px;
    font-size: 20px;
    padding-left: 10px;
    color: #777;
    box-sizing: border-box;
}
footer #floaterContactForm textarea,
footer #floaterContactForm input {
    color: #004F0F;
}

#floaterContactForm textarea {
    height: 110px;
}
#floaterContactForm td{
    color:#004F0F;
}
footer #floaterContactForm td{
    color:#004F0F;
}
#floaterContactForm tr {
    width: 100%;
}

#floaterContactForm td {
    display: block;
    text-align: left;
    width: 100%;
}
#floaterContactForm b {
    font-size: 22px;
    color:#777;
    font-weight:500;
}
footer #floaterContactForm b {
    color:#004F0F;
}
#floaterContactForm span{
    color:#ff7f00 !important;
}
footer #floaterContactForm span{
    color:#F81414 !important;
}
footer #floaterContactForm span.requiredNote{
    color:#004F0F !important;
}

#floaterContactForm input[type=submit] {
    width: 240px !important;
    border: 0px solid #fff;
    background-color: #eee;
    color: #777;
    transition: all .2s ease-in-out;
    font-size: 20px;
    font-weight: 300;
    padding-left: 30px;
}
#floaterContactForm input[type=submit] {
    background-color: #eee;
    color: #777;
}
footer #floaterContactForm input[type=submit] {
    background-color: #239F0D;
    color: #F8E71C;
    font-family: "HelveticaNeue-CondensedBold", Helvetica;
    font-weight: 500;
    text-transform:Capitalize;
    font-size: 24px;
    margin-top: 10px;
    padding-left:7px;
}
#floaterContactForm input[type=submit]:hover {
    background-color: #004F0F;
    color: #F8E71C;
    cursor: pointer;
}
#floaterContactForm img {
    margin-bottom: 5px;
}

#floaterContactForm tr:nth-child(5) td:nth-child(2){
  display:flex;
}
#floaterContactForm input[name="captchaHASH"] + img{
    order: -1;
    width:150px;
    margin-bottom: 0px;
    height: 55px;
    border-radius: 8px;
}
#floaterContactForm #captchaSolution{
    order:-1;
    height:55px;
    padding-left: 15px;
    max-width: 200px !important;
    margin-left: 20px;
}
#floaterContactForm .instructions{
    color:#fff;
}

/*@media(min-width:992px){*/
/*    footer #floaterContactForm{*/
/*        float:right;*/
/*        clear:both;*/
/*    }*/
/*}*/

@media(max-width:769px) {
    #floaterContactForm {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        float: none;
    }
}
@media(max-width:550px){
    footer #floaterContactForm{
        width:100%;
        padding:0px;
        margin-bottom: 30px;
    }
}


/*Showcase grid DISPLAY:GRID VERSION*/

ul.showcase-grid{
    margin: 0 auto;
    padding-left:0px;
    display: table; /*for browsers that don't support grid*/
    display: grid;
    ms-grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    ms-grid-gap: 20px 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px 30px;
}

ul.showcase-grid > li{
    position:relative;
    ms-grid-column: span 1;
    grid-column: span 1;
    list-style:none;
    border:0px solid #fff;
    text-align: center;
    transition: opacity .5s ease;
}
ul.showcase-grid li img{
    width:100%;
}
ul.showcase-grid li a img{
    margin-bottom: 10px;
    transition: all .2s ease-in;
    border-radius: 20px;
}
ul.showcase-grid li a{
    transition: all .2s ease-in;
}
ul.showcase-grid li:hover a img{
    transform: scale(1.01);
}

ul.showcase-grid li:hover a {
    color: #F97C10;
}

ul.showcase-grid li a.showcase-grid-img{
    text-align: center;
    font-weight: 600;
    border: 0;
    text-shadow: none;
    box-shadow: none;
}
ul.showcase-grid li a:hover,
ul.showcase-grid li a:hover a {
   text-decoration:none;
}

.cmsi-showcase-list li .cmsi-showcase-thumb a img {
    max-height:initial;
}

.cmsi-module-showcase-detail #cmsi-module-showcase-photos > a {
    border:0;
}

.cmsi-module-showcase-detail #cmsi-module-showcase-photos img {
    border-radius: 20px;
}

.showcase-grid h3 {
    margin-top:5px;
}

.showcase-grid h3.cmsi-showcase-title a {
    color:#004F0F;
    letter-spacing: -0.7px;
}



/************ 
** HELPERS **
************/

@media(max-width:768px){
    .desktopOnly{display:none;}
}
.noScrollBody{overflow:hidden;}
.rel {position: relative;}
.ovHideX {overflow-x:hidden;}
.h100 {height:100%;}
.right {float: right;}
.left {float: left;}
.gone {display: none !important;}
.t1{height:2000px;background-color:#999;}
.centerContent {
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    /*needs to have width as well*/
}