/**
*
* Theme Name: USH Theme
* Description: USH Geenral style.
* Author: Santhosh Gurala
*
**/

body {

 min-width: 1176px;

}


body, button, input, select, textarea{

 font-family: "Gotham A","Gotham B" !important;

}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
        background: #036ce2;
}

p {
margin-top: 1em;
margin-bottom: 1em;
font-size: 14px;
font-weight: lighter;

}

h1 {
                font-size: 3rem !important;
                letter-spacing: 2px !important;
                font-weight: 900 !important;
}

h2 {
    font-size: 36px !important;
	line-height: 40px !important;
	font-weight: 900 !important;
	color: #333;
	letter-spacing: .5px !important;
	font-family: "Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h3, .large {
font-size: 1.50rem !important;
font-weight: 500 !important;
}

h4 {

    font-size: 1rem !important;
    font-weight: 500 !important;
}
.medium {
                font-size: 1.08rem !important;
                font-weight: lighter !important;
}

.small {
                font-size: 1rem !important;
                font-weight: lighter!important;
}

.extra-small {
                font-size: 0.99rem !important;
                font-weight: lighter !important;
}

#promos-section h2 {
                font-size: 2.25rem !important;
                letter-spacing: 2px !important;
                font-weight: 900 !important;
		color:#fff;
}


#site-content-container {
	background: -moz-linear-gradient(to right,#eeeeee 0,#dedede 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to right,#eeeeee 0,#dedede 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,#eeeeee 0,#dedede 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#main {
  width: 100%;
  width: 1176px;
  margin: 0 auto;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

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

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

.clear {
	clear: both;
}

.homepage-sub-headings{
  font-size: 3rem;
  color: #333;
  font-weight: bold;
  margin-top: 2rem;
}

.homepage-sub-headings-things-to-do,.homepage-sub-headings-spotlight{
margin-left:0rem;
 font-size: 3rem;
  color: #333;
  font-weight: bold;
  margin-top: 2rem;
}
#find-your-fun-banner,#half-size-promo ,#half-banner,#insider-tip-banner{
margin-bottom:-.5rem;
}

.find-your-fun-offerings-carousels{
margin-top:-8rem;
}

.intro-container .find-your-fun-offerings-carousels:first-of-type{
margin-top:-5rem;
}

.homepage-sub-headings-find-your-fun {
  margin-left:1.6rem;
  font-size: 3rem;
  color: #333;
  font-weight: bold;
  margin-top: 2rem;
}


.site-content{
	padding:0 !important;
}

/* HomePage Main Carousel */


/*#main-carousel .slick-dots {
    bottom: 75px !important;
} */





#main-carousel-page-nav{
  position:absolute;
  z-index:5;
  height:2rem;
  display: inline-block;
  *display: inline;
  width:100%;
}

.single-hero-dynamic-lead{
	margin-top: 204px !important;
}


/* HomePage Offerings Carousel Section */


#offerings-carousel .slick-dots {
    bottom: 230px !important;
}

#offerings-carousel-page-nav{
	max-width: 1176px;
	position:absolute;
	z-index:5;
  height:2rem;
  display: inline-block;
  *display: inline;
  width:100%;
}


/* HomePage Spotlight Section */

 #homepage-spotlight{
 	height:31rem;
 	width:100%;
 	display: inline-block;
    *display: inline;

margin-top:-2rem;
 }

 .spotlight-header-title{
 margin-bottom:-1rem;
}

.homepage-spotlight-section{
	margin:1rem 3.1rem 0.5rem 0rem;
}

.homepage-spotlight-section:nth-child(5) {
       margin:1rem 0rem 0.5rem 0rem;
}

	 /* Custom CSS added for Spotlight START*/
 .spotlight-title {
	padding:1rem 1rem 0 1rem;
	display:flex;
	font-weight:bold;

 }
.spotlight-title a {
  color:#036ce2 !important;
}

 .spotlight-content {
	padding:0px 1rem 1rem;
	line-height:1.30;
	margin-top: 0;
}

	/* Custom CSS added for Spotlight END*/


 .front{
	background-color: #fff;
 	width:16rem !important ;
 	min-height:22rem !important ;
 	/*box-shadow: 5px 5px 5px #606060;*/
 }

 .back{
  background-color: #005EC7;
 	width:16rem !important ;
 	min-height:22rem !important ;
 	/*box-shadow: 5px 5px 5px #606060;*/
 }

 #spotlight-flipfront1, #spotlight-flipfront2, #spotlight-flipfront3, #spotlight-flipfront4 {
   	float: right;
  	margin-top: -2.1rem;
	cursor:pointer;
 }

  #spotlight-flipback1, #spotlight-flipback2,#spotlight-flipback3,#spotlight-flipback4 {
 position: absolute;
    top: 87%;
    right: 0;
 }

 #spotlight-flipfront1 img, #spotlight-flipfront2 img, #spotlight-flipfront3 img, #spotlight-flipfront4 img,
#spotlight-flipback1 img, #spotlight-flipback2 img,#spotlight-flipback3 img,#spotlight-flipback4 img{
cursor:pointer;
}


 .homepage-spotlight-get-details-button{
    padding: 1rem;
    background-color: #ffffff;
    color: #0574F0;
    border-radius: 0.5rem;
    text-transform : uppercase;
    text-align: center;
    font-size: 0.7rem;
    width: 8rem;
    font-weight: bold;
    margin-left:1rem;
	margin-top:5rem;
 }


 /* HomePage Find Your Fun Section */

 #homepage-find-your-fun{
 	height:18rem;
 	width:100%;
 	display: inline-block;
  *display: inline;
 }

 .homepage-find-your-fun-section{
 	margin:1.5rem;
	margin: 1.5rem 4.45rem 1.5rem 0rem;
 }

 .homepage-find-your-fun-section:nth-child(5) {
        margin: 1.5rem 0rem 1.5rem 0rem;
  }

.homepage-find-your-fun-background {
  width : 15rem;
  height : 12rem;
}

#homepage-find-your-fun-transbox {
  width : 15rem;
  height : 12rem;
  text-align : center;
  padding : 4.5rem;
  text-transform: uppercase;
	font-family: "Gotham A", "Gotham B";
}

#homepage-find-your-fun-transbox span {
    color: #ffffff !important;
    font-weight: bold;

}


 /* HomePage Happenings Section */

 .homepage-happenings-line {
    border-style: solid;
   /* border-width: 0.2rem;*/
    border-color: #ffffff;
 }

 #homepage-happenings{
  height:36rem;
  width:100%;
  display: inline-block;
    *display: inline;
margin-top:2rem;
 }

.homepage-happenings-spacing{
    width:5%;
}


.homepage-happenings-section{
    width:30%;
}


.homepage-happenings-image{
  width : 22rem;
  height : 14rem;
  margin : 1rem 0rem;
}

.homepage-happenings-text {
  width : 22rem;
  height : 10rem;
  margin : 0rem 0rem 1rem 0rem;
}

/* Park Map */

.park-map-happenings-spacing{
    width:5%;
}

.park-map-happenings-line {
    border-style: solid;
    border-width: 0.1rem;
    border-color: #ffffff;
 }

.park-map-happenings-image img{
	width: 37%;
    margin: 4% 2% 0% 0%;
    float: left;
	}

	.park-map-happenings-section{
    width:47%;
	margin-bottom: 2rem;
}
.park-map-happenings-text{
	width: 61%;
    float: left;
    margin-top: 4%;
	}
.park-map-happenings-text p{
		margin: 0 0 15px;
			}
.park-map-happenings-section hr{
	background-color: white;
    border: .5px solid white;
	margin:0;
	}

.park-map-happenings-image img{
	width: 37%;
    margin: 4% 2% 0% 0%;
    float: left;
	}
.park-map-happenings-text{
	width: 61%;
    float: left;
    margin-top: 4%;
	}
.park-map-happenings-text p{
		margin: 0 0 15px;
			}
.park-map-happenings-section hr{
	background-color: white;
    border: .5px solid white;
	margin:0;
	}



/* Homepage select styles */

.homepage-sub-headings-select {
    /*width:60%;
   overflow:hidden; TODO*/
  }

.homepage-sub-headings, .homepage-sub-headings-things-to-do select {
   /* min-width : 120%; TODO*/
    border: none;
    background-color: transparent;
    font-size: 3rem;
    color: #333;
    font-weight: bold;
    padding:0;
    height: auto;
}

.homepage-sub-headings, .homepage-sub-headings-things-to-doselect:focus {
    outline: none;
}

.homepage-sub-headings , .homepage-sub-headings-things-to-do select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
/*happenings title*/
.homepage-sub-headings-happenings,.park-map-sub-headings-happenings,.park-map-desc h1{
	border: none;
    background-color: transparent;
    font-size: 3rem;
    color: #333;
    font-weight: bold;
    padding:0;
    height: auto;

}
.park-map-desc p{
margin-top: -2rem !important;
}
/*harry potter page css*/

.homepage-sub-headings, .homepage-sub-headings-things-to-do-harry-potter{
	border: none;
    background-color: transparent;
    font-size: 3rem;
    color: #333;
    font-weight: bold;
    padding:0;
    height: auto;
	float:left;
	margin-right:24rem;
	margin-left:1.5rem;
	/*margin-top: 5rem; */
}
.homepage-sub-headings, .homepage-sub-headings-things-to-do-harry-potter select:-moz-focusring{
	 color: transparent;
	 text-shadow: 0 0 0 #000;
}


.homepage-sub-headings, .homepage-sub-headings-things-to-do-harry-potter:focus {
    outline: none;
}
/*Find Your Fun*/

.find-your-fun-sub-headings{
  font-size: 3rem;
  color: #333;
  font-weight: bold;
  margin-top: 2rem;
}


/*general*/
.homepage-main-carousel
{
margin-bottom:-2.16rem;
}
.carousel-right, .carousel-left{
   margin: 9rem 0;
   cursor:pointer;

}

.carousel-left{
    float:left;
    width:25%;
	cursor:pointer;
}

.carousel-right{
  width: 100%;
  text-align: right;
cursor:pointer;
}


 #promos-section{
  height:27rem;
  width:100%;
  display: inline-block;
  *display: inline;
 }

 .promo-section{
  width:45%;
  margin:1.5rem;
  /*box-shadow: 5px 5px 5px #606060;*/
 }

.promo-background {
  width : 100%;
  height : 24rem;
}

#promo-transbox {
  width : 100%;
  height : 24rem;
  text-align : center;
  padding : 4.5rem;
}

#promo-transbox span a {
    color: #ffffff !important;
    font-weight: bold;
}

#top-feature-transbox span, #top-feature-transbox span h2{
    color: #ffffff !important;
    font-weight: bold;
    text-align:left !important;
}


/*Story */

.info-container{
    width:100%;
    margin : 2rem 0 1rem 0;
    float:left;
    clear:both;
}

.left-info-container{
    float:left;
    width:18%;
    padding: 0 1rem ;
}

.content-info-container{
    float:left;
    width:45%;
    padding: 0 1rem ;
}

.additional-template-content-info-container{
   float:left;
    padding: 0 1rem ;
}

.studiotour-template-content-info-container{
   float:left;
   width:72%;
    padding: 0 1rem ;
}


.map-info-container {
  width: 30%;
  float: right;
  text-align: right;
}

.map-info-container img{
  float: left;
}

.fast-fact-image-container{
    float:left;
    width:46%;
    padding: 0 1rem ;
}
.fast-fact-image-container img{
width:265px;
height:177px;
}

.fast-fact-content-container{
    float:left;
    width:54%;
    padding: 0 1rem ;
}

.stories-line {
  border-style: solid;
  border-width: 0.05rem;
  border-color: #ffffff;
}

.fast-fact{
  width:100%;
  display: inline-block;
  *display: inline;
  margin-bottom: 1rem !important;
}

.content-section{
  width:100%;
  display: inline-block;
  *display: inline;
  margin: 1rem 0;
}



.fast-facts-container{
  float:left;
  width:58%;
  margin-top: 0rem;
  margin-bottom: -1.8em;

}


.story-highlight-image{
  width: 40%;
  float: left;
 /* margin-top: -9rem;
   margin-bottom: -1.8rem;   */
  height:100%;
  line-height:0 !important;
  vertical-align:bottom;
  display:table-cell;
}

.story-highlight-image img{
 	vertical-align:bottom;
}

.fast-facts{
  position:relative;
}


 #top-features-section{
  height:27rem;
  width:100%;
  display: inline-block;
  *display: inline;
 }

 .top-feature-section{
  width:45%;
  margin: .5rem 1.5rem 1.5rem 1.5rem;
 /* box-shadow: 5px 5px 5px #606060;*/
 }

.top-feature-background {
  width : 100%;
  height : 24rem;
}

#top-feature-transbox{
	width: 100%;
    height: 24rem;
    padding: 17rem 2rem 6rem 1rem;
}
.top-feature-transbox {
  width : 100%;
  height : 24rem;
  /*text-align : center;
  padding : 4.5rem;*/
padding: 17rem 2rem 4rem 1rem !important;
}

#top-feature-transbox span a {
    color: #ffffff !important;
    font-weight: bold;
    letter-spacing:-0.15rem;
}


/*feature tabs*/

  ul.feature-categories{
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding-left: 0.1rem;
}

ul.feature-categories li{
  background: #005EC7;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 0.75rem;
  margin-left:0.2rem;
  border-top-right-radius:0.2rem;
  border-top-left-radius:0.2rem;
}

ul.feature-categories li.current{
  background: #ffffff;
  color: #005EC7;
  font-weight: bold;
}

.feature-category-content{
  display: none;
  background: #ffffff;
  padding: 15px;
  -moz-box-shadow: 0 0 .2rem .2rem #dbdbdb;
  -webkit-box-shadow: 0 0 .2rem .2rem #dbdbdb;
  box-shadow: 0 0 .2rem .2rem #dbdbdb;
}

.feature-category-content.current{
  display: inherit;
  border-radius:0.2rem;
}


.tab_content-image-container{
    float:left;
    width:35%;
    padding: 0 1rem ;
}

.tab_content-content-container{
    float:left;
    width:63%;
    padding: 0 1rem ;
}

.tab_content{
  width:100%;
  display: inline-block;
  *display: inline;
  padding: 2rem 2rem 1rem 3rem;
}

.title-container {
    width: 100%;
    background-color: #162b75;
    height: 5rem;
    /*margin-top: -4.8rem !important;*/
    margin-top:0 !important;
 /*   position: absolute;*/
    padding : 20px 12px 12px 12px;
}

.title-holder {
  max-width: 1176px;
  margin: 0 auto;
  color:#fff;
  font-weight: bold;
  font-size: 3rem;
}

.breadcrumb-container {
  width:100%;
  height:3rem;
 /* margin-top: 7rem;*/
}

.breadcrumb-holder {
  max-width: 1176px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1rem;
  padding: 1rem 0;
  color:#036ce2;
}
.breadcrumb-holder a{
color:#036ce2;
}
.breadcrumb-active{
color:black;
}

.tab_content-text-container{
  /*margin:0rem 14rem;*/

    margin: 0rem 10rem 0 24rem;
}
.tab_content-title-container{
font-weight:bold;
font-size:18px !important;
line-height: 21px !important;
}

.tab_content-link-container a{
font-weight:600;
color:#036ce2;
font-size:18px;
}


#footer-promotion-box{
 /*margin: 2rem 0;
 text-align:center;*/
margin: 2rem auto;
	text-align: center;
width: 73.5rem;
/*margin-top:3rem;*/

}




.sharing-container {
  width:100%;
  height:2rem;
}

.sharing-holder {
  max-width: 1176px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 1rem 0;
}


.intro-container{
    width:100%;
    margin : 2rem 0;
    display: inline-block;
    *display: inline;
}

.left-nav-container{
    float:left;
    width:24%;
    padding-right: 1rem ;
}

.left-nav-container ul{
    list-style-type: none;
    margin-left: 1rem ;
}
.left-nav-container ul li{
    margin-bottom: 0.3rem ;
}

/*.left-nav-container ul li{
  background-image: url('/wp-content/themes/ush_theme/assets/images/icons/up.png');
  background-repeat: no-repeat;
  background-position: 90% 90%;
} */
.left-nav-container ul .uo-arrow-right{
	color: #036ce2;
    margin-top: 1rem;
    margin-left: 0.5rem;
}

.left-nav-container ul li a{
  color: #036ce2 ;
  font-size: 14px;
  font-weight:600;
}

.left-nav-container ul li.current_page_item a {
    color: #333333 ;
    pointer-events: none;
    cursor: default;
}

.left-nav-container ul li.current_page_item {
    background : none;
}

ul li.current_page_item a span.uo-arrow-right{
display:none !important;
}
#menu-additional-information-menu li.current-menu-item a {
color: #333333;
}
#menu-additional-information-menu li.current-menu-item a span.uo-arrow-right{
display:none;
}
.intro-content-container{
    float:left;
    width:74%;
    padding-right: 2rem ;
}

/*Find Your Fun*/

.find-your-fun-sub-headings{
  font-size: 3rem;
  color: #333;
  font-weight: bold;
  float: left;
}

.find-your-fun-carousel-headings{
  display: inline-block;
  *display: inline;
}

.find-your-fun-carousel-url{
    vertical-align: bottom;
    padding-left: 2rem;
    float: right;
}

.find-your-fun-carousel-url a {
    color: #026ce2 ;
    font-size: 1.5rem;
}


.offerings-carousel-dynamic-lead-title{
  color:#026ce2;
  padding-left:3rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.offerings-carousel-dynamic-lead-caption{
  padding-left:3rem;
}

.directions_tab_content{
  width:100%;
  display: inline-block;
  *display: inline;
  margin: 2rem 2rem;
}

.directions-tab-content-container{
	font-weight:lighter;
}

.directions-tab-text-container{
	margin:0rem 2rem;
}

.direction-title-container {
  width:100%;
  background-color: #162b75;
  height:5rem;
  margin-top:24.45rem;
}

#additional-information {
  width:100%;
  margin-top:2rem;
}

.additional-information-title h1{
font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 30px;
}

.additional-information-transbox {
  width : 100%;
  color: black !important;
  text-align: left;
  background-color: #ffffff !important;
  height:7rem !important;
  padding: 1rem;
  margin-top:-1rem;
}

.additional-information-section-block{
  height:33rem;
  padding:0 1rem;
  display: inline-block;
  *display: inline;
  width:49.5%;
  margin-bottom:2rem;
 }
 #additional-information  .additional-information-section-block:nth-last-child(1),
 #additional-information  .additional-information-section-block:nth-last-child(2){
 margin-bottom:.1rem !important;
 }


.feature-trip-tip{
    background: -moz-linear-gradient(to right,#162b96 0, #162b75 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to right,#162b96 0, #162b75 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,#162b96 0, #162b75 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 2rem;
    width: 50rem;
    height: auto;
    border-radius: 5px;
    color:#ffffff;
}


/*.404-title-container {
  width:100%;
  background-color: #162b75;
  height:5rem;
}

.404-page-content{
	margin-left: 6rem;
	margin-top: 5rem;
}*/

.attractions-title-container {
  width:100%;
  background-color: #162b75;
  height:5rem;
  margin-top:-5.1rem;
}

/* Things to do */

#primary-attr{
	background: -webkit-linear-gradient(to right, rgba(238, 238, 238,1),rgb(222, 222, 222)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to right, rgba(238, 238, 238,1),rgb(222, 222, 222)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to right, rgba(238, 238, 238,1),rgb(222, 222, 222)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(238, 238, 238,1),rgb(222, 222, 222)); /* Standard syntax (must be last) */
	}
.main-content {
	position: relative;
    clear: both;
	height:auto;
    width: 1176px;
    margin:0 auto;
	}

#rides-title{
    color: black;
    padding: 25px 20px 9px 0px;
    margin-bottom: 0px;
    font-size: 36px !important;
    line-height: 40px;
	}
.ride-content{
	display:none;
	height:355px;
	width: 31%;
	float: left;
	margin-right:2%;
	margin-bottom: 20px;
	}
.ride-content img{
	width:100%;
	height:70%;
	}

.main-content h1{
	color:#eeeeee;
	}
.promo-card-summary-header{
	background-color:#FFF;
	margin-top:-5px;
	height:22%;
	position:relative;
	}

#promo-card-summary-subtitle{
    padding: 10px 0 0 12px;
    font-family: inherit;
    color: black;
    font-weight: bold;
    font-size: 12px;
	}
.promo-card-summary-title{
	font-weight: bold;
    font-family: initial;
    color: #036ce2;
    padding: -20px 0 -20px;
    margin-top: -20px;
    padding: 10px 0px 0px 12px;
    width: 75%;
    font-size: 18px;
	}

	.promo-card-summary-title a {
	color: #036ce2;
	}

.promo-button p{
	margin-top: -10px;
    color: white;
    font-size: 30px;
    margin-left: 6px;
	}
	.promo-button p:hover{
cursor:pointer;
}

.single-featured-image-header{
display:none !important;
}

#attr-rating{
	display:none;
    margin-top: -12px;
    margin-left: 5px;
	}
#trip-tip-btn{
     border: 1px solid;
    width: 120px;
    margin-left: 30px;
    border-radius: 4px;
    background-color: white;
    padding: 12px 5px 0px 22px;
    font-size: 12px;
    color: #036ce2;
    font-family: serif;
    height: 28px;
    font-size: 16px;
}
#Trip-tip-content{
background-color: #036ce2;
}
#trip-tip{
padding: 59px 30px 30px 30px;
color: white;
font-family:initial;
}

/*.attr-desc-modal{
	width: 100%;
    height: 470px;
    position: absolute;
    display: none;
    z-index: 6000;
    background-color: #036ce2;
    margin-top: 50px;
    position: fixed;
    left: 0%;
	bottom:0%;
} */

.selected-promo {
	display:none;
	margin-top: -30px;
    position: absolute;
    margin-left: 2px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #036ce2;
}

.promo-desc{
width:1176px;
margin:0 auto;
}
.carousel-images{
    width: 62%;
    height: 85%;
    margin-top: 2%;
    float: left;
}
.carousel-cotent{
	width: 33%;
    float: left;
    color: #FFF;
    font-family: initial;
    top: 0%;
    margin-top: 2%;
    margin-left: 4%;
}

.pop-up-carousel-single-img{
    width: 62%;
    height: 85%;
    margin-top: 2%;
    float: left;
}


.attr-features{
font-size: 13px;
height:45px;
margin-top:7px;
}

.attr-title{
	font-size: 30px;
    font-weight: bold;
    padding-bottom: 8px;
}
.attr-btn{
	width: 57%;
    margin-top: 1rem;

}
.attr-btn a{
font-size: 20px;
color: #036ce2;
}

.attr-requir{
margin-top:25px;
border-top: .5px solid #4A93E6;
}
.height-limit img, .child-swap img{
		height: 50%;
		width: 50%;
		float: left;
	}
.closed-captioning img{
	height: 30%;
    width: 30%;
    margin-top: 10px;
    margin-right: 13px;
}
.height-limit span, .child-swap span, .closed-captioning span{
   font-size: 16px;
    font-family: initial;
    float: left;
    /* width: 5%; */
    width: 72px;
    position: absolute;
    margin-top: 0px;
    margin-left: -6px;
}
.height-limit, .child-swap, .closed-captioning{
    width:30%;
	float:left;
}
.height-limit, .child-swap{
	    margin-right: 9px;
}

#showmore{
color: #036ce2;
cursor:pointer;
}

#ridesInc{
font-size:17px;
}

.modal-close{
    font-size: 20px;
    color: white;
    cursor: pointer;
    position: absolute;
    margin-left: 98.5%;
	}

	#homepage-offerings-carousel{
	margin-top:1rem;
	}

/* Things to do single temaplate css */

.content-info-container h1, .fast-facts-title{
	font-size: 36px !important;
    font-weight: 900 !important;
    line-height: 40px;
}

.fast-fact-section-without-himage{
width:50%;
float:left;
}

.fast-fact-image-container-without-himage {
    margin: -2% 2% 0% 0%;
    float: left;
    width:45%
}

.fast-fact-content-container-without-himage{
	width: 52%;
    float: left;
    margin-top: -2%;
}

.fast-fact-title-container, .fast-fact-title-container-without-himage {
	font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 30px;
	color:#000;
}

.fast-fact a {
	color: #036ce2;
	font-weight: 500;
}

.fast-fact-without-himage{
  margin: 10px 0;
  width:100%;
  min-height: 11rem;
}

 /*   font-size: 36px;
    font-weight: 900;
    line-height: 40px; */


.left-info-container {
	 float: left;
	 clear: both;
	 width: 25%;
 }

#main{
	position: relative;
}

.attr-hover-layout{
position:absolute;
}
.attr-hover-layout img{
    width: 80%;
    margin: 0 auto;
    margin-left: 11%;
    margin-top: 10%;
}


.attr-hover-layout span{
	left: 15%;
    margin-top: 19%;
    position: absolute;
    width: 66%;
}

.currentAttr{
	width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 43px solid #fff;
   margin-left: 461.5%;
  margin-top:255%;


}
.attr-overlay span{
	float: left;
    left: -5%;
    margin: 11px 0px 0px 21px;
	}

.attr-overlay{

    border: 1px;
    border-radius: 5px;
    width: 296px;
    height: 62px;
    background-color: #fff;
    position: absolute;
	left:45%;
	-moz-left: 8%;
	top:30%;
	-moz-top: 1%;

}

.feature-trip-tip {
    margin:4rem 12rem;
}
.feature-trip-tip img{
     background: linear-gradient(to right, #036ce2 , #036ce2 );
    background: -moz-linear-gradient(to right, #036ce2 , #036ce2 );
	    border-radius: .6rem;
}
#featureAvails{
	position:relative;
}
#featureAvails img{
	width:6%;
}
#featureAvails h4{
display:none;
font-size: 17px;
}


#accessability-modal,.spotlight-modal, #video-container-modal, #passes-flex-pay-modal, .passes-flex-pay-terms-modal, #terms-and-conditions-modal {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
  	z-index: 3000;
}

#accessability-modal .popup-inner,.spotlight-popup-inner {
    max-width: 700px;
    width: 90%;
    height: 80%;
    /*padding: 40px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    overflow-y:scroll;
    overflow-x:hidden;

}

#terms-and-conditions{
font-size: 1.125rem !important;
line-height: 1.25rem;
font-weight: 600 !important;
color: #036ce2 !important;
}

.terms-and-conditions-popup-inner {
    max-width: 700px;
    width: 90%;
    height: 80%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    overflow-x:hidden;

}

#video-container-modal .popup-inner{
    max-width: 700px;
    width: 90%;
    height: 80%;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
}


.video-container-popup-inner {
    height: 55% !important;
    max-width: 970px !important;
    top: 50% !important;
}


	.popup-close, .spotlight-popup-close, #passes-flex-pay-popup-close, #passes-flex-pay-terms-popup-close, .terms-and-conditions-popup-close{
   position: absolute;
    top: 0px;
    right: -15px;
    font-size: 71px;
    /* text-align: center; */
    line-height: 100%;
    color: #fff;
    padding: 0px 37px 0 20px;
	cursor: pointer;
	z-index:12342;
}

.popup-close:hover, .spotlight-popup-close:hover, #passes-flex-pay-popup-close, #passes-flex-pay-terms-popup-close{
    color:#fff;
}

.popup-close:hover{
    color: #fff !important;
}

.video-container-popup-close,  .video-container-popup-close:hover{
  color:#036ce2 !important;
  padding: 0px 10px 0 10px !important;
  right:-7px !important;
  top:-14px !important;
  font-size:55px !important;
}

.share-btn span{
color:#036ce2;
font-size:1.5rem;
vertical-align:middle;
}
.share-btn b{
font-size:1.15rem;
}

#accessability-content,#spotlight-content{
margin-top: -31px;
padding: 40px;
}

#terms-and-conditions-content{
margin-top: 100px;
}

#accessability-content h4,#spotlight-content h4{
	display: inline-block;
    margin-left: 10px;
    max-width: 90%;

}
#accessability-content img{
height: 50px;
    vertical-align: middle;
    margin-bottom: 1rem;
}
#accessability-title,#spotilight-title,#terms-and-conditions-title{
	height: 85px;
    font-size: 45px;
    position: sticky;
    top: 0;
    left: 0;
    background: #162b75;
    width: 100%;

}
.spotlight-terms-header{
color: #fff;
font-weight: 600 !important;
font-size: .75rem !important;
line-height: 1.25rem !important;
padding:1rem;
}
#accessability-info{
	color: #036ce2;
    font-weight: bold;
    cursor: pointer;

}
#accessability-title h4,#spotilight-title h4,#terms-and-conditions-title h4{
	color: white;
    padding: 16px 0 0 76px;
    font-size: 40px;
    font-size: 36px!important;
    line-height: 40px;
    font-weight: 900 !important;
}

#availImg{
display:inline !important;
vertical-align:middle;
}


.fast-facts hr{
    background-color: white;
    border: 1px solid;
    color: white;
    float: left;
    line-height: 2px;
    /*margin-top: 1rem; */
   /*margin-top: 1.2rem;*/
    width: 100%;
}

.fast-facts hr{
    background-color: white;
    border-top: 0px !important;
    border-bottom: 1px solid;
    color: white;
    float: left;
    line-height: 2px;
    width: 100%;
	margin-top: 0rem !Important;
    /*margin-top: .3rem !important;*/
}
.fast-facts hr:nth-child(2){
    margin-top: 0rem;
	}
.fast-facts-titlefast-facts-title{
    font-size: 35px;
    font-weight: bold;
 }

 /* Insider Template styles*/

.insider-tip-sub-headings{
  color: #333;
  float: left;
}

.insider-tip-headings{
  display: inline-block;
  *display: inline;
}

.insider-tip-carousel-url{
    vertical-align: bottom;
    padding-left: 2rem;
    float: right;
}

.insider-tip-carousel-url a {
    color: #026ce2 ;
    font-size: 1.5rem;
}

.insider-tip-content-description{
  padding-left:3rem;
}

.insider-tip-content{
    padding-bottom:3rem;
}

/* Content Listing Pages */
#primary-attr{
	background: -webkit-linear-gradient(to right, rgba(238, 238, 238,1),rgb(222, 222, 222)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to right, rgba(238, 238, 238,1),rgb(222, 222, 222)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to right, rgba(238, 238, 238,1),rgb(222, 222, 222)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(238, 238, 238,1),rgb(222, 222, 222)); /* Standard syntax (must be last) */
	}
.main-content {
	position: relative;
    clear: both;
	height:auto;
    width: 1176px;
    margin:0 auto;
	}


#listing-title {
   color: black;
   font-size: 36px !important;
   line-height: 40px;
   margin-bottom: 0;
   padding: 25px 20px 9px 0;
}

.ride-content{
	display:none;
	height:355px;
	width: 31%;
	float: left;
	margin-right:2%;
	margin-bottom: 20px;
	position:relative;
	}
.ride-content img{
	width:100%;
	height:70%;
	}

.main-content h1{
	color:#eeeeee;
	}
.promo-card-summary-header{
	background-color:#FFF;
	height:22%;
	position:relative;
	}

#promo-card-summary-subtitle{
    padding: 10px 0 0 12px;
    font-family: inherit;
    color: black;
    font-weight: bold;
    font-size: 12px;
	}
.promo-card-summary-title{
	font-weight: bold;
    font-family: initial;
    color: #036ce2;
	margin-bottom: 0;
    padding: 10px 0px 0px 10px;
    width: 85%;
    font-size: 18px;
	}
.promo-card-summary-title a {
	color: #036ce2;
	}

.promo-button{
	width: 30px;
    height: 30px;
    border: 1px;
    top: 51%;
    position: absolute;
    right: 3%;
    float: right;
	}



.promo-button p{
    margin-top: -10px;
   color: white;
   font-size: 30px;
   margin-left: 6px;
    }
	.promo-button p:hover{
cursor:pointer;
}
#attr-rating{
	display:none;
    margin-top: -12px;
    margin-left: 5px;
	}
#trip-tip-btn{
     border: 1px solid;
    width: 120px;
    margin-left: 30px;
    border-radius: 4px;
    background-color: white;
    padding: 12px 5px 0px 22px;
    font-size: 12px;
    color: #036ce2;
    font-family: serif;
    height: 28px;
    font-size: 16px;
}
#Trip-tip-content{
background-color: #036ce2;
}
#trip-tip{
padding: 59px 30px 30px 30px;
color: white;
font-family:initial;
}

.attr-desc-modal{
	width: 100vw;
    height: 560px;
    display: none;
    z-index: 6;
    background-color: #036ce2;
    margin-top: -50%;
    position: relative;
	bottom:0%;
}

/*.selected-promo {
	display:none;
    position: absolute;
    border-left: 13px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 11px solid #036ce2;
	float: right;
	right: 4%;
	top: 90px;
}*/

.slider-left-btn{
    margin-top: 233px;
    left: 2%;
    position: absolute;
    cursor: pointer;
	margin-left: -2%;
}
.slider-right-btn{
	position: absolute;
    right: 0%;
    margin-top: 233px;
    cursor: pointer;
}
/*.slider-left-btn span{
	 font-size: 20px;
    position: relative;
    top: 22%;
    left: 10%;
    color: #036ce2;
}
.slider-right-btn span{
	font-size: 20px;
    position: relative;
    top: 22%;
    left: 10%;
    color: #036ce2;
}*/
.promo-desc{
width:1176px;
margin:0 auto;
}
.pop-up-carousel{
   width: 62%;
    height: 85%;
    margin-top: 3%;
	margin-bottom: 3%;
    float: left;
}
.carousel-cotent{
	width: 33%;
    float: left;
    color: #FFF;
    font-family: initial;
    top: 0%;
    margin-top: 2%;
    margin-left: 4%;
}
.attr-features{
font-size: 13px;
height:45px;
margin-top:7px;
}

.attr-title{
	font-size: 30px;
    font-weight: bold;
    padding-bottom: 8px;
}

.attr-requir{
margin-top:25px;
border-top: .5px solid #4A93E6;
}
.height-limit img, .child-swap img{
		height: 50%;
		width: 50%;
		float: left;
	}
.closed-captioning img{
	height: 30%;
    width: 30%;
    margin-top: 10px;
    margin-right: 13px;
}
.height-limit span, .child-swap span, .closed-captioning span{
   font-size: 16px;
    font-family: initial;
    float: left;
    /* width: 5%; */
    width: 72px;
    position: absolute;
    margin-top: 0px;
    margin-left: -6px;
}
.height-limit, .child-swap, .closed-captioning{
    width:30%;
	float:left;
}
.height-limit, .child-swap{
	    margin-right: 9px;
}
#LoadMore{
display:none;
	float: right;
    margin-top: -51px;
    margin-right: 40px;
	font-weight: bold;
    font-family: inherit;
}
#showmore{
color: #036ce2;
cursor:pointer;
}

#ridesInc{
font-size:17px;
}

	.pop-up-carousel-left, .pop-up-carousel-right{
		width:2%;
	}

.pop-up-carousel .slick-dots{
	margin-top: 6rem;
	bottom: 111px !important;
	}

.pop-up-carousel-right img{
	top: 30.3rem;
    position: absolute;
    z-index: 4;
    width: 3%;
    height: 6%;
    left: 58%;
	}

.pop-up-carousel-left img{
	top: 30.3rem;
    z-index: 4;
    position: absolute;
    width: 3%;
    height: 6%;
    left: 4%;
	cursor:pointer;
	}

.slick-dots li button:before{
font-size:43px !important;

}
/* end of content listing styles */

/* Main carousel styles start */


.carousel-right, .carousel-left {
        margin-top: 19.55%;
		cursor:pointer !important;
}

.carousel-right{
	width:5% !important;
 	float:right;
}

.carousel-left {
        width:5% !important;
        float:left;
}

.slider-title {
        position: absolute;
    bottom: 40%;
    font-size: 48px;
    padding: 27px 20px;
    width: 6.8%;
    color: #fff;
    padding-left: 2%;
    line-height: 1;
    word-wrap: normal;
}

/*#homepage-main-carousel{
margin-bottom:-139px;
}*/
.slider-caption {
    position: absolute;
    bottom: 33%;
    font-size: 18px;
    padding: 10px 20px;
    width: 8.3%;
    color: #fff;
    line-height: 1;
    padding-left: 2%;
    word-wrap: normal;
}

.slider-details a {
    padding-top: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    bottom: 22%;
    padding-left: 2%;
    position: absolute;
}

.slick-dots {
    display: block;
    width: 100%;
        margin-top: 0px !important;
    list-style: none;
    text-align: center;
   /* position: absolute !important; */
        margin-bottom: 30px !important;
		margin-top: 73px !important;
}
/*
.fade {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 17%, rgba(0,0,0,0) 101%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.65) 60% );
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 17%, rgba(0,0,0,0) 101%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.65) 60% );
    height: 87%;
    position: absolute;
    width: 11%;
    margin-top:0;
}

*/




@media only screen and (max-width : 1680px) {
       .fade {
               background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 17%, rgba(0,0,0,0) 101%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.65) 60% );
               background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 17%, rgba(0,0,0,0) 101%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.65) 60% );
               height: 36.1rem;
               position: absolute;
               width: 11%;
               margin-top:0;
       }
}

@media only screen and (max-width : 1366px) {
       .fade {
               background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 17%, rgba(0,0,0,0) 101%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.65) 60% );
               background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 17%, rgba(0,0,0,0) 101%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.65) 60% );
               height: 36.1rem;
               position: absolute;
               width: 11%;
               margin-top:0;
       }
}

@media only screen and (max-width : 1280px) {
       .fade {
               background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 17%, rgba(0,0,0,0) 101%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.65) 60% );
               background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 17%, rgba(0,0,0,0) 101%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.65) 60% );
               height: 34.2rem;
               position: absolute;
               width: 11%;
               margin-top:0;
       }
}

@media only screen and (max-width : 1024px) {
       .fade {
               background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 17%, rgba(0,0,0,0) 101%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.65) 60% );
               background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 17%, rgba(0,0,0,0) 101%, rgba(0,0,0,0) 22%, rgba(0,0,0,0.65) 60% );
               height: 26.9rem;
               position: absolute;
               width: 11%;
               margin-top:0;
       }
 }

/* main carousel styles end */

#availImg{
	display:inline !important;
}


/****homepage start*****/

.homepage-sub-headings-things-to-do-select h3 {
        height: 45px;
        font-size: 36px;
        font-weight: 900;
        width: 455px;
}
#offerings-carousel{
margin-bottom:-130px;
}
/*.parkhours-calendar-select-id .list-menu .ul-list {
        list-style: none;
        box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        width: 455px;
        background: #FFF;
        border-top:2px solid #FFF;
        cursor: pointer;
		position:absolute;
		margin-left: 18rem;
		max-height: 300px;
		overflow-y: scroll;
} */

.homepage-sub-headings-things-to-do-select-id .list-menu .ul-list,
.parkhours-calendar-select-id .list-menu .ul-list{
	list-style: none;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 800px;
    background: #FFF;
    border-top: 2px solid #FFF;
    cursor: pointer;
	position:absolute;
}
.available-days-calendar-select-id .list-menu .ul-list{
	list-style: none;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 52.35rem;
    background: #FFF;
    border-top: 2px solid #FFF;
    cursor: pointer;
    position: absolute;
    max-height: 300px;
    overflow-y: scroll;
}
.parkhours-calendar-select-id .list-menu .ul-list{
    width:455px !important;
    margin-left:17rem !important;
    z-index: 100;
}
.parkhours-calendar-select-id .list-menu .ul-list li{
	font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.66;
}
/*.parkhours-calendar-select-id .list-menu .ul-list li {
        padding: 5px;
        color: #1E90FF;
} */
.available-days-calendar-select-id{
  /*width:12rem;*/
  background-color: #FFFFFF;
}

.homepage-sub-headings-things-to-do-select-id .list-menu .ul-list li,
.available-days-calendar-select-id .list-menu .ul-list li,
.parkhours-calendar-select-id .list-menu .ul-list li{
        padding: 20px;
        color: #1E90FF;
}


.homepage-sub-headings-things-to-do-select-id .list-menu .ul-list li:hover,
.available-days-calendar-select-id .list-menu .ul-list li:hover,
.parkhours-calendar-select-id .list-menu .ul-list li:hover
{
        background: #1E90FF;
        color: #FFF;
}


#click-title {
    width: auto;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    font-size: 24px !important;
}

.homepage-sub-headings-things-to-do-select-id {

        position: absolute;
        z-index: 6;
        margin-top:-4rem;

}

/*#click-title:after {
   background-image: url(https://www.universalorlando.com/web/dist/images/css/bg-select_036ce2.svg);
    background-repeat: no-repeat;
    background-size: 27px 24px;
    content: '';
    display: block;
    float: right;
    height: 27px;
    /* position: absolute; */
    /* right: -39%; */
    /* top: 25px; */
    /*width: 25px;
    /* left: 25px; */
    /*margin-right: 86%;
    margin-top: 14px;
    vertical-align: middle;
    text-align: center;
} */
.available-days-calendar-select-id  .uo-arrow-double{

	color:#036ce2;
	/*position: absolute;*/
	margin-top: -3rem;
    	font-size: 2rem;
	cursor: pointer;
	float:right;

}
.homepage-sub-headings-things-to-do-select-id .uo-arrow-double{
		color:#036ce2;
		font-size: 1.5rem;
		float: right;
		margin-top: -2.5rem;
		margin-right: -2rem;
		cursor: pointer;
}


#click-title.hidden:after {
    display: none;
 }

/*****homepage end*********/

.parkhours-calendar-select-id .uo-arrow-double {
    color:#036ce2;
    font-size: 2rem;
    cursor: pointer;
}

/*pass member styling starts*/
/* Styling for Pass member types and benefits starts */


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 .circle-check{

font-size: 2rem;
color: darkblue;
vertical-align: middle;
position: absolute;
margin-top: 2.25rem;
margin-left: 5rem !important;

}

#newsletter-modal-content #close-button-contact{
    margin-top: -175px !important;
}

}

.circle-check{

font-size: 2rem;
color: darkblue;
vertical-align: middle;
position: absolute;
margin-top: 2.25rem;
margin-left: -1rem;

}

 .circle-uncheck{
 background-color: #c0c0c0;
    border-radius: 20px;
    height: 2rem;
    padding: 1rem;
    width: 2rem;
	margin:1.5rem 4rem;
 }

.discount-container .first-vist-message p {
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 21px !important;
}

.discount-title
{margin:4rem 3.5rem 0.5rem 3.5rem;}

.discount-title h3{
font-weight:900 !important;
}

.discount-descr{
margin:1rem 3rem 0.5rem 3rem;
}
.discount-column{
display: flex;
margin: 2rem 0rem 0rem 3rem;
}

.row-1-column-1{
margin-left:0.5rem;
width: 14rem;
height:3rem;

}

.row-1-column-2{
margin-left:2rem;
width: 14rem;
padding:1rem;
text-align:center;
font-weight:900;
font-size:23px;
color: #1f9bde;
}

.row-1-column-3{
margin-left:2rem;
width: 14rem;
padding:1rem;
text-align:center;
font-weight:900;
font-size:23px;
color: #0032a0;
}
.row-1-column-4{
margin-left:2rem;
width: 14rem;
padding:1rem;
text-align:center;
font-weight:900;
font-size:23px;
color: #8446ad;
}

.row-1-column-5{
margin-left:2rem;
width: 15rem;
padding:1rem 0rem 1rem 0rem;
text-align:center;
font-weight:900;
font-size:23px;
color: #fc4237;
}

.column-1 {
font-weight: 500;
margin-left: 0.5rem;
padding: 1.4rem 0rem 0rem;
text-align: left;
width: 14rem;
}
.column-2{
margin-left:2rem;
width: 14rem;
padding: 1rem;
text-align: center;
background-color:lightgray;
font-size:0.85rem;
text-align:center;
}


/* Pass member benefits height changes Start */

.column-width .discount-column:nth-child(n+10):nth-child(-n+15){
   height:4.5rem !important;
}

.column-width .discount-column:nth-child(n+16):nth-child(-n+35){
     height:6.3rem !important;
}

.discount-container .column-width .discount-column:nth-child(n+8):nth-child(-n+16) .column-1{
    padding-top:1rem !important;
}

.discount-column:nth-child(n+13):nth-child(-n+35) .column-1{
	  padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

/*.column-width .discount-column:nth-child(n+21):nth-child(-n+24){
    height:5.5rem !important;
} */

/*.discount-container .column-width .discount-column:nth-child(n+21):nth-child(-n+24) .column-1
{
   padding-top:.6rem !important;background-color: blue !important;
} */

.discount-column:nth-child(n+14):nth-child(-n+35) .column-2 i.uo-ok-circled,
.discount-column:nth-child(n+14):nth-child(-n+35) .column-3 i.uo-ok-circled,
.discount-column:nth-child(n+14):nth-child(-n+35) .column-4 i.uo-ok-circled,
.discount-column:nth-child(n+14):nth-child(-n+35) .column-5 i.uo-ok-circled{
    margin-top: .8rem !important;
}




/* Pass member benefits height changes End */

.column-1 p, .column-2 p ,.column-3 p, .column-4 p, .column-5 p{
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 21px !important;
}

.column-1 a, .column-2 a ,.column-3 a, .column-4 a, .column-5 a,
.ticketfooter .passes-flex-pay-header, .discount-column b.passes-flex-pay-header{
    color: #036ce2 !important;
    font-weight: 600;
    font-size: 0.85rem !important;
    text-decoration: none;
    cursor: pointer;
}

.column-3{
background-color: lightgray;
font-size: 0.85rem;
margin-left: 2rem;
padding: 1rem;
text-align: center;
width: 14rem;
}

.column-4{
margin-left:2rem;
width: 14rem;
padding: 1rem;
text-align: center;
background-color:lightgray;
font-size:0.85rem;
}
.column-5{

background-color:lightgray;
margin-left: 2rem;
padding: 1rem;
text-align: center;
vertical-align: initial;
width: 14rem;
font-size:0.85rem;
}

.light-line{
border-color: gray;
border-style: solid;
border-width: 0.001em;
margin-bottom: -2rem;
margin-left: 3.5rem;
margin-top: 0;
width: 70rem;
}
.dark-line{
border-color: #c0c0c0;
border-style: solid;
border-width: 0.1em;
margin-bottom: -2rem;
margin-left: 3.5rem;
margin-top: 0;
width: calc(100% - 3.55rem);
}

.price-tag-big{
font-size: 24px;
font-weight: 500;
letter-spacing: 1px;

}

.price-tag-small{
font-size: 12px;
font-weight: 500;
letter-spacing: 0.5px;
}



.insider-tip-sub-headings{
color: #333;
float: left;
}

.insider-tip-headings{
display: inline-block;
*display: inline;
}

.insider-tip-carousel-url{
vertical-align: bottom;
padding-left: 2rem;
float: right;
}

.insider-tip-carousel-url a {
color: #026ce2 ;
font-size: 1.5rem;
}

.insider-tip-content-description p{
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    color: #333 !important;
}

.insider-tip-content{

padding-bottom:3rem;

}
/* Styling for Pass member types nad benefits ends */





/* Styling for Discount tabs starts */

.citywalk-circle-check{
  color: darkblue;
    font-size: 1.5rem;
    margin-left: 1rem !important;
 /*   padding-top: 1rem;*/
    vertical-align: middle;
	 position: absolute;
	margin-top: 1.25rem;

}
.citywalk-discount-container{
  background-color:white;
}
.citywalk-discount-title
{margin:4rem 3.5rem 0.5rem 3.5rem;}

.citywalk-discount-title h3{
  font-weight:900 !important;
}

.citywalk-discount-descr{
margin:1rem 3rem 0.5rem 3rem;
}
.citywalk-discount-column{
display: flex;
margin: 2rem 0rem 0rem 3rem;
}

.citywalk-row-1-column-1{
margin-left:0.5rem;
width:15rem;
height:3rem;
}

.citywalk-row-1-column-2{
margin-left:3.5rem;
width:3.5rem;
padding:0rem 0rem 0rem;

}

.citywalk-row1-column-3{
margin-left:1rem;
width:3.5rem;
padding:0rem 0rem 0rem;

}
.citywalk-row1-column-4{
margin-left:1rem;
width:3.5rem;
padding:0rem 0rem 0rem;


}
.citywalk-row1-column-5{
margin-left:1.3rem;
width:18rem;
padding:0rem 0rem 0rem;

}

.citywalk-column-1 {
height: 4rem;
margin-left: 0.5rem;
padding: 1rem 0 0 0rem;
width: 14rem;
font-weight:600;
}
.citywalk-column-2{
margin-left:3.5rem;
width:3.5rem;
 background-color:#f6f6f6;
}
.citywalk-column-3{
margin-left:1rem;
width:3.5rem;
background-color:#f6f6f6;
}

.citywalk-column-4{
margin-left:1rem;
width:3.5rem;
background-color:#f6f6f6;
}
.citywalk-column-5{
	color: #333 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 21px !important;
background-color: #f6f6f6;
margin-left: 1rem;
padding: 1rem;
text-align: center;
vertical-align: initial;
width: 31rem;
}

.citywalk-light-line{
    border-color: gray;
    border-style: solid;
    border-width: 0.001em;
    margin-bottom: -2rem;
    margin-left: 3.5rem;
    margin-top: 0;
    width: 62rem;
}
.citywalk-dark-line{
  border-color: #c0c0c0;
    border-style: solid;
    border-width: 0.1em;
    margin-bottom: -2rem;
    margin-left: 3.5rem;
    margin-top: 0;
    width: 62rem;
}


.citywalk-discount-title .citywalk-discount-sub-description p{

    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    color: #333 !important;

}

/* Styling for Discount tabs ends */


/*pass member styling ends*/
/* Silver Annual Pass calender  starts */
.available-day-line
{
  border-color: #fff;
    border-style: solid;
    border-width: 0.1em;
    width: 53rem;
    margin-bottom:1.2rem;
    margin-right:3rem;
    float:right;
}
.available-day-line-template
{
  border-color: #fff;
    border-style: solid;
    border-width: 0.1em;
    width: 73rem;
    margin-bottom:1.2rem;
}
.day-labels{
  margin-bottom:1.2rem;
  margin-left:24rem;

}
.day-labels img{
 margin-bottom: -6px !important;
 margin-left: 15px !important;

}


.month_title{
font-size: 16px;
font-weight: bolder;
margin-bottom: 1rem;
margin-right: 13rem;
}

.odd-row-calendar {
background-color: #034fa5;
border:0.01em solid lightgray !important;
color: white;
padding: 0rem 0.34rem !important;
width:15.12%;
height:3rem;
font-size: 12px;
font-weight: 800;
}

.even-row-calendar{
background-color: #034fa5;
border:0.01em solid lightgray !important;
color: white;
padding: 0rem 0.34rem !important;
width:15.12%;
height:3rem;
font-size: 12px;
font-weight: 800;
}
.available-days{
background-color: #036ce2;
border:0.01em solid lightgray !important;
color: white;
padding: 0rem 0.34rem !important;
width:15.12%;
height:3rem;
font-size: 12px;
font-weight: 800;
}

.blank-row-calendar{
background-color: white;
border:0.01em solid lightgray !important;
padding: 0rem 0.34rem !important;
width: 15.12%;
height:3rem;
font-size: 12px;
font-weight: 800;
}

.blackout-days{
background-color: #D3D3D3;
border:0.01em solid #FFFFFF !important;
padding: 0rem 0.34rem !important;
width: 15.12%;
height:3rem;
font-size: 12px;
font-weight: 800;
}

.available-style{
    background-color: #036ce2;
    border-radius: 0;
    height: 1.8rem;
    margin: 1.5rem;
    padding: 1rem;
    width: 1.8rem;
}

.day-labels{
	margin-bottom:1.2rem;
	display:flex;

}

.blackout-style{
    background-color: #D3D3D3;
    border-radius: 0;
    height: 1.8rem;
    margin-left: 8.5rem;
    margin-top: 1.49rem;
    padding: 1rem;
    width: 1.8rem;
}

.diagnol-line{
    border-bottom: 1px solid #FFFFFF;
    -webkit-transform:
        translateY(10px)
        translateX(-20px)
        rotate(-45deg);
    position: absolute;
    width:4.25rem;
    height:1rem;
}

.diagnol-line-index{
	border-bottom: 1px solid #FFF;
	-webkit-transform: translateY(0px) translateX(-20px) rotate(-45deg);
	position: absolute;
	width: 2.5rem;
	height: 0rem;
}

.available-style-text{
	width: 10rem; margin-top: -1rem; margin-left: 2rem;
}

.blackout-style-text{
    margin-left: 2.2rem;
    margin-top: -0.9rem;
    width: 10rem;
}

.annual-pass-table{
width:33%;
float:left;
margin-left:1rem;
height:3rem;

}
.cal_header{
color:white;
background-color:black;
width:15.12%;
text-align:center;
}



.pass-table-dates {
background-color: white;
border: 12px solid white;
padding: 0rem 0rem 0.5rem !important;
text-align: center;
}



.outer-container{

display: flex;
margin-left: 0rem;
}
.container-1
{
background-color: white;
border: 15px solid white;
float: left;
margin-left:18.5rem;
width: 34%;
border-radius:4px;

}

.container-1-extended
{
background-color: white;
border: 15px solid white;
float: left;
margin-left:0rem;
width: 34%;
border-radius:4px;

}
.container-2
{
background-color: white;
border: 15px solid white;
float: left;
margin-left: 1.4rem;
width: 34%;
border-radius:4px;
}
.container-3{
background-color: white;
border: 15px solid white;
float: left;
margin-left: 1.4rem;
width: 34%;
border-radius:4px;
}

.cal_header p{
font-size:12px !important;
font-weight:500 !important;
margin-bottom:0 !important;

}
.div-display {
display:flex;
}



/* Styles for FAQs  Starts*/

#faqs-search-icon{
    float: left;
    color: #026ce2;
    margin-top: -2.25rem;
    font-size: 1.5rem;
    margin-left: 97%;
    font-weight: 600;
    position: absolute;
}
.search-bar-faqs{
    box-shadow:rgba(0, 0, 0, 0.4) 0px -1px 0px 0px, rgba(0, 0, 0, 0.188235) 0px 6px 20px 0px;
    height:2.5rem;
    font-weight: bold;
    font-size: 1.3rem;
}
.left-menu-bar{
    background-color: #FFF;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    margin-top: -.8rem;
}
.title-container-search-faqs{
        width: 100%;
    background-color: #162b75;
    height: 5rem;
}
.faqs-container{
float:left;
width: 75%;
}
.faqs-container-bar{
    background-color: #FFF;
    border: 0;
    height: 4px;
    margin: 1rem 0rem;
    width: 100%;
}

.faq-q .uo-arrow-up{
    display:none;
}

.faq-q .uo-arrow-up,.faq-q .uo-arrow-down{
    font-size: 1.6rem;
    margin-top: 0rem;
    float: right;
}

.faq-q{
  padding: 0 2rem 0 1rem;
  color:#036ce2;
  font-weight:600;
   font-size: 18px !important;
    line-height: 24px !important;
}

.faq-answer{
  padding: 1rem 2rem;
  display:none;
  color:black;
   font-weight:300;
	font-size: 18px !important;
    line-height: 24px !important;
}
/*.faq-answer p{
  font-weight:300;
font-size: 18px !important;
    line-height: 24px !important;
}*/
.faq-answer a{
color:#036ce2;
}
.faq-answer ul{
        margin-left:3rem;
}
.rotate {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq{
  list-style-type: none;
}
#faq-1{
margin-top:-2.5rem;
}

.faqs-container h2{
margin-bottom: -.2rem;
}

/* Styles for FAQs  Ends*/

/* Styles for Calendar and hours starts */
.show-name{
margin-bottom:1rem;
margin-top:1rem;
}
.week-show-details{
display:flex;
}
.week-show-header{
width: 18%;
}
.week-show-desc{
margin-left:2rem;
}
.grinchmas-desc{
margin-left:-2rem;
}
.show-header{
	font-size:1rem;
}
.show-thumb{
	float: left;
    width: 25%;
    padding: 0 1rem;
}
.show-desc{
	float: left;
    width: 73%;
    padding: 0 1rem;
	right:0
}
.show-details{
display:inline-block;
width:100%;
}
.park-hours-calendar-header,.current-week-calendar-header{
	font-size: 2.25rem !important;
    letter-spacing: 2px !important;
    font-weight: 900 !important;
    color: #000;
    text-align: center;
    margin-bottom: -0.3rem;
}
.current-week-currentdate{
font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 30px;
}
.park-hours-calendar-header .uo-arrow-left{
color:#036ce2;
padding-top:2rem;
position:absolute;
font-size: 1.8rem;
}
.park-hours-calendar-header .uo-arrow-right{
	color: #036ce2;
    padding-top: 2rem;
    position: absolute;
    font-size: 1.8rem;
}
}

.park-hours-calendar-header{
   text-align: center;
    font-size: 2rem;
    font-weight: 600;
}

.park-hours-calendar-header .uo-arrow-double{
	margin-top: 1.2rem;
        position: absolute;
	font-size: 1.7rem;
        cursor: pointer;
}
.dayoftheweek{
background-color:grey;
height:2rem;
}
.dayoftheweek>th{
color:white;
text-align:center;
}
.dayoftheweek-child{
height:2rem;
font-size:.6rem;
}
.dayoftheweek-child>th{
color:#036ce2;
text-align:center;
}
.pastday{
opacity:.5;
}
.futureday{
cursor:pointer;
}
.activeday{
	width: 23%;
    padding: 11px 4px 11px 4px;
    margin: 0 auto;
    background: #162b75;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 50%;
    color: white !important;
}
.current-week-start,.current-week-end{
    background-color: white;
    border: 1px;
    color: white;
    line-height: 1px;
    width: 100%;
 }
 .current-week-start{
 margin-top:1rem;
 }

.week1>td,.week2>td,.week3>td,.week4>td,.week5>td{
    height: 10rem;
    border: 1px solid lightgray;
	height:8rem;
	width:14.2857%;
	font-weight: 600;
}
.currentdate{
background-color:#162b75;
color:#FFF;
}

.park-hours-span{
list-style-type: none;
text-align: center;
}

.early-hours span{
font-size: 13px;
color:#036ce2;
}

.citywalk li{
text-align: left;
    font-size: 14px;
    margin-left: 4px;
    list-style-type: none;
    margin-top: -1rem;
}
.citywalk span{
margin-left:-1rem;
}
.calendar-dates-current-week{
margin: -1rem 0 0 0;
}
#ui-datepicker-div { display: none; }
.cal-date{
font-size:.6rem;
}

.monthpicker{
display:none;
}
/* Styles for Calendar and hours ends */


/**************Email Sign Up form****************/
.signup-header{
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0em;
    /*line-height: 4em; */
    margin: 0;
    padding: 0;
}
.signup-button-container{
	display:flex;
}

.signup-instructions{
margin-left: 0rem;
    margin-top: 1.5rem;
    width: 100%;
}


.continue-button{
	 background-color: #036ce2;
	 height: 2.6rem;
	margin-bottom: 8px;
	margin-top: -7px;
	width: 102%;
	border-radius:4px;
	}

.continue-button h4{
 margin-top:-0.3rem;
 color:white;
 font-size: 18px !important;
    line-height: 24px;
    font-weight: 600 !important;
}

.signup-button-1{
	background-color: #036ce2;
    background-image: none;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    line-height: .9375rem;
    margin-bottom: 0;
    margin-top: 20px;
    height: 45px;
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 2px;
    outline: 0;
    width: 100%;
}
.signup_form_send div p{
width:100%;
}


.contact-message-info button{

    padding: 0%;
    margin-left: 0rem !important;
}
.signup-checkbox{
      display: flex;
    margin-bottom: 2rem;
}

.signup-button-2{
 background-color: #797a7d;
    height: 2.5rem;
    margin-left: 5rem;
    margin-top: 0rem;
    width: 25%;
}
.signup-instrucCheck{
 height: 1.2rem !important;
    margin-left: -1rem;
    margin-top: 1.2rem;
    width: 10% !important;
}
.signup-message-container{
float: left;
width: 50%;

}

.signup-message-container > div {
    margin-left: 5rem;
}

 .signup-form-desc input, .signup-form-desc textarea {
    height: 2.2rem;
    margin-bottom: 0.7rem;
    width: 100%;
}

.signup-form-desc textarea {
    resize: none;
}

.contact-right-logo-desc h3 {
    margin-bottom: 0.5rem;
}

.contact-right-list {
    padding-left: 20px;
}

.contact-right-list li {
    padding-left: 15px;
}

.contact-right-list h3 {
    font-weight: 300 !important;
    font-size: 1.25rem !important;
    color: gray;
}

.email-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.125s opacity ease;
}

.email-loading .dot {
    display:inline-block;
    width:8px;
    height:8px;
    border-radius:50%;
    margin-right:7px;
    background:#fff;
    animation: wave 1.3s linear infinite;
}

.email-loading .dot:nth-child(2) {
    background: #b3d3f6;
    animation-delay: -1.1s;
}
.email-loading .dot:nth-child(3) {
    background: #67a6ed;
    animation-delay: -0.9s;
}

@keyframes wave {
	0%, 60%, 100% {
		transform: initial;
	}

	30% {
		transform: translateY(-15px);
	}
}

/******style for sticky footer ********/

#signup-banner-sticky{

 background-color: white;
    bottom: 2rem;
    margin: 0 auto 0 12%;
    position: fixed;
    text-align: center;
    width: 60rem;
    z-index: 1000;
}
#signup-banner-close span{
	 color: #036ce2;
    float: right;
    margin: 0.25rem;
}



/**** forms overide from styles.css ***/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
        color: #666;
        background: #fff;
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
        border: 1px solid #bbb;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: block;
        padding: 0 !important;
        width: 100%;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
        color: #666 !important;
        border-color: #666 !important;
}


.email-signup-primary .signup-message-container .signup-form-container input[type="text"]{
	width: 100%;
}

.email-signup-form-container {
    float: left;width: 100%;display: block;min-height: 200px;display: flex; align-items: stretch;
}

.email-signup-form-container .signup_form_send {
    max-width: 500px;
    width: 100%;
    display: block;
    padding: 1rem 0;
    right: 60px;
    position: absolute;
}

.email-signup-split {
    position: relative;
    width: 50%;
    min-height: 600px;
}

.email-signup-split .title-holder {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.75px !important;
    padding-left: 30px;
    margin-bottom: 10px;
}

.email-signup-split ul {
    list-style-type: none;
    color: white;
    padding-left: 30px;
}

.email-signup-split ul li {
    margin-bottom: 1rem;
    position: relative;
}

.email-signup-split ul li::after {
    background-image: url('/wp-content/themes/ush_theme/assets/images/check-circle.png');
    content: '';
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -45px;
    top: 50%;
    transform: translateY(-50%);
}

.email-signup-benefits {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(to top,#123181 0,#2c539f 100%);
    padding: 15px 40px 70px;
    width: 500px;
    margin-left: 60px;
}

.email-signup-split .newsletter-country-container {
    position: relative;
}

.email-signup-checkbox {
    position: relative;
}

.email-signup-split .signup_form_send .birthday-input {
    padding-left: 20px !important;
}

.newsletter-country-select {
    width: 100%;
    border-radius: 0;
    background-color: white;
    height: 2.2rem;
    -webkit-appearance: none;
    padding-left: 20px !important;
    margin-bottom: 0.7rem;
}

.caret {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 1rem;
    bottom: 25px;
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.email-signup-checkbox label {
    padding-left: 30px;
    font-size: 12px;
    font-weight: normal;
}

.email-signup-checkbox input {
    display: none;
}

.email-signup-checkbox input[type="checkbox"]:checked ~ span {
    background-image: url('/wp-content/themes/ush_theme/assets/images/checkmark.png');
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.email-signup-checkbox span {
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #8d8d8d;
    position: absolute;
    left: 0;
    background-color: #fff;
}


.bshadow0, input {
    box-shadow: 0 !important;
}


.error404 .page-content {
	margin: 2rem 0 0 0  !important;
	padding: 0 !important;
}

.error404 .sub-title {
    font-size: 2rem;
    font-weight: bold;
}

.error404 .message-info{
        width:55%;
        float:left;
}

.error404 .right-message-info{
        width:40%;
        float:right;
	padding-top:5rem;
}

.error-404-container{
	width:100%;
	max-width: 1176px;
	margin: 0 auto;
}

.error404 .sub-description {
    font-size: 1rem;
}

.error404 p{
  width: 50% !important;
}


.listing-trip-tip{
    background: -moz-linear-gradient(to right,#162b96 0, #162b75 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to right,#162b96 0, #162b75 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,#162b96 0, #162b75 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 0.75rem 2rem;
    height: auto;
    border-radius: 5px;
    color:#ffffff;
	height:314px;
	}

.listing-trip-tip a img{
	height: auto !important;
    width: 57% !important;
}

#site-content-container #content iframe{
 margin : 0 !important;
}


#site-content-container #content .map-container {
	width: 100%;
}

#site-content-container #content .map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}

#site-content-container #content .map-container iframe.clicked{
	pointer-events: auto;
}

.slick-list, .slick-slider, .slick-track{
	position: inherit !important;
}

.intro-full-content-container{
    float:left;
    width:100%;
    padding-right: 2rem ;
}


#spanishtourtimings{
  margin-left : 5rem;
}

#spanishtourtimings ul li{
  list-style: none;
}

#mandarintourtimings{
  margin-left : 5rem;
}

#mandarintourtimings ul li{
  list-style: none;
}

.calendarpicker .uo-calendar-c{
    float: left;
    left: 34.3%;
}


.calendarpicker .datepicker table tr:nth-last-child(2){
border-bottom:3.5px solid #046fe7 !important;
}

@-moz-document url-prefix() {
		.uo-calendar-c{
		left: 9rem;
		margin-top: -0.6rem;
    }
}

/* Email success pop Up start*/

#newsletter-signup-success,#official-rule-bg{
		display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        opacity: .50;
        -webkit-opacity: .5;
        -moz-opacity: .5;
        filter: alpha(opacity=50);
        z-index: 1000;
}
#newsletter-modal-content{
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    height: 192px;
    left: 47%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: fixed;
    top: 46%;
    width: 423px;
    z-index: 1000;
}
#newsletter-modal-content #close-button{
float: right;
font-size: 2rem;
color: #036ce2;
cursor: pointer;
font-weight:600;
margin-right:1rem;
position: absolute;
top: 0;
right: 0;
}
#newsletter-modal-content #close-button-contact{
    float: right;
font-size: 2rem;
color: #036ce2;
margin-top: -190px;
cursor: pointer;
font-weight: 600;
margin-right: 1rem;

}

#newsletter-modal-content .modal-logo {
display: block;
margin: 0 auto;

}

#newsletter-modal-content h2 ,#official-rule-content h2{
font-size: 1rem !important;
margin-top: 2rem;
letter-spacing:.8px !important
}

#newsletter-modal-content h4 {
    text-align: center;
    color: #767676;
    font-weight: 400 !important;
}
#official-rule-content{
	    background-color: white;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		box-shadow: 0 0 20px 0 #222;
		-webkit-box-shadow: 0 0 20px 0 #222;
		-moz-box-shadow: 0 0 20px 0 #222;
		display: none;
		left: 37%;
		margin: -120px 0 0 -160px;
		padding: 10px;
		position: fixed;
		top: 40%;
		width: 550px;
		z-index: 1000;
		height:370px;
		overflow-y:scroll;
}
#official-rule-content #close-button{
    font-size: 3rem;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    position: absolute;
    top: -50px;
    margin-left: 88%;
}

/*Email success pop Up ends */


/*****fonts*****/


#primary .title-container .title-holder,
#content .title-container .title-holder,
#primary .title-container-search-faqs .title-holder,
.title-container-without-banner .title-holder{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.75px !important;
}
#primary .title-container-search-faqs .title-holder,
.title-container-without-banner .title-holder{
 padding-top:1.1rem;
}

#primary .breadcrumb-container .breadcrumb-holder {
    font-size: .6875rem;
    font-weight: 600;
    line-height: .9375rem;
    letter-spacing: 0px;
}

#main .content-info-container h2{
    font-size: 36px !important;
    line-height: 40px !important;
    font-weight: 900 !important;
    letter-spacing: 0px !important;
}

.header-inner .header-general-nav ul li span{
	line-height: 1.5rem !important;
	letter-spacing: .0625rem !important;
	font-weight: 500 !important;
	font-size: 1rem !important;
}

.header-inner .header-general-nav ul li span a, .header-inner .header-general-nav ul li span p{
        line-height: 1rem !important;
        letter-spacing: .0625rem !important;
        font-weight: 500 !important;
        font-size: 0.75rem !important;
        color: #FFFFFF;
        display: inline-block;
}

.header-tickets-search-nav #header-tickets-nav #header-tickets-nav-open-text .uo-double-chevron-down,
.header-tickets-search-nav #header-tickets-nav #header-tickets-nav-close-text .uo-double-chevron-up{
    margin-left: 12px;
	font-size: 1rem !important;
}

.header-tickets-search-nav #header-tickets-nav #header-tickets-nav-open-text .uo-double-chevron-down{
    margin-top: 7px !important;
	vertical-align:middle;
	}

.header-tickets-search-nav #header-tickets-nav #header-tickets-nav-close-text .uo-double-chevron-up{
margin-top:2px !Important;
}

.header-tickets-search-nav #header-tickets-nav #header-tickets-nav-open-text span,
.header-tickets-search-nav #header-tickets-nav #header-tickets-nav-close-text span{
	font-weight: 800 !important;
    font-size: 1rem !important;
    line-height: 1.125rem !important;
	cursor: pointer;
}


#main-carousel .slick-list .slick-track .slider-image .slider-title b{
	font-size: 48px !important;
	line-height: 50px !important;
	font-weight: 900 !important;
}


.slick-list .slick-track .slider-image .slider-caption{
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight:initial !important;
}

#homepage-spotlight .spotlight-header-title,
#homepage-offerings-carousel .homepage-sub-headings-things-to-do-select-id h2,
#homepage-happenings h2,
#homepage-find-your-fun h2,
#primary-attr .main-content #listing-title,
.info-container .content-info-container h2,
#main #park-map-happenings .park-map-sub-headings-happenings,
#main .fast-fact .homepage-sub-headings,
.find-your-fun-offerings-carousels div div div.find-your-fun-sub-headings,
.intro-container .intro-content-container h2, #trending-now h2,
.info-container .studiotour-template-content-info-container,
#main .content-info-container h2,
.additional-template-content-info-container h1{
	font-size: 36px !important;
	line-height: 40px !important;
	font-weight: 900 !important;
	color: #333;
	letter-spacing: .5px !important;
	font-family: "Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#sub-container .tab-content #header-main-sub .sub-menu-text{
margin-bottom:1rem !important;
}

#sub-container .tab-content #header-main-sub .sub-menu-text a{
	font-weight: 900;
    font-size: 2.25rem;
    line-height: 2.5rem;
	letter-spacing:1px !important;
}
#sub-container .tab-content #header-main-secondary-sub .secondary-sub-menu-text a{
	font-size: 14px;
    line-height: 20px;
	font-weight: 300;
	}
.homepage-spotlight-section div div span {
	backface-visibility: hidden;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
	margin-bottom:.3rem;
}

.homepage-spotlight-section div div p,
.slick-list .slick-track
.slick-slide .offerings-carousel-dynamic-lead-caption,
.homepage-happenings-section .homepage-happenings-text p,
#main #park-map-happenings .park-map-happenings-section .park-happening-desc
.park-map-happenings-text p,
#main .fast-fact #additional-information .additional-information-section-block
.additional-information-transbox a p, .title-container-available-days .title-container-available-days-description p,
#main .intro-content-container p,
.studiotour-template-content-info-container p, .studiotour-template-content-info-container a p a,
.overview-template-content-info-container p, .overview-template-content-info-container a p a, .overview-template-content-info-container ul,
.tab_content-description-container, .additional-template-content-info-container p ,
.week-show-desc,.tab-full-text-container ul,.tab-full-text-container p{
	font-size: 18px !important;
        line-height: 24px !important;
	font-weight: 300 !important;
	display: block;
	color:#333 !important;
}

.overview-template-content-info-container ul li a {
        color: #036ce2; !important;
        font-weight: 500 !important;
        text-decoration: none;
}


.slick-list .slick-track .slick-slide .offerings-carousel-dynamic-lead-title a,
#main .fast-fact #offerings-carousel .slick-list
.slick-track .slick-slide .offerings-carousel-dynamic-lead-title a{
	font-size: 24px;
    line-height: 30px;
	color:#036ce2;
	font-weight:700;
}

.info-container .content-info-container p,
.park-map-desc p{
		font-size: 18px;
    line-height: 24px;
	font-weight: 300;

	}
#main .map-download h3,
#main .fast-fact .feature-tab-container .feature-posts-tab
.posts-tab .feature-category-content .tab_content .tab_content-text-container .tab_content-title-container{
	font-size: 18px !important;
    line-height: 24px;
	color: #333;
}
.info-container .left-info-container #featureAvails span{
	font-size: 14px;
	font-weight: 500;
	line-height: .9375rem;
    color: #333;
}
#main .info-container .left-info-container #featureAvails #accessability-info{
	font-size: 14px;
    line-height: .9375rem;
	font-weight: 600;
}
.fast-fact #find-your-fun-promos-section #promos-section div div div span a h2,
.fast-fact #top-features div div div div span h2 , #top-feature-transbox,
#insider-tips-section  .tip-section .tip-background .tip-transbox span h2 a{
	text-align: center;
	font-size: 36px;
    line-height: 40px;
	font-weight: 900;
	letter-spacing: .5px !important;
}

#main .fast-fact #additional-information .additional-information-section-block
.additional-information-title h1{
    font-size: 24px !important;
    line-height: 30px !important;
	font-weight: 900 !important;
	letter-spacing:.2px !important;
	color:#333;
}

#header-main-secondary-sub .secondary-sub-menu-text .secondary-sub-menu-image-section
#secondary-sub-menu-image-background #secondary-sub-menu-image-transbox span a{
	color: #FFF;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 20px !important;
    text-align: center !important;
    text-transform: uppercase !important;
	letter-spacing:1.5px;
	}



@media only screen and (max-width: 1480px) and (min-width: 750px) {
  .video-container-popup-inner {
    height: 95% !important;
    max-width: 970px !important;
    top: 50% !important;
}
/*.embed-responsive-item #video-iframe iframe{
	position: absolute;
    width: 91%;
    height: 89.5%;

	}*/
}

/*@media only screen and (max-width: 1800px) and (min-width: 1481px) {
 .embed-responsive-item #video-iframe iframe{
	position: absolute;
    width: 91%;
    height: 89.5%;

	}
}*/

/*
@media only screen and (max-width: 1680px) and (min-width: 1176px) {
  #main-carousel .slick-list .slick-track .slider-image .slider-title b{
	font-size: 48px !important;
	line-height: 50px !important;
	font-weight: 900 !important;
}
.slick-list .slick-track .slider-image .slider-caption{
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight:initial !important;
}

}

@media only screen and (max-width: 1175px) and (min-width: 1080px) {
  #main-carousel .slick-list .slick-track .slider-image .slider-title b{
	font-size: 44px !important;
	line-height: 45px !important;
	font-weight: 900 !important;
}
.slick-list .slick-track .slider-image .slider-caption{
	font-size: 17px !important;
	line-height: 22px !important;
	font-weight:initial !important;
}
.slider-details a img{
 width:77%;
}
}

@media only screen and (max-width: 1079px) and (min-width: 980px) {
  #main-carousel .slick-list .slick-track .slider-image .slider-title b{
	font-size: 38px !important;
	line-height: 40px !important;
	font-weight: 900 !important;
}
.slick-list .slick-track .slider-image .slider-caption{
	font-size: 16px !important;
	line-height: 20px !important;
	font-weight:initial !important;
}
.slider-details a img{
 width:65%;
}
}

@media only screen and (max-width: 979px) and (min-width: 650px) {
  #main-carousel .slick-list .slick-track .slider-image .slider-title b{
	font-size: 30px !important;
	line-height: 30px !important;
	font-weight: 900 !important;
}
.slick-list .slick-track .slider-image .slider-caption{
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight:initial !important;
}
.slider-details a img{
 width:57%;
}
}
@media only screen and (max-width: 650px) and (min-width: 250px) {
  #main-carousel .slick-list .slick-track .slider-image .slider-title b{
	font-size: 20px !important;
	line-height: 20px !important;
	font-weight: 900 !important;
}
.slick-list .slick-track .slider-image .slider-caption{
	font-size: 13px !important;
	line-height: 15px !important;
	font-weight:initial !important;
}
.slider-details a img{
 width:40%;
}
}

*/

.fast-fact .secondary-vip-content-info-container p{
	font-size: 18px;
    line-height: 24px;
    font-weight: 300;
	width:100%;
}

/* Footer Fonts*/

#search-error h2 {
    font-family: inherit;
    font-size: 36px !important;
    line-height: 40px;
    font-weight: 300 !important;
    margin-top: 10px;
	letter-spacing: 0px !important;
}

#early-entry-indication p{
    text-align: center;
    color: #036ce2;
    font-weight: 600;
}

.calendar-messages p{
    text-align: center;
    color: #333;
    font-weight: 400;
    font-style: italic;
}


#newsletter-dob-agegate-label{
display:none;
color:red;
font-weight:bold;
}

#purchase_ticket{
	color: #036ce2;
    font-weight: 500;
	cursor: pointer;
}
.tab_content-description-container a, .content-info-container p a,.tab-full-text-container p a  {
	color: #036ce2;
    font-weight: 500;
}
.tab_content-description-container ul{
margin-left:2.5rem;
}
.tab-full-text-container h3{
	font-size: 36px !important;
    line-height: 40px;
    font-weight: 600 !important;
}

#month,#year,#day,#state,#next-month-calendar,#previous-month-calendar,.futureday{
 cursor:pointer !important;
}


.section-article-list-title{
	font-size: 24px !important;
    line-height: 30px;
    font-weight: 600 !important;
}

.tab-full-text-container ul,.tab-full-text-container p, .tab_content-text-container .tab_content-description-container p{
    font-size: 18px  !important;
    line-height: 24px !important;
    font-weight: 300 !important;
	display: block;
	color:#333;
	overflow: hidden;
}

.tab_content-text-container .tab_content-description-container center{
font-size:16px !important;
}
.additional-template-content-info-container{
margin-top:0rem !important;
margin-bottom: 2rem;
}
.additional_info_template{
margin-top:.3rem;
}

.embed-responsive-item{
  /*min-height:621px !important;*/
  min-height:500px;
  min-width:750px!important;
  height:100%;
  width:100%;
}
#additional_info_template .left-nav-container{
margin-top:5rem;
}

.feature-posts-tab-with-menu .posts-tab{
margin-top:2rem;
}


#main #additional_info_template .feature-posts-tab-with-menu .posts-tab{
    margin-bottom: 3rem !important;
}

.additional-template-content-info-container h1{
    margin-bottom: -.3rem;
}

/*.feature-posts-tab-with-menu  .posts-tab ul li:hover{
background-color:#162b75;
} */
.feature-posts-tab-with-menu  .posts-tab ul li.current{
color:#162b75;
}
/*.feature-posts-tab-with-menu  .posts-tab ul li.current:hover{
color:#162b75 !important;
background-color:#fff;
} */

#faqs-search-text:focus,#faqs-search-text{
padding-right:10px;
}
.overview-template-content-info-container{
padding:0 42px;
}

.overview-template-content-info-container div ul, .directions-tab-text-container div ul{
	padding: 0 55px;
}
.acce-pdf{
font-size: 1.125rem;
margin-left: 47px;
}
.acce-pdf a{
font-weight:600;
color:#036ce2;
padding-bottom:1.5rem;
}
.homepage-spotlight-section div div p,.slick-list .slick-track
.slick-slide .offerings-carousel-dynamic-lead-caption,
.homepage-happenings-section .homepage-happenings-text p{
	font-size: 14px !important;
    line-height: 20px !important;
}
#seeall{
font-size:18px !important;
	font-weight:bold;
	color:#036ce2;
	cursor:pointer;
	margin-left:1rem;
}
.spotlight-terms-header{
cursor:pointer;
color:white !important;
}
.additional-information-transbox p{
	font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    display: block;
    color: #333 !important;

}
.signup-form .sendingForm button{
margin-bottom:.2rem !important;
}


.rides_attractions-template-default #page #site-content-container #content #primary #homepage-main-carousel #main-carousel
	.slick-list .slider-image .video-player-content span.uo-play{

	font-size: 3rem;
    color: white;
    /* text-align: center; */
    position: absolute;
    margin-top: -2.8%;
    margin-left: 6%;
    background-color: #036ce2;
    border-radius: 50%;
    /* background-size: 30%; */
    padding: 2rem;
    padding-left: 2.22rem;
    cursor: pointer;
	}

#passes-flex-pay-popup-inner {
    max-width: 500px;
    width: 90%;
/*    height: 80%;*/
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
/*    overflow-y:scroll;
    overflow-x:hidden;   */
    background: -moz-linear-gradient(to right,#005EC7 0,#0574F0 50%, #005EC7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to right,#005EC7 0,#0574F0 50%, #005EC7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,#005EC7 0,#0574F0 50%, #005EC7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#passes-flex-pay-popup-title{
    color: #fff;
    text-align: center;
}

#passes-flex-pay-popup-content{
    color: #fff;
    margin-top: 30px;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 21px !important;
}

#passes-flex-pay-popup-content h2{
    color: #fff;
    font-family: "Gotham A","Gotham B","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 32px !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px !important;
    line-height: 40px !important;
    text-align: center;
}

#passes-flex-pay-popup-content .passes-flex-pay-terms{
    color: #fff;
    letter-spacing: 0.5px !important;
    line-height: 40px !important;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
}

#passes-flex-pay-popup-close, #passes-flex-pay-terms-popup-close{
    position: absolute;
    font-size: 50px;
    color: #fff;
    padding: 0px 37px 0 20px;
    cursor: pointer;
}

#spotlight-modal{
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 3000;
}

.spotlight-popup-inner-extended{
    max-width: 900px;
    width: 90%;
    height: 80%;
    /*padding: 40px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    overflow-y:scroll;
    overflow-x:hidden;
}

#passes-flex-pay-popup-content li{
    padding-bottom: 1rem;
}

#passes-flex-pay-popup-content ul{
    padding-left: 4rem;
}


.box_stroke {
    border: 1px solid #036ce2;
    float: left;
    margin-bottom: 10px;
    padding: 4px;
}

.apply_button {
    background-color: #036ce2;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    height: 2.3rem;
    padding: .5em;
    text-align: center;
    text-decoration: none;
    width: 6rem;
    margin:.5rem;
    text-transform : uppercase;
}

.jobs_desc{
  margin:4rem 1rem 1rem 1rem;
}

/* Accessability tab styles*/

#additional_info_template .feature-tab-container .left-nav-container {
    float: left;
    padding-right: 2rem;
    width: 23%;
}


#additional_info_template .feature-posts-tab-with-menu{

	float:right;
	width:76%;
}

#additional_info_template .feature-posts-tab ul.feature-categories .enhanced-tab{
	width: 10.8rem;
    height: 5rem;
    vertical-align: middle;
    text-align: center;
    padding: .2rem;
    padding-bottom: 0rem !important;

}
@-moz-document url-prefix() {
		#additional_info_template .feature-posts-tab ul.feature-categories .enhanced-tab{
		width: 10.8rem;
    }
}
#additional_info_template .feature-posts-tab ul.feature-categories .enhanced-tab:nth-child(1),
#additional_info_template .feature-posts-tab ul.feature-categories .enhanced-tab:nth-child(2),
#additional_info_template .feature-posts-tab ul.feature-categories .enhanced-tab:nth-child(4),
#additional_info_template .feature-posts-tab ul.feature-categories .enhanced-tab:nth-child(5){
padding-top:1rem;
margin-bottom:.2rem;
}

#additional_info_template .feature-posts-tab ul.feature-categories .enhanced-tab:nth-child(6),
#additional_info_template .feature-posts-tab ul.feature-categories .enhanced-tab:nth-child(7),
#additional_info_template .feature-posts-tab ul.feature-categories .enhanced-tab:nth-child(8),
#additional_info_template .feature-posts-tab ul.feature-categories .enhanced-tab:nth-child(9),
#additional_info_template .feature-posts-tab ul.feature-categories .enhanced-tab:nth-child(10){
	padding-top:1.3rem;
}

#additional_info_template .feature-tab-container .left-nav-container ul li.current_page_item a {
	color: #767676;
}

#additional_info_template .feature-posts-tab .tab_content-text-container{
	margin: 0rem 3rem 0 36%;
}

div#search-autocomplete a {
  color: #444;
  display: block;
  padding: 5px 12px;
  text-decoration: none;
}

div#search-autocomplete a:hover {
  background-color: #0574F0;
  color: #FFF;
}

#search-autocomplete {
  position: absolute;
  left: 0;
  top: 35px;
  background: #fff;
  padding: 8px 0 12px;
  width: 1164px;
  display: none;
  border: 1px solid #b6a5bc;
  z-index: 100;
}

.pm_special_pricing a, .secondary-vip-content-info-container a {

    text-decoration: none;
    color: #036ce2 !important;
    font-weight: 500 !important;
    font-size: 18px !important;

}

span.video-player-content {
    color: #036ce2 !important;
    font-weight: 500 !important;
    cursor:pointer;
}


.menu-item-title-container {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 30px;
    color: #333;
}

.menu-item-description-container {
    font-weight: lighter;
    font-size: 18px !important;
    line-height: 30px;
    color: #333;
}

.menu-item-secondary-title-container hr {
    height: 3px;
    background: #FFFFFF no-repeat scroll center;
    border: none;
    margin-top: 5px;
    margin-bottom: 0px;
}

.menu-item-secondary-title-container{
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 30px;
    color:#333;
}

.menu-items-table td {
   padding-bottom: 25px;
}

.maintainence-indication p{
    text-align: center;
    color: #333;
    font-style: italic;
    font-weight: 600;
}

#homepage-spotlight-section4 {
        margin-right: 0rem;
}

.title-container-without-banner {
    background-color: #162b75;
    height: 5rem;
    position: absolute;
    width: 100%;
}

.signup-message-container>div{
       margin-left:0rem;
}

.contact-right-logo-desc{
    margin: 0% 3% 1% 3%;
    float: left;
}

.contact-right-logo-desc p {
        font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 24px !important;
}
.contact-right-logo-desc img{
    height: 38rem;
    margin-left: 10rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.popup-close, .popup-close:hover{
	top: 2% !important;
    right: 14% !important;

}
}
/* =============================== */
/*  ====== HOLIDAY TEMPLATE ====== */
/* =============================== */

.page-template-page-holiday-template .left-info-container{
    width: 40%;
}
.page-template-page-holiday-template .content-info-container{
    width: 60%;
}
.page-template-page-holiday-template .holiday-button{
    background-color: #296eda;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-family: "Gotham A","Gotham B";
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;

}
.page-template-page-holiday-template .timer-container{
    border: solid 2px #162b75;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}
.page-template-page-holiday-template .timer-header{
    background-color: #162b75;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
}
.page-template-page-holiday-template #countdown-timer{
    color: #2c2e34;
    font-size: 36px;
    font-weight: 900;
}
.page-template-page-holiday-template .countdown-label{
    font-size:14px;
    font-weight: bold;
}
.page-template-page-holiday-template .countdown-label span{
    margin-right: 30px;
}

.page-template-page-holiday-template .countdown-label span:last-of-type{
    margin-right: 0;
}
.page-template-page-holiday-template .attr-desc-modal{
    height: auto;
    overflow: auto;
}
.page-template-page-holiday-template .carousel-cotent{
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}
.page-template-page-holiday-template .promo-card-summary-title{
    font-family: "Gotham A", "Gotham B", sans-serif;
}
.page-template-page-holiday-template .activity-row{
    border-bottom: 2px solid #fff;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
}
.page-template-page-holiday-template .carousel-cotent > div:last-of-type{
    border-bottom: 0;
}
.page-template-page-holiday-template .activity-left-container{
    display: inline-block;
    padding-right: 15px;
    vertical-align: top;
    width: 25%;
}
.page-template-page-holiday-template .activity-right-container{
    display: inline-block;
    padding-left: 15px;
    position: absolute;
    vertical-align: top;
    width: 75%;
}
.page-template-page-holiday-template .holiday-button-body{
    background-color: #296eda;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin-top: 15px;
    padding: 5px 15px;
}
.page-template-page-holiday-template .holiday-button-body.holiday-button-white{
    background-color: #fff;
    color: #296eda;
}
.page-template-page-holiday-template .holiday-title{
    color: #162b75;
    font-size: 24px !important;
    margin-bottom: 15px;
    padding-top: 0;
}
.page-template-page-holiday-template .holiday-title.holiday-title-white{
    color: #fff;
}
.page-template-page-holiday-template .holiday-subtitle{
    color: #2c2e34;
    font-size: 15px !important;
    font-weight: bold !important;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.page-template-page-holiday-template .holiday-excerpt{
    font-size: 14px;
    margin-left: 0;

}
.page-template-page-holiday-template .holiday-excerpt.holiday-excerpt-white{
    color: #fff;
}
.page-template-page-holiday-template .happening-container{
    float: left;

}

.page-template-page-holiday-template .info-container{
    padding-bottom: 60px;
}
.page-template-page-holiday-template .activity-container{
    padding-bottom: 80px;
}

.page-template-page-holiday-template .activity-container .activity-row{
    padding-left: 60px;
    padding-right: 60px;
}

.page-template-page-holiday-template .activity-container .activity-header-title{
    border-bottom: 2px solid #fff;
    color: #296eda;
    margin-bottom: 0;
    padding-bottom:30px;
}

.page-template-page-holiday-template .ad-container{
    float:left;
    padding-bottom: 80px;
    width: 100%;
}
.page-template-page-holiday-template .holiday-ad{
    background-color: #fff;
    padding: 30px 50px;
}
.page-template-page-holiday-template .holiday-ad h2{
    color: #296eda;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 30px;
    vertical-align: middle;
}
.page-template-page-holiday-template .holiday-ad p{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
.page-template-page-holiday-template .holiday-ad .ad-button{
    float: right;
    margin-right: 40px;
    margin-top: -5px;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle;
    width: 215px;
}

.page-template-page-holiday-template .calendar-container {
    padding-bottom: 80px;
}

.page-template-page-holiday-template .calendar-container p{
    display: inline-block;
    line-height: normal;
    margin-right: 5px;
    font-size: 18px;
}

.page-template-page-holiday-template .calendar-container h2{
    display: inline-block;
}

.page-template-page-holiday-template .calendar-container .radio-container{
    display: inline-block;
    position: relative;
    margin-left: 60px;

}

.page-template-page-holiday-template .insta-container{
    padding-bottom: 80px;

}

.page-template-page-holiday-template .calendar-container .holiday-legend{
    border-radius: 50%;
    display: inline-block;
    height: 28px;
    width: 28px;
}
.page-template-page-holiday-template .calendar-container #grinch-legend{
    background-color: #427318;
}
.page-template-page-holiday-template .calendar-container #potter-legend{
    background-color: #cd0b24;
}
.page-template-page-holiday-template .legend-container{
    float: right;
}
.page-template-page-holiday-template .calendar-container .legend-container p, .page-template-page-holiday-template .calendar-container .legend-container div{
    vertical-align: middle;
}
