.cta-components .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.cta-components .btn-default.white {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-cta.black::after {
	color: #000;

}

@media screen and (max-width: 575px){
	.cta-components .row .richtext .pull-left, .cta-components .row .richtext .pull-left .text {
    		padding: 0;
	}
}

.cta-components .btn.btn-cta {
	width: 100%;
	max-width: 240px;
	text-align: left;
	position: relative;
	font-weight: 700;
	padding-left: 15px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0.15);
	padding-right: 26px;
	margin-bottom: 40px;
}

.cta-components .btn.btn-cta.transparent {
	color: #333;
	background-color: transparent;
	border-color: rgba(0,0,0,0.2);
}

.cta-components .btn.btn-cta.green {
	color: #fff;
	background-color: #0d8045;
}

.cta-components .btn.btn-cta.blue {
	color: #fff;
	background-color: #0a5490;
}

.cta-components .btn.btn-cta.purple {
	color: #fff;
	background-color: #72004d;
}


.cta-components .btn.btn-cta:after {
	position: absolute;
	right: 14px;
	top: 10px;
	font-size: 16px;
	display: inline-block;
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e5cc";
	color: #fff;
}

.cta-components .btn.btn-cta.black:after {
	color: #000;
}

.cta-components .btn.btn-cta.transparent:after {
	color: #333;
}

.cta-components .btn.btn-cta.external:after {
	content: "\e89e";
}

.cta-components .btn.btn-cta.contact:after {
	content: "\e158";
}

.cta-components .btn.btn-cta:hover {
	box-shadow: 0 5px 0px 0px rgba(0, 0, 0, 0.15);
	top: -2px;
}

.cta-components .btn.btn-cta.transparent:hover {
	background-color: transparent;
	color: #333;
	top: -2px;
}

.cta-components .container {
	height: auto;
	width: 1170px;
	margin: 0 auto;
	position:relative;
}

.cta-components .container:before {
	content: " ";
	display: table;
}

.cta-components .container .row {
	height: auto;
}

.cta-components .container .row:before {
	content: " ";
	display: table;
}

.cta-components .container > div {
	display: table;
	height: auto;
}

.cta-components .container .cta-title > * {
	color: #000;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 0;
}

.cta-components .container .cta-title.green > * {
	color: #0d8045;
}

.cta-components .container .cta-title.blue > * {
	color: #0a5490;
}

.cta-components .container .cta-title.purple > * {
	color: #72004d;
}

.cta-components .container p.cta-description {
	color: #727272;
	line-height: 1.4;
	font-weight: normal;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 25px;
}


/* 	Responsive styling */

@media (min-width: 576px) {
	.cta-components .container {
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 769px) {
    .cta-components .container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.cta-components .container {
		width: 970px;
	}
}


@media (min-width: 1200px) {
	.cta-components .container {
		width: 1170px;
	}
}

@media (max-width: 769px) {

	.cta-components .container {
		width: 100%;
	}
}

@media (max-width: 575px) {

	.cta-components .btn.btn-cta {
		max-width: 300px;
	}

	.cta-components .container h3.cta-title {
		font-size: 38px;
	}

	.cta-components .container p.cta-description {
		line-height: 1.4;
	}
}


@media (max-width: 360px) {
	.banner .container .text-overlay {
		padding: 0;
	}
}
