/* students CSS */

.cgs {
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	color: #707070;
	/*padding: 30px 0;*/
}

.cgs * {
	box-sizing: border-box;
}

.cgs img {
	max-width: 100%;
}

/* typography */

.cgs h1,
.cgs h2,
.cgs h3,
.cgs h4,
.cgs h5,
.cgs h6,
.cgs .h1,
.cgs .h2,
.cgs .h3,
.cgs .h4,
.cgs .h5,
.cgs .h6 {
	color: #0C0908;
	font-weight: normal;
	line-height: 1.2;
	margin: 20px 0;
}

.cgs h1,
.cgs .h1 {
	font-size: 35px;
}

.cgs h2,
.cgs .h2 {
	font-size: 30px;
}

.cgs h3,
.cgs .h3 {
	font-size: 25px;
}

.cgs h4,
.cgs h5,
.cgs h6,
.cgs .h4,
.cgs .h5,
.cgs .h6 {
	font-size: 20px;
}

.cgs p {
	margin: 0 0 20px;
}

.cgs p a {
    color: inherit;
}

.cgs p + .cg-btn {
	margin-top: 10px;
}

.cgs ul,
.cgs ol {
	padding: 0 0 0 20px;
	margin: 0 0 15px;
}

.cgs li {
	margin: 0 0 10px;
}

.cgs .cg-btn {
	display: inline-block;
	height: 55px;
	line-height: 53px;
	min-width: 200px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	border: 1px solid #0C0908;
	background-color: #0C0908;
	padding: 0 25px;
	text-decoration: none;
	border-radius: 0;
	transition: .2s all;
	cursor: pointer;
}

.cgs .cg-btn i {
	margin-left: 20px;
	position: relative;
	top: 1px;
}

.cgs .cg-btn i:not(.pre) {
	top: 50%;
    transform: translateY(-50%);
    float: right;
}

.cgs .cg-btn i.pre {
	margin-right: 10px;
	margin-left: 0;
}

.cgs .cg-btn:hover,
.cgs .cg-btn:focus {
	background-color: transparent;
	color: #0C0908;
}

.cgs .cg-btn.btn--blue {
	background-color: #314C89;
	color: #fff;
	border-color: #314C89;
}

.cgs .cg-btn.btn--blue:hover,
.cgs .cg-btn.btn--blue:focus {
	background-color: transparent;
	color: #314C89;
}

.cgs .cg-btn.btn--green {
	background-color: #13C057;
	color: #fff;
	border-color: #13C057;
}

.cgs .cg-btn.btn--green:hover,
.cgs .cg-btn.btn--green:focus {
	background-color: transparent;
	color: #13C057;
}

.cgs .cg-btn.btn--red {
	background-color: #fff;
	color: #FF0000;
	border-color: #FF0000;
}

.cgs .cg-btn.btn--red:hover,
.cgs .cg-btn.btn--red:focus {
	background-color: transparent;
	color: #fff;
}

.cgs .cg-btn.btn--white {
	background-color: #fff;
	color: #000;
	border-color: #fff;
}

.cgs .cg-btn.btn--white:hover,
.cgs .cg-btn.btn--white:focus {
	background-color: transparent;
	color: #fff;
}

.cgs .cg-btn.sm {
	height: 32px;
    line-height: 30px;
    min-width: 118px;
    padding: 0 8px;
    font-size: 14px;
}

.cgs .cg-btn.sm i.pre {
	margin-right: 2px;
}

.cgs .btn-as-link {
	border: none;
	background: none;
	padding: 0;
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.cgs .btn-as-link:hover,
.cgs .btn-as-link:focus {
	text-decoration: none;
}

.cgs ul.ticks {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}

.cgs ul.ticks li:before {
	content: '✓';
	margin-right: 10px;
}

/* components */

.cgs__dual-cta {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}

.cgs__dual-cta__item {
	width: calc(50% - 9px);
	position: relative;
	padding: 35px;
	color: #0C0908;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cgs__dual-cta__item.white-text {
	color: #fff;
}

.cgs__dual-cta__item > * {
	position: relative;
	z-index: 2;
}

.cgs__dual-cta__item__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.cgs__dual-cta__item__intro {
	min-height: 103px;
}

.cgs__dual-cta__item__intro > *:nth-child(1) {
	margin-top: 0;
}

.cgs__dual-cta__item__intro > *:nth-last-child(1) {
	margin-bottom: 0;
}

.cgs__dual-cta__item__heading {
	font-weight: bold!important;
	font-size: 40px!important;
	color: inherit!important;
}

.cgs__dual-cta__item p {
	font-size: 25px;
	color: inherit;
}

.cgs__dual-cta__item__buttons {
	margin: 30px 0;
}

.cgs__dual-cta__item .cg-btn {
	margin: 0 18px 0 0;
}

.cgs__dual-cta__item__smallprint {
	margin-bottom: 0!important;
	font-size: 15px!important;
}

.cgs__dual-cta__item__smallprint a {
	color: inherit;
}

.cgs__dual-cta__item__smallprint img {
	margin-right: 15px;
}

.cgs__copy {
	width: 100%;
	/*max-width: 600px;*/ /* JS 09/08 */
	max-width: 1100px;
	margin: 0 auto;
	padding: 45px 0;
	text-align: center;
}

.cgs__copy > *:nth-child(1) {
	margin-top: 0;
}

.cgs__copy > *:nth-last-child(1) {
	margin-bottom: 0;
}

.cgs__carousel-3 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px;
	position: relative;
}

.cgs__carousel-3__heading,
.cgs__carousel-5__heading {
	width: 100%;
	margin: 0 0 30px!important;
	text-align: center;
}

.cgs__carousel-3__prod {
	width: 33.333%;
	padding: 0 15px 60px;
	position: relative;
	text-align: center;
	font-size: 16px;

}

.cgs__carousel-3__prod__img	{
	width: 100%;
	height: auto;
}

.cgs__carousel-3__prod__heading {
	font-size: 20px!important;
}

.cgs__carousel-3__prod .cg-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}

.cgs .carousel__arrow {
	position: absolute;
	top: 50%;
	font-size: 20px;
	transform: translateY(-50%);
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,.05);
	transition: .3s all;
	z-index: 10;
}

.cgs .carousel__arrow:hover,
.cgs .carousel__arrow:focus {
	border-color: #000;
	background-color: rgba(0,0,0,.1);
}

.cgs .carousel:not(.slick-initialized) {
	max-height: 400px;
	overflow: hidden;
}

.cgs .slider-prev {
	left: 0;
}

.cgs .slider-next {
	right: 0;
}

.cgs__carousel-5 {
	width: 100%;
	margin: 0;
	padding: 45px 0;
	position: relative;
	text-align: center;
}

.cgs__carousel-5 .slider-prev {
	top: 38%;
	left: 15px;
}

.cgs__carousel-5 .slider-next {
	top: 38%;
	right: 15px;
}

.cgs__carousel-5__prod {
	padding: 0 8px;
	margin: 0 0 30px;
	text-align: left;
}

.cgs__carousel-5__prod img {
	width: 100%;
	max-width: 398px;
	margin: 0 auto;
	height: auto;
	border: 1px solid #E0E0E0;
}

.cgs__carousel-5__prod h3 {
	margin: 15px 0 5px;
	padding: 0;
	color: #000;
	width: 100%;
	text-decoration: none;
	font-size: 18px;
}

.cgs__carousel-5__prod p {
	font-size: 13px;
	color: #707070;
	margin: 0 0 10px;
}

.cgs__carousel-5__prod .price {
	font-size: 22px;
	color: #000;
	margin: 0;
}

.cgs__carousel-5__prod a {
	text-decoration: none;
}

.cgs__carousel-5__btn {
	margin: 15px 0 0;
}

.cgs__subnav {
	width: 100%;
	padding: 45px 0 15px;
}

.cgs__subnav__heading {
	text-align: center;
	margin: 0 0 30px!important;
}

.cgs__subnav__group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0!important;
	margin: 0!important;
}

.cgs__subnav__item {
	width: calc(33.333% - 16px);
	text-align: center;
	margin: 0 0 30px!important;
	padding: 0 0 55px;
	position: relative;
}

.cgs__subnav__item__img {
	display: block;
	width: 100%;
	height: auto;
}

.cgs__subnav__item__heading {
	margin: 15px 0 30px!important;
	font-size: 20px!important;
}

.cgs__subnav__item .cg-btn {
	position: absolute;
	 bottom: 0;
	 left: 50%;
	 transform: translateX(-50%);
}

.cgs .slick-track {
    display: flex !important;
}

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

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

	.cgs {
		font-size: 18px;
	}

	.cgs__dual-cta__item {
		width: calc(50% - 4px);
		padding: 30px 25px;
		min-height: 350px;
	}

	.cgs__dual-cta__item__heading {
		font-size: 35px!important;
		margin-bottom: 10px!important;
	}

	.cgs__dual-cta__item p {
		font-size: 20px;
	}

	.cgs__dual-cta__item__smallprint img {
		width: 105px;
		margin-right: 10px;
	}

	.cgs__subnav__item {
		width: calc(33.333% - 4px);
	}
}

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

	.cgs .cg-btn {
		height: 48px;
		line-height: 46px;
		min-width: 160px;
		padding: 0 15px;
		font-size: 20px;
	}

	.cgs__dual-cta__item {
		padding: 25px 15px;
		justify-content: flex-start;
	}

	.cgs__dual-cta__item__intro {
		min-height: 118px;
	}

	.cgs__dual-cta__item__heading {
		font-size: 30px!important;
	}

	.cgs__dual-cta__item .cg-btn {
		margin: 0 8px 0 0;
	}

	.cgs__dual-cta__item p {
		margin-top: auto;
	}
}

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

	.cgs__subnav__item__heading {
		font-size: 16px;
	}

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

	.cgs__dual-cta__item {
		width: 100%;
		min-height: 0;
	}

	.cgs__dual-cta__item:nth-child(1) {
		margin: 0 0 14px;
	}

	.cgs__dual-cta__item__intro {
		min-height: 0;
	}

	.cgs__dual-cta__item__buttons {
		margin: 40px 0 50px;
	}

	.cgs__dual-cta__item__heading {
		max-width: 400px;
	}
}


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

	.cgs {
		font-size: 16px;
	}

	.cgs h1,
	.cgs .h1,
	.cgs h2,
	.cgs .h2 {
		font-size: 30px;
	}

	.cgs .cg-btn {
		height: 44px;
	    line-height: 42px;
	    min-width: 128px;
	    padding: 0 10px;
	    font-size: 16px;
	}

	.cgs__carousel-3__prod {
		padding: 0 0 44px;
	}

	.cgs__carousel-5 .slider-next,
	.cgs__carousel-5 .slider-prev {
		top: 40%;
	}

	.cgs__subnav__item {
		width: 100%;
		padding-bottom: 44px;
	}

}
