/*uploaded to xxxxxxx.site-ym.com resource manager folder*/


/*universal styles*/

.topTitleOut.imgcopy {
     background-image: linear-gradient(45deg, rgba(208, 208, 208, 0.85), rgba(226, 226, 226, 0.9), rgba(255, 255, 255, 0.83)), url(//cdn.ymaws.com/sdcvma.site-ym.com/graphics/animals-bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: contain;
    padding: 180px 0 55px;
    margin-top: 0px;
    margin-bottom: 0;
    color: #396081;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 -2px 3px -1px rgba(55, 55, 55, 0.4) inset;
    font-size: 40px;
	font-weight: bold;
    line-height: 1.1em;}

.topTitleOut .container {
    padding: 0; }

.cptier {
	display: inline-block;
	width: 100%; }

.cptier .container {
	padding: 45px 0; }

.custbtn {
    font-size: 16px;
    font-weight: 400;
    border: none;
    height: auto;
    line-height: 16px;
    padding: 10px 20px !important;
    text-align: center;
    color: #fff;
    background: #396081;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    outline: 0;
    transform: translateY(0);
    transition: transform 150ms, background-color 0.3s ease, box-shadow 150ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation; }

    a:hover, a:active, a:focus {   
               background: #8f2746;
    box-shadow: rgb(0 0 0 / 15%) 0 3px 9px 0;
    /* transform: translateY(-2px); */
    color: #fff;
       }

.cptitle {
	font-size: 28px;
	font-weight: bold;
	color: #005288;
	text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 15px;
    position: relative; }

.cpsubtitle {
	font-size: 20px;
	font-weight: bold;
	color: #333;
    line-height: 1.2em;
    margin-bottom: 15px; }




@media (max-width: 767px) {
.cptier .container { padding-left: 35px; padding-right: 35px; }	
.topTitleOut.imgcopy { background-attachment: scroll; padding: 45px 30px; margin-top: 0; }
}



