@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700;800&display=swap');
/*!
Theme Name: Everready Living
Theme URI: https://everreadyliving.co.uk/
Author: BOND MEDIA
Author URI: https://www.bondmedia.co.uk/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: everready-living
*/

.register__form-cell img {margin-bottom:20px}

.hero-intro__partner-logos {
	padding-top: 20px;
}
.hero-intro__salesagent-content img {
	width: 150px !important;
}
#main-banner {
	margin-top: 149px;
	margin-bottom: -25px;
	padding: 130px 0;
	background-size: cover;
}
.hero-intro__salesagent-content p {
    margin-bottom: 1px;
}
body { font-family: 'Inter', sans-serif; }

html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 { font-family: 'Montserrat', sans-serif; font-weight: lighter }
/*
.iframe {isolation: isolate;}
*/

#home-video::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 92.39%);
	position: absolute;
	left: 0;
	top: 0px;
	width: 60%;
	height: 100%;
	content: "";
	z-index: 3;
}
#home-video::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 92.39%);
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 280px;
	content: "";
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* This is a 16:9 aspect ratio (height / width * 100) */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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



#main-banner::after {
	background: linear-gradient(180deg, #15172B 0%, rgba(21, 23, 43, 0.00) 100%);
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 350px;
	content: "";
}
#main-banner .cell {
	position: relative;
	z-index: 5;
}
#main-banner {
	overflow: hidden;
	position: relative;
}
#home-video .grid-x {
	position: relative;
	z-index: 30;
}
#home-video .align-middle {
	height: 100%;
}
.video-wrapper[data-v-ac5b272c] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
	z-index: -1;
}

.video-wrapper iframe[data-v-ac5b272c] {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none;
	opacity: 70%;
}
#home-video {
	background-size: cover !important;
	background-position: center center !important;
}
.homeover {
	opacity: 0.65;
	background-color: #0A140D;
	border-radius: inherit;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: inherit;
	transition: inherit;
	width: 100%;
	will-change: opacity;
	z-index: 4;
}
#home-video {
	position: relative;
	overflow: hidden;
	height: 99vh;
}
#home-video::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 92.39%);
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 230px;
	content: "";
}
.cky-notice-btn-wrapper {
	margin-top: 0;
	gap: 2%;
}
.cky-notice-btn-wrapper {
	padding-top: 10px;
}
.cky-notice-btn-wrapper {
	flex-direction: unset !important;
	margin-top: 0;
}
.cky-notice-btn-wrapper button {
	margin: 0 !important;
}
.cky-notice-btn-wrapper {
	display: flex !important;
	flex-wrap: nowrap !important;
}
.cky-notice-btn-wrapper button {
	width: 31.33%;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
	background: #b66746 !important;
}
.cky-btn.cky-btn-accept {
	background: #b66746 !important;
	border-color: #b66746 !important;
	color: #fff !important
}
.cky-btn {
	border-color: #b66746 !important;
	color: #b66746 !important;
}
.cky-show-desc-btn {color: #b66746 !important;}


.date-publ {color: #000;}
.blog-cap h3 {
	color: #000;	
	font-size: 30px;	
	line-height: 1.3;
}
.cell.blogger {
	margin-bottom: 30px;
}

.border-logo {
	padding: 10px;
	background: #fff;
	display: inline-block;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	width: 170px;
	position: relative;
	z-index: 99;
}
.cell.large-3.sidebar-right ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
html body .grecaptcha-badge {
	display: none !important;
}
.wpcf7-form input {
	box-shadow: none;
	background: #fafafa;
	height: 49px;
	padding-left: 20px;
	font-size: 17px;
	color: #000;
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	background: #fafafa;
	box-shadow: none;
	border-radius: 3px;
	margin-bottom: 20px;	
	font-size: 17px;
	color: #000;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important; opacity: 0.5 !important
}
::-moz-placeholder { /* Firefox 19+ */
   color: #000 !important; opacity: 0.5 !important
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important; opacity: 0.5 !important
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important; opacity: 0.5 !important
}
/*two col flex*/
.two-col-flex {	
	flex-wrap: wrap;
	display: flex;
	
}
.two-col-flex li {
	flex-wrap: nowrap;
	width: 50%;	
}
/*two col flex*/

.cell { text-align: left}

#page { overflow-x: hidden}

.grid-container {
	padding-right: 0;
	padding-left: 0;
	max-width: 93%;
	margin: 0 auto;
	width: 93%;
	
}


.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;  
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;  
  border-top: 20px solid #f00;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;  
  border-left: 60px solid green;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;   
  border-right:10px solid blue; 
}

.slick-dots {
  bottom: 20px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.slick-dots li {
  display: inline-block;
}
.slick-active button {
  background: #fff;
  border: 1px solid #fff;
}
.slick-dots button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0;
  height: 8px;
  margin: 0 7px;
  padding: 0;
  width: 8px;
}
.slick-arrow { font-size: 0;
  height: 60px; top: 35%;
  width: 60px;   padding: 0;
  position: absolute;   z-index: 10;}

.slick-prev.slick-arrow {
  background: #fff url("images/footer-left.svg") no-repeat scroll center center; 
  left: 0;
}
.slick-next.slick-arrow {
  background: #fff url("images/footer-right.svg") no-repeat scroll center center;
  right: 0; 
}

/*IF you want slick to be equal height slides, enable below
.slick-track
{
    display: flex !important;
}

.slick-slide {
	height: inherit !important;
	
}
*/


#primary-menu {
display: flex;
justify-content: stretch;
}
.menu > li {
	padding-bottom: 40px;
	position: relative;
	flex: 1;
}
.sub-menu::before {
  background: #00ddb9 none repeat scroll 0 0;
  content: "";
  height: 11px;
  left: 30px;
  position: absolute;
  top: -4px;
  transform: rotate(45deg);
  width: 11px;
}
.sub-menu {
  display: none;
}
.sub-menu {
  background: #00ddb9 none repeat scroll 0 0;
  border-radius: 5px;
  left: 0;
  list-style: outside none none;
  margin: 0;
  padding: 5px 0 10px;
  position: absolute;
  top: 40px;
  width: 270px;
  z-index: 999;
}
html body .sub-menu a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: white;
	float: left;
	padding-bottom: 7px;
	padding-top: 7px;
	width: 100%;
	border-right: none;
	text-align: left;
}
.sub-menu .plussy {
  display: none;
}



.AnimateIn { opacity:0;  transform: translate(0px,40px); -webkit-transform: translate(0px,40px); }

.active.AnimateIn, 
.visible.AnimateIn {  -webkit-animation: animteIn 0.7s 0.7s forwards; 
    animation: animteIn 0.7s 0.7s forwards;}


/* Standard syntax */
@keyframes animteIn {
    0 { opacity:0;  transform: translate(0px,40px);}
   100% { opacity:1;  transform: translate(0px,0px); }
} 

/* Chrome, Safari, Opera */
@-webkit-keyframes animteIn {
    0 { opacity:0;  -webkit-transform: translate(0px,40px);}
   100% { opacity:1;  -webkit-transform: translate(0px,0px); }
}


.AnimateIn2 { opacity:0;  transform: translate(0px,40px); -webkit-transform: translate(0px,40px); }

.active.AnimateIn2, 
.visible.AnimateIn2 {  -webkit-animation: animteIn2 0.7s 0.9s forwards; 
    animation: animteIn2 0.7s 0.9s forwards;}


/* Standard syntax */
@keyframes animteIn2 {
    0 { opacity:0;  transform: translate(0px,40px);}
   100% { opacity:1;  transform: translate(0px,0px); }
} 

/* Chrome, Safari, Opera */
@-webkit-keyframes animteIn2 {
    0 { opacity:0;  -webkit-transform: translate(0px,40px);}
   100% { opacity:1;  -webkit-transform: translate(0px,0px); }
}


/* Base styles for fade-in from left */
.AnimateInLeft {
  opacity: 0;
  transform: translate(-40px, 0px);
  -webkit-transform: translate(-40px, 0px);
}

.active.AnimateInLeft,
.visible.AnimateInLeft {
  -webkit-animation: animateInLeft 0.7s 0.7s forwards;
  animation: animateInLeft 0.7s 0.7s forwards;
}

/* Keyframes for left-in */
@keyframes animateInLeft {
  0% {
    opacity: 0;
    transform: translate(-40px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animateInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-40px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}


/* Base styles for fade-in from right */
.AnimateInRight {
  opacity: 0;
  transform: translate(40px, 0px);
  -webkit-transform: translate(40px, 0px);
}

.active.AnimateInRight,
.visible.AnimateInRight {
  -webkit-animation: animateInRight 0.7s 0.7s forwards;
  animation: animateInRight 0.7s 0.7s forwards;
}

/* Keyframes for right-in */
@keyframes animateInRight {
  0% {
    opacity: 0;
    transform: translate(40px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animateInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(40px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color:  #000;
}

a:hover, a:focus, a:active {
	color:  #000;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

.aligncenter {
  display: flex;
  margin: 20px auto;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}


.sandwichmenu .line {
  height: 4px;
  width: 32px;
  float: left;
  background: white;
  clear: both;
  margin-bottom: 5px;
  border-radius: 7px;
}
.sandwichmenu {
  border: 1px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 60px;
  margin-left: 50px;
  margin-top: 30px;
  width: 60px;
  padding-top: 17px;
  padding-left: 13px;
}

.sandwichmenu.active .line { 
-webkit-animation: removeal 0.7s forwards; /* Chrome, Safari, Opera */
animation: removeal 0.7s forwards;}
	
.sandwichmenu.active { position:relative}

/* Chrome, Safari, Opera */
@-webkit-keyframes removeal {
    from {width: 32px;}
    to {width: 0px;}
}

/* Standard syntax */
@keyframes removeal {
     from {width: 32px;}
    to {width: 0px;}
} 
.site-navigation {      
    width: 100%;
}
#primary-menu li:last-child a {
	border-right: none;
}
.menu .current_page_item a { color:red}
.menu a {
	border-right: 1px solid #efefef;
	color: #000;
	font-size: 17px;
	padding: 1px 5px;
	position: relative;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.menu-main-container {   
    width: 100%;
}
ul.menu {    
    list-style: outside none none;
    margin: 0;
    width: 100%;
}
.sub-menu { display: none}

p { color:#000}

.header.full {
	background: #302F2C;
	display: inline-block;
	height: auto;
	text-align: center;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header.full.sticky {
	background: #302F2C;
	backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header.full {
	padding: 24px 0;
}

.header.full .grid-container {
	align-items: center;
}

.header.full .main-logo {
	max-width: 150px;
	margin: 0 auto;
	display: block;
}

@media screen and (min-width: 640px) {
	.header.full .header-social {
		text-align: left;
		display: flex;
		align-items: center;
		gap: 16px;
	}

	.header.full .header-social a {
		display: inline-flex;
	}

	.header.full .header-social img {
		width: 20px;
		height: 20px;
	}

	.header.full .header-register {
		text-align: right;
	}
}

.header.full .copper-btn {
	display: inline-block;
	background-color: #b66746;
	color: #fff;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 14px 22px;
	border-radius: 6px;
}

.header.full .copper-btn:hover {
	background-color: #9c5a3b;
}

@media screen and (max-width: 639px) {
	
}

/* ---------------------------------- */
/* Hero Intro                         */
/* ---------------------------------- */

.hero-intro {
	padding: 200px 0 60px;
}

.hero-intro .grid-container {
	text-align: left;
}

.hero-intro__heading {
	font-size: 64px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5e5751;
	font-weight: 300;
	margin-bottom: 8px;
	line-height: 1.1;
}

.hero-intro__subheading {
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5e5751;
	font-weight: 300;
	margin-bottom: 24px;
}

.hero-intro__bold {
	color: #757779;
	font-size: 17px;
}

.hero-intro p {
	color: #757779;
	font-size: 17px;
	line-height: 1.55;
}

.hero-intro__image {
	width: 100%;
	display: block;
	border-radius: 4px;
}

.hero-intro__partners {
	margin-top: 40px;
}

.hero-intro__partners-title {
	color: #5e5751;
	margin-bottom: 16px;
}
.cell.large-4.icon-columns__item {
	text-align: center;
	justify-content: center;
}
.hero-intro__partner-logos {
	display: flex;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: space-between;
}
#hero-intro .cell.large-6:first-of-type {
	padding-right: 4%;
}
.hero-intro__partner-logos img {
	max-height: 90px;
	width: auto;
}

.hero-intro__partnersxagent {
	display: flex;
	align-items: flex-start;
	gap: 60px;
	flex-wrap: wrap;
}
.hero-intro__partnersxagent .hero-intro__partners {
	flex: 1 1 0;
	min-width: 200px;
	margin-top: 0;
}
.hero-intro__salesagent-content img {
	max-height: 90px;
	width: auto;
}

@media screen and (max-width: 639px) {

	.hero-intro__partnersxagent {
		gap: 24px;
	}


}

/* ---------------------------------- */
/* Icon Columns                       */
/* ---------------------------------- */
html body { background: #EEEAE2}
.icon-columns {
	padding: 60px 0;
	border-top: 1px solid #d6d6d6;
}

.icon-columns__item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.icon-columns__icon {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
}

.icon-columns__title {
	text-transform: uppercase;
	letter-spacing: 1.92px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #000;
	margin: 0;
}

@media screen and (max-width: 639px) {
	.icon-columns .cell.large-4 {
		width: 100%;
	}
}

/* ---------------------------------- */
/* Register                           */
/* ---------------------------------- */

.register {
	background-color: #555149;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.register::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 32%;
	height: 48%;
	background-color: #48453f;
}

.register .grid-container {
	text-align: left;
	position: relative;
	z-index: 1;
}

.register__image-cell {
	position: relative;
}

.register__image {
	width: 100%;
	display: block;
	border-radius: 2px;
}

.register__stat {
	position: absolute;
	left: -40px;
	bottom: -40px;
	background-color: #b66746;
	color: #f7f3f0;
	padding: 24px 28px;
	display: inline-block;
}
.wpcf7-form-control.wpcf7-acceptance input {
	height: auto;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
	color: #fff;
}
.register__stat-top {
	display: flex;
	align-items: center;
	gap: 16px;
}

.register__stat-icon {
	width: 30px;
	height: auto;
	flex-shrink: 0;
}

.register__stat-divider {
	width: 1px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.6);
	flex-shrink: 0;
}

.register__stat-number {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
}

.register__stat-label {
	display: block;
	margin-top: 16px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
}

.register__form-cell {
	color: #f7f3f0;
	padding-left: 60px;
}

.register__heading {
	font-size: 42px;
	font-weight: 300;
	color: #f7f3f0;
	margin-bottom: 30px;
}

.register__form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 16px;
}

.register__form input[type="text"],
.register__form input[type="email"] {
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 6px;
	padding: 0 32px;
	font-size: 16px;
	box-shadow: none;
	background-color: #fff;
}

.register__form input[type="text"]::placeholder,
.register__form input[type="email"]::placeholder {
	color: #bebebe;
}

.register__form .wpcf7-acceptance {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: #f7f3f0;
	margin-bottom: 24px;
}

.register__form input[type="submit"] {
	background-color: #b66746;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.5px;
	padding: 14px 32px;
	border-radius: 6px;
	cursor: pointer;
}

.register__form input[type="submit"]:hover {
	background-color: #9c5a3b;
}

@media screen and (max-width: 639px) {
	.register {
		padding: 60px 0;
	}

	.register .cell.large-6 {
		width: 100%;
	}

	.register__form-cell {
		padding-left: 0;
		margin-top: 60px;
	}

.register__stat {
	position: static;
	margin-top: -80px;
	display: inline-block;
	margin-bottom: 30px;
}
}

/* ---------------------------------- */
/* Footer                             */
/* ---------------------------------- */

.site-footer {
	background-color: #302F2C;
	padding: 50px 0;
	text-align: center;
}

.site-footer .grid-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer__logo {
	display: inline-block;
}

.footer__logo img {
	width: 60px;
	height: auto;
}

.footer__social {
	margin-top: 24px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.footer__social a {
	display: inline-flex;
}

.footer__social img {
	width: 20px;
	height: 20px;
}

.footer__copyright {
	margin-top: 16px;
	color: #bdbdbd;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 13px;
}

.footer__credit {
	margin-top: 4px;
	color: #bdbdbd;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 12px;
}

.footer__credit a {
	color: #bdbdbd;
}

.full { width:100%; text-align:center; display:inline-block; vertical-align: top}

.fillwidth > .grid-x {
	width: 100%;
	max-width: 100%;
}

.pull-left { float:left}

.pull-right { float:right}

body, h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.meta-nav { display:none}

.reveal-modal .close-reveal-modal {
  right: 0.5rem;
 
}
a:focus, a:hover {
    color: #000;
    outline: none;
}

.entry-title > a {
  color: #000;
  font-size: 48px;
  text-transform: uppercase;
}

h1.page-title {
  color: #000;
  font-size: 38px; line-height: 1.2;
  margin-top: 20px;
}

.reveal-modal .close-reveal-modal {
  font-size: 1.222rem !important;
}

.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0 !important;
}
.reveal-modal h2 {
  color: #0c4498;
  font-size: 31px;
  font-weight: lighter !important;
  margin-top: -5px !important;
  text-align: left;
}

.reveal-modal p {
  margin-bottom: 0;
  text-align: left;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

#register {
	scroll-margin-top: 108px;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}



/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}




/*responsive*/

@media only screen and (min-width: 1671px) and (max-width: 7000px) {}		
	
@media only screen and (min-width: 1601px) and (max-width: 1670px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {}

@media only screen and (min-width: 1361px) and (max-width: 1500px) {
	.hero-intro__heading {
	font-size: 50px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5e5751;
	font-weight: 300;
	margin-bottom: 8px;
	line-height: 1.1;
}
	.hero-intro__subheading {
	font-size: 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5e5751;
	font-weight: 300;
	margin-bottom: 24px;
}
}

/* #Desktop (1366)

================================================== */
@media only screen and (min-width: 1280px) and (max-width: 1360px) {

.hero-intro__heading {
	font-size: 42px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5e5751;
	font-weight: 300;
	margin-bottom: 8px;
	line-height: 1.1;
}
	.hero-intro__subheading {
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5e5751;
	font-weight: 300;
	margin-bottom: 24px;
}

}



/* #Tablet (1024)

================================================== */
@media only screen and (min-width: 1001px) and (max-width: 1279px) {

.hero-intro {
	padding: 130px 0 60px;
}.cell.large-6.register__image-cell {
	margin-bottom: 80px;
}

}




/* #Tablet (Portrait)

================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.cell.large-6.register__form-cell {
	order: -1;
	margin-bottom: 40px;
}
.hero-intro__heading {
	font-size: 49px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5e5751;
	font-weight: 300;
	margin-bottom: 8px;
	line-height: 1.1;
}
.hero-intro {
	padding: 130px 0 60px;
}.cell.large-6.register__image-cell {
	margin-bottom: 80px;
}
.header.full .copper-btn {
	padding: 16px 9px;
	border-radius: 4px;
}

}




/*  #Mobile (Portrait)

================================================== */
/* Note: Design for a width of 320px */


@media only screen and (max-width: 767px) {
.hero-intro__partners.hero-intro__partners-col {
	text-align: center;
}	
	
.hero-intro__partners.hero-intro__salesagent {
	text-align: center;
}	
	
	#hero-intro .cell.large-6:first-of-type {
	padding-right: 3.5%;
	padding-left: 3.5%;
}
	#hero-intro .grid-container {
	max-width: 100%;
	width: 100%;
}
	html body .hero-intro {
	padding: 116px 0 40px !important;
}
	.hero-intro__image {
	margin-top: 0;
}
	.herotop {order:-2}
	
	.cell.large-6.register__image-cell {
	order: 2 !important;
	margin-top: 30px !important;
}
	.hero-intro {
	padding: 130px 0 40px;
}

	.hero-intro .cell.large-6 {
		width: 100%;
	}



.hero-intro__heading {
	font-size: 29px;
}

.hero-intro__subheading {
	font-size: 16px;
}
	.header.full {
		padding: 0;
	}

	.header.full .grid-container {
		flex-wrap: wrap;
	}

	.header.full .cell.large-4 {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.header.full .header-register {
		order: 1;
		text-align: center;
	}

.header.full .header-logo {
	order: 2;
	padding: 15px 0;
}

	.header.full .header-social {
		display: none;
	}

.header.full .copper-btn {
	display: block;
	width: 100%;
	border-radius: 0;
	font-size: 16px;
	padding: 9px 0;
}
.register__heading {
	font-size: 30px;
	font-weight: 300;
	color: #f7f3f0;
	margin-bottom: 30px;
}
	label {
	
	font-size: 12px !important;
	font-weight: normal;
	line-height: 1.8;
	color: #0a0a0a;
}
	
	
	.hero-intro__partner-logos img {
	max-height: 50px;
	width: auto;
}
	.icon-columns__title {
	text-transform: uppercase;
	letter-spacing: 1.92px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
}
	
	#register .cell.large-6,
	#hero-intro .cell.large-6 {
	margin: 0;
}
	.cell.large-4.icon-columns__item {
	text-align: left;
	justify-content: flex-start;
}
.hero-intro__partner-logos {
	display: flex;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}
.header.full .main-logo {
	max-width: 34px;
	margin: 0 auto;
	display: block;
}
	.header.full .grid-container {
	max-width: 100%;
	width: 100%;
}
.grid-container {	
	max-width: 93%;
	width: 93%;
}	
	
	
	
}





/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */



@media only screen and (min-width: 480px) and (max-width: 767px) {


}


@media only screen and (min-width: 1001px) and (max-width: 9000px) {
.menu li:hover  .sub-menu { display:block}
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {


}

