/*****************CUSTOM CSS***********************/
.h3_subhead_style {     
	font-size: 27px;
	font-weight: bold;
	margin-top: 21px;
	margin-bottom: 10.5px;
 }
 .highlight_subhead_style {
	font-size: 16px;
	background-color: #18bc9c;
	padding: 6px;
	font-weight: bold;
	color: white;
	width: 100%;
	margin: 18px 0px 9px;
	float:left;
}

.highlight_subhead_style a, .highlight_subhead_style a:active{
	color:#fff;
	text-decoration:underline;
}
.highlight_subhead_style a:hover{
	color:#000;
}
.left_align_style {
	margin: 5px 25px 15px 0px;
	float: left;
	max-width:100%;
	height:auto;
}
.right_align_style  { 
	margin: 5px 0px 15px 25px;
	float: right;
	max-width:100%;
	height:auto;
}
.quote_credit_style { 
	font-size: 16px !important;
	font-style: italic !important;
	border-left: 5px solid #2d90ff !important;
	margin: 20px 0px !important;
	padding: 0px 0px 0px 20px !important;
	font-size: 16px !important;
	font-style: italic !important;
}
.h2_intro_style { 
	font-size: 20px !important;
	line-height: 120% !important;
	color: #77787b !important;
	margin-top: 21px !important;
	margin-bottom: 10.5px !important;
}
.featured_image_style {
    width: 100% !important;
    height: auto !important;
    margin: 15px 0px 20px !important;
}
.H5_quote_credit_style {     
	font-size: 12px !important;
	font-weight: bold !important;
	margin: -8px 0px 15px 24px !important; 
}
.h6_footnote_style{ 
	font-size: 10px;
    border-top: 1px dotted rgb(45,144,255);
    margin-top: 40px;
    line-height: 130%;
    padding-top: 10px; 
} .no_style {
    margin: 0 0 10.5px;
}
.imagecenter{
	padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

  .imagecenter > img {
    max-width: 100%;
	}
	
.customTable{
	width:60%
}
@media (max-width: 991px) {
	.trigger_block_radio .radio{
		margin-left:5px;
	}
	.form-group.trigger_block_radio {
		margin-left: 0;
	}
}
	
	
@media (max-width: 767px) {
	
	.no-padding1{
		padding-left:0px;
		padding-right:0px;
	}
}


@media only screen and (max-width: 479px) {
	.left_align_style {
		width:50%;
		text-align:center;
	}
	.right_align_style  { 
		width:50%;
		text-align:center;
	}
	.customTable{
	width:100%
	}
}
.nav_top_block {
		float: right!important;
		padding-right: 0px !important;
		
	}
@media (max-width: 1087px) {
	.nav_top_block {
		float: right!important;
		padding-right: 0px !important;
		padding-left: 0px !important;
		width: 63%;
	}
}

@media (min-width: 991px) and (max-width: 1025px) {
	.nav > li {
		font-size: 10px;
	}
}