/*uploaded to graphics folder*/


/*universal styles*/
.topTitleOut {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) repeat scroll 0 0%, transparent url(https://www.azmed.org/resource/resmgr/brandplus/snapshot-bkgd.jpg) no-repeat fixed center center / cover;
	padding: 75px 0 40px;
	margin-top: 120px;
	margin-bottom: 0;
	color: #fff;
	text-align: left;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, .4);
	box-shadow: 0 -2px 3px -1px
    rgba(55, 55, 55, 0.4) inset;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.1em; }

.cptier {
	display: inline-block;
	width: 100%; }

.cptier .container {
	padding: 45px 0; }

.custbtn {
	color: #fff !important;
	background: #8d0229;
	text-align: center;
	transition: all 225ms ease-in-out 0s;
	padding: 5px 25px;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	margin-top: 10px; }

.custbtn:hover {
    background: #098AB2; }

.cptitle {
	color: #8d0229;
	font-size: 27px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 15px; }

.cpsubtitle {
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 15px; }






@media (max-width: 767px) {
.cptier .container { padding-left: 35px; padding-right: 35px; }	
.topTitleOut { text-align: center; background-attachment: scroll; font-size: 30px; padding: 40px 30px; margin-top: 0; }	
}





