/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{scroll-behavior: smooth;line-height:1.15;-webkit-text-size-adjust:100%}body{background-color:black;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:right;width:140px}.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}

/*Don has edited the following cmsi style */

.cognito-form-wrapper {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;              /* clips the form to the rounded corners */
}

/* Optional: give it some breathing room and a subtle shadow */
.cognito-form-wrapper {
    padding: 0;                    /* or 10–20px if you want space inside */
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.cmsi-module-showcase-detail, .cmsi-showcase-list {
    background:0 0;
    text-decoration:none;
    font-size: 1.5em;
}
.cmsi-showcase-title a{
     color: #7A7A7A;
}
a.cmsi-showcase-readmore{
    text-transform: uppercase !important;
    background-color: #7A7A7A87 !important;
}
/*a.cmsi-module-showcase-back{*/
    
/*}*/
/*a.cmsi-showcase-readmore{*/
    /*text-decoration:none;*/
    /*text-transform: uppercase;*/
    /*border-color: #7A7A7A87;*/
    /*background-color: #3C3C3C;*/
    /*color: #fff;*/
    /*text-shadow: 0 0 0 rgb(0 0 0);*/
    /*height: 2.2em;*/
    /*padding-top: 2px;*/
    /*font-size: 1em;*/
    
    /*border: 1px solid #555;*/
    /*border-radius: 10px;*/
    /*font-weight: 400;*/
    /*letter-spacing: 0;*/
    /*padding: 15px 65px;*/
    /*padding-top: 15px;*/
    /*transition: all .25s ease-in-out;*/
    /*box-shadow: 0px 2px 4px rgba(0,0,0,0.5);*/
    /*text-transform: none;*/
/*}*/
a.cmsi-showcase-readmore:hover{
    /*background-color: #7A7A7A;*/
    /*border-color: #3C3C3C;*/
    /*color: #3C3C3C;*/
    /*box-shadow:none;*/
}

#fancybox-title-over {
    padding: 10px;
    background: url(/images/global/fancybox/fancy_title_over.png);
    display: block;
}

/* Pumpkin additions */

/* Cognito form container styling */
.cognito-form-wrapper {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* Cognito form internal font fix */
.cognito-form-wrapper * {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

* {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;box-sizing: border-box;} html {font-size: 16px;} 
.wrap1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left:60px;
    padding-right:60px;
    /* Add in padding. Dont make this position: relative by default as it messes up header - instead use .rel where needed*/
}
@media(max-width:992px){
    .wrap1440 {
        padding-left:30px;
        padding-right:30px;
    }
} 
@media(max-width:600px){
    .wrap1440 {
        padding-left:15px;
        padding-right:15px;
    }
} 

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

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

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

.hero-heading{
    font-size: 3.2rem;
    line-height: 1.1;
    font-weight: 400;
}


h1, h2, h3, h4, h5 {
    font-weight:700;
		line-height:140%;
}

p, li {
    font-weight:300; 
    /*color:#4a4a4a;*/
    letter-spacing:.6px;
    line-height: 150%;
    font-size: 1.2rem;
    text-align: start;
}
a {
    color: #4A90E2;
}
a:hover{
    /*font-weight:bold;*/
    color: #7A7A7A;
}
h1 {
    font-size: 3rem;
    color:#c5c5c5;
    margin-bottom:30px;
    font-weight:300;
    text-align:center;
}


@media(max-width:992px){
    h1{
        font-size: 7vw;
    }
}

@media (max-width: 768px){
    .hero-heading{
        font-size: 2.1rem;
        line-height: 1.2;
    }
}

@media (max-width: 480px){
    .hero-heading{
        font-size: 1.8rem;
        line-height: 1.25;
    }
}

h2 {
    font-size: 3.125rem;
    color:#FFF;
    margin-bottom:40px;
    font-weight:300;
}
.internal h2 {
    color:#c5c5c5;
}
h3 {
    font-size: 2.8125rem;
    color:#c5c5c5;;
    margin-bottom:30px;
    margin-top:20px;
    font-weight:300;
}
h4 {
    font-size: 2.1875rem;
    color:#c5c5c5;;
    font-weight:300;
}
h5 {
    font-size: 1.5625rem;
    color:#c5c5c5;;
    font-weight:700;
}

blockquote {
    margin: 1rem 0;
    padding: 30px;
    background-color:#E4EEFA;
    border-radius:20px;
    color:#767676;
}
blockquote * {
    color:#767676;
}


/* Page
-------------*/
.page a {
    color:#fff;
    text-decoration: none;
}
.page a.button {
    color:#fff;
    text-decoration: none;
}
.page a:hover {
    color: #7A7A7A;
}
.sidebar h1, .sidebar p{
    color:#000;
}
.page img {
    max-width:100%;
    height: auto;
}

/* 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;
}
#cmsi-module-showcase-photos > a, #cmsi-module-showcase-thumbs a img {
    border:0;
}
a.cmsi-showcase-readmore, a.cmsi-module-showcase-back {
    border: 0 !important;
    background:green;
    text-transform: uppercase;
    border-color: #7A7A7A87;
    background-color: #3C3C3C;
    color: #fff;
    text-shadow: 0 0 0 rgb(0 0 0);
    height: 2.2em;
    font-size: 1em;
    border: 0.5px solid #7A7A7A87 !important;
    border-radius: 10px;
    font-weight: 400;
    padding: 15px 65px;
    padding-top: 8px;
    transition: all .25s ease-in-out;
    box-shadow: 0 0 3px transparent inset;
    
}
a.cmsi-showcase-readmore:hover{
    background: #7A7A7A !important;
    border-color: #3C3C3C !important;
    color: #3C3C3C !important;
    box-shadow:none !important;
}
.cmsi-showcase-readmore img{
   border: 8px solid #7A7A7A !important;
}
.cmsi-showcase-readmore img:hover{
   transform:scale(1.2);
}
a.cmsi-module-showcase-back{
    padding-top:2px !important;
    text-transform: uppercase;
}
a.cmsi-module-showcase-back:hover{
     background: #7A7A7A !important;
    border-color: #3C3C3C !important;
    color: #3C3C3C !important;
    box-shadow:none !important;
}
.cmsi-showcase-title a{
    font-size: 3.125rem !important;
    color: #7A7A7A !important;
    font-weight: 300 !important;
    margin-bottom: 40px !important;
}
.cmsi-showcase-thumb  {
    height:300px;
}
.cmsi-showcase-thumb a {
    background: none !important;
    border: none !important;
}
.cmsi-showcase-thumb a:hover {
    background: none !important;
    border: none !important;
}
.cmsi-showcase-desc{
    line-height: 200% !important;
}

div.cmsi-showcase-thumb a.cmsi-showcase-readmore {
    border:0;
}
div.cmsi-showcase-thumb a.cmsi-showcase-readmore:hover {
   
}

.cmsi-showcase-readmore img {
    margin: 0 auto;
    display: block;
}

/*****************/
/**** `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}

.button {
    border: 1px solid #555;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight:400;
    letter-spacing:0;
    height:68px;
    padding: 15px 65px;
    transition: all .25s ease-in-out;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    text-transform:none;
}
.button.btn-small {
    padding: 5px 40px;
    height:51px;
}
.button.btn-primary {
    border-color: #7A7A7A87;
background-color: #3C3C3C;
color: #fff;
text-shadow: 0 0 0 rgb(0 0 0);
height: 2.2em;
padding-top: 2px;
font-size: 1em;
}
.button.btn-primary:hover{
    background-color: #7A7A7A;
    border-color: #3C3C3C;
    color: #3C3C3C;
    box-shadow:none;
}
.button.btn-secondary {
    padding-top:8px;
    padding-left:55px;
    padding-right:55px;
    height:55px;
    border-radius: 5px;
    border: 1px solid;
    border-color: rgba(255,255,255,0.4);
    background-color:rgba(0,0,0,0.5);
    color : #fff;
    text-shadow: 0 0 0 rgb(0 0 0);
    font-weight: 900;


}
.button.btn-secondary:hover{
    border-color: rgba(255,255,255,0.2);
    background-color:rgba(0,0,0,0.8);
    color : #fff;
    box-shadow:none;
}

/*****************/
/**** `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:1440px;margin:0 auto;display:flex;flex-direction:row;align-items:center}.bar{display:block;transition:all .15s ease-in}.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:992px){.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.nav>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:992px){.headerRow{height:0;overflow:hidden}.headerRow.mobileRow{height:auto;overflow:initial}.headerRow ul li .sub-menu{position:relative;top:20px}}@media(min-width:992px){.headerRow.mobileRow{display:none}}

.menu-active .bar {
    transform-origin:center;
}

.menu-active .bar1 {
    transform: rotate(45deg) translateY(7px) translateX(7px);
}

.menu-active .bar2 {
    transform: rotate(-45deg) translateY(0px) translateX(0px);
}

/* Non-minified styling */
header {
    background-color : none;
    top: 0px;
    padding-top: 10px;
}
@media (min-width: 768px) {
    header {
        padding-top: 30px;
    }
}
header.scrolling,
.internal header{
    background-color: #3C3C3C;
    /*background-image: url('/images/###/imgs/example.png');*/
    /*background-size: cover;*/
}

.internal header{
    padding-top: 0px;
}



.headerRow{
    justify-content: space-between;
    padding: 0 20px;
}


/* Logo  */
.logoPrimary img {
    width: 100%;
    max-width: 250px;
}
.logoSecondary img{
    width: 100%;
    max-width: 300px;
}
@media (min-width:993px){
    .logoPrimary img {
        max-width: 350px;
    }
}
@media(max-width:1250px){
    .logoSecondary img{
        max-width: 150px;
    }
}
@media(max-width:992px){
    .logoPrimary img {
        max-width: 300px;
    }
header.scrolling,
.internal header{
    padding-top: 17px;
    padding-bottom: 17px;
   
}
}
.logoSecondary {
    display:none;
}
.scrolling .logoSecondary{
    display:block;
}
.scrolling .logoPrimary{
    display:block;
}
.internal .logoSecondary{
    display:block;
}
.internal .logoPrimary{
    /*display:none;*/
}

/* Menu */
.headerRow ul.nav > li {
    padding: 30px 20px;
    position:relative;
}

.headerRow ul.nav > li.active::before {
    content:"";
    position:absolute;
    height:2px;
    width:23px;
    bottom:5px;
    left:0;
    right:0;
    margin:0 auto;
    background-color:#fff;
}
.scrolling .headerRow ul.nav > li.active::before, 
.internal .headerRow ul.nav > li.active::before {
     bottom: 30px;
  left: 10px;
}
@media(max-width:992px){
    .headerRow ul.nav > li {
        padding: 20px 10px 20px 10px;
    }
    .scrolling .headerRow ul.nav > li.active::before, 
    .internal .headerRow ul.nav > li.active::before {
        bottom:5px;
        background-color:#4A90E2;
    }
}
.headerRow ul.nav > li > a {
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    padding-left: 10px;
}
.scrolling .headerRow ul.nav > li > a,
.internal .headerRow ul.nav > li > a {
    color: #fff;
    font-size: .85rem;
}
@media(max-width:992px){
    .scrolling .headerRow ul.nav > li > a,
    .internal .headerRow ul.nav > li > a {
        font-size: 1.2rem;
    }
}
.headerRow ul.nav > li > a:hover{
    color: #7A7A7A;
}
.scrolling .headerRow ul.nav > li > a:hover,
.internal .headerRow ul.nav > li > a:hover {
    color: #7A7A7A;
}

/* Submenu  */
ul li .sub-menu{
    top:50px;
    min-width: 320px;
    padding-left:0px;
    display: grid;
    justify-content: center;


    /*border-bottom-left-radius: 20px;*/
    /*border-bottom-right-radius: 20px;*/
}
.internal ul li .sub-menu,
.scrolling ul li .sub-menu{
    top: 70px;
    left: -10px;
}
ul li .sub-menu::before {
    /*content:"";*/
    /*position:absolute;*/
    /*width: 0;*/
    /*height: 0;*/
    /*left:0;*/
    /*top:0;*/
    /*width:100%;*/
    /*height:4px;*/
    /*background-color:#4A90E2;*/
}
.scrolling ul li .sub-menu,
.internal ul li .sub-menu{
  
}
.sub-menu li:hover {
   /*background-color:#5FA9FF;*/
}

.scrolling {
    height:80px;
    padding-top:0px;
}
@media (max-width: 992px){
  .scrolling{
    padding-top: 20px;
    }
}

.scrolling img{
    max-width:260px;
}
.scrolling .top-nav__phone {
  font-size: 20px;
  display:flex;
  justify-content:center;

}
.scrolling .sub-menu li:hover, 
.internal .sub-menu li:hover {
   background-color:#ddd;
}
.sub-menu li a {
	display:block;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	position:relative;
    font-size: 1rem;
    color: #fff;
    background-color:rgba(0,0,0,0.8);
    border:1px rgba(60, 60, 60, 1) solid;
    text-align: start;

}
.sub-menu li a::before {
    /*content:"";*/
    /*position:absolute;*/
    /*width: 0;*/
    /*height: 0;*/
    /*left:10px;*/
    /*top:50%;*/
    /*transform:translateY(-50%);*/
    /*border-style: solid;*/
    /*border-width: 5.5px 0 5.5px 9.5px;*/
    /*border-color: transparent transparent transparent #5fa6f7;*/
}
.sub-menu li:hover a::before {
    /*border-color: transparent transparent transparent #fff;*/
}
.scrolling .sub-menu li a, 
.internal .sub-menu li a {
    color: #fff;
}
.sub-menu li:hover a{
   color: rgba(122, 122, 122, 1);
}
.scrolling .sub-menu li:hover a,
.internal .sub-menu li:hover a {
   color: rgba(122, 122, 122, 1);
}

/* Mobile  */
.bar {
    background-color:#fff;
    width: 28px;
    height: 3px;
    border-radius: 2px;
    margin: 7px 0px 7px 0px;
}
.scrolling .bar,
.internal .bar{
    background-color:#fff;
}
@media(max-width:992px){
    .menu-active .mobileNav{
        background-color: rgba(0,0,0,0.9);
    }
    .headerRow ul.nav > li > a {
        color: #fff;
    }
    .menu-active ul li .sub-menu{
        /*background:rgba(255,255,255,0.2);*/
        /*top:0px;*/
    }
    .menu-active ul li .sub-menu:hover{
        /*background:rgba(255,255,255,0.2);*/
        /*top:0px;*/
        /*background:pink;*/
    }
    .menu-active .sub-menu li a{
        color: #fff;
    }
    .sub-menu li a {
        color: #fff;
    }
    .menu-active .mobileNav li {
        text-align: center;
    }
}

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

/** TOP NAV **/

/*shift normal nav a bit */
.headerRow ul.nav {
    margin:0;
}
.headerRow ul.nav>li {
    padding: 15px 20px 5px;
}
@media(max-width:1250px){
    /*.headerRow ul.nav>li {*/
    /*    padding: 5px 10px 30px;*/
    /*}*/
}
.internal ul.nav>li,
.scrolling ul.nav>li {
    padding: 30px 10px 30px;
}
@media(max-width:992px){
    .headerRow ul.nav>li {
        padding: 15px 5px;
    }
}

.internal .layered-nav,
.scrolling .layered-nav {
    display:flex;
}

.top-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right:20px;
    margin: 12px 0 4px 0;
}

.internal .top-nav,
.scrolling .top-nav {
    order:1;
    margin: 0;
}

.top-nav > * {
    margin-left:1rem;
}

@media(max-width:992px){
    .layered-nav {
        display:flex;
        flex-direction:column;
        align-items:center;
        padding: 60px 0 0;
    }
    .top-nav {
        align-items:center;
        flex-direction:column;
        padding-right:0;
        order:1;
    }
    .headerRow .nav {
        display:flex;
        align-items:center;
        flex-direction:column;
        padding:0;
    }
    .top-nav > * {
        margin-left:0;
        margin-bottom: 1rem;
    }
}

.top-nav__phone {
    font-size:26px;
    text-decoration:none;
    color:#fff;
}
@media(max-width:992px){
    .top-nav__phone {
         font-size:1.1rem;
    }
}

.top-nav__phone:hover {
   color: #7A7A7A;
   transition: color .2s ease;
}

.search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position:relative;
}
.search-icon {
    font-size: 20px;
    color:#fff;
}
.search-icon:hover {
    cursor:pointer;
    color:#5fa6f7;
}
.search.enabled .search-icon {
    color:#5fa6f7;
}
.search-text {
    background:#111;
    border:2px solid #5fa6f7;
    border-radius: 5px;
    padding: 10px;
}
.search form {
    width:0;
    overflow:hidden;
    transition: .2s width ease-out;
    position: absolute;
    z-index: 2;
    right: 20px;
  
}
 @media(max-width:768px){
    .search form {
        position:relative;
    }
}
.search.enabled form {
    width:260px;

}
.search input {
    color:#fff;
    width: 95%;
}

.top-nav__social:hover path {
    fill: #5fa6f7;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/*************
`HERO CAROUSEL 
**************/
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-wrapper-outer{
    overflow:hidden;
    position:relative;
    width:100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;animation:fadeOut .7s both ease}.owl-fade-in{animation:fadeIn .7s both ease}.owl-backSlide-out{animation:backSlideOut 1s both ease}.owl-backSlide-in{animation:backSlideIn 1s both ease}.owl-goDown-out{animation:scaleToFade .7s ease both}.owl-goDown-in{animation:goDown .6s ease both}.owl-fadeUp-in{animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{animation:scaleUpTo .5s ease both}@keyframes empty{0%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@keyframes goDown{from{transform:translateY(-100%)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}
.nav>li>a:hover, .nav>li>a:focus {
    background: transparent;
}

.fancybox-title-over { display: none !important; }
.grid-item-photo p { 
    margin: 0;
}

.cover .content {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: 0 auto;
    color: #fff;
}

.cover .content.bottom {
    top: auto;
    bottom: 5%;
}




.multi-cover, .multi-cover .owl-wrapper-outer, .multi-cover .owl-wrapper, .multi-cover .owl-item, .cover {
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.multi-cover.center, .multi-cover .owl-wrapper-outer.center, .multi-cover .owl-wrapper.center, .multi-cover .owl-item.center, .cover.center {
    text-align: center;
}

.multi-cover .bg, .multi-cover .owl-wrapper-outer .bg, .multi-cover .owl-wrapper .bg, .multi-cover .owl-item .bg, .cover .bg {
    position: absolute;
    top: -10%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
}

.multi-cover .cover .content {
    opacity: 0;
}

.multi-cover .active .cover .content {
    opacity: 1;
}

.multi-cover:hover .owl-buttons {
    opacity: 1;
}

.multi-cover .owl-buttons {
    opacity: 0;
    transition: ease all 500ms;
}

.multi-cover .owl-prev, .multi-cover .owl-next {
    color: #fff;
    position: absolute;
    transform: translateY(-50%);
    top: 40%;
    left: 0px;
    opacity: 0.4;
}

.multi-cover .owl-prev i, .multi-cover .owl-next i {
    font-size: 3em;
    transition: ease all 500ms;
}

.multi-cover .owl-prev:hover, .multi-cover .owl-next:hover {
    color: #2b2b2b;
    opacity: 1;
}

.multi-cover .owl-next {
    left: auto;
    right: 0px;
}

.multi-cover .owl-pagination {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.multi-cover .owl-pagination .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
    margin: 4px;
    opacity: 0.4;
    transition: ease all 500ms;
}

.multi-cover .owl-pagination .owl-page.active {
    opacity: 1;
}

.multi-cover .owl-pagination .owl-page:hover {
    color: #2b2b2b;
    opacity: 1;
}
.hero {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero .cover:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0.9+0,0+50,0.9+100 */
    background-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0) 100%);
}

.hero .bg img {
width: 100%;
height: 150vh;
object-fit: cover;
min-height: 900px;
}

.hero .multi-cover .owl-pagination {
  bottom: 90px;
  height: 20px;
  position:relative;
  z-index:9990;
}
.hero .multi-cover .owl-pagination .owl-page {
  background:rgba(0, 0, 0, 0.69);
  border: 2px solid #fff;
  opacity: 1;
  width: 3em;
border: 2px solid rgba(122, 122, 122, 0.69);
margin: 0px;
}.hero .multi-cover .owl-pagination .owl-page.active {

border: 2px solid rgba(122, 122, 122, 0.69);
background: #959595;

} .hero .static-content h1, .hero .static-content h2, .hero .static-content h3 {
  color: #fff;
}.hero .bg.rellax {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero .bg.rellax.bg1 {

}
.hero .bg.rellax.bg1 img {
    min-width: 100%;
    max-width:1650px !important;
    width:1650px;

}
.hero .bg.rellax.bg2 img {
    min-width: 100%;
    max-width:1400px !important;
    width:1400px;
}
.hero .bg.rellax.bg2{
    top:90px;
}
@media(max-width:530px) and (min-width:300px){
    .hero .bg.rellax.bg2{
        top:190px;
    }
}
.hero .bg.rellax.bg3 img {
    min-width: 100%;
    max-width:1200px !important;
    width:1200px;
}

.hero .bg img {
}
.multi-cover .owl-prev, .multi-cover .owl-next {
    left: 20px;
    z-index: 30;
}
.multi-cover .owl-next {
    left: auto;
    right: 20px;
}
/*the following hits the text and the button*/








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



.hero {
    position:relative;
    height: 100vh;
    width:100%;
    background-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0) 100%);
}
@media(min-width:993px){
    .hero {
        min-height:700px;
    }
}
@media(max-width:600px){
    .hero {
        height:auto;
    }
}
@media(max-width:330px){
      .hero {
        min-height:125vh;
    }
}

.hero::before {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:-101;
    background-color:#000;
}

.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::after,
.hero-slider::after {
    /*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-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);
}

.hero-slider .hero-content {
    /*position:absolute;*/
    /*width:100%;*/
    /*max-width:1440px;*/
    /*margin:0 auto;*/
    /*top:0;left:0; right:0;*/
    /*height:100%;*/
    /*display:flex;*/
    /*align-items:center;*/
    /*justify-content:center;*/
    /*z-index:1;*/
}

.hero-slide {
    position: relative;
}

/*.hero-slider p {*/
/*    margin:0;*/
/*    height:100%;*/
/*}*/
/*.hero-slider .hero-content p{*/
/*    height:initial;*/
/*}*/
/*.hero-slider img {*/
/*    min-width:100%;*/
/*    min-height:100%;*/
/*}*/

.wrap-hero-slider {
   position: relative;
   height: 100%;
   z-index:1;
}
.hero-slider {
   width: 100%;
   height: 100%;
}

.slick-slider {
    padding-left: 0;
    margin-top: 0;
    height: 100%;
}

.slick-slide img {
    float:right;
    max-width:100%;
    height:auto;
}

.slick-list {
    top: calc(50% - 210px);
}
@media(max-width:993px){
    .slick-list {
        top:initial   
    }
}

.hero-slider img, .tns-item  {
    /*width:700px !important;*/
    /*height:420px !important;*/
    /*left: 0 !important;*/
}

.slick-dots {
    display: flex;
    position: absolute;
    bottom: 20px;
    justify-content: center;
    width: 100%;
    pointer-events: all;
    padding-left: 0;
}
@media(max-width:500px){
    .slick-dots {
        bottom: -40px;
    }
}

.slick-dots li button { 
   font-size: 0; 
   border-radius:50%;
   margin: 0 10px;
   height:16px;
   width:16px;
   padding:0;
   background-color:#fff;
   position:relative;
} 

.slick-dots li button::before{
    position:absolute;
    content:"";
    width:20px;
    height:20px;
    left:-5px;
    top:-5px;
    border: 2px solid #fff;
    background:none;
    border-radius:50%;
}

.slick-dots li.slick-active button {
    background-color:#F7A700;
}

.slick-dots li.slick-active button::before {
    border: 2px solid #F7A700;
}

.slick-dots li {
    list-style: none
}

.slick-slide:not(.slick-active) {
    transition-delay: 500ms !important;
}



.hero .tns-nav button {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #42932;
    border: 4px solid #42932;
    padding: 0;
    margin: 0 10px;
}

.hero .tns-nav button.tns-nav-active {
    background-color: #fff;
    border: 4px solid #42932;
}

/*slide not reaching 100% height fix*/
.tns-inner, #tns1-mw, .tns-outer, .tns-item {
    height:100%;
}

.hero-static-wrap {
    z-index: 2;
    position:absolute;
    height:100%;
    display:flex;
    align-items:center;
    left: 0;
    right: 0;
    pointer-events:none;
    justify-content: center;
}

.hero-static-content {
    margin: 12rem auto;
    width:80%;
    pointer-events:all;

}

.hero-static-content h1,
.hero-static-content h2 {
    color:#fff;
    font-size:4rem;
    font-weight:200;
    line-height:115%;
    margin-bottom: 1.85rem;
    text-align: center;
   
}

.hero-static-content p {
    margin: 0 0 3rem 0;
    color:#fff;
    line-height:180%;
    font-weight:300;
    font-size: 1.25rem;
    letter-spacing:1px;
    text-align: center;
}



.tns-fadeOut {
    left: auto !important;
}

@media(max-width:992px){
    .hero-static-wrap {
    }
    .hero-slider .slick-initialized .slick-slide {
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .hero-static-content {
        width:100%;
    }
    .hero-static-content h1 {
        font-size: 50px;
    }
}
@media(max-width:500px){
    .hero-static-wrap {
        padding: 0rem 15px 0;
    }
    .hero-static-content h1 {
        font-size: 40px;
    }
}

@media (max-width: 360px) {
  .hero-static-content h1 {
    font-size: 26px;
    line-height: 1.15;
  }
}

/************ 
** HOME and INTERNAL **
************/

.home h2 {
    text-align:center;
    margin-bottom:30px;
}
.home p {
 
}
.page{
    padding-bottom:6em;
}

.page, .focus {
    position:relative;
    z-index:2;
    color: #c5c5c5;
    text-align:start;
}

.internal .parallax-mirror {
    
}

.internal .page {
    padding-top: 140px;
    padding-bottom: 140px;
}
@media(min-width:1100px){
    .internal .page {
        padding-bottom: 50px;
    }
}
@media(max-width:600px){
    .internal .page {
        padding-top: 80px;
    }
}


/*************** 
**** FEATURED **
****************/

.featured {
    width:100%;
    overflow:hidden;
    padding: 30px 0;
    position:relative;
    color:#fff;
}

.featured h5 {
    color: #ffffff;

}

.featured a {
    color: #ffffff;
    text-decoration: none;
}

.featured-wrap {
    position:relative;
}

.featured-bg-wrap {
    overflow:hidden;
    display:flex;
    justify-content:center;
}

.featured-bg-mobile,
.featured-bg-desktop {
    width:auto;
    height:480px;
}

.featured-bg-mobile {
    display:none;
}


.featured-bg-color-left,
.featured-bg-color-right {
    position:absolute;
    width:30vw;
    left:0;
    top:50%;
    transform:translateY(-50%);
    height:415px;
    background-color: #206FCC;
    z-index:-1;
}
@media(min-width:2000px){
    .featured-bg-color-left,
    .featured-bg-color-right {
        width:40vw;
    }
}

.featured-bg-color-right {
    left:initial;
    right:0;
    background-color:#4A90E2;
}

.featured-content-wrap {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    z-index:1;
    align-items:center;
}

.featured-left, .featured-right {
    padding: 0 60px;
}

.featured-right {
    padding-left: 15%;
    align-self: flex-end;
    padding-bottom: 90px;
}

.featured h2 {
    text-align:left;
    color:#fff;
    margin-top: 0;
}

.featured p {
    text-align:left;
    color:#fff;
    font-size:1.3rem;
    line-height:150%;
    font-weight:300;
    max-width:550px;
}

.featured-dude {
    max-width: 250px;
    position: absolute;
    top: 16px;
    right: 10%;
    z-index:-1;
}
@media(max-width:992px){
    .featured h3 {
        line-height: 1.1;
    }
    .featured-bg-desktop {
        height:600px;
    }
    .featured-bg-color-left, 
    .featured-bg-color-right {
        height:518px;
    }
     .featured-dude {
        max-width:180px;
        top:13%;
    }
}
@media(max-width:600px){
    .featured-bg-mobile {
        display:block;
    }
    .featured-bg-desktop {
        display:none;
    }
    .featured-wrap {
        padding:0;
    }
    .featured-bg-wrap {
        height: 100%;
        position: absolute;
        top: 0;
        z-index: -1;
        width: 100%;
    }
    .featured-bg-mobile {
        height: 100%;
        position: absolute;
        top: 0;
    }
    .featured-content-wrap {
        flex-direction: column;
        position: relative;
    }
    .featured-right {
        align-self: auto;
        padding: 0;
    }
    .featured-dude {
        position: relative;
        right: 0; 
    }
    .featured-bg-color-left, 
    .featured-bg-color-right {
        display:none;
    }
    
    .featured-left, .featured-right {
        padding: 60px;
    }
    .featured-dude {
        max-width:280px;
        width:80%;
        top:10rem;
        right:-3rem;
        left:initial;
    }
    .featured-left {
        padding: 30px 60px 90px;
    }
    .featured-right {
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    .featured-right p {
        top: -3rem;
        position:relative;
    }
}

/*************** 
**** FOCUS  **
****************/

.focus {
    text-align:center;
}
.whiteDivider{
    background-color:rgba(255,255,255,0.4);
    height:2px;
    width:100%;
}
.focus img{
/*    width: 100%;*/
/*height: 150vh;*/
/*object-fit: cover;*/
/*min-height: 900px;*/
}
.focus-title {
    font-size:3.125rem;
    font-weight:300;
    margin:1rem 0;
}
.focus-wrap {
    display:flex;
    flex-wrap:wrap;
    padding: 2rem 0;
}
.focus-item {
    flex-shrink:0;
    min-width:260px;
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    border-radius:10px;
    padding: 2.5rem 1.5rem;
    margin: 0 1.5rem;
    transition:all .25s ease-out;
}
.focus-item p {
    line-height: 100%;
    color: #fff
}

.focus-item:hover{
    background-color:rgba(0,0,0,0.4);
}
.focus-item * {
    text-align:center;
}
.focus-item-title{
    font-size:1.5rem;
    padding-top:0em;
    padding-bottom:0em;
}
.focus-item-description{
    padding-bottom:2em;
}
.focus h5 {
    margin:1rem 0;
}
.focus p {
    margin:0;
}
.focus a {
    margin-top:1.5rem;
}
@media(max-width:992px){
    .focus-wrap {
        flex-wrap:wrap;
    }
    .focus-item {
        width:48%;
        margin:0;
    }
}
@media(max-width:500px){
    .focus-item {
        width:100%;
    }
}

/************ 
*** FOOTER **
************/


footer {
    position:relative;
    /*background-image: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0.00) 35%, rgba(0,0,0,0.00) 65%, #000000 100%);*/
    width:100%;
    height:100%;
    padding: 60px 0;
    padding-bottom:0px;
}

footer::before {
    /*content:"";*/
    /*position:absolute;*/
    /*width:100%;*/
    /*height:100%;*/
    /*top:0;*/
    /*left:0;*/
    /*z-index:-101;*/
    /*background-color:#0F1B59;*/
    /*border-top: 1px solid #fff;*/
}

.footerWrap {
    display:grid;
    justify-items:center;
}
.footer-title h1{
    color:#c5c5c5;
}
/*.footer-contactForm{
    width:60vw;
    display: grid;
justify-content: center;
background-color: #c5c5cabf;
border: 2px #7A7A7A75 solid;
border-radius: 8px;
padding-top: 0em;
padding-bottom: 0em;
min-height:600px;
}

@media(max-width:992px){
   .footer-contactForm{
    width:85vw;
    
}*/

.footer-contactForm{
    width: 100%;
    max-width: 900px;      /* or 800, 700, etc. */
    margin: 0 auto;
    display: grid;
    justify-content: center;
    background-color: #c5c5cabf;
    border: 2px #7A7A7A75 solid;
    border-radius: 8px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 600px;
}

@media (max-width: 992px) {
    .footer-contactForm {
        max-width: 100%;
        width: 90vw;
    }
}

}

.footer-left,
.footer-right {
    width:50%;
}
.footer-right {
    padding-left: 70px;
}

footer h5 {
    color:#fff;
    font-size:2rem;
    font-weight:300;
    line-height:115%;
    margin-bottom: 1.85rem;
}
@media(max-width:500px){
    /*footer {*/
    /*    padding: 40px 0 60px;*/
    /*}*/
    footer h5 {
        margin-top: 10px;
    }
}

.footer-left h5 {
    text-align:center;
}

footer p {
    color:#fff;
}

@media(max-width:992px){
    .footer-left,
    .footer-right {
        width:100%;
        padding-left:0;
    }
    .footer-left {
        order:2;
    }
    .footer-right {
        order:1;
    }
    .footerWrap {
        flex-direction:column;
    }
    .footer-left h5 {
        margin-top:0rem;
    }
}

/*___________`testimonials
*/

.footer-testimonial {
    position:relative;
    margin-bottom:3rem;
    /*background-color:#4A90E2;*/
    /*border-radius: 20px;*/
    /*box-shadow: 5px 5px 5px rgba(0,0,0,1);*/
}

.footer-testimonial li {
    padding: 40px 40px 50px 40px;
    position:relative;
    z-index:2;
}
@media(max-width:500px){
    .footer-testimonial li {
        padding: 20px 20px 40px 20px;
    }
    .author {
        margin-left: 3rem;
        margin-top: 0.5rem;
    }
}

.footer-testimonial-bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    
    /*background-image:url('/images/405/images/testimonial-bg.png');*/
    /*background-size:contain;*/
    /*background-repeat:no-repeat;*/
}

.footer-testimonial li {
    color:#fff;
    
}

.footer-testimonial ul.testimonials li .author {
    font-weight:400;
    text-shadow: 5px 5px 5px rgba(0,0,0,1);
    position:relative;
    top: 55px;
}

.footer-testimonial svg {
    position:absolute;
    bottom:-20px;
    left:0;
    -webkit-filter: drop-shadow( 5px 5px 5px rgba(0, 0, 0, 1));
    filter: drop-shadow( 5px 5px 5px rgba(0, 0, 0, 1));
}
.testimonial-author {
    text-shadow: 5px 5px 5px rgba(0,0,0,1);
}

.footer-hours {
    text-shadow: 5px 5px 5px rgba(0,0,0,1);
}

.footer-hours p {
    line-height:170%;
    font-size: 1rem;
    margin-bottom:2rem;
}

.footer-phone a {
    font-size: 2.8125rem;
    text-shadow: 5px 5px 5px rgba(0,0,0,1);
    color:#FFF;
    font-weight:500;
    text-align:center;
    width:100%;
    text-decoration:none;
    margin-bottom: 2rem;
    display:block;
}

.footer-phone a:hover {
    color:#5fa6f7;
}

.bottom-nav__social {
    fill: #fff;
    text-decoration:none;
}

.bottom-nav__social:hover path {
    fill: #5fa6f7;
}

.footer-connect__address {
    color:#fff;
    font-size:1.0625rem;
    line-height:140%;
}

.footer-connect {
    display:flex;
    align-items:center;
    justify-content: space-between;
    margin-bottom:2rem;
}

.footer-connect h5 {
    margin-top:0;
    margin-bottom:0;
}
@media(max-width:500px){
    .footer-connect {
        flex-direction:column;
    }
    .footer-connect h5 {
        margin-bottom:1rem;
    }
    .footer-connect > div {
        margin-bottom: 1rem;
    }
    .footer-connect__address {
        text-align:center;
        font-size:16px;
    }
}

.footer-connect svg {
    margin-right: 1rem;
}

.footer-copyright {
    color:#fff;
    font-size:1rem;
    text-align:center;
    padding-top:2em;
}
.footer-copyright p, a{
    color:#fff;
/*    font-size:1rem;   */
    text-align:center;
}


/*ul.testimonials {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*ul.testimonials .text {*/
/*  position: relative;*/
/*    z-index: 3;*/
/*}*/

/*ul.testimonials .text:after {*/
/*  content: " ";*/
/*  position: absolute;*/
/*  bottom: -14px;*/
/*  right: 54px;*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-top: 19px solid #4A90E2;*/
/*  border-right: 45px solid transparent;*/
/*  transform: rotate(71deg);*/
/*  z-index: 4;*/
/*}*/
/*ul.testimonials li:after {*/
/*  content: " ";*/
/*  position: absolute;*/
/*  bottom: 41px;*/
/*  right: 53px;*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-top: 21px solid #4A90E2;*/
/*  border-right: 45px solid transparent;*/
/*  transform: rotate(71deg);*/
/*  z-index: 2;*/
/*}*/

/*ul.testimonials .author {*/
/*  color: #fff;*/
/*  font-weight: 100;*/
/*  font-size: 1.3em;*/
/*  font-weight:300;*/
/*  margin: 34px 12px;*/
/*  position: relative;*/
/*  display: block;*/
/*    text-align: right;*/
/*    padding-right: 58px;*/
/*    height:25px;*/
/*}ul.testimonials .author a {*/
/*  color: #fff;*/
/*}ul.testimonials .author:after {*/
/*  float: right;*/
/*  content: '\f007';*/
/*  font-family: FontAwesome;*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  text-decoration: none;*/
/*  font-size: 2em;*/
/*  position: absolute;*/
/*  right: 8px;*/
/*  top: -14px;*/
/*}*/


/*___________`Contact Form
*/

footer p.captchaGuide {
    margin:0px;
}

form input, form textarea {
    background-color: #4A90E2;
}
footer form input, footer form textarea {
    background-color: #4A90E2;
     box-shadow: 5px 5px 5px rgba(0,0,0,1);
}
#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: 0px solid #2464af;
    border-radius: 8px;
    width: 100% !important;
    height: 60px;
    font-size: 20px;
    padding-left: 14px;
    padding-top:14px;
    color: #FFFFFF;
    box-sizing: border-box;
}
#floaterContactForm input {
    padding-top:0px;
}
footer #floaterContactForm textarea,
footer #floaterContactForm input {
    color: #fff;
    
}

#floaterContactForm textarea {
    height: 110px;
}

footer #floaterContactForm td{
    color:#fff;
     text-shadow: 5px 5px 5px rgba(0,0,0,1);
}
#floaterContactForm tr {
    width: 100%;
}

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

#floaterContactForm input[type=submit] {
    width: 240px !important;
    border: 0px solid #fff;
    background-color: #4A90E2;
    color: #fff;
    transition: all .2s ease-in-out;
    font-size: 20px;
    font-weight: 300;
    padding-left: 30px;
}
#floaterContactForm input[type=submit] {
    background-color: #4A90E2;
    color: #fff;
}
footer #floaterContactForm input[type=submit] {
    background-color: #4A90E2;
    color: #fff;
    font-weight: 400;
    text-transform:capitalize;
    font-size: 20px;
    margin-top: 10px;
    padding-left:7px;
}
#floaterContactForm input[type=submit]:hover {
    background-color: #fff;
    color: #4A90E2;
    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:992px) {
    #floaterContactForm {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        float: none;
    }
}
@media(max-width:550px){
    footer #floaterContactForm{
        width:100%;
        padding:0px;
        margin-bottom: 30px;
    }
}


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

@media(max-width:992px){
    .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*/
}
p{
    line-height: 200%;
}
.footer-bottom-image {
    
}
.services-content p {
    padding-bottom:2em;
    
}
.services-content img {
    margin-top: 1em;
    
}
.services-item{
    padding-bottom:2em;
    max-width: 70%;
}
.seriver-item-page-content{
    display:flex;
}
.seriver-item-page-rightSide{
    width:60%;
}
.seriver-item-page-rightSide p {
    padding-bottom:3em;
}

.seriver-item-page-leftSide{

    width:40%;
    
}
.seriver-item-page-leftSide-featured{
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    padding-top: 2em;
    
}
.seriver-item-page-leftSide-featured img{
    width:320px;
}
.seriver-item-page-leftSide-secondary{
    display: flex;
    justify-content: space-around;
    width: 348px;
    padding-top: 1em;

}
.seriver-item-page-leftSide-secondary img{
    width:88px;
}
.facebookIcon{
    margin-left:50px;
}
.instagramIcon{
    margin-left:5px;
}
.xIcon{
    margin-left:5px;
}
@media (max-width: 992px){
    .seriver-item-page-content{
     flex-wrap: wrap-reverse;
    width: 100%;
    }
    .seriver-item-page-leftSide{
       width: 100%;
    display: flex;
    justify-content: center;
    }
    .seriver-item-page-leftSide-featured{
    max-width:600px;
}
    .seriver-item-page-rightSide{
        display:flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content:center;
    }
  .seriver-item-page-rightSide p{
      width: 85%;
  }
}

p>img:hover{
    /*transform: scale(1.02)*/
    transform: rotate(2deg)
}
.focus-item img{
        transition: transform .3s; 
}
.seriver-item-page-leftSide img{
    transition: transform .3s; 
}
.seriver-item-page-leftSide img:hover{
     transform: scale(1.2)
}

/****************************/
/*SHOW CASE ELEMENT STYLES*/
/***************************/

.cmsi-showcase-title{
    
}




/****************************/
/*FOOTER CONTACT FORM TEMP CUSTOMIZS*/
/***************************/

/*.cog-button--primary {display: none !important;}*/
.cog-abuse {display: none !important;}
.cog-branding {display: none !important;}


/**/
/**/
/**/
h2 img {
    transition: transform .3s; 
}
h2 img:hover{
    transform:scale(1.2);
}

/****************************/
/*SHOWCASE CUSTOMIZATION*/
/***************************/
.cmsi-showcase-thumb a img {
    max-height:275px !important;
  height: 275px !important;
  
}

#cmsi-module-showcase-photos > a, #cmsi-module-showcase-thumbs a img {
  background: #7A7A7A !important;
}

#fancybox-outer {
  background: #7A7A7A !important;
}

.cmsi-showcase-desc {
  max-width: 80% !important;
}

@media (max-width: 992px){
    .cmsi-module-showcase-detail, .cmsi-showcase-list {
  background: 0 0;
  text-decoration: none;
  font-size: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
  
  .services-item {
  max-width: 90%;
}

 
 .cmsi-showcase-thumb {
  width: 100%;

}

.cmsi-showcase-list li {
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.facebookIcon{
    margin-left:10px;
}
.instagramIcon{
    margin-left:10px;
}

}
