/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";
/* CSS Document */
/* GLOBAL STYLES
-------------------------------------------------- */


body {
  overflow-x: hidden;
	color: #222121;
}
a {
  -webkit-transition: color .5 ease !important;
  -o-transition: color .5 ease !important;
  transition: color .5 ease !important;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
h1 {
	/*Source Sans Pro Black*/ 
	font-family: source-sans-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
	    text-transform: uppercase;
    font-size: 4.75rem;
}
h2, .h2{
	/*Source Sans Pro Bold */
	font-family: source-sans-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 4.25rem;
	color: #134C83;
	line-height: .95;
}
@media (max-width: 1200px){
	h2{
		font-size: 3.5rem;
	}
}
@media (max-width: 576px){

	h2{
		font-size: 2.75rem;
	}
}
h3, .h3, .alt-heading{	/*Source Sans Pro Bold */
	font-family: source-sans-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 3rem;
}
.alt-heading{
	text-transform: uppercase;
	line-height:1.1;
	font-size: 2.75rem;
}
h4, .h4 {
	/*Source Sans Pro Regular */
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5rem;
}
h5{
	font-size: 1.75rem;
}
p, #content ul, #content ol, body {
/*	Source Sans Pro Light */
font-family: source-sans-pro, sans-serif;
font-weight: 300;
font-style: normal;  
line-height: 1.4;
font-size: 1.25rem;
}

.black {
  FONT-WEIGHT: 900;
}
.bold, strong{
  FONT-WEIGHT: 700 !important;
}
.uppercase{
	text-transform: uppercase;
}

#top-nav .marker-text {
  font-size: 2.1em;
}

main a{
	color: #0082C3;
}
main a:hover {
	text-decoration: underline;
}
.fancy-link, .nav-item a{
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 0%);
            box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
.fancy-link:before, .nav-item a:not(.btn):before{
	content: "";
    position: absolute;
    z-index: -1;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.fancy-link:hover:before, .nav-item a:hover:before{
	-webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
	    transform: scaleX(1);
}
ngp-form .ngp-form {
	color: #fff;
}
footer .fancy-link:before{
	background: #0576b5;
}
/* Theme buttons */
.btn {
	background: #A5CC81;
	border-radius: unset;
  margin-bottom: 5px;
  margin-top: 5px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	font-weight: 700;
	color: #fff;
	border: 2px solid;
}
main .btn{
	min-width: 200px;
}
.btn:hover {
	
}

.btn-green{
	background:  #A5CC81;
	background: -webkit-gradient(linear, left top, right top, from(#A5CC81), to(#A5CC81)) 0% 0% no-repeat border-box;
	background: -o-linear-gradient(left, #A5CC81 0%, #A5CC81 100%) 0% 0% no-repeat border-box;
	background: linear-gradient(90deg, #A5CC81 0%, #A5CC81 100%) 0% 0% no-repeat border-box;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	color: white;
	border-color: #A5CC81;
}
.btn-green:hover{
	background: -o-linear-gradient(303deg, #A5CC81 0%, #0082C3 100%) 0% 0% no-repeat border-box;
	background: linear-gradient(147deg, #A5CC81 0%, #0082C3 100%) 0% 0% no-repeat border-box;
	color: white;
}
.btn-red{
	background:  #D92938;
	background:  -o-linear-gradient(141deg, #D92938 0%, #D92938 49%, #D92938 100%) 0% 0% no-repeat  border-box;
	background:  linear-gradient(309deg, #D92938 0%, #D92938 49%, #D92938 100%) 0% 0% no-repeat  border-box;
	color: white;
	border-color: #D92938;
}
.btn-red:hover{
background:  -o-linear-gradient(141deg, #0082C3 0%, #3E6695 49%, #C8282E 100%) 0% 0% no-repeat  border-box;
background:  linear-gradient(309deg, #0082C3 0%, #3E6695 49%, #C8282E 100%) 0% 0% no-repeat  border-box;
	color: white;
}

.btn-ghost{
  border: 2px solid rgba(165, 204, 129, 1);
  border-radius: 0;
  background:rgba(165,204, 129, 0);
  color: #A5CC81;
}
.btn-ghost:hover, .btn-ghost:active {
  background: rgba(165,204, 129, 1);
 color: #fff !important;
}
.btn-ghost.white{
  border: 3px solid #fff;
  background: rgba(255,255,255, 0);
  color: #fff;
}
.btn-ghost.white:hover, .btn-ghost.white:active {
  background: rgba(255,255,255, 1);
	color:  #0081c3 !important;
}





section {
  padding: 50px 0 60px;
  position: relative;
}

section.no-animation {
  visibility: visible !important;
  opacity: 1 !important;
}
.full-width {
  position: relative;
}
.full-width:before {
  content: '';
  background: inherit;
  position: absolute;
  height: 100%;
  width: 200%;
  left: -50%;
  top: 0;
  z-index: -1;
}


@media (max-width: 575px){
	 .no-container{
		/*width: calc(100vw - 15px);*/
		 width: 100vw;
			margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width: 576px){
	 .no-container{
		width: 100vw;
		margin-left: calc(-100vw / 2 + 510px / 2);
    	margin-right: calc(-100vw / 2 + 510px / 2);
	}
}
@media (min-width: 768px){
	 .no-container{
		width: 100vw;
		margin-left: calc(-100vw / 2 + 690px / 2);
    	margin-right: calc(-100vw / 2 + 690px / 2);
	}
}

@media (min-width: 992px){
	 .no-container{
		width: 100vw;
		margin-left: calc(-100vw / 2 + 930px / 2);
    	margin-right: calc(-100vw / 2 + 930px / 2);
	}
}

@media (min-width: 1200px){
	 .no-container{
		width: 100vw;
		margin-left: calc(-100vw / 2 + 1110px / 2);
    	margin-right: calc(-100vw / 2 + 1110px / 2);
	}
}

.card{
	border-radius: 0 !important;
	color: #000;
	border: none;
}
.no-padding {
  padding: 0 !important;
}
.blue-bg{
	background: #0082C3;
	color: #fff;
}
.dark-blue-bg{
	background: #134C83;
	color: #fff;
}
.dark-blue-bg a, .dark-blue-blue-bg{
	color: #88CAEB;
}


.dark-blue-blue-bg{
	background: transparent -o-linear-gradient(200deg, #0082C3 0%, #134C83 56%, #14487E 100%);
	background: transparent linear-gradient(250deg, #0082C3 0%, #134C83 56%, #14487E 100%);
	color: #fff;
}

.green-blue-bg{
	background: transparent -webkit-gradient(linear, left top, right top, from(#A5CC81), to(#0082C3));
	background: transparent -o-linear-gradient(left, #A5CC81 0%, #0082C3 100%);
	background: transparent linear-gradient(90deg, #A5CC81 0%, #0082C3 100%);
	color: #fff;
}
.blue-green-bg{
	background: transparent -o-linear-gradient(163deg, #A5CC81 0%, #25587E 78%, #1A4E7E 97%, #14487E 100%);
	background: transparent linear-gradient(287deg, #A5CC81 0%, #25587E 78%, #1A4E7E 97%, #14487E 100%);
	color: #fff;
}
.red-blue-bg{
	background: transparent -o-linear-gradient(141deg, #0082C3 0%, #3E6695 49%, #C8282E 100%);
	background: transparent linear-gradient(309deg, #0082C3 0%, #3E6695 49%, #C8282E 100%);
	color: #fff;
}
.white-bg{
	background-color: white;
	color: #000;
}
.blue-bars-bg{
	color: #fff;
	background:  #0082C3;
background: rgb(6,94,152);
background: -o-linear-gradient(34deg, rgba(6,94,152,1) 0%, rgba(27,87,143,1) 30%, rgba(7,91,148,1) 30%, rgba(0,106,168,1) 66%, rgba(0,101,165,1) 66%, rgba(0,130,195,1) 100%);
background: linear-gradient(56deg, rgba(6,94,152,1) 0%, rgba(27,87,143,1) 30%, rgba(7,91,148,1) 30%, rgba(0,106,168,1) 66%, rgba(0,101,165,1) 66%, rgba(0,130,195,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#065e98",endColorstr="#0082c3",GradientType=1);
}

/* text colors */

.text-light-blue{
	color: #88CAEB;
}
.text-blue{
	color: #0082C3;
}
.text-dark-blue{
	color: #134C83;
}

.underline{
    border-bottom: 5px solid;
    display: inline-block;
}
.text-white.underline{
    border-color: #fff;
}
.text-light-blue.underline{
    border-color: #88CAEB;
}
.text-blue.underline{
    border-color: #0082C3;
}

.text-dark-blue.underline{
    border-color: #134C83;
}

.seal-parallax{
	position: absolute;
    top: 2%;
    opacity: .1;
    width: 61%;
    left: -11%;
}
.staggered-blocks .row{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
@media (min-width: 992px){
.staggered-blocks .row:nth-child(even) .intro-text {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	text-align: right;
}
.staggered-blocks .row:nth-child(even) .intro-img {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
}
@media (max-width: 991px) and (min-width: 768px){
	.staggered-blocks > .row{
		position: relative;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.staggered-blocks .intro-img{
		    max-width: 60% !important;
    position: absolute;
    left: -19%;
    top: -30px;
	}
	.staggered-blocks .intro-text{
		background: white;
		padding-top: 15px;
	}
}
.square{
	    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
/* gradient-cards */

.gradient-card{
	margin-bottom: 1.75rem;
}

.green-blue-diagonal-bg, 
.spotlights div:nth-child(odd) .gradient-card
{
	background: rgb(165,204,129);
background: -o-linear-gradient(305deg, rgba(165,204,129,1) 0%, rgba(26,78,126,1) 100%);
background: linear-gradient(145deg, rgba(165,204,129,1) 0%, rgba(26,78,126,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a5cc81",endColorstr="#1a4e7e",GradientType=1);
}
.blue-red-diagonal-bg, 
.spotlights div:nth-child(even) .gradient-card
{
background: rgb(19,76,131);
background: -o-linear-gradient(305deg, rgba(19,76,131,1) 0%, rgba(197,53,52,1) 100%);
background: linear-gradient(145deg, rgba(19,76,131,1) 0%, rgba(197,53,52,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#134c83",endColorstr="#c53534",GradientType=1);
}
.gradient-card .card-body{
	position: absolute;
	bottom: 0;
	color: white;
	text-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
	width: 100%;
}
.gradient-card .card-img-top{
	border-radius: unset !important;
	    mix-blend-mode: overlay;
    opacity: .6;
}
.gradient-card .card-title{
	font-size: 1.25rem;
	margin-bottom: 0;
	font-weight: 700;
}
.gradient-card .card-text, .gradient-card p{
	font-size: .9rem;
}

#signup-section{
	/*background-image: url(/images/sign-up-bg.jpg?v2);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: white;
}
.cover-img-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .3;
	-o-object-fit: cover;
	   object-fit: cover;
	
}

/* NAV 
-*--------------------------------------------------*/
/*sticky header position*/
header#page-header {
  position: absolute;
  width: 100%;
  z-index: 50;
}
.home-theme header#page-header{
	bottom: 0;
}
.main-nav-links .justify-content-between {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar {
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(165, 204, 129, .75)), to(rgba(0,130, 195,.75))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, rgba(165, 204, 129, .75) 0%, rgba(0,130, 195,.75) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(165, 204, 129, .75) 0%, rgba(0,130, 195,.75) 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: background .8s ease;
  -o-transition: background .8s ease;
  transition: background .8s ease;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  top: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(rgba(165, 204, 129, .95)), to(rgba(0,130, 195,.95))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(left, rgba(165, 204, 129, .95) 0%, rgba(0,130, 195,.95) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, rgba(165, 204, 129, .95) 0%, rgba(0,130, 195,.95) 100%) 0% 0% no-repeat padding-box;
}
.secondary-nav {
  margin-top: 0;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}
ul.navbar-nav {
  width: 100%;
  font-size: 1.2rem;
}
.nav-item > a {
	font-family: source-sans-pro, sans-serif;
	font-weight: 700;
	color: #fff;
	padding: .5rem 1rem;
}
.navbar-toggler {
  background: transparent;
  border-radius: 0;
  border: 2px solid white !important;
	color: white !important;
	padding: .35rem .75rem !important;
}
.navbar-toggler-icon {
  width: 1.5em;
  background-size: 300% 130%;
}
.navbar-toggler:hover {
  background: -o-linear-gradient(303deg, #A5CC81 0%, #0082C3 100%) 0% 0% no-repeat border-box;
  background: linear-gradient(147deg, #A5CC81 0%, #0082C3 100%) 0% 0% no-repeat border-box;
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}
/* --------------SVG LOGO ---------------------
*/
#logo-box {
  -webkit-transition: height .5s ease;
  -o-transition: height .5s ease;
  transition: height .5s ease;
}
.is-sticky #logo-box {
  height: 50px;
}
/* dropdown links 
------------------------------------------------*/
.blue-bg .row {}
.dropdown-menu {
  background: #005d8c;
  padding: 50px 0 !important;
  font-size: .8em;
}
.dropdown-menu {
  color: #fff;
}
.dropdown-menu a {
  color: #fff !important;
  display: block;
}
.dropdown-menu a:hover {
  text-decoration: underline;
}
.dropdown-menu h5 {
  border-bottom: 1px solid #925226 !important;
  padding-bottom: 5px;
}
.dropdown-menu hr {
  border-top-color: #925226 !important
}
.dropdown-menu.product-dropdown {
  padding: 0 !important;
}
.dark-blue-bg .row {
  background: rgba(0, 0, 0, .0);
  -webkit-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}
a.dd-thumb {
  color: #fff !important;
  display: block;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 1px;
  padding: 35px 10px;
  margin: 10px;
  position: relative;
}
.dark-blue-bg a.dd-thumb {
  font-size: 1.1em;
}
a.dd-thumb:hover {
  background: rgba(0, 0, 0, .1);
  text-decoration: none !important;
  color: #fff !important;
}
a.dd-thumb img {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
     transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  max-width: 90%;
}
a.dd-thumb span.product-text {
  margin-top: 10px;
  display: block;
  /* position: absolute;
    top: 70%;
    right: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    padding: 5px 15px;*/
}
a.dd-thumb:hover img, a.dd-thumb:focus img, a.dd-thumb:active img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}
/* PEEKABOO SEARCH INPUT
-------------------------------------------------- */
#search {
  min-width: 44%;
}
.searchField {
  position: relative !important;
  height: 100%;
}
.searchFieldInput.peek-search {
  border-radius: 0;
  height: 35px !important;
  border-bottom: 1px solid #000 !important;
  width: 0 !important;
  padding: 5px !important;
  right: 35px;
  -webkit-transition: width .6s;
  -o-transition: width .6s;
  transition: width .6s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  opacity: 0;
  -webkit-transition: opacity .5 ease;
  -o-transition: opacity .5 ease;
  transition: opacity .5 ease;
}
.searchField:hover .peek-search, .peek-search:hover {
  width: 100% !important;
  opacity: 1;
}
#searchBtn {
  color: #000 !important;
  text-indent: 0 !important;
  right: 0 !important;
  left: auto !important;
  position: absolute !important;
  width: 40px;
  top: 0 !important;
  height: 35px;
  background: none;
  border: none;
}
@media (min-width: 992px) {
  nav {
    min-height: 75px;
  }
  .sticky.is-sticky .secondary-nav {
    opacity: 0;
  }
  .dropdown.dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  ul.navbar-nav button.dropdown-toggle-split {
    display: none;
  }
  ul.navbar-nav li.nav-item {
    position: static !important;
  }
  .links-block, #navbarSupportedContent {
    position: unset;
    display: block !important;
  }

  .nav-item {
    /*padding-bottom: 5px;*/
  }
}
@media (max-width: 991px) {
  .sticky-wrapper {
    height: 0 !important;
  }
  #logo-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  ul.navbar-nav {
    padding-bottom: 15px;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .links-block {
    position: relative;
    max-width: none !important;
  }
  .links-block a, li.nav-item a.nav-link {
    z-index: 99;
  }
  /*  .links-block:before{
        content: '';
    display: block;
    position: absolute;
    left: -50%;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    left: -150%;
    width: 315%;
        z-index:0;
    }*/
  .secondary-nav {
    position: relative;
    z-index: 2;
  }
  #search {
    min-width: 100% !important;
    margin-bottom: 25px;
  }
  .searchFieldInput.peek-search {
    opacity: 100;
    width: 100% !important;
    border-bottom: none !important;
    height: 45px !important;
  }
  #searchBtn {
    height: 45px !important;
  }
  .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    color: #fff;
  }
  li.nav-item, .secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  btn.dropdown-toggle {
    margin: 0;
  }
}
@media (max-width: 576px) {

  #logo-box {
    height: auto;
  }
  #logo-box img {
    max-width: 130px;
  }
  #nav-caption {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  #nav-caption h1 {
    font-size: 1.5em;
    display: block;
    text-align: center;
    width: 100%;
  }
  button.navbar-toggler {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section {
    padding: 50px 0;
    text-align: center;
  }
  h1 {
    font-size: 1.8em;
  }
  section .col-sm-6 {
    margin-bottom: 15px;
  }
  #floating-mat {
    position: relative !important;
    top: 0 !important;
  }
  #perspective-lay {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
/* tempalte brand - links*/
.navbar-brand {
  height: 100%;
  position: relative;
}
.navbar-brand img {
  position: relative;
  z-index: 5;
}
/* secondary nav -------------------------------*/
.social-link{
	margin-right: .5rem;
	margin-left: .5rem;
}
#head-telephone {
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
}
/* social icons */
#header-social{
	margin-right: 1rem;
}
#header-social a.social-link {
  display: inline-block;
  margin-right: 3px;
  padding: 7px;
  background-color: rgba(24, 89, 138, 0);
  text-align: center;
  color: #fff;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
#header-social a.social-link:hover {
  color: #fff !important;
  background: -o-linear-gradient(303deg, #A5CC81 0%, #0082C3 100%) 0% 0% no-repeat border-box;
  background: linear-gradient(147deg, #A5CC81 0%, #0082C3 100%) 0% 0% no-repeat border-box;
}
#header-social a.social-link i {
  display: block;
  height: 100%;
  width: 100% !important;
}
#header-social a.social-link i:before {
  display: block;
}
@media (min-width: 992px) {}
@media (max-width: 991px) {}




/* hero */

.home-theme #hero{
	height: 90vh;
	background-repat: no-repeat;
	background-size: cover;
	background-position: right;
}
@media (max-width: 992px){
	.home-theme #hero{
		background-position: 63%;
	}
}
.home-theme #hero:after{
	content: '';
	position: absolute;
	width: 60%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(0,130,195);
background: -webkit-gradient(linear, left top, right top, from(rgba(0,130,195,0.927608543417367)), color-stop(30%, rgba(16,69,115,0.9108018207282913)), color-stop(65%, rgba(16,69,115,0.8463760504201681)), color-stop(84%, rgba(16,69,115,0.577468487394958)), to(rgba(16,69,115,0)));
background: -o-linear-gradient(left, rgba(0,130,195,0.927608543417367) 0%, rgba(16,69,115,0.9108018207282913) 30%, rgba(16,69,115,0.8463760504201681) 65%, rgba(16,69,115,0.577468487394958) 84%, rgba(16,69,115,0) 100%);
background: linear-gradient(90deg, rgba(0,130,195,0.927608543417367) 0%, rgba(16,69,115,0.9108018207282913) 30%, rgba(16,69,115,0.8463760504201681) 65%, rgba(16,69,115,0.577468487394958) 84%, rgba(16,69,115,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0082c3",endColorstr="#104573",GradientType=1);
}
@media (max-width: 576px){
	.home-theme #hero{
		height: 98vh;
		padding-bottom: 7vh;
	}
	.home-theme #hero .hero-caption h1{
		font-size: 2rem !important;
	}
	.home-theme #hero:after{
		width: 100%;
		background: rgb(16,69,115);
background: -moz-linear-gradient(0deg, rgba(16,69,115,1) 0%, rgba(0,130,195,0.6) 23%, rgba(16,69,115,0) 32%, rgba(16,69,115,0) 65%, rgba(3,118,179,0.95) 80%, rgba(16,69,115,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(16,69,115,1) 0%, rgba(0,130,195,0.6) 23%, rgba(16,69,115,0) 32%, rgba(16,69,115,0) 65%, rgba(3,118,179,0.95) 80%, rgba(16,69,115,1) 100%);
background: linear-gradient(0deg, rgba(16,69,115,1) 0%, rgba(0,130,195,0.6) 23%, rgba(16,69,115,0) 32%, rgba(16,69,115,0) 65%, rgba(3,118,179,0.95) 80%, rgba(16,69,115,1) 100%);
	}
	.hero-logo img{
		    width: 75%;
    margin-left: auto;
    margin-right: auto;
	}
	#hero-meet-btn{
		display: none;
	}
}


.gradient-fade-ltr:after{
	content: '';
	position: absolute;
	width: 60%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(0,130,195);
background: -webkit-gradient(linear, left top, right top, from(rgba(0,130,195,0.927608543417367)), color-stop(30%, rgba(16,69,115,0.9108018207282913)), color-stop(65%, rgba(16,69,115,0.8463760504201681)), color-stop(84%, rgba(16,69,115,0.577468487394958)), to(rgba(16,69,115,0)));
background: -o-linear-gradient(left, rgba(0,130,195,0.927608543417367) 0%, rgba(16,69,115,0.9108018207282913) 30%, rgba(16,69,115,0.8463760504201681) 65%, rgba(16,69,115,0.577468487394958) 84%, rgba(16,69,115,0) 100%);
background: linear-gradient(90deg, rgba(0,130,195,0.927608543417367) 0%, rgba(16,69,115,0.9108018207282913) 30%, rgba(16,69,115,0.8463760504201681) 65%, rgba(16,69,115,0.577468487394958) 84%, rgba(16,69,115,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0082c3",endColorstr="#104573",GradientType=1);
}

.home-theme #hero > .container{
	z-index: 3;
}
.home-theme #hero .hero-caption h1{
	font-size: 3.5rem;
	line-height: 1.1;
}
.home-theme .hero-logo{
	min-height: 33vh;
}
@media (max-width: 992px){
	.home-theme .hero-logo{
	min-height: unset;
}
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */

.homepage-carousel .carousel-control-prev, .homepage-carousel .carousel-control-next {
  font-size: 4em;
}
.homepage-carousel .carousel-control-prev {
  margin-left: -25px;
}
.homepage-carousel .carousel-control-next {
  margin-right: -25px;
}




/* forms */

#hastings .simple-form input.form-input{
	border-bottom: 2px solid #0081c3 !important;
}
.bar:before, .bar:after{
	background: rgb(217 42 56) !important;
		
}
.simple-form textarea{
	border: none;
	border-bottom:2px solid #0081c3;
	border-radius: 0 !important;
}
.ghost-input{
	    background-color: transparent;
    border-radius: 0;
    border: 3px solid white;
    line-height: 2;
    color: white;
	font-size: inherit;
}
.ghost-input::-webkit-input-placeholder{
	color: #fff;
	opacity: .7;
}
.ghost-input::-moz-placeholder{
	color: #fff;
	opacity: .7;
}
.ghost-input:-ms-input-placeholder{
	color: #fff;
	opacity: .7;
}
.ghost-input::-ms-input-placeholder{
	color: #fff;
	opacity: .7;
}
.ghost-input::placeholder{
	color: #fff;
	opacity: .7;
}
.ghost-input:focus{
	    background-color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 3px solid #134c83;
	color: #fff;
}

.checkbox{
	display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	font-size: 17px;
	text-align: left;
}


/* Create a custom checkbox */
.checkbox input{
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
     background-color: white;
    border: 2px solid #0081c3;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slanted-top-up{
	  position: relative;
  overflow: visible;
  z-index: 1;
}
.clip-top-up{
	 -webkit-clip-path: polygon(0% 4rem, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0% 4rem, 100% 0%, 100% 100%, 0 100%);
	padding-top: 8rem;
}
.clip-top-down{
	 -webkit-clip-path: polygon(0% 0, 100% 4rem, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 4rem, 100% 100%, 0 100%);
	padding-top: 8rem;
	margin-top: -4rem;
}
.slanted-top-up:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
    top: 0;
	left: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  	-webkit-transform: skewY(-3deg);
  	    -ms-transform: skewY(-3deg);
  	        transform: skewY(-3deg);
}

.slanted-top-down {
  position: relative;
  overflow: visible;
  z-index: 1;

}
.slanted-top-down:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
    top: 0;
	left: 0;
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
  -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
          transform: skewY(3deg);
}
footer.slanted-top-down:after{
	left: 3vw !important
}

/* FOOTER
-------------------------------------------------- */
#content {
  
}

#footer-company-info p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}
#footer-company-info a {
  color: #fff;
}
#footer-company-info a:hover {
  text-decoration: underline;
  color: #666;
}
footer .footer-nav ul {
  list-style: none;
  padding-left: 0;
}
.footer-nav, #footer-company-info {
  font-size: .9em;
}
footer #copyright {
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	font-weight: 100;
}
footer #copyright a {
  color: #88CAEB;
}
footer #copyright a:hover {
  text-decoration: underline;
}
footer #copyright p {
  margin-bottom: 0 !important;
  color: #4a4a4a;
}
#footer-links a{
	font-weight: 700;
    color: #0576b5;
}
.paid-for-box{
	    border: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    padding: 9px;
    font-weight: 400;
    display: inline-block;
    margin-top: 15px;
}

/* social icons */
#footer-social, #footer-subscribe {}
#footer-social {
  font-size: 1.5em;
}
#footer-social a.social-link {
  display: inline-block;
  margin-right: 3px;
  padding: 15px;
  background-color: rgba(24, 89, 138, 0);
  text-align: center;
  width: unset;
  height: unset;
  color: #fff;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
}
#footer-social a.social-link:hover {
  color: #fff !important;
  background-color: rgba(30, 90, 65, .1);
}
#footer-sociall a.social-link i {
  display: block;
  height: 100%;
  width: 100% !important;
}
#footer-social a.social-link i:before {
  display: block;
}
#footer-subscribe {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#footer-subscribe form, #footer-subscribe .form-group {
  height: 100%;
}
#footer-subscribe label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#footer-subscribe .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
#footer-subscribe .form-control {
  background: #ccc !important;
}
#footer-subscribe button.btn {
  margin: 0 !important;
  background: #000 !important;
}
#footer-subscribe button.btn:hover {}
#footer-subscribe small#emailHelp {
  display: none;
}
/*////////////////////////
PRODUCT CAROUSEL - THUMBS 
////////////////////////////*/
#featured-products {
  position: relative;
}
#product-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}
.owl-stage div.owl-item {
  height: 100% !important;
}
.thumb-container {
  height: 100%;
  position: relative;
  text-align: center;
  font-size: .85em;
  margin: 0 25px;
  line-height: 1.1;
}
.thumb-container img {
  display: block;
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
.owl-nav, .owl-dots {
  height: 0;
}
.nav-btn {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  border-color: blue;
  top: 30%;
  z-index: 9;
}
.thumb-prev {
  border-left: 5px solid#bf8256;
  border-bottom: 5px solid#bf8256;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}
.thumb-prev:hover {
  opacity: .5;
}
.thumb-next {
  border-right: 5px solid#bf8256;
  border-bottom: 5px solid#bf8256;
  height: 30px;
  width: 30px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}




/*//////// FEATURE /////*/
.row#features {
  margin-left: -5px;
  margin-right: -5px;
}
.row#features [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.img-thumb {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAH0lEQVQYV2NkQAX/GZH4/xkYGBhhAmAOSBJEwDkgAQCCrgQEjpMcPgAAAABJRU5ErkJggg==);
  background-size: 5.66px 5.66px;
  background-blend-mode: color;
  border-radius: 5px;
  padding: 9px;
}
.img-thumb a {
  background: rgba(0, 0, 0, .3);
  width: 100%;
  display: block;
  padding: 5px;
}
a span.thumb-caption {
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
}
/*//////////////////////////////////
MEDIA 
///////////////////////////////////*/
#contact-form form {
  position: relative;
  padding-top: 15px;
}
/*///////////////////////////////////
Media (news, blog, events) section 
///////////////////////////////////*/
section#media {
  background-image: url(/images/site/notbokeh-1.jpg);
  position: relative;
  border-top: 10px solid #000;
}
#media:before {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(33, 27, 25, 0.85)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(33, 27, 25, 0.85) 60%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(33, 27, 25, 0.85) 60%);
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}
section#media .BlogTitle h1 {
  font-size: 1.2em;
}
section#media .BlogTitle h1 a {
  color: #bf8256;
}
section#media .BlogTitle h1 a {
  color: #925226;
}
.little-hr{
	border: none;
}
.little-hr:after{
	border-top: 6px solid white;
    content: '';
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
	margin-top: -3px;
}
#media hr {
  display: none;
}

.media-footer-col {
  position: relative;
  padding-bottom: 55px;
}
.media-footer-col a.btn {
  position: absolute;
  bottom: 0;
  right: 15px;
}

@media (min-width: 576px) {
  #footer-social {
    padding-right: 0 !important;
  }
}

.fancybox-bg{
	background: #0082C3 !important;
}
.fancybox-is-open .fancybox-bg{
	opacity: 1 !important;
}
.at-inner{
	background: transparent !important;
}
#form_1, #form_2, #form_3{
	text-align: center;
}
@media (max-width: 767px){
	.simple-form .d-flex.flex-row{
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	    -ms-flex-direction: column !important;
	        flex-direction: column !important;
}
	.simple-form .d-flex.flex-row .group{
		width: unset !important;
	}
	
}
@media (min-width: 992px){
	#endorsements{
	z-index: -1;
	margin-top: -5.75rem;
}
		#Service{
	z-index: -1;
	margin-top: -10.5rem;
}
}
@media (min-width: 1200px){
	#endorsements, #Service{
	z-index: -1;
	margin-top: -9.5rem;
}
}
/* hidden image */
@-webkit-keyframes mask-ltr{
 from {
	 -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);}
  to {
	 -webkit-clip-path: polygon(0% 0, 0 0%, 0 100%, 0 100%);
    clip-path: polygon(0% 0, 0 0%, 0 100%, 0 100%);}
}
@keyframes mask-ltr{
 from {
	 -webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);}
  to {
	 -webkit-clip-path: polygon(0% 0, 0 0%, 0 100%, 0 100%);
    clip-path: polygon(0% 0, 0 0%, 0 100%, 0 100%);}
}
/* unhidden L to R*/
@-webkit-keyframes unmask-ltr{
  from {
	 -webkit-clip-path: polygon(0% 0, 0 0%, 0 100%, 0 100%);
    clip-path: polygon(0% 0, 0 0%, 0 100%, 0 100%);}
  to {
	-webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);}
}
@keyframes unmask-ltr{
  from {
	 -webkit-clip-path: polygon(0% 0, 0 0%, 0 100%, 0 100%);
    clip-path: polygon(0% 0, 0 0%, 0 100%, 0 100%);}
  to {
	-webkit-clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);}
}

@-webkit-keyframes mask-rtl{
 from {/* unmasked*/
	 -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
	}
  to {/*masked*/
	 -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);}
}

@keyframes mask-rtl{
 from {/* unmasked*/
	 -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
	}
  to {/*masked*/
	 -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);}
}
@-webkit-keyframes unmask-rtl{
 0% {/* masked */
	  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);}
  100% { /* unmasked */
	 -webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%)}
}
@keyframes unmask-rtl{
 0% {/* masked */
	  -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%);}
  100% { /* unmasked */
	 -webkit-clip-path:polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%)}
}

.unmask-rtl {
	-webkit-animation: mask-rtl 1.5s forwards;
	        animation: mask-rtl 1.5s forwards;
}
.unmask-rtl.unmasked{
	-webkit-animation: unmask-rtl 1.5s forwards;
	        animation: unmask-rtl 1.5s forwards;
}
.unmask-ltr {
	-webkit-animation: mask-ltr 1.5s forwards;
	        animation: mask-ltr 1.5s forwards;
	
}
.unmask-ltr.unmasked {
	-webkit-animation: unmask-ltr 1.5s forwards;
	        animation: unmask-ltr 1.5s forwards;
}

.at h6{
	font-family: source-sans-pro, sans-serif !important;
	font-weight: 100;
	line-height: 1.6
}
header.at-title{
	    font-family: source-sans-pro, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2.25rem !important;
    color: #134C83 !important;
    line-height: .95;
}