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

.content-2-6 .btn-outline {
	margin: 1.8em;
}

.content-2-6 h2 {
	line-height: 1.4em;
	color: #ffffff;
}
.special-heading {
    border-bottom: 1px solid #f2f2f2;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #eee;
    font-family: 'Montserrat';
}
.progress-item {
    margin: 0 0 25px;
}
.progress-title {
    line-height: 1.2;
    color: #eee;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Lato';
}
.progress {
    background-color: #eaeaea;
    box-shadow: none;
    height: 5px;
    margin: 0 0 10px;
    overflow: visible;
    box-shadow: none;
}
.progress-bar.progress-bar-brand {
    background-color: #4a90e2;
}
.special-heading h4 {
    border-bottom: 2px solid #4a90e2;
    display: inline-block;
    padding: 0 0 7px 0;
    margin: 0 0 -2px 0;
}
.progress-bar {
    position: relative;
    height: 5px;
    border-radius: 3px;
    box-shadow: none;
}
.progress-bar {
    color: #fff;
    background-color: #0275d8;
}
.pb-number {
	background: #193441;
    padding-right: 5px;
    padding-left: 5px;
    font-family: 'Lato';
}

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