/*
Theme Name: PeaceNexus
Theme URI: https://peacenexus.org/
Author: David Kinloch
Author URI: http://www.leidar.co.uk
Description: Bepokse Theme for PeaceNexus
Version: 1.0
Tags: blog, microformats
*/

/*proposal new*/

.tab-content h5 {
	/*margin-bottom: 20px;*/
}
.tabs .tab a {
	border-bottom: 5px solid rgba(92, 136, 161, 0.5);
}
.tabs .tab a h3 {
	color: rgba(92, 136, 161, 0.5);
}
.cta-block a.btn {
	width: 100%;
	padding: 7px 0;
	margin: 0 !important;
	line-height: 30px;
	height: auto;
	font-size: 15px;
	letter-spacing: 0.1em;
}
.cta-block .not-blue-btn a.btn {
	color: #004580;
	border: 2px solid #004580;
	background-color: #ffffff;
}

.step-num {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
}

.tab-content-ul {
	margin-bottom: 40px;
}

#partnername-banner .cta-block {
	position: relative ;
	margin-bottom: 20px;
}

#partnername-banner .cta-block a.btn {
	display: inline-block;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.inline-feat-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

body.page-template-proposals-new .tab-content h4 {
	padding-top: 30px;
	margin-top: -30px;
}

body.services-template-default .cms_content--blue {
	margin-bottom: 70px;
}

@media only screen and (min-width: 993px) {


}
@media only screen and (max-width: 992px) {

	.step-num {
		display: none;
	}


	#partnername-banner .cta-block a.btn {
		width: 100%;
	}

}