#main-content a {
    text-decoration: underline;
}
.read_more { 
	padding:0px; 
	margin: 0; 
	padding-top:1em!important; 
	padding-bottom:1em!important; 
	width:100%; 
	display: block; 
	font-weight:bold; 
	background-color:inherit; 
	border:0!important; 
	border-left:4px solid #34495E!important; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); 
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); 
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); 
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); 
	text-decoration:none; 
} 

.read_more:active, .read_more:hover { 
	opacity: 1; 
	transition: opacity 250ms; 
	webkit-transition: opacity 250ms; 
	text-decoration:none; 
} 

.read_more { 
	transition: background-color 250ms;
	webkit-transition: background-color 250ms; 
	opacity: 1; 
	transition: opacity 250ms; 
	webkit-transition: opacity 250ms; 
} 

.read_more .ctaText { 
	font-weight:bold; 
	color:inherit; 
	text-decoration:none; 
	font-size: 16px; 
} 

.read_more .postTitle { 
	color:#000000; 
	text-decoration: underline!important; 
	font-size: 16px; 
} 

.read_more:hover .postTitle { 
	text-decoration: underline!important; 
} 


span.download {
	font-size:18px;
	background-color:#1285b6;
	color:white;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:12px;
	text-align:center;
	width:80%;
	display:block;
}

span.download2 {
	display:block;
	background:#fc8f44; 
	color:black; display:block; 
	font-size:18px; 
	line-height:1.4; 
	margin-top:10px; 
	padding:0px 20px;
}

span.small_block {
	font-size:12px;
	text-align:center;
	display:block;
}

.main-header-bar { background-color: #33363b; }
.main-header-menu a, .ast-header-custom-item a { color: #ccc; }


.main-header-menu .sub-menu a { color: #7a7a7a; }
.main-header-menu .current_page_item > a, 
.main-header-menu .current-menu-parent > a { font-weight: 500; color: #fff; }
.main-header-menu .current-menu-parent > .sub-menu > .current-menu-item > a { font-weight: 500; color: #32373c; }

.textwidget { text-align: center; }

#attention-button, #download, .download-btn-sidebar, .download-btn { width: 200px; height: 50px; display: inline-block; background-color: #32add7; line-height: 50px; border-radius: 3px;
    color: rgba(255,255,255,1); text-decoration: none; font-size: 20px; text-align: center; margin: 0 0 10px !important; }
.download-btn-sidebar:hover, .download-btn:hover { color: #fff; font-weight: 500; }

#downloadarea .downloadbutton-new {     display: block; width: 280px; height: 85px; background-image: url(../../../../assets/img/button_AM_again.png); }
/*#downloadarea a { display: flex; align-items: center; justify-content: center; margin: 3px 11px 0 0; margin-right: 16px; width: 274px; text-align: center; font-size: 11px; color: #3e434a; }*/
.downloadbutton { height: 83px; width: 280px; background-image: url(../../../../assets/img/button_AM_again.png); background-repeat: no-repeat; font-size: 11px; color: #d7e9c1; text-align: left; }
.downloadbutton span { display: none; }
#download { display: block; height: 83px; width: 280px; background-image: url(../../../../assets/img/button_AM_again.png); background-repeat: no-repeat; font-size: 11px; color: rgba(215, 233, 193, 0); text-align: left; }

.attention-button-box { padding: 10px; box-shadow: 0 3px 6px rgba(12,34,130,.2); }

.attention-button { width: 100%; display: inline-block; text-align: center; padding-top: 20px; }
.attention-button a { height: 50px; display: inline-block; background-color: #32add7; line-height: 50px; border-radius: 3px;
    color: rgba(255,255,255,1); text-decoration: none; font-size: 20px; padding: 0px 30px; }

#stb-caption-box-8379 {
		font-size: 20px;
}

.quick-menu-header {
	margin-left: 10px;
	font-size: 30px;
	
}
.quick-menu a { margin-left: 10px; font-weight: 500; }
.quick-menu ul li { margin-top: 5px; margin-bottom: 5px; background-color: #cfd4d6; color: #000; font-size: 16px; list-style: none; padding: 5px 10px; }
.quick-menu ul li>span { background-color: rgba(60,100,123,1); color: #fff; font-weight: 500; padding-left: 5px; padding-right: 5px;
    padding-top: 5px; padding-bottom: 5px; display: block; float: left; margin-top: -5px; margin-left: -10px; }

h3.step-header { padding-top: 30px; color: #194f73; font-weight: 500; }

.table-pricing th { background-color: #ccc; }
.table-pricing, .table-pricing td, .table-pricing th { text-align: center; border: none; }

.youtube--video { width: 100%; min-height: 300px; }

.social-tooltip { margin: 0 10px; }
.social-tooltip i { font-size: 30px; color: #aaa; }
.social-tooltip i:hover { color: #fff; }

/* mobile ver */
.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle { color: #fff; }

@media(max-width:768px){
	.main-header-menu a, .ast-header-custom-item a { color: unset; }
	.main-header-menu .current_page_item > a, 
	.main-header-menu .current-menu-parent > a { font-weight: 500; color: #000; }
}