/*when  banner image is not present entire banner will be removed and h1 tag will be added*/
h1 {
    margin-top: 20px;
    color: #041c2c;
}
.banner-t1 {
    position: relative;
}
.banner-t1-image {
    display: flex;
}

.banner-t1-image img {
    object-fit: cover;
    width: 100%;
}
.clearfix:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.content-wrapper p {	    
    font-size: 15px;
    color: #565059;
    line-height: 1.5;
    margin: 20px 0 0 0;
}
.content-wrapper .pageHeader {
    color: #041c2c;
    font-weight: 500;
    font-size: 35px;
    margin: 50px 0 0 0;
}
.content-wrapper .page-subheader {
    font-size: 18px;
    color: #041c2c; /* fix for #26 */
    font-weight: normal;
    margin: 30px 0 0 0;
    padding-top: 30px;
    border-top: 1px solid #CCC;
}
.pageHeader + h3.page-subheader {
    border-top: none;
    margin-top: 15px;
    padding-top: 15px;
}
.pageHeader + p{
    padding-bottom: 20px;
    margin-top: 16px;
}
.pageHeader + h3.page-subheader + p {
    padding-bottom: 0;
}
a.pink-anchor, a.pink-anchor:active, a.pink-anchor:visited {	    
    color: #041c2c;	    
    word-wrap: break-word;
    text-decoration: none;
}
a.pink-anchor:hover {
	text-decoration: none;
}

.page-title h1{
	font-size: 2.5em;
	font-weight: 500;
}
.print-share-section {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.print-share-section li {
	float: left;
	padding-right: 35px;
}
.print-share-section li span{
	width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(../images/global/sprite-images.png);    
}
.print-share-section li.print .print-icon {	
    background-position: -20px -300px;
}
.print-share-section li.share .share-icon {
	background-position: -44px -300px;
}

.print-share-section li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #041c2c;
	font-size: 0.75em;
	font-weight: 700;
}

.pagetools-section ul li.share {
    position: relative;
}


@media only screen and (min-width: 768px){
    .main-content {
        padding-bottom: 50px;
    }
    .banner-t1-topcontent {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #FFF;
        background-color: rgba(0,0,0,0.7);
    }
    .banner-t1 .banner-t1-topcontent h1 {
        color: #FFF;
        margin-bottom: 0;
        margin-top: 8px;
        font-size: 40px;
        margin-left: 15px;
    }
    .pagetools-section ul {
        float: right;
        margin-top: 20px;
    }
    .pagetools-section ul li {
        padding: 0;
        padding-left: 60px; /* fix for #25 */
    }
    .content-wrapper .page-subheader {
	    font-size: 25px;	    
	}

}
@media only screen and (min-width: 992px){ 
    .main-content {
        padding-bottom: 70px;
    }    
}
@media only screen and (min-width: 1200px){
	.main-content > * {
        max-width: 1250px;
        margin: 0 auto;
	}

    .banner-t1-image {
        height: 390px;
    }
    .banner-t1 .banner-t1-topcontent h1 {
        margin-left: 40px;
    }
    .banner-t1-topcontent {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-t1, .main-content {
        padding: 0 10px;
    }
    .main-content {
        padding-bottom: 35px;
    }
    .banner-t1-image {
        display: none;
    }
    .banner-t1-topcontent h1 {
        font-size: 24px;
        color: #041c2c;
        margin: 25px 0 0;
    }
    .pagetools-section ul {
        float: left;
        margin-top: 20px;
    }
    .pagetools-section ul li a {
        font-size: 12px;
    }
    .content-wrapper .pageHeader {
        font-size: 22px;
        margin-top: 60px;
    }
    .pageHeader + h3.page-subheader {
        margin-top: 6px;
        padding-top: 6px;
    }
    .content-wrapper p {
        margin-top: 12.5px;
        font-size: 12px;
    }
    .pageHeader + p{
        padding-bottom: 10px;
        margin-top: 15px;
    }
    .content-wrapper .page-subheader {
        margin-top: 15px;
        padding-top: 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) { 
    .banner-t1-image, .banner-t1-image img {
       height: 271px;
    }
}
@media print {
	.content-wrapper .page-subheader {
		padding-top:5px;
		margin-top:5px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .banner-t1 .banner-t1-topcontent h1{
        margin-top: 12px;
    }
}