/* Enter Your Custom CSS Here */

.flipbook-main-wrapper {
background: #fff !important;
}

.hasNoLeftOrRightCols.interior-content {
    margin-bottom: 30px;
}

/* Crisis Bar */
.crisis-top-bar {
    background: #ff6833;
    text-align: center;
    color: #000;
    padding: 10px;
}
.crisis-top-bar a {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
/*End Crisis Bar */

/*DSA Blog Pages*/
.dsa-blog {
	width: 800px;
	height: auto;
	margin: auto;
}
.dsa-blog-title {
	text-align: center;
	max-width: 800px;
	margin: auto;
}
#dsa-blog-title-hide {
	display: none;
}
.noMar {
	margin-bottom: 0px!important;
}
/*End DSA Blog Pages*/