/* ====== Get Started Card / 2 Columns============*/


/*=======================================================*/


.getstartedCard-content {
	background: #00B3E6;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}




.getstartedCard-photo {
	background-size: cover;
}

.getstartedCard-title {
	font-weight: bold;
}



.getstartedCard-link {
	line-height: 32px;
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
	color: #23313B;
	font-weight: bold;
	margin-bottom: 10px;
}





/*============*/

.getstartedCard {
	margin: 20px 0 90px 0;
}

@media (max-width: 1023px) {
	.getstartedCard {
	margin: 20px 0 40px 0;
	width: 100%;	
}
}

@media (max-width: 767px) {
	.getstartedCard {
	margin: 20px 0;
	width: 100%;	
}
}


.getstartedCard-inner {
	background: #FFFFFF;
	box-shadow: 4px 4px 0px rgba(0, 179, 230, 0.25);
	min-height:255px;
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0;
}

.getstartedCard-inner .getstartedCard-photo,
.getstartedCard-inner .getstartedCard-content {
	min-height:255px;
}

.getstartedCard-photo {
	width: 50%;
	background: #e6e6e6;
}

.getstartedCard-content {
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
}

.getstartedCard-link:hover {
	color: #F5C400;
} 

@media (max-width: 540px) {
.getstartedCard-inner {
	flex-direction: column;
}
	
.getstartedCard-photo {
	width: 100%;
	background: #e6e6e6;
	height: 62vw;
}

.getstartedCard-content {
	width: 100%;
	padding: 20px;
}	
	
.getstartedCard-link {
	margin-top: 40px;
	}	
}


/* ============== 3 Columns / Ready Cards =============== */

.readyCard {
	margin: 40px 0;
}

@media (max-width: 767px) {
.readyCard {
	width: 100%;
}

}

.rotate-cards .readyCard{
}

.rotate-cards .readyCard-inner{
	min-height: 420px;
	height: 100%;
}
.rotate-cards .readyCard-inner .readyCard-text{
	min-height: 206px;
}

.rotate-cards .strategy .readyCard-back {
	background: #23313B;
	position: absolute;
	top: 0;
	left: 16px;
	right: 16px;
	bottom: 0;
	z-index: 99;
	display: none;
	opacity: 0;
	flex-direction: column;
	padding: 48px;	
} 


.readyCard-inner {
	background: #00B3E6;
	box-shadow: 4px 4px 0px rgba(0, 179, 230, 0.25);
	min-height: 100%;
	display: flex;
	flex-direction: column;
	padding: 48px;
}

.readyCard-inner .btn.btn-secondary {
	padding: 18px 0 18px 0;
	vertical-align: top;
	line-height: 24px;
	white-space: wrap;
}


.readyCard-title {
    line-height: 1;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.readyCard-title:after {
	display: block;
	width: 64px;
	height: 8px;
	background: #FFFFFF;
	margin: 20px 0;
	content: '';
}

.readyCard-text {
	font-weight: 500;
	flex-grow: 1;
	line-height: 28px;
	font-size: 18px;
	color: #fff;
	overflow-y: auto;
	margin-bottom: 30px;
}

.readyCard-button {
	display: block;
	box-sizing: border-box;
	background: #F5C400;
	padding: 12px 20px;
	border-radius: 0;
	line-height: 20px;
	font-size: 17px;
	text-align: center;
	font-weight: 700;
	color: #23313B;
	border: 2px solid #F5C400;
}

.readyCard-button:hover {
	background: #fff;
	border: 2px solid #23313B;
}
