@font-face {
	font-family: 'Jenna Sue';
	src: url('/../fonts/JennaSue.woff2') format('woff2'),
	url('/../fonts/JennaSue.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SF Pro Display';
	src: url('/../fonts/SFProDisplay-Medium.woff2') format('woff2'),
	url('/../fonts/SFProDisplay-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
	url('/../fonts/SFProDisplay-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/../fonts/SFProDisplay-Regular.woff2') format('woff2'),
	url('/../fonts/SFProDisplay-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/../fonts/SFProDisplay-Thin.woff2') format('woff2'),
	url('/../fonts/SFProDisplay-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/../fonts/SFProDisplay-LightItalic.woff2') format('woff2'),
	url('/../fonts/SFProDisplay-LightItalic.woff') format('woff');
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/../fonts/SFProDisplay-Ultralight.woff2') format('woff2'),
	url('/../fonts/SFProDisplay-Ultralight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/../fonts/SFProDisplay-Bold.woff2') format('woff2'),
	url('/../fonts/SFProDisplay-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/../fonts/SFProDisplay-Black.woff2') format('woff2'),
	url('/../fonts/SFProDisplay-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/../fonts/SFProDisplay-Light.woff2') format('woff2'),
	url('/../fonts/SFProDisplay-Light.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'SF Pro Display';
	src: url('/../fonts/SFProDisplay-Heavy.woff2') format('woff2'),
	url('/../fonts/SFProDisplay-Heavy.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

html {
}

body {
	font-family: 'SF Pro Display';
	font-weight: normal;
	font-size: 14px;
	color: #333;
	background: #fff;
	overflow: hidden;
	overflow-y: auto;
	/* transition: .4s; */
}

a,
a:link,
a:active,
a:focus,
a:hover,
button,
button:link,
button:active,
button:focus,
button:hover {
	outline: 0 !important;
}

/*ALERTS*/

.alertify{}

.alertify .ajs-dimmer {
	opacity: 0.9;
	z-index: 10200;
}

.alertify .ajs-modal {
	z-index: 10300;
}

.ajs-button {
	background: #f1f1f1;
	border: none;
	font-size: 0.9em;
}

.ajs-button.ajs-ok {
	background: #c00;
	color: #fff;
}

.ajs-header, .ajs-commands {
	display: none;
}

.alertify .ajs-body .ajs-content {
	padding: 0px;
}

.alertify-notifier .ajs-message{width: 100vw;text-align: center;padding: 0.8em 1em !important;border-radius: 0em;font-size: 0.8em;bottom: 0;-webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.3);box-shadow: 0 6px 20px rgba(0,0,0,0.3);}

.alertify-notifier .ajs-message.ajs-error {
	background: #d7191f;
	color: #fff;
	left: 0 !important;
	font-size: 1.2em;
	line-height: 1;
}

.alertify-notifier .ajs-message.ajs-success {
    background: #38c172;
    color: #fff;
    left: 0 !important;
    font-size: 1.2em;
    line-height: 1;
}

.alertify-notifier {
	left: 0;
	bottom: 0;
	font-size: 1.1em;
	text-align: center;
}

.alertify-notifier.ajs-top {
    top: -10px;
}

.alertify-notifier.ajs-left .ajs-success {
	color: #FFF;
	background: #1cab3e;
}
p,h1,h2,h3,h4,h5,h6,span,a{font-family: 'SF Pro Display';}

.btn{
	border: none;
	border-radius: 60px;
	padding:.4em 1em;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.btn:hover {
	-webkit-box-shadow: 0 0 0 0px rgba(0,0,0,0.3), 0px 10px 20px rgba(17, 71, 146, 0.3);
	box-shadow: 0 0 0 0px rgba(0,0,0,0.3), 0px 10px 20px rgba(17, 71, 146, 0.3);
	/* transform: rotateX(0deg) scale(1.01); */
	-moz-transform: rotateX(0deg) scale(1.01);
	/* -webkit-transform: rotateX(0deg) scale(1.01); */
}
.btn:hover {
	-webkit-box-shadow: 0 0 0 0px rgba(17, 71, 146, .4), 0 2px 3px rgba(17, 71, 146, 0.5);
	box-shadow: 0 0 0 0px rgba(17, 71, 146, .4), 0 2px 3px rgba(17, 71, 146, 0.5);
}

/************* GLOBAL *************/
html{
	scroll-behavior: smooth;
}

body.loading main, body.loading nav {
	opacity: 0;
}

.loading:after {
    content: '';
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: url(../img/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 4;
}

.loading:before {
    /* content: ''; */
    /* background-image: url(../img/loader.svg), url(../img/ts-logo.png); */
    /* z-index: 3232343443243; */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* width: 100%; */
}
body.loading:after{
	background-color: #00263e;
	background-image: url(../img/loader.svg), url(../img/ts-logo.png);
	background-position: center, center 35%;
	background-size: auto;
	-webkit-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	        transform: translateX(0%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	height: 100vh;
	overscroll-behavior: none;
}

body.loading {
    overflow: hidden;
    /* transform: translateX(0%); */
    /* position: relative; */
    pointer-events: none;
}
.btn{
	border: none;
	border-radius: 60px;
	padding:.4em 1em;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.btn:hover {
	-webkit-box-shadow: 0 0 0 0px rgba(0,0,0,0.3), 0px 10px 20px rgba(17, 71, 146, 0.3);
	box-shadow: 0 0 0 0px rgba(0,0,0,0.3), 0px 10px 20px rgba(17, 71, 146, 0.3);
	/* transform: rotateX(0deg) scale(1.01); */
	-moz-transform: rotateX(0deg) scale(1.01);
	/* -webkit-transform: rotateX(0deg) scale(1.01); */
}
.btn:hover {
	-webkit-box-shadow: 0 0 0 0px rgba(17, 71, 146, .4), 0 2px 3px rgba(17, 71, 146, 0.5);
	box-shadow: 0 0 0 0px rgba(17, 71, 146, .4), 0 2px 3px rgba(17, 71, 146, 0.5);
}
.btn.btn-primary{
	background-color: #eb3b24;
	border-color: #eb3b24;
	border:2px solid transparent;
	color: #FFF;
	font-weight: lighter;
}
.btn.btn-primary:hover{
	background-color: transparent;
	border-color:#eb3b24;
	color: #eb3b24;
}
.btn-primary:active, .btn-primary.active{
	background-color: #f5f5f5;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color: #f1f1f1;
	border-color:#eb3b24;
	color: #eb3b24;
}

.btn-primary.focus, .btn-primary:focus{
	box-shadow: 0 0 0 0.2rem rgba(0, 38, 62, 0.7);
}
.btn.btn-secondary{
	background-color: #00263e;
	border-color: #eb3b24;
	border:2px solid transparent;
	color: #FFF;
	font-weight: lighter;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus{
	background-color: #eb3b24;
	border-color:transparent;
}
.btn.btn-primary.btn-outline{
	/* background-color: #eb3b24!important; */
	border:2px solid #eb3b24;
	/* color: #eb3b24; */
}
.btn.loading{
	color: transparent !important;
	position: relative;
}

.btn.loading.btn-primary:hover, .btn.loading.btn-primary:focus, .btn.loading.btn-primary:active, .btn.btn-primary.active {
    background-color: #eb3b24;
    border-color: #eb3b24;
}

.btn.loading:after {
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
}

.btnDownloadForm{
	    font-size: 1.5em;
    font-weight: 600 !important;
    padding: 0.5em 1.5em;
}


.customContainer{
	/* width: 90%; */
}



.topBorder {
	width: 2px;
	height: 42px;
	background-color: #00263E;
	margin: 0 auto 25px auto;
	display: none;
}

.bottomBorder {
	width: 75px;
	height: 2px;
	background-color: #00263E;
	margin: 0 auto 25px auto;
}



 .form-control{
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	width: 100%;
	display: inline;
}

.form-control:focus{
	outline: 0;
	-webkit-box-shadow: 0 0 0 0 rgba(0,123,255,0);
	        box-shadow: 0 0 0 0 rgba(0,123,255,0);
}
.help-block.form-error{
	    position: absolute;
	    bottom: 0;
	    left: 15px;
	    text-transform: uppercase;
	    font-size: 0.7em;
	    background: #ea0001;
	    color: #FFF;
	    padding: 0.1em 0.3em;
	    border-radius: 2px;
	    -webkit-transform: translateY(90%);
	        -ms-transform: translateY(90%);
	            transform: translateY(90%);
}

.nice-select {
    position: relative;
    border: 1px solid #cccccc;
    background-color: #fff;
    width: 73%!important;
    font-size: 15px;
    -webkit-appearance: none;
    border-radius: 0;
    min-height: 30px;
    margin: 0;
    margin-bottom: 10px;
}
.nice-select .list {
    border-radius: 0;
    margin: 0;
    width: 100%;
    border-top: 0px;
    -webkit-box-shadow: 0 1px 0px 1px #ccc;
            box-shadow: 0 1px 0px 1px #ccc;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: translateY(-21px);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
h1{
	    text-align: center;
	    font-size: 3.9em;
	    font-weight: 200;
	    padding: 0 0 20px 0;
	    margin-bottom: 15px;
}

main{
	    margin-top: 100px;
	    margin-bottom: 390px;
	    position: relative;
	    z-index: 1;
}

#home main {
    margin-top: 0px;
}


.form-control:focus, .form-control:hover {
    border-color: #df431e!important;
}
/************* END GLOBAL *************/



/************* TOP NAV *************/

.nav-icons {

}

.navbar{
	background-color: #00263E;
	padding: 0.5em 0;
	position: fixed;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 1030;
	-webkit-transition-property: background, -webkit-box-shadow !important;
	transition-property: background, -webkit-box-shadow !important;
	-o-transition-property: background, box-shadow !important;
	transition-property: background, box-shadow !important;
	transition-property: background, box-shadow, -webkit-box-shadow !important;
}
#home .navbar{
    background-color:transparent;
    }

		#home.scrolled .navbar, #home.menuOpen .navbar{
			background-color: #00263e;
			}
#about .navbar.trans {
    /* background: linear-gradient(to right, rgba(90, 38, 146, 0.62) , rgba(152, 76, 153, 0.66)); */
}

#contact .navbar.trans {
    background: rgba(15, 34, 56, 0.9);
}

#contact.loading .navbar.trans {
    background: transparent;
}

.loading .navbar {
    top: 0;
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0.2) !important;
            box-shadow: 0 0 0px rgba(0,0,0,0.2) !important;
}

.loading .navbar .container {
    opacity: 0;
}

.navbar .container {
    /* transition-delay: 0.5s; */
    position: relative;
    overflow: hidden;
}

.navbar.fix {
    position: fixed;
    top: 0em !important;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
}


.nav-item {-ms-flex-item-align: baseline;align-self: baseline;}

.navbar-nav .nav-item .nav-link {
    font-size: 1.2em;
    line-height: 0.8em;
    white-space: nowrap;
    font-weight:700;
    padding: 0.8em 1em;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    }


.navItems .navbar-nav .nav-item .nav-link:hover {
    color: #20b8cd;
}

.navbar-nav .nav-item .btn {
    font-size: .9em;
    line-height: 1em;
    white-space: nowrap;
    text-transform:uppercase;
    font-weight:700;
    padding: 0.6em 1.9em;
    border: 2px solid #20b8cd;
}

.btn.color-1 {}

.nav-item:last-child .btn {}

.nav-item .memberLogin {
}

.trans .nav-item .memberLogin {
    color: #fff;
}

.collapse navbar-collapse navItems .nav-item .nav-link:hover {color: #20b8cd;}

.nav-link {color: #aaa;}

.navbar-brand{
    width: 20%;
    position: relative;
    margin-top: 0;
}

a.navbar-brand, #home.menuOpen a.navbar-brand,#home.scrolled a.navbar-brand{
    text-transform:uppercase;
    color:#fff;
    font-weight:700;
    font-size:2em;
    font-family: Arial, sans-serif;
    max-width: 80px;
}

#home a.navbar-brand {
	max-width: 130px;
	flex: 0 0 130px;
    /* padding-left: 1%; */
}
.trans .navbar-brand img {
    opacity: 0;
}
/* 
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
}

.trans .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
} */

.hamburgerBtn {
    padding: 13px 15px;
    display: block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: #00263E;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    -webkit-appearance: none!important;
    top: 5px;
    right: 0;
    z-index: 500;
    /* display: none; */
}

#home .hamburgerBtn, #home .hamburger-box{
    background-color: transparent;
}

.menuOpen .hamburger {
	/* top: -10px; */
}
.hamburger:hover {
	/* opacity: 0.7; */
}
.menuOpen .hamburger:hover {
	/* opacity: 0.7; */
}
.menuOpen .hamburger .hamburger-inner,
.menuOpen .hamburger .hamburger-inner::before,
.menuOpen .hamburger .hamburger-inner::after {
	background-color: #fff; 
}
.menuOpen .hamburger-box{
	background-color: #00263E;
}
.hamburger-box {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	background-color: #00263E;
	 top: 20px; 
}

.scrolled .hamburger-box{
	top: 0px;
}
.hamburger-inner {
	display: block;
	/* top: 50%; */
	margin-top: -2px;
}

.menuOpen  .hamburger-inner {
    top: 50%;
}

.hamburger-inner{
	width: 40px;
	height: 40px;
	background-image: url(/../img/menu.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	-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.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}
.menuOpen .hamburger-inner, .menuOpen .hamburger-inner::before, .menuOpen .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #3a3a3a;
	position: absolute;
	-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.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	background-color: #fff;
	border-radius: 3px;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block; 
}
.hamburger-inner::before {
	/* top: -10px; */
}
.hamburger-inner::after {
	bottom: -10px; 
}

.hamburger--spin .hamburger-inner {
	-webkit-transition-duration: 0.22s;
	-o-transition-duration: 0.22s;
	transition-duration: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
.hamburger--spin .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	-o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; 
}
.hamburger--spin .hamburger-inner::after {
	-webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.menuOpen .hamburger--spin .hamburger-inner {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition-delay: 0.12s;
	-o-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}
.menuOpen .hamburger--spin .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	-o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; 
}
.menuOpen .hamburger--spin .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.navItems{
    max-height: 0px;
}
.menuOpen .navItems{
    max-height: 100%;
}
.navbar-brand .flat {
    position: absolute;
    left: 0px;
    opacity: 0;
}

.trans .navbar-brand .flat {
    opacity: 1;
}

.navbar-brand img {
	width: 90%;
	min-width: 100px;
	transition: width 0.1s ease-in-out;
}

.shrink .navbar-brand img{
	width: 50px;
	min-width: auto;
}


#navbarResponsive .header-social .fa {
  padding: 10px;
  font-size: 15px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 0px 2px;
  border-radius: 3px;
}

.header-social .fa:hover {
    opacity: 0.7;
}
#navbarResponsive{
	opacity: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.4s ease;
    transition: opacity 0.2s, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.2s, transform 0.4s ease;
    transition: opacity 0.2s, transform 0.4s ease;
    transition: opacity 0.2s, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.menuOpen #navbarResponsive{
	opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;

}
/************* END TOP NAV *************/

/************* LANDING PAGE *************/



/*Main Slider / Banner*/
.mainSlider{
	background-color: #00263E;
	height: 70vh;
	min-height: 600px;
}
.mainSlider:before {
	content: '';
	/* background: -webkit-gradient(linear, left top, right top, color-stop(42%, rgba(97,188,232,0)), to(rgba(17,89,124,0.6502976190476191)));
	background: -webkit-linear-gradient(left, rgba(97,188,232,0) 42%, rgba(17,89,124,0.6502976190476191) 100%);
	background: -o-linear-gradient(left, rgba(97,188,232,0) 42%, rgba(17,89,124,0.6502976190476191) 100%);
	background: linear-gradient(90deg, rgba(97,188,232,0) 42%, rgba(17,89,124,0.6502976190476191) 100%); */
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	right: 0px;
	top: 0;
}

.mainSlider .swiperSlide{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mainSlider .swiperSlide .slideCaption{
	/* max-width: 800px; */
}

.mainSlider .swiperSlide .bannerImg{
	height: 100%;
	background-size: cover; 
	background-position: center; 
}
.mainSlider .mainSlidePagination {
	position: absolute;
	bottom: 9em;
	z-index: 33332223;
	width: 100vw;
	display: block;
	max-width: 100%;
}
.mainSlider .mainSlidePagination .swiper-pagination {
	left: 50%;
	top: 6em;
}

.mainSlider .mainSlidePagination .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .6;
		margin-right: 10px;
		border: 1px solid rgba(84, 84, 84, 0.4);
}
.mainSlider .mainSlidePagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}

.mainSliderWrapper{
	background-color: #61bce8;
	background: rgb(97,188,232);
	/* background: linear-gradient(90deg, rgba(97,188,232,1) 42%, rgba(17,89,124,1) 100%); */
	padding-top: 145px;
	padding-bottom: 80px;
	min-height: 85vh;
	position: relative;
}

.mainSliderWrapper:before {
	content: '';
	background: -webkit-gradient(linear, left top, right top, color-stop(42%, rgba(97,188,232,0)), to(rgba(17,89,124,0.6502976190476191)));
	background: -webkit-linear-gradient(left, rgba(97,188,232,0) 42%, rgba(17,89,124,0.6502976190476191) 100%);
	background: -o-linear-gradient(left, rgba(97,188,232,0) 42%, rgba(17,89,124,0.6502976190476191) 100%);
	background: linear-gradient(90deg, rgba(97,188,232,0) 42%, rgba(17,89,124,0.6502976190476191) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	right: 0px;
	top: 0;
}
.mainSlider{/* height: 50vh; *//* width: 100%; */}
/*
.mainSlider:before{
content: '';
background: -webkit-gradient(linear, left top, right top, color-stop(54%, rgba(97,188,232,0)), to(rgba(17,89,124,0.6558998599439776)));
background: -webkit-linear-gradient(left, rgba(97,188,232,0) 54%, rgba(17,89,124,0.6558998599439776) 100%);
background: -o-linear-gradient(left, rgba(97,188,232,0) 54%, rgba(17,89,124,0.6558998599439776) 100%);
background: linear-gradient(90deg, rgba(97,188,232,0) 54%, rgba(17,89,124,0.9) 100%);
height: 100%;
right: 0;
position: absolute;
z-index: 6;
}
*/
.mainSlider .swiper-slide {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mainSlider .swiper-slide .slideCaption {
	color: #fff;
}

.mainSlider .swiper-slide .slideCaption h2 {
	font-size: 4em;
	font-weight: 200;
	font-family: 'SF Pro Display';
	letter-spacing: 2px;
}

.mainSlider .swiper-slide .slideCaption ul {
	-webkit-padding-start: 40px;
	padding-inline-start: 40px;
	font-weight: 100;
	font-size: 1.3em;
	list-style-image: url(/img/icons/bullet.png);
}

.mainSlider .swiper-slide .slideCaption ul li {
    margin-bottom: 5px;
}

.mainSlider .swiper-slide .slideCaption .btn {
	font-size: 1.8em;
	padding: 0.3em 2.5em;
	position: relative;
}

.mainSlider .sliderPagination {
	text-align: left;
}


.mainSlider .sliderPagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid rgba(84, 84, 84, 0.4);
	opacity: .5;
	margin: 0 10px;
}

.mainSlider .sliderPagination .swiper-pagination-bullet:first-of-type{
	margin-left: 0;
}


.mainSlider .sliderPagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}

.home .fullBannerText {
	z-index: 2;
}

.bannerText {
	padding-left: 5%;
    padding-right: 0px;
    margin: 2em auto 0 0;
	max-width: 35%;
}

.bannerOverlay {
	width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}



.bannerText p img {
	height: 1.2em;
	padding-left: 0.2em;
	vertical-align: text-bottom;
}

.bannerText a{
	margin-top: 2em;
}

.fullBanner1 {
	background-image: url(/img/banners/fullBanner1.jpg) !important;
}

.fullBanner2 {
	background-image:url(/img/banners/fullBanner2.jpg) !important;
}

.fullBanner3 {
	background-image:url(/img/banners/fullBanner3.jpg) !important;
}



/* span.guard{
	font-size: 1em;
	font-weight: 600;
}

span.risk{
	font-weight: 300;
} */

.guardBannerLogo {
	height: 1em !important;
}


/*Products after Slider / Banner*/
.gadgetsItems{
	background: -webkit-gradient(linear, left top, right top, color-stop(42%, rgba(97,188,232,0)), to(rgba(17,89,124,0.6502976190476191)));
	background: -webkit-linear-gradient(left, rgba(97,188,232,0) 42%, rgba(17,89,124,0.6502976190476191) 100%);
	background: -o-linear-gradient(left, rgba(97,188,232,0) 42%, rgba(17,89,124,0.6502976190476191) 100%);
	background: linear-gradient(90deg, rgba(97,188,232,0) 42%, rgba(17,89,124,0.6502976190476191) 100%);
	background-color: #61BCE8;
	/* padding-bottom: 60px; */
	position: relative;
} 

.gadgetsItems h1 {
	display: block;
	width: 100%;
	font-size: 4.9em;
	font-weight: 200;
	padding: 0.5em 0 0 0;
	/* margin-bottom: 15px; */
	color: #fff;
}

.gadgetsItems p {
	font-size: 1.6em;
	padding: 10px 0 0 0;
	text-align: justify;
	text-align-last: center;
	color: #fff;
	font-weight: 100;
	margin-bottom: 0;
}

.gadgetsItems .gadgetsWrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* top: 5em; */
	left: 0;
	position: relative;
	z-index: 4;
	padding: 2.5em 0;
	justify-content: space-evenly;
	/* margin: 0 auto; */
}

.gadgetsItems .gadgetsWrapper .gadgetItem {
	/* background-color: #fff; */
	border-radius: 10px;
	position: relative;
	/* padding: 15px; */
	overflow: hidden;
	text-align: center;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin-bottom: 1em;
	/* min-width: 200px; */
	/* margin: 1em; */
}

.gadgetsItems .gadgetsWrapper .gadgetItem:hover {
	
    -webkit-transform: translate3D(0,-1px,0) scale(1.02);
	
        -ms-transform: translate3D(0,-1px,0) scale(1.02);
	
            transform: translate3D(0,-1px,0) scale(1.02);
}

.gadgetItem .itemContent {
	background-color: #fff;
	padding: 30px 10px;
	/* min-width: 10vw; */
}

.gadgetItem .itemContent img {
    width: 50%;
}

.gadgetItem .itemContent h5 {
	font-family: 'Jenna Sue';
	font-size: 3em;
	font-weight: bold;
	color: #1278aa;
	white-space: nowrap;
}


.gadgetsItems .gadgetsWrapper .gadgetItem h4{
	background-color: #eb3b24;
	margin: 0;
	padding: 25px 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 3em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.gadgetsItems .gadgetsWrapper .gadgetItem h4 small:last-of-type{
	top: 0;
	/* text-align: left; */
}

.gadgetsItems .gadgetsWrapper .gadgetItem h4 small {
	font-weight: 300;
	padding-left: 10px;
	font-size: 16px;
	width: 85px;
	display: inline-block;
	overflow-wrap: break-word;
	position: relative;
}

/*About Us */
.aboutUs{
	background-color: #F7F7F7;
	padding-top: 180px;
	padding-bottom: 60px;
	text-align: center;
	color: #00263E;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-top: -120px;
	z-index: -1;}

.aboutUs h1 {
	display: block;
	width: 100%;
	font-size: 3.9em;
	font-weight: normal;
	padding: 20px 0;
	margin-bottom: 15px;
}

.aboutUs p {
	font-size: 1.4em;
	padding: 10px 0px 45px 0;
}

.aboutUs .aboutNav {
	/* border-bottom: 3px solid #eb3b24; */
	border-bottom: 3px solid rgba(0,0,0,0)
}

.aboutUs .aboutNav .nav-link {
	font-size: 17px;
	font-weight: 200;
	color: #00263e;
	padding: 10px 25px;
}

.aboutUs .aboutNav .nav-link.active {
	background-color: #eb3b24;
	color: #fff;
	z-index: 1;
}

.aboutUs .tab-content {
	background-color: #00263e;
	border-top: 3px solid #eb3b24;
	color: #fff;
}

.aboutUs .tab-content {
	background-color: rgba(0, 38, 62, .53);
	border-top: 3px solid #eb3b24;
	color: #fff;
	top: -5px;
	position: relative;
	padding: 20px 0;
}

.aboutUs .tab-content .tab-pane {
	text-align: left;
	font-size: 17px;
	padding: 35px 20px;
}

.aboutUs .tab-content .tab-pane p {
	font-size: 17px;
	font-weight: 100;
	padding: 0;
}

.aboutUs .tab-content .tab-pane ul li{
	font-size: 17px;
	font-weight: 100;
	padding: 0;
}

/* Privacy Policy */

.privacy{
	background-color: #fff;
	margin-top: 100px;
}

.privacy .privacyContent{
	padding-top: 40px;
padding-bottom: 40px;
color: #001C2B;
}
.privacy .privacyContent ol {
counter-reset: item;
padding-left: 0;
}
.privacy .privacyContent li {
	font-size: 1.3em;
    margin-bottom: 30px;
	line-height: normal;
	color: #333;
    font-weight: 300;
}

.privacy .privacyContent li p {
font-size: 1.4em;
font-weight: 300;
padding: 40px 0px; 
margin: 0;
}
.privacy .privacyContent li p a{
color: inherit;
text-decoration: none;
}

.privacy h6 {
font-size: 1.5em;
font-weight: 600;
margin-bottom: 35px;
color: #333;
}

.privacy p {
font-size: 1.3em;
margin-bottom: 30px;
font-weight: 300;
color: #333;
}

.privacy .privacyContent li p> a:hover, a:active{
color: #eb3b24;
}
.privacy .privacyContent li h6{
display: inline-block;
font-size: 1.4em;
font-weight: 700;
margin-bottom: 25px;
}

.privacy .privacyContent li ol li h6 {
font-weight: 500;
}
/* .privacy .privacyContent li:before {
content: counters(item, ".") ". ";
counter-increment: item;
font-size: 1.3em;
}
.privacy .privacyContent li ol li:before {
content: counters(item, ".") "  ";
counter-increment: item;
font-size: 1.3em;
} */
.privacy .privacyContent .btn {
font-size: 1.5em;
font-weight: 600;
padding: 0.5em 1.5em;
}

/*What You're Covered*/
.whatWeCover{
	background-color: #001c2b;
	padding: 120px 0 60px 0;
	color: #fff;
}

.whatWeCover .bottomBorder {
	background-color: #f5f5f5;
}
.whatWeCover h1 {
	text-align: center;
	width: 100%;
	font-size: 3.9em;
	font-weight: 200;
	padding: 0 0 20px 0;
	margin-bottom: 15px;
}

.whatWeCover p {text-align: center;font-size: 1.5em;color: #fff;/* font-weight: 300; */}

.whatWeCover p span {
	color: #61BCE8;
	font-weight: 800;
}

.whatWeCover .mobileViewRow {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 45px;
	padding-bottom: 0px;
}


.whatWeCover .productContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 40px 0;
}

.whatWeCover .wearableTech .productContent {
    width: 35%;
}

.whatWeCover .wearableTech {
    display: flex;
    /* margin: 0 auto; */
    justify-content: center;
}

.whatWeCover .productContent img {
	max-width: 85px;
	margin-right: 13px;
	order: 1;
}


.whatWeCover .productContent .iconBox img {
	margin-left: 13px;
	margin-right: 0px;
}

.whatWeCover .productContent .productDetails {
	font-size: 12px;
}


.whatWeCover .productContent .productDetails h3 {
	font-size: 1.6em;
	color: #61bce8;
	font-weight: 300;
}


.whatWeCover .productContent .productDetails p {
	font-size: 1.3em;
	text-align: left;
	font-weight: 200;
}

.whatWeCover .mobileViewImg img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.whatWeCover .getQuote{
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
}

.whatWeCover .getQuote h2 {
	font-size: 4.5em;
	padding-bottom: 30px;
	margin: 0;
}

.whatWeCover .getQuote .btn {
	padding: 0.3em 2.5em;
	font-size: 2em;
}

.whatWeCover .getQuote p {
	padding-top: 30px;
	margin: 0;
	font-size: 2.5em;
	font-weight: 100;
}

.whatWeCover .getQuote p a {
	font-weight: 600;
	color: #61bce8;
}

.getQuote {
	padding:60px 0;
}

/*Packages*/
.techsuredPackages{
	/*padding:60px 0;*/
	background-color: #fff;
}

.techsuredPackages .logoCol{
	position: relative;
	padding: 0px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-image: url(../img/bg-2.png);
	background-position: center;
	background-size: 100%;
	min-height: 398px;
	background-repeat: no-repeat;
    background-size: cover;
}

.techsuredPackages .logoCol .logoPackages {
	position: absolute;
	z-index: 2;
}


.techsuredPackages .packageContent{
	padding-top: 75px;
	padding-bottom: 75px;
	padding-left: 15%;
}

.techsuredPackages h3{
	color: #27AAE1;
	font-size: 3.4em;
	font-weight: bold;
}
.techsuredPackages .packageContent h3 span{
	color: #C1438F;
	font-family: 'Jenna Sue';
	font-weight: 100;
	font-size: 6.6em;
}

.techsuredPackages .packageContent p{font-size: 1.8em;font-weight: 200;margin-bottom: 50px;}

.techsuredPackages .btn-default{
	background-color: #27aae1;
	color: #fff;
	font-size: 1.4em;
	font-weight: 200;
	padding: .5em 2em;
}

.techsuredPackages .packageBg{
	margin: 0;
	background: url("/img/background_01.png") no-repeat;
	background-position: center;
	background-size: cover;
	padding:120px 50px;
}


.techsuredPackages .packageBg p{
	font-size: 1.8em;
	font-weight: 200;
	margin-bottom: 50px;
	color: #fff;
}


.techsuredPackages .packageBg{
	margin: 0;
	background: url("/img/background_01.png") no-repeat;
	background-position: center;
	background-size: cover;
	padding:120px 50px;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.techsuredPackages .wearableBg {
	background: url("/img/techsmartBg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
}

.techsuredPackages .wearableBg:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
	top: 0;
	z-index: -1;
}

.screenProt {
	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;
}

.screenProt .protWidth {
	max-width: 60%;
}


/*Caption*/
.bannerNotes{
	 padding:60px 0; 
	 border-top: 7px solid #eb3b24;
	 background-color: #fff;
}

.bannerNotes h3{
	color: #27AAE1;
}

.bannerNotes p{
	 font-size: 1.3em;
}

/*Quick Calculator*/
.quickCalculator{
	padding: 120px 0 60px 0;
	background-color: #00263E;
	color: #fff;
	position: relative;
}

.quickCalculator .topBorder{
	background-color: #fff;
}


.quickCalculator h1{
	text-align: center;
	width: 100%;
	font-size: 3.9em;
	font-weight: 200;
	padding: 0 0 20px 0;
	margin-bottom: 15px;
}

.quickCalculator .chooseProduct {
	
}

.quickCalculator .productOption {
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.quickCalculator .productOption:hover {
	-webkit-transform: translate3D(0,-1px,0) scale(1.02);
	
        -ms-transform: translate3D(0,-1px,0) scale(1.02);
	
            transform: translate3D(0,-1px,0) scale(1.02);
}

.quickCalculator .productOption img{max-width: 115px;height: 115px;padding: 1em;}

.quickCalculator .productOption h4{font-size: 1.5em;font-weight: 200;color: #fff;background: #eb3b24;padding: 10px;margin: 0;}



.quickCalculator .form-control{
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #EB3B24;
	border-radius: 0;
	width: 90%;
	color: #fff;
	padding: 0;
	/* display: inline; */
}

.quickCalculator .form-control option {
	color: #000;
}


.quickCalculator .form-control.error{border-bottom: 1px solid;}
.quickCalculator .form-control:focus{
	outline: 0;
	-webkit-box-shadow: 0 0 0 0 rgba(0,123,255,0);
	        box-shadow: 0 0 0 0 rgba(0,123,255,0);
}


.quickCalculator .customFields{position: relative;}

.quickCalculator .customFields:after{
	content: '|';
	color: #EB3B24;
	position: absolute;
	padding-left: 0px;
	width: 2px;
	font-size: 26px;
	font-weight: 100;
	right: 15px;
	top: 0;
}


.quickCalculator .customFields:last-of-type:after{
	content: '';
}


.quickCalculator .form-control::-webkit-input-placeholder{
	color: rgba(255, 255, 255, .52);
}


.quickCalculator .form-control:-ms-input-placeholder{
	color: rgba(255, 255, 255, .52);
}


.quickCalculator .form-control::-ms-input-placeholder{
	color: rgba(255, 255, 255, .52);
}


.quickCalculator .form-control::placeholder{
	color: rgba(255, 255, 255, .52);
}


.quickCalculator .calcSlide{
	padding-top: 30px;
}

.quickCalculator .customNumPicker{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.quickCalculator .customNumPicker .form-control{
	
}
.quickCalculator .customNumPicker .customControls{
	    color: #eb3b24;
	    font-weight: bold;
	    font-size: 25px;
	    vertical-align: middle;
}

.customControls .stepDown{
	    -webkit-transform: translateY(0%);
	        -ms-transform: translateY(0%);
	            transform: translateY(0%);
} 
.customControls .stepUp{
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    line-height: 1;
}
.customControls .stepDown, 
.customControls .stepUp{cursor: default;line-height: 1;}
/*.quickCalculator .customNumPicker .customControls .stepDown:active, .quickCalculator .customNumPicker .customControls .stepDown.active, 
.quickCalculator .customNumPicker .customControls .stepUp:active,.quickCalculator .customNumPicker .customControls .stepUp.active{
	background-color: rgba(255, 255, 255, .8);
}
	*/

.quickCalculator .calcSlide .swiper-slide{
	padding-bottom: 40px;
	min-height: 13vh;
	width: 100%;
}

.quickCalculator .calcSlide .calNav{
	text-align: center;
	display: block;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	/* margin-top: 30px; */
	padding: 40px 0 0 0;
	left: 0;
	/* position: relative; */
	bottom: 0px;
}
.quickCalculator .calcSlide .calNav .backSlide{
	position: absolute;
	z-index: 111;
	bottom: 0;
	left: 35%;
	cursor: pointer;
}
.quickCalculator .calcSlide .calNav .nextSlide{
	position: absolute;
	z-index: 11;
	bottom: 0;
	right: 35%;
	cursor: pointer;
}
.nextSlide.swiper-button-disabled,.backSlide.swiper-button-disabled{
	opacity: 0;
}

.quickCalculator .calcSlide .swiper-pagination{
	bottom: 0px;
}

.quickCalculator .calcSlide .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid rgba(84, 84, 84, 0.4);
	opacity: .5;
	margin: 0 10px;
}

.quickCalculator .calcSlide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #27AAE1;
}

.quickCalculator .calcSlide .coastResult {
    
}

.quickCalculator .calcSlide .coastResult h4{
    font-size: 2.5em;
    font-weight: 400;
}

.quickCalculator .calcSlide .coastResult p{
    font-size: 1.8em;
    color: #61BCE8;
}

.quickCalculator .calcSlide .coastResult .btn{
    font-size: 1.3em;
    padding-left: 2.5em;
    padding-right: 2.5em;
}



/*================================= Online Order ======================*/

#onlineOrder{
	padding: 5em 0;
	background-color: #00263E;
	color: #fff;
	position: relative;
	text-align: center;
}

#onlineOrder h1{line-height: 1;transition: all 300ms cubic-bezier(0.77, 0, 0.24, 0.99);}

#onlineOrder .isApplying h1 {
    color: #0c5f85;
    font-size: 2.4em;
}

#onlineOrder .isApplying h1 small {
    color: #fff;
    opacity: 1;
    font-size: 1.3em;
}

#onlineOrder h1 small {
    display: block;
    font-size: 0.5em;
    opacity: 0.4;
    color: #27AAE1;
    transition: all 300ms cubic-bezier(0.77, 0, 0.24, 0.99);
}

#onlineOrder .btn-info.btn-sm{
	/* opacity: 0.5; */
}

#onlineOrder .btn-info.btn-sm:hover {
    opacity: 0.8;
}

#onlineOrder .onlineOrderSwiper{
	width: 85%;
	padding: 0em 0 8em;
}

#onlineOrder .onlineOrderSwiper .loadingWrapper {
    background: #00263ded;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#onlineOrder .onlineOrderSwiper .loadingWrapper img {
    display: block;
    width: 60px;
}

#onlineOrder .swiper-wrapper, #onlineOrder .swiper-slide {}

#onlineOrder .swiper-slide {}

#onlineOrder .swiper-slide .buttonWrapper {
    padding-top: 1em;
    font-size: 1.3em;
    font-weight: normal;
}

#onlineOrder .swiper-slide .buttonWrapper p {
    line-height: 1;
}

#onlineOrder .swiper-slide .buttonWrapper .btn-info {
    opacity: 0.5;
    margin-right: 2em;
}

#onlineOrder .swiper-slide .buttonWrapper .btn-primary {
    font-size: 1em;
    font-weight: normal;
    margin: 0 0.5em;
}

.btn.disabled, .btn:disabled {
    pointer-events: none;
}

#onlineOrder h2 {
    font-size: 4.5em;
    padding-bottom: 30px;
    margin: 0;
    text-align: center;
}

#onlineOrder h4 {
    text-align: center;
    margin: 1em;
}

#onlineOrder h4 small {
    line-height: 1.7em;
    opacity: 0.5;
    font-size: 1em;
}

#onlineOrder h5 {
    text-align: center;
    margin: 1em 0;
    opacity: 0.5;
}

#onlineOrder .form-group label {
    opacity: 0.5;
    margin: 0;
}

#onlineOrder .form-control {
    background: #031b2b;
    color: #fff;
    padding: 0.5em;
    font-size: 1.3em;
    border-radius: 0;
    border-radius: 4px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#onlineOrder .custom-checkbox .custom-control-label::before{
	background-color:#366b94;
	border-color:#366b94;
}

#onlineOrder .custom-checkbox .custom-control-label::after {
    background-size: 80%;
}

#onlineOrder .input-group-text {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding: 0 0.4em;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#onlineOrder .input-group:hover .input-group-text, #onlineOrder .input-group:focus .input-group-text {
    border-color: #df431e;
}


#onlineOrder #selectCategory {
	
}

#onlineOrder .categoryOption {
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    transform: scale(1);
    flex-basis: 20%;
    margin: 0 1em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

#onlineOrder .categoryOption:hover {
	transform: scale(1.1);
}

#onlineOrder .categoryOption img{max-width: 115px;height: 115px;padding: 1em;}

#onlineOrder .categoryOption h4{font-size: 1.5em;font-weight: 200;color: #fff;background: #eb3b24;padding: 10px;margin: 0;width: 100%;}


#selectDevice{
	padding-bottom: 4em;
}

#selectDevice .selectDeviceOption{
    margin: 0em 0 2em;
    background: transparent;
    border: none;
}

#selectDevice p {
    color: rgba(255, 255, 255, 0.48);
    padding-bottom: 1em;
}

#selectDevice p .btn {
    color: #fff;
    margin-left: 1em;
}

#selectDevice .selectDeviceOption .ss-single-selected {
    background: #031b2b;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 0.8em 0.5em;
    height: auto;
    font-size: 1em;
}

#selectDevice .selectDeviceOption .ss-content {
    background: #11304b;
    border: none;
    border-radius: 5px;
}

#selectDevice .selectDeviceOption .ss-content .ss-disabled {
    background: #11304b;
    border: none;
    opacity: 0.4;
}

#selectDevice .selectDeviceOption .ss-content .ss-disabled.ss-option-selected {
    background: #0088ff;
    border: none;
    opacity: 1;
    color: #fff;
}

.ss-main .ss-content .ss-list .ss-option.ss-highlighted, .ss-main .ss-content .ss-list .ss-option:hover {
    background-color: #1c3d59 !important;
    border: none;
    opacity: 1;
    color: #fff;
}

#selectDevice .selectDeviceOption .ss-search {
    border: none;
    background: transparent;
    padding: 0;
}

#selectDevice .selectDeviceOption .ss-search input {
    padding: 0.5em 0.7em;
    height: auto;
    background: #285074;
    border: none;
    color: #fff;
    box-shadow: none;
    font-size: 1.2em;
    border-radius: 0;
}

#selectDevice .selectDeviceOption .ss-search input::placeholder {
    color: #5385b3;
}

#selectDevice .selectDeviceOption.ss-main .ss-content.ss-open .ss-list {
    max-height: 180px;
    border-radius: 5px;
    font-size: 1.1em;
}

#selectProduct{
	padding-bottom: 4em;
	height: auto;
}

#selectProduct .productOptions {align-items: center;}


#onlineOrder #orderOverview{

}

	#onlineOrder .table{
		color: #fff;
		font-size: 1.3em;
	}

#onlineOrder .table .form-control {
    font-size: 1em;
}

#onlineOrder .table th {
    background: #092135;
    border: none;
    font-size: 1em;
    font-weight: normal;
    color: #3f678a;
}

#onlineOrder .table tfoot th {
    color: #fff;
    font-weight: bold;
}

#onlineOrder .table td small {
    display: block;
    opacity: 0.3;
}

#onlineOrder .table td {
    border: none;
    border-bottom: 1px solid #2f5271;
    border-top: 1px solid #2f5271;
    line-height: 1.4;
}

#onlineOrder .table .type_quote td {
    font-style: italic;
}

#onlineOrder .table td .remove {color: #fff;font-size: 0.8em;line-height: 1;}


#onlineOrder #deviceInfo .table td {
    border: none;
}

#onlineOrder #selectProduct .productOption{margin: 0 1em;background: #0f3651;padding: 1em;border-radius: 1em;opacity: 1;transform: scale(1);transition: all 150ms ease-in-out;cursor: pointer;width: 30%;}

#onlineOrder #selectProduct .productOption h2 {
    background: #25a7dd;
    line-height: 1;
    padding: 0.4em;
    font-size: 1.4em;
    border-radius: 5px;
}

#onlineOrder #selectProduct .productOption p {
    margin-bottom: 0;
    margin: 0 0 1em 0;
    line-height: 1.3;
}

#onlineOrder #selectProduct .productOption p.excess {
    font-size: 0.8em;
    background: #00263e;
    line-height: 1;
    padding: 0.9em;
    border-radius: 5PX;
    color: #ffffff7d;
}

#onlineOrder #selectProduct .productOption p small {
    opacity: 0.3;
}

#onlineOrder #selectProduct .productOption p b {
    display: block;
}

#onlineOrder #selectProduct .productOption p b .plusFeature {
    background: #c1448e;
    padding: 0.7em;
    max-width: 170px;
    display: block;
    margin: 0.6em auto;
    line-height: 0.9em;
    border-radius: 5px;
}

#onlineOrder #selectProduct .productOption p b .plusFeature i {
    color: #fff;
    font-style: italic;
}

#onlineOrder #selectProduct .productOption p b .plusFeature small {
    opacity: 0.6;
    font-size: 0.8em;
}

#onlineOrder #selectProduct .productOption p b i {
    color: #25a7dd;
    margin: 0 0.4em;
    font-size: 1.2em;
}

#onlineOrder #selectProduct .productOption.disabled {
    opacity: 0.3 !important;
    pointer-events: none !important;
}

#onlineOrder #selectProduct .productOption.disabled .notAvailable {
    background: #f00;
    border-radius: 10px;
    margin: 1em 0;
    padding: 0.2em 1em;
    line-height: 1;
}

#onlineOrder #selectProduct:hover .productOption {
    opacity: 0.7;
}

#onlineOrder #selectProduct .productOption ul {
    padding-left: 1.5em;
    text-align: left;
}

#onlineOrder #selectProduct .productOption:hover {
    opacity: 1;
    transform: scale(1.1);
}

#onlineOrder #selectProduct .productOption.disabled:hover {
    opacity: 0.3;
    transform: scale(1);
}

#onlineOrder #selectProduct .productOption h4 {
    display: none;
}

#onlineOrder #selectProduct .productOption img {
    width: 160px;
}


#onlineOrder #orderConfirm{
	
}

#onlineOrder #orderConfirm .terms {
    font-size: 0.8em;
    margin: 2em 0;
}

#onlineOrder #orderConfirm .confirmDetails p {
    color: #9ba8b2;
}

#onlineOrder #orderConfirm .confirmDetails p b {
    color: #fff;
}

#orderComplete .table{
	width:80%;
	margin:1em 10%;
}

#orderConfirm .buttonWrapper {
}

#orderConfirm .table h5 {
    margin: 0;
    text-align: left;
}

#orderComplete .table h5 {
    margin: 0;
    text-align: left;
}


/*================================= Quick Contact ======================*/

.quickContact{
	padding: 120px 0 120px 0;
	background-color: #fff;
	padding-top: 240px;
	margin-top: -120px;
}

.quickContact h3{
	font-size: 2.5em;
	font-weight: lighter;
	color: #00263e;
}

.quickContact h3 strong{
	font-weight: 500;
}

.quickContact .pleaseCall .customFields:after{
	content: '|';
	color: #00263E;
	position: absolute;
	padding-left: 20px;
	width: 2px;
	left: auto;
	font-size: 26px;
	font-weight: 100;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}

.quickContact .pleaseCall .customFields:last-of-type:after {}

.quickContact .pleaseCall .customFields:last-of-type:after{
	content: '';
}

.quickContact .pleaseCall{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
}

.quickContact .btn{
    font-weight: 500;
    font-size: 1.3em;
    padding: 0.4em 1.5em;
}


.quickContact .customFields .form-control{
	padding-left: 0px;
	border-bottom: 2px solid;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


input.customNum[type=number]::-webkit-inner-spin-button,
input.customNum[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}


/*FAQs*/
.faqsHome{
	padding: 120px 0 60px 0;
	background-color: #EAEAEA;
	color: #00263e;
	border-bottom: 7px solid #eb3b24;
}

.faqsHome h1{
	text-align: center;
	padding-bottom: 40px;
}

.faqsHome .faqRow{
	padding: 20px 0;
}

.faqsHome .faqRow h5{
	font-size: 1.6em;
	font-weight: 600;
	color: #00263e;
	margin-bottom: 30px;
}


.faqsHome .faqRow p{
	font-size: 1.3em;
	font-weight: 200;
}

.faqsHome .faqRow p a{
	color: #00263e;
}



.faqsHome .btn{
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.7em;
	font-weight: 400;
}
.faqs{
    background-color: #fff;
    /* padding-top: 10px; */
    padding-bottom: 60px;
    /* text-align: center; */
    color: #00263E;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 100px;
}
.faqsContent{
	padding-top: 40px;
	padding-bottom: 40px;
}
/* .faqs h1 {margin-bottom: 15px;font-size: 60px;} */

.faqs .aboutNav {
	/* border-bottom: 3px solid #eb3b24; */
}
.faqs .topBorder{
}
.faqs .aboutNav .nav-link {
	font-size: 17px;
	font-weight: 200;
	color: #00263e;
	padding: 15px 30px;
}

.faqs .aboutNav .nav-link.active {
	background-color: #eb3b24;
	color: #fff;
	z-index: 1;
}

.faqs .tab-content {border-top: 3px solid #eb3b24;color: #00263e;top: -5px;position: relative;padding-top: 40px;margin-bottom: 30px;}

.faqs .tab-content .tab-pane {
	text-align: left;
}

.faqs .tab-content .tab-pane h6 {
	font-size: 1.2em;
	font-weight: 600;
}

.faqs .tab-content .tab-pane p {
	font-size: 1.2em;
	font-weight: 200;
}

.faqs .tab-content .tab-pane ul li{
	font-size: 17px;
	font-weight: 100;
	padding: 0;
}

/*Subscribe*/
.subscribeNews{
	padding: 90px 0;
	background-color: #00263E;
}

.subscribeNews .newsContent{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.subscribeNews h3{
	font-size: 1.9em;
	font-weight: 100;
	color: #fff;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 45%;
	        flex: 0 0 45%;
}

.subscribeNews form{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 54%;
	        flex: 0 0 54%;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


.subscribeNews form .form-control{
	width: 90%;
	padding-left: 0px;
	border-bottom: 2px solid rgba(255, 255, 255, .52);
	color: #fff;
	position: relative;
}

.subscribeNews form .formInput {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 65%;
            flex: 0 65%;
    max-width: 65%;
    text-align: left;
}

.formInput .help-block.form-error {
    left: 0;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}

.subscribeNews form .form-control:focus{
	background-color: transparent;
}
.subscribeNews form .form-control::-webkit-input-placeholder{
	color: rgba(255, 255, 255, .52);
}
.subscribeNews form .form-control:-ms-input-placeholder{
	color: rgba(255, 255, 255, .52);
}
.subscribeNews form .form-control::-ms-input-placeholder{
	color: rgba(255, 255, 255, .52);
}
.subscribeNews form .form-control::placeholder{
	color: rgba(255, 255, 255, .52);
}


.subscribeNews form .btn{
	padding: 0.4em 1.8em;
	font-weight: 700;
	font-size: 1.3em;
}


.subscribeNews h3 strong{
	font-weight: 500;
}
/*Contact Us*/
.contactUs{
	  padding:60px 0;
	  background-color: #EAEAEA;
	  color: #00263e;
	  position: relative;
	  padding-top: 180px;
	  /* margin-top: -120px; */
	  z-index: -1;
}

.contactUs .mapCanvas{
	position: absolute;
	top: 0;
	z-index: 3;
	width: 60%;
	right: 0;
	overflow: hidden;
	height: 100%;
	background: url(/img/locationmap.png) center center;
	background-size: cover;
}
.contactUs .mapCanvas #googleMap{
	width: 100%;
	min-height: 450px;
	height: 100%;
}

.contactUs h3{
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 0.9em;
    /* justify-self: baseline; */
    -ms-flex-item-align: baseline;
        align-self: baseline;
}

.contactUs .addresContainer{
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    font-size: 1.5em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0.9em;
}

.contactUs .addresContainer span{
	    font-weight: bold;
    margin-right: 10px
}

.contactUs .addresContainer p{
	    font-weight: 100;
	    font-size: 0.8em;
	    margin-bottom: 0;
	    position: relative;
}
/************* END LANDING PAGE *************/

/************* OUR PROMISE PAGE *************/
#our-promise main.our-promise{
	/* padding-top: 120px; */
	/* padding-bottom: 60px; */
	background-color: #fff;
	/* margin-top: 100px; */
}

.our-promise .ourpromiseContent {
    padding-top: 40px;
    padding-bottom: 40px;
}


.our-promise .ourpromiseContent  h6{
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.our-promise .ourpromiseContent  p{
	font-size: 1.3em;
	margin-bottom: 30px;
}

.our-promise .ourpromiseContent  p a{
	color: #EB3B24;
	font-weight: 700;
}


.our-promise .ourpromiseContent  .btn{
	font-size: 1.5em;
	font-weight: 600;
	padding: 0.5em 1.5em;
}

/************* END LANDING PAGE *************/

/************* TERMS & CONDITIONS PAGE *************/
#terms .terms{
	    background-color: #fff;
	    /* margin-top: 100px; */
}

.terms .termsContent{
	       padding-top: 40px;
    padding-bottom: 40px;
}

.terms .termsContent .btn {
    font-size: 1.5em;
    font-weight: 600;
    padding: 0.5em 1.5em;
}
.terms .termsContent h1 {
   
}

.terms .termsContent h6 {
   font-size: 1.5em;
   font-weight: 600;
   margin-bottom: 35px;
}

.terms .termsContent p {
       font-size: 1.3em;
       margin-bottom: 30px;
       font-weight: 300;
}

/************* END TERMS & CONDITIONS PAGE *************/

/************* SUPPORT PAGE *************/
#support .support{
	    background-color: #fff;
}

#support .supportContent{padding-top: 40px;padding-bottom: 40px;color: #001C2B;}

#support .supportContent h3 {
	 
		text-align: center;
		font-size: 1.5em;
		font-weight: 700;
		margin-bottom: 55px;
	
}
#support .supportContent h6 {
   font-size: 1.5em;
   font-weight: 600;
   margin-bottom: 35px;
}

#support .supportContent p {
       font-size: 1.3em;
       margin-bottom: 30px;
       font-weight: 300;
}

#support .supportContent .downlodSection{
       line-height: 1.5;
}

#support .supportContent .downlodSection h1{
       text-transform: uppercase;
       font-weight: 400;
}

#support .supportContent .downlodSection .formLink {
       margin-bottom: 15px;
       font-size: 1.4em;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center;
       -webkit-box-pack: justify;
           -ms-flex-pack: justify;
               justify-content: space-between;
}


#support .supportContent .downlodSection .formLink .btn{
       position: relative;
       border-radius: 0;
       font-weight: 500;
       /* right: 30%; */
       /* float: right; */
}
#support .supportContent .downlodSection .formLink span{
       vertical-align: middle;
       line-height: 1.5;
       /* top: 5px; */
       color: #001C2B;
       position: relative;
}

#support .supportContent .downlodSection .formLink .btn small {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}


/************* END SUPPORT PAGE *************/

/************* MODAL *************/

/************* END MODAL *************/
#getQuickQuoteModal .modal-content{
	border: 0px;
	border-radius: 0px;
}

#getQuickQuoteModal .modal-header{
	text-transform: uppercase;
	align-items: center;
}
#getQuickQuoteModal .modal-header h4{
	margin: 0px;
}

#getQuickQuoteModal .modal-header .close{
	font-weight: 100;
	font-size: xx-large;
	margin: 0;
	padding: 0;
}

#getQuickQuoteModal .modal-body{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}

#getQuickQuoteModal .modal-body .estimatedCost{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #00263e;
    padding: 15px;
    color: #61BCE8;
    margin-bottom: 15px;
}

#getQuickQuoteModal .modal-body .estimatedCost .contectDetails{
	flex: 0 0 50%;
    max-width: 50%;
}

#getQuickQuoteModal .modal-body .estimatedCost .contectDetails img{
	max-height: 40px;
}

#getQuickQuoteModal .modal-body .estimatedCost .costPrice{
	flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

#getQuickQuoteModal .modal-body .estimatedCost .costPrice h6 {
    margin: 0px;
}

#getQuickQuoteModal .modal-body .estimatedCost p{
	max-width: 100%;
    flex: 0 0 100%;
    text-align: right;
    color: #f5f5f5;
    margin-bottom: 0px;
}
/* 
#getQuickQuoteModal .modal-body .estimatedCost{

} */
#getQuickQuoteModal .modal-body .nice-select{
	width: 100%!important;
	border: 0px;
	border-bottom: 1px solid;
	padding: 0;
}

#getQuickQuoteModal .modal-body .nice-select.open .list{
    margin-top: 1px;
}

#getQuickQuoteModal .modal-body input[type=text] {padding: 0px;}

#getQuickQuoteModal .modal-body .form-control {
    width: 100%;
}

/************* FOOTER *************/
footer{
	background-color: #00263E;
	padding: 60px 0px;
	color: #fff;
	font-weight: 100;
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

footer .topFooter{
	border-bottom: 2px solid #f5f5f5;
}

footer .topFooter h4 {
    font-size: 1.2em;
}

footer .topFooter p {
    font-size: 12px;
}

footer .bottomFooter{
	padding-top: 30px;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer .bottomFooter nav{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}

footer .bottomFooter nav h3{
	font-size: 1.5em;
}

footer .bottomFooter nav a{
	color: #fff;
	margin: 0 10px 0 0;
	font-size: .9em;
	text-decoration: none;
}

footer .bottomFooter nav a:after{
	content: '|';
	padding-left:15px;

}

footer .bottomFooter nav a:first-of-type{
	margin: 0 10px 0 0;
	padding: 0;
}

footer .bottomFooter nav a:last-of-type{
	margin: 0 0 0 10px;
	padding: 0;
	text-align: center;
}

footer .bottomFooter nav a:last-of-type:after{
	content: '';
	padding-right: 0px;
}

footer .bottomFooter .logImg{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

footer .bottomFooter .logImg .logPlacholder{
	background-color: #fff;
	border-radius: 22px;
	color: #000;
	text-align: center;
	padding: 10px;
	font-size: 25px;
	line-height: 20px;
	white-space: normal;
	width: 200px;
	height: 43.26px;
	overflow-wrap: break-word;
}
.gmnoprint{
	display: none;
}
.gm-style-cc{
	display: none;
}
a[rel="noopener"]{
	display: none !important;
}
/************* END FOOTER *************/

/************* ANIMATION DELAYS *************/

/*=================================================== ANIMATION DELAYS ===================================================*/

[class*="anim-"] {
    -webkit-transition: all 300ms cubic-bezier(0.65, 2.01, 0.66, 0.85) 0ms;
    -o-transition: all 300ms cubic-bezier(0.65, 2.01, 0.66, 0.85) 0ms;
    transition: all 300ms cubic-bezier(0.65, 2.01, 0.66, 0.85) 0ms;
}

.anim-slow{-webkit-transition-duration: 500ms;-o-transition-duration: 500ms;transition-duration: 500ms;}

.anim-del-2{-webkit-transition-delay: 50ms;-o-transition-delay: 50ms;transition-delay: 50ms;}
.anim-del-3{ -webkit-transition-delay: 150ms; -o-transition-delay: 150ms; transition-delay: 150ms;  }
.anim-del-4{ -webkit-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms;  }
.anim-del-5{ -webkit-transition-delay: 350ms; -o-transition-delay: 350ms; transition-delay: 350ms;  }
.anim-del-6{ -webkit-transition-delay: 450ms; -o-transition-delay: 450ms; transition-delay: 450ms;  }
.anim-del-7{ -webkit-transition-delay: 550ms; -o-transition-delay: 550ms; transition-delay: 550ms;  }
.anim-del-8{ -webkit-transition-delay: 650ms; -o-transition-delay: 650ms; transition-delay: 650ms;  }
.anim-del-9{ -webkit-transition-delay: 750ms; -o-transition-delay: 750ms; transition-delay: 750ms;  }
.anim-del-10{ -webkit-transition-delay: 850ms; -o-transition-delay: 850ms; transition-delay: 850ms; }
.anim-del-11{ -webkit-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: 1s;    }
.anim-del-12{ -webkit-transition-delay: 1.1s; -o-transition-delay: 1.1s; transition-delay: 1.1s;  }
.anim-del-13{ -webkit-transition-delay: 1.2s; -o-transition-delay: 1.2s; transition-delay: 1.2s;  }
.anim-del-14{ -webkit-transition-delay: 1.3s; -o-transition-delay: 1.3s; transition-delay: 1.3s;  }
.anim-del-15{ -webkit-transition-delay: 1.4s; -o-transition-delay: 1.4s; transition-delay: 1.4s;  }
.anim-del-16{ -webkit-transition-delay: 1.5s; -o-transition-delay: 1.5s; transition-delay: 1.5s;  }


.outView.outView-left{ -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); opacity: 0;}
.outView.outView-right{-webkit-transform: translateX(-50px);-ms-transform: translateX(-50px);transform: translateX(-50px); opacity: 0; }
.outView.outView-up{-webkit-transform: translateY(50px);-ms-transform: translateY(50px);transform: translateY(50px); opacity: 0; }
.outView.outView-down{-webkit-transform: translateY(-50px);-ms-transform: translateY(-50px);transform: translateY(-50px); opacity: 0;}
.outView.outView-zoom{-webkit-transform: scale(0.9);-ms-transform: scale(0.9);transform: scale(0.9); opacity: 0;}
.outView.outView-shrink{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1); opacity: 0;}
.outView.outView-fade{ opacity: 0; }


/*=================================================== VERT CAROUSEL ===================================================*/


.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.wobble{
  animation: arrowWobble ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: arrowWobble ease-in-out 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: arrowWobble ease-in-out 1s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: arrowWobble ease-in-out 1s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: arrowWobble ease-in-out 1s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
  display: block;
  font-size: 2em;
}

@keyframes arrowWobble{
  0% {
    -webkit-transform:  translate(0px,0px)  ;
            transform:  translate(0px,0px)  ;
  }
  50% {
    -webkit-transform:  translate(0px,10px)  ;
            transform:  translate(0px,10px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
            transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes arrowWobble {
  0% {
    -webkit-transform:  translate(0px,0px)  ;
  }
  50% {
    -webkit-transform:  translate(0px,10px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  	transition: background-color 5000s ease-in-out 0s;
	-webkit-box-shadow: 0 0 0px 20px #00263e inset;
	-webkit-text-fill-color: #fff;
	border-bottom: 1px solid #fff;
}

#quickContact form > div{
    align-items: center;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}