/** Generic Body Style */

nav.navbar,
div.main-content
{
	max-width: 1600px;
	margin: auto;
}

div.main-content .row a{
	color: #2fa2db;
}

.header-text-39-16{
	font-size: 39px; 
	font-weight: 500;
	line-height: 45px;
}

.para-text-18-13{	
	font-size: 20px; 
	line-height: 29px;
}

.padded-text-div{
	padding: 20px 0px 20px 0px; 
}

div.main-content div.row{
	margin-left: 0px;
	margin-right: 0px;
}

.btn-round-lg{
	border-radius: 22.5px;
	padding-left: 60px;
	padding-right: 60px;
}

.btn-primary{
	background-color: #2fa2db;
}

.btn-primary:hover{
	background-color: #2b90db;
}

.pt-fonts{
	font-family: 'PT Sans', 'Open Sans', 'Helvetica'; 
}


div.res-pad-div{
	padding: 20px 0px 20px 0px;
}

.res-left-right-pad{
	padding-left: 25px;
	padding-right: 25px;
}

.res-top-bottom-pad{				
	padding-top: 20px;
	padding-bottom: 20px;
}

.res-top-pad{				
	padding-top: 20px;
}

.res-bottom-pad{				
	padding-bottom: 20px;
}
	
div.res-pad-left-div{
	padding: 10px 0px 20px 0px;
}

/** End Generic Body Style **/

/** Navbar Style **/

nav.navbar-white-transparent{
    background-color: #FFF;
    color: rgba(255,255,255,1);
    font-family: "PT Sans", sans-serif, helvetica;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.333;
    width: 100%;
    z-index: 2;
}

/** End Navbar Style **/

/** Header Image Style **/

img.header-img-lg{
	display: none;
}

img.header-img-md{
	display: none;
}

img.header-img-sm{
	display: block;
}

/** End Header Image Style **/

div.section-top{
    margin: 24px 0px;
}

div.section-left, div.section-right{
	padding: 0px;	
	margin-bottom: 30px;
	margin-top: 10px;
}

div.section-left p, div.section-right p{
    font-family: 'PT Sans', 'Open Sans', 'Helvetica'; 
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;    
}

div.section-left h2, div.section-top h2{
    font-family: 'PT Sans', 'Open Sans', 'Helvetica'; 
    text-align: center;
    font-size: 39px;
    font-weight: 400;
    line-height: 45px;
    color: #FFF;
}

div.section-left h1, div.section-top h1{
    font-family: 'PT Sans', 'Open Sans', 'Helvetica'; 
    text-align: center;
    font-size: 39px;
    font-weight: 400;
    line-height: 45px;
    color: #000;
}

div.faq-section{
    background-color: #F4F6F6;
}

div.faq-section .card .card-header,
div.faq-section .card{
	border: none;
}

div.agenda-section ul.broad-li-ul li{
    margin: 15px 10px;
}

div.agenda-section div.agenda-day{
    font-size: 20px;
	padding-right: 30px;	
}

/** Master Quote and FAQ Section Style **/

div.faq-section .card-bottom-line{
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.20);
}

div.faq-section .card-header,
div.faq-section .card-block{
	text-align: center;
	background-color: #F4F6F6;
}

div.faq-section .card-header h6{
	font-size: 20px;
	font-weight: 500;
	line-height: 29px;
}

div.master-quote-section{
    margin: 30px 0px;	
}

/** End Master Quote and FAQ Section Style **/

/** Social Icons Style **/


div.social-icons-wrapper p a,
div.social-icons-wrapper p a:hover,
div.social-icons-wrapper p a:active,
div.social-icons-wrapper p a:focus{
	text-decoration: none;
}

/** End Social Icons Style **/


@media screen and (min-width: 500px){
	img.header-img-sm{
		display: none;
	}
	
	img.header-img-md{
		display: block;
	}
	
	img.header-img-lg{
		display: none;
	}
	
	.res-left-right-pad{
		padding-left: 33px;
		padding-right: 33px;
	}
	
	.res-top-bottom-pad{				
		padding-top: 30px;
		padding-bottom: 30px;
	}	
	
	.res-top-pad{				
		padding-top: 30px;
	}

	.res-bottom-pad{				
		padding-bottom: 30px;
	}

		
	div.res-pad-left-div{
		padding: 10px 0px 10px 0px;
	}

}

div.master-header{
	color: #043a5b;
	background-color: #D09517;
	width: 100%;
	min-width: 350px;	
	min-height: 200px;
	background-image: url('nu-Master-header-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}

div.master-header img 
{
	display: none;
}

@media (min-width: 1080px)
{
	div.master-header
	{
		height: 400px;
	}
	
	div.header-invitation-sub-text{
		max-width: 90%;
	}

}

@media (min-width: 1400px)
{
	div.master-header
	{
		height: 425px;
	}
}

@media (min-width: 1500px)
{
	div.master-header
	{
		height: 500px;
	}
}

@media (max-width: 992px) 
{
	div.master-header{
		background-image: url('nu-header-2.jpg');
		background-position: center;
		background-size: cover;
	}
	
	div.master-header img 
	{
		display: block;
		margin: auto;
		
	}
		
}

div.header-tour-name{
	font-size: 14px;
}

div.header-invitation-main-text{
	font-family: Georgia, sans-serif, helvetica;
	font-style: italic;
	font-size: 26px;
	line-height: 36px;
}

div.header-invitation-sub-text{
	font-size: 14px;
	line-height: 20px;
}

@media screen and (min-width: 500px){
	div.master-header{
		/* height: 350px; */
		/* background-position: 81% 0px; */
	}
			
	div.header-tour-name{
		font-size: 20px;
	}

	div.header-invitation-main-text{
		font-size: 36px;
		line-height: 42px;
		padding-top: 75px;
	}

	div.header-invitation-sub-text{
		font-size: 20px;
		line-height: 24px;
	}

}

@media screen and (min-width: 650px){
	div.master-header{
		/* height: 400px; */
		/* background-position: 80% 0px; */
	}
	
	div.header-tour-name{
		font-size: 20px;
	}

	div.header-invitation-main-text{
		font-size: 45px;
		line-height: 49px;
		padding-top: 60px;
		padding-bottom: 20px; 
	}

	div.header-invitation-sub-text{
		font-size: 20px;
		line-height: 29px;
	}

	.header-text-39-16{
		font-size: 45px; 
		line-height: 49px;
	}
		
	div.section-left h2, div.section-top h2{
		font-size: 45px;
		line-height: 49px;
	}

	div.section-left h1, div.section-top h1{
		font-size: 45px;
		line-height: 49px;
	}


}

@media screen and (min-width: 750px){

    div.master-header{
		/* background-position: 80% 0px; */
	}
	
	
	img.header-img-sm{
		display: none;
	}
	
	img.header-img-md{
		display: none;
	}
	
	img.header-img-lg{
		display: block;
	}
	
	.res-left-right-pad{
		padding-left: 57px;
		padding-right: 57px;
	}
	
	.res-top-bottom-pad{				
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	.res-top-pad{				
		padding-top: 35px;
	}

	.res-bottom-pad{				
		padding-bottom: 35px;
	}
	
	div.res-pad-left-div{
		padding: 10px 57px 20px 57px;
	}

}

@media screen and (min-width: 850px){
	
	div.header-invitation-sub-text{
		font-size: 30px;
		line-height: 35px;		
		/* max-width: 650px; */
	}

}

@media screen and (min-width: 992px){	
	
	div.res-pad-left-div{
		padding: 40px 35px 20px 30px;
	}
}


/** Video control specific styles */

.mejs-captions-selector{
    height: 125px !important;
}

.white-popup {
    position: relative;
    background-color: #4e4e4e;
    padding: 20px;
    width: auto;
    max-width: 760px;
    margin: 20px auto;
}

.mfp-close-btn-in .mfp-close{
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-weight: bold;
}

.location-video-section-wrapper{
    width: 980px; 
    height: 353px; 
    background-color: #e2e2e2;
}

.location-video-section{
     padding: 20px 35px; 
     margin: auto 0;
}

.location-video-section-wrapper .location-video-section h2{
    color: #000; 
    margin: 15px 0px; 
    font-size: 20px; 
    font-weight: bold;   
}

.location-video-section-wrapper .location-video-section p{
    color: #000; 
    font-size: 20px; 
    text-align: justify;
}

.location-video-link-wrapper{
     
}

.location-video-link-wrapper a, a.event-introductory-video-header-link{
     outline-color: transparent; 
     border-style: none; 
}

.location-video-link-wrapper div.location-video-title{
    font-weight: bold; 
    font-size: 20px; 
    border-style: none;
}

/** End --- Locator Module Location Styles */


/*-------------------------
	Inline help tip
--------------------------*/


.help-tip{
	/* position: absolute; */
	top: 18px;
	right: 18px;
	text-align: center;
	/* background-color: #BCDBEA;*/
	border-radius: 50%;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 26px;
	cursor: default;
	display: inline-block;
}

.help-tip:before{
	content:'[1]';
	font-weight: bold;
	color:blue;
}

.help-tip:hover p{
	display:block;
	transform-origin: 100% 0%;

	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{
	display: none;
	text-align: left;
	background-color: #1E2021;
	padding: 20px;
	width: 90%;
	max-width: 900px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	/*right: -4px;*/
	left: 5px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

/*
.help-tip p:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#1E2021;
	right:10px;
	top:-12px;
}
*/

.help-tip p:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}

/** Video thumbnail playbutton overlay */

.location-video-link-wrapper
{
	position: relative;
}

.playbuttonoverlay
{
	position: absolute;
    top: 0;
    width: 93%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center;
    background-image: url('playbutton.png');
}
	
