/* Registration page styles */

.registration-modern__intro {
	width: 100%;
	max-width: 600px;
	text-align: center;
	color: #707070;
	font-size: 16px;
	display: block;
	margin: 60px auto 0;
}

.registration-modern .cg-form-modern {
	width: 100%;
	max-width: 360px;
	display: block;
	margin: 60px auto;
}

.registration-modern h1,
.registration-modern h2,
.registration-modern h3,
.registration-modern h4,
.registration-modern h5,
.registration-modern h6 {
	color: #000;
	font-weight: normal;
	margin: 10px 0 20px;
}

.registration-modern h1 {
	font-size: 30px;
}

.registration-modern h2 {
	font-size: 25px;
}

.registration-modern h3 {
	font-size: 20px;
}

.registration-modern h4 {
	font-size: 18px;
}

.registration-modern h5 {
	font-size: 16px;
}

.registration-modern h6 {
	font-size: 14px;
}

/* modern form styles */

.cg-form-modern {
	text-align: center;
	color: #707070;
	font-size: 16px;
}

.cg-form-modern h1,
.cg-form-modern h2,
.cg-form-modern h3,
.cg-form-modern h4,
.cg-form-modern h5,
.cg-form-modern h6 {
	color: #000;
	font-weight: normal;
	margin: 10px 0 20px;
}

.cg-form-modern h1 {
	font-size: 25px;
}

.cg-form-modern h2 {
	font-size: 20px;
}

.cg-form-modern h3 {
	font-size: 20px;
}

.cg-form-modern h4 {
	font-size: 18px;
}

.cg-form-modern h5 {
	font-size: 16px;
}

.cg-form-modern h6 {
	font-size: 14px;
}

.cg-form-modern p,
.cg-form-modern ul,
.cg-form-modern ol {
	line-height: 1.5;
}

.cg-form-modern small {
	line-height: 1.2;
}

.cg-form-modern__notice {
	color: #FF0202;
	font-weight: bold;
}

.cg-form-modern .form-field-wrapper {
	 width: 100%;
	 border: 1px solid #707070;
	 margin: 0 0 18px;
	 padding: 0 15px;
	 display: inline-block;
	 outline: solid 2px #fff;
	 transition: 0.3s all;
	 text-align: left;
	 position: relative;
}
.cg-form-modern .form-field-wrapper:focus-within {
	 outline-color: #314c89;
	 border-color: #314c89;
}
.cg-form-modern .form-field-wrapper label {
	 color: #314c89;
	 font-weight: 500;
	 padding: 5px 0;
	 margin: 0;
	 width: 100%;
	 display: inline-block;
	 font-size: 14px;
}
.cg-form-modern .form-field-wrapper input[type="text"], 
.cg-form-modern .form-field-wrapper input[type="email"], 
.cg-form-modern .form-field-wrapper input[type="number"], 
.cg-form-modern .form-field-wrapper input[type="tel"],
.cg-form-modern .form-field-wrapper input[type="password"],
.cg-form-modern .form-field-wrapper select {
	 color: #707070;
	 border: none;
	 background: transparent;
	 padding: 0 0 8px;
	 margin: 0;
	 width: 100%;
	 font-weight: normal;
	 display: inline-block;
	 font-size: 16px;
	 flex-grow: 1;
	 outline: none;
}

.cg-form-modern .form-field-wrapper select {
	position: relative;
	width: 100%;
	height: 32px;
	padding: 0 5px 0 0;
	-webkit-appearance: none;
}

.cg-form-modern .form-field-wrapper select + i {
	position: absolute;
	bottom: 6px;
	right: 15px;
	color: #000;
	font-size: 16px;
	pointer-events: none;
}

.cg-form-modern .form-field-wrapper textarea {
	 color: #707070;
	 border: none;
	 background: transparent;
	 padding: 0 0 8px;
	 margin: 0;
	 width: 100%;
	 font-weight: normal;
	 display: inline-block;
	 font-size: 16px;
	 flex-grow: 1;
	 outline: none;
	 min-height: 200px;
	 resize: none;
}

.cg-form-modern .form-field-wrapper input[type="password"] {
	width: 80%;
}

.cg-form-modern .form-field-wrapper button {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	outline: none;
	border: none;
	background: transparent;
	color: #314c89;
	font-size: 14px;
	padding-right: 0;
}

.cg-form-modern [type="submit"] {
	color: #fff;
	background-color: #314C89;
	margin-top: 0;
	height: 50px;
	width: 100%;
	line-height: 50px;
	padding: 0 75px 0 25px;
	font-size: 20px;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: left;
	position: relative;
	transition: .3s all;
}

.cg-form-modern [type="submit"]:hover,
.cg-form-modern [type="submit"]:focus {
	background-color: #1b3163;
}

.cg-form-modern [type="submit"] i {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

.cg-form-modern__section {
	margin-bottom: 50px;
}

.cg-form-modern__section .form-field-wrapper:nth-of-type(1) {
	margin-top: 10px;
}

.cg-form-modern .checkbox-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

.cg-form-modern .checkbox-row label {
	width: 33.333%;
	cursor: pointer;
}
 
.cgbf {
	font-size: 15px;
	line-height: 22px;
	color: #000;
}

.cgbf * {
	box-sizing: border-box;
}

.cgbf {
	display: flex;
	flex-wrap: wrap;
	/*padding: 30px 0;*/
	color: #43484B;
}

.section.group.flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.section.group.flex:before,
.section.group.flex:after {
	content: none;
}

.cgbf .btn {
	height: 50px;
	padding: 0 25px;
	border: none;
	background-color: #CA9853;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	margin: 10px 0;
	border-radius: 0;
	transition: .2s all;
}

.cgbf .btn:hover,
.cgbf .btn:focus {
	background-color: #92672b;
}

.cgbf h1,
.cgbf h2,
.cgbf h3,
.cgbf h4,
.cgbf h5,
.cgbf h6,
.cgbf .h1,
.cgbf .h2,
.cgbf .h3,
.cgbf .h4,
.cgbf .h5,
.cgbf .h6 {
	color: #000;
	font-weight: normal;
	margin: 20px 0;
}

.cgbf h1,
.cgbf .h1 {
	font-size: 28px;
}

.cgbf h2,
.cgbf .h2 {
	font-size: 24px;
}

.cgbf h3,
.cgbf .h3 {
	font-size: 20px;
}

.cgbf h4,
.cgbf h5,
.cgbf h6,
.cgbf .h4,
.cgbf .h5,
.cgbf .h6 {
	font-size: 18px;
}

.cgbf__seo {
	background-color: #fbba00;
	color: #000;
	margin: 0 0 30px;
}

.cgbf__seo__inner {
	width: 75%;
	padding: 20px 60px 60px 30px;
	margin-left: 25%;
}

.cgbf__seo__inner h2,
.cgbf__seo__inner h3,
.cgbf__seo__inner h4,
.cgbf__seo__inner h5,
.cgbf__seo__inner h6 {
	color: inherit;
	margin: 30px 0 10px;
}

.cgbf__seo__inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cgbf__seo__inner ul li {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}

.cgbf__seo__inner ul li:not(:nth-last-child(1)):after {
	content: '|';
	position: absolute;
	right: 7px;
}

.cgbf__seo__inner ul li a {
	/*color: #fff;*/
	color: #000;
	text-decoration: underline;
}

.cgbf__banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	min-height: 275px;
	padding: 60px 20px;
	margin-bottom: 60px;
	background: #000000
}

.cgbf__banner * {
	position: relative;
	z-index: 1;
}

.cgbf__banner > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

.cgbf__banner__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.cgbf__banner__subheading {
	/*font-weight: 500;*/
	width: auto;
	color: #fff;
	font-size: 35px;
	margin: 0;
}

.cgbf__banner__heading {
	/*width: 542px;*/
	width: 260px;
	height: auto;
	max-width: 100%;
}

.cgbf__intro {
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 0 0 60px;
	width: 100%;
}

.cgbf__intro__inner {
	max-width: 650px;
}

.cgbf__intro__inner p {
    margin-bottom: 10px;
}

.cgbf__intro__inner > *:nth-child(1) {
	margin-top: 0;
}

.cgbf__intro__inner > *:nth-last-child(1) {
	margin-bottom: 0;
}

.cgbf__intro__more {
	max-height: 500px;
	transition: .4s all;
	overflow: hidden;
}

.cgbf__intro__more.collapsed {
	max-height: 0;
}

.cgbf__icon-blocks {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/*max-width: 1074px;*/
	margin: 0 auto;
	padding-bottom: 60px;
}

.cgbf__icon-blocks__col {
	width: 25%;
	padding: 0 8px;
	text-align: center;
}

.cgbf__icon-blocks__col img {
	width: 100%;
	height: auto;
}

.cgbf__icon-blocks__col h3 {
	margin: 20px 0 15px;
}

.cgbf__form-wrapper {
	max-width: 460px;
	margin: -30px auto 60px;
}

.cgbf__form-wrapper form {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.cgbf__form-wrapper form p {
	padding: 0 8px;
}

.cgbf__form-wrapper .form-field-wrapper {
	width: calc(50% - 16px);
	margin: 0 8px 18px;
}

.cgbf__form-wrapper [type="submit"] {
	margin: 10px auto;
	max-width: 300px;
	text-align: center;
	padding: 0 25px;
}

.cgbf__form-wrapper p input[type="checkbox"] {
	margin-right: 5px;
}

.cgbf__banner-alt {
	position: relative;
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	min-height: 275px;
	padding: 60px 0;
	color: #fff;
	background: #000;
}

.cgbf__banner-alt * {
	position: relative;
	z-index: 1;
}

.cgbf__banner-alt__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.cgbf__banner-alt__heading {
	width: 100%;
	margin: 0 0 30px;
}

.cgbf__banner-alt__heading .h2 {
	color: #fff;
}

.cgbf__banner-alt__col {
	width: 21%;
	padding: 20px;
	font-size: 20px;
}

.cgbf__banner-alt__col i {
	/*color: #B18648;*/
	color: #fbba00;
	font-size: 40px;
	margin: 0 0 8px;
	font-weight: bold;
}

.cgbf__alternating {
	width: 100%;
}

.cgbf__alternating__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0 0 60px;
}

.cgbf__alternating__row:nth-child(odd) {
	flex-direction: row-reverse;
}

.cgbf__alternating__row > div {
	width: 50%;
	padding: 0 60px;
}

.cgbf__alternating__img-wrapper {
	margin: 30px 0;
}

.cgbf__alternating__img-wrapper img {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.cgbf__alternating__copy > *:nth-child(1) {
	margin-top: 0;
}

.cgbf__alternating__copy > *:nth-last-child(1) {
	margin-bottom: 0;
}

.cgbf__alternating__copy p {
    margin-bottom: 10px;
}

.cgbf__product-blocks {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/*max-width: 1074px;*/
	margin: 0 auto;
	padding-bottom: 60px;
}

.cgbf__product-blocks__col {
	width: 25%;
	padding: 0 8px;
	text-align: center;
}

.cgbf__product-blocks__col img {
	width: 100%;
	height: auto;
}

.cgbf__product-blocks__col h3 {
	margin: 20px 0 15px;
}

.product-block__rating {
	width: 100%;
	font-family: 'Font Awesome 5 Pro';
	font-size: 17px;
	color: #FFDD00;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.product-block__rating a {
	color: #707070;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	/*text-decoration: underline;*/
	display: inline-block;
	margin-left: 2px;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: normal;
}

.product-block__rating.rating--1 span:before {
	content: '\f005';
}

.product-block__rating.rating--2 span:before {
	content: '\f005 \f005';
}

.product-block__rating.rating--3 span:before {
	content: '\f005 \f005 \f005';
}

.product-block__rating.rating--4 span:before {
	content: '\f005 \f005 \f005 \f005';
}

.product-block__rating.rating--5 span:before {
	content: '\f005 \f005 \f005 \f005 \f005';
}

.product-block__rating.rating--4 span:after {
	content: '\f005';
	font-weight: 300;
}

.product-block__rating.rating--3 span:after {
	content: '\f005 \f005';
	font-weight: 300;
}

.product-block__rating.rating--2 span:after {
	content: '\f005 \f005 \f005';
	font-weight: 300;
}

.product-block__rating.rating--1 span:after {
	content: '\f005 \f005 \f005 \f005';
	font-weight: 300;
}

.product-block__rating.rating--0 span:after {
	content: '\f005 \f005 \f005 \f005 \f005';
	font-weight: 300;
}

@media only screen and (max-width: 1100px) { 

	.cgbf__seo__inner {
		width: 100%;
		padding: 20px;
		margin-left: 0;
	}

	.cgbf__seo__inner ul li {
		display: block;
	}

	.cgbf__seo__inner ul li:not(:nth-last-child(1)):after {
		content: none;
	}
}


@media only screen and (max-width: 840px) {   

	.cgbf__banner-alt__col {
		width: 25%;
		font-size: 16px;
		padding: 20px 10px;
	}

	.cgbf__alternating__row > div {
		width: 100%;
		padding: 0 30px;
	}

	.cgbf__alternating__row:nth-child(odd) {
		flex-direction: row;
	}

	.cgbf__alternating__img-wrapper {
		margin-top: 0;
	}

	.cgbf__icon-blocks__col {
		width: 50%;
		margin-bottom: 30px;
	}

	.cgbf__product-blocks__col {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 600px) {  

	.section.group.flex {
		padding-left: 0;
		padding-right: 0;
	}	

	.cgbf__icon-blocks__col {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}	

	div > .cgbf__icon-blocks__col:nth-last-child(1) {
		margin-bottom: 0;
	}

	.cgbf__form-wrapper .form-field-wrapper {
		width: 100%;
		margin: 0 0 18px;
	}

	.cgbf__banner-alt__col {
		width: 50%;
	}

	.cgbf__banner__subheading {
		font-size: 25px;
	}

	.cgbf h1, .cgbf .h1 {
		font-size: 25px;
	}

	.cgbf__alternating__row > div {
		padding: 0;
	}

	.cgbf__intro {
		padding: 0 0 30px;
	}

	.cgbf__form-wrapper {
		margin-top: 0;
	}

	.cgbf__product-blocks {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 340px) {  


}