/*--------- Global Banner Styles ----------*/

.headerText h1 {
    color: #333;
    font-size: 58px;
    margin: 0;
    padding: 0;
}

.headerText h2 {
    color: #333;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
}

.header-2nd-level-content {
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
}


.header-2nd-level-content h2 {
    line-height: 1.2em;
    max-width: 56%; /* rw: changed from 62% */
    padding:30px 0 30px 0; /* rw: added padding */
}


.header-2nd-level-content h1 {
    line-height: 1; /* rw: changed from 1.2em */
    max-width: 56%; /* rw: changed from 62% */
}

.header-2nd-level-content p {
    max-width: 56%;
}

@media screen and (max-width: 1024px) {
    .header-2nd-level-content h1, .header-2nd-level-content h2 {
        max-width: 100%; /* rw: changed from 58% */ 
        
    }
    /* rw: remove mobile min height */
    .header-2nd-level-content {
        min-height: auto;
    }
}
/*rw: added to fix responsiveness*/
@media screen and (max-width: 1300px) and (min-width: 1025px) {
    .header-2nd-level-content h1{
        max-width: 44%;
        font-size:42px;
    }
    .header-2nd-level-content h2 {
        max-width: 44%;
        font-size:24px;
    }
}

.headerText {
    margin: 0;
    padding: 40px 40px 40px 40px;
    text-align: left;
}

.headerText .brand-arrow {
    display: inline-block;
    /* float: left; */ /* rw: removed - float not needed */
    margin-left: -45px;
    margin-top: 16px;
}

.headerText .eyebrow {
    font-size: 18px;
}

/* Global Responsive Variations */


@media (max-width: 1024px) {
    /* rw: comment out mobile height */
    /* .header-2nd-level-content {
        height: 220px;
    } */
    .bannerWrap .headerText h1 {
        font-size: 58px;
        line-height: 1; /* rw: changed from 1.2em */
        padding: 32px 12px 0 0px;
        max-width: 100%; /* rw: added for mobile */
    }
    .headerText {
        padding: 0px;
    }
}
@media (max-width: 767px) {
    /* rw: comments out h1 style */
    /* .bannerWrap .headerText h1 {
        font-size: 46px;
        line-height: 32px;
        padding: 32px 0 0 0px;
    / } */ 

    .bannerWrap .header-2nd-level-content h2 {
        font-size: 22px;
        line-height: 28px;
        max-width: 100%;
    }
    .header-2nd-level-content {
        /* height: 183px; rw: removed -not needed */
        width: auto;
    }
    .header-2nd-level-content h2 {
        line-height: 1.3em;
        max-width: 400px;
    }
}
@media (max-width: 480px) {

.bannerWrap .headerText h1 {
    font-size: 28px;
    line-height: 28px;
    padding: 32px 0 0;
}
}
/*--------- Standard Banner ----------*/

.bannerWrap.bannerStandard .headerText H1::before {
    background: none;
    content: "";
    display: block;
    height: 35px;
    margin-left: -45px;
    margin-right: auto;
    margin-top: 12px;
    position: absolute;
    width: 35px;
}
.bannerWrap.bannerStandard .headerText {
    margin: 0;
    position: relative;
    text-align: left;
   
  
}

.bannerWrap.bannerStandard {
	background: #fff  /* rw: add semicolon */
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.bannerWrap.bannerStandard.partnerAdvantage {
    background: url("../../resource/PRM_Resources_New2/assets/images/switch-to-cmvt.jpg") no-repeat scroll 100%, #f2f2f9;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.bannerWrap.bannerStandard.hero-stairsFemale {
	background:  url("../../resource/PRM_Resources_New2/assets/images/switch-to-cmvt.jpg") no-repeat scroll 100%, #fff;  /* rw: add linear gradient */
	max-width: 1440px;
    margin-left: auto;
    margin-right: 150px;
}

.bannerWrap.bannerStandard.hero-silverMale {
    background: url("../../resource/PRM_Resources_New2/assets/images/bldg-structure.png") no-repeat scroll 100%, linear-gradient(129deg, #eaeaea 0%, #fff 50%);
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.bannerWrap.bannerStandard.Yellow {
    background: url("../../resource/PRM_Resources_New2/assets/images/hero-secure-the-recovery.jpg") no-repeat scroll 100%, linear-gradient(129deg, #f2f2f9 30%, #fff 70%);
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) { /* rw: added media query */ 
    .bannerWrap.bannerStandard.Teal {
        background: linear-gradient(129deg, #c1a3ca 0%, #fff 90%) !important;
    }
    }
.bannerWrap.bannerStandard.Teal {
    background: url("../../resource/PRM_Resources_New2/assets/images/master-chaos.jpg") no-repeat scroll 100%, #f2f2f9;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}



.bannerWrap.bannerStandard.Purple {
    background: url("../../resource/PRM_Resources_New4/assets/images/Women_laughing.jpg") no-repeat scroll 100%, #d2d2f9;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
	background-size: contain;
}

.bannerWrap.bannerStandard.Blue {
    background: url("../../resource/PRM_Resources_New4/assets/images/PplOfficeLaptops.jpg") no-repeat scroll 100%, #844896;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
/* Individual page banners */

.bannerWrap.bannerStandard.fedRAMP {
    background: url("../../resource/PRM_Resources_New3/assets/images/Fedramp-banner.jpg") no-repeat scroll 100%, linear-gradient(129deg, #eaeaea 0%, #fff 50%);
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.bannerWrap.bannerStandard.Microsoft {
    background: url("../../resource/PRM_Resources_New3/assets/images/microsoft.jpg") no-repeat scroll 100%, #fff;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.bannerWrap.bannerStandard.RecoveryReady {
    background: url("../../resource/PRM_Resources_New3/assets/images/RecoveryReadinessBanner.png") no-repeat scroll 100%, linear-gradient(129deg, #eaeaea 0%, #fff 50%);
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
	background-size: contain;
}

.bannerWrap.bannerStandard.Gartner {
    background: url("../../resource/PRM_Resources_New3/assets/images/GartnerBannerNew.jpg") no-repeat scroll 100%, linear-gradient(129deg, #eaeaea 0%, #fff 50%);
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
	background-size: contain;
}

.bannerWrap.bannerStandard.GigaOm {
    background: url("../../resource/PRM_Resources_New3/assets/images/GigaOm.png") no-repeat scroll 100%, linear-gradient(129deg, #eaeaea 0%, #fff 50%);
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
	background-size: contain;
}

.bannerWrap.bannerStandard.Shift {
    background: url("../../resource/PRM_Resources_New4/assets/images/PRM_Shift_2024.png") no-repeat scroll 100%, #f0e5f5;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
	background-size: contain;
}

.bannerWrap.bannerStandard.Google {
    background: url("../../resource/PRM_Resources_New4/assets/images/GoogleCloud.png") no-repeat scroll 100%, #f0e5f5;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
	background-size: contain;
}

.bannerWrap.bannerStandard.AzureAD {
    background: url("../../resource/PRM_Resources_New5/assets/images/Woman_serverRoom.jpg") no-repeat scroll 100%, #f0e5f5;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
	background-size: contain;
}

.bannerWrap.bannerStandard.MinimumViability {
    background: url("../../resource/PRM_Resources_New5/assets/images/MinimumViability.png") no-repeat scroll 100%, #f0e5f5;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
	background-size: contain;
}

.bannerWrap.bannerStandard.MinimumViability {
    background: url("../../resource/PRM_Resources_New4/assets/images/EmployeesInOffice.jpg") no-repeat scroll 100%, #f0e5f5;
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
	background-size: contain;
}

/* Standard Banner Responsive Variations */
@media (max-width: 1500px) {

.bannerWrap.bannerStandard.hero-stairsFemale, .bannerWrap.bannerStandard.hero-silverMale, .bannerWrap.bannerStandard.partnerAdvantage {
/*    background-position: center top; */
/*    background-size: auto 230px;     */
}
}

@media (max-width: 992px) {
    .bannerWrap.bannerStandard {
    background-position: 0 0;
    background-size: 120% auto;
  
    }
}


@media (max-width: 767px) {
.bannerWrap.bannerStandard .headerText {
        padding: 5px 0 0 40px;
    }
    .bannerWrap.bannerStandard {
    background-position: 56% 0;
    background-size: 1099px auto;
    min-height: 182px;
    }
    .bannerWrap.bannerStandard .headerText H1::before {
        margin-left: -30px;
        margin-top: 6px;
    background-position: left top;
    background-size: 40% auto;

    }
    
}
@media (max-width: 480px) {

.bannerWrap.bannerStandard .headerText {
    padding: 0 0 0 20px;
}
.bannerWrap .header-2nd-level-content h2 {
    /* font-size: ; rw - commented out because font size not there */
    line-height: 22px;
}
}

/*--------- Sales Play Banners --------*/
.salesPlay-cloud {
	background: #fff url("../../resource/PRM_Branding_Resources3/assets/img/page-banners/salesPlay-cld.png") no-repeat top center;
	text-align: center;
	background-size: contain;
}

.salesPlay-recoveryReadiness {
	background: #fff url("../../resource/PRM_Branding_Resources3/assets/img/page-banners/salesPlay-rr.png") no-repeat top center;
	text-align: center;
	background-size: contain;
}

.salesPlay-infraModernization {
	background: #fff url("../../resource/PRM_Branding_Resources3/assets/img/page-banners/salesPlay-im.png") no-repeat top center;
	text-align: center;
	background-size: contain;
}

/*--------- Banner 404 ----------*/

.bannerWrap.bannerStandard.hero-404 {
    background:none;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.PRM_404 .bannerWrap {
    height: 414px;
    max-height: 414px;
}

/* 404 Responsive Variations */

@media (max-width: 1200px) {
    .bannerWrap.bannerStandard.hero-404 {
        background-size: contain;
    }
}

@media (max-width: 992px) {
    .bannerWrap.bannerStandard.hero-404 {
        height: auto;
    }
}

@media (max-width: 767px) {
    .bannerWrap.bannerStandard.hero-404 {
    background-position: 56% 0;
    background-size: 1099px auto;
    min-height: 182px;
    }

    
}
/*--------- Banner Admin ----------*/

.bannerWrap.bannerAdmin {
    background-color: #f5f7f8;
    background-image: none;
}

.bannerAdmin .headerText h1 {
    color: #041c2c;
    font-weight: normal;
    text-align: left;
}

.bannerAdmin .headerText h1 {
    color: #041c2c;
    font-weight: normal;
    text-align: left;
}

.bannerAdmin .headerText h2 {
    color: #041c2c;
    font-size: 25px;
}

.bannerAdmin .headerText {
    margin: 0;
    padding: 65px 0 0 0px;
    text-align: left;
}
/* Banner Admin Responsive Variations */
@media (max-width: 992px) {

}
@media (max-width: 767px) {

    
}

/*--------- Banner Landing ----------*/

.bannerWrap.bannerLanding {
    background: #dce6ef url("../../resource/PRM_Pearl1_jpg") repeat scroll 100%;
	background-size: cover;
    text-align: center;
}

.bannerWrap.bannerLanding .headerText {
    margin: 0;
    padding: 40px 40px 40px 40px;
    text-align: left;
}

/* Banner Landing Responsive Variations */
.bannerWrap.bannerLanding p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px;
}
@media (max-width: 992px) {
    .bannerWrap.bannerLanding {
    background-position: 0 42%;
    background-size: 1182px auto;
    min-height: 182px;
    }
.bannerWrap.bannerLanding .headerText h1 {
    padding: 0;
}
}
@media (max-width: 767px) {
    .bannerWrap.bannerLanding .headerText {
        padding: 15px 0 0;
    }
    .bannerWrap.bannerLanding .header-2nd-level-content h2 {
        font-size: 24px;
        line-height: 32px;
        max-width: 100%;
    }
    .bannerWrap.bannerLanding p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 12px;
    }
}
@media (max-width: 420px) {
    .bannerWrap.bannerLanding p {
        display: none;
    }
    .bannerWrap.bannerLanding .header-2nd-level-content h2 {
        font-size: 19px;
        line-height: 25px;
        max-width: 100%;
    }
    .bannerWrap.bannerLanding .header-2nd-level-content {
    height: auto !important;
}
}

/*--------- Scheduled Maintenance Banner  ----------*/

.bannerWrap.bannerStandard.ScheduledMaintenance {
    /*background: url("../../resource/PRM_Branding_Resources/assets/img/page-banners/hero-ScheduledMaintenance.jpg");*/
    text-align: center;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.PRM_ScheduledMaintenance .bannerWrap {
    height: 414px;
    max-height: 414px;
}

/* ScheduledMaintenance Responsive Variations */

@media (max-width: 1200px) {
    .bannerWrap.bannerStandard.ScheduledMaintenance {
        background-size: contain;
    }
}

@media (max-width: 992px) {
    .bannerWrap.bannerStandard.ScheduledMaintenance {
        height: auto;
    }
}

@media (max-width: 767px) {
    .bannerWrap.bannerStandard.ScheduledMaintenance {
    background-position: 56% 0;
    background-size: 1099px auto;
    min-height: 182px;
    }

    
}

/*------ Tech Hub Banner ------*/
.techHubBanner {
    background-image: url( '../../assets/images/images-techub/th-laptop.jpg' );
}

.myPartnerAdvantageBanner
{
    background-image: url( '../../assets/images/images-03011/thleft-laptop.png' );
}

.contactUsBanner
{
    background-image: url( '../../assets/images/images-03011/bldg-structure.png' );
}


/*------ Responsive Variations ------*/

@media (max-width: 992px) {

}

@media (max-width: 767px) {


}
