/*
	Theme Name: 	Salient Margin Media Child
	Version:    	1.0.0
	Description:	Salient Margin Media Child Theme
	Author:     	Margin Media
	Template:		salient
*/

/*- Blog Inner -*/

.blog-inner {
    max-width: 1425px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    flex: 1 1 100%;
}
	@media (min-width: 1000px) {
		.blog-inner {
		    padding-right: 0;
		    padding-left: 0;
		}
	}

/*- Flex Row -*/

.blog-row {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
	.blog-col {
		box-sizing: border-box;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-moz-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-moz-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding-right: 10px;
		padding-left: 10px;
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
		@media (min-width: 480px) {
			.blog-col {
				-webkit-flex-basis: 50%;
				-moz-flex-basis: 50%;
				-ms-flex-preferred-size: 50%;
				flex-basis: 50%;
				max-width: 50%;
			}
			.blog-col-featured,
			.blog-col-featured-full {
				-webkit-flex-basis: 100%;
				-moz-flex-basis: 100%;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
			}
		}
		@media (max-width: 767px) {
			.blog-featured-content {
				margin-bottom: 20px;
			}
		}
		@media (min-width: 768px) {
			.blog-col {
				-webkit-flex-basis: 33.33333%;
				-moz-flex-basis: 33.33333%;
				-ms-flex-preferred-size: 33.33333%;
				flex-basis: 33.33333%;
				max-width: 33.33333%;
			}
			.blog-col-featured {
				-webkit-flex-basis: 50%;
				-moz-flex-basis: 50%;
				-ms-flex-preferred-size: 50%;
				flex-basis: 50%;
				max-width: 50%;
			}
			.blog-col-featured-full {
				-webkit-flex-basis: 100%;
				-moz-flex-basis: 100%;
				-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
				max-width: 100%;
			}
		}
		.blog-col-featured {
			margin-bottom: 0;
		}

/*- Blog Archive -*/

.blog-featured {
	position: relative;
	z-index: 2;
	padding-top: 60px;
}

.blog-featured-slider {
	visibility: hidden;
}
.blog-featured-slider.slick-initialized {
	visibility: visible;
}

.blog-featured .slick-dotted.slick-slider {
	margin: 0;
}

@media (max-width: 767px) {
	.blog-featured-slide .row {
		flex-flow: column-reverse;
	}
}

.blog-featured-content {
	padding: 50px;
}
.blog-featured-content h2 a {
	color: #2d2d3c;
}

.blog-featured-content .blog-button {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.blog-featured-content {
		padding: 0;
	}
}

.blog-featured-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	display: block;
}

@media (max-width: 767px) {
	.blog-featured-img {
		padding-bottom: 50%;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.blog-featured {
		background: white;
		padding: 20px 10px 50px;
	}
}

.blog-dots {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	padding-top: 20px;
}

.blog-dots .slick-dots {
	position: relative;
	bottom: auto;
}

.blog-dots .slick-dots li {
	margin: 0 5px;
	padding: 0;
}

.blog-dots .slick-dots li:before {
	display: none;
}

.blog-dots .slick-dots li button:before {
	font-size: 10px;
	color: #3AB5B2;
	opacity: 0.3;
}

.blog-dots .slick-dots li button:focus:before,
    .blog-dots .slick-dots li button:hover:before,
    .blog-dots .slick-dots li.slick-active button:before {
	font-size: 15px;
	color: #3AB5B2;
}

.blog-dots .slick-dots li.slick-active button:before {
	opacity: 0.8;
}

.blog-cards {
	padding: 50px 0;
}

.blog-cards .col-xs-6 {
	margin-bottom: 30px;
}

.blog-cards .loadmore-wrap {
	text-align: center;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.blog-cards {
		padding: 40px 0;
	}
}

.blog-card {
	box-shadow: none;
	display: block;
	border: 3px solid #f9f9f9;
	border-radius: 5px;
	background-color: white;
	color: #2d2d3c;
	height: 100%;
	transition: all 0.25s ease-in;
}

.blog-card span {
	display: block;
}

.blog-card-img {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 70%;
	position: relative;
}

span .blog-card-cat {
	position: absolute;
	bottom: 0;
	left: 30px;
	background: #3AB5B2;
	display: inline-block;
	color: white;
	font-size: 15px;
	padding: 10px;
	line-height: 1.2;
	border-radius: 5px;
	transform: translate(0, 50%);
	transition: all 0.25s ease-in;
	margin-right: 10px;
}
	@media (max-width: 999px) {
		span .blog-card-cat {
			left: 10px;
			right: 10px;
			margin-right: 0;
		}
	}

.blog-card-txt {
	padding: 40px 20px 20px;
}

.blog-card-title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.blog-card-more {
	color: #3AB5B2;
	transition: all 0.25s ease-in;
}

.blog-card:hover {
	text-decoration: none;
	border-color: #3AB5B2;
	color: #2d2d3c;
}

.blog-card:hover .blog-card-cat {
	background: #f6f2d9;
	color: #2d2d3c;
}

.blog-button {
	display: inline-block;
	background-color: none;
	border: 2px solid #3AB5B2;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	padding: 8px 25px;
	color: #3AB5B2;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	white-space: normal;
	vertical-align: middle;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
	.blog-button:hover {
		background-color: #3AB5B2;
		border: 2px solid #3AB5B2;
		text-decoration: none;
		color: #fff;
		cursor: pointer;
	}


/*- Blog Single Page -*/

.blog-single-banner {
	width: 100%;
	height: 400px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
	.blog-single-banner:after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.5;
	}

.blog-single {
	padding: 100px 0;
}
	@media (max-width: 999px) {
		.blog-single-banner {
			height: 300px;
		}
		.blog-single {
			padding: 80px 0;
		}
	}
	@media (max-width: 600px) {
		.blog-single-banner {
			height: 250px;
		}
		.blog-single {
			padding: 60px 0;
		}
	}
	@media (max-width: 400px) {
		.blog-single-banner {
			height: 200px;
		}
		.blog-single {
			padding: 40px 10px;
		}
	}

.blog-row {
	box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.blog-single-main {
	box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 66.66667%;
    -moz-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}
.blog-single-side {
	box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
.blog-single-full {
	box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
	@media (max-width: 999px) {
		.blog-single-main,
		.blog-single-side {
		    -webkit-flex-basis: 100%;
		    -moz-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		    max-width: 100%;
		}
	}
.single-main {
	padding: 0 30px 0 0;
}
	@media (max-width: 999px) {
		.single-main {
			padding: 0;
		}
	}
.single-cat {
	margin-bottom: 20px;
}
.blog-single-main .btn,
.single-cat-button {
	background: #3AB5B2;
	display: inline-block;
	color: white;
	font-size: 18px;
	padding: 10px;
	line-height: 1.2;
	border-radius: 5px;
	transition: all 0.25s ease-in;
}
	.blog-single-main .btn:hover,
	.single-cat-button:hover {
		background: #f6f2d9;
		color: #2d2d3c;
	}



/*-------------------------------*/

.single-blog {
	padding: 30px 0;
}

@media (min-width: 768px) {
	.single-blog {
		padding: 80px 0;
	}
}

@media (min-width: 768px) {
	.single-main {
		padding-right: 30px;
	}
}

.single-cat {
	margin-bottom: 10px;
}

.single-title h1, .single-title h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

.single-date {
	color: #3AB5B2;
}

.single-featured {
	margin-bottom: 30px;
}

.single-content {
	margin-bottom: 30px;
}

.single-footer {
	border-top: 1px dashed #c4cac7;
	border-bottom: 1px dashed #c4cac7;
	padding: 20px 0;
	margin-bottom: 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	color: #c4cac7;
}

.single-footer i {
	margin-right: 10px;
}

@media (max-width: 479px) {
	.single-footer {
		flex-flow: column nowrap;
		justify-content: center;
	}
}

.single-tags {
	flex: 0 1 auto;
}

.single-tags .key {
	color: #3AB5B2;
}

@media (max-width: 479px) {
	.single-tags {
		text-align: center;
		margin-bottom: 10px;
	}
}

.single-related {
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.single-related-header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.single-related-header h2 {
	margin-bottom: 0;
}

.single-related-arrows .slick-arrow {
	display: inline-block;
	padding: 10px 20px;
	font-size: 30px;
	color: #3AB5B2;
	cursor: pointer;
}

.single-related-arrows .slick-arrow i {
	display: block;
	opacity: 0.3;
}

.single-related-arrows .slick-arrow:hover i {
	opacity: 0.8;
}

.single-related-posts {
	visibility: hidden;
}

.single-related-posts.slick-initialized {
	visibility: visible;
}

.single-related-posts .slick-slide > div {
	padding: 0 10px;
}

.single-sidebar-item {
	margin-bottom: 30px;
	padding: 0 30px;
}

.single-sidebar-item h4 {
	font-size: 19px;
}

@media (max-width: 767px) {
	.single-sidebar-item {
		padding: 0;
	}
}

.single-trending {
	background: #F7F2DA;
	padding: 30px;
}

.single-trending h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
}

.single-trending-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c4cac7;
	color: #2d2d3c;
	text-decoration: none;
	display: block;
}

.single-trending-item h5 {
	margin-bottom: 5px;
	font-size: 18px;
}

.single-trending-item p {
	margin-bottom: 0;
	font-size: 16px;
}

.single-trending-item:hover {
	color: #3AB5B2;
	text-decoration: none;
	transition: all 0.25s ease-in;
}

.single-trending-item:hover .single-trending-content p {
	text-decoration: underline;
	color: #3AB5B2;
	transition: all 0.25s ease-in;
}

.single-trending-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.single-trending-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	min-height: 80px;
}
	@media (max-width: 999px) {
		.single-trending-img {
			min-height: 200px;
		}
	}

.single-trending-content {
	display: flex;
	justify-content: center;
	flex-flow: column;
	height: 100%;
}

@media (max-width: 767px) {
	.single-trending {
		padding: 20px 10px;
		margin: 0 -10px 30px;
	}
}



/* Calculator Page */

/*.ccsc-page {
	padding: 30px 0 90px;
}

.ccsc-page .breadcrumb {
	margin-bottom: 20px;
}

.ccsc-page h1 {
	font-size: 38px;
	color: #3AB5B2;
	font-weight: 700;
}

@media only screen and (max-width: 479px) {
	.ccsc-page h1 {
		font-size: 28px;
	}
}

.ccsc-page h1, .ccsc-page h2, .ccsc-page h3, .ccsc-page h4, .ccsc-page h5, .ccsc-page h6, .ccsc-page p {
	margin-bottom: 24px;
}

.ccsc-page ul, .ccsc-page ol {
	padding-left: 25px;
	margin-bottom: 24px;
}

.ccsc-page ul ul, .ccsc-page ul ol, .ccsc-page ol ul, .ccsc-page ol ol {
	margin-bottom: 0;
	margin-top: 5px;
}

.ccsc-page ul li, .ccsc-page ol li {
	margin-bottom: 5px;
	padding-left: 5px;
}

.ccsc-page ul {
	list-style-type: disc;
}*/

.ccsc-page p a {
	color: #3AB5B2;
	text-decoration: underline;
}

.ccsc-page p a:hover {
	text-decoration: none;
}

.ccsc-page .btn {
	color: #FFF;
	text-decoration: none;
	padding: 15px 35px;
	display: inline-block;
	width: auto;
	height: auto;
	background: #3AB5B2;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
	.ccsc-page .btn:hover {
		background: #3EA4A1;
	}

.ccsc-page .modal-header h5 {
	margin: 0;
	font-weight: 700;
}

.ccsc-page .modal-body p:last-child {
	margin: 0;
}

.ccsc-top {
	padding: 20px 0 40px;
}

.ccsc-image img {
	border-radius: 20px;
}

.ccsc-question:hover {
	cursor: pointer;
}

.ccsc-question i {
	color: #3AB5B2;
}

.ccsc-form, .ccsc-table {
	padding: 80px 120px;
	background: #F3F3F3;
	border-radius: 20px;
  /* .ccsc-radio */
  /* end .ccsc-radio */;
}

@media only screen and (max-width: 1199px) {
	.ccsc-form, .ccsc-table {
		padding: 60px 80px;
	}
}

@media only screen and (max-width: 991px) {
	.ccsc-form, .ccsc-table {
		padding: 30px 50px;
	}
}

@media only screen and (max-width: 519px) {
	.ccsc-form, .ccsc-table {
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 399px) {
	.ccsc-form, .ccsc-table {
		padding: 15px 20px;
	}
}

/*.ccsc-form .range-slider, .ccsc-table .range-slider {
	width: calc(100% + 14px);
	margin: 30px 0 0 -10px;
}*/

.range-slider {
  width: calc(100% + 14px);
  margin: 30px 0 0 -10px;
  --primary-color: #B9DADE;
  --value-offset-y: var(--ticks-gap);
  --value-active-color: white;
  --value-background: transparent;
  --value-background-hover: var(--primary-color);
  --value-font: 700 12px/1 Arial;
  --fill-color: var(--primary-color);
  --progress-background: #eee;
  --progress-radius: 20px;
  --track-height: calc(var(--thumb-size) / 2);
  --min-max-font: 12px Arial;
  --min-max-opacity: 0.8;
  --min-max-x-offset: 10%;
  --thumb-size: 22px;
  --thumb-color: #3AB5B2;
  --thumb-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.5) inset,
    0 0 0 99px var(--thumb-color) inset;
  --thumb-shadow-active: 0 0 0 calc(var(--thumb-size) / 4) inset
      var(--thumb-color),
    0 0 0 99px var(--primary-color) inset, 0 0 3px rgba(0, 0, 0, 0.4);
  --thumb-shadow-hover: var(--thumb-shadow);
  --ticks-thickness: 1px;
  --ticks-height: 5px;
  --ticks-gap: var(
    --ticks-height,
    0
  );
  --ticks-color: silver;
  --step: 1;
  --ticks-count: Calc(var(--max) - var(--min)) / var(--step);
  --maxTicksAllowed: 30;
  --too-many-ticks: Min(1, Max(var(--ticks-count) - var(--maxTicksAllowed), 0));
  --x-step: Max(
    var(--step),
    var(--too-many-ticks) * (var(--max) - var(--min))
  );
  --tickInterval: 100/ ((var(--max) - var(--min)) / var(--step)) * var(--tickEvery, 1);
  --tickIntervalPerc: calc(
    (100% - var(--thumb-size)) / ((var(--max) - var(--min)) / var(--x-step)) *
      var(--tickEvery, 1)
  );
  --value-a: Clamp(
    var(--min),
    var(--value, 0),
    var(--max)
  );
  --value-b: var(--value, 0);
  --text-value-a: var(--text-value, "");
  --completed-a: calc(
    (var(--value-a) - var(--min)) / (var(--max) - var(--min)) * 100
  );
  --completed-b: calc(
    (var(--value-b) - var(--min)) / (var(--max) - var(--min)) * 100
  );
  --ca: Min(var(--completed-a), var(--completed-b));
  --cb: Max(var(--completed-a), var(--completed-b));
  --thumbs-too-close: Clamp(
    -1,
    1000 * (Min(1, Max(var(--cb) - var(--ca) - 5, -1)) + 0.001),
    1
  );
  --thumb-close-to-min: Min(1, Max(var(--ca) - 2, 0));
  --thumb-close-to-max: Min(1, Max(98 - var(--cb), 0));
  display: inline-block;
  height: max(var(--track-height), var(--thumb-size));
  background: linear-gradient(to right, var(--ticks-color) var(--ticks-thickness), transparent 1px) repeat-x;
  background-size: var(--tickIntervalPerc) var(--ticks-height);
  background-position-x: calc( var(--thumb-size) / 2 - var(--ticks-thickness) / 2 );
  background-position-y: var(--flip-y, bottom);
  padding-bottom: var(--flip-y, var(--ticks-gap));
  padding-top: calc(var(--flip-y) * var(--ticks-gap));
  position: relative;
  z-index: 1;
}
.range-slider[data-ticks-position=top] {
  --flip-y: 1;
}
.range-slider::before, .range-slider::after {
  --offset: calc(var(--thumb-size) / 2);
  content: counter(x);
  display: var(--show-min-max, block);
  font: var(--min-max-font);
  position: absolute;
  bottom: var(--flip-y, -2.5ch);
  top: calc(-2.5ch * var(--flip-y));
  opacity: clamp(0, var(--at-edge), var(--min-max-opacity));
  transform: translateX(calc(var(--min-max-x-offset) * var(--before, -1) * -1)) scale(var(--at-edge));
  pointer-events: none;
  font-size: 16px;
}
.range-slider::before {
  --before: 1;
  --at-edge: var(--thumb-close-to-min);
  counter-reset: x var(--min);
  left: var(--offset);
}
.range-slider::after {
  --at-edge: var(--thumb-close-to-max);
  counter-reset: x var(--max);
  right: var(--offset);
}
.range-slider__values {
  position: relative;
  top: 50%;
  line-height: 0;
  text-align: justify;
  width: 100%;
  pointer-events: none;
  margin: 0 auto;
  z-index: 5;
}
.range-slider__values::after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 0;
  background: red;
}
.range-slider__progress {
  --start-end: calc(var(--thumb-size) / 2);
  --clip-end: calc(100% - (var(--cb)) * 1%);
  --clip-start: calc(var(--ca) * 1%);
  --clip: inset(-20px var(--clip-end) -20px var(--clip-start));
  position: absolute;
  left: var(--start-end);
  right: var(--start-end);
  top: calc( var(--ticks-gap) * var(--flip-y, 0) + var(--thumb-size) / 2 - var(--track-height) / 2 );
  height: calc(var(--track-height));
  background: var(--progress-background, #eee);
  pointer-events: none;
  z-index: -1;
  border-radius: var(--progress-radius);
}
.range-slider__progress::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-clip-path: var(--clip);
          clip-path: var(--clip);
  top: 0;
  bottom: 0;
  background: var(--fill-color, black);
  box-shadow: var(--progress-flll-shadow);
  z-index: 1;
  border-radius: inherit;
}
.range-slider__progress::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: var(--progress-shadow);
  pointer-events: none;
  border-radius: inherit;
}
.range-slider > input {
  -webkit-appearance: none;
  width: 100%;
  height: var(--thumb-size);
  margin: 0;
  position: absolute;
  left: 0;
  top: calc( 50% - Max(var(--track-height), var(--thumb-size)) / 2 + calc(var(--ticks-gap) / 2 * var(--flip-y, -1)) );
  cursor: -webkit-grab;
  cursor: grab;
  outline: none;
  background: none;
}
.range-slider > input:not(:only-of-type) {
  pointer-events: none;
}
.range-slider > input::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  transform: var(--thumb-transform);
  border-radius: var(--thumb-radius, 50%);
  background: var(--thumb-color);
  border: none;
  pointer-events: auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.range-slider > input::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  transform: var(--thumb-transform);
  border-radius: var(--thumb-radius, 50%);
  background: var(--thumb-color);
  border: none;
  pointer-events: auto;
  -moz-transition: 0.1s;
  transition: 0.1s;
}
.range-slider > input::-ms-thumb {
  appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  transform: var(--thumb-transform);
  border-radius: var(--thumb-radius, 50%);
  background: var(--thumb-color);
  border: none;
  pointer-events: auto;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
.range-slider > input:hover {
  --thumb-shadow: var(--thumb-shadow-hover);
}
.range-slider > input:hover + output {
  --value-background: var(--value-background-hover);
  --y-offset: -5px;
  color: var(--value-active-color);
  box-shadow: 0 0 0 3px var(--value-background);
}
.range-slider > input:active {
  --thumb-shadow: var(--thumb-shadow-active);
  cursor: -webkit-grabbing;
  cursor: grabbing;
  z-index: 2;
}
.range-slider > input:active + output {
  transition: 0s;
}
.range-slider > input:nth-of-type(1) {
  --is-left-most: Clamp(0, (var(--value-a) - var(--value-b)) * 99999, 1);
}
.range-slider > input:nth-of-type(1) + output {
  --value: var(--value-a);
  --x-offset: calc(var(--completed-a) * -1%);
}
.range-slider > input:nth-of-type(1) + output:not(:only-of-type) {
  --flip: calc(var(--thumbs-too-close) * -1);
}
.range-slider > input:nth-of-type(1) + output::after {
  content: var(--prefix, "") var(--text-value-a) var(--suffix, "");
  font-size: 16px;
  font-weight: 700;
}
.range-slider > input:nth-of-type(2) {
  --is-left-most: Clamp(0, (var(--value-b) - var(--value-a)) * 99999, 1);
}
.range-slider > input:nth-of-type(2) + output {
  --value: var(--value-b);
}
.range-slider > input:only-of-type ~ .range-slider__progress {
  --clip-start: 0;
}
.range-slider > input + output {
  --flip: -1;
  --x-offset: calc(var(--completed-b) * -1%);
  --pos: calc(
    ((var(--value) - var(--min)) / (var(--max) - var(--min))) * 100%
  );
  pointer-events: none;
  position: absolute;
  z-index: 5;
  background: var(--value-background);
  border-radius: 10px;
  padding: 2px 4px;
  left: var(--pos);
  transform: translate(var(--x-offset), calc( 150% * var(--flip) - (var(--y-offset, 0px) + var(--value-offset-y)) * var(--flip) ));
  transition: all 0.12s ease-out, left 0s;
}
.range-slider > input + output::after {
  content: var(--prefix, "") var(--text-value-b) var(--suffix, "");
  font: var(--value-font);
}

.ccsc-form .ccsc-radio, .ccsc-table .ccsc-radio {
	width: 28px;
	height: 28px;
	position: relative;
	margin: 0;
	background: #FFF;
	border-radius: 50px;
	border: 1px solid #3AB5B2;
}

.ccsc-form .ccsc-radio label, .ccsc-table .ccsc-radio label {
	width: 16px;
	height: 16px;
	cursor: pointer;
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 50px;
      /*&:hover::after {
      opacity: 0.3;
    }*/;
}

.ccsc-form .ccsc-radio label:after, .ccsc-table .ccsc-radio label:after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #3AB5B2;
	opacity: 0;
	border-radius: 50px;
}

.ccsc-form .ccsc-radio input[type=radio], .ccsc-table .ccsc-radio input[type=radio] {
	visibility: hidden;
}

.ccsc-form .ccsc-radio input[type=radio]:checked + label:after, .ccsc-table .ccsc-radio input[type=radio]:checked + label:after {
	opacity: 1;
}

.ccsc-form-row, .ccsc-table-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.ccsc-form-row, .ccsc-table-row {
		flex-flow: row wrap;
		margin-bottom: 0;
	}
}

.ccsc-form-row-half, .ccsc-table-row-half {
	flex: 0 1 49%;
}

@media only screen and (max-width: 767px) {
	.ccsc-form-row-half, .ccsc-table-row-half {
		flex: 0 1 100%;
		margin-bottom: 40px;
	}
}

.ccsc-form-row label, .ccsc-table-row label {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 5px;
	display: block;
}

.ccsc-form-row label.error, .ccsc-table-row label.error {
	color: red;
	font-weight: 400;
	font-size: 13px;
}

.ccsc-form-row-group, .ccsc-table-row-group {
	display: flex;
	flex-flow: row wrap;
}

.ccsc-form-row-group input, .ccsc-table-row-group input {
	flex: 1;
	border: 1px solid #DEDEE2;
	border-radius: 8px 0 0 8px;
	background: none;
	padding: 15px;
}

.ccsc-form-row-group select, .ccsc-table-row-group select {
	flex: 1;
	width: 100% !important;
	border: 1px solid #DEDEE2;
	border-radius: 8px 0 0 8px;
	background: none;
	padding: 14px 15px !important;
}

.ccsc-form-row-group-append, .ccsc-table-row-group-append {
	background: #3AB5B2;
	color: #FFF;
	font-weight: 700;
	flex: 0 0 120px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 8px 8px 0;
}

.ccsc-form-row-group-append span, .ccsc-table-row-group-append span {
	display: block;
}

.ccsc-form-row-group label, .ccsc-table-row-group label {
	flex: 1 0 100%;
	width: 100%;
	order: 3;
}

.ccsc-form-row-radio, .ccsc-table-row-radio {
	display: flex;
	align-items: center;
}

.ccsc-form-row-radios, .ccsc-table-row-radios {
	display: flex;
	align-items: center;
	margin: 15px 0 0 5px;
}

.ccsc-form-row-radio > label, .ccsc-table-row-radio > label {
	font-weight: 400;
	margin: 0 0 0 5px;
}

.ccsc-form-row-radio:last-child, .ccsc-table-row-radio:last-child {
	margin-left: 30px;
}

.ccsc-form-row-submit, .ccsc-table-row-submit {
	justify-content: center;
}

.ccsc-form-row-submit input, .ccsc-table-row-submit input {
	background: #3AB5B2;
	color: white;
	border: none;
	padding: 14px 50px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
}

.ccsc-form-title, .ccsc-table-title {
	padding: 0px 0 30px;
	margin: 0 0 50px;
	border-bottom: 3px dotted #323E48;
}

.ccsc-form-title h2, .ccsc-table-title h2 {
	color: #3AB5B2;
	font-weight: 700;
	font-size: 26px;
	margin: 0;
}

.ccsc-form-title p, .ccsc-table-title p {
	margin: 0;
}

.ccsc-table {
	margin: 50px 0 50px;
}

body:not(.woocommerce-cart) .ccsc-table table {
	width: 100%;
	border-top: 1px solid #D8D8DF;
	border-left: 1px solid #D8D8DF;
	background: #fff;
	margin: 0 0 50px;
}

.ccsc-table table tr:nth-child(even) {
	background: #F9F9F9;
}

.ccsc-table table th, .ccsc-table table td {
	border-right: 1px solid #D8D8DF;
	border-bottom: 1px solid #D8D8DF;
	padding: 10px;
	text-align: center;
}

.ccsc-table table th:first-child, .ccsc-table table td:first-child {
	text-align: left;
}

@media only screen and (max-width: 519px) {
	.ccsc-table-desktop {
		display: none;
	}
}

.ccsc-table-mobile {
	display: none;
}

@media only screen and (max-width: 519px) {
	.ccsc-table-mobile {
		display: table;
	}

	.ccsc-table-mobile table {
		margin: 0 0 20px;
	}
}

.ccsc-table .table-btn {
	text-align: center;
	margin: 0;
}

.ccsc-iframe iframe {
	border: 1px solid #F3F3F3;
	border-radius: 10px;
}







/* -- Modal Styles -- */

a.open-modal {
/*  display: inline-block;
  text-decoration: none;
  color: black;
  font-size: 22px;
  margin: 5px;
  border: 1px solid black;
  border-radius: 2px;
  padding: 20px;*/
}

*, div {
  box-sizing: border-box;
}

.modal-wrap:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    z-index: 999;
}
.modal-wrap.closed {
  display: none;
}

.modal {
  position: fixed;
  top: 220px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  display: block;
  background: #fff;
  padding: 50px;
  width: 600px;
  max-width: 100%;
	z-index: 9999;

    max-height: 500px;
    overflow-y: scroll;
}
.modal .modal-close {
  font-family: "Helvetica",Arial,sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #CCC;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
          display: none;
}
.modal .modal-close:hover {
  color: #666;
}



/*- Tabs -*/


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

.tabs li {
  float: left;
  width: 20%;
	list-style: none;
}
.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #888;
  padding: 20px 0;
  border-bottom: 2px solid #888;
  background: #f7f7f7;
}
.tabs a:hover,
.tabs a.active {
  background: #ddd;
}
.tabgroup div {
  padding: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
*/

.tab-wrapper {
/*  margin: 60px auto;
  width: 70%;
  max-width:500px;*/
	margin-bottom: 50px;
}

.tab-menu ul {
	margin: 0;
	padding: 0;
}

.tab-menu li {
	display: inline-block;
	list-style: none;
	color: #2d2d3c;
	position:relative;
	cursor:pointer;
	font-size: 18px;
	text-transform: uppercase;
	background: #FFF;
	border-radius: 10px;
	padding: 10px;
	margin: 0 10px 0 0;
}
	.tab-menu li:last-child {
		margin: 0;
	}
	.tab-menu li:hover {
		color: #3AB5B2;
	}
	.tab-menu li.active {
		background: #3AB5B2;
		color: #FFF;
		text-decoration: none;
	}
		.tab-menu li.active:hover {
			background: #3AB5B2;
			color: #FFF;
			text-decoration: none;
		}

.tab-content > div {
	box-sizing: border-box;
	width: 100%;
}

.tab-content-left {
	padding-top: 25px;
	
}
	@media only screen and (min-width: 1000px) {
		.tab-content-left {
			padding-right: 50px;
		}
	}
.tab-content-right h3 {
	text-align: center;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.tab-text {
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.tab-amount {
	padding: 10px;
	display: block;
	border-radius: 5px;
	font-weight: 700;
	margin: 0 0 20px;
}
.tab-amount-blue {
	background: #C6EFF5;
}
.tab-amount-green {
	background: #DCE6C9;
}
.tab-amount-pink {
	background: #F6CCD4;
}


.scale-outer {
	width: 150px;
	height: auto;
	background: #C6EFF5;
	text-align: center;
	padding: 10px;
	display: block;
	border-radius: 10px;
	line-height: 1.2;
	margin: 0 0 40px 25px;
	position: relative;
}
	.scale-outer span {
		display: block;
		font-weight: 700;
		font-size: 20px;
	}
	.scale-outer-arrow {
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translate(-50%,0);
		width: 0; 
		height: 0; 
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;

		border-top: 20px solid #C6EFF5;
	}

.scale {
	width: 200px;
	height: 350px;
	display: block;
	position: relative;
	border-radius: 10px;
}
	@media only screen and (max-width: 479px) {
		.scale {
			width: 120px;
		}
	}
	@media only screen and (max-width: 309px) {
		.scale {
			width: 100px;
		}
	}
.scale-inner {
	position: absolute;
	left: 0;
	width: 100%;
}
.scale-inner-top {
	top: 0;
	background: #DCE6C9;
	border-radius: 10px 10px 0 0;
}
.scale-inner-bottom {
	bottom: 0;
	background: #F5CDD4;
	border-radius: 0 0 10px 10px;
}

.scale-inner-number {
	position: absolute;
	left: 100%;
	width: 200px;
	transform: translate(20px, -50%);
	top: 50%;
	text-align: center;
	padding: 10px;
	display: block;
	border-radius: 10px;
	line-height: 1.2;
}
	@media only screen and (max-width: 1149px) {
		.scale-inner-number {
			width: 150px;
		}
	}
	@media only screen and (max-width: 1149px) {
		.scale-inner-number {
			width: 120px;
		}
	}

.scale-inner-number-arrow {
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translate(0,-50%);
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
}
	.scale-inner-number-arrow-green {
		border-right:10px solid #DCE6C9; 
	}
	.scale-inner-number-arrow-pink {
		border-right:10px solid #F5CDD4; 
	}
.scale-inner-number span {
	display: block;
	font-weight: 700;
	font-size: 20px;
}
.scale-inner-top .scale-inner-number {
	background: #DCE6C9;
}
.scale-inner-bottom .scale-inner-number {
	background: #F5CDD4;
}



/* Nav update */
@media only screen and (min-width: 1000px) and (max-width: 1399px) {
	#header-outer[data-format="centered-logo-between-menu"] #top .span_3 {
		position: relative;
		left: 0;
	}
	body #header-outer[data-format="centered-logo-between-menu"] #top #logo {
		transform: translate(0,0);
	}
	#header-outer[data-format="centered-logo-between-menu"] #top .span_9 {
		padding: 0 !important;
	}
	#header-outer:not([data-format="left-header"]) #top > .container > .row nav >ul > li {
		margin: 0 !important;
	}
	#header-outer[data-format="centered-logo-between-menu"] #top .span_9 nav .sf-menu:not(.buttons) {
		justify-content: flex-start;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
	body #header-outer[data-format="centered-logo-between-menu"] #top #logo {
		max-width: 190px;
	}
	body #header-outer[data-format="centered-logo-between-menu"] #top #logo img {
		max-width: 100%;
	}
}