/*	CONTENT BLOCK 2-5
/*----------------------------------------------------*/

.m-b-60 {
    margin-bottom: 60px !important;
}
.card:first-child {
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
}
.card {
    border-color: #eaeaea;
    border-radius: 0;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
    background-color: #f7f7f7;
    border-color: #eaeaea;
    padding: 12px 18px;
}
.card-header {
   	padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #ecf0f1;
    border-bottom: 1px solid rgb(236, 240, 241);
}
.card-header a {
    position: relative;
    display: block;
    color: #999;
}
.card .card-block {
    border-bottom: 1px solid #eaeaea;
    color: #999;
}
.card + .card {
    border-top: 0;
    margin-top: -1px;
}

/* Light */
.content-2-5-light h2 {
	color: #333333;
}

/* Dark */
.content-2-5-dark h2 {
	color: #ffffff;
}

.content-2-5-dark h2 a {
	color: #f1c40f;
}

.content-2-5-dark h2 a:hover {
	color: #ffffff;
}


/*	CONTENT BLOCK 2-5 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
		
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	

	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}