﻿
/* Main */

.borderleft {
    border-left: 13px solid #ee2d24 !important;
    height: auto !important;
    margin-left: -15px !important;
    z-index: 1000;
}

.borderleft:after {
    /*background-image: url('../Content/images/MICROSITE IMAGES/01/01SplashPage-Exclamation-Pt.jpg');*/
    border-left: 13px solid white !important;
    height: 8px !important;
    position: relative !important;
    bottom: 47px !important;
    left:   -13px !important;
}

.borderleft2 {
    border-left: 13px solid #ee2d24 !important;
    height: auto !important;
    margin-left: 0px !important;
    z-index: 1000;
}

.borderleft2:after {
    /*background-image: url('../Content/images/MICROSITE IMAGES/01/01SplashPage-Exclamation-Pt.jpg');*/
    border-left: 130px solid blue !important;
    height: 15px !important;
    position: relative !important;
    bottom: 80px !important;
    left:   0px !important;
}
/*End Main*/ 

/* Header Section: Logo, Menu, Banner Image, Navigation Arrow, Banner Text */


.





/*For Banner With Slight Diff*/


.burger-menu2 {
    position: absolute;
    right: -6.6%;
    top: 5%;
    margin-top: -0.9%;
}



.prev-arrow2 {
    position: absolute;
    left: 4.1%;
    top: 42.9%;
}

.next-arrow2 {
    position: absolute;
    right: -6.6%;
    top: 42.9%;
}



.next-arrow-only {
    position: absolute;
    right: -5.2%;
    top: 42%;
}


/*Board of Directors*/

.PSBLogo-bod {
    position: absolute;
    top: -4%;
    left: -52%;
    margin-top: -1%;
}

.prev-arrow-bod {
    position: absolute; 
    top: 24.7%;
    left: 4%;
    z-index: 1001;
}

.burger-menu-bod {
    position: absolute;
    right: 8.8%;
    top: 2.10%;
    margin-top: -1%;
    z-index: 1001;
}

.next-arrow-bod {
    position: absolute;
    right: 9%;
    top: 25%;
    z-index: 1001;
}


/*End Header Section*/


@media (min-width:1200px) {
    .burger-menu-products {
        right: 8.8%;
        top: 3%;
        position: absolute;
        margin-top: -1%;
    }
    .burger-menu-customer {
        position: absolute;
        right: -5%;
        top: 5%;
        margin-top: -1%;
    }
    
    .psb_img_exclamation{
        width: 13px;
        top: 95.7%;
        left: -13px;
        position: absolute;
        height: 100px;
    }

    .PSBLogo {
        position: absolute;
        top: 5%;
        left: 4%;
        margin-top: -1%;
    }

    .prev-arrow {
        position: absolute;
        left: 4%;
        top: 42%;
    }

    .next-arrow {
        position: absolute;
        right: -4%;
        top: 42%;
    }
}

@media (max-width:1200px) {
    .burger-menu-products {
        right: 2.8%;
        top: 1%;
        position: absolute;
        margin-top: -1%;
    }
    .burger-menu-customer {
        position: absolute;
        right: -2%;
        top: 5%;
        margin-top: -1%;
    }
    .psb_img_exclamation{
        width: 13px;
        top: 185%;
        left: -13px;
        position: absolute;
        height: 100px;
    }

    .PSBLogo {
        position: absolute;
        top: 5%;
        left: 4%;
        margin-top: -1%;
        width: 40%;
    }

    .prev-arrow {
        position: absolute;
        left: 4%;
        top: 42%;
        height: 40px;
    }

    .next-arrow {
        position: absolute;
        right: -4%;
        top: 42%;
        height: 40px;
    }
}