/*section css*/
#densRegister {
	border: 2px solid black; 
	border-radius:10px; 
	padding-bottom:20px;
	text-align:center;
	padding:10px;	
	background-color:aliceblue;
}

#densRegister img {
	margin-left:auto;
	margin-right:auto;
}

#densRegister .densIconsText {
	font-size: 1.7rem;
}

#densRegister .densIcons i {
	font-size: 3.2rem;
	color: var(--mcHTag) !important;
	padding: 8px;
}

#emerPrepTopLinks {
	margin-top:0px;
	margin-bottom:100px;
}

#emerPrepTopLinks a {
	transition: .5s;
}

#emerPrepTopLinks a:hover, #emerPrepTopLinks a:hover span {
	filter: drop-shadow(0 0 2rem rgb(255, 217, 0));
}

.bigger {
	font-size: xx-large;
	font-weight:bolder;
}

#emerPrepTopLinks a {
	/*text-decoration:none !important;*/
	font-size:smaller;
}

.callout {
	text-align:center;
	margin-top:100px;
	filter: drop-shadow(0 0 3rem blue);
	transition:2s;
	margin-bottom:25px;
}

.callout em {
	text-shadow: 4px 0px 14px rgba(232,232,35,1);
}

.callout:hover {

}

.emerPrep-rel {
	text-align:center;
}

.well {
	padding-top:10px;
}

#main-content .emerPrep-rel a {
	text-align:center;
	margin-top: 15px;
}

.emerPrep-rel img {
	border-radius: 5px;
}

.emerPrep-rel .btn-lg {
	padding: 6px 14px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

#content {
	margin-top:50px;
}

.calloutBox {	
	background-color:#bdd7ec;
	border-radius:10px;
	clear:both;
	margin:10px 5px 25px 30px;
	max-width:350px;
	box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45), 0px 25px 20px -20px rgba(0, 0, 0, 0.45);
	transition: 1s;
	animation-duration: 2s !important;
}

.calloutBox:hover {	
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#main-content .calloutBox h2 {
	font-size:3rem !important;
	margin-top:0px !important;
	padding:15px;
	margin-bottom:0px;
	color:black;
    text-shadow:none !important;
	line-height:3rem;
	text-align:center;
	text-transform: capitalize;
}

.calloutBox .title {
	background-color: orange;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#main-content .calloutBox h2 span {
    display: -webkit-inline-box;
    margin-top: 15px;
    text-align: center;
    color: red;
	font-size: 3.5rem;
}
#main-content .calloutBox p {
	color:darkslategrey;
	padding:10px 15px;
	text-align: center;
	font-weight: bold;
	color: black;
	margin: 0 0 10px;
}
#main-content .calloutBox a {
	color:black !important;
	text-decoration:underline !important;
}
#main-content .calloutBox a:hover {
	color:black !important;
    background-color:rgba(255,255,255,.5) !important;
	text-decoration:none !important;
}

#main-content .calloutBox hr {
	margin: 0px 0px;
	border-color:black !important;
}

@media (max-width: 767px) {
	.calloutBox {
		float: none !important;
    	margin-left: auto;
    	margin-right: auto;
		margin-top:20px;
	}
}
