/*uploaded to graphics folder*/


/*universal styles*/
.topTitleOut {
    background: linear-gradient(rgba(12, 52, 80, 0.6), rgba(12, 52, 80, 0.6)) repeat scroll 0 0%, rgba(0, 0, 0, 0) url(//cdn.ymaws.com/nadr.site-ym.com/resource/resmgr/custom_pages/images/cp-sptitle.png) no-repeat fixed top center / 100% auto;
    padding: 220px 0 50px 0;
    margin-top: 0px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    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: 40px; 
    line-height: 1.1em; }

.topTitleOut .container {
    padding: 0; }

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

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

.custbtn {
	color: #fff !important;
	background: #FF371B;
	text-align: center;
	transition: all 225ms ease-in-out 0s;
	padding: 8px 30px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2em;
	display: inline-block;
	margin-top: 10px; }

.custbtn:hover {
    background: #B31500; }

.cptitle {
	color: #051E37;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2em;
	margin-bottom: 15px; }

.cpsubtitle {
	color: #FF371B;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 15px; }

h1 {font-size:32px; font-weight:bold; margin: 3px 0 10px; color:#2f2f2f;}
h2 {font-size:30px; font-weight:bold; margin: 3px 0 10px; color:#051E37;} 
h3 {font-size:28px; font-weight:bold; margin: 3px 0 10px; color:#2f2f2f;}
h4 {font-size:24px; font-weight:bold; margin: 3px 0 10px; color:#051E37;} 
h5 {font-size:22px; font-weight:bold; margin: 3px 0 10px; color:#2f2f2f;}
h6 {font-size:16px; font-weight:bold; margin: 3px 0 10px; color:#051E37;}





@media (max-width: 1199px) {
.topTitleOut {padding: 170px 0 40px 0;}	
}

@media (max-width: 959px) {
.topTitleOut {font-size: 32px;}	
}

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


