@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');



.page-home {
	background: linear-gradient(to bottom, rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url("https://apihoard.webit.com/api/v1/Image/A2DDFAB831C96608927EF0BD99BCB8AD/A2DDFAB831C96608927EF0BD99BCB8AD.png?size=1920x1440");
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

/*HEADER*/


.header .container {
	max-width: 1400px;
}

.header .navbar-nav .nav-link {
	text-transform: uppercase;
	line-height: 2;
	font-weight: 400;
}

/* .header .navbar-dark .navbar-nav .active > .nav-link {
    color: #222 !important;
  } */

.header .navbar .dropdown-item {
	padding: 0.35em;
}

.header .navbar .nav-link::before {
	border-width: 1px;
}

.header a.cw-phone {
	font-weight: 700;
	font-size: 16px;
}

.header .header-info-logo-img img {
	width: 269px;
}

.cw-header-info,
.cw-header-info a {
	color: #0B384D !important;
}

.cw-header-info a:hover {
	color: #FDD015 !important;
}

@media (max-width: 767px) {
	.header .header-business-phone {
		padding: 0px;
	}

	.header .header-business {
		font-size: 12px;
	}

	.header a.cw-phone {
		font-size: 12px;
	}

	.header-info-logo {
		margin-top: -15px;
		margin-bottom: -22px;
	}
}

@media (min-width: 992px) {
	.header .header-info-logo-img {
		position: fixed;
		top: 0;
		z-index: 1032;
		padding: 0;
	}

	.header .navbar-expand-lg .navbar-nav .dropdown-item {
		font-size: 0.85rem;
	}

	nav.navbar .container {
		position: relative;
		height: 130px;
		margin: 0 auto;
	}

	.navbar-nav {
		position: absolute;
		right: 0;
		bottom: 1rem;
		border-top: 1px solid #ffdc46;
	}

	.cw-header-info {
		position: fixed;
		z-index: 1032;
		top: 0;
		width: 100%;
		padding: 0;
	}
}

@media (min-width: 1400px) {
	.header .header-business {
		font-size: 17px;
	}

	.header a.cw-phone {
		font-size: 18px;
	}
}

/*HEADER END*/


/*HERO*/


.cw-hero {
	min-height: 250px;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.1);
}

.parallax-mirror {
	z-index: 0 !important
}

.cw-hero h1 {
	font-size: 1.5rem;
	text-shadow: 2px 2px 4px #000;
	font-family: "Alfa Slab One", serif;
	font-weight: 400;
	text-transform: uppercase;
	color: var(--color-theme-secondary);
}

.cw-hero span {
	text-shadow: 2px 2px 4px #000;
	font-family: "Alfa Slab One", serif;
	font-weight: 400;
	font-size: 1.1rem;
}

@media (min-width: 440px) {
	.cw-hero h1 {
		font-size: 2.25rem;
	}

	.cw-hero span {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	.cw-hero {
		min-height: 350px;
	}

	.cw-hero h1 {
		font-size: 3.5rem;
	}

	.cw-hero span {
		font-size: 2.25rem;
	}
}

@media (min-width: 992px) {
	.cw-hero {
		min-height: 550px;
	}

	.cw-hero h1 {
		font-size: 5rem;
	}

	.cw-hero span {
		font-size: 3.25rem;
	}
}

@media (min-width: 1400px) {
	.cw-hero {
		min-height: 650px;
	}
}


/* .cw-hero {
	background: var(--color-theme-primary);
	position: relative;
	overflow: hidden;
}

.cw-hero::before {
	content: "";
	position: absolute;
	background-image: linear-gradient(to bottom, transparent 0%, transparent 85%, #b6ecf9 95%);
	background-position: center;
	background-size: cover;

	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 101%;
	z-index: 1;
} */


/* .cw-heroText {
	margin: auto;
	max-width: 660px;
	background: var(--color-theme-primary);
}

.cw-heroText h1 {
	position: relative;
	z-index: 2;
	background: var(--color-theme-primary);
	background: linear-gradient(to right, white 4px, transparent 4px) 0 0, linear-gradient(to right, white 4px, transparent 4px) 0 100%, linear-gradient(to left, white 4px, transparent 4px) 100% 0, linear-gradient(to left, white 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, white 4px, transparent 4px) 0 0, linear-gradient(to bottom, white 4px, transparent 4px) 100% 0, linear-gradient(to top, white 4px, transparent 4px) 0 100%, linear-gradient(to top, white 4px, transparent 4px) 100% 100%;
	background-repeat: no-repeat;
	background-size: 40px 25px;
	padding: 1em;
}

.cw-heroText h1 span {
	color: var(--color-theme-secondary);
	text-shadow: 2px 2px 0 rgb(255 255 255);
	font-size: 3rem;
	line-height: 1;
}

@media (max-width: 567px) {
	.cw-heroText h1 {
		font-size: 1.75rem;
	}
}

@media (min-width: 768px) {
	.cw-heroText h1 {
		position: absolute;
		bottom: 50px;
	}
}

@media (min-width: 1200px) {
	.cw-heroText h1 {
		bottom: 35%;
	}
} */

/*HERO END*/



.list .list-text-title {
	color: var(--color-theme-primary);
}

.cssvars-polyfilled .list .list-text-title {
	color: var(--color-theme-primary);
}

button,
.btn {
	border-radius: 0.25rem !important;
}



@media (min-width: 280px) {
	.page-home .text-uppercase {
		font-size: 1.5rem !important;
	}
}


@media (min-width: 330px) {
	.page-home .text-uppercase {
		font-size: 1.5rem !important;
	}
}

@media (min-width: 440px) {
	.page-home .text-uppercase {
		font-size: 1.5rem !important;
	}
}

@media (min-width: 768px) {
	.page-home .text-uppercase {
		font-size: 2.5rem !important;
	}
}

@media (min-width: 992px) {
	.page-home .text-uppercase {
		font-size: 2.5rem !important;
	}
}

@media (min-width: 1200px) {
	.page-home .text-uppercase {
		font-size: 2.5rem !important;
	}
}

@media (min-width: 1480px) {
	.page-home .text-uppercase {
		font-size: 2.5rem !important;
	}
}

section:not(.page-home) .title {
	position: relative;
	padding: 2em 0;
	background: linear-gradient(to bottom, rgba(11, 56, 77, .7), rgba(11, 56, 77, .7)), url(https://apihoard.webit.com/api/v1/Image/FBD24B712DB97488251278ED02AF3123/FBD24B712DB97488251278ED02AF3123.jpg?size=1920x1440);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

/* section:not(.page-home) .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.65);
} */

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 2;
	text-shadow: 5px 2px #000;
	color: var(--color-theme-highlight);
}

.cw-badges-review {
	text-align: center;
	margin-bottom: 25px;
}

.cw-words {
	margin-left: 15px;
}

/* @media (max-width: 991px) {
  .header .header-business {
    color: #000 !important;
  }
} */

@media (min-width: 992px) {
	.cw-badges-review {
		text-align: right;
		margin-right: 2px;
		margin-top: 25px;
	}

	.cw-badges-review-badge {
		padding-right: 5px;
	}

	/* .header .header-info-logo-img {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 0;
  } */

	/* nav.navbar .container {
    position: relative;
    margin: 0 auto;
  } */

	/* .navbar-nav {
    position: absolute;
    right: 0;
    top: 3.75rem;
    z-index: 5000;
  } */

	/* .header .navbar,
  .header .navbar.bg-primary.cw-scrolled .navbar-nav {
    top: 0;
    background: #0e4a66;
    border-top: none;
  } */

	/* .header .header-info-logo-img img.cw-shrink {
    width: 180px;
  } */

	/* .cw-header-contact {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
  } */

	section:not(.page-home) .title {
		margin-bottom: 2.5em;
		padding: 10em 0 1.5em;
	}

	section:not(.page-home) .title .title-heading {
		font-size: 2.75rem;
	}
}

/* .cw-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.35)),
    url(https://apihoard.webit.com/api/v1/Image/05A062ECCA316DE3898030E7AA9BE042/05A062ECCA316DE3898030E7AA9BE042.jpg?size=1920x1440);
  background-size: cover;
  background-position: right;
  padding-top: 25px;
}

.cw-hero h1,
.cw-hero h5 {
  text-shadow: 1px 7px 5px #000;
}

.cw-hero p {
  text-shadow: 1px 1px 3px #000;
}

@media (max-width: 768px) {
  .cw-hero h1.text-uppercase {
    font-size: 1.2em;
  }
}

.cw-heroSection {
  background: linear-gradient(
      rgba(255, 255, 255, 225),
      rgba(255, 255, 255, 0.25),
      rgba(255, 255, 255, 225)
    ),
    url();
  background-size: cover;
  padding: 3rem 5;
  margin: 3rem;
}

@media (min-width: 992px) {
  .cw-hero {
    background-position: bottom;
    padding-top: 350px;
  }

  .cw-hero h5.text-uppercase.text-highlight {
    margin-top: 7em;
  }

  .cw-hero h1.text-uppercase {
    font-size: 3.5em;
  } */

.fa-star {
	color: white;
}


/* @media (min-width: 1600px) {
  .cw-hero {
    padding-top: 550px;
  }
} */

.cw-cascade {
	margin: 0 auto;
	padding: 8em 0;
}

.cw-cascade p {
	font-size: 1.5rem;
	line-height: 1;
}

.cw-cascade:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(15, 31, 47, 0.7);
}

@media (min-width: 768px) {
	.page-home .cw-cascade {
		padding: 10em 0;
	}

	.page-home .cw-cascade .btn {
		padding: 1rem 3rem;
		font-size: 1.5rem;
	}
}

.cw-banner a.button {
	height: 80px;
	line-height: 80px;
	margin-top: 1em;
	padding: 0 2em;
	background: var(--color-theme-secondary);
	font-size: 1.25rem;
}

@media (min-width: 992px) {
	.cw-banner a.button {
		margin: 0;
		padding: 0 1em 0 3.75em;
	}

	.cw-banner a.button:before {
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		margin-top: 0;
		border-color: transparent;
		border-top-color: var(--color-theme-primary);
		left: 0;
		border-top-width: 80px;
		border-right-width: 60px;
		border-left-width: 0;
	}

	.cw-banner a.button:after {
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		margin-top: 0;
		border-color: transparent;
		border-top-color: var(--color-theme-secondary);
		right: -60px;
		border-top-width: 80px;
		border-right-width: 60px;
		border-left-width: 0;
	}
}

.cw-banner a.button:focus:after {
	border-top-color: var(--color-theme-secondary);
}

.page-home .businessinfo {
	padding-top: 5em;
	padding-bottom: 3em;
	background-image: linear-gradient(0deg, white, transparent),
		url(https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_07.jpg);
	background-size: cover;
	background-position: center;
}

.carousel-control-next,
.carousel-control-prev {
	display: none;
}

.cw-reviews {
	background-image: linear-gradient(to bottom,
			rgba(250, 250, 250, 250.65),
			rgba(250, 250, 250, 0.65)),
		url(https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_07.jpg);
	background-position: center center;
	padding: 4em 0;
}

.cw-review h5 {
	color: var(--color-theme-secondary);
	font-size: 1.25em;
	line-height: 1.25em;
	text-transform: uppercase;
}

.cw-review p {
	color: #000;
	text-align: center;
	line-height: 1.75em;
	font-style: italic;
}

@media (min-width: 768px) {

	.carousel-control-next,
	.carousel-control-prev {
		display: flex;
		width: auto !important;
	}
}

@media (min-width: 1800px) {
	.cw-reviews {
		padding: 4em 0;
	}
}

.cw-author {
	text-align: left;
	margin-left: 1.5em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	font-size: 14px;
	font-size: 0.875rem;
	color: var(--color-theme-text);
}

.cw-testimonials-all .cw-testimonials-all-wrapper>ul {
	margin: 1.5em auto 4em auto;
}

.cw-testimonials-all .cw-testimonials-all-wrapper>ul:after {
	content: "";
	display: table;
	clear: both;
}

.cw-testimonials-all .cw-testimonials-item {
	margin-bottom: 2em;
}

.cw-testimonials-all p {
	position: relative;
	background: var(--color-theme-header);
	color: #fff;
	padding: 2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
	border-radius: 0.25em;
	margin-bottom: 1em;
}

.cw-testimonials-all p::after {
	/* creating the triangle in css */
	content: "";
	position: absolute;
	top: 100%;
	left: 2em;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-top-color: var(--color-theme-secondary);
}

@media only screen and (min-width: 768px) {
	.cw-testimonials-all .cw-testimonials-item {
		width: 46%;
		margin: 0 2% 3em;
	}
}

@media only screen and (min-width: 1170px) {
	.cw-testimonials-all .cw-testimonials-item {
		width: 30%;
		margin: 0 1.6666% 3em;
	}
}

/*--- Floating links ---*/
.cw-lets-talk {
	position: fixed;
	z-index: 50;
	bottom: 1em;
	right: 1em;
	border-radius: 25px;
	-webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
	background-color: #0B384D;
}

.cw-lets-talk:hover {
	cursor: pointer;
}

.hidden {
	display: none;
}

#contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 50%;
	background: #fff;
}

#contactBtns a {
	display: inline-block;
	width: 54px;
	height: 54px;
	padding: 10px;
	border-radius: 50%;
	background: #fff;
}

#contactBtns .fa {
	font-size: 35px;
	color: var(--color-theme-primary);
}

.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
	margin: 10% auto;
	width: 80%;
	padding: 10px 30px 30px 30px;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
	animation-name: modalopen;
	animation-duration: 1s;
	background: var(--color-theme-primary);
	border: 4px solid #fff;
}

@media (min-width: 991px) {
	.modal-content {
		margin: 10% auto;
		width: 40%;
		padding: 10px 30px 30px 30px;
		box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
		animation-name: modalopen;
		animation-duration: 1s;
		background: var(--color-theme-primary);
		border: 4px solid #fff;
	}
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 !important;
	border-bottom: none !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.modal-body {
	padding: 10px 20px;
	background: #fff;
}

.close {
	font-size: 30px;
}

.close:hover,
.close:focus {
	text-decoration: none;
	cursor: pointer;
}

@keyframes modalopen {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media (min-width: 1226px) {
	.cw-satis {
		width: 98%;
		height: auto;
		padding-left: 81.5%;
	}
}

@media (min-width: 1880px) {
	.cw-satis {
		width: 100%;
		height: auto;
		padding-top: -10%;
		padding-left: 85.5%;
	}
}

.cw-card {
	max-width: 200px;
}


@media (min-width: 280px) {
	.cw-card {
		max-width: 265px;
	}
}

@media (min-width: 330px) {
	.cw-card {
		max-width: 315px;
	}
}

@media (min-width: 440px) {
	.cw-card {
		max-width: 420px;
	}
}

@media (min-width: 768px) {
	.cw-card {
		max-width: 700px;
	}
}

@media (min-width: 992px) {
	.cw-card {
		max-width: 700px;
	}
}

@media (min-width: 1200px) {
	.cw-card {
		max-width: 700px;
	}
}

@media (min-width: 1480px) {
	.cw-card {
		max-width: 700px;
	}
}


/* Home Page Spring Cleaning Deals */

.cw-box {
	padding: 60px 0px;
}

.cw-boxPart {
	background: #f03d33;
	background: linear-gradient(325deg, rgb(20 17 17) 0%, rgb(0 65 96) 100%);
	padding: 60px 10px;
	margin: 30px 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	margin-bottom: 25px;
	color: #fff;
}

/* .cw-boxPart {
  background: rgb(240, 61, 51);
  background: linear-gradient(
    325deg,
    rgb(255, 255, 255) 0%,
    rgba(0, 141, 211) 100%
  );
  padding: 60px 10px;
  margin: 30px 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  color: #ffffff;
} */

.cw-boxPart:hover {
	background: #000000;
}

.cw-boxPart:hover .fa,
.cw-boxPart:hover .title,
.cw-boxPart:hover .text,
.cw-boxPart:hover a {
	color: #fff;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.cw-boxText {
	margin: 20px 0px;
}


.cw-slide-banner {
	position: relative;
	margin: 1rem auto 2rem;
	/* padding: 2rem 0.5rem; */
	overflow: hidden;
}

.cw-slide-banner .cw-bannerbox {
	color: #fff;
	text-align: center;
	padding: .5rem 0.5rem;
	border: 2px dashed #fff;
	border-radius: 0px 20px 20px 0;
	background-color: var(--color-theme-secondary);
	/* margin: 1rem auto 2rem; */

	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.cw-slide-banner .cw-bannerbox.cw-box-primary {
	background-color: var(--color-theme-primary);
	color: #0B384D;
}

.cw-slide-banner .cw-bannerbox.cw-box-secondary {
	background-color: var(--color-theme-secondary);
	color: #0B384D;
}

.cw-slide-banner h3 {
	margin: 0 1rem;
	font-size: 1.5rem;
}

.cw-slide-banner a {
	margin: 10px;
	padding: 0.5rem 0.8rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-slide-banner h3 {
		margin: 0 2rem;
	}

	.cw-slide-banner .cw-bannerbox {
		max-width: 800px;
		margin: 1rem auto;
		border-radius: 20px;
	}

	.cw-slide-banner .cw-bannerbox.cw-box-left {
		max-width: 80%;
		margin: 1rem auto 1rem 0;
		border-radius: 0px 20px 20px 0;
		border-left: 0px;
	}

	.cw-slide-banner .cw-bannerbox.cw-box-right {
		max-width: 80%;
		margin: 1rem 0 1rem auto;
		border-radius: 20px 0px 0 20px;
		border-right: 0px;
	}
}

/* LG: 992px & Up */
@media (min-width: 992px) {
	.cw-slide-banner h3 {
		font-size: 1.75rem;
	}
}

/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
.cw-home-hero {
	background: linear-gradient(to bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url("https://apihoard.webit.com/api/v1/Image/4E95E6CCABBDB351DD0235803C3F3990/4E95E6CCABBDB351DD0235803C3F3990.jpg?size=1920x1440");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 4em;
	padding-bottom: 4em;
}

@media (min-width: 992px) {
	.cw-home-hero {
		background: linear-gradient(to bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url("https://apihoard.webit.com/api/v1/Image/4E95E6CCABBDB351DD0235803C3F3990/4E95E6CCABBDB351DD0235803C3F3990.jpg?size=1920x1440");
		background-size: cover;
		background-position: top center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		padding-top: 15em;
		padding-bottom: 15em;
	}
}

.cw-home-hero h1 {
	font-size: 200%;
	text-align: center;
	color: #0b384d;
	text-shadow: 2px 2px 1px rgba(255, 255, 255, .7), -2px -2px 1px rgba(255, 255, 255, .7);
	font-family: "Alfa Slab One", serif;
	letter-spacing: 1px;
	font-weight: 400;
	line-height: 160%;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.cw-home-hero h1 {
		font-size: 300%;
	}
}

/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
.btn-primary,
.btn-submit,
.businessinfo .btn-primary,
.vdp__info__addt__mod .btn-secondary,
.form .btn-primary,
.vdp-module-canvas-razor-wrapper .btn-secondary,
.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_item button.button_sn_item {
	color: #0B384D !important;
	background: #4DB7E9 !important;
	border-color: #fff !important;
	transition: 0.3s ease;
}

.btn-primary:hover,
.btn-submit:hover,
.businessinfo .btn-primary:hover,
.vdp__info__addt__mod .btn-secondary:hover,
.page-home section.inventory-search-module .btn-primary:hover,
.form .btn-primary:hover,
.vdp-module-canvas-razor-wrapper .btn-secondary:hover,
.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_item button.button_sn_item:hover {
	color: #0B384D !important;
	background: #FFD427 !important;
	border-color: #0B384D !important;
}

.btn-secondary,
.vdp-module-canvas-razor-wrapper .btn-primary,
section.page-inventory-details .btn.btn-primary,
.inventory .inventory-cta .btn:not(.btn-pre-qualified) {
	color: #fff !important;
	background: #0B384D !important;
	border-color: #fff !important;
	transition: 0.3s ease;
}

.btn-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-primary:hover,
section.page-inventory-details .btn.btn-primary:hover,
.inventory .inventory-cta .btn:not(.btn-pre-qualified):hover {
	color: #0B384D !important;
	background: #4DB7E9 !important;
	border-color: #FFCF0B !important;
}

.btn-primary::before,
.btn-secondary::before,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: transparent !important;
}


/*----------------------------------------------------------------------------------*/
.vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
	color: #0B384D !important;
	background: #4DB7E9 !important;
	border-color: #fff !important;
	transition: 0.3s ease;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
.vdp-module-canvas-razor-wrapper .show>.btn-outline-secondary.dropdown-toggle {
	color: #0B384D !important;
	background: #FFD427 !important;
	border-color: #0B384D !important;
}

/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/