<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Code to change page width START */
.container_12 {
    width: 1200px;
}
.zoneHeader1 .container_12 {
    width: 100%;
}
.zoneHeader2 .container_12 {
    width: 100%;
}
.zoneHeader3 .container_12 {
    width: 100%;
}
.zoneHeader4 .container_12 {
    width: 100%;
}
.s1_grid_12{
    width: auto;
    margin-left: 0;
    margin-right: 0;
}
@media only screen and (max-width: 1199px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* Code to change page width END */ 

/* Code to disable social logins (facebook, google) START */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
} 
#socialLoginContainer, #idSocialLoginContainer {
	display: none !important;
}
/* Code to disable social logins (facebook, google) END */

/* Code to hide 'back' button on event page START */
div#idEventBackContainer {
    display: none;
}
/* Code to hide 'back' button on event page END */

/* Top navbar CSS for responsitivity START */
div.primary-menu-container, div.secondary-menu-container {
    margin-bottom: 0;
}

.WaGadgetCustomMenu.menuStyleNone .orientationHorizontal li + li::before {
    font-size: small;
}

div.secondary-menu-container span, div.primary-menu-container a {
    font-size: small;
    font-family: merriweather;
    color: #434343;
}

div.login-container a {
    font-size: small !important;
}

@media only screen and (min-width: 875px) {
    div.secondary-menu-container {
        display: none;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 875px) {
    div.primary-menu-container {
        display: none;
        margin-bottom: 0;
    }
    div.login-container {
        display:none;
        margin-bottom: 0;
    }
}
/* Top navbar CSS for responsitivity END */</pre></body></html>