/* Fonts 
font-family: itc-avant-garde-gothic-pro, sans-serif; 
Bold: 700

font-family: 'proxima-nova', sans-serif;
Bold: 700
Semibold: 600
Regular: 400

*/

body {
  background: #FFF;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-variant-ligatures: no-common-ligatures !important;
  font-variant-ligatures: no-common-ligatures !important;
}
* {
  font-variant-ligatures: no-common-ligatures !important;
}
/* Global */
::-moz-selection {
  background: #E84E0F none repeat scroll 0 0;
  color: #fff;
}

::selection {
  background: #E84E0F none repeat scroll 0 0;
  color: #fff;
}

p.bold {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 700;
  font-style: normal;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
  color: #E10707;
}

h1 {
  font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #312783;
  margin-bottom: 30px;
  letter-spacing: 0px;
}

h2 {
  font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #312783;
  margin-bottom: 15px;
  letter-spacing: 0px;
}
h3 {
  font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #312783;
  margin-bottom: 20px;
  letter-spacing: 0px;
}
h3 a {
  color: #E84E0F;
}
h4 {
  font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  color: #312783;
  margin-bottom: 20px;
  letter-spacing: 0px;
}
h4 a {
  color: #E84E0F;
}
h5 {
  font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  color: #FFF;
  margin-bottom: 20px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
h5 a {
  color: #E84E0F;
}
p {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #312783;
  margin-bottom: 25px;
}

p a {
  color: #E84E0F !important;
  text-decoration: underline !important;
}

p a:hover {
  color: #312783 !important;
  cursor: pointer;
}

ul {
  padding-left: 16px;
}

hr {
  color: #312783;
  border: 1px #312783 solid;
}

.normalList li a {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 30px;
  color: #312783;
  margin-bottom: 10px;	
  text-decoration: underline;
}

.normalList li {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #312783;
  margin-bottom: 7px;	
}

.normalList li span {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8;
  color: #E84E0F;
  margin-bottom: 10px;	
	margin-right: 5px;
}

.color-purple {
  color: #312783;	
}

/* MIN HEIGHT */

.g-min-height-600--lg {
  min-height: 300px;; 
	}

@media (min-width: 768px) { 

.g-min-height-600--lg {
  min-height: 560px; 
	}

}

.grecaptcha-badge {visibility: hidden;}

/* BUTTONS */

.btn-orange-rev-round {
  background-color: transparent;
  color: #312783 !important;
  font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
  font-weight: 700;
  font-style: normal;
  font-size: 0.95rem;
  padding: 18px 10px;
  border-radius: 10px;
  border: 4px solid #E84E0F;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}

.btn-orange-rev-round:hover {
  background-color: #E84E0F;
  color: #FFF !important;
  border: 4px solid #E84E0F;
  text-decoration: none;
  transition: color .3s ease-out, background .3s ease-in;
}

.btn-orange {
  background-color: #E84E0F;
  color: #FFF !important;
  font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
  font-weight: 700;
  font-style: normal;
  font-size: 0.95rem;
  padding: 17px 10px;
  border-radius: 10px;
  border: 4px solid #E84E0F;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}

.btn-orange:hover {
  background-color: transparent;
  color: #312783 !important;
  border: 4px solid #E84E0F;
  text-decoration: none;
  transition: color .3s ease-out, background .3s ease-in;
}

.btn-orange-footer {
  background-color: #E84E0F;
  color: #FFF !important;
  font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
  font-weight: 700;
  font-style: normal;
  font-size: 0.95rem;
  padding: 17px 25px;
  border-radius: 10px;
  border: 4px solid #E84E0F;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}

.btn-orange-footer:hover {
  background-color: transparent;
  color: #FFF !important;
  border: 4px solid #E84E0F;
  text-decoration: none;
  transition: color .3s ease-out, background .3s ease-in;
}

/* Reviews Button */
	
@keyframes wiggle {
 	90% 100% {
		    transform: translate3d(0, 0, 0);
	}
	10%, {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(1px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
	

}

.wiggle {
  display: inline-block;
  animation: wiggle 3.5s infinite;
}

.wiggle:hover {
  animation: none;
}		
		
#livechat-compact-container {
width: auto;
left: 0;
height: 60px;
display: inline-block;
position: fixed;
bottom: 0;	
  z-index: 10000;
}
.btn-chat a {
  font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  background: #FFF;
  display: block;
  font-size: 14px;
  border-radius: 10px 10px 0px 0px;
  padding: 15px 0px 0px 0px;	
  position: relative;
  right: -27px;
  transition: background 0.2s, right 0.2s;
  letter-spacing: 1.1px;	
  top: -12px;	
  box-shadow: 0px 3px 10px -4px black;	
}
.btn-chat a:hover {
  background: #FFF;
  top: -12px;
  transition: background 0.2s, top 1s;
  color: #FFF;	
}

/************************************************************************************************/
/* Pre-Navbar #2 */
.topbar-v3 {
  background: #312783 none repeat scroll 0 0;
  padding: 13px 0 11px;
  position: relative;
  z-index: 99;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: italic;
}
.list-inline > li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
/*Left Top Bar*/
.topbar-v3 ul.left-topbar {
  padding-left: 0;
  margin-bottom: 1px;
}
.topbar-v3 ul.left-topbar > li {
  display: inline;
  list-style: none;
  position: relative;
  padding-bottom: 15px;
}
.topbar-v3 ul.left-topbar > li > a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.topbar-v3 ul.left-topbar > li > a:hover {
  cursor: pointer;
}
.topbar-v3 ul.left-topbar > li {
  color: #FFF;
  font-size: 15px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: italic;
}
.topbar-v3 ul.left-topbar > li span {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: italic;
}
.topbar-v3 ul.left-topbar {
  margin-bottom: 1px;
  margin-top: 3px;
  padding-left: 0;
}
/*Right Top Bar*/
.topbar-v3 .right-topbar {
  margin-bottom: 1px;
}
.topbar-v3 .right-topbar li {
  margin-left: 3px;
}
.topbar-v3 .right-topbar li:first-child {
  margin-left: 0;
}
.topbar-v3 .right-topbar li, .topbar-v3 .right-topbar li a {
  color: #fff;
  font-size: 15px;
  text-transform: none;
}
.pull-right {
  float: right !important;
}
.topbar-v3 .right-topbar li a {
  color: #FFF;
  font-size: 13px;
  text-transform: none;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: italic;
}
.topbar-v3 .right-topbar li {
  font-size: 15px;
  color: #312783;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: italic;
}
.topbar-v3 .right-topbar li:first-child {
  margin-left: 0;
  vertical-align: middle;
  margin-right: 20px;
}
/* topbar-v3 buttons and icons */
.topbar-v3 .knowledgeButton li a {
  background: #888888;
  padding: 18px 25px;
  font-size: 13px;
}
.topbar-v3 .knowledgeButton li a:hover {
  background: #FFF;
  color: #888888;
  text-decoration: none;
  transition: color .3s ease-out, background .3s ease-in;
}
.topbar-v3 .knowledgeButton li:first-child {
  margin-left: 25px;
  margin-right: 0;
}
.fa-fixed [class^="fa"], .fa-fixed [class*=" fa"] {
  width: 1.25em;
  text-align: center;
  display: inline-block;
  font-style: normal;
}
.btn-phone-inversed {
  background-color: #FFF;
  border-color: #FFF;
  color: #312783;
}
.btn-phone-inversed:hover {
  background-color: #E84E0F;
  border-color: #E84E0F;	
  color: #FFF;
}
.btn-linkedin-inversed {
  background-color: #FFF;
  border-color: #FFF;
  color: #312783;
}
.btn-linkedin-inversed:hover {
  background-color: #E84E0F;
  border-color: #E84E0F;	
  color: #FFF;
}
.btn-twitter-inversed {
  background-color: #FFF;
  border-color: #FFF;
  color: #312783;
}
.btn-twitter-inversed:hover {
  background-color: #E84E0F;
  border-color: #E84E0F;	
  color: #FFF;
}
.btn-facebook-inversed {
  background-color: #FFF;
  border-color: #FFF;
  color: #312783;
}
.btn-facebook-inversed:hover {
  background-color: #E84E0F;
  border-color: #E84E0F;	
  color: #FFF;
}
.rounded {
  border-radius: 15px !important;
}
.btn-group-xs > .btn, .btn-xs {
  font-size: 12px;
  line-height: 1.5;
  padding: 3px 5px;
}
/* Pre-Navbar #2 RESPONSIVE */
@media(min-width:2000px) {}
@media(max-width:1025px) {}
@media(max-width:992px) {
  .topbar-v3 .left-topbar, .topbar-v3 .right-topbar {
    float: left;
    text-align: left;
  }
  .topbar-v3 ul.left-topbar {
    text-align: center;
  }
  .topbar-v3 .left-topbar, .topbar-v3 .right-topbar {
    text-align: center;
  }
  .topbar-v3 .right-topbar li:first-child {
    margin-left: 0;
    margin-right: 10px;
    vertical-align: middle;
  }
  .topbar-v3 .right-topbar li button {
    margin-top: 2px;
  }
  .topbar-v3 .knowledgeButton li a {
    background: none;
    padding: 0;
    text-align: right;
    margin-bottom: 5px;
    text-decoration: underline;
  }
  .topbar-v3 .knowledgeButton li a:hover {
    background: none;
    text-decoration: none;
    color: #FFF;
  }
}
@media(max-width:769px) {
  .topbar-v3 ul {
    margin: 10px 0;
  }
}
@media (max-width: 769px) {
  .topbar-v3 .left-topbar, .topbar-v3 .right-topbar {
    text-align: center;
    float: none !important;
  }
}
@media(max-width:750px) {}
@media(max-width:500px) {}

/* NAV */

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
  color: #312783;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.05rem;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
  color: #E84E0F;	
}

.navbar-brand img {
	width: 230px;
}

.nav-link i {
	font-style: normal;
	color: #E84E0F;
}

@media (min-width: 768px) {
  .u-nav-v1-1 .nav-link.active, .u-nav-v1-1 .nav-link:active,   .u-nav-v1-1 .nav-link:hover {
    background-color: #F1EFF9; } 
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:active, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, .u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
	color: #E84E0F;
}

.hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.borderRow {
	border-top: solid 3px #312783;
}

.hs-mega-menu .col-md-9 {
   background: #F1EFF9;
}

.u-header__section {
  background-color: rgba(255, 255, 255, 1);
}

.u-header__section--light .hamburger-inner, .u-header__section--light .hamburger-inner::after, .u-header__section--light .hamburger-inner::before {
  background: #312783;
}

.hamburger--slider .hamburger-inner {
  top: 5px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 100%;
  height: 3px;
  border-radius: 0;
}

.u-btn-outline-black {
  color: #FFF;
  background-color: #312783;
  border-radius: 0px;
  border: 1px solid #312783;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.05rem;
}

.u-btn-outline-black i {
  color: #E84E0F;
}

.u-btn-outline-black:hover {
  color: #E84E0F;
  background-color: #312783;
}

.u-btn-outline-black:focus, .u-btn-outline-black.active {
  color: #E84E0F;
  background-color: #312783;
}

.hs-has-sub-menu > a::after {
	display: none;
}

#nav-submenu-1, #nav-submenu-2 {
  border-top: solid 3px #312783;
  background: #F1EFF9;
  margin-top: 26px;
}

/* KEY POINTS SECTION */

.keyPoints {
  background: #F1EFF9;
  padding: 30px 0px;
}


@media (min-width: 768px) {
.keyPoints .middleCol {
  border-right: 3px solid #312783;
  border-left: 3px solid #312783;	
}
}

.keyPoints .iconCol {
  text-align: center;
}

.keyPoints h3 {
  font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
  font-weight: 700;
  font-style: normal;
  margin: 0 auto;
  font-size: 1rem;
  display: inline-block;
  margin-left: 20px;
}

/* Intro/Main Area #2 */
.productTopSection {
  background: #FFF;
  padding: 100px 0px;
}

/*Homepage Popular Products */

@media (max-width: 1225px) {
  .divimage {
    background-image: none !important;
  }
}

.hpPopularProducts {
	padding: 100px 0;
	background: #F1EFF9;
}
/*.hpPopularProducts {
	padding: 100px 0;
	background-image: url(/assets/images/misc/product-bg-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/
.hpPopularProducts h2 {
	text-align: center;
}
.hpPopularProducts p.paddingRanL {
	text-align: center;
	margin-bottom: 40px;
	padding: 0;
}
.product1 {
	background: #FFF none repeat scroll 0 0;
	border-radius: 10px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.float {
	box-shadow: 0 0 1px rgba(0.5, 0, 0, 0);
	display: inline-block;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: transform;
}
.float:hover {
	transform: translateY(-5px);
	text-decoration: none!important;	
}
.product-head {
	padding: 20px;
    min-height: 200px;
}
.product-head span {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.product-head span a {
	color: #13302c;
}
.product-head span a:hover {
	color: #00a49c;
}
.product-head h3 {
	color: #312783;
	margin-bottom: .5rem;
	text-decoration: none!important;	
}
h4.productSpan {
	margin-bottom: 0;
}
.product-content li {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.product-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
.product-head p {
	margin-bottom: 0px;
	color: #312783;
	font-size: 1.1rem;
	line-height: 1.6;
	text-decoration: none!important;
}

.hpPopularProducts a:hover h3 {
	color: #E84E0F;
}

/* PRODUCT PAGE*/

.productPrice {
  font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #312783;
  margin-bottom: 30px;
  letter-spacing: 0px;
}

.productSmall {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #E84E0F;
}

.productCard {
  background: #F1EFF9;
  border-radius: 10px;
  padding: 30px;
}

.productCard h1 {
  margin-bottom: 15px;
}

.productCard .brdPruple {
  border-color: #312783 !important;
}

.productCard h5 {
  color: #312783;
}

.productImage {
  border-radius: 10px;
}

.productAccTitle a {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #312783 !important;
  margin-bottom: 0px;	
  text-decoration: none !important;
}

.productCard .u-carousel-indicators-v1 li.slick-active span, .u-carousel-indicators-v1--white li.slick-active span {
  border-color: #312783 !important;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #312783;
  opacity: 1;
  border: 1px solid #312783;	
}

.u-carousel-indicators-v1 span {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #312783;
  opacity: 1;
}

.js-carousel.slick-initialized .js-prev {
  left: 18px;
  position: absolute;
  top: 55px;
  border-radius: 0px 5px 5px 0px;	
}

.js-carousel.slick-initialized .js-next {
  right: 18px;
  position: absolute;
  top: 55px;
  border-radius: 5px 0px 0px 5px;	
}

.js-next.u-arrow-v1::before, .js-prev.u-arrow-v1::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: top;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 900;
  font-size: 1.5rem;
  color: #312783;
}

/* ABOUT SECTION */

.keyPointCard {
  margin-bottom: 40px;
}

.keyPointCard h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.keyPointCard p {
  font-size: 1.15rem;
  line-height: 1.4;
  margin-bottom: 0px;
}

.customerReviews h5 {
  color: #312783;
}

/* CTA Area #1 */
.fullWidthSect {
  background: #312783;
  padding: 80px 0;
}
.fullWidthSect h2 {
  color: #FFF;
  font-size: 42px;
  margin-bottom: 0px;
  display: inline;
  vertical-align: middle;
}
.fullWidthSect a {
  margin: 0 auto;
}
.fullWidthSect .g-top-minus-120 {
  top: -6.571rem;
}
/* CTA Area #1 RESPONSIVE */
@media only screen and (max-width: 480px) {
  .fullWidthSect {
    padding: 60px 0;
  }
  .fullWidthSect .g-top-minus-120 {
    top: -4.571rem;
  }
}

@media only screen and (max-width: 768px) {
.CTASect .btn-orange {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}
}

/* CONTACT PAGE */

.contactCard {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .8125rem;
  box-shadow: 0 1rem 1.75rem 0 rgba(45,55,75,.1);
}

.cardBody.cardForm{
  background: #FFF;
  padding: 30px;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
.cardBody.cardForm{
  padding: 10px;
}
}

.noticeBox {
	padding: 10px;
	background-color: #E84E0F;
	border: 3px solid #E84E0F;
	margin-bottom: 30px;
	border-radius: 10px;
}

.cardBody.cardDetails{
  background: #F1EFF9;
  padding: 50px;
  border-radius: 0px 10px 10px 0px;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
.cardBody.cardDetails {
	padding: 50px 0px;
	}
}

.contactForm3 .form-control {
    background: #FFF;
    font-size: 1rem;
    border-color: #DDD;
    font-weight: 400;
	border-width: 2px;
	transition-duration: 0.5s;
	min-height: 50px;
}

.contactForm3 .form-control:focus {
    border-color: #009FE3;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: inherit;
    pointer-events: all;
    opacity: 1;
}

/* CTA MODAL */

#bookModal h3
{margin-bottom:0px;
}

.modalForm {
  padding: 25px;
  background:#009FE3;
  border-radius:0px;
}
.modalForm .form-control {
  height: 50px;
  border-color: #FFF;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
  transition: none;
  border-radius:4px;
}
.modalForm .form-control.textArea {
  height: auto;
}
.modalForm .form-check-inline .g-absolute-centered--y {
  top: 35% !important;
}
.modalForm .form-check-inline {
  font-family: 'Averta W01 Semibold1582343';
  color: #009FE3;
  font-size: 15px;
}

p.sideFormMessageIntro {
font-size: 17px;
line-height:22px;
margin-bottom: 5px;
color:#000;
font-weight:bold;
padding: 25px 25px 5px 25px;
}

p.sideFormMessage {
	
font-size: 15px;
font-style: italic;
margin-bottom: 0px;
padding: 10px 25px;
}

.modal-footer {
 background: #009FE3;
 border: none;
}

.modal-body {
 padding: 0;
}

.modal-footer .btn-secondary {
 color: #009FE3;
 background-color: #FFF;
 border-color: #FFF;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #FFF;
    background-color: #009FE3;
    border-color: #FFF;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.modal-content {
 border-radius: .5rem;
 border-color: transparent;
}

.modal-header {
 padding: 10px 25px;
}

/* Product Accordion */

.productNav .nav-item .nav-link {
  background: #FFF !important;
  border: 3px solid #E84E0F !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 20px;
  font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
  font-weight: 700;
  font-style: normal;
  color: #312783;
  border-radius: 10px;
  letter-spacing: 0.2px;
}

.productNav .nav-item .nav-link:hover {
  background: #E84E0F !important;
  border: 3px solid #E84E0F !important;
  color: #FFF  !important;
}
	
.productNav .nav-item .nav-link.active.show {
  background: #E84E0F !important;
  border: 3px solid #E84E0F !important;
  color: #FFF  !important;
}	
	
.shortcode-html article {
  background: #FFF;		
}
	
.productNav.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}	

#ProductAccordion .card {
	background-color: #312783;
	border: 2px solid #312783;
    -webkit-box-shadow: none;
    box-shadow: none;
	border-radius: 0px;
}

#ProductAccordion .remediationCard, #ProductAccordion .intelligentCard {
	border-radius: 0;
}

#ProductAccordion h3 {
	font-size: 17px;
	text-transform: uppercase;
}

#ProductAccordion .card:first-child {
	border-radius: 15px 15px 0px 0px;
}

#ProductAccordion .card:last-child {
	border-radius: 0px 0px 15px 15px;
}


#ProductAccordion .card:last-child #deepBody {
	border-radius: 0px 0px 13px 13px;	
}

#ProductAccordion {
  background-image: url("/assets/images/home/impression-our-solutions-image.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom right; 	
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1570px) {
#ProductAccordion {
  background-size: 42%;	
}
}

@media only screen and (max-width: 1199px) {
#ProductAccordion {
  background-image: none;	
}
}

/* Product Page Review Card */

@media (min-width:992px) {

  .mt-md-n11,
  .my-md-n11 {
    margin-top:-11rem!important
  }
}      

.reviewCard {
    position: relative; /* Needed for the pseudo-element */
    border: none;
    background-color: #312783;
    overflow: hidden; /* Ensures the shine doesn't spill outside */
}

/* Pseudo-element for the shine */
.reviewCard::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%; /* Start outside the left edge */
    width: 50%; /* Width of the shine */
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg); /* Slight skew for a diagonal shine */
    animation: shine 4s infinite; /* total duration includes the delay */
}

@keyframes shine {
    0% {
        left: -75%; /* off the left edge */
    }
    30% {
        left: 125%; /* glides across quickly */
    }
    100% {
        left: 125%; /* stays off-screen to the right for the “delay” */
    }
}

/* Legal Info Accordion*/
#TimeAccordion .u-accordion__body p span.newpill {
	background: #003F6E;
	border-radius: 30px;
	color: #FFF;
	padding: 1px 8px;
	margin-right: 5px;
	text-decoration: none!important;
    font-family: 'itc-avant-garde-gothic-pro', sans-serif; 
    font-weight: 700;
    font-style: normal;
}

#TimeAccordion .u-accordion__body p a i {
	color: #003F6E !important;
}

#TimeAccordion .dropdowncard {
	background: #312783;
	border: 2px solid #312783;
	box-shadow: none;
}

#TimeAccordion .dropdowncard:first-child {
	border-radius: 15px 15px 0px 0px;
}

#TimeAccordion .dropdowncard:last-child {
	border-radius: 0px 0px 15px 15px;
}

#TimeAccordion .posCard {
	background: #312783;
	border: 2px solid #312783;
	border-radius: 0;
}

#TimeAccordion .darkCard {
	background: #2B2866;
	border: 2px solid #2B2866;
}

#privacypolBody, #cookiesBody, #tandcBody, #googleBody, #vatBody {
	background: #FFF;
	border-radius: 0 0 15px 15px;
}

#body1, #body2, #body3, #body4, #body5, #body6, #body7, #body8, #body9 {
	background: #FFF;	
}

#TimeAccordion .dropdowncard:last-child #googleBody {
	border-radius: 0px 0px 13px 13px;	
}

/* Footer Area */

.subscribeField {
  border-radius: 5px 0px 0px 5px;
}

.subscribeButton {
  border-radius: 0px 5px 5px 0px;
  background-color: #E84E0F;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
.footer2 footer .container.g-pt-80 {
    text-align: center;
}
}

.footer2 footer {
  background: #312783;
}
.footer2 footer p {
  font-size: 14px;
  color: #FFF;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 10px;	
}
.footer2 footer .footerText p a {
  color: #000 !important;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.footer2 footer .footerText p a:hover {
  color: #E84E0F;
}
.footer2 footer .u-link-v5 {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.footer2 footer .u-link-v5:hover {
  color: #E84E0F;
}
.footer2 footer a:hover {
  text-decoration:  none;
}
.footer2 footer .my-3 i {
  font-weight: 700;
  color: #E84E0F;
}
.footer2 footer .underlineList li a {
  text-decoration: underline;
}
.footer2 .rssdescription p:last-child {
  display: none !important;
}
.footer2 .address p span {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.footer2 .address p {
  line-height: 30px;
}
.footer2 .address a {
  color: #FFF!important;
  text-decoration: none;
}
.footer2 .address a:hover {
  color: #FFF;
}
.footerContact {
  color: #FFF;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.footer2 .copyrightInfo {
  background: #312783;
  padding: 15px 0;
}
.footer2 .copyrightInfo p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
.footer2 .copyrightInfo p {
  text-align: center;
}
}
.footer2 .copyrightInfo p span {
  margin-right: 10px;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;    
  font-style: normal;
}
.footer2 .copyrightInfo p a {
  color: #FFF !important;
  text-decoration: underline;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.footer2 .copyrightInfo p a:hover {
  color: #FFF !important;
}
.footer2 .copyrightInfo p.cre8Link a {
  color: #FFF;
  text-decoration: underline;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.footer2 .copyrightInfo p a:hover {
  text-decoration: none;
}
.footer2 .copyrightInfo p.cre8Link {
  text-align: right;
}

@media only screen and (max-width: 768px) {
.footer2 .copyrightInfo p.cre8Link {
  text-align: center;
}
}
/* Footer Area #2 RESPONSIVE*/
@media only screen and (max-width: 480px) {
  .footer2 .copyrightInfo p.cre8Link {
    text-align: left;
    margin-top: 10px;
  }
  .footer2 .copyrightInfo p span {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .footer1 ul.footerList {
    margin-top: 0px;
  }
}

/* Products Image Overlap */

    .container-overlap {
      max-width: 900px;
      margin: 0 auto;
      padding: 0;
	  padding-left:17% !important;
    }

    .image-wrapper-overlap {
      position: relative;
      width: 100%;
    }

    .main-img-overlap {
      width: 100%;
      height: auto;
      border-radius: 10px;
      display: block;
    }

    .secondary-img-overlap {
      position: absolute;
      top: 70%;
      left: -20%;
      transform: translateY(-50%);
      width: 60%;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

/* FAQ Accordian Styling */

#faq1Body, #faq2Body, #faq3Body, #faq4Body, #faq5Body, #faq6Body, #faq7Body, #faq8Body, #faq9Body, #faq10Body, #faq11Body, #faq12Body, #faqEndBody {
	background: #FFF;	
}

#faqEndBody {
	border-radius: 0px 0px 13px 13px;
}

/* Nav CTA */

.nav-cta {
	background: #E84E0F;
	color: white !important;
	font-family: 'itc-avant-garde-gothic-pro', sans-serif !important;
	text-transform: uppercase;
	padding-left: 20px !important;	
    padding-right: 20px !important;
    padding-top: 13px;
    padding-bottom: 10px;	
	border-radius: 15px;
	border: 3px solid transparent;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nav-cta:hover {
	background: #fff;
	color: #312783 !important;
	border-color: #E84E0F;
}

@media (min-width: 992px) {

.navbar-nav {
	align-items: center;
}
	}

@media (max-width: 992px) {

.nav-cta {
  margin-top: 10px;
  display: inline-flex;
}
	}