
/*
|--------------------------------------------------------------------------
| General -> Reset
|--------------------------------------------------------------------------
*/
* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}

body {
	min-width: 320px;
}

main {
	display: block;
}

p:last-child {
	margin: 0;
}

a[href^="tel:"] {
	cursor: default;
}

img {
	max-width: 100%;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*
|--------------------------------------------------------------------------
| General > Box Model
|--------------------------------------------------------------------------
*/
html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	max-height: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}




/*
|--------------------------------------------------------------------------
| General > Clearfix
|--------------------------------------------------------------------------
*/
.cf:before,
.cf:after,
.container:before,
.container:after,
main:before,
main:after {
	content: "";
	display: table;
}

.cf:after,
.container:after,
main:after {
	clear: both;
}



/*
|--------------------------------------------------------------------------
| General > List Reset
|--------------------------------------------------------------------------
*/
.list-reset {
	padding: 0;
	margin: 0;
	list-style: none;
}

.list-reset li {
	margin: 0;
}

.list-reset > .list-reset {
	padding-left: 10px;
}



/*
|--------------------------------------------------------------------------
| General > Buttons
|--------------------------------------------------------------------------
*/
input[type="submit"],
button {
	cursor: pointer;
}



/*
|--------------------------------------------------------------------------
| General > Webkit Input & Button Appearance
|--------------------------------------------------------------------------
*/
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/*
|--------------------------------------------------------------------------
| General > Hide arrows on number inputs
|--------------------------------------------------------------------------
*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



/*
|--------------------------------------------------------------------------
| General > Div Table Layout
|--------------------------------------------------------------------------
*/
.dbl {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.dblr {
	display: table-row;
}

.dblc {
	display: table-cell;
}

.dbl-centered {
	vertical-align: middle;
}



/*
|--------------------------------------------------------------------------
| General > Responsive Video Height
|--------------------------------------------------------------------------
*/
.video-container {
	margin: 20px 0 0 0;
	padding-bottom: 56.6265%;
	position: relative;
}

.video-container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}



/*
|--------------------------------------------------------------------------
| General > Grid Layout
|--------------------------------------------------------------------------
*/
.segment-5,
.segment-10,
.segment-15,
.segment-16,
.segment-20,
.segment-25,
.segment-30,
.segment-33,
.segment-35,
.segment-40,
.segment-45,
.segment-50,
.segment-55,
.segment-60,
.segment-65,
.segment-66,
.segment-70,
.segment-75,
.segment-80,
.segment-85,
.segment-90,
.segment-95,
.segment-100  {
	float: left;
	clear: none !important;
}

.segment-5 {
	width: 5%;
}

.segment-10 {
	width: 10%;
}

/* 7 items in a row */
.segment-14 {
	width: calc(100% / 7);
}

.segment-15 {
	width: 15%;
}

.segment-16 {
	width: 16.6666667%;
}

.segment-20 {
	width: 20%;
}

.segment-25 {
	width: 25%;
}

.segment-30 {
	width: 30%;
}

.segment-33 {
	width: 33.33333333%;
}

.segment-35 {
	width: 35%;
}

.segment-40 {
	width: 40%;
}

.segment-45 {
	width: 45%;
}

.segment-50 {
	width: 50%;
}

.segment-55 {
	width: 55%;
}

.segment-60 {
	width: 60%;
}

.segment-65 {
	width: 65%;
}

.segment-66 {
	width: 66.666666666%;
}

.segment-70 {
	width: 70%;
}

.segment-75 {
	width: 75%;
}

.segment-80 {
	width: 80%;
}

.segment-85 {
	width: 85%;
}

.segment-90 {
	width: 90%;
}

.segment-95 {
	width: 95%;
}

.segment-100 {
	width: 100%;
}



/*
|--------------------------------------------------------------------------
| General > Misc Re-usable Classes
|--------------------------------------------------------------------------
*/
.fr {
	float: right;
}

.fl {
	float: left;
}

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

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.margin-center {
	margin: 0 auto !important;
}

.margin-zero {
	margin: 0 !important;
}

.padding-zero {
	padding: 0 !important;
}

.uppercase {
	text-transform: uppercase;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.no-select {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE/Edge */
	user-select: none;
}

.validate-border,
.select2-basic--container.validate-border {
	border: 2px solid #b62f3f !important;
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.lists-ticked ul {
	list-style: none;
	margin-left: 0!important;
}
.lists-ticked ul li {
	padding: 0 0 5px 25px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="20" viewBox="0 0 26 20" fill="none"><path d="M9.8629 19.6147C9.61697 19.8619 9.2816 20 8.93309 20C8.58458 20 8.24922 19.8619 8.00329 19.6147L0.578004 12.1881C-0.192668 11.4174 -0.192668 10.168 0.578004 9.39865L1.50781 8.46885C2.27848 7.69818 3.52655 7.69818 4.29722 8.46885L8.93309 13.1047L21.4598 0.578004C22.2305 -0.192668 23.4799 -0.192668 24.2492 0.578004L25.179 1.50781C25.9497 2.27848 25.9497 3.52786 25.179 4.29722L9.8629 19.6147Z" fill="%23639FD8"/></svg>');
	background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 15px auto;
	margin-bottom: 0;
	color: #639FD8;
	font-weight: 600;
}

.listing-text-section.lists-ticked ul li {
	padding: 0 0 8px 25px;
}

.content.lists-ticked > ul li {
	padding: 0 0 8px 25px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="20" viewBox="0 0 26 20" fill="none"><path d="M9.8629 19.6147C9.61697 19.8619 9.2816 20 8.93309 20C8.58458 20 8.24922 19.8619 8.00329 19.6147L0.578004 12.1881C-0.192668 11.4174 -0.192668 10.168 0.578004 9.39865L1.50781 8.46885C2.27848 7.69818 3.52655 7.69818 4.29722 8.46885L8.93309 13.1047L21.4598 0.578004C22.2305 -0.192668 23.4799 -0.192668 24.2492 0.578004L25.179 1.50781C25.9497 2.27848 25.9497 3.52786 25.179 4.29722L9.8629 19.6147Z" fill="%23FCA21A"/></svg>');
	background-position: left 1px;
}


/*
|--------------------------------------------------------------------------
| General > CMS Classes
|--------------------------------------------------------------------------
*/
.cms_image,
.cms_image_left,
.cms_image_right {
	width: initial !important;
}

.cms_image_left {
	padding: 0 26px 10px 0;
}

.cms_image_right {
	padding: 0 0 10px 26px;
}



/*
|--------------------------------------------------------------------------
| General > Overlay
|--------------------------------------------------------------------------
*/
#olay {
	display: none;
}

#olay_back {
	position: fixed;
	_position: absolute;
	z-index: 10000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	_height: expression(
		(document.body.scrollTop + document.body.clientHeight) + "px"
	);
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 100%;
}

#olay_box_container {
	position: fixed;
	_position: absolute;
	z-index: 10010;
	top: 10%;
	left: 50%;
}

#olay_box {
	position: relative;
	left: -300px;
	width: 600px;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 12px #333;
	/* FF3.5+ */
	-webkit-box-shadow: 0px 0px 12px #333;
	/* Saf3.0+, Chrome */
	box-shadow: 0px 0px 12px #333;
	/* Opera 10.5, IE 9.0 */
}

#olay_close,
#search_results_close {
	float: right;
	margin-top: 5px;
	background: url(/images/style/basic/olay_close.jpg) no-repeat;
	width: 26px;
	height: 25px;
	cursor: pointer;
}

body.comparison-visible {
	padding: 0 0 70px;
}

.hidden {
	display: none;
}



/*
|--------------------------------------------------------------------------
| General > Animations
|--------------------------------------------------------------------------
*/
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	20% {
		-webkit-transform: scale(0.96);
		-moz-transform: scale(0.96);
		-o-transform: scale(0.96);
		-ms-transform: scale(0.96);
		transform: scale(0.96);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	20% {
		-moz-transform: scale(0.96);
		transform: scale(0.96);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	20% {
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes pulse {
	0% {
		-ms-transform: scale(1);
		transform: scale(1);
	}
	20% {
		-ms-transform: scale(0.96);
		transform: scale(0.96);
	}
	100% {
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-3px, 0, 0);
		transform: translate3d(-3px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(3px, 0, 0);
		transform: translate3d(3px, 0, 0);
	}
}

@keyframes shake {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-3px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translate3d(3px, 0, 0);
	}
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.instafeed {
	overflow: hidden;
}

.if-item {
	width: 25%;
	float: left;
}

.if-item--inner {
	height: 0;
	padding: 0 0 100%;
	position: relative;
}

.if-item--image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-background-size: cover;
	background-size: cover;
}



/*
|--------------------------------------------------------------------------
| General > Flex
|--------------------------------------------------------------------------
*/
.flex {
	display: flex;
}

.flex-item {
	flex: 1;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-col {
	flex-direction: column;
}

.flex--jc-sb {
	justify-content: space-between;
}

.flex--jc-c {
	justify-content: center;
}

.flex--jc-fs {
	justify-content: flex-start;
}

.flex--jc-fe {
	justify-content: flex-end;
}

.flex--ai-c {
	align-items: center;
}

.flex--ai-fs {
	align-items: flex-start;
}

.flex--ai-fe {
	align-items: flex-end;
}

.flex-50 {
	flex: 1 0 50%;
}

/*
|--------------------------------------------------------------------------
| General > Grids
|--------------------------------------------------------------------------
*/
.grid--5 {
	margin: 0 -5px -5px 0;
}
.grid--5 > * {
	padding: 0 5px 5px 0;
}

.grid--10 {
	margin: 0 -10px -10px 0;
}
.grid--10 > * {
	padding: 0 10px 10px 0;
}

.grid--15 {
	margin: 0 -15px -15px 0;
}
.grid--15 > * {
	padding: 0 15px 15px 0;
}

.grid--20 {
	margin: 0 -20px -20px 0;
}
.grid--20 > * {
	padding: 0 20px 20px 0;
}

.grid--30 {
	margin: 0 -30px -30px 0;
}
.grid--30 > * {
	padding: 0 30px 30px 0;
}

.grid--40 {
	margin: 0 -40px -40px 0;
}
.grid--40 > * {
	padding: 0 40px 40px 0;
}

.grid--50 {
	margin: 0 -50px -50px 0;
}
.grid--50 > * {
	padding: 0 50px 50px 0;
}

.grid--60 {
	margin: 0 -60px -60px 0;
}
.grid--60 > * {
	padding: 0 60px 60px 0;
}

.grid--70 {
	margin: 0 -70px -70px 0;
}
.grid--70 > * {
	padding: 0 70px 70px 0;
}

.grid--80 {
	margin: 0 -80px -80px 0;
}
.grid--80 > * {
	padding: 0 80px 80px 0;
}




/*
|--------------------------------------------------------------------------
| General > Panels
|--------------------------------------------------------------------------
*/
.panel {
}

.panel--padding {
	padding: 40px 0;
}

.panel--padding-15 {
	padding: 15px 0;
}

.panel--padding-20 {
	padding: 20px 0;
}

.panel--padding-30 {
	padding: 30px 0;
}

.panel--padding-40 {
	padding: 40px 0;
}

.panel--padding-50 {
	padding: 50px 0;
}

.panel--padding-60 {
	padding: 60px 0;
}

.panel--padding-70 {
	padding: 70px 0;
}

.panel--padding-80 {
	padding: 80px 0;
}

.panel--padding-90 {
	padding: 90px 0;
}

.panel--padding-100 {
	padding: 100px 0;
}



/*
|--------------------------------------------------------------------------
| General > Padding Bottom
|--------------------------------------------------------------------------
*/

.padding-bottom--50 {
	padding-bottom: 50px;
}


/*
|--------------------------------------------------------------------------
| General > Containers
|--------------------------------------------------------------------------
*/
.container {
	max-width: 1440px;
	padding: 0 20px;
	margin: 0 auto;
}

.container--width-1700 {
	max-width: 1740px;
}

.container--width-1640 {
	max-width: 1680px;
}

.container--width-1600 {
	max-width: 1640px;
}
.container--width-1200 {
	max-width: 1240px;
}

.container--width-1100 {
	max-width: 1140px;
}

.container--width-800 {
	max-width: 840px;
}

.container--width-600 {
	max-width: 640px;
}

.container--width-2000 {
	max-width: 2040px;
}

.container--width-1600 {
	max-width: 1640px;
	padding: 0 20px;
}

.container--width-100p {
	max-width: 100%;
	width: 100%;
}

.container--width-900 {
	max-width: 940px;
}

.container--width-500 {
	max-width: 500px;
}

.container--padding-0 {
	padding: 0;
}

.container--padding-10 {
	padding: 0 10px;
}

.container--padding-15 {
	padding: 0 15px;
}

.container--padding-20 {
	padding: 0 20px;
}

.container--padding-30 {
	padding: 0 30px;
}

.container--padding-40 {
	padding: 0 40px;
}

.container--padding-50 {
	padding: 0 50px;
}

.container--padding-60 {
	padding: 0 60px;
}

.container--padding-80 {
	padding: 0 80px;
}


/*
|--------------------------------------------------------------------------
| General > Background Colors
|--------------------------------------------------------------------------
*/

.bg-dark {
	background-color: #282828;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-grey {
	background-color: #F4F4F4;
}

.bg-blue {
	background-color: #639FD8;
}

.bg-orange {
	background-color: #FCA21A;
}



/*
|--------------------------------------------------------------------------
| General > Text Styles
|--------------------------------------------------------------------------
*/

.text-white, .text-white a:not(.button) {
	color: #fff;
}
.text-white a {
	font-weight: 600;
}
.text-white a:hover {
	color: #FFF;
	opacity: .7;
}

.text-black {
	color: #282828;
}

.text-blue {
	color: #639FD8;
}

.text-orange {
	color: #FCA21A;
}

.text-title {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
}

.text-title--small {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
}

.text-title--med {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
}

.text-title--large {
	font-size: 50px;
	font-weight: 600;
	line-height: 1.4;
	color: inherit;
}
.text-title--large:last-child {
	margin-bottom: 0!important;
}

.text-subtitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.text-subtitle--large {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: capitalize;
}

.text-subtitle--xl {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: capitalize;
}

.text-strong {
	font-weight: 600;
}

.text-spacing {
	margin-bottom: 10px;
}

.text-spacing--20 {
	margin-bottom: 20px;
}

.text-spacing--30 {
	margin-bottom: 30px;
}

.text-paragraph--med {
	font-size: 16px;
	line-height: 1.4;
}

.text-paragraph {
	font-size: 14px;
	line-height: 1.2;
}

.text-paragraph--small {
	font-size: 14px;
	line-height: 1.2;
}

.content ol {
	list-style: none;
	counter-reset: ordered;
	margin-left: 15px;
}

.content ol li {
	counter-increment: ordered;
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	color: #639FD8;
}

.content ol li::after {
	content: counter(ordered) ': '; 
	font-size: inherit;
	font-weight: inherit;
	position: absolute;
	left: -15px;
	top: 0;
	color: #FCA21A;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #639FD8;
}


.cms-textarea-image-container {
	justify-content: flex-start !important;
	align-items: flex-start !important;
}

.cms-textarea-image-container + .cms-textarea-image-container {
	margin-top: 10px;
}