/* ====== Get Started / Video Container============*/


/*=======================================================*/
#resource.section.center{
	padding-bottom: 0;
	outline:0;
	padding-top:0;
	margin-top: 0;

}

.content {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#resource .content p {
	line-height: 3rem;
}
.content.resourceTitle{
	font-size: 3rem;
	line-height: 4rem;
	margin-bottom: 2rem;
	font-weight:bold;
}

#resource .content.is__wysiwyg{
	padding-top:0;
}

.content.resourceText{
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-bottom: 3rem;
	font-weight:500;
}

#resources p{
	font-size:1.8rem;
	line-height:2.4rem;
}

#resource ul{
	margin-left:0;
	margin-bottom:0;
}

#resource li{
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-bottom: 3rem;
	font-weight:500;
}


#resource li p{
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-bottom: 3rem;
	font-weight:500;
}


#resource li a{
	text-decoration: none;
	color: #00b3e6;
}

#resource a{
	text-decoration: none;
	color: #00b3e6;
}

#resource h2{
	margin-bottom: 0;
}





/*============*/


@media (min-width: 1024px) {
	.col-md-8 {
	width: 80%;	
}
#resource li a{
	text-decoration: none;
	color: #00b3e6;
}
}



@media (max-width: 540px) {

.content {
	width: 100%;
	padding: 8px 20px;
	margin-bottom: 0;
}	

#resource li a{
	text-decoration: none;
	color: #00b3e6;
}

#resource ul{
	margin-left: 5rem;
	margin-bottom: 2rem;
}

#resource li{
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-bottom: 3rem;
	font-weight:500;
}

#resource .content p {
	line-height: 2rem;
}


.content.resourceText{
	margin-bottom: 1.5rem;
}
	
.link {
	margin-top: 40px;
	}	
}