

/* /////////////////////////////////////////////////////////////////////
//  Your CSS
/////////////////////////////////////////////////////////////////////*/


#mainPageWrapper {
padding-top:0;
}
#pgContent #isPageHeader {
margin-top:30px;
}


@media (max-width: 765px) {
#nav-toggle {
background-color: transparent !important;
}
}

.standard_no_feature #nav-toggle {
    top: 22px;
    background-position: calc(100% - 22px) 0px;
    position: fixed;
}
}

#ps_container {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important; 
}

#pgLogo_img {
    max-width: 350px;
}