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

.content-2-2 h3 { font-weight: 300; }
.content-2-2 h3, .content-2-2 p { color: #ffffff; }

.content-2-2 .icon-outline {
	height: 150px;
	width: 150px;
	max-width: 100%;
	border: 4px solid rgba(255,255,255,0.6);
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	text-align: center;
	vertical-align: middle;
	position: relative;
	margin: 0 auto 50px;
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.content-2-2 .icon-outline:hover {
	box-shadow: 0 0 0 14px rgba(255,255,255,0.4);
	color: #fff;
}

.content-2-2 .icon-outline span {
	line-height: 150px;
	color: #fff;
	font-size: 55px;
}

.section-content {
    padding: 80px 0;
    position: relative;
}
.section-content__header {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededee;
    margin-bottom: 30px;
}
.section-content__title {
    float: left;
    display: inline-block;
    font-family: 'Montserrat';
}
.news {
    border: 1px solid #ededee;
    border-bottom-width: 3px;
    margin-bottom: 30px;
}
.news__content {
    padding: 30px;
    position: relative;
}
.news__meta {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 30px;
    top: -50px;
}
.news__title {
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 18px;
}
.news-list {
    padding-left: 0;
    margin-bottom: 30px;
    list-style: none;
}
.news-list__link {
    color: #9a9a9a;
    border: 1px solid #ededee;
    padding: 30px;
    margin-bottom: 8px;
    border-radius: 2px;
    display: block;
    position: relative;
    transition: 0.1s all ease-out;
}
.news-list__title {
    font-size: 16px;
}
.news-list__more-link {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.news-list__more-link .news-list__link {
    border-bottom-width: 3px;
    color: #193441;
}

/*	CONTENT BLOCK 2-2 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) {
	
	
	
}