
/* ===============================
   Custom CSS for Power Pages
   =============================== */

/* Example: Change background color of body 
.header-container {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}

.text-start {
    text-align: center;
}
*/

/* Formatting on account association page */
.associate-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0;
    min-width:fit-content  !important;
    width:200px !important;
    text-align-last: center
}

ul.breadcrumb, a[title='Profile'], div.nav-profile {
    display:none;
}

/* Header formatting */
#header{

    & .header-container{
        width: 100%
    }

    & .navbar-brand{
        & a {
            display:flex !important;
            
            & img{
                height:65px !important;
                margin: 10px !important;
            }
            
            & h1{
                font-size:30px !important;
            }
        }

    }

    & .weblinks a{
        width:max-content
    }
}


/* Hide sign in and register tabs on Sign In page */
.nav-account{
    display: none;
}


/* Sign in buttons formatting */
.col-md-6 {
    width: 100% !important;
    margin-left: 10vw
}

h2#external-login-heading {
    padding: 10px 0
}

/**/
.container {
    margin-left:5%
}

h3.title-contact {
    font-size: 16px;
    margin-top: 0;
}

footer div.info-item {
    display:flex !important;

    >img {
        padding: 0 20px 0 0;
    }

    >p{
        font-size: 15px
    }
}