/*** 

====================================================================
	Global Settings
====================================================================

 ***/





*{
    margin:0;
    padding:0;
    border:none;
    outline:0;
    box-sizing:border-box;

}

:root {
--primary-blue: #3d79bd;
--primary-blue-hover: #305994;
--secondary-orange: #f59231;
--secondary-orange-hover: #ae5b22;
--dark-blue: #130c26;
--dark-blue-hover: #000;
--grey: #646d82;
--grey-hover: #444b5b;
--light-blue: #71a8e2;
--light-orange: #fef9f4;
--gold: #D6B66A;
--gold-hover: #85703F


}



.easeTransition {
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}



html {
  height: 100%;
	scroll-behavior: smooth
}

body {
	font-family: proxima-nova, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
    margin:0;
    padding: 0;
  margin: 0;
  min-height: 100%;

}



a{
    text-decoration:none !important;
    cursor:pointer;


}
a,a:focus,a:hover,a:visited,button:focus {
    text-decoration:none;
    outline:0!important;
    cursor:pointer;
}


p{
    font-size:17px;
	padding-bottom: 1.2em
		


}

h1,h2,h3,h4,h5,h6,p,ul,li {

    font-family: proxima-nova, sans-serif;
    position:relative;
	 margin:0;

}


.spaced-heading {
	
	letter-spacing: 0.2rem
	
}

.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px
}


.mw-1600 {

  max-width: 1600px;
}

.text-primary-imm {

  color: var(--primary-blue);

}

.bg-primary-imm {

  background-color: var(--primary-blue);
  
}

.link-primary-imm {

  color: var(--primary-blue);


}

.link-primary-imm:hover {

  color: var(--primary-blue-hover);
	text-decoration: underline


}



.text-secondary-imm {

  color: var(--secondary-orange);


}

.bg-secondary-imm {

  background-color: var(--secondary-orange);

}

.link-secondary-imm {

  color: var(--secondary-orange);


}

.link-secondary-imm:hover {

  color: var(--secondary-orange-hover);
	text-decoration: underline


}


.text-dark-imm {

  color: var(--dark-blue);


}

.bg-dark-imm {

  background-color: var(--dark-blue);

}


.link-dark-imm {

  color: var(--dark-blue);


}

.link-dark-imm:hover {

  color: var(--dark-blue-hover);
	text-decoration: underline

}

.bg-gold {

  background-color: var(--gold);

}


.link-gold {

  color: var(--gold);


}

.link-gold:hover {

  color: var(--gold-hover);
	text-decoration: underline

}



.bg-dark-imm{
  background-color: var(--dark-blue);
}

.bg-lightOrgange-imm {
	
	  background-color: var(--light-orange);

}

.blue-link{
    color:#3978bc;
    font-size:1em
}
.blue-link:hover{
    text-decoration:underline;
    color:#154d8f
}
.white{
    color:#fff!important
}
.grey-bg{
    background:#2d3238;
   
}
.lt-grey-bg{
    background:#5e5e5e;
    background:-moz-linear-gradient(top,#5e5e5e 0,#545454 100%);
    background:-webkit-linear-gradient(top,#5e5e5e 0,#545454 100%);
    background:linear-gradient(to bottom,#5e5e5e 0,#545454 100%)
}

.orange-bg{
    background:#f2ad3e;
    background:-moz-linear-gradient(top,#f2ad3e 0,#f3923d 100%);
    background:-webkit-linear-gradient(top,#f2ad3e 0,#f3923d 100%);
    background:linear-gradient(to bottom,#f2ad3e 0,#f3923d 100%)
}
.xl-grey-bg-1{
    background:#c2d2e7;
    background:-moz-linear-gradient(148deg,#c2d2e7 0,#e4f0ff 50%,#c2d2e7 100%);
    background:-webkit-linear-gradient(148deg,#c2d2e7 0,#e4f0ff 50%,#c2d2e7 100%);
    background:linear-gradient(148deg,#c2d2e7 0,#e4f0ff 50%,#c2d2e7 100%)
}
.xl-grey-bg-2{
    background:#7c9fcd;
    background:-moz-linear-gradient(148deg,#7c9fcd 0,#c2d2e7 50%,#7c9fcd 100%);
    background:-webkit-linear-gradient(148deg,#7c9fcd 0,#c2d2e7 50%,#7c9fcd 100%);
    background:linear-gradient(148deg,#7c9fcd 0,#c2d2e7 50%,#7c9fcd 100%)
}



/*--BUTTON STYLES--*/

.btn:active {
	
	background-color: darkgrey !important
}

.btn-orange-solid, .btn-blue-solid, .btn-dark-solid, .btn-grey-solid, .btn-orange-outline, .btn-blue-outline, .btn-dark-outline, .btn-grey-outline, .btn-white-outline{
	
	    font-size: 16px;
		text-decoration: none;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0.2rem !important;
	min-width:250px
}



.btn-orange-solid, .btn-blue-solid, .btn-dark-solid, .btn-grey-solid {
	color: white !important;
	border: none !important;
	  padding: 1rem 1.8rem !important;

}

.btn-orange-solid:hover, .btn-blue-solid:hover, .btn-dark-solid:hover, .btn-grey-solid:hover {
	color: white;
}


.btn-orange-solid {
	background-color: var(--secondary-orange) !important;
}

.btn-orange-solid:hover  {
  background-color: var(--secondary-orange-hover) !important;
	
}

.btn-blue-solid {
	background-color: var(--primary-blue);
	border: none;
}

.btn-blue-solid:hover  {
  background-color: var(--primary-blue-hover);
}

.btn-dark-solid {
	background-color: var(--dark-blue);
	border: none;
}

.btn-dark-solid:hover {
  background-color: var(--dark-blue-hover);
}

.btn-grey-solid{
	
	background-color: var(--grey);
	border: none;
}

.btn-grey-solid:hover{
	
	background-color: var(--grey-hover);
	border: none;
}

.btn-orange-outline, .btn-blue-outline, .btn-dark-outline {
	color: black;
  padding: 1rem 2.1875rem;

}

.btn-white-outline {
	
	color: white;
	  padding: 1rem 2.1875rem;

		
}

.btn-white-outline:hover {
	
	color: var(--secondary-orange);
	border: 2px solid var(--primary-blue)
}

.btn-orange-outline:hover, .btn-blue-outline:hover, .btn-dark-outline:hover {
	color: white;
}

.btn-orange-outline {
	
	border: 2px solid var(--secondary-orange)
	
}

.btn-orange-outline:hover {
  background-color: var(--secondary-orange-hover);
	
}

.btn-blue-outline {
	border: 2px solid var(--primary-blue);
}

.btn-blue-outline:hover {
  background-color: var(--primary-blue-hover);
}

.btn-dark-outline {
	border: 2px solid var(--dark-blue);
}

.btn-white-outline {
	
	border: 2px solid white
	
}



.btn-dark-outline:hover {
  background-color: var(--dark-blue-hover);
}

.btn-sponsor{
	text-decoration: none;
  font-size: 15px !important;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0.2rem;
	padding:0.6rem;
		margin:0.6rem;
  transition: background-color 0.15s ease-in-out;
	color: white;
	max-width: 240px

}

.btn-sponsor:hover{
	
	color: white;

}


.white-border {
	
	border: #FFFFFF 1px solid
}

.dark-border {
	
		border: #181222 1px solid

}

.box-shadow {
	
	-webkit-box-shadow: -3px 6px 19px 2px rgba(0,0,0,0.5); 
box-shadow: -3px 6px 19px 2px rgba(0,0,0,0.5);
}


.blue {
	
	    color: #4c7bba  !important;

}

.black {
	
		    color: black  !important;

}

.orange {
	
	color: #F59230
}

.blueLink {
    
    color: #4c7bba  !important;
    text-decoration: none;
	
}

.blueLink:hover {
    color: rgba(245,146,48,1.00) ;
    text-decoration: none;

}

.larger-bold {
    
    font-size: 19px;
    font-weight: 700
}


nav {
    
}




.centered{
	text-align:center;	
}

.padBotNone {padding-bottom: 0px !important}
.pad40 {padding:40px}
.pad-top40 {padding-top:40px}
.pad-bot40 {padding-bottom:40px}

.mar-top40 {margin-top: 40px}
.mar-top80 {margin-top: 80px}

.mar-bot40 {margin-bottom: 40px}
.marBot25 {
    margin-bottom: 25px !important
}


.no-mar-top{

    margin-top:0px !important
    
}


#page-title{
	position:relative;
    z-index:-100;
    height:40vh;
	min-height:600px;
}

/** HEADER BACKGROUND IMAGES **/ 


.header-background-overlay:before {
	
	content: "";
	position: absolute;
	width:100%;
	height:100%;
	display: block;
	background: rgba(0,0,0,0.30)
	
}

.header-background {
	
	background-size:cover !important; 
	background-position: center!important;	
	background-repeat: no-repeat !important
}

.categories-header {
	
	background:url(../images/headers/category-header.jpg);
}

.the-evening-header {
	background:url(../images/headers/evening-header.jpg);
}

.attend-header {
	background:url(../images/headers/attendance-header.jpg);
}

.meet-sponsors-header {
	background:url(../images/headers/sponsors-header.jpg);
}

.entry-process-header {
	background:url(../images/headers/entry-header.jpg);
}

.sponsor-header {
	background:url(../images/headers/sponsor-header.jpg);
}

.current-winners-header {
	background:url(../images/headers/winners-header.jpg);
}

.previous-winners-header {
	background:url(../images/headers/winners-header2023.jpg);
}

.current-judges-header {
	background:url(../images/headers/judge-header.jpg);
}

.previous-judges-header {
	background:url(../images/headers/judge-header-previous.jpg);
}

.contact-header {
	background:url(../images/headers/contact-header.jpg);
}

.finalist-header {
	background:url(../images/headers/finalist-header.jpg);
}

/** EMD HEADER BACKGROUND IMAGES **/ 


.strapline {
	bottom:10px;
	left:30px;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	display: block;
	position: absolute
	
}

.strapline span {display: inline-block}

.page-title-heading {
    
    margin:0 auto;
    max-width: 1200px;
    padding:0px 30px;
    position: absolute;
    top: 43%; 
	left:50%;
    transform: translate(-48%,-50%);
    -webkit-transform: translate(-48%,-50%);
} 

.page-title-heading h1{
	color:#fff;
	font-size:67px;
	font-weight:900;
	line-height:1.1em;
	text-transform:capitalize;
    text-align: left;
    

}
 

#page-title:before{
	position:absolute;
	content: '';
	left: 0px;
	top: 0px;
    width: 100%;
	height: 100%;
	display: block;
    background-color: rgba(14,12,31,0.1);
    z-index:-100
}




.introBox {
    
    -webkit-box-shadow: 0px -29px 51px -26px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px -29px 51px -26px rgba(0,0,0,0.31);
    box-shadow: 0px -29px 51px -26px rgba(0,0,0,0.31) ;
    margin-top:-60px;
    padding: 20px 20px !important;
    background: white;
    text-align: center;
    max-width: 1000px !important;


}

.introBox:before{
    
    content: "";
    position: absolute;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width:100%;
    height:60px;
    left:0;
    z-index: -10;
    opacity: 0.5
  }

.introBox-home {
    
     margin:0px 0px 30px;
	min-width: 300px;
    text-align: center;

}

.second-heading {
    
    font-size: 34px;
    font-weight:900;
    color: #f59231;
    padding-bottom: 0px;
    text-transform: uppercase;
    /*border-bottom: 1px solid #F59231;*/
    margin-bottom: 25px;
    display: inline-block;
        margin-top: 10px


}

.third-heading {
    
    font-size: 32px;
    
    font-weight:700;
    color: #343A40;
    text-transform: capitalize;
    text-align: center;
     

}

.introBox-home p {
	font-size: 18px;
    font-weight:400;
    color: #4F5862;
    padding-bottom: 5px;


	
}

.intro-p {
    font-size: 18px;
    font-weight:400;
    color: #4F5862;
    text-align: center;

    
}



.main-p, .main-p-centred {
    
    font-size: 16px;
    font-weight:400;
    color: #4F5862;
    padding: 5px 0px;
    margin:10px 0px 
    
}

.main-p-centred {
    
        text-align: center;

}


.grey-bg {
    

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d3238+1,3b4449+100 */
background: rgb(45,50,56); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,68,73,1) 1%, rgba(45,50,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,68,73,1) 1%, rgba(45,50,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,68,73,1) 1%, rgba(45,50,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4449', endColorstr='#2d3238',GradientType=0 ); /* IE6-9 */


}

.lt-grey-bg {
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e5e5e+0,545454+100 */
background: rgb(94,94,94); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(94,94,94,1) 0%, rgba(84,84,84,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(94,94,94,1) 0%,rgba(84,84,84,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(94,94,94,1) 0%,rgba(84,84,84,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#545454',GradientType=0 ); /* IE6-9 */


    
}
.blue-bg {
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6092c4+1,3d78bd+100 */
background: rgb(96,146,196); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(96,146,196,1) 1%, rgba(61,120,189,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(96,146,196,1) 1%,rgba(61,120,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(96,146,196,1) 1%,rgba(61,120,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6092c4', endColorstr='#3d78bd',GradientType=0 ); /* IE6-9 */

}

.lt-blue-bg {
	
	background: rgb(232,245,255);
background: linear-gradient(24deg, rgba(232,245,255,1) 20%, rgba(61,121,189,1) 100%);
	
}

.orange-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#db9d39+0,dd8635+100 */
background: rgb(219,157,57); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(251,167,35,1) 0%, rgba(221,134,53,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(251,167,35,1) 0%,rgba(221,134,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(251,167,35,1) 0%,rgba(221,134,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db9d39', endColorstr='#dd8635',GradientType=0 ); /* IE6-9 */

}

.light-grey {
	
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-90deg,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 35%, rgba(225,225,225,1) 62%, rgba(246,246,246,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-90deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 35%,rgba(225,225,225,1) 62%,rgba(246,246,246,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(241,241,241,1) 35%,rgba(225,225,225,1) 62%, rgba(246,246,246,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.blk-blue-bg {
	
background: linear-gradient(185deg, rgba(27,14,54,1) 38%, rgba(23,20,25,1) 100%);
	
}

.ltGrey-gradient-bg {
	
	background: rgb(251,251,255);
background: linear-gradient(58deg, rgba(251,251,255,1) 0%, rgba(238,238,238,1) 35%, rgba(255,255,255,1) 100%);
}

.transparent-bg {
	
	background-color: transparent !important;
	background:rgba(0,0,0,0.00) !important

}

.gold-bg {
	
	background: rgb(182,142,59);
background: linear-gradient(277deg, rgba(182,142,59,1) 0%, rgba(227,206,136,1) 36%, rgba(203,171,89,1) 64%, rgba(226,206,133,1) 79%, rgba(191,149,63,1) 100%);
}

/*Btn Styles*/

.media-register-btn,
.infl-register-btn,
.pr-register-btn,
.special-register-btn,
.media-cat-btn,
.infl-cat-btn,
.pr-cat-btn,
.special-cat-btn,
.blue-gradient-btn,
.grey-gradient-btn,
.orange-gradient-btn,
.lt-grey-gradient-btn
{
    
    color: #FFF;
    -webkit-box-shadow: 1px 6px 13px -2px rgba(0,0,0,0.26);
    -moz-box-shadow: 1px 6px 13px -2px rgba(0,0,0,0.26);
    box-shadow: 1px 6px 13px -2px rgba(0,0,0,0.26);
    width: auto;
    padding:10px;
	border:none;
    
    font-weight:900;
    text-transform: uppercase;
    font-size: 18px;
	border-radius: 0px;
	transition: color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
	transition:ease-in-out;
	transition: border-color .15s ease-in-out;
}

.media-register-btn,
.infl-register-btn,
.pr-register-btn,
.special-register-btn

{
	
	height:150px;
	background: white;	
	width:100%;
	
}

.media-register-btn {
		
	border: 3px solid #3D79BD;
	color: #3D79BD 
}

.media-register-btn:hover {
		
background: rgb(96,146,196); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(96,146,196,1) 1%, rgba(61,120,189,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(96,146,196,1) 1%,rgba(61,120,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(96,146,196,1) 1%,rgba(61,120,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6092c4', endColorstr='#3d78bd',GradientType=0 );
	color: white;
	border:none
	
}

.infl-register-btn {
		
	border: 3px solid #262626;
	color: #262626 
}

.infl-register-btn:hover {
		
background: rgb(45,50,56); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,68,73,1) 1%, rgba(45,50,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,68,73,1) 1%, rgba(45,50,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,68,73,1) 1%, rgba(45,50,56,1) 100%) ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4449', endColorstr='#2d3238',GradientType=0 ); 
	color: white;
	border:none
	
}

.pr-register-btn {
		
	border: 3px solid #F59230;
	color: #F59230 
}

.pr-register-btn:hover {
		
background: rgba(253, 183, 85, 1);
    background: -moz-linear-gradient(top, rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%) ;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253, 183, 85, 1)), color-stop(100%, rgba(244, 148, 64, 1)));
    background: -webkit-linear-gradient(top, rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%);
    background: -o-linear-gradient(top, rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%) ;
    background: -ms-linear-gradient(top, rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%) ;
    background: linear-gradient(to bottom, rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%) ;
	color: white;
	border:none
	
}

.special-register-btn
 {
		border: 3px solid rgba(214,182,106,1.00);
	color: #D6B66A
	}

.special-register-btn:hover {
		
	background: rgb(238,200,120);
background: linear-gradient(180deg, rgba(238,200,120,1) 0%, rgba(191,149,63,1) 100%);
	color: white;
	border:none
	
}


.pr-cat-btn,
.orange-gradient-btn {
    background: rgba(253, 183, 85, 1);
    background: -moz-linear-gradient(top, rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%) ;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253, 183, 85, 1)), color-stop(100%, rgba(244, 148, 64, 1)));
    background: -webkit-linear-gradient(top, rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%);
    background: -o-linear-gradient(top, rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%) ;
    background: -ms-linear-gradient(top, rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%) ;
    background: linear-gradient(to bottom, rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%) ;
		    border-radius: 0px 

    
    
}
.orange-gradient-btn:hover{
	
	background: #F59230 !important;
    color:#FFF;

}



/** Blue Gradient Btns ***/




.media-cat-btn,
.blue-gradient-btn {
    background: rgba(62, 122, 186, 1);
    background: -moz-linear-gradient(top, rgba(35, 152, 227, 1) 0%, rgba(62, 122, 186, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(35, 152, 227, 1)), color-stop(100%, rgba(62, 122, 186, 1))) ;
    background: -webkit-linear-gradient(top, rgba(35, 152, 227, 1) 0%, rgba(62, 122, 186, 1) 100%) ;
    background: -o-linear-gradient(top, rgba(35, 152, 227, 1) 0%, rgba(62, 122, 186, 1) 100%) ;
    background: -ms-linear-gradient(top, rgba(35, 152, 227, 1) 0%, rgba(62, 122, 186, 1) 100%) ;
    background: linear-gradient(to bottom, rgba(35, 152, 227, 1) 0%, rgba(62, 122, 186, 1) 100%) ;
    border-radius: 0px
    
}

.blue-gradient-btn:hover {
	background: #3D78BC !important;
    color:#FFF;
}

.infl-cat-btn,
.grey-gradient-btn {
    
    background: rgb(45,50,56); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(59,68,73,1) 1%, rgba(45,50,56,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(59,68,73,1) 1%, rgba(45,50,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(59,68,73,1) 1%, rgba(45,50,56,1) 100%) ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4449', endColorstr='#2d3238',GradientType=0 ); /* IE6-9 */
    
    
    
}


.grey-gradient-btn:hover{
	
	background: #191919 !important;
    color:#FFF;
}

.lt-grey-gradient-btn {
    
    background: rgb(94,94,94)  !important; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(94,94,94,1) 0%, rgba(84,84,84,1) 100%)  !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(94,94,94,1) 0%,rgba(84,84,84,1) 100%)  !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(94,94,94,1) 0%,rgba(84,84,84,1) 100%)  !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#545454',GradientType=0 ) !important; /* IE6-9 */

    
}

.lt-grey-gradient-btn:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#939393+0,666666+100 */
background: rgb(147,147,147) !important; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(147,147,147,1) 0%, rgba(102,102,102,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(147,147,147,1) 0%,rgba(102,102,102,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(147,147,147,1) 0%,rgba(102,102,102,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#666666',GradientType=0 ) !important; /* IE6-9 */


}

.special-cat-btn,
.gold-gradient-btn {
	background: rgb(238,200,120);
background: linear-gradient(180deg, rgba(238,200,120,1) 0%, rgba(191,149,63,1) 100%);
	
}

.gold-gradient-btn:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cc963f+1,dbaf3f+100 */
background: #cc963f; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #cc963f 1%, #dbaf3f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #cc963f 1%,#dbaf3f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #cc963f 1%,#dbaf3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc963f', endColorstr='#dbaf3f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	
}

.orange-gradient-btn a, .blue-gradient-btn a, .grey-gradient-btn a, .lt-grey-gradient-btn a,  .gold-gradient-btn a{
    color: white
}

.orange-gradient-btn a:hover, .blue-gradient-btn a:hover, .grey-gradient-btn a:hover, .lt-grey-gradient-btn a:hover, .gold-gradient-btn a:hover  {
    text-decoration: none;
    color: white

}

/** PR Cat Hover and Active State **/


.pr-cat-btn:hover,.pr-cat-btn.active {

	position: relative;
	background: white;
	background-color: white;
	border: 2px solid #F59230;
	color: #F59230;
	font-weight: 900
}

.pr-cat-btn.active:after,.pr-cat-btn.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.pr-cat-btn.active:after{
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
.pr-cat-btn.active:before {
	border-color: rgba(245, 146, 48, 0);
	border-top-color: #F59230;
	border-width: 23px;
	margin-left: -23px;
}

/** MEDIA Cat Hover and Active State **/


.media-cat-btn:hover,.media-cat-btn.active {

	position: relative;
	background: #fff;
	border: 2px solid #3d79bd;
	color: #3d79bd;
	font-weight: 900
}

.media-cat-btn.active:after,.media-cat-btn.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.media-cat-btn.active:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
.media-cat-btn.active:before {
	border-color: rgba(61, 121, 189, 0);
	border-top-color: #3d79bd;
	border-width: 23px;
	margin-left: -23px;
}


/** Influencer Cat Hover and Active State **/


.infl-cat-btn:hover,.infl-cat-btn.active {

	position: relative;
	background: #fff;
	border: 2px solid #262626;
	color: #262626;
	font-weight: 900
}

.infl-cat-btn.active:after,.infl-cat-btn.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;

}

.infl-cat-btn.active:after {
		border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
.infl-cat-btn.active:before {
		border-color: rgba(38, 38, 38, 0);
	border-top-color: #262626;
	border-width: 23px;
	margin-left: -23px;
}

/** Special Cat Hover and Active State **/

.special-cat-btn:hover,.special-cat-btn.active {

position: relative;
	background: #fff;
	border: 2px solid #c29842;
	color: #c29842;
	font-weight: 900
}

.special-cat-btn.active:after,.special-cat-btn.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;

}

.special-cat-btn.active:after {
		border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
.special-cat-btn.active:before,.special-cat-btn:hover:before {
		border-color: rgba(194, 152, 66, 0);
	border-top-color: #c29842;
	border-width: 23px;
	margin-left: -23px;
}



.btn-white-bdr{
	position:relative;
	padding:9px 25px 9px;
	background: rgba(45,50,56,0.6);
	color:white;
	font-size:17px;
	font-weight:700;
	border-radius: 4px;
	border:2px solid #ffffff !important;
	text-transform:uppercase;
	
    text-decoration: none;

}

.btn-white-bdr:hover{
	background: rgba(245,146,49,0.8);
	color:white ;
    text-decoration: none
}




/* START 2023 NAV BAR STYLES */

header {
	z-index: 100 !important
}


header #site-header .btn {
  cursor: pointer;
  padding: 8px 12px;
  font-size: 19px;
  
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0.2rem !important;
}

#site-header .btn 
{
font-weight: 700;
	
	}

#site-header .btn img {
  margin-right: 8px;
  width: 16px;
  position: relative;
  top: -2px;
}

.btn.btn-orange, .btn.btn-blue, .btn.btn-grey{
	
	height: 48px
	
}


 .btn.btn-orange {
  color: #fff;
  background-color: var(--secondary-orange);
}
 .btn.btn-orange:hover, .btn.btn-orange:focus {
  background-color: var(--secondary-orange-hover);
  color: #fff;
}
 .btn.btn-blue {
  color: #fff;
  background-color: var(--primary-blue);
}
 .btn.btn-blue:hover, .btn.btn-blue:focus {
  background-color: var(--primary-blue-hover);
  color: #fff;
}

 .btn.btn-grey {
  color: #fff;
  background-color: var(--grey);
}
 .btn.btn-grey:hover, .btn.btn-grey:focus {
  background-color: var(--grey-hover);
  color: #fff;
}
 .btn.btn-white-border {
  color: #fff;
  background-color: var(--primary-blue);
  border: 1px solid #fff;
}
 .btn.btn-white-border:hover, .btn.btn-white-border:focus {
  background-color: var(--primary-blue);
  color: #fff;
  border-color: #fff;
}

.container, .container-fluid {
  padding: 0 15px;
}

.mobile-visible {
  display: none !important;
}

.mobile-strap {
	
	font-size:1.2em;
	padding: 0px 20px 20px
}

/* End Base style */
#site-header {
    position: relative;
	position: fixed;
	width: 100%

}



#site-header .container-fluid {
  padding: 0 22px;
}

#site-header .container-fluid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/menu-items/sparkles.jpg);
    background-size: cover;
    background-position: bottom;
    opacity: 0.4;
    z-index: -1; /* Ensures it sits behind other content */
}

#site-header ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#site-header ul.main-nav {
background: rgb(3,0,15);
background: linear-gradient(90deg, rgba(3,0,15,0) 0%, rgba(3,0,15,0.5) 4%, rgba(3,0,15,0.7) 8%, rgba(3,0,15,0.7) 92%, rgba(3,0,15,0.5) 96%, rgba(3,0,15,0) 100%);
	border-top: 1px solid grey;
}

#site-header .time-date-location ul {
  padding-top: 12px;
  padding-bottom: 10px;
}
#site-header .time-date-location ul li {
}
#site-header .time-date-location ul li:last-child {
  margin-right: 0;
}
#site-header .time-date-location ul li:first-child {
  margin-left: 0;
}
#site-header .time-date-location ul li {
  text-decoration: none;
  
  font-weight: 700;
  color: white;
  line-height: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

#site-header .icon-list {
	
	background: var(--secondary-orange);
	
}
#site-header .icon-list li {
  font-size: 18px;
  font-weight: 700;
  
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 15px;
  text-transform: capitalize;
}

#site-header .icon-list li:last-child {
  padding-right: 0px;
}
#site-header .icon-list li img {
  height: auto;
  position: relative;
  top: -2px;
}
#site-header .header-btns .btn {
  margin-left: 3px;
	border-radius: 3px;
	padding: 10px 15px;
}
#site-header .header-mid {
  padding-bottom: 5px;
}
#site-header .header-mid .logo {
  padding: 0px 0 30px;
	margin-top: -10px
}
#site-header .header-mid .logo img {
  max-width: 330px;
  width: 100%;
}
#site-header .summit-btn {
  width: 290px;
  margin-top: -30px;
  margin-bottom: -55px;
}
#site-header .summit-btn .btn {
  padding: 0;
  border-radius: 0;
  box-shadow: none !important;
  border: none;
	cursor: default
}
#site-header .summit-btn .btn img {
  width: 100%;
}
#site-header .summit-btn .btn img.summit-sticky {
  display: none;
}
#site-header .summit-btn .dropdown-menu {
  min-width: 800px;
  border-radius: 0;
  background-color: var(--dark-blue);
  border-bottom: 2px solid #fff;
  margin-top: -27px;
  top: 100%;
  right: 0;
}
#site-header .summit-btn .dropdown-menu li {
  display: inline-block;
  margin: 0 40px;
}
#site-header .summit-btn .dropdown-menu li a {
  color: #fff;
  padding: 20px 15px;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#site-header .summit-btn .dropdown-menu li:hover a, #site-header .summit-btn .dropdown-menu li.active a {
  color: var(--secondary-orange);
}

.navbar-light {
  padding: 0px 0;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
  color: #000;
}
.navbar-light .navbar-toggler:focus {
  outline: 0px;
  box-shadow: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
  width: 25px;
  height: 25px;
  position: relative;
}
.navbar-light .navbar-toggler-icon span {
  position: absolute;
  height: 4px;
  width: 100%;
  top: 43%;
  left: 0px;
  margin-top: -1.5px;
  background: var(--secondary-orange);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.navbar-light .navbar-toggler-icon span:nth-of-type(2) {
  display: none;
}
.navbar-light .navbar-toggler-icon span:nth-of-type(1) {
  margin-top: -8px;
}
.navbar-light .navbar-toggler-icon span:nth-of-type(3) {
  margin-top: 7px;
}
.navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(1) {
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}
.navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(3) {
  margin-top: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
  left: 0px;
}
.navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon span:nth-of-type(2) {
  display: none;
}
.navbar-light .navbar-nav > li.nav-item {
  margin: 0 40px;
}
.navbar-light .navbar-nav > li.nav-item > a.nav-link {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-light .navbar-nav > li.nav-item:hover > a, .navbar-light .navbar-nav > li.nav-item.active > a {
  color: var(--secondary-orange);
}
.navbar-light .navbar-nav .dropdown-menu {
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
  min-width: 180px;
	
}
.navbar-light .navbar-nav .dropdown-menu > li {
  border-bottom: 5px solid transparent;
}
.navbar-light .navbar-nav .dropdown-menu > li a {
  padding: 20px 20px;
  background-color: var(--dark-blue);
  color: #fff;
  font-weight: 900;
	  letter-spacing: 1px;

  
  font-size: 17px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-light .navbar-nav .dropdown-menu > li a:hover {
  color: var(--secondary-orange);
}
.navbar-light .navbar-brand {
  display: none;
}

@-webkit-keyframes stickynav {
  from {
    top: -100px;
  }
  to {
    top: 0px;
  }
}
@-moz-keyframes stickynav {
  from {
    top: -100px;
  }
  to {
    top: 0px;
  }
}
@keyframes stickynav {
  from {
    top: -100px;
  }
  to {
    top: 0px;
  }
}
.summit-btn.always-open .dropdown-menu{
  display: block;
}

#site-header .summit-btn {
position: relative;
z-index: 99;
}
@media only screen and (min-width: 993px) {
	
	
					ul.navbar-nav {		
margin: auto;		
width: 100%;		
		justify-content: space-around;		
}
	
  body.nav-sticky .navbar-light {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: stickynav 0.5s linear;
    animation: stickynav 0.5s linear;
	  background: rgba(0,0,0,1.00);
		  min-height:80px
  }
  body.nav-sticky .navbar-light .navbar-brand {
    display: block;
    background-color: black;
    padding: 0px 20px 5px;
    margin-left: -22px;
    margin-top: -30px;
    margin-bottom: -16px;
    height: 75px;
    padding-right: 60px;
  }
	

  body.nav-sticky .navbar-light .navbar-brand img {
    height: 100%;
	  width:auto
  }
	
	  body.nav-sticky  ul.main-nav{
border-top:0px !important;
	border-bottom:0px  !important

  }
 
  body.nav-sticky #site-header .summit-btn {
    width: 135px;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.nav-sticky #site-header .summit-btn img {
    display: none;
  }
  body.nav-sticky #site-header .summit-btn img.summit-sticky {
    display: block;
  }
  body.nav-sticky #site-header .summit-btn .dropdown-menu {
    margin-top: -12px;
  }
  body.nav-sticky .navbar-light .navbar-nav > li.nav-item {
    margin: 0 25px;
  }
  body.nav-sticky #site-header .summit-btn .dropdown-menu li a {
    padding: 7px 15px;
  }
  body.nav-sticky .navbar-nav{
    margin: auto;
  }
	
	.mobile-strap {
		display: none
	}
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1681px) {
  /*--ul.navbar-nav {
    margin: auto;
}*/
	
	ul.navbar-nav {
margin: auto;
width: 100%;
justify-content: space-around;
}
	
}
@media only screen and (max-width: 1680px) {
  .navbar-light .navbar-nav > li.nav-item {
    margin: 0 20px;
  }

  body.nav-sticky .navbar-light .navbar-nav > li.nav-item {
    margin: 0 17px;
  }
}
@media only screen and (max-width: 1400px) {
  .navbar-light .navbar-nav > li.nav-item {
    margin: 0 16px;
  }

  #site-header .summit-btn .dropdown-menu li {
    margin: 0 20px;
  }

  #site-header .summit-btn .dropdown-menu {
    min-width: 633px;
  }

  #site-header .icon-list li {
    font-size: 15px;
  }

  .btn {

	  
	}
}
@media only screen and (max-width: 1461px) {
  .header-mid-right {
    flex-direction: column;
  }

  #site-header .header-mid .logo img {
    max-width: 260px;
  }

  #site-header {
    min-height: 0px;
	 
  }

  #site-header .icon-list {
    padding: 15px 0;
  }

  .header-mid-right {
    -webkit-align-items: flex-start !important;
    align-items: flex-start!important;
  }

  

  .navbar-light .navbar-nav > li.nav-item {
    margin: 0 14px;
  }

  #site-header .summit-btn .dropdown-menu {
    margin-top: -33px;
  }

  body.nav-sticky .navbar-light .navbar-nav > li.nav-item {
    margin: 0 10px;
  }

  .navbar-light .navbar-nav > li.nav-item > a.nav-link,
.navbar-light .navbar-nav .dropdown-menu > li a,
body.nav-sticky #site-header .summit-btn .dropdown-menu li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  #site-header .header-mid .logo {
    margin-top: -27px;
  }

 
  .navbar-light .navbar-nav > li.nav-item > a.nav-link,
  .navbar-light .navbar-nav .dropdown-menu > li a,
  #site-header .summit-btn .dropdown-menu li a{
    font-size: 14px;
  }
  .navbar-light .navbar-nav > li.nav-item {
    margin: 0 6px;
}
.navbar-light .navbar-nav > li.nav-item > a.nav-link img{
  width: 20px;
}
#site-header .summit-btn {
  width: 240px;
	  margin-top: -40px;

	
}
	
	#site-header .summit-btn .dropdown-menu {
		margin-top: -24px
		
	}
}
@media only screen and (max-width: 1060px) and (min-width: 993px) {
  body.nav-sticky #site-header .summit-btn .dropdown-menu li a {
    font-size: 14px;
  }

  body.nav-sticky .navbar-light .navbar-brand {
    height: 55px;
    padding-right: 22px;
    width: 167px;
  }

  body.nav-sticky #site-header .summit-btn .dropdown-menu {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 1060px) {
	
	
		#site-header .header-btns .btn {
		margin-top: 15px
	
	}
	
	#site-header .icon-list {
		
		padding-top:25px;
		padding-bottom: 5px
		
	}

}
@media only screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    padding: 0px;
    background: transparent;
    border-color: transparent;
  }

  div#navbarSupportedContent {
    position: absolute;
    width: 300px;
    top: -100px;
    right: 16px;
    z-index: 999;
    background: var(--dark-blue);
    transition: none;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #fff;
    padding-bottom: 20px;
  }
	
	div#navbarSupportedContent ul.main-nav {
		
		background: none;
		border-bottom: 0px;
		border-top: 0px
	}
	
	.navbar-light .navbar-toggler {
    position: absolute;
    bottom: 30px;
    right: 0px;
    background-color: var(--dark-blue);
	border-color: #fff;
    color: #fff;
    border-radius: 0;
    width: 55px;
    height: 52px;
    z-index: 9999;

  }


  .navbar-light .navbar-nav > li.nav-item > a.nav-link {
    text-align: left;
  }

  .navbar-light .navbar-nav .dropdown-menu > li a {
    background-color: transparent;
    padding: 5px 15px;
	  
	  white-space: normal; 
	 
  }

  .navbar-light .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
	
	  .header-mid-right {display: none  }





  #site-header .header-mid .logo {
    margin-top: -60px;
  }

  .time-date-location {
    margin-bottom: 21px;
  }

  #site-header .header-mid .logo img {
    max-width: 240px;
  }

  #site-header .icon-list {
    padding: 0;
    padding-bottom: 15px;
  }
	
  .btn {
    font-size: 17px;
  }

  .navbar-light .navbar-toggler[aria-expanded=true] {
    border-color: transparent;
  }

   .navbar-light .navbar-nav > li.nav-item > a.nav-link, .navbar-light .navbar-nav .dropdown-menu > li a,
body.nav-sticky #site-header .summit-btn .dropdown-menu li a,
#site-header .summit-btn .dropdown-menu li a {
    font-size: 16px;
  }
  .navbar-light .navbar-nav .dropdown-menu {
    padding-left: 15px!important;
	  border-bottom: 1px solid var(--secondary-orange);
		border-top: 1px solid var(--secondary-orange);
	  padding-top:8px;
	padding-bottom:5px;
	  margin-bottom: 12px !important
}

}
@media only screen and (max-width: 767px) {
	
	
.btn-orange-solid, .btn-blue-solid, .btn-dark-solid, .btn-grey-solid, .orange-outline, .btn-blue-outline, .btn-dark-outline, .btn-grey-outline, .btn-white-outline {

	  	padding: 0.8rem 1rem;
		 font-size: .8rem;
		min-width:220px


}
	
	 div#navbarSupportedContent {
       top: -130px;
     }
	
		
	.navbar-light .navbar-toggler {
    bottom: 60px;
  

  }
  .time-date-location {

	  width: 100%;
	  margin-bottom: 0px
	
	}


  #site-header {
    min-height: 0;
  }

 

  #site-header .icon-list {
    padding: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

	  #site-header .icon-list {
    width: 100%;
    justify-content: center;
  }
  #site-header .icon-list li {
    font-size: 14px;
    padding: 0 5px;
  }
	
  .header-mid-right.d-flex.align-items-center {
    align-items: center !important;
  }

  #site-header .header-mid .logo img {
    max-width: 260px;
  }

  .navbar .container-fluid {
    position: relative;
  }



  #site-header .header-mid .logo {
    margin-top: 0;
    padding-bottom: 8px;
    padding-top: 0;
  }

 
  .mobile-visible {
    display: block !important;
  }

  .header-mid-right {
    padding-bottom: 5px;
  }
  .header-btns.mobile-visible {
    position: relative;
    top: 6px;
	  display: inline
}
	
	  .header-btns .btn {

	  display: inline !important;
		  margin: 0px 6px !important
}
}
@media only screen and (max-width: 600px) {
  #site-header .header-mid .logo img {
    max-width: 220px;
  }

	#site-header .header-btns .btn {
		
		display: none !important
	}
	
}
@media only screen and (max-width: 567px) {

	#site-header {
background: rgb(3,0,15, 0.9);
}
	
  #site-header .container-fluid {
    padding: 0;
  }


	


  #site-header .header-mid .logo {
    padding: 8px 10px;
	  margin-top:-5px

  }

  #site-header .header-mid .logo img {
    max-width: 200px;
  }

  
  .navbar-light .navbar-toggler {
    position: absolute;
    bottom: 60px;
    right: 0px;
    background-color: var(--dark-blue);
  }

  #site-header .header-mid {
    padding-bottom: 10px;
  }



  #site-header .summit-btn .dropdown-menu {
    margin-top: 15px;
    text-align: center;
    min-width: 0;
    width: 100%;
	  margin-top:-2px
  }

  #site-header .summit-btn .dropdown-menu li a {
    padding: 7px 15px;
  }

  div#navbarSupportedContent {
    top: -130px;
    left: auto;
    right: 19px;
  }
}

@media only screen and (max-width: 470px) {

	.mobile-strap {
		
		display: none
		
	}
	
	
  .navbar-light .navbar-toggler {
    position: absolute;
    bottom: 100%;
    right: 20px;
    background-color: var(--dark-blue);
    margin-bottom: 20px;
  }
	
	  div#navbarSupportedContent {
    top: -90px;
    left: auto;
    right: 19px;
  }
	
}

@media only screen and (max-width: 325px) {
  #site-header .header-mid .logo img {
    max-width: 200px;
  }

  #site-header .summit-btn .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* END 2023 NAV BAR STYLES */


/*** 

====================================================================
	Footer Style
====================================================================

 ***/

.sponsors-footer {
    
   border-top: 1px #C3C3C3 solid;
    margin-top: 20px;
    text-align: center;
	margin-top:50px

        
    
}


.sponsors-footer h3 {
    
     padding-top:50px;
    margin-bottom: 20px !important;
    width: 90%;
    display: inline-block
    
}




.sponsor-logos-footer {
    
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 30px;

	


}

.sponsor-logos-footer img {
    
        width: 50%;
			max-width: 160px

        

    }

.sponsor-logos-footer img.landscape {
    
		min-width: 160px
        

    }

.sponsor-logos-footer img.x-landscape {
    
		min-width: 175px
        

    }

.sponsor-logos-footer img.portrait {
    
		min-width: 95px
        

    }

.sponsor-logos-footer img.square {
    
		min-width: 105px
        

    }

.sponsor-logos-footer img.x-square {
    
		min-width: 125px
        

    }

.sponsor-logos-footer img {
    
        

    }


footer {
    	background-color: #2d3238;
   
    
}

footer h3 {
    
    
    font-size: 20px;
    font-weight:700;
    padding-bottom:8px;
    border-bottom: 1px solid #3A79BC;
    color:#999999;
    margin-bottom: 20px
    }

footer h4 {
    
    font-size: 17px;
    font-weight:700;
    color:white;
    margin-bottom: 15px
    
}

footer i {
    float:left;
    color: #3A79BC;
    font-size:1.2em;
    margin:0 10px 0px 0;
    display: inline-block
}



 footer p {
	font-size:15px;
	font-weight:400;
	color:#BAB9BB;
	line-height:1.6em;
	margin:0px;
        
}

footer a{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:white;
	line-height:1.6em;
	margin-bottom:0px;
    
    display: block;
}

footer a:hover{
	color: #f59231;
    text-decoration: none
	
}

footer .addeventatc.add-to-calendar-custom {
    background: #3f4953;
    border-radius: 7px;
    color: #FFF !important;
    font-weight: 700;
    
    font-size: 16px;
    margin-bottom:50px;
    z-index: 0 !important;
}

footer .addeventatc.add-to-calendar-custom .addeventatc_icon {
    background:  url(../images/icons/icon-calendar-t1.svg) no-repeat;
}

footer .add-to-calendar-custom.addeventatc:hover {
    background:#F59231;
        
     
    font-size: 16px;
}

footer .addeventatc.add-to-calendar-footer {
    background: #3f4953;
    border: solid 1px #FFF;
    color: #FFF !important;
    font-weight: normal;
    
    font-size: 14px;
    margin-bottom:25px;
    z-index: 0 !important
}

footer .addeventatc.add-to-calendar-footer .addeventatc_icon {
    background:  url(../images/icons/icon-calendar-t1.svg) no-repeat;
}

footer .add-to-calendar-footer.addeventatc:hover {
    background:#F59231;
        
    font-size: 14px;
}

footer .add-to-calendar-footer.addeventatc:hover .addeventatc_icon {
    
        background:  url(../images/icons/icon-calendar-t1-dark.svg) no-repeat;

    
}



.social-icon-one{
	position:relative;
    padding: 0px 0px 0px 0px
}

.social-icon-one li{
	position:relative;
	margin-right:8px;
	display:inline-block;
    height:30px;
    width:30px;
    border:1px solid #888888;
    border-radius: 30px;
    text-align: center
    
}

.social-icon-one li a{
	position:relative;
	color:#888888;
	font-size:12px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
    
}

.social-icon-one li a i {
    width: 18px;
    height:18px;
    padding: 6px 8px 6px 6px;
    font-size:15px;
    margin:0 auto;
    color: #888888;
    
}

.social-icon-one li a i:hover{
	color:white;
}

.footer-link{
	position: relative;
    list-style: none;
    padding-left: 0px !important

}

.footer-link li{
	position: relative;
	margin-bottom: 8px;
    list-style: none;

}

.footer-link li a{
	position: relative;
	color:rgba(217,217,217,1.00);
	font-size: 15px;
	font-weight: 400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-link li a:before{
	position:absolute;
	content: ">";
	left: 0px;
	top: 0px;
	opacity: 0;
	color: #f59231;
    font-weight: 700;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-link li a:hover::before{
	opacity: 1;
}

.footer-link li a:hover{
	color: #f59231;
	padding-left: 15px;
    text-decoration: none;
}


/*** 

====================================================================
	Home Page Style
====================================================================

 ***/

        /* NEW (SAZZAD) Styles for video slider */


#middle{
    
  position: absolute;
    top:16%;
  left: 50%;
  transform: translate(-50%,-50%);
    z-index: 10000;
    opacity : 1; 
    transition:opacity 0.5s
}

.middle-hide{
    
  opacity: 0 !important
    
}
.mouse{
    position: relative;
  width: 35px;
  height: 60px;
  border: 3px solid #F59231;
  border-radius: 60px;
}
.mouse::before{
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 15px;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 1;
  animation: mouse 2s infinite;
}
@keyframes mouse {
  from{
    opacity: 1;
    top: 10px;
  }
  to{
    opacity: 0;
    top: 40px;
  }
}


         .mySlides video {
            width: 100%;
            height: 100vh;
            object-fit: cover;
            min-height: 1000px;
            opacity: 0;
            -webkit-transition: all 2s;
            transition: all 2s;
        }
        .mySlides.slick-current.slick-active video{
            opacity: 1;
        }
     
        .mySlides:not(:first-child){
            display: none;
        }
        .slick-initialized .slick-slide {
            display: block!important;
        }

        .slick-initialized .slick-slide {
            position: relative;
        }



        button.slick-arrow {
            border: none;
            display: inline-block;
            padding: 0px;
            width: 20px;
            height: 40px;
            vertical-align: middle;
            overflow: hidden;
            text-decoration: none;
            color: inherit;
            background-color: inherit;
            text-align: center;
            cursor: pointer;
            white-space: nowrap;
            position: absolute;
            top: 50%;
            left: 0px;
            background: #000;
            font-size: 0px;
            line-height: 0px;
            text-align: center;
            margin-top: -20px;
        }

        button.slick-arrow:hover,
        button.slick-arrow:hover:before {
            color: #000 !important;
        }

        button.slick-arrow.slick-next {
            right: 0px;
            left: auto;
        }

        button.slick-arrow.slick-prev:before {
            content: "❮";
            position: absolute;
            color: #fff;
            top: 7px;
            left: 0px;
            font-size: 20px;
            display: block;
            line-height: 1;
            z-index: 999;
            width: 100%;
            height: 100%;
            text-align: center;
            padding: 3px 2px;
        }

        button.slick-arrow.slick-next:before {
            content: "❯";
            position: absolute;
            color: #fff;
            top: 7px;
            left: 0px;
            font-size: 20px;
            display: block;
            line-height: 1;
            z-index: 999;
            width: 100%;
            height: 100%;
            text-align: center;
            padding: 3px 2px;
        }


  .video-poster {

        background-repeat: no-repeat; 
        background-position: top;
        background-size: cover
    }

    
     .poster-1 {
        
               background-image: url(../images/posters/Slide-1-poster.jpg)

}

    .poster-2{
        
        background-image: url(../images/posters/Slide-2-poster.jpg)   
            
    }

    .poster-3 {
        
        background-image: url(../images/posters/Slide-3-poster.jpg) 
}

    .poster-4 {
        
        background-image: url(../images/posters/Slide-4-poster.jpg)   
}

    .poster-4 {
        
        background-image: url(../images/posters/Slide-5-poster.jpg)   
}
 
 
        
/*  Full page video slide */


.w3-animate-right{position:relative;animation:animateright 0.7s}@keyframes animateright{from{right:-3000px;opacity:0} to{right:0;opacity:1}}
    
* {box-sizing: border-box;}


    /* .mySlides {display: none;} */

/* Slideshow container */
.mySlides{
    padding:0!important;
    margin: 0 !important;
}
.mySlides video{
    width:100%;
    height:100vh;
    object-fit:cover;
    min-height:600px;
    opacity:0;
    -webkit-transition:2s;
    transition:2s
}
.mySlides.slick-current.slick-active video{
    opacity:1
}
.mySlides:not(:first-child){
    display:none
}
.slick-initialized .slick-slide{
    display:block!important;
    position:relative
}
button.slick-arrow{
    border:none;
    display:inline-block;
    padding:0;
    width:40px;
    height:40px;
	border-radius: 5px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    cursor:pointer;
    white-space:nowrap;
    position:absolute;
    top:40%;
	transform: translateY(-50%);
    left:0;
    background:var(--dark-blue);
	border: 3px solid var(--secondary-orange);
    font-size:0px;
    line-height:0;
    text-align:center;
    margin-top:-20px
}
button.slick-arrow:hover{
	
    background-color:var(--secondary-orange)!important;
	border: 3px solid white;
}
button.slick-arrow.slick-next{
    right:10px;
    left:auto
}

button.slick-arrow.slick-prev{
    left:10px;
    right:auto
}

button.slick-arrow.slick-prev:before, button.slick-arrow.slick-next:before {
	   font: var(--fa-font-solid);
  content: "\f061"; /* Unicode representation for the right-pointing arrow */
  position: absolute;
  color: #fff;
  top: 5px;
  font-size: 18px;
  display: block;
  line-height: 1;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 3px 2px;
}

button.slick-arrow.slick-prev:hover:before, button.slick-arrow.slick-next:hover:before {
	   
  color: var(--dark-blue);
  
}

button.slick-arrow.slick-next:before {
  content: "\f061"; /* Unicode representation for the right-pointing arrow */
  }


button.slick-arrow.slick-prev:before {
  content: "\f060"; /* Unicode representation for the right-pointing arrow */
  }
.video-poster{
    background-repeat:no-repeat;
    background-position:top;
    background-size:cover
}
.poster-1{
    background-image:url(../images/posters/Slide-1-poster.jpg)
}
.poster-2{
    background-image:url(../images/posters/Slide-2-poster.jpg)
}
.poster-3{
    background-image:url(../images/posters/Slide-3-poster.jpg)
}
.poster-4{
    background-image:url(../images/posters/Slide-4-poster.jpg)
}
.poster-5{
    background-image:url(../images/posters/Slide-5-poster.jpg)
}
@keyframes animateright{
    from{
        right:-3000px;
        opacity:0
    }
    to{
        right:0;
        opacity:1
    }
}


.slideshow-container .text p{
    color:#fff;
    font-size:30px;
    font-weight:700;
    line-height:1.2em;
    margin:0 auto;
    
    text-shadow:1px 1px 8px rgba(0,0,0,.3);
    padding:30px 0 60px;
    text-align:center;
    width:80%;
    min-width:310px;
    max-width:1300px
}
.slideshow-container .text h4{
    color:#fff;
    font-size:27px;
    font-weight:700;
    line-height:1.2em;
    margin:0 auto;
    text-shadow:1px 1px 8px rgba(0,0,0,.3);
    padding:10px 0 4px;
    text-align:center;
    width:80%;
    font-style:italic;
    min-width:310px;
    max-width:1300px
}
.slideshow-container .text h5{
    color:#f2983d;
    font-size:22px;
    font-weight:900;
    line-height:1.2em;
    margin:0 auto;
    text-shadow:1px 1px 13px rgba(0,0,0,.7);
    padding:0 0 60px;
    text-align:center;
    width:80%;
    min-width:310px;
    max-width:1300px;
    text-transform:uppercase
}


.active {
  background-color: #717171;
}

/* Endoresemtn carousel */

p.tma-endorsement {
	
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase

}

h5.tma-endorsement {
	
	font-weight: 500;
	font-size: 22px 
}


/* Counter styles */

.countdown-wrapper {
	max-width: 1050px;
text-align: center;
	padding: 20px
}


.countdown-outer {
	
	padding: 10px !important;
	
}

.countdown-inner {
	
	width:140px;
	height: 140px;
	border: 3px solid #F59230;
	border-radius:50%;
	text-align: center;
	color: white;
	  display: table !important; 
	margin:auto !important;
	background: rgba(0,0,0,0.35)

}

.countdown-inner p {
  text-align:center; 
  vertical-align: middle;
  display: table-cell !important; 
font-size: 50px !important;
	display: block;
	line-height: 1em !important;
	font-weight: 700
	
}

.countdown-inner p span {
	font-size: 15px !important;
		display: block;
		line-height: 1em !important



}

#finish{
	
	padding-top:40px;
	color:#fff;
	font-size:65px;
	font-weight:900;
	line-height:1.1em;
    
   text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);


}


.banner {
	
	padding:10px 20px;
	color: white;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	max-width:650px;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 30px
}


/*** Endorsement Slideshow ***/



.content {
  padding: 3rem 0; }


/* Carousel 4*/
.testimony-29101 .image {
  width: 80%;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 991.98px) {
    .testimony-29101 .image {
      height: 300px; } }

.testimony-29101 .text {
  width: 60%;
  padding: 7rem 4rem;
  background: #f8f9fa; }
  .testimony-29101 .text blockquote {
    position: relative;
    padding-bottom: 50px;
    font-size: 18px; }
    .testimony-29101 .text blockquote .author {
      font-size: 14px;
      position: absolute;
      bottom: 0; }

@media (max-width: 991.98px) {
  .testimony-29101 .image, .testimony-29101 .text {
    width: 100%;
    display: block !important; } }

@media (max-width: 991.98px) {
  .slide-one-item .owl-nav {
    display: none; } }

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000; }
  .slide-one-item .owl-nav .owl-prev span,
  .slide-one-item .owl-nav .owl-next span {
    font-size: 30px; }
  .slide-one-item .owl-nav .owl-prev:hover,
  .slide-one-item .owl-nav .owl-next:hover {
    color: #000; }
  .slide-one-item .owl-nav .owl-prev:active, .slide-one-item .owl-nav .owl-prev:focus,
  .slide-one-item .owl-nav .owl-next:active,
  .slide-one-item .owl-nav .owl-next:focus {
    outline: none; }

.slide-one-item .owl-nav .owl-prev {
  left: 20px; }

.slide-one-item .owl-nav .owl-next {
  right: 20px; }

.slide-one-item .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2; }
  .slide-one-item .owl-dots .owl-dot {
    display: inline-block; }
    .slide-one-item .owl-dots .owl-dot > span {
      -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
      display: inline-block;
      width: 15px;
      height: 15px;
		border-radius: 100%;
      background: rgba(0, 123, 255, 0.4);
      margin: 3px; }
    .slide-one-item .owl-dots .owl-dot.active > span {
      width: 15px;
      background: #007bff; }



/*** Endorsement Slides ENDS ***/



/*** Four reasons Section ***/

.three-reasons-section {
	position: relative;

		
	
}

.three-reasons-container {
    
	max-width: 1600px !important
}



.three-reasons-section .title-box {
     
text-align: center;
    margin: 0 auto;
    padding: 0px 0px 30px
   
}

    

.three-reasons-block{
	position: relative;
	margin-bottom: 30px;
	padding-left:20px;
		padding-right:20px


}

.new-flash {
	
	width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 60px solid #F59230;
	transform: rotate(45deg);
	position: absolute;
	top:-23px;
	left:6px;
	z-index: 1
	}

.new-flash p {
	
	color: white;
	font-weight:900 !important;
	transform: rotate(-90deg);
	position: relative;
	padding-top:50px;
	padding-left:30px;
	padding-bottom: 0px;
	font-size: 20px

}

.new-flash p.sponsor {
	
	color: white;
	font-weight:900 !important;
	transform: rotate(-90deg);
	position: relative;
	padding-top:10px !important;
	padding-left:50px !important;
		padding-bottom: 0px;

	font-size: 20px !important

}

.three-reasons-content {
	
	 height: 100%;
		box-shadow: 0px 0px 25px rgba(0,0,0,0.15);

}

.three-reasons-block img {
	
	width:100%;
	height:295px;
	object-fit: cover;

}

.three-reasons-block .inner-box{
	padding: 30px 40px 30px;


}


.three-reasons-block .number {
    height: 80px;
    width:80px;
    border-radius: 100px;
    display: flex;
    position: absolute;
    top: -20px;
    left:-10px;
    z-index: 1;
	    line-height: 1.8em;
    -webkit-box-shadow: 8px 13px 25px -11px rgba(0,0,0,0.42);
-moz-box-shadow: 8px 13px 25px -11px rgba(0,0,0,0.42);
box-shadow: 8px 13px 25px -11px rgba(0,0,0,0.42);
        
}

.three-reasons-block .number p {
    color:#fff;
    margin: auto;
    font-size: 55px;
    top: 0px;
    
    font-weight:900;
    postion:relative;    
}

.three-reasons-block .inner-box .icon-box{
	position: relative;
	color:#3d79bd;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 20px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.three-reasons-block .inner-box h3{
	position: relative;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
    line-height:1.2em;
    color: white;
}


.three-reasons-block .inner-box .text{
	position: relative;
	color:white;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7em;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.three-reasons-block .inner-box .text.expad{
	padding-bottom: 60px;
	
}


.three-reasons-block .inner-box .read-more{
	position: absolute;
	bottom: 40px;
	color:white;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
	font-weight: 700;
	display: inline-block;
    border-bottom: 1px solid #F59230;
    border-top: 1px solid #F59230;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.three-reasons-block .inner-box .read-more .fa{
	position:relative;
	margin-left: 8px;
		transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;

}

.three-reasons-block .inner-box a.read-more  {
	
	text-decoration: none !important
}

.three-reasons-block .inner-box .read-more:hover {
	
	border-bottom: 1px solid white;
    border-top: 1px solid white;
	text-decoration: none;
	color: #F59230

}

.three-reasons-block .inner-box .read-more:hover .fa{
	position:relative;
	margin-left: 15px;
	color: #F59230
}



.keydateSection {
    
    padding: 30px 0px 10px;
    margin-bottom: 60px;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+35,e1e1e1+62,f6f6f6+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 35%, rgba(225,225,225,1) 62%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 35%,rgba(225,225,225,1) 62%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 35%,rgba(225,225,225,1) 62%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



    
}

.theEvening {
    
    margin-top:150px;
    padding:60px 0px;
	margin-bottom: 50px
    
}

.theEvening .title-box {
    
    padding:0px 40px;
    margin-top:-120px;
    border: 2px solid white;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+35,e1e1e1+62,f6f6f6+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 35%, rgba(225,225,225,1) 62%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 35%,rgba(225,225,225,1) 62%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 35%,rgba(225,225,225,1) 62%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    -webkit-box-shadow: 0px 11px 33px -11px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 11px 33px -11px rgba(0,0,0,0.5);
box-shadow: 0px 11px 33px -11px rgba(0,0,0,0.5);

    
}


.theEvening a.title-box:hover {
	margin-top:120px !important;		
}
    


.theEvening a.title-box:hover {
	 background: black
	
}


.theEvening .title-box p {
    color: #3B4449;
	font-size: 16px
}

.evening-details {
	color:rgba(245,146,49,1.00); 
	font-weight: 900
	
}

.eveningTiming {
    
    padding: 8px 0px 8px;
    border-top: dashed 1px #f59231;
    border-bottom: dashed 1px #f59231;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 150px;
    width: 100%;
    text-align: center;
    
    font-size: 16px !important;
	color: lightgrey
}

.theEvening h4 {
    
    font-weight: 700;
    margin: 30px 0px 20px;
    font-size:26px;
    color:#D9D9D9;
}

.theEvening p {
    
    font-size: 18px;
    color: white
    
}

.leaderboard-section {
    
    padding-bottom: 50px
}

.leaderboard-outer {
    
    margin: 0 auto
}

.leaderboard-outer img {
    
    width: 100%; 
        height: auto
}

/*** 

====================================================================
	About Styles
====================================================================

 ***/

.video-box {
    
    max-width: 800px !important;
    margin:0 auto;
}


.aboutPanelsOuter {
	
    position: relative;
	height:550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    padding: 0px;
	


}

.aboutPanelsDarken {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-color: rgba(45,50,56,0.31);

}

.aboutPanelIcon {
    
    width:100%;
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    color: white;
    }

.aboutPanelIcon i {
    
    font-size:60px;
    margin:0px;
    padding:0px 0px 10px;


}


.aboutPanelIcon h3 {
    
    font-weight: 900;
    font-size: 22px;
    margin:0px;
    padding:20px;
    text-transform: uppercase;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);  
	border: 1px grey solid;
	background: rgba(0,0,0,0.3);
	display: inline-block;
	border-radius: 8px
}



.aboutPanelOverlay {

    height:100%;
    position: absolute;
    width:100%;
    top:0;
    left:0;
    opacity:0;
    text-align: center;
    display: table;


}

.aboutPanelOverlay:hover {
    opacity:1;
}

.aboutPanelInner {
    
    display: table-cell;
     vertical-align: middle;
    padding: 30px;
    
}

.aboutPanelOverlay p {
    color: white;
    font-weight: 400;
    font-size: 19px;
    margin: 0px 0px 25px;
}

.aboutPanelOverlay a {
    
    color: white;
    text-decoration: none;
    
}


.aboutPanelOverlay a:hover {
    
    color: white;
    text-decoration: none;


}

.aboutPanelOverlay button {
	position:relative;
	padding:6px 15px 6px;
	line-height:24px;
	background:none;
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	border-radius: 3px;
	letter-spacing: 1px;
	border:2px solid white;
	text-transform:uppercase;
	
}

.aboutPanelOverlay button:hover{
	background: rgba(21,21,21,1.00);
}



.aboutPanelOverlay input {
	position:relative;
	padding:6px 15px 6px;
	line-height:24px;
	background:none;
	color:#000;
	font-size:15px;
	font-weight:700;
	border-radius: 3px;
	letter-spacing: 1px;
	border:2px solid white;
	
}


.aboutBottom {
    
    background-image: url("../images/about-bottom-venue-gs.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 60px 0px 200px !important;
    margin: 50px 0px 0px;

    
}

.aboutBottomBox h2 {
    
    /**text-shadow: 0px 0px 7px rgba(45,50,56,0.7) ;**/
    font-weight:900;
    color: white;
    font-size:60px
}

.boxRight {
    
    background: rgba(45,50,56,0.72);
    text-align: center;
    color: white
}

.boxRight h3 {
    
    padding: 20px 20px;
    margin: 0px;
    text-transform: uppercase;
    font-weight:900;
    font-size:30px
    
}


.boxRight p {
    
    font-size:20px
    
}

.boxRight span{
    
    color: #f59230;
    font-weight: 900
    
    
}


/*** 

====================================================================
	Enter Page Style
====================================================================

 ***/


.grey-lozenge {
    
    text-align: center; 
    padding: 20px 10px 20px 10px; 
    border: 4px solid #F59231; 
    background: #3D3D3D; 
    color: white; 
    margin: 0 auto; 
    border-radius: 100px;
	font-weight: 700;
	font-size: 1.5em
	
}


.register-buttons-section {
    
    margin-top:40px
}



.entry-criteria {
    
    
}


.entry-criteria h3 {
    
    font-size: 25px;
    
    font-weight:700;
    color: #3E78BC;
    padding: 20px 0px 0px;
    
}


.entry-criteria p {
    
    font-size: 16px;
    
    font-weight:400;
    color: #4F5862;
    padding: 5px 0px;
    margin:0px 0px 
    
}


.entry-criteria ul, .entry-criteria ol {
    
    font-size: 16px;
    
    font-weight:400;
    color: #444;
    padding: 0px;
    list-style: none;
	margin: 0px
    
}

.entry-criteria ul li, .entry-criteria ol li {
    color: #333333;
    font-size: 16px;
    
    margin: 3px 0px;
    list-style: disc;
    margin-left:17px
  }



.entry-criteria a{
    color:#3E78BC !important;
    text-decoration:none;
	cursor:pointer;
}

.entry-criteria a:hover {
	    color:#3E78BC !important;

}



/*** alternative timeline **/

.timeline-section, .timeline-section-home  {
    
    padding: 40px 0px 50px;
    }

.timeline-section-home {
    
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 35%, rgba(225,225,225,1) 62%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 35%,rgba(225,225,225,1) 62%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 35%,rgba(225,225,225,1) 62%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    z-index: -100 !important
}





.timeline-outer {
    
    text-align: center;
    z-index: 1

}


.timeline-inner {
    
    height:136px;
    width:136px;
background: rgb(219,157,57); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(251,167,35,1) 0%, rgba(221,134,53,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(251,167,35,1) 0%,rgba(221,134,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(251,167,35,1) 0%,rgba(221,134,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db9d39', endColorstr='#dd8635',GradientType=0 ); /* IE6-9 */    display: inline-block;
    border-radius: 50%;
        padding:38px 5px;
    text-align: center;

    
}

.timeline-inner h4{
    color:#FFF;
    font-size:15px;
    
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:0px
}

.timeline-inner .date{
    color: #151618;
    font-size:18px;
    
}

.bottomlast::after {
    width: 0px !important;
    
}




.timeline-inner::after {
    
    content: "";
    border-bottom: 4px grey dotted;
    position: absolute;
    width: 10%;
	z-index: -10;
    
}

/*** 

====================================================================
	Attend Page Style
====================================================================

 ***/

.attendInner {
    
 padding: 25px;
background-color: #d9d9d9;
background-image: linear-gradient(315deg, #d9d9d9 0%, #f6f2f2 74%);
    -webkit-box-shadow: 0px 11px 33px -11px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 11px 33px -11px rgba(0,0,0,0.2);
box-shadow: 0px 11px 33px -11px rgba(0,0,0,0.2);    
    border: solid 3px white;
    min-height: 100%;
}

.attendInner.Table {
    
background: linear-gradient(185deg, rgba(27,14,54,1) 38%, rgba(23,20,25,1) 100%) !important;

}


.attendIcon {
    margin:-50px auto 0px;
    width:65px;
    height: 65px;
    border-radius: 50%;
    line-height: 58px;
    text-align: center;
    vertical-align: middle;
    
}

.attendIcon.nontm-cust {
    
    border: 3px solid #F59230;
	    
    
}

.attendIcon.table-cust {
    
    border: 3px solid white;
	    
    
}


.attendIcon.tm-cust {
    
    border: 3px solid #3D78BC;
	    
    
}

.attendIcon img{
        vertical-align: middle;
        height: 37px;
    width: auto


    
}

.attendInner h4 {
    
    margin: 20px 0px 45px;
    text-align: center;
    font-weight: 900;
    text-transform: capitalize;
	padding-bottom: 15px;
	border-bottom: 1px solid grey;
	font-size: 20px
    
}




.attendInner p {
    
    
}

.attend-btn-tm, .attend-btn-ntm, .attend-btn-tab {
    position:relative;
	padding:8px 22px;
	font-size:14px;
	font-weight:900;
	border-radius: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	width:70%;
	max-width: 200px
	
}




.attend-btn-ntm {
	border:2px solid #F59231;
	color: #161616;
	background: white;

}

.attend-btn-tm {
	border:2px solid #3D78BC;
	color: #161616;
	background: white;

}
.attend-btn-tab {
	border:2px solid white;
	color: white;

}

.attend-btn-tm:hover {
		border:2px solid black;

background: rgb(96,146,196); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(96,146,196,1) 1%, rgba(61,120,189,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(96,146,196,1) 1%,rgba(61,120,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(96,146,196,1) 1%,rgba(61,120,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6092c4', endColorstr='#3d78bd',GradientType=0 ); /* IE6-9 */	color:white !important;
	text-decoration:  none

}

.attend-btn-ntm:hover {
	border:2px solid black;
background: rgb(219,157,57); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(251,167,35,1) 0%, rgba(221,134,53,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(251,167,35,1) 0%,rgba(221,134,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(251,167,35,1) 0%,rgba(221,134,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db9d39', endColorstr='#dd8635',GradientType=0 ); /* IE6-9 */color:white !important;
	text-decoration: none

}

.attend-btn-tab:hover {
	border:2px solid #F59230;
    background: black;
	color:white !important;
	text-decoration:  none

}




/*table sections*/

.prices-section{
	position: relative;
	padding: 50px 0px 40px ;
    margin:0px 0px 40px 0px;
  }


.price-outer {
        
    padding: 0px 10px
    
}

.price-outer .inner-box {
    padding: 0px 20px 30px 25px !important;
    text-align: center;
    margin-bottom: 45px;

}

.price-outer .inner-box h3 {
    
    display: inline-block;
    font-size:17px;
    top:-20px;
    padding: 7px 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    
    

}

.img-block {
    
    display: block;
    margin: 0 auto;
}

.tick {
	
	height:30px;
	width:auto;
	margin-right:6px;
	margin-top:-4px
}




.price-outer .inner-box h4 {
    font-weight: 700;
    font-size: 17px;
    padding: 0px 0px 8px 0px;
	background: none;
	margin: 20px 10px 20px 10px;
	text-transform: uppercase;
    position:relative;
    line-height:1em;
    color: #2D3238

}

.price-outer .inner-box h4 span {
    font-size: 15px;
    text-transform: lowercase;
    font-weight:400;
    margin:0;
}

.price-box {
    
    padding: 20px;
    -webkit-box-shadow: 0px 2px 30px -11px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 2px 30px -11px rgba(0,0,0,0.4);
box-shadow: 0px 2px 30px -11px rgba(0,0,0,0.4);
}

.price {
    
    color: black;
    
    font-size:70px;
    line-height: .5;
    margin: 20px 0px 40px;
    font-weight: 100;
    

}

.price::before {
    content:"£";
    font-size:35px;
    vertical-align: top;
    
}

.price span {
    font-size:18px;
    font-weight: 700;
    
}

.price-saving {
      color: #343A40;
    font-weight:900;
    font-size:17px;
    
    padding:8px 12px;
    display: inline-block;
    letter-spacing: .04em;
    background:white;
    border-radius: 8px;
    line-height: 1.4em;
    text-transform: uppercase;
	border: #3F3F3F solid 1px;
	margin-top: 20px
        
}

.price-saving span {
       color: #F59231;
}


.second-del {
     color: white;
    
    font-weight:400;
    padding-top:12px;
    margin:10px 0px 10px;
    border-top: 2px solid #F59231;
    display: inline-block;
    letter-spacing: .04em;
    
}

.second-del span {
    font-weight:700;
}


/*

.book-now {
position: absolute;
    bottom: -25px;
    left: 50%;
    min-width:200px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}

*/

.book-now {
    margin:5px 0px 10px;
    min-width:200px;

}


/*** 

====================================================================
	Judges Page Style
====================================================================

 ***/

.judgePanelsWrapper {
    padding:15px !important;

    
}

.judgePanelsOuter {
    height:400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 10px !important;
    position: relative;
	  background-color: #F59230;

}


.judgePanelOverlay {

    height:35%;
    position: absolute;
    top:65%;
    left:0;
    opacity: 0;
    overflow: scroll;


}

.judgePanelOverlay:hover {
        min-height:100%;
        top:0;
    background: white;
    opacity: 1;
        -webkit-box-shadow: 4px -3px 24px -9px rgba(0,0,0,0.3);
-moz-box-shadow: 4px -3px 24px -9px rgba(0,0,0,0.3);
box-shadow: 4px -3px 24px -9px rgba(0,0,0,0.3);
    border-bottom: 8px solid white;
    border-top: 8px solid white;



}

.judgeMoreInfo {
    
    font-size: 1.2em; 
    position: absolute; 
    right:20px; 
    bottom:6px;	}



.judgePanelInner {
    
    padding: 15px;
    
}



.judgePanelInnerDetails {
    
    position: absolute;
    width: 100%;
    left:0;
    padding: 8px 15px 15px 15px;	
	bottom:0;
    -webkit-box-shadow: 0px -6px 24px -10px rgba(0,0,0,0.49);
-moz-box-shadow: 0px -6px 24px -10px rgba(0,0,0,0.49);
box-shadow: 0px -6px 24px -10px rgba(0,0,0,0.49);
        min-height:90px	
}



.judgePanelInnerDetails:hover {
    
opacity: 0    
}

.judgePanelInnerDetails h4{
    color:#F59230;
    
    font-size:20px;
    text-transform:uppercase;
    margin:0px 0px 3px;
        font-weight:900;

    
}

.judgePanelInnerDetails h5{
    font-size:16px;
    
    font-weight:400;
    margin-bottom:0px;
	color: white
}
.judgePanelInnerDetails h6 {
    font-weight:700;
	    font-size:17px;
		color: white


}	

.judgePanelOverlay:hover h4{

    color: #F3923D;
	    margin:0px


}



.judgePanelInner p {
    color: black;
    font-weight: 400;
    font-size: 16px;
}

.judgePanelInner h4{
    color: #F3923D;
    
    font-size:20px;
    text-transform:uppercase;
    margin:0px 0px 5px;
        font-weight:900;

    
}



.judgePanelInner h5{
    font-size:16px;
    
    font-weight:400;
    margin:0px
}
.judgePanelInner h6 {
    font-weight:700;
    margin-bottom: 10px
}	

.judgePanelOverlay a {
    
    color: white;
    text-decoration: none;
    
}


.judgePanelOverlay a:hover {
    
    color: white;
    text-decoration: none;


}

.judge{
    
}				

.judge-holder{
    text-align:center;
    padding:0px px;
    margin-top:10px;
    display:block;
    border: 1px solid black

}

.judge-image {
    
    height:250px;
    overflow: hidden;
    
    
}

.judge-image img {
    object-fit: cover;
    object-position: top

    
    
}

.judge-detail{
    margin-top:30px;
        

}	


.judge-holder p{
    margin-top:30px;
}
.judge-holder .socialicon	{
    padding-left:0px;
    list-style:none;
    margin-top:30px;
}
.judge-holder .socialicon li{
    display:inline-block;
    width:30px;
    height:30px;
    border-radius:50%;
    border:1px solid #999;
    text-align:center;
    margin-left:10px;
}
.judge-holder .socialicon li:first-child{
    margin-left:0px;}	
.judge-holder .socialicon li a{
    color:#f88823;
    padding-top:2px;
    font-size:16px;
    display:inline-block;
}
.judge-holder .socialicon li:hover a,.judge-holder .socialicon li:hover {
    color:#3e7aba;
    border-color:#f3923d;
}

.judge-holder .judge-link {
    margin:8px 0px 20px 0px;
}

.judge-holder .judge-link a {

color: #437EBF !important
    
}


/*---judge text toggle--- */

.morecontent span {
    display: none;
}
.morelink {
    display: block;
    margin-top:5px;
    color: #F3923D;
    font-weight: 600;
    text-decoration: none
}

.morelink:hover {
    text-decoration: underline;
    color: #F3923D;

}

.judge-name {
	font-size: 19px;
	line-height: 20px;
    font-weight: 700
}

.judge-bio {
	color: #555B5F;
}

	
.judge-tooltip {
    
    margin-bottom: -10px
}
		
.judge-tooltip a {
	color: #3B7BBF;
		text-decoration: none
		}
		
.judge-tooltip a:hover {
		text-decoration: underline;
		}	
		
.judge-tooltip .judge-tooltiptext {
    padding:20px;
    visibility: hidden;
    width: 100%;
    background-color: #EFEFEF ;
    color: black;
    text-align: left;
    border-radius: 4px;
    
    border: solid 2px white;
    
 

    /* Position the judge-tooltip */
    position: absolute;
    z-index: 999;
    top: 90%;
    left:0;
    opacity: 0;
    transition: opacity .5s;
    cursor: auto;
    box-sizing: border-box;
}
.judge-tooltip:hover .judge-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.judge-tooltiptext {
}


/*** 

====================================================================
	Categories Page Style
====================================================================

 ***/


.accordion-wrapper {
	
	position: relative;
	
	
}

.category-accordion-div {
position: relative;
	bottom:0px;
	z-index: 10;
background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 74%);
	width: 100%;
	left:0
}

.categoryAccordion {
  cursor: pointer;
  padding: 15px 20px 5px;
  margin:0px 0px 0px;
  width: 100%;
  text-align: left;
  transition: 0.7s;
position: relative;
	border: none;
	text-align: center;
	color: white
	
}


.categoryAccordion h6{

	font-size: 19px;
	font-weight: 700
	
}

.categoryActive, .finalistsAccordion:hover {
	background:#3F3F3F;

}

.categoryPanel {
	text-align: left;
  padding: 0px 20px 0px;
	margin-top:0px;
  font-size: 17px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
	position: relative

}

.categoryPanel p:first-child  {
	padding-top: 25px
}

.categoryPanel p span {
	
	font-weight: 700;

}



.awards-section {
    
    margin: 70px 0px 30px;
   
}

.awards-section .text {
    position:relative;

}

.awardSectorIntro {
    
    font-size: 17px;
    
    font-weight:400;
    color: #4F5862;
    width:60%;    
    margin:0 auto; 
     text-align: center;
    padding-bottom: 10px

    
}



.fancy {
  line-height: 0.5;
  text-align: center;
    max-width:1320px;
}

.fancy span {
  display: inline-block;
  position: relative;  
    
}

.fancy:before {
  content: "";
  position: absolute;
   z-index: 0;
      left:0;
    width:100%;
    height:10px;
    border-top: solid 1px black;
    border-bottom: solid 2px black;
    margin-top:25px
  }

.fancySpecial {
  line-height: 0.5;
  text-align: center;
    max-width:1320px;
    padding-bottom: 25px
}

.fancySpecial span {
  display: inline-block;
  position: relative;  
    
}

.fancySpecial:before {
  content: "";
  position: absolute;
   z-index: 0;
      left:0;
    width:100%;
    height:10px;
    border-top: solid 1px white;
    border-bottom: solid 2px white;
    margin-top:25px
  }




.text .brands-award,
.text .media-award,
.text .influencer-award,
.text .outstanding-award{
    font-size: 22px;
    margin:60px 0px 5px;
    font-weight: 900;
    letter-spacing: 0.025em;
    
    color: white;
        text-transform: uppercase;
		line-height:1.1em


}

.text .special-winners-award {
    font-size: 22px;
    margin:10px 0px 5px;
    font-weight: 900;
    letter-spacing: 0.025em;
    
    color: white;
        text-transform: uppercase;
	line-height:1.1em

}



.brands-award span    {
  background: rgba(253, 183, 85, 1); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding:20px;
    border-radius: 100px;
        border:6px white solid

        
        }

.media-award span {
  

            background: rgba(62, 122, 186, 1); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(35, 152, 227, 1) 0%, rgba(62, 122, 186, 1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(35, 152, 227, 1) 0%, rgba(62, 122, 186, 1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(35, 152, 227, 1) 0%, rgba(62, 122, 186, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     padding:20px;
    border-radius: 100px;
    border:6px white solid;
        
}


.influencer-award span {
    background: rgb(59,68,73); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(59,68,73,1) 0%, rgba(45,50,56,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(59,68,73,1) 0%,rgba(45,50,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(59,68,73,1) 0%,rgba(45,50,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4449', endColorstr='#2d3238',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding:20px;
    border-radius: 100px;
    border:6px white solid

}

.special-winners-award span {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8b946+1,d8aa3e+29,ecc866+55,d8aa3e+66,c69c3a+91 */
background: #e8b946; /* Old browsers */
background: -moz-linear-gradient(45deg,  #e8b946 1%, #d8aa3e 29%, #ecc866 55%, #d8aa3e 66%, #c69c3a 91%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #e8b946 1%,#d8aa3e 29%,#ecc866 55%,#d8aa3e 66%,#c69c3a 91%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #e8b946 1%,#d8aa3e 29%,#ecc866 55%,#d8aa3e 66%,#c69c3a 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b946', endColorstr='#c69c3a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding:20px;
    border-radius: 100px;
    border:2px white solid

}



.outstanding-award span {
    background: rgb(94,94,94); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(94,94,94,1) 0%, rgba(84,84,84,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(94,94,94,1) 0%, rgba(84,84,84,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(94,94,94,1) 0%, rgba(84,84,84,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding:20px;
    border-radius: 100px;
     border:6px white solid

}



.awards-outer {
    
    position: relative !important;
    padding:30px 30px 0px;
    background: white;
    text-align: center;
    -webkit-box-shadow: 0px 0px 1000px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 1000px 0px rgba(0,0,0,0.08);
box-shadow: 0px 0px 1000px 0px rgba(0,0,0,0.08);
    height:100%;
    transition: background .5s;
	border:1px solid rgba(217,217,217,1.00);
	min-height: 280px
    
        
}

.sold-flash {
	
		width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 60px solid #960002;
	transform: rotate(45deg);
	position: absolute;
	top:-23px;
	left:8px;
	z-index: 1
	}

.sold-flash p {
	
	color: white !important;
	font-weight:900 !important;
	transform: rotate(-90deg);
	position: relative;
	padding: 40px 0px 0px 50px!important;
	font-size: 20px !important

}

.sold-flash-other {
	
width: 0; 
  height: 0; 
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-right: 80px solid #960002;
	transform: rotate(45deg);
	position: absolute;
top:-52px;
	left:-11px;
	}

.sold-flash-other p {
	
	color: white !important;
	font-weight:900 !important;
	transform: rotate(-90deg);
	position: relative;
	padding: 45px 0px 0px 55px!important;
	font-size: 24px !important

}

.sponsor-name {
	font-size: 19px;
	line-height: 20px;
    font-weight: 700
}

.sponsor-bio {
	color: #555B5F;
}

	
.sponsor-tooltip {
    
    margin-bottom: -10px
}
		
.sponsor-tooltip a {
	color: #3B7BBF;
		text-decoration: none
		}
		
.sponsor-tooltip a:hover {
		text-decoration: underline;
		}	
		
.sponsor-tooltip .sponsor-tooltiptext {
    padding:20px;
    visibility: hidden;
    width: 100%;
    background-color: #EFEFEF ;
    color: black;
    text-align: left;
    border-radius: 4px;
    
    border: solid 2px white;
    
    /**
-webkit-box-shadow:0 0 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 40px rgba(0, 0, 0, 0.1);**/

    /* Position the sponsor-tooltip */
    position: absolute;
    z-index: 999;
    top: 90%;
    left:0;
    opacity: 0;
    transition: opacity .5s;
    cursor: auto;
    box-sizing: border-box;
}
.sponsor-tooltip:hover .sponsor-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.sponsor-tooltiptext {
}


/**.awards-outer:hover {
    
   
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.0);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.0);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.0);
    
    
        
}

**/

a.sponsoredBySpecial, a.sponsoredByMedia, a.sponsoredByPR, a.sponsoredByInfluencer {
    
    font-weight: 700;
    text-decoration: none
}

a.sponsoredBySpecial {

    color: #D6B66A;
}

a.sponsoredByMedia {
    
    color: #3D78BD;
}

a.sponsoredBySpecial:hover {
    
	color: grey
}

a.sponsoredByMedia:hover {
    
	    color:#F59230 !important;
}

a.sponsoredByInfluencer {
    
    color: #31383D;
}

a.sponsoredByInfluencer:hover {
    
    color: #000000;
}

a.sponsoredByPR {
    
    color: #f59231;
}

a.sponsoredByPR:hover {
    
    color: #ae5b22;
}





.awards-outer p {
    
        font-size: 15px;
    font-weight: 400;
    color: #31383D
}

.sponsors-logo-landscape {
    
        padding-bottom: 10px

}

.sponsors-logo-landscape img {
    
    width: 160px;
    height:auto;
    display: inline-block;
    mix-blend-mode: multiply;
	        margin:0px 0px 20px


}

.sponsors-logo-portrait img {
    
    width: 100px;
    height:auto;
    display: inline-block;
        margin:0px 0px 20px

}

.sponsors-logo-square img {
    
    width: 120px;
    height:auto;
    display: inline-block;
        margin:0px 0px 20px

}

/**.mediaCat:hover {
    
        background: #E8F4FF;

    
    
}

.influencerCat:hover {
    
    background: #EFEFEF;
    
}

.prCat:hover {
    
        background: #FEF4EA;

}

**/

.awards-outer h4 {
    text-align: center;
    margin: 20px 0px 25px;
    color: #31383D ;
    font-weight: 900;
    line-height: 1.2em;
    font-size: 20px;
    
    text-transform: uppercase

    
}

a.mediaSponsorEmail {
    
    font-size: 17px;
    font-weight: 700;
    color: #437EBF;
	display: block;
	padding-bottom: 20px;

	

}

a.mediaSponsorEmail:after {
	
	    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f061";
	    font-size: 14px;
	margin-left: 5px;
			transition:all 0.6s ease;


	
}


a.mediaSponsorEmail:hover {
    
       color: #252525;
	}


a.mediaSponsorEmail:hover:after {

	margin-left: 10px

	
}

a.influencerSponsorEmail {
    
    font-size: 17px;
    font-weight: 700;
    color: var(--dark-blue) ;
	display: block;
	padding-bottom: 20px
}

a.influencerSponsorEmail:after {
	
	    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f061";
	    font-size: 14px;
	margin-left: 5px;
				transition:all 0.6s ease;


	
}

a.influencerSponsorEmail:hover {
    
       color: #252525;
	}


a.influencerSponsorEmail:hover:after {

	margin-left: 10px

	
}

a.prSponsorEmail {
    
    font-size: 17px;
    font-weight: 700;
        color: #f59231;
	display: block;
	padding-bottom: 20px

}

a.prSponsorEmail:after {
	
	    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f061";
	    font-size: 14px;
	margin-left: 5px;
					transition:all 0.6s ease;


	
}

a.prSponsorEmail:hover {
    
       color: #252525;
	}


a.prSponsorEmail:hover:after {

	margin-left: 10px

	
}

a.specialSponsorEmail {
    
    font-size: 17px;
    font-weight: 700;
        color: #D6B66A  ;
	display: block;
	padding-bottom: 20px

}

a.specialSponsorEmail:after {
	
	    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f061";
	    font-size: 14px;
	margin-left: 5px;
						transition:all 0.6s ease;


	
}

a.specialSponsorEmail:hover {
    
       color: #252525;
	}


a.specialSponsorEmail:hover:after {

	margin-left: 10px

	
}

.brand-star {

background: rgb(224,174,58); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(224,174,58,1) 0%, rgba(221,134,53,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(224,174,58,1) 0%,rgba(221,134,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(224,174,58,1) 0%,rgba(221,134,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0ae3a', endColorstr='#dd8635',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.media-star {
    


    background: rgb(96,146,196); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(96,146,196,1) 0%, rgba(61,120,189,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(96,146,196,1) 0%,rgba(61,120,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(96,146,196,1) 0%,rgba(61,120,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6092c4', endColorstr='#3d78bd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.influencer-star {
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b4449+0,2d3238+100 */
background: rgb(59,68,73); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(59,68,73,1) 0%, rgba(45,50,56,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(59,68,73,1) 0%,rgba(45,50,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(59,68,73,1) 0%,rgba(45,50,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4449', endColorstr='#2d3238',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.outstanding-star {
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b4449+0,2d3238+100 */
background: rgb(94,94,94); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(94,94,94,1) 0%, rgba(84,84,84,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(94,94,94,1) 0%, rgba(84,84,84,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(94,94,94,1) 0%, rgba(84,84,84,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.brand-star::before{
    content:'';
    background:url(../images/icons/star-PR.png); /*url of image*/
height: 43px; /*height of image*/
width: 45px;  /*width of image*/
position: absolute;
    top: 10px;
left: 50%;
  margin-left: -20px;
}

.influencer-star::before{
    content:'';
    background:url(../images/icons/star-influencer.png); /*url of image*/
height: 43px; /*height of image*/
width: 45px;  /*width of image*/
position: absolute;
    top: 10px;
left: 50%;
  margin-left: -20px;
}

.media-star::before{
    content:'';
    background:url(../images/icons/star-media.png); /*url of image*/
height: 43px; /*height of image*/
width: 45px;  /*width of image*/
position: absolute;
    top: 10px;
left: 50%;
  margin-left: -20px;
}


.outstanding-star::before{
    content:'';
    background:url("../images/icons/star-gold.png"); /*url of image*/
height: 43px; /*height of image*/
width: 45px;  /*width of image*/
position: absolute;
    top:-8px;
left: 50%;
  margin-left: -20px;
}


.awards-link-box {
    
    margin-top:15px
        
}

.awards-link-box a {
    padding:3px; 
    border: 1px solid #B1B1B1; 
    margin:0px 5px 8px; 
    display:inline-block; 
    width:100px;
    color:#F59231
}

.awards-link-box a:hover {
    border: 1px solid #F59231;
    background: #F59231;
    color:white;
    text-decoration: none
}

.disclaimer {
    
    margin: auto;
    font-size:15px;
	padding-bottom: 30px;
    font-style: italic;
    text-align: center;
    padding: 20px;
	max-width: 800px;
    

}

.awardsToolTip {
    
      position: relative;
	

}



.awardsToolTip .awardsToolTipText {
  padding:25px 25px 25px;
    visibility: hidden;
    width: 100%;
    color: black;
    text-align: left;
    
-webkit-box-shadow:0 0 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 40px rgba(0, 0, 0, 0.1);

    /* Position the exhibitor-tooltip */
    position: absolute;
    z-index: 999;
    left:0;
    top: 90%;
    opacity: 0;
    transition: opacity .5s;
    cursor: auto;
    box-sizing: border-box;
}

.awardsToolTip:hover .awardsToolTipText {
    visibility: visible;
    opacity: 1;

}

.awardsToolTipText p {
	
	font-weight: 500;
	    color: white;
}

.awardsToolTipText ol {
    padding-left: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    color: white;

    
}

.awardsToolTipText ol.listNoBotPad {
    
        padding-bottom: 0px !important

}

.awardsToolTipText a {
    
    padding: 7px 10px;
    border: solid white 2px;
    border-radius: 6px;
    color: white;
    font-size: 17px;
    font-weight: 700;
    margin-top: 5px;
    background-color: #31373D;
    display: inline-block

}

.awardsToolTipText a:hover {
    
    color: white;
    text-decoration: none;
    background-color: #151618;
}

.awardsToolTipText h5 {
    
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    font-size:23px;
}


.awardsToolTip .awardsToolTipTextSponsor {
  padding:20px 20px 30px 20px;
    visibility: hidden;
    width: 101%;
    text-align: center;
	-webkit-box-shadow:0 0 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 40px rgba(0, 0, 0, 0.1);
	border-bottom: 5px groove var(--gold);
		border-top: 8px groove var(--gold) ;
	background: white;

	

	

    /* Position the exhibitor-tooltip */
    position: absolute;
    z-index: 999;
    left:-2px;
    top: 90%;
    opacity: 0;
    transition: opacity .5s;
    cursor: auto;
    box-sizing: border-box;
}

.awardsToolTip:hover .awardsToolTipTextSponsor {
    visibility: visible;
    opacity: 1;
	

}



.awardsToolTipTextSponsor h5 {
    
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    font-size:23px;
	color:#130c26;
}


.awardsToolTipTextSponsor p {
	
	font-weight: 500;
	padding: 0 0 6px 0 !important;
	margin: 3px 0 !important;
	border-bottom: 1px #96A7BC solid;
	color: black
}


.awardsToolTipTextSponsor p span {
	
	font-weight: 700;

}

.awardsToolTipTextSponsor p:nth-last-of-type(1) {
    border-bottom: none;
}

.awardsToolTipTextSponsor a {
    
    padding: 8px 6px;
      background-color: var(--gold);
    color: black;
    font-size: 16px;
    font-weight: 900;
    margin-top: 15px;
    display: inline-block;
	text-transform: uppercase;
	border:#000000 1px solid

}

.awardsToolTipTextSponsor a:hover {
    
    color: white;
    text-decoration: none;
    background-color: #151618;
	border:var(--gold) 1px solid

}

/***

====================================================================
	Finalists page
====================================================================


***/


.finalist-section {
    
    margin: 70px 0px 30px;
   
}

.finalist-section .text {
    position:relative;

}

.finalists-outer {
    
   position: relative !important;
    padding:30px 30px 0px;
    background: white;
    text-align: center;
    margin:15px 0px 20px 0px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.08);
    height:100%;
}

.finalists-outer button {
    
    font-size: 16px
}

.finalists-outer .sponsors-logo-landscape {
    margin-bottom:10px
    
}

.finalists-outer h4 {
    text-align: center;
    margin: 20px 0px 25px;
    color: #31383D ;
    font-weight: 900;
    line-height: 1.2em;
    font-size: 20px;
    
    text-transform: uppercase

    
}

.finalists {
    padding-top: 20px;
    border-top: white solid 1px;
    border-bottom: white solid 1px;

}

.finalists p {
    
font-size: 17px;
    color: white
    
}

.finalists p span {
    
font-weight: 700;

}


.finalistsToolTip {
    
      position: relative;

}



.finalistsToolTip .finalistsToolTipText {
  padding:25px 25px 25px;
    visibility: hidden;
    width: 100%;
    color: black;
    text-align: left;
    
-webkit-box-shadow:0 0 40px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 40px rgba(0, 0, 0, 0.1);
	box-shadow:0 0 40px rgba(0, 0, 0, 0.1);

    /* Position the exhibitor-tooltip */
    position: absolute;
    z-index: 1;
    left:0;
    top: 0;
    opacity: 0;
    transition: opacity .5s;
    cursor: auto;
    box-sizing: border-box;
}

.finalistsToolTip:hover .finalistsToolTipText {
    visibility: visible;
    opacity: 1;

}





.finalistsToolTipText h5 {
    
    font-weight: 700;
    color: black;
    margin-bottom: 10px;
    font-size:23px;
    text-transform: uppercase
}

/*** 

====================================================================
	Sponsorship page
====================================================================

***/	

.sponsored {
	
background: rgb(252,252,252);
background: linear-gradient(153deg, rgba(252,252,252,1) 0%, rgba(242,242,242,1) 35%);	padding: 20px 10px;
    border: 1px solid grey ;
	margin-top: 20px;
padding:30px
	
}

.btn-outline-orange {
    position:relative;
	padding:10px 20px;
	background:white;
	color:#2D3238;
	font-size:14px;
	font-weight:700;
	border-radius: 3px;
	letter-spacing: 1px;
	border:2px solid #F59231;
	text-transform: uppercase;
	
}

.btn-outline-orange:hover {
    background: #F59231;
	color:white !important;
	text-decoration:  none

}

.sponsor-button-position {
	
	position: absolute; 
	bottom:40px; 
	left: 50%; 
	transform: translateX(-50%);
}

.sponsor-testimonial {
	
	border-top: solid 1px white ;
	border-bottom: solid 1px white ;
	padding: 30px 40px;
	margin: 20px 0px 40px;
	display: inline-block;
	line-height: 1.8em
}

.headline-sponsor {
        
    margin: 50px 0px 0px;
    padding: 50px 0px
}

.headline-sponsor-outer {
    border: 1px solid white;
    position: relative;
    padding: 40px;
    background:#2D3238
}

.headline-sponsor-outer .image-holder {
    
      width: 100%;
	position: relative;
	max-width: 100px
}

.headline-sponsor-outer .image-holder img {
    width: 100%
    
}


.headline-sponsor-outer .title-box h3 {
    color: #FFF;
    
    font-size: 36px;
    font-weight: 700;
    padding: 10px 30px;
    display: inline-block;
    margin-top:-40px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px -6px 22px -8px rgba(0,0,0,0.45);
-moz-box-shadow: 0px -6px 22px -8px rgba(0,0,0,0.45);
box-shadow: 0px -6px 22px -8px rgba(0,0,0,0.45);
}

.headline-sponsor-outer p {
    color: #C9C9C9;
    
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px 40px !important;
    padding: 0px 0px;
    text-align: left;
    line-height:1.4em

}


.headline-sponsor-outer ul {
    list-style: none;
    padding-left: 0px;
    padding-right: 15px;
}

.headline-sponsor-outer ul li {
    font-size: 16px;
    color: #FFF;
    
    font-size: 16px;
    padding-left: 65px;
    margin: 0px 0px 20px 0px;
}



.spon-bullet {
    
   min-height:100px;

}



.headline-small-spon-outer {
	background: white;
	-webkit-box-shadow: 0px 0px 41px -10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 41px -10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 41px -10px rgba(0,0,0,0.1);
	border: #D5D5D5 1px solid;
	height:100%

}



.headline-small-spon-outer h3 {
    color: #FFF;
    	letter-spacing: 0.15em;

    font-size: 23px;
    font-weight: 500;
    padding: 15px 20px;
    display: inline-block;
    margin-top: -40px;
    text-transform: uppercase;
    line-height: 1.2em;
    min-width: 90%;
    -webkit-box-shadow: 0px -6px 22px -8px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px -6px 22px -8px rgba(0,0,0,0.45);
    box-shadow: 0px -6px 22px -8px rgba(0,0,0,0.45);
}


.headline-small-spon-inner {
    
    padding: 20px 10px 30px;
    height: 100%;
	position: relative;
    text-align: center;
    margin-bottom: 20px;
    
}

.other-sponsorship {
    
    margin-bottom: 0px
    
}

.other-sponsor-outer {
    
        margin-bottom: 30px !important;
		position: relative

}

.other-sponsor-inner {
		
    position: relative;
    border-bottom: 1px dotted #3D78BD;
    padding-bottom: 0px;
    height: 100%;
	text-align: center
    
}


.other-sponsor-outer h3 {
     color: #FFF; 
    letter-spacing: 0.18em;

    font-size: 21px;
    font-weight: 500;
    padding: 15px 20px;
    display: inline-block;
    margin-top:-40px;
    text-transform: uppercase;
    line-height: 1.2em;
    min-width:90%;
    -webkit-box-shadow: 0px -6px 22px -8px rgba(0,0,0,0.45);
-moz-box-shadow: 0px -6px 22px -8px rgba(0,0,0,0.45);
box-shadow: 0px -6px 22px -8px rgba(0,0,0,0.45);
}

.headline-small-spon-outer p {
    color: #3333333;
    font-size: 16px;
    font-weight: 400;
    margin:20px 0px 30px 0px;
    padding: 0px 20px

}

.other-sponsor-outer p {
    color: #3333333;
    
    font-size: 16px;
    font-weight: 400;
    margin:20px 0px 30px 0px !important;
    padding: 0px 20px 60px
		
}

.other-sponsor-inner .image-holder, .headline-small-spon-inner .image-holder {
    
      width: 100%;
		position: relative;
	


}

.other-sponsor-inner .image-holder img, .headline-small-spon-inner .image-holder img {
    max-width: 100% !important;
     border: 1px solid grey

    
}


/* The Sponsorshi Page Modal*/




.modal-sponsor {
  position: fixed;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
   visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	overflow: auto;
	z-index: 10
}
.modal-sponsor-content {
  margin: auto;

  background-color: white;
  padding: 2rem 2.5rem 4rem;
  width: 60%;
}

.modal-sponsor-close {
  float: right;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: lightgray;
}

.show-modal-sponsor {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

/* The Modal (background) - Exhibition full package*/


.fullPackageOuter {
     text-align: center;
    margin-top: 30px;
	position: relative
    
    
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto !important; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
 .package-content {
    text-align: left;
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0px 20px;
  width: 70%;
	 max-width: 1140px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

@media (max-width: 1064px) {
    
    .package-content {  width: 80%;
            }
}

@media (max-width: 500px) {
    
    .modal {padding-top: 0px; !important}
    
    .package-content {width: 90%; padding: 10px;}
    
    .package-body {
    padding: 10px 0px !important;    
    border: 0px !important;
    background-color: #ffffff;

}
}
    .package-bg ul {
    list-style: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.package-bg ul li {
    font-size: 16px;
    color: #000000;
    
    font-weight:400;
    padding-left: 30px;
    margin: 0px 0px;
}
    


   


.package-content h2 {
    font-size: 32px;
    font-weight:700;
    color: black;
	text-align: center;
	margin-bottom: 0px
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color:grey;
  font-weight: 700;
	position: absolute;
	top:10px;
	right:15px;
	font-size:2em !important;
	z-index: 10;
	border: none !important;
	background: none !important;
	background-color: none !important;

	
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
	
}



.package-header {
  padding: 2px 16px !important;
    border: none !important;
}

.modal-header {
	
		border-bottom: 0px !important;
	padding-bottom: 0px !important

}

.modal-body {
	
		padding-top:0px !important;
		padding-bottom: 0px !important


}

.modal-footer {
	
border:0px !important


}

.package-body {
    padding: 0px 16px;    
    border: 0px !important;
    background-color: #ffffff;
	text-align: center

}

.package-footer {
      padding: 2px 16px;
    background-color: #ffffff;
        border: none !important;
    text-align: center
}

.package-bg {
    padding: 0px 0px;
    position: relative;
}


.package-bg ul {
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
}
.package-bg ul li {
    font-size: 16px;
    color: #000000;
    
    font-weight:400;
    font-size: 16px;
    padding-left: 60px;
    margin: 10px 0px;
}

.package-bg  li {
    min-height: 35px;
}


.package-awards {
	
	display: block


}

/* .package-bg h4 {
	
	font-weight: 700;
	text-transform: uppercase;
	padding:10px;
	border-bottom:1px solid white;
	margin: 0px 20px 25px;
	color: white;
	font-size: 1.7em
	
} */

.package-awards-outer {
	
	padding-left:5px !important;
	padding-right: 5px !important;
	padding-top:0px !important;
	padding-bottom:0px !important

		
		
	
}

.package-awards-inner {
	
	border-radius: 10px;
	padding:20px;
	
}

.package-awards h5 {
	
	font-weight: 700;
	font-size: 1.4em
}

.package-awards img {
	
	width:50px;
	height:auto;
	margin-bottom: 10px
}

.package-awards a {
	
	display: block;
	margin-bottom: 20px;
	color: white;
	font-size: 1.1em;
	
}

.package-awards a:hover {
		color: white;

text-decoration: underline
	
}




/* Package details accordian */


button.contents {
    position:relative;
	padding:13px 20px 13px;
	line-height:24px;
	background: none;
	color: #BB2C20;
	font-size:16px;
	font-weight:600;
	border-radius: 3px;
	letter-spacing: 1px;
	border:2px solid #777777;
	text-transform: uppercase;
	font-family: 'Roboto Slab', sans-serif;
    width: 100%;
    text-align: left
}

button.contents.active, button.sponsorship:hover {
    background: #BB2C20;
    color: #ffffff;
    border:2px solid #BB2C20;
    cursor: default;

}

.contents-panel {
    padding: 0px 20px 0px;
    background: #EDEDED ;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out;
	text-align: left;
	}

/* Package details accordian ends */


/* Sponsorship page slideshow */

.sponsorship-slideshow-section {
    
    padding: 160px 0px
}

.sponsorshipSlider {
    
    position: relative;
    max-width:1400px;
    height:400px;
    margin: 0 auto;

}

.sponsorshipSlider .slide {
  width: 100%;
    height:360px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  transform: scale(0.9);
  opacity: 0.7;
  transition: all 0.5s ease-in-out;
}

.sponsorshipSlider .slide img {
  width: 100%;
    height: auto;
  }

.sponsorshipSlider .slide:first-child {
  background-color: transparent;
}

.sponsorshipSlider .slide:nth-child(2) {
  background-color: transparent;
}

.sponsorshipSlider  .slide:last-child {
  background-color: transparent;
}

.sponsorshipSlider .showing {
  z-index: 1;
  transform: none;
  opacity: 1;
}


.awards-cont {
    background: #d2d2d2;
    display: inline-block;
    padding: 50px 30px 0px;
    width: 100%;
    min-height: 300px;
    height: 100%
}


/***.awards-cont h3 {
    background: rgba(5, 154, 218, 1);
    background: -moz-linear-gradient(top, rgba(5, 154, 218, 1) 0%, rgba(30, 134, 198, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5, 154, 218, 1)), color-stop(100%, rgba(30, 134, 198, 1)));
    background: -webkit-linear-gradient(top, rgba(5, 154, 218, 1) 0%, rgba(30, 134, 198, 1) 100%);
    background: -o-linear-gradient(top, rgba(5, 154, 218, 1) 0%, rgba(30, 134, 198, 1) 100%);
    background: -ms-linear-gradient(top, rgba(5, 154, 218, 1) 0%, rgba(30, 134, 198, 1) 100%);
    background: linear-gradient(to bottom, rgba(5, 154, 218, 1) 0%, rgba(30, 134, 198, 1) 100%);
    width: 100%;
    max-width: 390px;
    font-size: 18px;
    
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 10px;
    margin: 0px auto;
    margin-top: -80px;
    font-weight:900;
} ***/


.awards-cont ul {
    margin-top: 15px;
    list-style: none;
    padding-left: 0px;
}
.awards-cont ul li {
    color: #222222;
    font-size: 16px;
    border-bottom: 4px dotted #f3923d;
    
    text-align: center;
    margin: 3px 0px;
    padding: 5px 0px;
}
.awards-cont.grey {
    background: #eeeeee;
}
.awrd-fisrt {
    background: url("../images/icons/award-spon1.png") no-repeat;
height: 50px
	
}
.awrd-second {
    background: url(../images/icons/awrd2.png) no-repeat;

    
}
.awrd-thired {
    background: url(../images/icons/awrd3.png) no-repeat;
}
.awrd-fourth {
    background: url(../images/icons/awrd4.png) no-repeat;
}
.awrd-fifth {
    background: url(../images/icons/awrd5.png) no-repeat;
}
.awrd-six {
    background: url(../images/icons/awrd6.png) no-repeat;
}
.awrd-seven {
    background: url(../images/icons/awrd3.png) no-repeat;
}
.awrd-eight {
    background: url(../images/icons/spon12.png) no-repeat;
}
.awrd-nine {
    background: url(../images/icons/awrd9.png) no-repeat;
}
.awrd-ten {
    background: url(../images/icons/awrd10.png) no-repeat;
}

.awards-sponsor {
    color: #FFF;
}

.corners {
     height: 20px;
    background: grey;
    position: relative;
    z-index: -100;
    margin-top:-15px
    
}

.corners::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 20px solid white;
    border-left: 20px solid grey;
    width: 0;
}

.corners::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 20px solid white;
    border-right: 20px solid grey;
    width: 0;
}

.awards-cont .brands-award,
.awards-cont .media-award,
.awards-cont .influencer-award,
.awards-cont .outstanding-award{
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.025em;
    
    color: white;
        text-transform: uppercase;
    width: 100%;
    
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-weight:900;
        border-radius: 100px;
     border:6px white solid

}

.awards-cont .brands-award   {
    background: rgba(253, 183, 85, 1); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(253, 183, 85, 1) 0%, rgba(244, 148, 64, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-top: -80px;
        }

.awards-cont .media-award  {
    
background: rgba(62, 122, 186, 1); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(35, 152, 227, 1) 0%, rgba(62, 122, 186, 1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(35, 152, 227, 1) 0%, rgba(62, 122, 186, 1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(35, 152, 227, 1) 0%, rgba(62, 122, 186, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
      margin-top: -80px;
}


.awards-cont .influencer-award  {
    background: rgb(59,68,73); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(59,68,73,1) 0%, rgba(45,50,56,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(59,68,73,1) 0%,rgba(45,50,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(59,68,73,1) 0%,rgba(45,50,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4449', endColorstr='#2d3238',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-top: -80px;


}


.awards-cont .outstanding-award {
    background: rgb(94,94,94); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(94,94,94,1) 0%, rgba(84,84,84,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(94,94,94,1) 0%, rgba(84,84,84,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(94,94,94,1) 0%, rgba(84,84,84,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-top: 5px;


}

.special-box {
    
    margin-top:40px;
    padding:15px;
    background: white;
    border: 1px solid #D2D2D2
}

.awards-spon-intro {
    
    width: 100%;
    text-align: center;

}


.awards-spon-intro h3 {
    
    font-weight: 700;
    font-size: 33px;
    color: #F59230
}


.awards-spon-intro p {
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0px 30px !important;
    line-height:1.4em

}


.awards-spon-outer {
    border: 1px solid white;
    position: relative;
    padding: 40px;
    background:#2D3238;
    margin: 0px 0px 40px
}

.awards-spon-outer ul {
    list-style: none !important;
    padding-left: 0px;
    padding-right: 15px;
}

.awards-spon-outer ul li {
    font-size: 16px;
    color: #FFF;
    
    font-size: 16px;
    padding-left: 65px;
    margin: 0px 0px 20px 0px;
}

    .sponsor-inner {
        
        padding-top: 0px !important;
        padding-bottom: 0px !important

    }
/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position: relative;
	padding: 40px 0px;
}


.contact-outer {
    margin: 0px 0px 10px;
    padding-bottom: 50px !important;
    border-bottom: 1px dotted #4F5862 
    
}

.contact-inner {
    padding:0px 25px 0px 25px ;
    height:100%
}

.contact-inner h4 {
    margin-bottom: 5px;
    padding-bottom:8px;
    border-bottom: 1px solid #3D78BD;
    font-weight:400;
    color:#2D3238;
    line-height:1.25em
     
}

.contact-inner h5 {
    padding-bottom: 0px;
    margin: 25px 0px 6px;
    font-weight:700;
    color: #3D78BD;
    font-size: 23px;
    line-height: 0.8em;
}

.contact-inner h6 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-weight:700;
    color: #2D3238;
    font-size: 18px
}

.contact-inner p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight:400;
    color: #2D3238;
    font-size:17px;
    line-height: 1.8em;

}

.contact-inner a {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight:400;
    color: #2D3238;
    font-size:17px;
    line-height: 1.8em;
}

.contact-inner a:hover {
    color:#3D77BD;
    text-decoration: underline;
}


.contact-inner .ContactDetailsIcon {
    font-size: 1.3em; 
    float:left; 
    display: block;
    margin-top: 4px
    
}

.contact-inner a i.ContactDetailsIcon:hover {
 color: grey
    
}

.contact-headshot {
    
    margin:0px;
    padding:10px 0px 0px 
}

.contact-headshot img {
        border: 1px solid #C6C6C6;
        border-radius: 50%;
        width:100%;
    max-width: 200px
    
}


.map-section{
	position:relative;
    padding-top: 0px !important;
    margin-bottom: -30px
    
}

.map-outer {
    
    margin-top: 40px
    
}
.map-section .container{
	max-width: 1400px;
}

.map-data{
	text-align:center;
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:20px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#3e77bc;
}

.map-canvas{
	height:550px;
}

/*** styles from google ***/

.gm-control-active {background: #E5E5E5 !important}

.gm-control-active:hover {background: #3d79bd  !important}

.gm-style .gm-style-iw-c {
    background-color: white;
    border-radius: 0px !important;
    padding: 20px 30px 20px !important;
    
}

.gm-style .gm-style-iw-t::after {
    background: white;
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%,-50%) rotate(-45deg);
    width: 25px;
}

.global-offices-section{
	
    margin:10px 0 0;
    background:#eee;
    padding-bottom:20px;
border-top: 60px solid #3D79BC
}
.global-offices-outer{
    padding:40px 20px 0px
}
.global-offices-outer h3{
    font-size:25px;
    padding:20px 0px 15px ;
    border-bottom:1px solid #3d79bc;
    margin-bottom:15px;
	text-align: left
}




.global-offices-outer .logo-box{
    padding:0 10px
}

.global-offices-outer .logo-box img{
	width: 120px
}
.global-offices-inner{
    padding:0 30px;
	border-bottom: 1px solid white
}
.global-offices-inner h4{
    font-weight:700;
    color:#3d79bc;
    font-size:19px;
    
}
.global-offices-inner h5{
    color:#2d3238;
    font-size:16px;
    
}
.global-offices-inner p{
    color:#2d3238;
    font-size:14px;
	padding-bottom: 0px
    
}
.global-offices-inner a{
    
    color:#3d79bc!important;
    font-size:16px!important;
    font-weight:700
}
.global-offices-inner a:hover{
    text-decoration:underline!important
}


/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/



/*** 

====================================================================
	Forms
====================================================================

***/


.forms-section {
    
    padding:50px 20px;
}

.forms-container {
    
        -webkit-box-shadow: 0px -29px 51px -26px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px -29px 51px -26px rgba(0,0,0,0.31);
    box-shadow: 0px -29px 51px -26px rgba(0,0,0,0.31);
    padding: 40px;
    background: white;
	max-width: 1000px
    
    
}

h1.Mediaforms  {
    
    font-size: 40px !important;
    
    font-weight:900 !important;
    color:#3D78BC !important;
    padding: 0px 7px 0px !important;
    text-transform: uppercase !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    
}

h1.Influencerforms  {
    
    font-size: 40px !important;
    
    font-weight:900 !important;
    color: black !important;
    padding: 0px 7px 0px !important;
    text-transform: uppercase !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    
}

h1.PRforms  {
    
    font-size: 40px !important;
    
    font-weight:900 !important;
    color: #F59230 !important;
    padding: 0px 7px 0px !important;
    text-transform: uppercase !important;
    margin-bottom: 0px ;
    margin-top: 0px ;
    
}

h2.forms  {
    
    font-size: 34px !important;
    
    font-weight:700 !important;
    color: #3F3F3F !important;
    padding: 0px 7px 0px !important;
    text-transform: capitalize!important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    
}


/*** 

====================================================================
	winners Page
====================================================================

 ***/


.winners {
    
padding-bottom:0px
  
    
}

.winners .text {
    position:relative;

}

.winners .container{
    
    padding-top:50px; 
    border-top:2px dotted #C8C8C8    

    
}

.winners-outer {
    
    margin-bottom: 0px;
    margin-top:10px


}

.winners-inner {
    
    text-align: center;
    padding-top: 70px;
        height: 100%

    
    


}

.winners-pr h3, .winners-media h3, .winners-influencer h3, .winners-special h3 {
    
    
    text-transform: uppercase;
    text-align: center;
    font-weight:900;
    font-size:22px;
    margin:30px 0px 12px;
    line-height: 1.3em
    
}

.winners-special h3 {
	color: white !important

}    


.winners-media h3 {
	color: #3D78BD !important;

}    

.winners-pr h3 {
	color: #f59231 !important;

}

.winners-influencer h3 {
    color: #2D3238;

}

.winners-special h3 {
    color: #2D3238;

}    



.winners-pr h4, .winners-media h4, .winners-influencer h4, .winners-special h4 {
    
    
    font-weight:900;
    font-size:26px;
    color: #2D3238;
    line-height: 1.3em;
	padding-top: 15px;
	margin-top:20px;
}

.winners-special h4 {
    
    
    font-weight:900;
    font-size:21px;
    color: white;
    line-height: 1.3em;
	padding: 15px 0px;
	margin-top:25px;
	border-top: 2px solid #D8AA3E;
	border-bottom: 2px solid #D8AA3E

			

}

.winners-pr h4 {
	
	border-top: 1px solid #f59231

}

.winners-media h4 {
	
	border-top: 1px solid #3D78BD

}

.winners-media h4.only {
	
	border-bottom: 1px solid #3D78BD; padding-bottom: 10px
}

.winners-influencer h4.only {
	
	border-bottom: 1px solid #2D3238; padding-bottom: 10px
}

.winners-pr h4.only {
	
	border-bottom: 1px solid #f59231; padding-bottom: 10px
}



.winners-influencer h4 {
	
	border-top: 1px solid #2D3238

}


.winners-pr h5, .winners-media h5, .winners-influencer h5, .winners-special h5 {
    
    
    font-weight:400;
    font-size:20px;
    color: #2D3238;
    line-height: 1.3em;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.winners-pr h5 {
	
	border-bottom: 1px solid #f59231

}

.winners-media h5 {
	
	border-bottom: 1px solid #3D78BD

}

.winners-influencer h5, .winners-special h5  {
	
	border-bottom: 1px solid #2D3238

}

.headshot {
    
    width:65%;
    display: inline-block;
    margin-top:-50px;
    border: 1px solid #B4B4B4;
	-webkit-box-shadow: 0px 0px 0px 20px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 0px 20px rgba(255,255,255,1);
box-shadow: 0px 0px 0px 20px rgba(255,255,255,1);
	z-index: 0
    
}

.headshotSpecial {
    
    width:65%;
    display: inline-block;
    margin-top:-100px;
    border: 1px solid #B4B4B4;

    
}





.winners-inner .bottom {
    padding: 0px 25px 70px;
    border: 1px solid #AEA9A9;
    height: 100%;
	position: relative;


}

.winners-special {
	
	    padding: 0px 25px 25px !important;
	
}

.accordion-wrapper {
	
	position: relative;
	
	
}

.accordion-div {
position: absolute;
	bottom:0px;
	z-index: 10;
background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 74%);
	width: 100%;
	left:0
}

.finalistsAccordion {
  cursor: pointer;
  padding: 15px 20px;
  margin:0px 0px 0px;
  width: 100%;
  text-align: left;
  transition: 0.7s;
position: relative;
	border: none;
	text-align: center;
	color: white
	
}


.finalistsAccordion h6{

	font-size: 19px;
	font-weight: 700
	
}

.finalistsActive, .finalistsAccordion:hover {
	background:#3F3F3F;

}

.finalistsPanel {
	text-align: left;
  padding: 0px 20px 0px;
	margin-top:0px;
  font-size: 17px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
	position: relative

}

.finalistsPanel p:first-child  {
	padding-top: 25px
}

.finalistsPanel p span {
	
	font-weight: 700;

}

/** Highlights page */

/*--- 2025 HIGHLIGHTS SLIDESHOW ----*/


.highlights-container{
    width: 100%;
    max-width: 1170px;
    margin: auto;
}
.highlights-grid{
    display: flex;
    flex-wrap: wrap;
}
.highlights-grid .highlights-single{
    width: calc(33.33% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 22%;
    background-color: #f1f1f1;
}
.highlights-grid .highlights-single img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    transition-delay: .5s;
    transform: scale(.8);
}
.highlights-grid .highlights-single img.loaded{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
@media only screen and (max-width: 1024px){
    .highlights-grid .highlights-single{
        width: calc(50% - 20px);
        padding-bottom: 32%;
    }   
}
@media only screen and (max-width: 640px){
    .highlights-grid .highlights-single{
        width: calc(100% - 20px);
        padding-bottom: 63%;
    }  
}


.no-header{
    position:relative;
    text-align:center;
    display:block;
    padding:40px 0 20px;
    width:100%;
}
.no-header h1{
    color:#fff;
    font-size:64px;
    font-weight:900;
    line-height:1.2em;
    text-transform:capitalize
}

.video-container {
	
	  aspect-ratio: 16 / 9;
  width: 100%;
	
}




.highlights-video-wrapper {
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 60px -3px rgba(0,0,0,0.2); 
box-shadow: 0px 0px 60px -3px rgba(0,0,0,0.2) ;

}



/* 2021 Sponsors page */

.current-sponsors {
	
	
}

.cat-title {
	
	display: flex;
  align-items: center;
}

.cat-title-line {
	
	border-top: 1px solid grey;
  flex-grow: 1;
  margin: 0 10px;
}

.cat-title h5 {
	
	font-weight: 700;
	padding: 8px 20px;
	background: linear-gradient(185deg, rgba(27,14,54,1) 38%, rgba(23,20,25,1) 100%);

	color:white;
	border-radius: 30px;
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.03em


}





.current-sponsors h4 {
	
	font-weight: 900
	
	
}

.current-sponsors .image-holder {
	
	width:100%;
	max-width: 130px;
		position: relative

		
}

.current-sponsors .image-holder img {
	
	width: 100%;
	height: auto
	
	
}


/***

============================

Cookie styles

============================

***/

.auxilary-pages-section{
	position: relative;
	padding: 200px 0px 40px;
}

.auxilary-inner {
    
    max-width:700px;
    display: block;
    margin: 0 auto;
    
}


li.IMM-T-Cs-heading {
	color:#F59230  ;
	font-size:17px;
	font-weight:900;
	line-height:1.8;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:0;
	margin-left:0px;
	margin-right:0;
	margin-top:20px;
	text-align:left;
	text-transform:uppercase;
}
p.IMM-T-Cs-main, li.IMM-T-Cs-main {
	color:#000000;
	font-size:15px;
	font-weight:normal;
	line-height:1.3;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	text-align:left;
	text-transform:none;
	widows:1;
}
p.ParaOverride-1 {
	margin-left:-18px;
}
p.ParaOverride-2 {
	margin-bottom:0px;
	margin-left:-18px;
}
p.ParaOverride-3 {
	margin-bottom:0px;
}
span.CharOverride-1 {
	font-style:normal;
	font-weight:bold;
}
p._idGenParaOverride-1 {
	margin-left:-18px;
}

/* --- New Showcase gallery ---*/



/* ERROr PAGE */

.errorPageContainer {
	
	  height: 100vh;
      display: flex;
      justify-content: center;
      align-items: top;
      background-image: url("../images/menu-items/sparkles.jpg");
      background-size: cover ;
      background-position: bottom;
	background-blend-mode: luminosity;
	background-attachment: fixed
    }

    .error-text {
      text-align: center;
      padding: 8%;
		
    }


