/* CSS BY G DAVIES */

body.MMA {
	background-color: #FFF;
}

/* FOR TOP MASTHEAD BACK BIT */

.microsite .masthead .mast {
	background: #EEE;
	background-color: #EEE;
	border-bottom: none!important;
	/* BOX SHADOW */
	-webkit-box-shadow: 0px 12px 18px -7px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 12px 18px -7px rgba(0,0,0,0.8);
	box-shadow: 0px 12px 18px -7px rgba(0,0,0,0.8);
}

.microsite .masthead .mast .micrositeBack a {
	color:#333;
}

span.assistive {
	color: #333
}

.micrositeBack a:hover {
	color: rgba(51,51,51,0.5)
}

.microsite .masthead .menuToggle .toggleIcon a span {
	color:#222;
}
.microsite.showMenu .masthead .menuToggle .toggleIcon a span {
	color:#222;
}

/* FOR MASTHEAD SECTION */

/* BACKGROUND OF MASTHEAD CONTAINER SECTION */
.micrositeMastLogo.container {
			
	/* BACKGROUND BELOW */
	background-image: url("https://d1yyfvtnv1wjbx.cloudfront.net/Pictures/1920xAny/P/web/u/n/f/mmawards2025theme3000pxrgb72dpi_808546.jpg");
	background-color: #2b2840;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	/* height: 800px;  You must set a specified height */
	padding-bottom:0!important;
	margin-bottom:0;
}

#MMA-logo-container {
	float:left;
	max-width: 600px;
	padding: 40px 0;
	position: relative;
}

img.MMALogo {
	display: inline-block;
	height: auto;
	width: 260px;
}

img.glint {
	height: auto;
	position: absolute;
	top:90px;
	left:228px;
	width: 50px;
}

#MMA-mission-container {
	float:right;
	max-width: 400px;
	padding: 100px 0px;
	text-align: center;
	text-shadow: 0px 0px 30px #2b2840;
}

#MMA-mission-container h2 {
	font-size: 2.2rem;
	line-height: 3rem;
	padding: 0 10px;
}

.microsite .masthead .mast .mastControls {
    width: auto;
}

/* BACKGROUND OF MAIN NAV BAR */
.desktopNavigation {
	background: #6d4a98; 
	/* BOX SHADOW */
	-webkit-box-shadow: 0px -12px 18px -7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -12px 18px -7px rgba(0,0,0,0.5);
	box-shadow: 0px -12px 18px -7px rgba(0,0,0,0.5);
}

/* FOR PURPLE BUTTON */

a.button-awards {
	color: #fff;
}

.button-awards {
	cursor: pointer;
	display: inline-block;
	padding: 7px 16px;
}

.button-awards {
	border: 0;
	border-radius: 5px;
	font-size: .889rem;
	font-weight: 700;
	font-family: PT Sans,sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #6d4a98; /* PURPLE */
	transition: background-color .25s ease-in;
}

.button-awards:hover {
	background-color: #2b2840; /* DARK BLUE */
	text-decoration: none;
	transition: background-color .25s ease-in;
}

/* FOR PRIME NAVIGATIONAL ELEMENTS */

.grid .sectionhead h2, .storyPrimaryNav a {
	color: #6d4a98;
}

/* FOR FOOTER */

		#footer {
			background-color: #6d4a98;
		}
		
		.footer .footerTopNavPageText {
			background-color: #6d4a98;
			border-bottom: 1px solid #FFF;
			border-top: none;
		}
		
		.awards-footer {
			background-color: #6d4a98;
			color: #FFF;
			font-family: PT Sans,sans-serif;
			font-size: 16px;
			font-weight: 400;
			padding: 40px 20px 10px 20px;
			overflow: hidden;
		}
		
		.awards-footer a {
			color: #FFF;
			text-decoration: none;
		}
		
		.awards-footer a:hover {
			opacity: 0.8;
			text-decoration: underline;
		}
		
		.awards-footer a:active {
			color: #d5ab63;
		}
		
		.footercol1, .footercol2, .footercol3 {
			float: left;
			text-align: center;
			width:100%;
		}
		
		.footercol1 ul, .footercol2 ul, .footercol3 ul {
			list-style: none;
			margin:0;
			padding-left: 0;
		}
		
		.footercol1 li, .footercol2 li, .footercol3 li {
			display: inline;
			padding-bottom: 10px;
		}
		
		.footercol1 li, .footercol2 li, .footercol3 ul li a:current {
			color: #d5ab63;
		}
		
		.footer .webvision {
			color: #FFF;
		}
		
		.footer .webvision a {
			color: #FFF;
		}


/* MEDIA QUERIES */

@media only screen and (max-device-width : 1020px) {
/* Styles */

#MMA-logo-container {
	float:left;
	width: 300px;
	/* padding: 50px 0 0 20px; */
}


}

@media only screen and (max-device-width: 719px) {
/* Styles */

	#MMA-logo-container {
		float:none!important;
		width: 100%!important;
		padding: 30px 0 20px 0;
		text-align: center;
	}
	
	img.MMALogo {
		margin: 0 auto!important;
	}
	
	#MMA-mission-container {
		float:none;
		height: auto;
		max-width: 100%;
		padding: 0 30px 30px 30px;
		text-align: center;
	}
	
	#MMA-mission-container h2 {
	font-size: 1.8rem;
	line-height: 2.4rem;
	padding :0;
}
	
	/* FOR FOOTER */
	
			.awards-footer {
				padding: 40px 10px 0 10px;
			}
			
			.footercol1, .footercol2, .footercol3 {
				width: 100%;
			}

}

@media only screen and (max-device-width: 414px) {
/* Styles */
	img.MMALogo {
		width: 200px;
	}
	
	.footercol1 li, .footercol2 li, .footercol3 li {
			display: block!important;
			padding-bottom: 10px;
		}
}

/* FOR MM AWARDS PARTNER PANEL IMAGE ON MOBILE */

@media only screen and (max-width: 480px) {
	
	img.partner-panel {
                display:none!important;
            }
            
            span#partner-swap { display:inline-block; width: 300px!important; height: 521px!important; background-image: url('https://mediapack.meatmanagement.com/wp-content/uploads/2025/11/mm-partners-2026-mobile.png') !important; background-size: cover; }
}