*{
		padding: 0px;
		margin:0px;
		box-sizing: border-box;
	}

[class*="WABanner"],
#socialLoginContainer, 
#idSocialLoginContainer,
.WaGadgetAuthorizationRequired .openAuthFormContainer,
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
    display:none !important;
}

body {
    background: #FFF none;
    height: fit-content;
}

/*body {
    background-image: url(/resources/Site/MysticKreweOfNyx_siteBG_pink.jpg);
    background-attachment: fixed;
    background-position: center top;
    background-size: 130% 130%;
    height: fit-content;
}*/

.box{
		width: 100%;
		height: 600px;
		padding: 40px 60px;
		color: white;
		font-family: sans-serif;
		text-align: center;
	}

.box label,
.mandatorySymbol, .requiredSymbol {
    color: #ffffff;
}

.section-1 {
    /*height: 92vh;*/
    height: 100vh;
    background-image: url(/resources/Pictures/home/cropped-unnamed-2.jpg);
    background-attachment: scroll;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.section-1.box{
    padding:0px;
}

.section-1.standard {
    height: auto;
}

.section-1:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/resources/Pictures/home/cropped-unnamed-2.jpg);
    transform: scale(1.2);
    background-attachment: scroll;
    background-size: cover;
    -webkit-animation: scaler 10s; /* Safari and Chrome */
    -moz-animation: scaler 10s; /* Firefox */
    -ms-animation: scaler 10s; /* Internet Explorer */
    -o-animation: scaler 10s; /* Opera */
    animation: scaler 10s ;
}

.section-1 > div {
    position: relative;
    padding: 40px 60px;
    background: rgba(98,28,132,0.78);
background: -moz-linear-gradient(12deg, rgba(98,28,132,0.78) 0%, rgba(226,47,140,0.78) 45%, rgba(232,190,43,0.78) 90%);
background: -webkit-linear-gradient(12deg, rgba(98,28,132,0.78) 0%, rgba(226,47,140,0.78) 45%, rgba(232,190,43,0.78) 90%);
background: linear-gradient(12deg, rgba(98,28,132,0.78) 0%, rgba(226,47,140,0.78) 45%, rgba(232,190,43,0.78) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#621c84",endColorstr="#e8be2b",GradientType=1);
}

@keyframes scaler {
            from { transform: scale(1); }
            to   { transform: scale(1.2); }
        }

        /* Firefox */
        @-moz-keyframes scaler {
            from { transform: scale(1); }
            to   { transform: scale(1.2); }
        }

        /* Safari and Chrome */
        @-webkit-keyframes scaler {
            from { transform: scale(1); }
            to   { transform: scale(1.2); }
        }

        /* Internet Explorer */
        @-ms-keyframes scaler {
            from { transform: scale(1); }
            to   { transform: scale(1.2); }
        }

        /* Opera */
        @-o-keyframes scaler {
            from { transform: scale(1); }
            to   { transform: scale(1.2); }
        }

.section-1.landingPage h2,
.section-1.landingPage h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    text-transform: none;
    margin:0px !important;
    padding:12px 0px 0px 0px 0px !important;
}

@media screen and (max-width:616px) {
    .section-1 {
        height: calc(100vh - 50px);
    }
    .section-1 * {
        margin: 0 auto !important;
        display: block important;
        text-align: center !important;
        width: 100% !important;
    } 
    .section-1 > div {
        padding-bottom: 20px !important;        
    }  
    .section-1 h2, 
    .section-1 h3 {
        padding-top:30px !important;
        padding-bottom:30px !important;
    }
    .section-1.landingPage h2, 
    .section-1.landingPage h3 {
        padding-top:12px !important;
        padding-bottom:0px !important;
    }
}

#scrollDown {
    width: auto !important;
    display: inline-block;
}

#scrollUp {
    text-align: center;
    transform: rotate(180deg);
}

#scrollDown a,
#scrollUp a {
    display: block;
    text-decoration:none !important;
    border: none !important;
    color:#FFF !important;
}

#scrollUp a {
    background: rgba(0,0,0,.6);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#scrollDown:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}

#scrollUp a:hover {
    background: rgba(0,0,0,.8);
}

#scrollDown a font,
#scrollUp a font {
    color:#621C84 !important;
    font-size: 26px !important;
    font-weight:100 !important;
}

#scrollUp a font {
    color:#fff !important;
}

#scrollDown a span {
    display: block !important;
    font-size: 12px !important;
    color: #621C84 !important;
    font-weight:300 !important;
}

#scrollDown a:hover font,
#scrollDown a:hover span {
    color:#ff48b4 !important;
}

.white #scrollDown a font,
.white #scrollDown a span {
    color:#fff !important;
}

#scrollUp a span {
    display: none;
}

.publicContentView #scrollUp,
.memberContentView #scrollUp {
    position: fixed;
    right: 50px;
    bottom: 50px; 

}

.zoneHeader2 {
    box-shadow: 0px 15px 30px rgba(0,0,0,.5);
    position: relative;
}

.section-nav.box {
    height: auto;
    padding: 14px 60px;
    /*background: #006738;*/
    background-color: #621c84;
}

.section-2{
          height: fit-content;
          /*background-image: url(/resources/Site/MysticKreweOfNyx_siteBG_pink.jpg);
          background-attachment: fixed;*/
          /*background-size: cover;*/
          padding-bottom:0;
	}

h2.widget-title{
     font-size: 13px;
     color: #2d1132;    
     font-family: "Libre Franklin", helvetica, arial, sans-serif;
     text-transform: uppercase;
     font-weight: 800;
     letter-spacing: 0.1818em;
}
h2 + h2 {
    margin-top:40px;
}
.textwidget{
    font-family: "Libre Franklin", helvetica, arial, sans-serif;
    color: #e6489a;
    font-size: 14px;
}
.es_caption{
    font-family: "Libre Franklin", helvetica, arial, sans-serif;
    color: #e6489a;
    font-size: 14px;
}
.textWidgetLink{
    font-family: "Libre Franklin", helvetica, arial, sans-serif;    
    font-size: 14px;
    color: #e8be2b;
}

.textwidget .gadgetStyleTitle h4{
    font-family: "Libre Franklin", helvetica, arial, sans-serif;    
    font-size: 14px;
    color: #e8be2b;
}

.textwidget a{
    font-family: "Libre Franklin", helvetica, arial, sans-serif;    
    font-size: 14px;
    color: #e8be2b;
}
.textwidget .gadgetStyleTitle{
    padding: 0;
}

.textwidget .gadgetStyleBody{
    padding: 0;
} 

.WaGadgetSiteSearch .searchBoxField {    
    padding: 0.7em;    
}

.WaGadgetSiteSearch .searchBoxFieldContainer:before {    
    left: 11.5em;
    color: #e6489a;    
    font-weight: bold;    
}

input[type=password], input[type=text], select, textarea {
    border: 1px solid #e6489a;
    webkit-border-radius: 4px;
    border-radius: 4px;
}

#id_Footer > div > [class*="WaGadget"]:not([class*="WaGadgetFirst"]) {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

#id_Footer1{
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 3em;
    padding-right: 3em;
}

.zoneFooter1,
.zoneFooter2 {
    /*background-color: #d32277;*/
    background-color: transparent;
}

.WaGadgetAuthorizationRequired .authFormContainer {
  border: 0;
  padding-left: 0;
  display: block;
}

.WaGadgetEventsStateCalendar .EventListCalendar,
.genericListTable, 
.membersTable,
.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
  background-color: transparent !important;
}

table#ctl00_ContentArea_loginViewControl_loginControl.loginPageTable {
  margin: 0 auto;
}

.WaGadgetLoginForm .loginButton,
.contactButton,
.stylizedButton.buttonStyle001 {
    background-color: #621c84 !important;
    border: 0 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,.2) !important;
    -moz-box-shadow: 0px 3px 2px rgba(0,0,0,.2) !important;
    box-shadow: 0px 3px 2px rgba(0,0,0,.2) !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 16px !important;    
    font-weight: 400 !important;
    font-family: inherit !important;
    line-height: 1 !important;
    padding: 1em !important;
    text-shadow: none !important;
    -webkit-transition: background 0.2s !important;
    transition: background 0.2s !important;
    text-decoration: none !important;
    margin-top: 10px !important;
}

.WaGadgetLoginForm .loginButton:before,
.contactButton:before,
.contactButtonAlt:before,
.stylizedButton.buttonStyle001:before,
.stylizedButton.buttonStyle002:before {
    /*content:'\f186';*/
    content:'';
    background: transparent url('/resources/Site/MysticKreweOfNyx_fleur-de-lis-left.png') no-repeat 0 0;
    width: 28px;
    height: 29px;
    display:inline-block;
    margin-right: 22px;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.WaGadgetLoginForm .loginButton:after,
.contactButton:after,
.contactButtonAlt:after,
.stylizedButton.buttonStyle001:after,
.stylizedButton.buttonStyle002:after {
    content:'';
    background: transparent url('/resources/Site/MysticKreweOfNyx_fleur-de-lis-right.png') no-repeat 0 0;
    width: 28px;
    height: 29px;
    display:inline-block;
    margin-left: 22px;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.WaGadgetLoginForm .loginButton:hover,
.contactButton:hover,
.stylizedButton.buttonStyle001:hover {
    background-color: #ff48b4 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,.1) !important;
    -moz-box-shadow: 0px 3px 2px rgba(0,0,0,.1) !important;
    box-shadow: 0px 3px 2px rgba(0,0,0,.1) !important;
}

.section-nav .stylizedButton.buttonStyle001 {
    background-color: #ff48b4 !important;
    color: #ffffff !important;
}

.section-nav .stylizedButton.buttonStyle001:hover {
    background-color: #ffffff !important;
    color: #ff48b4 !important;
}

.contactButtonAlt,
.stylizedButton.buttonStyle002 {
    background-color: #FF0080 !important;
    border: 0 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,.2) !important;
    -moz-box-shadow: 0px 3px 2px rgba(0,0,0,.2) !important;
    box-shadow: 0px 3px 2px rgba(0,0,0,.2) !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 16px !important;    
    font-weight: 400 !important;
    font-family: inherit !important;
    line-height: 1 !important;
    padding: 1em !important;
    text-shadow: none !important;
    -webkit-transition: background 0.2s !important;
    transition: background 0.2s !important;
    text-decoration: none !important;
    margin-top: 10px !important;
}

.contactButtonAlt:hover,
.stylizedButton.buttonStyle002:hover {
    background-color: #ffffff !important;
    color: #FF0080 !important;
    -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,.2) !important;
    -moz-box-shadow: 0px 3px 2px rgba(0,0,0,.2) !important;
    box-shadow: 0px 3px 2px rgba(0,0,0,.2) !important;
}

.WaGadgetSocialProfile.gadgetThemeStyle2 li a {    
    background: #621c84;
    border-radius: 40px;
}

.WaGadgetSocialProfile.gadgetThemeStyle2 li a:hover {    
    background: #ff48b4;
    color: #fff;
    border-radius: 40px;
}

.zonePlace {
    padding: 0;
}

.WaPlaceHolder {
    max-width: 100%;
    margin: 0 auto;
}

.flexContainer{
	display: flex;
    align-items: flex-end;
}

.containerMiddle{
    width: fit-content;
    float: left;
    padding: 55px 20px 20px 20px;
}

.firstLogoIteration{
    display: none;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li {
    width: 1%;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item {
    margin-left: 14px;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li:first-child>.item {
    margin-left: 0;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {    
    height: auto;
    padding: 18px 26px 18px 26px;
}

.WaGadgetMenuHorizontal .menuInner {
    position: relative;
    margin: 0;
    background: transparent;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel {
    display: table;
    margin: 0;
    padding: 0;
    background: transparent;
    text-align: left;
    list-style: none;
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.sel>.item>a {
    color: #e8be2b;
    font-size: 14px;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {    
    color: #ffffff;
    font-size: 14px;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    background: #006738;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 3px 2px rgba(0,0,0,.2);
    box-shadow: 0px 3px 2px rgba(0,0,0,.2);
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.sel>.item>a:hover {
    color: #e8be2b;    
    background: #006738;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a:hover {
    color: #e8be2b;    
    background: #006738;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item:hover>a,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item:hover>a:before,
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item:hover>a:after {
    background: #006738;
    color: #e8be2b;
}

.WaGadgetMenuHorizontal ul ul {
    background: #006738;
}

.infoOuterContainer {
    margin: 0 0 30px;
    padding: 20px 20px 17px;
    background-color: #ff48b4;
}

.WaGadgetLoginForm .loginLink,
.WaGadgetLoginForm .authenticated .loginLink {
    color:#FFF;
    /*background-color: #621c84;*/
    background-color: #ff48b4;
    /*background-color: #e8be2b;*/
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 3px 2px rgba(0,0,0,.2);
    box-shadow: 0px 3px 2px rgba(0,0,0,.2);
    overflow: visible;
    font-size: 0;
    line-height: 0;
}

.WaGadgetLoginForm .loginLink:hover,
.WaGadgetLoginForm .loginLink.hover,
.WaGadgetLoginForm .authenticated .loginLink:hover, .WaGadgetLoginForm .authenticated .loginLink.hover {
    color: #ffffff;
    /*background-color:#ff48b4;*/
    background-color:#621c84;
    -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 3px 2px rgba(0,0,0,.1);
    box-shadow: 0px 3px 2px rgba(0,0,0,.1);
}

.WaGadgetLoginForm .loginLink:before,
.WaGadgetLoginForm .authenticated .loginLink:before {
    content: '\f290';
    font-family: FontAwesome;
}

.WaGadgetLoginForm .loginLink:after {
    content: 'Member Login';
    display: inline-block;
    /*color:#621c84;*/
    color: #ffffff;
    /*color: #e8be2b;*/
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 58px;
    text-align: left;
    white-space: nowrap;
}

.WaGadgetLoginForm .authenticated .loginLink:after {
    content: 'Profile Logout';
}

.WaGadgetLoginForm .loginLink:hover:after {
    /*color:#ff48b4;*/
    color: #621c84;
}

.WaGadgetLoginForm .loginPanel {
	width: 275px;
}

.WaGadgetLoginForm.visible {
    padding-top: 20px;
}

.WaGadgetLoginForm.visible .loginPanel {
	width: 350px;
}

.WaGadgetLoginForm .authenticated .loginPanel .loggedName {
    color: #e6489a;
}

.WaGadgetLoginForm .loginPanel a:hover,
.WaGadgetLoginForm .authenticated .loginPanel a:hover,
.WaGadgetLoginForm .authenticated .loginPanel .loginBoxLogout:hover {
    color: #e8be2b;
}

.WaGadgetLoginForm.visible .loginLink, 
.WaGadgetLoginForm.visible .authenticated .loginLink {
	margin-right: 14px;
    box-shadow: 0px 3px 2px rgba(0,0,0,.2) !important;
}

.WaGadgetLoginForm.visible .loginLink:after,
.WaGadgetLoginForm.visible .loginLink:hover:after {
	color: #ffffff;
}

.WaGadgetLoginForm.visible .loginPanel {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: static;
	border: 0;
	background-color: rgba(0,0,0,.10);
	margin-top: -65px;
	padding-top: 80px;
}

.WaGadgetLoginForm.visible .loginPanel:before,
.WaGadgetLoginForm.visible .alignRight .loginPanel:after {
	display:none;
}

.WaGadgetLoginForm.visible .authenticated .loginPanel .loggedName {
	color: #ffffff;
    padding-top: 14px;
}

.WaGadgetLoginForm.visible .loginLink,
.WaGadgetLoginForm.visible .loginLink:hover, .WaGadgetLoginForm.visible .loginLink.hover, 
.WaGadgetLoginForm.visible .authenticated .loginLink:hover, .WaGadgetLoginForm.visible .authenticated .loginLink.hover {
    cursor: default;
}

.WaGadgetLoginForm.visible .loginLink:hover, 
.WaGadgetLoginForm.visible .loginLink.hover, 
.WaGadgetLoginForm.visible .authenticated .loginLink:hover, .WaGadgetLoginForm.visible .authenticated .loginLink.hover {
    background-color: #ff48b4;
}

.WaGadgetLoginForm.visible .loginLink:after {
    content: 'Krewe Member Login';
}

.WaGadgetLoginForm.visible .authenticated .loginLink:after {
    content: 'Welcome, Krewe Member!';
}

.WaGadgetLoginForm.visible .loginLink:hover:before,
.WaGadgetLoginForm.visible .loginLink:hover:after {
    color: #FFFFFF;
}

.WaGadgetLoginForm.visible .loginContainer .loginContainerInner .loginPanel .loginContainerForm form .loginPasswordForgot a,
.WaGadgetLoginForm.visible .loginContainer.authenticated .loginContainerInner .loginPanel a, 
.WaGadgetLoginForm.visible .loginContainer.authenticated .loginContainerInner .loginPanel .loginBoxLogout, 
.WaGadgetLoginForm.visible,
.WaGadgetLoginForm.visible .loginContainer .loginContainerInner .loginPanel .loginContainerForm form .loginActionRememberMe label {
   color: #e8be2b; 
}

.WaGadgetLoginForm.visible .loginContainer .loginContainerInner .loginPanel .loginContainerForm form .loginPasswordForgot a:hover,
.WaGadgetLoginForm.visible .loginContainer.authenticated .loginContainerInner .loginPanel a:hover, 
.WaGadgetLoginForm.visible .loginContainer.authenticated .loginContainerInner .loginPanel .loginBoxLogout:hover, 
.WaGadgetLoginForm.visible .loginContainer .loginContainerInner .loginPanel .loginContainerForm form .loginActionRememberMe label:hover {
   color: #ffffff; 
}

.WaGadgetLoginForm.visible .authenticated .loginPanel a {
    font-size: 15px;
    margin-bottom: 8px;
    display: inline-block;
}

.zoneWAbranding{
    display: none;
}

.bg-overlay,
.gadgetStyle002 {
    background-color: rgba(0,0,0,.10);
}

.noBG,
.checkerBox.gadgetStyle002 {
    background-color: transparent;
}

.innerShape101,
.roundedCorners-Top {    
    border: none;    
    border-radius: 20px 20px 0 0;
    /*box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,1);*/
    overflow: hidden;
}

.innerShape102,
.roundedCorners-All {    
    border: none;    
    border-radius: 20px;
    /*box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,1);*/
    overflow: hidden;
}

.innerShape103,
.roundedCorners-Bottom {    
    border: none;    
    border-radius: 0 0 20px 20px;
    /*box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,1);*/
    overflow: hidden;
}

#id_MainContent > div > div:not(.WaGadgetFirst):not(.WaGadgetOnly) {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}

#id_MainContent > div > div:not(.WaGadgetFirst):not(.WaGadgetOnly) > div {
    padding-left: 2%;
    padding-right: 2%;
}

.gadgetStyle001,
.gadgetStyle002 {
    font-size: 16px;
}

.gadgetStyle002 .gadgetStyleTitle {
    padding: 22px 10px;
    background: #e8be2b;
}

.gadgetStyle002 .gadgetStyleTitle h4 {    
    font-size: 20px;
    padding-bottom: 0px;
}

.gadgetTitleH4 {
    text-align:center;
}

.imageButton {
    position: relative;
    margin-top: 20px;
}

.textButton {
  left: 0;
  position:absolute;
  text-align:center;
  top: 14%;
  width: 100%;
  color: white;
}

.gadgetStyle002 a:link:not(.stylizedButton), .gadgetStyle002 a:not(.stylizedButton) {    
    text-decoration: none;
    cursor: pointer;
}

.circle {
    display:inline-block;
    border:3px solid #FFF;    
    border-radius:50%;
    width:60px;
    height:60px;
    line-height:54px;
    text-align:center;
    font-size:32px !important;
    margin-bottom:20px;
}

.checkerBox{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.child-div {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.WaGadgetMenuVertical ul.firstLevel {
    margin: 0;
    padding: 12px 0;
    background: #1f272b00;
    list-style: none;
}

.WaGadgetMenuVertical ul.firstLevel>li.sel>.item>a {
    color: #e8be2b;
}

.WaGadgetMenuVertical ul.firstLevel>li>.item>a {
    color: rgba(255,255,255,0.7);   
}

.WaGadgetMenuVertical ul.firstLevel>li>.item:hover>a,
.WaGadgetMenuVertical ul.firstLevel>li>.item>a:hover {
    color: #e8be2b;  
    background-color: rgba(255,255,255,0.15); 
}

/** Newsletter **/
.newsletterHide{
    display: none;
}

@media only screen and (max-device-width: 1024px) {
    .section-2 {
    height: fit-content;   
}

    img{
        width: 100% !important;
        height: auto !important;
    }

    .mobileCenter{
        text-align: center;
        margin: 0 !important;
    }

    a.buttonStyle001, a:link.buttonStyle001 {
    white-space: unset;
}
}

@media screen and (max-width: 767px) {
    .section-1 > div {
        width: 100%;
    }

    .section-1 > div * {
        text-align: center !important;
    }

    .section-nav:not(.section-LandingFeature).box {
        height: 0;
        padding: 0;
    }

    .box,
    #id_MainContent > div > div:not(.WaGadgetFirst):not(.WaGadgetOnly) {
    padding: 0 20px;
    }

    .WaGadgetMenuVertical ul.firstLevel>li>.item>a {
        text-align: center;
    }
}

/** Migration edit **/
.WaGadgetLoginForm .alignLeft, .WaGadgetLoginForm .authenticated.alignLeft .loginPanel {
    text-align: right;
}

.WaGadgetLoginForm .loginPanel:after {
    position: absolute;
    top: -14px;
    left: 24px;
    width: 0;
    height: 0;
    margin: 0 0 0 -15px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    content: '';
}

.quantitySnippet input {
    color: black;
}