
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 0px 0 13px 0px;
	position: relative;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}
a.meanmenu-reveal.meanclose {
    font-size: 24px !important;
    color: #fff;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #000;
	height: 3px; 
	margin-top: 3px;
}
.mean-container a.meanmenu-reveal span:first-child {
    margin-top: 0;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #000;
    left: 0;
    position: absolute;
    right: 15px;
    top: 100px;
    z-index: 2;
}
.header-mobile .header-mobile-register span,.header-mobile .header-mobile-search-link span {
	font-size: 16px;
	margin-right: 5px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	/* text-transform: uppercase; */
	font-size: 15px;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 15px 9px 3px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

.form-events-panel-list {
    background: rgba(117, 198, 206, 0.2);
    padding: 40px;
    margin: 30px 0;
}

.form-events-panel-list .form-group:last-child{
	margin-bottom: 0;
}

/*megamenu padlock fix*/
.header-nav .mash-menu .drop-down-li p a {
    font-size: 14px;
    padding: 8px 0;
    line-height: 16px;
    color: #004862;
    font-weight: normal;
    display: block;
}

.header-nav .mash-menu .mash-list-dropdown {
    list-style: none;
}

.header-nav .mash-menu .drop-down-li p .fa {
    left: -18px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #74CBD2;
    font-size: 14px;
    margin-right: 2px;
}

.header-nav .mash-menu .drop-down-li p {
    position: relative;
}
.header-nav nav.mash-menu .drop-down li .fa {
    left: 10px;
}


@media (max-width: 991px){
	.header-mobile .mobile-nav-wrapper,.header-mobile-nav,.mean-container a.meanmenu-reveal {
	    position: inherit;
	}
	.header-mobile {
		position: relative;
	}
	.header-mobile-nav .mean-bar {
	    padding-top: 7px;
	}
}

@media (max-width: 479px){
	.header-mobile-nav .mean-bar {
	    padding-top: 1px;
	}
	.mean-container .mean-nav {
	    top: 85px;
	}
}

/* new add css*/
.header-mobile .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
    height: 4px;
}


/*DISCOVERY*/
.creative-v2-intro-wrapper {
    position: relative;
}

    .creative-v2-intro-wrapper .creative-v2-intro {
        position: absolute;
        top: 50%;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        text-align: center;
        width: 100%;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1.5;
        padding: 17px;
    }

    .creative-v2-intro-wrapper .creative-v2-subtitle {
        position: absolute;
        bottom: 10px;
        color: #fff;
        width: 100%;
        text-align: center;
        padding: 15px;
    }

    .creative-v2-intro-wrapper .creative-v2-img {
        position: relative;
    }

.creative-v2-item {
    margin-top: 30px;
}

.creative-v2-detail {
    background: url(/images/discovery/seasondetails-arrow.png) no-repeat scroll 85% 1px transparent;
    margin-top: 10px;
    padding-top: 15px;
}

    .creative-v2-detail.position-1 {
        background-position: 11.5% 1px;
    }

    .creative-v2-detail.position-2 {
        background-position: 37% 1px;
    }

    .creative-v2-detail.position-3 {
        background-position: 63% 1px;
    }

    .creative-v2-detail.position-4 {
        background-position: 88.5% 1px;
    }

.discovery-cta .creative-v2-detail.position-1 {
    background-position: 14.5% 1px;
}

.discovery-cta .creative-v2-detail.position-2 {
    background-position: 49.5% 1px;
}

.discovery-cta .creative-v2-detail.position-3 {
    background-position: 84% 1px;
}

.discovery-cta {
    margin: 75px 0 0;
}

.creative-v2-details-wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #a78c24;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    padding: 30px 0;
}

    .creative-v2-details-wrapper img {
        width: 100%;
    }

    .creative-v2-details-wrapper h4 {
        color: #000;
        font-size: 16px;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

.creative-v2-detail-close {
    background: url("/images/discovery/close-button-over.png") no-repeat scroll 0 0/30px 30px #a78c24;
    display: block;
    height: 30px;
    margin-top: -30px;
    width: 30px;
    font-size: 0;
}

    .creative-v2-detail-close:hover {
        background: url("/images/discovery/close-button.png") no-repeat scroll 0 0 #fff;
    }

.list-creative-v2-nav li {
    margin: 13px 0 0;
}

    .list-creative-v2-nav li a {
        border-bottom: 1px solid transparent;
    }

        .list-creative-v2-nav li a:hover {
            border-bottom: 1px solid #000;
        }

.creative-v2-details-inner-wrapper {
    margin: 10px 0 0;
}

    .creative-v2-details-inner-wrapper .creative-v2-details-name {
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 13px;
    }

    .creative-v2-details-inner-wrapper .creative-v2-details-desc {
        column-count: 2;
        column-gap: 30px;
        margin-bottom: 10px;
        text-align: justify;
    }

    .creative-v2-details-inner-wrapper .creative-v2-details-item {
        position: relative;
        padding-left: 23px;
        margin: 10px 0;
    }

        .creative-v2-details-inner-wrapper .creative-v2-details-item .fa {
            position: absolute;
            left: 0;
            top: 3px;
        }

.creative-v2-details-wrapper .fa {
    color: #a78c24;
}

.dicovery-item-col-2 {
    color: #a78c24;
    font-family: 'AvenirLTStdHeavy', arial, sans-serif;
    font-size: 23px;
    text-transform: uppercase;
}

.creative-v2-details-wrapper * {
    line-height: 1.5;
}

.creative-v2-img {
    color: #a78c24;
    font-family: 'AvenirLTStdHeavy', arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}

.dicovery-item-col-4 > span {
    display: block;
    margin: 0 0 8px;
}

.content-75.header-non-transparent .header a, .content-75.header-non-transparent .header .navbar-default .navbar-nav > li a:hover, .content-75.header-non-transparent .yamm .dropdown-menu strong a {
    color: #a78c24 !important;
}

.content-75.header-non-transparent .header .navbar-default .navbar-nav > li a:hover {
    border-color: #a78c24;
}

.content-75.header-non-transparent .header-mobile a {
    color: #a78c24 !important;
}

.content-75.header-non-transparent .header-mobile .mean-container a.meanmenu-reveal span {
    background: #a78c24 !important;
}

.discovery-intro {
    color: #a78c24;
    text-align: center;
    font-size: 20px;
    font-family: 'AvenirLTStdHeavy', arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.7;
}

.discovery-item-button {
    border: 1px solid #a78c24;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'AvenirLTStdHeavy', arial, sans-serif;
    text-decoration: none !important; /* color: #a78c24; */
}

    .discovery-item-button:hover {
        background: #a78c24;
        color: #fff;
    }

.register-form hr {
    margin: 10px 0 20px;
}



.register-form ul, .register-form ol {
    list-style-position: outside;
    padding: 0 0 0 30px;
}

    .register-form ul li, .register-form ol li {
        line-height: 1.5;
        margin: 7px 0;
    }


/* New Wave */
.discovery-intro > h3 {
    font-family: 'BrownBold';
    font-size: 36px;
    margin-top: 50px;
}

.discovery-intro > p {
    font-size: 18px;
    margin-bottom: 36px;
}

.discovery .owl-carousel .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.discovery-intro .content-slides-item p:last-child {
    margin-bottom: 0;
    }

.discovery-intro .carousel-prev,
.discovery-intro .carousel-next {
    color: #000;
    font-size: 20px;
    padding: 0;
    position: absolute;
    top: 50%;
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(50% - 16px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.discovery-intro .carousel-prev {
    left: -15px;
}

.discovery-intro .carousel-next {
    right: -15px;
}

.discovery .owl-theme .owl-controls .owl-page span {
    background-color: #ebebeb;
    border-radius: 50% !important;
    height: 9px;
    margin: 2px;
    width: 9px;
}

.discovery .owl-theme .owl-controls .owl-page.active span {
    background-color: #acacac;
}
.matop40 {
    margin-top: 40px;
}

/* New Wave */
.new-wave-wrap .discovery-intro > h3 { 
    color: #000;
    font-family: 'AvenirLTStdHeavy', arial, sans-serif;
}
.new-wave-wrap .content-slides p {
    color: #000;
    text-transform: initial;
    font-size: 16px;
}
.new-wave-wrap a, .new-wave-wrap a:focus {
    text-decoration: none;
}
.new-wave-wrap .discovery-intro {
    color: #000;
    text-transform: initial;
    font-size: 36px;
}
.new-wave-wrap .creative-v2-intro-wrapper .creative-v2-img {
    text-align: left;
    color: #000; 
}
.new-wave-wrap .slick-track > div {
    outline: none;
    margin-top: 0;
}
.new-wave-wrap .slick-track > div img {
    width: 100% !important;
}
.new-wave-wrap .directory-v2-title {
    font-size: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 12px 0 0px; 
    line-height: 1.5; 
}
.new-wave-wrap .directory-v2-title2 {
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: initial;
    margin-top: 5px;
}
.new-wave-wrap .creative-v2-details-wrapper {
    border-color: #000;
}
.new-wave-wrap .dicovery-item-col-2 {
    margin-bottom: 20px;
    color: #000; 
}
.new-wave-wrap .dicovery-item-col-1 {
    color: #000;
    margin-bottom: 20px;
}
.new-wave-wrap .creative-v2-detail {
    margin-top: 20px;
    background-image: url(/images/discovery/seasondetails-arrow-black.png);
}
.new-wave-wrap .creative-v2-detail-close {
    background-image: url(/images/discovery/close-button-over-black.png);
}
.variable.slider {
    margin-top: 30px;
}
.new-wave-wrap .variable button.slick-arrow {
    position: absolute;  
    top: 50%;
    z-index: 1;
    width: 24px;
    height: 29px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
    background: transparent;
    border: none;
    outline: none; 
}
.new-wave-wrap .variable button.slick-arrow i {
    line-height: normal;
    color: #fff;
}
.new-wave-wrap .variable button.slick-prev {
    left: 20px;
}
.new-wave-wrap .variable button.slick-next {
    right: 20px;
}
.new-wave-wrap a.discovery-item-button {
    font-size: 13px;
    background-color: #555;
    border-color: #555;
    color: #fff;
    padding: 7px 12px 5px;
    margin-top: 20px;
    letter-spacing: .5px;
}

.new-wave-wrap a.discovery-item-button:hover {
    opacity: 0.8;
}
.dicovery-item-col-4 > p {
    float: left;
}
.dicovery-item-col-4 > p + p {
    margin-left: 13px;
}
.dicovery-item-col-4 .discovery-item-button-icon {
    display: inline-block;
    line-height: normal;
    margin-top: 22px;
}
.dicovery-item-col-4 .discovery-item-button-icon img {
    max-width: 29px;
}
.dicovery-item-col-4 .discovery-item-button-icon img:hover {
    opacity: 0.8;
}




@media screen and (max-width:991px) {
    .content-75.header-non-transparent .page-wrapper {
        padding: 30px 0 0;
    }

    .creative-v2-title {
        font-size: 18px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .discovery-cta .dicovery-item-col-4 {
        margin-top: 10px;
    }
}

@media screen and (max-width:767px) {
    .creative-v2-detail.position-1, .creative-v2-detail.position-3 {
        background-position: 22.5% 1px;
    }

    .creative-v2-detail.position-2, .creative-v2-detail.position-4 {
        background-position: 75% 1px;
    }

    .dicovery-item-col-1, .dicovery-item-col-2, .dicovery-item-col-3 {
        margin-bottom: 15px;
    }

    .discovery-cta .creative-v2-detail.position-1, .discovery-cta .creative-v2-detail.position-2, .discovery-cta .creative-v2-detail.position-3 {
        background-position: 50% 1px;
    }

    .discovery-cta .creative-v2-detail {
        margin-top: 60px;
    }

    .discovery-intro {
        font-size: 16px;
    }
    .new-wave-wrap .dicovery-item-col-1 {
        margin-bottom: 0;
    }
    .variable.slider {
        margin-top: 10px;
    }
    .new-wave-wrap .dicovery-item-col-2 {
        margin-top: 0px;
    }
    .new-wave-wrap .directory-v2-title {
        font-size: 16px; 
    }
    .new-wave-wrap .directory-v2-title2 {
        font-size: 12px; 
    }
}

@media screen and (max-width:479px) {
    .discovery-cta .creative-v2-detail.position-3 {
        margin-top: 85px;
    }

    .content-75.header-non-transparent .page-wrapper {
        padding: 10px 0 0;
    }

    .discovery-intro {
        font-size: 13px;
    }
}

/* Discovery CSS End */