@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

body{
	font-family: "Contax Sans W01 65 Medium";
	color:#071F27;
}

html{

}

@font-face {
	font-family: 'nord-regular-webfont';
	src: url('fonts/nord-regular-webfont.woff2') format('woff2'),
	url('fonts/nord-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TT_Ramillas_Trial_Variable_Italic';
	src: url('fonts/TT_Ramillas_Trial_Variable_Italic.woff2') format('woff2'),
	url('fonts/TT_Ramillas_Trial_Variable_Italic.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'pp-migra';
	src:
			url('fonts/PPMigra-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'TTRamillas-LightItalic';
	src:
			url('fonts/TTRamillas-LightItalic.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
    font-family: 'Contax Sans W01 65 Medium';
    src: url('fonts/Contax Sans W01 65 Medium.woff2') format('woff2'),
         url('fonts/Contax Sans W01 65 Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'signifier';
	src: url('fonts/signifier-regular-webfont.woff2') format('woff2'),
	url('fonts/signifier-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



@font-face {
    font-family: 'GT_Zirkon_Medium';
    src: 
         url('fonts/GT_Zirkon_Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'fontfabric_-_nexaslab-bold-webfont';
	src: url('adireinu/fonts/fontfabric_-_nexaslab-bold-webfont.woff2') format('woff2'),
	url('adireinu/fonts/fontfabric_-_nexaslab-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'foundersgrotesk-regular-webfont';
    src: url('fonts/foundersgrotesk-regular-webfont.woff2') format('woff2'),
         url('fonts/foundersgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Macklintext-italic';
    src: url('fonts/MACKLINTEXT-ITALIC.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Macklintext-light';
    src: url('fonts/MACKLINTEXT-LIGHT.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

 

@font-face {
    font-family: 'TESTFAMILY-LIGHTITALIC';
    src: url('fonts/TESTFAMILY-LIGHTITALIC.woff2') format('woff2'),
         url('fonts/TESTFAMILY-LIGHTITALIC.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TT_Commons_Regular';
    src: url('fonts/TT_Commons_Regular.woff2') format('woff2'),
         url('fonts/TT_Commons_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.main, #footerwrapper .footer, .copywrapper .copy{
	max-width:1600px;
	margin:0 auto;
	width:85%;
}

#pages.shabbos #footerwrapper .footer{
	width:100%;
}

.innerwidth{
	width:90%;
	max-width:1400px;
	margin:0 auto;
}

 
.clear{
	clear:both;
}

h1{
	color:#E5B594;
	text-align:center;
	margin:40px 0;
	font-size:100px;
	font-family: ivymode, sans-serif;
	 
}

#banner{
	margin:0 0 -20px 0;
}

#pages.event.ticks.register h1{
	color: #BF9E70;
	text-transform: capitalize;
	font-family: 'pp-migra';

}

#pages.event.ticks.register #dn-center {
	max-width: 650px;
	margin: 0 auto;
}

#pages h1{
	font-size:60px;}

h2{
	color:#EED2BA;
	font-size:60px;
	font-family: ivymode, sans-serif;
	margin:60px 0;
	background:url(images/bg-green.jpg);
	line-height:65px;
	padding:30px 0; 
	position:relative;
}

h2:before{
	background:url(images/bg-green.jpg);
	position:absolute;
	height:190px;
	left:100%;
	content:'';
	width:200px;
	top:0;
}

h2:after{
	background:url(images/bg-green.jpg);
	position:absolute;
	height:190px;
	right:100%;
	content:'';
	width:200px;
	top:0;
}

#pages h2:before, #pages h2:after{
	display:none;
}

#pages h2{
	width:480px;
	text-align:center;
}

#pages{
	font-family: 'foundersgrotesk-regular-webfont';
}

h3{
	font-size:60px;
	line-height:68px;
	font-family: ivymode, sans-serif;
}

#greywrapper{
	background:#F8F8F8;
}
 

.button{
	color:#fff;
	padding:12px 20px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-size:18px;
	letter-spacing:3.6px;
	border-radius:100px;
	cursor:pointer;
	background:#0A7994;
	font-family: 'nord-regular-webfont';
}

.button.empty{
	color:#4A3845;
	font-size:14px;
	letter-spacing:2.8px;
	border:1px solid #4A3845;
	border-radius:100px;
	text-transform:uppercase;
	padding:8px 20px;
	background:none;
	margin:10px 0 0 0;
}

.button.small{
	border:1px solid #53A7B5;
	font-size:12px;
	color:#002535;
	background:#fff;
	letter-spacing:3.6px;
	border-radius:20px;
}

.flex{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width:100%;
}

.full{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.padding{
	padding:80px 0;
}

.desktop{
    display: block;
}
.mobile{
    display: none;
}

#pages .text{
	font-size:18px;
	line-height:25px;
}

#pages .text a {
	color:#000;
}

.frame{
	position:relative;
	padding:56% 0 0 0;
}

.frame iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.ban .mobile{
	display: none;
}

#topwrapper{
	position:relative;
	background-image:url(images/home-bg.jpg); 

}

#navwrapper .menu-toggle, #navwrapper .menu-close{
	display:none;
}

#topwrapper .top{
	width:95%;
	margin:0 auto;
}

#topwrapper #navwrapper li{
	display:inline;
	padding:0 50px;
} 

#topwrapper #navwrapper .sub_menu li{
	margin:0;
}

#topwrapper #navwrapper{
	text-align:center;
	width:100%;
	position:absolute;
	top:30px;
	right:0px;
	z-index:8;
}

#navwrapper .logo{
	position:absolute;
	left:0;
	width:100%;

	text-align:center;
	top:50px;}

#navwrapper .logo img{
	padding:30px;
	background:#fff;
	border-radius:50%;
}

#tickets #navwrapper .logo img{
	padding:0;
	background:none;
	position:relative;

}

#innerwrapper #navwrapper{
	padding:40px 0;
}

#innerwrapper #navwrapper a{
	color:#4A3845;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1.8px;
}

#innerwrapper #navwrapper a:hover, #innerwrapper #navwrapper .lion{
	color: #E5B594;
}

#innerwrapper #navwrapper .nav{
	width:95%;
	margin:0 auto;
	position: relative;
    z-indeX: 9;
}

#innerwrapper .adireinu #navwrapper .nav{
	width:85%;
	margin:0 auto;
}

#innerwrapper #tickets #navwrapper .nav{
	width:95%;}

#innerwrapper #navwrapper li{
	display:inline;
	padding:0 6%;
}

#innerwrapper #navwrapper .left{
	float:left;
	width:42%;
	text-align:center;
}

#innerwrapper #topwrapper.tickets   #navwrapper .left{
	text-align:right;
}

#innerwrapper #topwrapper.tickets   #navwrapper .right{
	text-align:left;
}

#innerwrapper #tickets #navwrapper .left, #innerwrapper #tickets #navwrapper .right,
#navwrapper.shabbos .left,  #navwrapper.shabbos .right{
	border-bottom:1px solid #E3CFB8;
	padding:0 0 40px 0;
}

#topwrapper.tickets #navwrapper .button{
	background:none;
	color:#fff;
}

#innerwrapper #navwrapper .right{
	float:right;
	width:42%;
	text-align:center;
	padding:0 0 32px 0;
}

#topwrapper #navwrapper a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2.4px;
	color:#E3CFB8;
}

#topwrapper.tickets #navwrapper a{
	color:#fff;
}

#topwrapper #navwrapper .button, #innerwrapper #navwrapper .button, #innerwrapper #navwrapper li.maamad a{
	color:#4A3845;
	padding:8px 18px;
	font-family:inherit;
	border-radius: 100px;
    cursor: pointer;
    background: #F5DFD2;
}


#topwrapper #navwrapper a:hover {
	color:#F5DFD2;
}

#navwrapper .sub_menu {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
}

#innerwrapper #navwrapper .sub_menu li{
	padding:0;
	display:block;
}

#navwrapper .subnav li.drop {
	position:static;
}
 

#navwrapper .subnav .sub_menu {
	border-top:none;
	left:0;
	background: #0f6585;
	padding:0px 15% 0 0;
    text-align: right;
    width: 85%;
    top:70px;
}
 

#topwrapper #navwrapper .sub_menu li{
	display:block;
	padding:0;
}

#topwrapper #navwrapper .subnav .sub_menu li a {
	display:inline;
	border:none;
	color: #49ceff;
	padding:10px;
	z-index:999;
	position:relative;
}

#topwrapper #navwrapper .subnav .sub_menu li a:hover {
	color:#fff;
	background:#49ceff;
}
 
#navwrapper li.drop{
	position:relative;
}

#navwrapper li.drop:hover .sub_menu{
	visibility:visible;
}


#topwrapper .head{
	position:relative;
	 
	max-height:825px;
	overflow:hidden;
}

#topwrapper #canvas{
	width:1000px;
}

.head .banner{
	position:absolute;
	bottom:0;
	left:0;
	width:96%;
	background:#fff;
	z-index:8;
	padding:40px 2%;
}

  .banner{ 
	width:96%;
	background:#fff;
	z-index:8;
	padding:40px 2%;
}
#topwrapper .back  video{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

#topwrapper .incban video{
/*	margin:-12% 0 0 0;*/
}

#topwrapper .incban .overlay{
	bottom:500px;
}

#topwrapper .overlay{ 
	position:absolute;
	text-align:center;
	bottom:150px;
	left:0%;
	z-index:8;
	width:100%;
}

#topwrapper .coin{
	position:absolute;
	left:0;
	text-align:center;
	width:100%;
	top:17%;
}

#topwrapper.tickets .overlay{
	text-align:left;
	left:5%;
	width:95%;
}

#topwrapper.tickets .celebrating{
	position:absolute;
	right:5%;
	width:330px;
	bottom:150px;
	z-index:8;
	display:none;
}

#topwrapper.tickets .celebrating img{
	max-width: 30vw;
	max-height: 30vh;
	width: auto;
	height: auto;
}



#topwrapper.tickets .coin video{
	width:100%;
}

#topwrapper.tickets .celebrating img{

}

#topwrapper.tickets .button{
	font-size:18px;
	letter-spacing:3.6px;
	margin:20px 0 0 0;
	text-transform:uppercase;

	  font-family: "Roboto", sans-serif;
}

#topwrapper.tickets .button span{
	    font-family: ivymode, sans-serif;
		font-size:18px;
		text-transform:uppercase;
		letter-spacing:3.6px;
}

#topwrapper.tickets h1{
	color:#fff;
	line-height:1;
	font-style: italic;
	font-size:3.5rem;
	text-align:left;
	margin:0 0 20px 0;
}

#topwrapper .bg{
	position:absolute;
	top:0;
	z-index:8;
	left:0;
	width:100%;
	height:99.5%;
	background:rgba(0,0,0,0.4);
}

#topwrapper .hebrew {
	color:#fff;
	letter-spacing:3px;
	margin:40px 0 40px 0;
	font-size:25px;
	line-height:35px;
}

#topwrapper .unite {
	color:#fff;
	letter-spacing:2px;
	margin:0 0 10px;
	font-size:25px;
}

#topwrapper .logo{
	width:250px;
	margin:0 auto;
}

#topwrapper.tickets .logo{
	width:100%;
}

#pages .banner{
	border-top:1px solid #F5DFD2;
	padding:80px 0 0 0;
}	

/*Home*/
img.mobile{
	display:none;
}

#captions{
	overflow:hidden;
}

#captions .pic{
	float:left;
	width:46%;
	position:relative;
	z-index:8;
	overflow:hidden;
	 
}

#captions .pic .pink{
	color:#EED2BA;
}

#captions .pic .over{
	position:absolute;
	right:50px;
	bottom:50px;
	text-align:right;
	color:#fff;
	font-size:60px;
	line-height:65px;
	font-family: ivymode, sans-serif;
	z-index:8;
}

.pink{
	color:#0A7994;
}

#captions .pic.right{
	float:right;
}

#captions .caption{
	float:right;
	width:44%;
	color:#4A3845;
	font-size:21px;
	
	margin:40px 0 0 0;
 
}

#captions .caption .caps{
	margin:0 0 30px 0;
	line-height:28px;
}

#captions .caption.left{
	float:left;
	margin:160px 5% 0 0;
	text-align:right;
}

#captions .caption.left .caps{
	margin:0 0 50px 0;
}

 
.caps{
	letter-spacing:3.15px;
	text-transform:uppercase;
}

#captions .border{
	background:#FFE39C;
}

#captions .border.width{
	height:2px;
	width:19%;
	float:left;
	margin:300px 0 0 -8%;
}

#captions .border.width.middle{
	margin: 310px -8% 0 0%;
}

#captions .border.height{
	width:2px;
	float:left;
	margin:50px 0 0 0;
	height:500px;
}

#captions .border.height.middle{
	height:300px;
	margin:170px 0 0 0;
}

br.mobile{
	display:none;
}

#video{
	background:#F8F8F8;

}

#video .video{
	float:right;
	width:68%;
}

#video .callout{
	float:left;
	text-align:right;
	width:28%;
}

#video .title{
	color:#4A3845;
	font-size:21px;
	letter-spacing:3.15px;
	margin:40px 0 70px 0;
	text-transform:uppercase;
	position:relative;
	width:180px;
	float:right;
}

#video .title:after{
	content:'';
	position:absolute;
	bottom:-25px;
	left:0;
	width:350px;
	height:1px;
	background:#F5DFD2;
}

#video .header{
	font-family: ivymode, sans-serif;
	font-size:60px;
	line-height:64px;
	margin:0 0 30px 0;
	clear:both;
}

#video .button{
	float:right;
	padding:12px 30px;
}

#video .button.empty{
	clear:both;
	padding:10px 22px;
}

#video .pic{
	float:left;
	width:14%;
	margin:0 1% 0 0;
}

#video .pic.last{
	margin:0;
}
 
#video .frame{
	position:relative;
	padding:56% 0 0 0;
}

#video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#video .recaps{
	display:flex;
	justify-content:center;
	margin:80px 0 0;
}

#video .recaps .speech{
	width:28%;
	padding:25px 2%;
	margin:1%;
	border:1px solid #E5B594;
	max-width:315px;
}

#video .recaps .title{
	width:auto;
	float:none;
	margin:0 0 15px;
}

#video .recaps .title:after{
	display:none;
}

#video .recaps .button{
	font-size:12px;
	padding:5px 10px;
}

.mission h2{
	text-align:center;
    font-size: 35px;
	line-height:1.4;
}

.mission h2:before, .mission h2:after{
	display:none;
}

#gathering{
	background-image:url(images/gathering-23.jpg);
	background-size:cover;
 
	padding:90px;
	position:relative;
}

#gathering .shadow img{
	display:none;
}

#gathering .shadow{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
}

#gathering .quote{
	float:left;
	width:160px;
	padding:53px 40px;
	background:#124B5E;
	margin:0 20px 0 0;
	position:relative;
	z-index:9;
}

#gathering .quote .mobile{
	display:none;
}

#gathering .speaker{
	float:left;
	background:#F5DFD2;
	width:250px;
	padding:40px 45px;
	position:relative;
	z-index:9;
	color:#071F27;
}

#gathering .pic{
	 
	margin:0 auto;
	width:240px;
}

#gathering .speaker .button{
	font-size:12px;
	text-transform:lowercase;
	padding:4px 8px;
	display:inline-block;
	letter-spacing:0;
	margin:0 5px 0 0;
	position:relative;
	z-index:9;
}

#gathering .name{
	font-size:30px;
}

#gathering .desc{
	margin:15px 0;
}

#gathering .title{
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1.8px;
	margin:5px 0 20px 0;
}

#gathering .text{
	float:left;
	font-size:28px;
	color:#fff;
	margin:360px 0 0 20px;
}

#gathering .header{
	color:#F5DFD2;
	font-size:100px;
	font-family: ivymode, sans-serif;
	float:left;
	width:410px;
	line-height:90px;
	position:relative;
	z-index:9;
 
}

#gathering .again{
	font-family: 'Petit Formal Script', cursive;
	position:absolute;
	right: -20px;
    bottom: 12px;
	-webkit-transform: rotate(-20deg); 
    -moz-transform: rotate(-20deg); 
	font-size:35px;
}

#gathering .small{
	font-size:50px; 
}

#gathering .header br{
	display:none;
}

#gathering .watch{
	float:left;
	font-family: ivymode, sans-serif;
	margin:300px 0 0 -5%;
	position:relative;
	z-index:9;
}

#gathering .watch .button{
	font-size:12px;
	letter-spacing:2.4px;
	padding:6px 12px;
	margin:0 0 0 10px;
}

.owl-dots{
	display:block;
 
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
	margin:12px 0 0 0;
}

.owl-dot{
	width:7px;
	height:7px;
	background:#fff;
	display:block;
	float:left;
	border-radius:100%;
	margin:3px;
}

.owl-dot.active, .owl-dot:hover{
	background:#E5B594;
}

#budget .main{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

#budget .budget{
	display:flex;
	align-items:center;
	padding:20px 50px;
	font-size:16px;
	letter-spacing:2.4px;
	background:#F5DFD2;
	text-transform:uppercase;
	width:43%;
	float:left;
}

#budget .budget.current{
	float:right;
	padding: 30px 50px 20px 50px;
}

#budget .budget.current .amounts br{
	display:none;
}

#budget .caps{
	float:left;
	text-align:right;
	width:25%;
	font-size:30px;
	letter-spacing:4.5px;
}

#budget .amounts{
	float:right;
	text-align:center;
	width:75%;
}

#budget .amounts .info{
	width:50%;
}

#budget .amt{
	font-size:65px;
	color:#124B5E;
	line-height:65px;
	margin:0 0 15px 0;
	font-family: ivymode, sans-serif;
}

#budget .smaller{
	font-size:14px;
	margin:5px 0 0 0;
	letter-spacing:0.5px;
}
 
.caps.center{
	text-align:center;
}

.caps span{
	margin:0 0 0 35%;
	font-weight:700;
	display:block;
	 
}

.pastannual{
	padding: 0px 6%;
    width: 20%;
    position:absolute;
	right:0;
	top:80px;
	font-size:16px;
	letter-spacing:3px;
	text-transform:uppercase;
	 
   
}

.pastannual .amt{
	    color: #53A7B5;
		font-size:50px;
		line-height:50px;
		letter-spacing:-2px;
		font-weight:700;
}

#captions .caption.left .caps span{
	display:inline;
	margin:0;
}

.greywrapper{
	background:#F6F6F6;
}

#stats{
	padding:70px 0;
	text-align:center;
}

#stats .title{
	font-size:60px;
	font-family: ivymode, sans-serif;
}

#stats .facts{
	text-transform:uppercase;
	letter-spacing:2.4px;
	font-size:16px;
	padding:10px 0 40px 0;
	border-bottom:1px solid #F5DFD2;
	margin:0 0 40px 0;
}

#stats .facts br{
	display:none;
}

#stats .stat{
	width:15%;
	margin:0.8%;
	text-align:center;
	font-size:16px;
	letter-spacing:2.4px;
	text-transform:uppercase;
}

#stats .stat .caps{
	letter-spacing:2px;
	color:#071F27;
}

#stats h2{
	background:none;
	padding:10px 0 20px 0;;
	margin:0;
	color:#E5B594;
	font-size:70px;
}

#stats .image{
	margin:0 0 30px 0;
}

#stats .under .image{
	margin:30px 0 0 0;
}

#stats h2:before, #stats h2:after{
	display:none;
}

#stats .amount{
	color:#124B5E;
}

#stats .boxes{
	margin:30px 0 0 0;
}

#stats .flex{
	width:100%;
}

#stats .box{
	margin:0.5%;
	color:#E5B594;
	padding:15px;
	text-transform:uppercase;
	width:30%;
	font-family: ivymode, sans-serif;
	text-align:center;
	font-size:45px;
	border:1px solid #E5B594; 
}

#stats span{
	color:#124B5E;
}


/*Form*/

#part1,
#part2,
#part3,
#part4 {
  z-index: 2;
  display: block;
  height: auto;
  opacity: 1;
  transition: opacity 1s ease-in-out; 
   
}

#part3{
	margin:0;
}

/* Hidden Parts */
#part2,
#part3,
#part4,
#part5 {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

/* Show Step 2 & Hide Step 1 */
#step2:checked ~ #part2 {
  opacity: 1;
 
  height: auto;
  text-align:center;
}

#step2:checked ~ #part1 {
  opacity: 100%;
  height: 100%;
  display: block;
}

/* Show Step 3  & Hide Step 2 */
#step2:checked ~ #step3:checked ~ #part3 {
  opacity: 1;
  height: auto;
}

#step3:checked ~ #part2 {
  opacity: 0;
  width: 0;
  height: 0;
  padding:0!important;
	overflow: hidden;
}

 
#innerwrapper .ticks #step3:checked ~ #part3 {
 
}

#formwrapper {
	background-image:url(images/home-bottom2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:80px;
	position:relative;
	margin:80px 0 0 0;
	background-size:cover;
}

#DafDiv{
	display:flex;
	align-items:stretch;
	justify-content:flex-start;
	flex-wrap:wrap;
	gap:12px;
}

#DafDiv input{
	display:none;
}

#DafDiv > label,
#DafDiv > #dafpay-container{
	box-sizing:border-box;
	display:flex;
	flex:0 1 145px;
	align-items:center;
	justify-content:center;
	min-width:0;
	min-height:52px;
	margin:0 0 20px !important;
	padding:10px;
	border:1px solid #b9bec4;
	cursor:pointer;
	transition:border-color .2s ease;
}

#DafDiv > label:hover,
#DafDiv > #dafpay-container:hover,
#DafDiv > input:checked + label,
#DafDiv > #dafpay:checked + #dafpay-container{
	border-color:#124B5E;
}

#DafDiv > label img{
	display:block;
	max-width:100%;
	max-height:40px;
	width:auto;
	height:auto;
	margin:auto;
}

#DafDiv #chariot{
	box-sizing:border-box;
	width:100% !important;
	max-width:100%;
}

#formwrapper.app {
	padding:0px;
	margin:0px;
	background:none;
}

#formwrapper .title{
	font-family: ivymode, sans-serif;
	color:#E5B594;
	font-size:60px;
	text-align:right;
	 
	
}
 

#formwrapper .text span{
	display:block;
}

#formwrapper .text h2{
	text-align:right;
	color:#fff;
	font-weight:500;
	line-height:60px;
	margin:0;
}

#formwrapper .main{
	display:flex;
	align-items:end;
	justify-content:space-between;
	width:78%;
	margin:0 auto;
}

#formwrapper .text .white{
	color:#fff;
}

#formwrapper .text{
	width:29%; 
}

#formwrapper .form{
	width:67%;
	position:relative;
	padding:50px;
	background:#E7ECEE;
	border:none;
	margin:0;
	    max-width: 800px;
	 
} 

#formwrapper .main > .clear {
  display: none;
}

#outerform.white {
	background-color:#FFF;
	text-align:center;
	padding:15px 0px;
}

.sticky-button{
	position:fixed;
	bottom:0;
	left:0;
	font-family: "Contax Sans W01 65 Medium";
	width:100%;
	background:#A6804A;
	display:none;
	letter-spacing:1px;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:12px 0 10px 0;
}

.whitewrapper, #footerwrapper, .copywrapper{
	position:relative;
	z-index:8;
	background:#fff;
}

.ticketbox.upsell {
   display: none;
}

#dn-center #part2 .upsell-options{
	margin:0 0 30px 0;
}

#dn-center #part2 .upsell-options input[type="radio"], #dn-center #part2 #continue-step3 {
	display:none;
}


#dn-center #part2 .upsell-options .button.light {	
	margin:10px 20px 0px 0px;
	opacity:0.5;
}

#dn-center #part2 .upsell-options > [id^="upsellTicket"]{
	box-sizing:border-box;
	width:100%;
	margin:0;
	min-width:0;
}

#dn-center #part2 .upsell-options > [id^="upsellTicket"] > .ticketbox{
	box-sizing:border-box;
	height:100%;
}

#dn-center .option{
	border:1px solid #F5DFD2;
	padding:4px 6px;
	margin:0 0 4px 0;
	overflow:hidden;
	display:block;
}

#dn-center .ticketoptions .option:hover, #dn-center .ticketoptions input[type="checkbox"]:checked+label {
    background: #EED2BA;
}

#dn-center #part1 .dn-checkbox.smaller{
	display:none;
}

#dn-center .caps{
	font-size:12px;
	letter-spacing:3.6px;
	margin:0 0 40px 0;
}

#dn-center .option#ticket2 .line{
	width:100%;
}

#dn-center .option .ticketprice{
	color:#E5B594;
	font-family: ivymode, sans-serif;
	font-size:30px;
	float:left;
	width:42%;
	
}

#dn-center .ticket{
	text-transform:uppercase;
	font-size:11px;
	font-family:"DM Sans", sans-serif;
	 
	letter-spacing:1.65px;
}

#dn-center .total{
	margin:30px 0;
}

#dn-center .total .dn-textfield{
	margin:0;
	display:inline;
	font-size:30px;
	font-family: ivymode, sans-serif;
	width:85%;
	height:40px;
	 
}

.checkbox {
            display:none;
}
          
         
.newmark {
            position: absolute;
            top: 0px;
            left: 0;
            height: 12px;
            width: 12px;
            background-color: #fff;
			border:1px solid #000;
}

#formwrapper .paymentoptions .newmark{
	display:none;
}

#formwrapper .paymentoptions input[type="radio"]:checked+label {
    border: 1px solid #4A3845;
}
         
.newmark:after {
            content: "";
            
            display: none;
}
          
         
.script input:checked ~ .newmark:after {
            display: block;
}
 
.script .newmark:after {
                width: 100%;
				height: 100%;
				background: #000;
				 
}
		
.script {
            display: block;
            position: relative;
            padding:0px 0 0 20px;
      
            cursor: pointer;
			text-transform:capitalize;
            
}		 
 

#dn-center .total span{
	font-size:30px;
 
}

#dn-center #part1 .other input{
	border:none;
}

#dn-center #part1 .other input, #dn-center #part1 .other .ticketprice{
	color: #B1C5CB;
	 
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
}

#dn-center #part1 #ticket1{
}

#dn-center .payoptions{
	font-size:13px;
	letter-spacing:0.65px;
	letter-spacing:normal;
	text-transform:none;
	margin:0 0 20px 4px;
	line-height:12px;
}

#dn-center h2{
 background:none;
 color: #124B5E ;
	 
	font-family: IvyMode;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin:0;
	padding:0 0 30px 0;
}

#dn-center #part2 .dn-text{
	margin:0 0 30px 0;
	color:#000;
}

#dn-center #part2 .dn-text br.hidden {
		display:none;
	}

#dn-center .upsellbox{
	background:#EED2BA;
	padding:15px 33%;
	justify-content: space-between;
	display:flex;
	color:#071F27;
	opacity: 0.38;
	font-weight:bold;
	font-size:30px;
	align-items:center;
	margin:15px 0 0 0;
	width:34%;
	transition:background-color .25s ease;
}

#dn-center #part2 .toggle.selected ~ .upsellbox{
	opacity: 1;
}

  #formwrapper #dn-center .upsell-options .desc{
	  font-weight:normal;
	  margin:0px 0px 5px 0px;
  }
  
  #dn-center .upsell-options  .material-symbols-outlined{
	  font-size:32px;}

  #formwrapper #dn-center .upsell-options .title{
	font-family: "DM Sans", sans-serif;
	   
		font-size:20px;
		color:#000;
		text-transform:uppercase;
		font-weight:500;
		letter-spacing:1.8px;
		text-align:left;
		font-weight:normal;
		text-align:center;
}

#dn-center .upsell-options .whitebox {
	background:#fff;
	padding:40px;
	text-align:center;
	    font-family: "DM Sans", sans-serif;
		font-weight:bold;
		font-size:18px;
	    grid-column: 1 / -1;
		margin:0px 0px 10px 0px;
}

#dn-center #part2 h2{
	color:#000;
	font-size:45px;
}

#dn-center .ticketprice{
	color: #071F27 ;

	font-size: 28px;
	padding:0 0 12px 0;
	font-family: "DM Sans", sans-serif;
	margin:0 0 12px 0;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	border-bottom:1px solid #F7F4EE;
}

#dn-center .ticketprice .month {
	display:none;
	font-size:15px;
}

#dn-center .total{
	background-image:url(images/bg-green.jpg);
	display:flex;
	align-items:baseline;
	justify-content:flex-end;
	gap:12px;
	background-size:cover;
	box-sizing:border-box;
	padding:20px 20px 15px 0;
}

#dn-center .total input{
	color: var(--White, #FAFCFD);
	background:none;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
}

#dn-center .total .amount{
	display:flex;
	align-items:baseline;
	justify-content:center;
	font-weight:bold;
}

#dn-center .total .amount input{
 
	font-size:30px;
	font-weight:bold;
	padding:0;
}

#dn-center .ticket.total, #dn-center .total span{
	color:#fff;
}

#dn-center .total .dn-head{color: #FAFCFD ;
 
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.12px;
	text-transform: uppercase;
	color:#fff;
	margin:0;
}

#dn-center .ticketoptions label{
	border-radius: 2px;
	border: 1px solid #F7F4EE;
	padding:20px;
	background: #FAFCFD;
	color: var(--Black, #071F27);
	 
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#dn-center .ticketoptions{
	gap:20px;
}



#dn-center .ticketoptions > label.ticketbox{
	box-sizing:border-box;
	flex:0 0 calc((100% - 40px) / 3);
}

#dn-center .monthly-option, #dn-center .ticketbox.month {
	display:none;
}

#dn-center .ticketoptions > label.ticketbox.other{
	flex-basis:calc((200% - 20px) / 3);
}

#dn-center :where(#part1:has(#chargeRecurring:checked)) .ticketoptions > label.ticketbox.other{
	flex-basis:calc((100% - 40px) / 3);
}

#dn-center .ticketoptions .other .ticket{
 
 
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	text-transform:none;
	letter-spacing:0;
	line-height: normal;
}

#dn-center #part1 .other input,
#dn-center #part1 .other .ticketprice,
#dn-center #part1 .other input::placeholder{
	color:#B1C5CB;
	font-size:20px;
	font-style:normal;
	padding:5px 0 6px 3%;
	font-weight:400;
	line-height:normal;
	opacity:1;
	    display: inline-block;
    width: 87%;
}

#dn-center #part1 .other input {
	color:#071F27;
}


#dn-center #EndDiv   .dn-field input{
	margin:0 5px 0 0;
}

#dn-center #EndDiv   .dn-field{
	margin:8px 0 0 0;
	font-size:12px;
	    color: #888;
		    display: flex;
    align-items: center;
}

#dn-center .ticketoptions > .installments-option{
	box-sizing:border-box;
	flex:0 0 100%;
	padding:20px;
	background:#fff;
}

#dn-center .ticketoptions > .installments-option input{
	vertical-align:middle;
}

#dn-center .ticketoptions > .installments-option > label{
	border:0;
	border-radius:0;
	padding:0;
	background:transparent!important;
}

#dn-center .ticketoptions #InstallDiv{
	margin:10px 0 0 0;
}

#InstallText{
	clear:both;
	    color: #071F27;
		font-size:15px;
	    border-top: 1px solid #F7F4EE;
	padding:12px 0 0 0;
	
}

#dn-center .ticketoptions #InstallDiv label{
	background:none!important;
	border: none;
	    font-family: "DM Sans", sans-serif;
		text-transform:uppercase;
		letter-spacing:1px;
		font-size:15px;
    padding: 20px 0 12px 0;
	color:#071F27;
	float:left;
    
}

#dn-center .ticketoptions #InstallDiv select{
	width:70px;
	height:40px;
	float:right;
	color:#071F27;
	border: 1px solid #124B5E;
	margin:0 0 0 10px;
}

#dn-center h2:before, #dn-center h2:after{
	display:none;
}


#dn-center #part2, #dn-center #part3{
 
}


#pages.adireinu #dn-center #part4 {
	float:right;
	width:45%;
}

#dn-center .option .line.amt6, #dn-center .option .line.amt7{
	width:150px;
}
 
 
#dn-center #InstallDiv{
	font-size:12px;
}

#dn-center #InstallDiv input{
	background:none;
	border:1px solid #808080;
	padding:5px 0 5px 5px;
}
 
#dn-center .item input{
	vertical-align:middle;
}

#dn-center .option h2{
	margin:20px 0 10px 0;
}

#dn-center .box .padding {
	padding:0%;
}

.dn-head{
	 
	font-size:17px;
	color:#000;
	margin:0 0 20px 0;
	letter-spacing:1.5px;
	    font-family: "DM Sans", sans-serif;
	text-transform:uppercase;
	padding:5px 0 0 0;
}

#orderInfo #dn-center .text {
	color: #4A3845;
	font-size:15px;
	font-family: "Contax Sans W01 65 Medium";
}

.dn-textfield, .dn-textfieldsm, #recurringOption{
    width: 100%;
    font-size: 15px;
 
    resize: none;
 
    
    font-weight: 300;
 
    
	
	    border: 1px solid #b9bec4;
     color: #878282;
	     letter-spacing: 1px;
    background: #fff;
    height: 40px;
	text-transform:uppercase;
}

.dn-textfieldsm{
	margin:0;
}

#pages.profile .dn-textfieldsm{
	width:70%;
}

select.dn-textfield{
	height:56px;
}

.dn-title{
    font-weight: 300;
    text-transform: uppercase;
    z-index: 9;
    letter-spacing: 1px;
    margin: 0;
    font-size: 15px;
    vertical-align: middle;
}

.dn-title.rel{
	margin:0 0 30px 0;
	font-size:14px;
	text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
}

.dn-title.rel .dn-textfieldxsm{
	border:none;
	border-bottom:1px solid #b9bec4;
}

#dn-center .paymentoptions  [type="radio"]:checked+label {
	border:1px solid #BF9E70;
}

#dn-center .paymentoptions label {
box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.1);
    border-radius: 10px;
	background:#fff;
	border:1px solid #FFF;
	padding:12px 15px;
	display:inline-flex;
	gap:4px;
	align-items: center;
	justify-content: center;
	margin:0px 5px 10px 5px;
}

#dn-center .paymentoptions label {
}

#dn-center .paymentoptions input {
	display:none;
}


#pages.adireinu #dn-center .dn-onefull input[type="checkbox"]:checked+label{
	border:none!important;
}

.dn-subhead{
 	text-transform:uppercase;
	font-size:14px;
	color:#002535;
	letter-spacing:2px;
	clear:both;
	margin:0 0 25px 0;
}

#innerwrapper .ticks #orderInfo .dn-subhead, #innerwrapper .ticks  .dn-subhead, .listings .title{
	color: #815D3F;
 
font-size: 18px;
letter-spacing:normal;
text-transform:none;
text-align:left;
 
font-weight: 400;
font-family: IvyMode;
color: #815D3F;
 
font-size: 18px;
 
 
}

#innerwrapper.ticks .toggle input[type=radio]:checked+label{
	border-radius:30px;
}

.dn-star{
	color:#E21D39;
}


.paymentoptions {
	padding:15px 0px;
	font-weight:300;
	display:flex;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:2px;
	    flex-wrap: wrap;
}

#dn-center .dn-smalltext {
 
	 
		color: #888;
	 
	padding:0 0 10pz 0;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#dn-center .dn-smalltext .underline{
	cursor:pointer;
	text-decoration:underline;
}

#dn-center #part1 .dn-smalltext{
	text-align:center;
}

#innerwrapper.ticks #dn-center .dn-smalltext, #innerwrapper.ticks   .dn-smalltext, .listings .subtitle{
	color: var(--Secondary-Grey, #948D86);
 
font-family: Roboto;
font-size: 14px;
text-transform:none;
letter-spacing:0;
 
font-weight: 400;
 
}

#innerwrapper.ticks #part5 .sn-smalltext{
	margin:15px 0 30px 0;
	
}

#innerwrapper.ticks #dn-center #part5 .dn-smalltext{
	color: var(--Black, #473322);
font-family: Roboto;
font-size: 14px;
 
margin:5px 0 10px 0;
	 }
	
#innerwrapper.ticks #dn-center .dn-smalltext#addTextPartner{
	text-align:left;
	margin:0 0 12px 0;
}

#innerwrapper.ticks #dn-center .dn-smalltext#addTextPartner strong{
	font-weight:normal;
	 
}
	
#innerwrapper.ticks #dn-center .cat .dn-smalltext{
	text-align:left;
}

#dn-center .dn-twoleft{
	float:left;
	width:48%;
}

#dn-center .dn-tworight{
	float:right;
	width:48%;
}

#dn-center .display.dn-onefull{
	clear:both;
	margin:0 0 20px 0;
}

#dn-center .dn-threewrap {
    float: left;
    width: 65%;
	clear:both;
}

#dn-center .dn-threeleft {
    float: left;
    width: 48%;
}

#dn-center .dn-threecenter {
    float: right;
    width: 48%;
}

#dn-center .dn-threeright {
    width: 32%;
    float: right;
     
}

#dn-center .btn-group{
	text-align:center;
}

#dn-center .button{
 
	    min-width: 45px;
    border: none;
    font-size: 13px;
    margin: 10px 0 0 0;
    letter-spacing: 2.2px;
    border-radius: 20px;
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    padding: 10px 20px;
}

#innerwrapper.ticks #dn-center .button{
	border-radius: 30px;
background: #B99D57;
color:#fff;
width:85px;
margin:12px auto 0 auto;
 
font-family: Roboto;
font-size: 13px;
    letter-spacing: 1px;
 
}

#innerwrapper.ticks .form .cart .hide{
	border:none;
	text-transform:none;
	letter-spacing:0;
	color: var(--Black, #473322);
font-family: Roboto;
font-size: 14px;
 
 
 
}

#dn-center .first{
	position:relative;
}

#dn-center .button.coupon{
	width: 120px;
	margin: 0 0 20px 0;
	position: absolute;
	right: -130px;
	top:20px;


}

#dn-center .dn-field {
	position: relative;
	margin:0 0 20px 0;
	font-size:15px;	
	color:#000;
	    font-family: "DM Sans", sans-serif;
	  
}

#dn-center .dn-field.float{
	float:left;
	width:50%;
}

#dn-center .dn-field.float.half{	 
	width:49%;
}
 
#dn-center .dn-field.float.third{	 
	width:33%;
}

#dn-center .dn-field.float.quarter{	 
	width:25%;
}

#msgCpn{
	text-transform:uppercase;
	letter-spacing:2px;

	padding:5px 0;
}


#dn-center input.button{
	width:auto;
	 
	border:none;
}
 
#dn-center .button.left{
	font-family: "DM Sans", sans-serif;
	
	float:left;
	    display: flex;
    align-items: center;
	font-size:14px;
	margin:0 0 15px 0;
	    padding: 0 0 5px 0;
		background:none;
		color:#878282;
}

#dn-center .button.right{
	float:right;
}

#pages.donate .popup #dn-center .button.right{
	float:none;
	margin:0 auto;
}

#pages.donate #outerform{
	overflow:hidden;
	width:57%;
	float:right;
}

#pages.donate .headers{
	float:left;
	width:40%;
	margin:300px 0 0 0;
	text-align:right;
}

#pages.donate h1{
	text-align:right;
}

#pages.donate .banner{
	display:none;
}

#pages.donate{
	background-image:url(images/home-bottom.jpg);
	background-repeat:no-repeat;
	padding:80px 0 0 0;
}

/*Shabbos*/
#pages.shabbos .top{
	background:#f8efea;
}

#pages.shabbos .head{
	height:100vh;
	min-height:850px;
	overflow:hidden;
	background-image:url(images/topbg.jpg);
	background-size:cover;
}

#pages.shabbos.inner .head{
	 
}

#pages.shabbos.inner .overlay{
	 
}

#pages.shabbos.inner .sub{
	font-size:40px;
}

#pages.shabbos.inner .overlay .small{
	font-size:18px;
} 

#pages.shabbos .head .sub{
	font-size:70px;
	font-family: "orbital", sans-serif;
	color:#D5B688;
	margin:20px 0 0 0;
 
}
 
#pages.shabbos .overlay{
	position:absolute;
	color:#fff;
	top:80px;
	left:100px;
	text-align:center;
}

#pages.shabbos .overlay .button{
	border:1px solid #D5B688;
	padding:5px;
	font-family: "orbital", sans-serif;
	width:180px;
	color:#D5B688;
	 
	background:none;
	text-decoration:none;
	display:block;
	text-transform:none;
	letter-spacing:0;
	font-size:18px;
	margin:20px auto 0 auto;
	border-radius:0;
	
}

#pages.shabbos .overlay .button:hover{
	background:font-family: "orbital", sans-serif;;
	    color: #F2EAD5;
}

#pages.shabbos .border{
	margin:20px 0;
}

#pages.shabbos .overlay .small{
	font-size:24px;
	color:#F2EAD5;
	letter-spacing:2px;
	font-family: "tt-commons-pro", sans-serif;
	text-transform:uppercase;
	margin:0 0 50px 0;
}


#pages.shabbos .top .icon{
	height:80px;
}


#pages.shabbos .top .text{
	margin:20px 0 0 0;
	color:#510D1F;
	text-align:center;
	font-size:18px;
	font-family:'Macklintext-italic';
}

#pages.shabbos .box{
	width:25%;
	margin:1%
}

#pages.shabbos .kcl{
	margin:15px 0 0 0;
}

#pages.shabbos .top .flex{
	max-width:1500px;
	margin:auto;
	justify-content:space-between;
	flex-wrap:nowrap;
	margin:40px 0 0 0;
	text-align:center;
}

#pages.shabbos .top img{
	max-width:90%;
}

#pages.shabbos .top .shbs img, #pages.shabbos .top .address img{
	max-width:85%;
}

#pages.shabbos .text{
	font-size:18px;
}

#pages.shabbos .light{
	color:#D69C76;
	font-size:24px;
	font-style:italic;
}

#pages.shabbos .ticks #orderInfo {
	width:100%;
}

#pages.shabbos #part1,
#pages.shabbos #part2,
#pages.shabbos #part3,
#pages.shabbos #part4 {
  opacity: 0;
  height: 0;
  padding:0;
  overflow: hidden; 
  transition: none;
}

#pages.shabbos #dn-center #part1, #pages.shabbos #dn-center #part2, #pages.shabbos #dn-center #part3 {
	width:80%;
	float:none;
	border:none;
	margin:0 auto;
}

#pages.shabbos #dn-center #part1 {
	  opacity: 1;
  height: auto;
}

#pages.shabbos #AdditionalDiv{
	line-height:1.5;
}

#pages.shabbos .ticks #AdditionalDiv   .dn-title{
	margin:0 0 15px 0;
}


/* Show Step 2 & Hide Step 1 */
#pages.shabbos #dn-center #step2:checked ~ #part2 {
  opacity: 1;
  height: auto;
}

#pages.shabbos #dn-center #step2:checked ~ #part1 {
  opacity: 0;
  height: 0;
  display: none;
}

/* Show Step 3  & Hide Step 2 */
#pages.shabbos #dn-center #step3:checked ~ #part3 {
  opacity: 1;
  height: auto;
}

#pages.shabbos #dn-center #step3:checked ~ #part2 {
  opacity: 0;
  width: 0;
  height: 0;
}


#pages.shabbos #dn-center {
	margin:0px 0px 50px 0px;
}

#pages.shabbos #orderInfo #dn-center .text{
	font-size:17px;
	font-weight:bold;
	font-family:inherit;
	letter-spacing:.5px;
}

#pages.shabbos .ticks #orderInfo .dn-subhead, #pages.shabbos .ticks .dn-head, #pages.shabbos .ticks #orderInfo #dn-center .ticket.subtotal, #pages.shabbos .ticks #orderInfo {
	color:#D69C76;
	font-family:'Macklintext-italic';
	letter-spacing:0;
	font-style:italic;
}

#pages.shabbos .ticks .dn-head, #pages.shabbos .ticks .dn-subhead{
	font-size:40px;
}

#pages.shabbos #dn-center .button, #pages.shabbos .ticks #orderInfo #dn-center .button.right{
	background:#D69C76;
	font-size:21px;
	padding:5px 20px;
}

#pages.shabbos #dn-center .button .fa{
	display:none;
}

#pages.shabbos .pricing {
	text-align:right;
}

#pages.shabbos .ticks #orderInfo #dn-center .ticket{
	font-family:'Macklintext-italic';
	margin:0;
	line-height:1;
}

#pages.shabbos .ticks #orderInfo #dn-center .ticketprice{
	color:#D69C76;
	font-family:ivymode, sans-serif;
	margin:0;
}

#pages.shabbos .ticks #orderInfo #dn-center .disclaimer{
	margin:0 0 35px;
}

#pages.shabbos .ticks hr{
	border-bottom:1px solid #E8E8E8;
}

#pages.shabbos .ticks .selections label{
	margin:0 10px 5px 0;
	padding:12px 20px;
	border-color:#D69C76;
}

#pages.shabbos .ticks .selections input:checked + label{
	background:#D69C76;
}

#pages.shabbos .ticks .selections label .text{
	line-height:1;
}

#pages.shabbos .ticks .roomdesc{
	margin:0 0 35px;
}

#pages.shabbos .ticks select#RoomQty{
	float:right;
	width:150px;
	height:30px;
	margin:-100px 0 0;
	border:1px solid #8a8a8a;
}

#pages.shabbos .ticks .rooms{
	border-top:1px solid #E8E8E8;
	margin:35px 0;
}

#pages.shabbos .ticks .rooms .qtyRow{
	position:relative;
}

#pages.shabbos .ticks #orderInfo .rooms .dn-subhead{
	font-size:28px;
}

#pages.shabbos .ticks #orderInfo .rooms .dn-checkbox{
	height:30px;
	min-width:40px;
	float:right;
	margin:20px calc(100% - 300px) 0 0;
}

#pages.shabbos .ticks #orderInfo #dn-center .rooms .ticket{
	float:left;
	max-width:150px;
	margin:20px 0 5px;
	font-size:21px;
	text-transform:none;
}

#pages.shabbos .ticks #dn-center .rooms .ticketdetail{
	float:left;
	max-width:150px;
	clear:left;
	font-weight:bold;
	font-size:16px;
	letter-spacing:.5px;
}

#pages.shabbos .ticks #dn-center .rooms .dn-smalltext{
	margin:-5px 0 20px;
}

#pages.shabbos .ticks #dn-center .rooms .guest{
	clear:both;
	padding:30px 0 0;
	max-width:500px;
}

#pages.shabbos .ticks #dn-center .rooms .guest .dn-title{
	font-weight:normal;
	text-transform:capitalize;
	font-size:14px;
}
	
#pages.shabbos .ticks #dn-center .rooms .guest input[type=radio]{
	margin:0 0 20px;
}

#pages.shabbos .ticks #orderInfo #dn-center .ticket.subtotal, #pages.shabbos .ticks #orderInfo #dn-center .ticket.total{
	float: none;
    max-width: none;
    clear: both;
    margin: 45px 0 0;
    text-align: left;
    text-transform: capitalize;
    font-size: 20px;
}

#pages.shabbos .ticks #orderInfo #dn-center .ticket.total{
	border-top:1px solid #E8E8E8;
	margin-top:0;
	padding-top:45px;
}

#pages.shabbos .ticks #orderInfo #dn-center .total b{
	font-weight:normal;
}

#pages.shabbos .ticks #orderInfo #dn-center .subtotal input{
	color:inherit;
	font-size:inherit;
}

#pages.shabbos .ticks #orderInfo #dn-center .total input{
	color:inherit;
	font-size:30px;
}

#pages.shabbos .ticks #orderInfo #dn-center label .button{
	width:auto;
	display:inline-block;
	font-size:20px;
	padding:7px 14px;
	text-transform:none;
	margin:0 5px 0 0;
}

#pages.shabbos .ticks #orderInfo #dn-center .button.right{
	float:right;
}

#pages.shabbos .ticks #orderInfo #dn-center .continue:after{
	display:block;
    content:'';
    clear:both;
}

#pages.shabbos .ticks .more{
	text-align:center;
}

#pages.shabbos .ticks .more a{
	color:inherit;
}

 

/*Adireinu*/
.adireinu{
	padding:30px 0 0 0;
}
#pages.adireinu .owl-dots{
    display: none;
}

#pages.adireinu .signupbar{
	position:fixed;
	color:#fff;
	text-align:center;
	z-index:8;	 
	font-family: "Contax Sans W01 65 Medium";
    letter-spacing: 2px;
    background: #ec3434;
	text-transform:uppercase;
	top:0;
	width:100%;
	left:0;
	line-height:2;
}

#pages.adireinu .signupbar div{
    text-transform:none;
    font-size: 85%;
}

#pages.adireinu .signupbar .pad{
	padding:8px 0;
}

#pages.adireinu .signupbar .button{
	background:none;
	letter-spacing:1px;
	font-size:14px;
	font-family: "Contax Sans W01 65 Medium";
	text-decoration:underline;
	text-transform:uppercase;    
	position:fixed;    
    left:0;
    top: 4px; 
}

#pages.donate.adireinu .smallbanner .banner{
	border:none;
	width:100%;
	margin:0;
	height:100%;
	border-radius:0;
}

#pages.donate.adireinu .banner{
	display:block;
	border-top: 1px solid #F8F8F8;
	padding:0px 0 0 0;
	height:600px;
	border-radius:40px;
	overflow:hidden;
	border:none;
	width:100%;
	margin:60px 0 0 0;
}

#pages.donate.adireinu .sub{
	background:#2c2929;
	padding:20px 0 25px 0;
	text-align:center;
	color:#fff;
	border-radius:0 0 20px 20px;
	margin:-20px 0 0 0;
	position:relative;
}

#pages.donate.adireinu #TotalDiv {
	display:none;
}

#pages.donate.adireinu .sub .gold{
	display:inline;
	color:#A6804A;
	font-style:italic;
	font-size:45px;
	font-family: ivymode, sans-serif;
}

#pages.donate.adireinu .sub .text{
	color:#fff;
	font-family: 'foundersgrotesk-regular-webfont';
	display:inline;
	margin:0 0 0 20px;
	font-size:30px;
}

#pages.donate.adireinu .sub .button{
	display:inline;
	letter-spacing:1px;
	margin:0 0 0 40px;
}

#pages.donate.adireinu .banner video{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#innerwrapper #navwrapper li.maamad, #navwrapper li.maamad{
	float:right;

	margin:-15px 0 0 0;
	padding:0;
}

#footerwrapper #navwrapper li.maamad, #navwrapper li.maamad{
	float:none;
	margin:0;
}

#innerwrapper #navwrapper li.maamad a, #topwrapper #navwrapper li.maamad a{
	background:#A6804A;
	color:#fff;
	border-radius:9px;
	font-size:11px;
	text-align:center;
	width:150px;
	text-transform:none;
	line-height:0.8;
	letter-spacing:normal;
	font-weight:normal!important;
	display:block;
	padding:6px 0;
	 
	
}

#innerwrapper #navwrapper li.maamad span, #navwrapper li.maamad span{
	font-size:18px;
	display:block;
	font-family: ivymode, sans-serif;
	font-style:italic;
	 
}

#innerwrapper #navwrapper a:hover, #innerwrapper #navwrapper .lion{
	font-weight:bold;
	color: #4A3845;
}

#pages.adireinu{
	background:none;
	padding:30px 0px 0px 0px;	
}

#pages.adireinu .smallbanner{
	margin:0px 0px 20px 0px;
}

#pages.adireinu .mobilebanner{
	display:none;
}

#pages.adireinu .scrollbar{
	margin:25px 0px 0px 0px;
	background:#F8F8F8;
	border-radius:20px;
	overflow:hidden;
	
}

#pages.adireinu .total{
	float:left;
	width:17%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding:20px 30px;
	color:#fff;
	font-family: ivymode, sans-serif;
	border-radius:20px;
	background:#A6804A;
}

#pages.adireinu .total .amount{
	font-size:65px;
}

#pages.adireinu .total .members{
	font-size:25px;
	line-height:1;
}

#pages.adireinu .singledonate {
    text-align: center;
    padding: 20px 0;
}

#pages.adireinu .cccover {
    clear: both;
    overflow: hidden;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 15px 1%;
    width: fit-content;
    margin: 10px auto 40px auto;
}

#pages.adireinu .header{
	font-size: 25px;
  
    color: #A6804A;
	float:left;
    font-family: "Contax Sans W01 65 Medium";
	 
}

#pages.adireinu .names{
	float:right;
	width:75%;
}

#pages.adireinu .scroll{
	 
	padding:20px 30px;
	overflow:hidden;
	 
}

#pages.adireinu .charge{
	display:block;	 
	font-size: 13px;
    letter-spacing: 2px;
	text-align:center;
	text-transform:uppercase;
	margin:20px 0 10px 0;
}

#pages.adireinu .charge a{
	    color: #002535;
}


#pages.adireinu .total.two{
	display:none;
}

#pages.adireinu .totals {
 
	margin:0 auto;
	display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap:wrap;
	gap:20px;
}

#pages.adireinu .totals .hebrew{
	font-size:35px;
}

#pages.adireinu .totals h3 {
	text-align:center;
	line-height:normal;
	margin:25px 0px 15px 0px;
	width:100%;
}

#pages.adireinu .totals .boxes{
	flex:1;
	border: 1px solid #EDEDED;
    border-radius: 15px;
    padding: 15px;
}

#pages.adireinu .totals .boxes.right{
	width:450px;
	flex:none;
	border-color:#A6804A;
}

#pages.adireinu .totals .raised{
	text-align:center;
	 
    
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2.6px;
	font-weight:bold;
}

#pages.adireinu .totals .box {
	 
	background-color:#A6804A;
	border-radius:20px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	flex:1;
	font-family: ivymode, sans-serif;
	margin:10px;
	height:115px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

#pages.adireinu .totals sub {
	font-size:30px;
}

#pages.adireinu .totals .box .amount {
	font-size:40px;
}

#pages.adireinu .totals .right .box {
	color:#000;
}

#pages.adireinu .totals .right .box .amount{
	font-size:50px;
}

#pages.adireinu .total.two .members{
}

#pages.adireinu .total.two .total{
}

#pages.adireinu .scroll .donor{
}

#pages.adireinu .scroll .name{
	color:#A6804A;
	font-family: ivymode, sans-serif;
	font-size:25px;
}

#pages.adireinu .scroll .location{
	color:#1F1F1F;
	font-family: ivymode, sans-serif;
	margin:5px 0;
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:2.6px;
}

#pages.adireinu .scroll .time{
	font-size:11px;
	font-family: ivymode, sans-serif;
	font-style:italic;
}

#pages.adireinu #dn-center .listings{
    box-shadow: 2px 5px 8px 2px #00000029;
	border-radius:20px;
	margin:1.5%;
	padding:30px;
    width: 88%;
}

#pages.adireinu .listings .products {
    max-height:  300px;
    height: auto;
	clear:both;
}
#pages.adireinu .listings .products a {
    width: 15%;
}

#pages.adireinu .wrapper{
	position:relative;
}

#pages.adireinu .burst{
	width: 184px;
    height: 144px;
    background: #fff;
    z-index: 8;
    text-align: center;
    padding: 40px 0 0 0;
    border-radius: 100%;
    font-size: 20px;
    box-shadow: 2px 5px 8px 2px #00000029;
    position: absolute;
    right: 0;
    bottom: -150px;
    line-height: 1.2;
}

#pages.adireinu .burst span{
	color:#A6804A;
}

#pages.adireinu #part2, #pages.adireinu #part3, #pages.adireinu #part4 {
    opacity: 100%;
    height: 100%;
    overflow: hidden; 
}

#pages.adireinu #dn-center{
	overflow:hidden;
	width:73%;
	margin:0 auto;
}

#pages.adireinu #dn-center  #part1 {
	margin:0 0 40px 0; 
}

#pages.adireinu #dn-center #part2.form-group, #pages.adireinu #dn-center #part3.form-group, #pages.adireinu #dn-center #part4.form-group{
	    box-shadow: 2px 5px 8px 2px #00000029;
		border-radius:20px;
		margin:1.5%;
		padding:30px;
		float:left;
		width:40%;
		height:560px;
}

#pages.adireinu #dn-center #part2, #pages.adireinu #dn-center  #part1 {
    float:none;
    width: 100%;
	padding:0;
	margin:0;
	border:none;
}

#pages.adireinu #dn-center #part2.form-group {
	width:90%;
	height:auto;
}

#pages.adireinu #dn-center .guest.additional .dn-textfield {
	margin:0px 0px 10px 0px;
}

#pages.adireinu #dn-center  .dn-below {
	clear:both;
	width:100%;
	margin:0px 0px 20px 0px;
}

#pages.adireinu h3{
	text-align:center;
	font-size:21px;
	letter-spacing:4.2px;
	color:#A6804A;
	font-family: "Contax Sans W01 65 Medium";
	text-transform:uppercase;
	margin:0 0 20px 0;
}

#pages.adireinu .text{
	line-height:1;
}

#pages.adireinu .link{
	width:30%;
	margin:1%;
	text-decoration:none;
	color:#fff;
	text-align:center;
	position:relative;
	 
	display:block;
}

#pages.adireinu .link .header{
	position:absolute;
	font-family: "Contax Sans W01 65 Medium";
	bottom:100px;font-size:55px;
	text-align:center;
	line-height:1;
	width:100%;
	z-index:8;
	font-family: ivymode, sans-serif;
}

#pages.adireinu .link .overlay{
	position:absolute;
	bottom:30px;
	left:0;
	width:100%;
}

#pages.adireinu .link .button{
	text-align:center;
	width:150px;
	margin:0 auto;
	z-index:8;
	font-size:12px;
	letter-spacing:2.4px;
	text-transform:uppercase;
	 
}

#pages.adireinu #greywrapper{
	padding:80px;
	margin:0 0 50px 0;
}

#pages.adireinu #greywrapper .par{
	width:37%;
	font-size:57px;
	text-align:right;
	line-height:1.1;
	font-family: ivymode, sans-serif;
}

#pages.adireinu #greywrapper .par .button{
	text-transform:uppercase;
	font-size:17px;
	letter-spacing:3.4px;
	font-family: "Contax Sans W01 65 Medium";
}

#pages.adireinu #greywrapper .now{
	color: #A6804A;
}

#pages.adireinu #greywrapper .video{
	width:58%;
}

#pages.adireinu #dn-center .option .ticketprice, #pages.adireinu #dn-center .option .ticket{
	float:none;
	width:100%;
}

#pages.adireinu #dn-center .option .ticket{
	font-size:14px;
	letter-spacing:2.1px;
}

#pages.adireinu #dn-center .option .ticketprice{
	color:#A6804A;
	font-size:42px;
}

#pages.adireinu #dn-center .option .ticketDet{
	font-size:10px;
}

#pages.adireinu #dn-center .option .ticketprice input{
	border:none;
	width:80px;
	height:50px;
	color:#A6804A;
	border-bottom:1px solid #A6804A;
}

#pages.adireinu .paymentoptions input{
	display:none;
}

#pages.adireinu .paymentoptions{
	letter-spacing:0;
}

#pages.adireinu .options{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width:100%;
}

#pages.adireinu #dn-center .option{
	text-align:center;
	width:225px;
	text-transform:uppercase;
	border:1px solid #EDEDED;
	border-radius:10px;
	padding:15px 0;
	margin:0.5%;
	cursor:pointer;
	font-size:14px;
	letter-spacing:2.1px;
}

#pages.adireinu #dn-center #ticket2.option {
 
}

#pages.adireinu   .searchbar .title{
	font-size:28px;
}

#pages.adireinu .searchbar{
	 
}

#pages.adireinu .listings .searchbar .title{
	float:left;
	width:50%;
}

#pages.adireinu .listings .search{
	margin:0;
	height:auto;
	border:none;
}

#pages.adireinu .listings .search input{
	border: 1px solid #E5B594;
	border-radius: 100px;
     
    height: 35px;
}

#pages.adireinu .listings .search button {
    position: absolute;
    top: 12px;
    right: 18px;
}

#pages.adireinu .search .button {
    border-radius: 100px;
    font-size: 15px;
    background: #A6804A;
    color: #fff;
    padding: 8px 0;
    text-transform: none;
    width: 60%;
    margin: 10px 0;
}

 

#pages.adireinu #dn-center .option:hover, #pages.adireinu #dn-center .option.selected, #pages.adireinu #dn-center input[type="checkbox"]:checked+label{
	background:#ccb79a!important;
	color:#fff;
}

#pages.adireinu #dn-center .option:hover .ticketprice, #pages.adireinu #dn-center input[type="checkbox"]:checked+label .ticketprice{
	color:#fff!important;
}

#pages.adireinu h2{
	color:#A6804A;
	font-size:60px;
	text-align:center;
	margin:50px 0 40px 0;
	padding:0;
	width:100%;
	background:none;
}

#pages.adireinu .text .caps {
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
}

#pages.adireinu .eventbanner { 
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

#pages.adireinu .eventbanner .fa{
     float: right;
    padding: 5px;
    cursor: pointer; 
    display: inline-block;
}

#pages.adireinu .eventbanner .toggle.closed .fa-chevron-up{
    display: block;
}

#pages.adireinu .eventbanner .toggle .fa-chevron-up{ 
    display: none;
}

#pages.adireinu .eventbanner .toggle .fa-close{ 
    display:block ;
}

#home .sitebanner .toggle.closed .fa-close{
    display:none ;
}

#pages.adireinu .text{
	font-family: "Contax Sans W01 65 Medium";
	color:#4A3845;
	font-size:17px;
	line-height:1.3;
	margin:0 0 40px 0;
	text-align:center;
}

#pages.adireinu .dn-head{
	color:#A6804A;
	text-transform:capitalize;
	font-size:18px;
}

#pages.adireinu .button{
	
	border-radius:100px;
	
	font-size:19px;
	background:#A6804A;
	color:#fff;
	padding: 8px 13px;
	text-transform:none;
}

#pages.adireinu .small{
	padding:15px 0 10px 0;
	font-size:13px;
	margin:0 0 10px 0;
	border-bottom:1px solid #E8E8E8;
}

#pages.adireinu .charged span{
	color:#A6804A;
	font-weight:bold;
}

#pages.adireinu .currency input{
	display:none;
}

#pages.adireinu .currency{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width:100%;
	margin:30px 0;
}

#pages.adireinu .currency label{
	font-size:14px;
	letter-spacing:1.4px;
	display:block;
	margin:0.4%;
	cursor:pointer;
	width:52px;
	text-align:center;
	padding:6px 0 2px 0;
	border:1px solid #A6804A;
	border-radius:20px;
}

#pages.adireinu .currency label:hover{
	color:#fff;
	background:#A6804A;
}

#pages.adireinu #recurringOption{
	width:300px;
	margin:0 auto;
	color: #4A3845;
	text-transform:uppercase;
	font-size: 12px;
	border: 1px solid #b9bec4;
    letter-spacing: 1.5px;
	display:block;
}

#pages.adireinu #dn-center #InstallDiv{
	text-align:center;
	font-size:14px;
	margin:20px 0 0px 0;
}

#pages.adireinu .dn-onefull{
	clear:both;
	width:100%;
}
	
/*Register*/
#pages.register.ticks .buttons{
	text-align:center;
	margin:0 0 20px;
}

#pages.event.ticks.register .button.active, #pages.event.ticks.register .button:hover{
	background:#4A3845;
	color:#E3CFB8;
}

#pages.event.ticks.register .button {
	color: #4A3845;
	font-family: 'GT_Zirkon_Medium';
	background: #E3CFB8;
}

#pages.register.ticks .buttons .button{
	display:inline-block;
	margin:5px;
}

#pages.register.ticks #orderInfo {
	float:none;
	margin:0 auto;
}

#pages.register.ticks .dn-textfieldsm {
	display:inline-block;
	width:auto;
}

#pages.register.ticks .dn-textfield, #pages.register.ticks .dn-textfieldsm {
	font-size:15px;
}


.messagebox {
       
        width: 100px;
        opacity:100%!important;
        border: 1px solid #c93;
        background: #ffc;
        padding: 3px;
}

.messageboxok {
        position: absolute;
        width: auto;
        margin: 10px 0px 10px -50px;
        border: 1px solid #349534;
        background: #C9FFCA;
        padding: 3px;
		z-index:999;
        font-weight: bold;
        color: #008000;
}

.messageboxerror, .msgbox {
       
        width: auto;
       
        border: 1px solid #CC0000;
        background: #F7CBCA;
        padding: 3px;
        font-weight: bold;
        color: #CC0000;
}

.msgbox{
	line-height:30px;
	border:none;
	padding:0;
	margin:10px 0 0 0;
	text-indent:20px;
}

/*About*/
#pages.about .left{
	float:left;
	width:45%;
	position:relative;
}

#pages.about .right{
	float:right;
	width:50%;
	margin:20px 0 0 0;
}

#pages.about .right h2{
	margin:0 0 50px -130px;
	position:relative;
	z-index:8;
}

#pages.about .mission{
    text-align: center;
}

#pages.about #mission{ 
    width: 95%;
    text-align: center;
   font-size: 35px;
    background: white;
    font-weight: 500;
    line-height: 50px;
} 

#pages.about .box{
	display:flex;
	align-items:center;
	margin:80px 0 0;
}

#pages.about .box.messagefirst{
	justify-content:end;
}

#pages.about .box.messagefirst .message{
	margin:0 -80px 0 0;
	padding:60px 130px 40px 0;
	text-align:right;
	z-index:9;
}

#pages.about .box.videofirst .message{
	margin:0 0 0 -80px;
	padding:0 0 40px 130px;
	z-index:9;
}

#pages.about .box .video{
	width:62%;
}

#pages.about .box.videofirst{
	justify-content:start;
}

#pages.about .download{
	text-align:center;
	margin:60px 0 0;
}

#pages.about .par{
	float:left;
	width:50%;
}

#pages.about .pic{
	float:right;
	width:45%;
	position:relative;
}

#pages.about .par h2{
	margin: 20px -180px 80px 0;
	float:right;
	position:relative;
	z-index:8;
}

#pages.about .par .text{
	clear:both;
}

#pages.about .par h3{
	color:#E5B594;
	font-size:36px;
	margin:30px 0;
	line-height:55px;
}

#pages.about .message.two.second{
	margin:160px 50px 0 -100px;
}

#pages.about .text br{
	line-height:5px;
}

#pages.about .message{
	border-bottom:1px solid #F5DFD2;
}

#pages.about #greywrapper{
	margin:80px 0 0 0;
}


/*Nshei*/
#pages.nshei .left{
	float:left;
	text-align:right;
	width:26%;
}

#pages.nshei .video{
	float:right;
	width:70%;
}

#pages.nshei .caps{
	border-bottom: 1px solid #E5B594;
    text-align: left;
    float: right;
    width: 250px;
    margin: 0 -100px 40px 0;
	padding:0 0 30px 0; 
	line-height:58px;
	position:relative;
	z-index:9;
}

#pages.nshei h3{
	clear:both;
	font-size:50px;
	line-height:55px;
}

#pages.nshei .logo{
	float:left;
	width:20%;
	margin:20px 0 0 0;
}

#pages.nshei #greywrapper .text{
	float:right;
	width:77%;
}

#pages.nshei .image{
	margin:-140px auto 0 auto;
}

#pages.nshei h3.center{
	text-align:center;
	margin:80px auto 100px auto;
	width:70%;
	line-height:60px;
}

#pages.nshei .speech.vids{
	margin:80px 0;
}

#pages.nshei .speech{
	padding:50px 0;
	border-top:1px solid #E5B594;
}

#pages.nshei .speech .video{
	position:relative;
	float:none;
	width:100%;
	cursor:pointer;
}

#pages.nshei .play{
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	top:42%;
}

#pages.nshei .vids .speaker{
	width:16%;
	padding:2%;
}

#pages.nshei .vids .speaker .name{
	font-size:23px;
	line-height:1.2;
	margin:20px 0 0 0;
}

#pages.nshei .vids .speaker .title{
	margin:12px 0 0 0;
	height:auto;
}

#pages.nshei .speaker{
	background:#F5DFD2;
	padding:2.5%;
	width:16%;
	margin:1%;
}

#pages.nshei .speaker .name{
	font-size:40px;
	line-height:40px;
	margin:30px 0 5px 0;
	font-family: ivymode, sans-serif;
}

#pages.nshei .speaker .title{
	text-transform:uppercase;
	height:30px;
	font-size:12px;
	letter-spacing:1.8px;
	margin:0 0 10px 0;
	line-height:15px;
	 
}

#pages.nshei .audios{
 
	display:flex;
 
    
	
}

#pages.nshei #greywrapper{
	margin:80px 0 0 0;
	padding:0 0 130px 0;
}

#pages.nshei .speech h3{
	color:#E5B594;
	font-size:60px;
	text-align:center;
	margin:0 0 50px 0;
}

#pages.nshei audio{
	width: 100%;
    height: 30px;
	margin:0 4px 0 0;
}

#pages.nshei #nishei22 .text{
    width: 55%;
    text-align: justify;
}

   #pages.nshei #nishei22 #video{
		margin:80px auto;
           align-items: flex-start;
}
   #pages.nshei #nishei22 .caps{
		width:18%;
}

   #pages.nshei #nishei22 #video .video{
		width: 65%;
}

#pages.nshei #nishei-gathering{
	background-image:url(images/nishei_gathering-23.jpg);
	background-size:cover; 
    background-repeat: no-repeat;
	padding:90px 90px 40px 90px;
	position:relative;
}

#pages.nshei #nishei-gathering .shadow img{
	display:none;
}

#pages.nshei #nishei-gathering .shadow{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
}  

#pages.nshei #nishei-gathering .speaker .button{
	font-size:12px;
	text-transform:lowercase;
	padding:4px 8px;
	display:inline-block;
	letter-spacing:0;
	margin:0 5px 0 0;
	position:relative;
	z-index:9;
}

#pages.nshei #nishei-gathering .name{
	font-size:30px;
}

#pages.nshei #nishei-gathering .desc{
	margin:15px 0;
}

#pages.nshei #nishei-gathering .title{
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1.8px;
	margin:5px 0 20px 0;
}

#pages.nshei #nishei-gathering .text{ 
	font-size:28px;
	color:#fff;
}

#pages.nshei #nishei-gathering .header{
	color:#F5DFD2;
	font-size:65px;
	font-family: ivymode, sans-serif;
	line-height:95px;
	position:relative;
	z-index:9;
    width: 55%;
} 

#pages.nshei #nishei-gathering .header br{
	display:none;
}

#pages.nshei #nishei-gathering .watch{
	font-family: ivymode, sans-serif;
	margin:130px 0 0 0;
    line-height: 35px;
	position:relative;
	z-index:9;
    float: right;
}

#pages.nshei #nishei-gathering .watch .button{
	font-size:12px;
	letter-spacing:2.4px;
	padding:1px 15px;
	margin:0 0 0 12px;
}

/*Tickets*/
.joinwrapper .title{
	color:#0D1E3E;
	    font-family: ivymode, sans-serif;
	text-align:center;
	font-size:80px;
	font-style:italic;
}

.joinwrapper .celebrating{
	width:195px;
	margin:0 auto;
}

.joinwrapper .celebrating img{
	width:100%;
}

.joinwrapper .history{
	text-transform:uppercase;
	color:#BF9E70;
 
	
	margin:30px 0 30px 0;
	font-family: Roboto;
font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
}

.joinwrapper .title.heb {
	color:#BF9E70;
	font-size:32px;
	font-style:normal;
	letter-spacing:3.2px;
	font-weight:400;
	margin:0 0 20px 0;
}

.joinwrapper{
	display:flex;
	text-align:center;
	justify-content: space-between;
    align-items:center;
	width:90%;
	margin:0 auto;
}

.joinwrapper img{
	border-radius:198px 198px 0 0;
}

.joinwrapper .button{
 
	letter-spacing:1.6px;
	font-family: Roboto;
font-size: 16px;

}

.joinwrapper .address{
	color:#4A3845;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2.7px;
	font-size:18px;
	margin:0 0 50px 0;
}

.joinwrapper .address .large{
	text-transform:none;
	font-size:48px;
	margin:0 0 10px 0;
	letter-spacing:normal;
}

#innerwrapper.ticks {
	background: linear-gradient(121deg, rgba(185, 157, 87, 0.17) 12.61%, rgba(253, 245, 222, 0.17) 92.71%);
}
 
 
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  }
 
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  float: left;
  width: 100%;
  border: 0;
  }

.slides{
	position:relative;
}

.slides .overlay{
	position:absolute;
	right:8%;
	top:200px;
	width:23%;
	height:100%;
	text-align:center;
	 
}

.slides .small{
	color:#fff;
	font-family: 'signifier';
	font-size:21px;
}

.slides .large{
	color:#B99D57;
	font-family: 'signifier';
	margin:50px 0;
	line-height:1;
	font-size:40px;
}


.greywrap{
	display:flex;

	background:#fff;
	padding:80px;
	font-family: "TTRamillas-LightItalic";
	justify-content: space-between;

}

.greywrap .right{
	width:58%;
}

.greywrap .left{

	font-size:70px;

	line-height:1;
	width:33%;
    text-align:right;
	position:relative;
	color:#B99D57;
	margin:100px 0 0 3%;
	text-align:center;
	width:100%;
	margin:0;
}

.greywrap .left .button{

	font-size:18px;
	text-transform:uppercase;
	 margin:30px 0 0 0;

	vertical-align:middle;
	background:#B99D57;
	width:270px;
	float:right;
	padding:15px 0px;
	letter-spacing:3.6px;
	display:block;
	color:#fff;

	font-family: 'nord-regular-webfont';
	float:none;
	margin:40px auto 0 auto;

}

.numbers{
	background:rgba(185, 157, 87, 0.05);
	padding:200px 0 60px 0;
	margin:-170px 0 0 0;
	font-family: "TTRamillas-LightItalic";
}

.numbers .full{
	align-items:start;
	width:80%;
	margin:0 auto;}

.numbers .left{
	width:30%;
	 
}

.numbers .right{
	width:75%;
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
	margin:0 0 0 100px;
}

.numbers .title{
	text-align:right;
	color:#B99D57;
	font-style:italic;
	font-size:70px;
	line-height:0.9;

}

.numbers .button{
	float:right;
	margin:30px 0 0 0;
	color:#0D1E3E;
	background:none;
	font-size:14px;
	letter-spacing:2.8px;
	border:1px solid #B99D57;

	font-family: 'nord-regular-webfont';
}

.numbers .stat{
	width:260px;
	margin:0 5% 0 0;

	color:#BF9E70;
	font-size:70px;
}

.numbers .amount{

	color:#BF9E70;
	display:inline;
	font-size:60px;
}

.numbers .caps{
	text-transform:uppercase;
	color:#0D1E3E;
	line-height:1.4;
	letter-spacing:3.2px;
	font-size:16px;
	font-family: 'nord-regular-webfont';
}

.listings{
	width:80%;
	margin:0 auto;
}

#VIPListings .listings{
	width:90%;
	padding:30px 5%;
	border-radius: 8px;
background: #F6F6F6;
}

#VIPListings .listings .title{
 margin:0 0 5px 0;
}

#VIPListings .listings .box .title{
 
	color: var(--Black, #473322);
 
font-size: 14px;
 
}

#VIPListings .listings .search{
	float:none;
	margin:20px 0;
}

#VIPListings .listings .products a{
	width:150px;
}

.listings .title{
 
	 
}

.listings .account{
 	    font-family: Roboto;
}

.listings .rabbis {
	text-transform:capitalize;
}

.listings .subtitle{
 
}

.listings .searchbar {
	margin:15px auto 20px auto;
	max-width:510px;
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap:10px;
}

.listings .search{
	float:left;
	width:60%;
	border-radius:100px;
	position:relative;	 
	text-transform:uppercase;
	height:35px;	 
background: #FFF;
border-radius: 30px;
border: 1px solid var(--Light-Grey, #C2C0BA);
}

.listings .search button{
	position:absolute;
	top:7px;
	right:12px;
	border:none;
	background:none;
	color:#BF9E70;
	font-size:16px;
}

.listings .search input{
	border:none;
	padding:0 0 0 3%;
	letter-spacing:1px;
	width:92%;
	font-size:11px;
	height:30px;
	margin:3px 0 0 9px;
	text-transform:uppercase;
}

.listings .searchbar .button, .smallerbut {
	float:right;
	font-family: 'GT_Zirkon_Medium';
	color: #4A3845;
	margin:2px 0 0;
	padding:8px 18px;
	font-size:12px;
	background:#E3CFB8;
	letter-spacing:2px;
}

.smallerbut {
	float:none;
	display:block;
	width:90%;
	max-width:200px;
	margin:15px auto;
}

.form{
	clear:both;
	padding:60px 0 0 0;
	position:relative;
	overflow:hidden;
	border-top:1px solid #CECECE;
	margin:30px auto 0 auto;
	width:85%;
}

#innerwrapper.ticks.bar .form{
	border:none;
	padding:0;
	margin:0 auto;
}

.form .section{
	padding:40px 0;
	font-size:15px;
	color:#4A3845; 
	border-top:1px solid #CECECE;
}

#innerwrapper.ticks .form .section{
	padding:0;
	border:none;
}

.form .join .shul {
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 10px 0;
	
}

.form .join .rabbis{
	font-size:20px;
	font-family: ivymode, sans-serif;
}

.form .join .rabbis span.pos{
	    color: #E5B594;
}

.form .join .title{
	font-size:30px;
	line-height:1;
	margin:0 0 10px 0;
	color: #BF9E70;
    
    font-family: 'pp-migra'
}

.form .container{
	position:absolute;
	right:0;
	 
	width:318px;
}

#innerwrapper.ticks   #part1, 
#innerwrapper.ticks   #part2,
#innerwrapper.ticks   #part3,
#innerwrapper.ticks   #part4,
#innerwrapper.ticks   #part5,
#innerwrapper.ticks .container{
	border-radius: 16px;
background: #FFF;
padding:40px;
float:right;
margin:0;
	width:420px;
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
}


#innerwrapper.ticks .form .container{
	width:300px;
	right:auto;
	left:60%;
}

#innerwrapper.ticks .form .join{
	position: absolute;
	width:250px;
}
 

#innerwrapper.ticks .toggle input[type=radio]:checked+label {
		background-color: #FFF;
		color: #B99D57;
		border-radius: 30px;
	}
	
/*#step2:checked ~ #part2 {
  opacity: 1;
  height: auto;
 
}*/
#step2:checked ~ #part1 {
  opacity: 0;
  width: 0;
  height: 0;
	    padding: 0 !important;
	overflow: hidden;
}
	
#step4:checked ~ #part4 {
  opacity: 1;
  height: auto;
 
}
#step4:checked ~ #part3 {
  opacity: 0;
  width: 0;
  height: 0;
	  padding: 0 !important;
	overflow: hidden;
}
	
#step5:checked ~ #part5 {
  opacity: 1;
  height: auto;
 
}
#step5:checked ~ #part4 {
  opacity: 0;
  width: 0;
  height: 0;
	  padding: 0 !important;
	overflow: hidden;
}

.form .cart.fixed{
	position:fixed;
	top:80px;
	width:318px;
}

.form .mobile{
	display:none;
}

.form .cart .title:before {
    font-family: 'FontAwesome';
    content: "\f07a";
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px 15px 0px 0px;
}

.form .cart .button{
	display:block;
	width:160px;
	font-size:18px;
	padding:8px 0;
	letter-spacing:3.6px;
	color:#4A3845;
	    font-family: 'GT_Zirkon_Medium';
 
	background:#E3CFB8;
	text-transform:uppercase;
	margin:15px auto 0 auto;
}

.form .cart .hide{
	border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding: 0 0 30px 0;
    border-radius: 0 0 30px 30px;
	text-transform:uppercase;
	font-size:13px;
	color:#707070;
	letter-spacing:2.6px;
	font-family:Helvetica, sans-serif;
}

#innerwrapper.ticks .form .card .hide{
	
}
	

.form .cart .total{
	border-bottom: 1px solid #D7D7D7;
	border-top: 1px solid #D7D7D7;
}

#innerwrapper.ticks .form .cart .total{
	border-bottom:none;
	padding:12px 0;
	margin:10px 0 0 0;
}
 

.form .cart .total, .form .cart .row{
	padding: 8px 0%;
	display: flex;
    justify-content: space-between;
    align-items: start;
 
    overflow: hidden;
}

.form .cart .qty{
	display:inline;
	padding:0 10px 0 0;
}

.form .cart .label{
	width:55%;
}

.form .cart .amount{
	width:110px;
	letter-spacing:normal;
	text-align:right;
}

.form .cart .amount.comp{
 
}
 

.form .cart .title{
	text-align:center;
	text-transform:uppercase;
	background:#BF9E70;
	border-radius:30px 30px 0 0;
	padding:15px 0;
	color:#543523;
	font-family: 'GT_Zirkon_Medium';
	font-size:18px;
	letter-spacing:3.6px;
}

.form .join{
	float:left;
	width:21%;
}

#JoinDiv{
	position:relative;
	padding:0 30px 0 0;
}

#JoinDiv #ShulName {
	color:#B99D57;
}

#JoinDiv .black {
	color:#000;
}

.ticks #orderInfo{
	float: right;
	margin-right:45%;
}

#dn-center .items.vip{
	margin:0 0 70px 0;
	padding:0 0 70px 0;
	border-bottom:1px solid  #CECECE;
}

.ticks #dn-center #PurchaseDiv .dn-head{
	 
}

.ticks #orderInfo #dn-center .ticket, .ticks .header {
	 
	
	color: var(--Black, #473322);
font-family: Roboto;
font-size: 14px;
letter-spacing:normal;
 text-transform:capitalize;
 
}

.ticks #orderInfo #dn-center .ticket {
	margin:0;
	float:none;
	width:100%;
}

#zechusHeader{
	color: #543523;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'GT_Zirkon_Medium';
    margin: 0 0 20px 0;
	line-height:1.5;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}

.ticks #orderInfo #dn-center .ticketprice{
	color: var(--Black, #473322);
 
font-size: 14px;
    font-family: Roboto;
    float: none;
    width: auto;
 
	 
}

.ticks #orderInfo .items  .item.highlight{
	background:#E3CFB8;
	padding:20px;
	border-radius:30px;
	    border: 1px solid #D7D7D7;
}

.ticks #orderInfo .items  .item.highlight.sold{
    background: #D7D7D7;
}

.ticks #orderInfo #dn-center .item{
	text-align:left;
}

.ticks #orderInfo #dn-center .item input{
	width: 27px;
    height: 27px;
    
    font-size: 12px;
}

.ticks #orderInfo .items {
	max-width:350px;
	margin:0 auto;
}

.ticks #orderInfo .item.hide {
	display:none;
}

.ticks #orderInfo .item.show {
	display:block;
}

.ticks #orderInfo .item .desc{
	text-align:left;
	color:#4A3845;
	font-size:12px;
	
	margin:5px 0 0 0;
}

.ticks #orderInfo .item .desc a{
	color:#BF9E70;
}

.ticks .dn-head{
	color: #815D3F;
	text-transform: capitalize;
text-align: center;
font-family: IvyMode;
font-size: 24px;
 
font-weight: 400;
 
letter-spacing: 0.96px;
}

.ticks .dn-title {
	color: var(--Black, #473322);
font-family: Roboto;
font-size: 14px;
text-transform:none;
letter-spacing:0;
 
}

.ticks #dn-center .dn-title{
	position: absolute;
	pointer-events: none;
	top: 12px;
	left: 18px;
	letter-spacing: 0.65px;
	color:#232D4C;
	transition: 0.2s ease all;
}

.ticks #dn-center .dn-title.rel{
	position:relative;
	top:0;
	left:0;
	margin:0 0 5px 0;
}

.dn-field {
  position: relative;
}

.ticks .dn-field .dn-title {
  position: absolute;
  top: 12px;
  left: 18px;
  transition: 0.2s ease all;
  pointer-events: none;
}

/* FLOATING STATE */
.ticks .dn-field input:focus ~ .dn-title,
.dn-field .dn-title.changed,
.ticks .dn-field input:not(:placeholder-shown) ~ .dn-title,
.ticks .dn-field textarea:focus ~ .dn-title,
.ticks .dn-field textarea:not(:placeholder-shown) ~ .dn-title {
  top: -15px!important;
  left: 0!important;
  font-size: 10px;
}


.ticks .dn-title.rel {
	font-size:18px;
}

.ticks #dn-center .dn-field{
	/*display:flex;
	flex-direction:column-reverse;*/
}

#CreditCardTable{
	clear:both;
}

#CreditCardTable #CardNumber,
#CreditCardTable #CardCode {
	background:#fff !important;
}

#CreditCardTable .dn-field.float.third:has(#ExpMonth),
#CreditCardTable .dn-field.float.third:has(#ExpYear),
#CreditCardTable .dn-field.float.third:has(#CardCode) {
	width:32%;
}

#CreditCardTable .dn-field.float.third:has(#ExpMonth) {
	float:left;
}

#CreditCardTable .dn-field.float.third:has(#ExpYear) {
	margin-left:2%;
	margin-right:2%;
}

#CreditCardTable .dn-field.float.third:has(#CardCode) {
	float:right;
}

#CreditCardTable .dn-field:has(> .dn-title) .dn-textfield {
	box-sizing:border-box;
	height:56px;
	margin:0;
	padding:18px 16px 6px;
}

#CreditCardTable .dn-field:has(> .dn-title) .dn-title {
	position:absolute;
	top:19px;
	left:17px;
	margin:0;
	pointer-events:none;
	color:#878282;
	transition:top .2s ease, left .2s ease, font-size .2s ease;
}

#CreditCardTable .dn-field:has(> .dn-title) .dn-textfield:focus ~ .dn-title,
#CreditCardTable .dn-field:has(> .dn-title) .dn-textfield:not(:placeholder-shown) ~ .dn-title {
	top:-7px !important;
	left:12px !important;
	padding:0 5px;
	background:#E7ECEE;
	font-size:10px;
}

#innerwrapper.ticks #dn-center .button.coupon{
	    width: 100px;
    font-size: 12px;
	margin:0;
    top: 5px;
    right: -150px;
}

.ticks .dn-textfield, .ticks .dn-textfieldsm {
	
	font-family: Roboto;
	font-size: 14px;
 
	 
 
	display: flex;
	height: 38px;
	width:93%;
	padding:0 0 0 2%;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	margin:0 0 5px 0;
 
	
	border-radius: 8px;
	border: 1px solid var(--Light-Grey, #C2C0BA);
 
}

.ticks #orderInfo .dn-subhead{
	margin:20px 0;
	 font-family: 'pp-migra';
	font-size:36px;
	text-transform:none;
	color:#BF9E70;
}

.ticks #orderInfo #part3 .items{
 display:flex;
 flex-wrap: wrap;
    justify-content:center;
     
}

.ticks #orderInfo .items h3{
	width:100%;
}

.ticks #orderInfo .section .items{
	margin:30px 0 0 0;
}

.ticks #orderInfo .section .items .item .option{
	    border-radius: 8px;
    border: 1px solid var(--Light-Grey, #C2C0BA);
	padding:10px;
	text-align:center;
	 
	cursor:pointer;
	margin:0 1% 0 0;
	    justify-content: center;
}
 

.ticks #orderInfo .section  .option.other, .ticks #orderInfo  .option#ticket36{
	width:90%;
    padding: 12px 5%;
       border-radius: 8px;
    border: 1px solid var(--Light-Grey, #C2C0BA);
	margin:15px 0 25px 0;
 
}

.ticks #orderInfo #dn-center .section  .option.other .ticket{
	font-size:13px;
	text-transform:none;
	letter-spacing:normal;
	float:none;
 
}

.ticks #orderInfo #dn-center .section .option.other .ticketprice{
	color:#4A3845;
	font-size:30px;
}

.ticks #orderInfo .section .option.other input{
	border:none;
	    color: #4A3845;
	width:140px;
	border-bottom:1px solid #4A3845;
}

.ticks #orderInfo .section .items .item .option:hover, .ticks #orderInfo .section .items  [type="checkbox"]:checked+label {
	border:1px solid #4A3845;
}

.ticks #orderInfo .section .item input{
	display:none;
}

#orderInfo #dn-center .section .ticketprice{
 
}

.ticks #orderInfo #dn-center .section #BusDiv .ticketprice, #orderInfo #dn-center .section #ParkingDiv .ticketprice{
	font-size:16px;
	display:inline;
}

.ticks #orderInfo #dn-center .section #BusDiv, #orderInfo #dn-center .section #ParkingDiv{
	margin:20px 0;
}

.ticks #orderInfo #dn-center .section #BusDiv input, #orderInfo #dn-center .section #ParkingDiv input{
	width:30px;
	display:inline;
}

.ticks #orderInfo .items .item{ 
	margin:0 1% 20px 1%;
	flex:0 0 60px;
	text-align:center;
	 
}

.ticks #orderInfo .items .item select{
	font-size:13px;
	font-family: "Contax Sans W01 65 Medium";
	width: 55px;
 
    vertical-align: middle;
	    border-radius: 8px;
    border: 1px solid var(--Light-Grey, #C2C0BA);
    height: 36px;
	width:100%;
	margin:4px 0 0 0;
   
}

.ticks #orderInfo .section .items .item{
	width:auto;
}

.ticks #orderInfo .items .item .option{
	border:none;
	padding:0;
	margin:0;
	display: flex;
    justify-content: space-between;
}

.ticks #orderInfo #dn-center .button.right{
	float:none;
	text-transform:none;

	background:#E3CFB8;
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:3.6px;
	border-radius:100px;
	padding:7px 13px;
}

.ticks #orderInfo #dn-center .button.right{
	float:none;


	 
	border-radius:100px;
	font-family: 'GT_Zirkon_Medium';
	padding:10px 15px;
}

.ticks #orderInfo .selections{
	margin:10px 0 10px 0;
	overflow:hidden;
}


.ticks .selections label, .ticks .selections label.no.toggle{
	 
	color: #BF9E70;
	text-transform:uppercase;
	border-radius:100px;
	padding:9px 20px;
	font-size:12px;
	letter-spacing:1.8px;
	float:left;
	cursor:pointer;
	border:1px solid #BF9E70;
	background:#fff;
}

.ticks .selections input{
	display:none;
}

.ticks .selections label:hover, .ticks .selections label.yes.toggle, .ticks .selections label.no, 
.ticks .selections label.no.toggle:hover, .selections.vip input[type=radio]:checked+label {
	color:#fff;
	background:#BF9E70;
}
 /*
.ticks .selections label.yes{
	font-size:0;
	background:#fff;
	border-radius:100%;
	width:30px;
	padding:0;
	height:30px;
	margin:0 -16px 0 0px;
	border:2px solid #E6E6E6;
	position:relative;
}
 
.ticks .selections label.yes.toggle{
	background:#E5B594;
	color:#fff;
	text-transform:uppercase;
	border-radius:100px 0 0 100px;
	padding:9px 25px 10px 15px;
	font-size:12px;
	letter-spacing:1.8px;
	float:left;
	cursor:pointer;
}  
 

.ticks .selections label.no.toggle{
	font-size:0;
	background:#fff;
	border-radius:100%;
	width:30px;
	padding:0;
	height:30px;
	border:2px solid #E5B594;
} 

.ticks .selections label.yes.toggle{
	height:auto;
	border:none;
	position:static;
}

 

.ticks .switch{
	 
	overflow:hidden;
}
*/
.selections .yes{
	margin:0 20px 0 0;
}

.selections.vip .yes{
	margin:0px 30px 0 0;
}

.ticks #VIPListings {
	display:none;
}

.ticks #VIPListings.changed {
	display:block;
	width:100%;
	margin:25px 0px;
}

.ticks #orderInfo .items.vip{
	display:block;
	padding:0;
	margin:0;
	border:0;
}

.ticks #orderInfo .items .flex{
	display: block;
	margin: 10px 0 10px 0;
}

.ticks .dn-head.vip{
	margin:0;
}

.ticks #orderInfo .items .flex .item{
	width:100%;
	margin:0 0 10px 0;
}

.back{
	display:flex;
	align-items:center;
}

.ticks #orderInfo .items .flex .item .option{
	display:flex;
	justify-content:left;
	overflow:visible;
	align-items:center;
	position:relative;
	flex-direction:row-reverse;
}

.ticks #orderInfo #dn-center .items .flex .item .option .ticketprice{
	width:55px;
	margin:0 20px 0 0;
}

.ticks #orderInfo .items .flex .item .option .desc{
	position:absolute;
	bottom:-20px;
}


.ticks #additionalbut {
	width:330px;
	clear:both;
	padding:12px 0;
	text-transform: uppercase;
	letter-spacing:1px;
	    font-family: "Contax Sans W01 65 Medium";
		background:none;
		border:1px solid #E5B594;
		color:#E5B594;
	font-size:15px;}
	
.ticks #additionalbut .fa{
	font-size:12px;
}

.ticks #additionalbut.open {
	background-color:#FFF;
	border:1px solid #E5B594;
}

.ticks #additionalbut.open .fa-plus:before {
	content: "\f068";
}

.listings .noresult{
	clear:both;
	width:100%;
	display:block;
	margin:10px 0 0 0;
}

.listings .products{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	overflow-y:scroll;
	height:400px;
	width:100%;
}

.listings .whitebox {
	margin:50px 0px;
	padding:5%;
	background: #FFF;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.15);
     
}

.listtitle {
	color: #815D3F;
text-align: center;
font-family: IvyMode;
font-size: 60px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.listsubtitle {
color: #BF9E70;
text-align: center;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 133.333% */
letter-spacing: 1.8px;
text-transform: uppercase;
}

.listings .products a{
	margin:0.5%;
	padding:8px 1%;
	font-size:12px;
	cursor:pointer;
	width:13.25%;
	 
	border-radius: 8px;
border: 1px solid var(--Secondary-Grey, #948D86);
}

.listings .products a:hover {
	border:1px solid #4A3845;
}

.listings .products a.selected{
	background: #BF9E70;
}

.listings .box .title{
	font-size:16px;
}

.listings .box .shul{
	font-size:11px;
	letter-spacing:1.65px;
 
	text-transform:uppercase;
}

.shulbar{
	text-align:center;
	font-size:30px;color:#4A3845;
	padding:8px 0;
	background:#E3CFB8;
	font-family: ivymode, sans-serif;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}

.shulbar.red{
	color:#fff;
	text-transform:uppercase;
	padding:10px 0;
	font-family: "Contax Sans W01 65 Medium";
	letter-spacing:2px;
	background:#ec3434;
	font-size:16px;
	position:fixed;
	top:0;
	left:0;
	width: calc(100% - 40px);
	width:100%;
	z-index:8;
	height:30px!important;
	 
}
 

.shulbar a{
	color:#4A3845;
	font-family: "Contax Sans W01 65 Medium";
	margin:0 0 0 15px;
	font-size:16px;
	 
}

.shulbar.fixed{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9999;
	font-size:20px;	
	height:25px;
 
	
}

.shulbar .small {
	font-size:12px;
	letter-spacing:normal;
	text-transform:none;
}

.shulbar .small a{
	color:#fff;
	font-size:12px;
	margin:0;
}

.vip{
 text-align:center; 
}

.selections.vip{
	text-align:left;
}

.vip h3{
	margin:0 0 30px 0;
}

.vip a{
	color:#000;
}

.vip form{
	margin:15px 0;
}

.vip .button{
	border:none;
	text-transform:none;
	padding:6px 12px;
	letter-spacing:0;
}

.vip .textfield{
	height:30px;
	padding:0 0 0 5px;
	width:250px;
}

.alert{
	text-align:center;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert a{
	color:#000;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

*:focus {
    outline: none;
}

.pop{
	padding:60px;
	text-align:center;
}

.pop .button{
	    background: #E3CFB8;
    color: #543523;
	    font-family: 'GT_Zirkon_Medium';
	
    font-size: 18px;
    letter-spacing: 3.6px;
	margin:30px 0 0 0;
 
	display:block;
}

.pop .title{
	font-size:30px;
}

/*Login*/
 
#pages.login {
	text-align:center;
}


#pages.login .forgot{
	color:#a5a2a2;
	margin:20px 0 0 0;
}

#pages.login .forgot a{
	color:#a5a2a2;
	margin:0 5px 10px 5px;
}

#pages.login form{
	width:30%;
	margin:30px auto 0 auto;
}

#pages.login h3{
	font-size:30px;
}

#pages.login .button{
	border:none;
	font-size:14px;
}

/* My Profile */
#myprofile .title {	
	font-weight:bold;
	font-size:14px;
	color:#0E316D;
}

FIELDSET {
	border: 1px solid #0E316D;
	padding: 15px;
	min-height:175px;
}

FIELDSET a {
	color: #550666;
}

LEGEND {
	margin-bottom:20px;
}

#pages.profile .banner{
	margin:0 0 50px 0;
}


/*Sponsor*/
#pages.choose h1{
	text-align:center;
	padding:0 0 20px 0;
}

#pages.choose .search {
	width:40%;
	margin:0 auto;
}

#pages.choose .search .textfield{
	float:left;
	padding: 17px 0 17px 3%;
	width:67%;
}

#pages.choose .search .submit{
	float:right;
	margin:0px;
	padding:15px 0;
	width:28%;
	font-size:18px;
}

#pages.choose #names {
	clear:both;
	overflow:hidden;
	margin:50px auto 50px auto;
}

#pages.choose #names .participant {
	float:left;
	border:2px solid #06a8f0;
	padding:4px 0px 4px 4px;
	height: 55px;
	clear:both;
	width:46%;
	margin:0px 0px 10px 0px;
}

#pages.choose #names .participant:hover, #pages.choose #teams a:hover  {
	border:2px solid #000;
}


#pages.choose #names .participant.right{
	float:right;
	clear:none;
}

#pages.choose #names .participant .pix{
	float:left;
	width:15%;
}

#pages.choose #names .participant .info{
	float:left;
	width:45%;
	padding:0 0 0 3%;
}

#pages.choose #names .participant .info .location{
	font-size:14px;
	padding:0 0 10px 0;
	text-transform:capitalize;
}

#pages.choose #names.full .participant.taller {
	height:70px;
	padding:10px 1%;
}

#pages.choose #names .name {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	padding:20px 0px 0px 0;
}

#pages.choose #names .amount {
	float:left;
	padding:18px 0 0 0%;
	color:#06a8f0;
	font-weight:bold;
	 
	text-align:right;
	font-size:30px;
}

#pages.choose #names .visit {
	float:left;
	color:#fff;
	text-align:center;
	line-height:15px;
	padding:8px 6px;
	margin: 15px 0 0 2%;
	width:19%;
	font-size:11px;
	background:#000;
}

#pages.choose #names .go{
	width:14px;
	height:14px;
	float:right;
	border:2px solid #fff;
	border-radius:100%;
	float: right;
    margin: 25px 4% 0 0;
	background-color: #f7941d;
}

#pages.choose a {
	text-decoration:none;
	color:#000;
}

#pages.choose #names .columns .price {
	float:right;
	text-align:right;
	width:25%;
}

#pages.choose #names{
	float:left;
	width:68%;
 
}

#pages.choose #names .participant{
	width:47%;
	 
}

#pages.choose #teams{
	float:right;
	margin:50px 0;
	width:25%;
	background: #f8f8f8;
    padding: 20px;
}

#pages.choose #teams .title{
	font-size: 32px;
	text-align:center;
	text-transform:uppercase;
    padding: 0 0 10px 0;
}

#pages.choose #teams a {
    border: 2px solid #414143;
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 20px 0;
}

#pages.choose #teams a .name {
    text-transform: uppercase;
	padding: 15px 0px 0px 0;
    font-size: 22px;
    font-weight: bold;
}

#pages.choose #teams a .amount {
    color:#06a8f0;
    font-weight: bold;
	padding: 12px 0 10px 0%;
    font-size: 30px;
}

#pages.choose #teams a .button {
    width: 50%;
    color: #fff;
    text-align: center;
    line-height: 15px;
    padding: 8px 0px;
    margin: 0px auto -35px auto;
    background-color: #414143;
}

#pages.choose.large #names .visit{
	display:none;
}

/*Choose page with larger photos*/
#pages.choose.large #names{
	float:none;
	width:100%;
}

#pages.choose.large #names .participant{
	width:26%;
	margin:0 0 50px 0;
	clear:none;
	text-align:center;
	padding:40px 0 30px 0;
}

#pages.choose.large #names .participant.right{
	margin:0 10% 50px 10%;
	float:left;
}

#pages.choose.large #names .participant .pix{
	width:45%;
	float:none;
	height: 120px;
    overflow: hidden;
	margin:0 auto;
}

#pages.choose #names .name{
	padding:20px 0 0 0;
}

#pages.choose.large #names .participant .info{
	float:none;
	width:100%;
	padding:0px;
}

#pages.choose.large #names .amount{
	float:none;
	padding:10px 0 0 0;
	text-align:center;
	width:100%;
}

#pages.choose.large #names .go{
	display:none;
}

#pages.choose.large #names .visit{
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	padding:5px 0;
	background:#06a8f0;
	float:none;
	text-decoration:none;
	width:40%;
	margin: 20px auto -45px auto;
}

/*Personal Page*/
#pages.mypage{
	position:relative;
}

#pages.mypage .main {
	overflow:hidden;
}

#pages.mypage .banner h1{
	color:#fff;
	font-weight:bold;
	font-size:55px;
	padding:0 0 25px 0;
}

#pages.mypage .banner h2{
	color:#fff;
	text-align:center;
	margin:0 auto;
	font-size:40px;
	font-weight:bold;
	width:60%;
	background:#06a8f0;
	padding:20px 0 25px 0;
}

#pages.mypage .link{
	color:#30110F;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:18px;
	font-weight:bold;
}

#pages.mypage .left{
	float:left;
	width:55%;
}

#pages.mypage  .button, #pages.mypage .right .submit{
	 background:#30110F;
	 color:#F7EAD5;
	 letter-spacing:3px;
	 font-weight:bold;
	 font-size:18px;
	 padding:12px 0;
	 margin:20px 0 0 0;
}

#pages.mypage.bannerpix .left{
	float:right;
	width:50%;
}

#pages.mypage .raised {
    left: 0;
    position: absolute;
    top: 40px;
    font-size: 22px;
}

#pages.mypage .caps {
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 22px;
}

.thermometer.horizontal .goal {
   
}


#pages.mypage.bannerpix .right{
	float:left;
	padding:2%;
	background:#f5f4f4;
	width:25%;
	border:1px solid #d1d1d1;
}

#pages.mypage .left h1{
	text-align:left;
}

#pages.mypage .left .text{
	text-align:justify;
	font-size:14px;
	line-height:25px;
	margin:80px 0 40px 0;
}

#pages.mypage.bannerpix .left .text{
	margin:10px 0 10px 0;
}

#pages.mypage .left .fb-like, #pages.mypage .left  .LinkedInShare, #pages.mypage .left  .twitter-share-button{
	float:left!important;
}


#pages.mypage .right{
	float:right;
	margin: 0 0 80px 0;
	width:30%;
}

 

#pages.mypage .entry{
	border:2px solid #06a8f0;
	overflow:hidden;
}

#pages.mypage .entry label{
	color:#06a8f0;
	float:left;
	width:10%;
	text-align:right;
	font-size:40px;
}

#pages.mypage .entry .textfield{
	float:right;
	background:transparent;
	padding:14px 0 8px 3%;
	width:87%;
	border:none;
	background:none;
}

#pages.mypage .entry input:focus{
    outline: 0;
}



#pages.mypage .scroll {
	border: 3px solid #000;
	padding:30px;
}

#pages.mypage.bannerpix .scroll{
		border-bottom:2px solid #282828;
		border-top:2px solid #282828;
		padding:40px 0;
		border-left:none;
		border-right:none;
}
								 
#pages.mypage .title {
	padding:40px 0 0px 0;
	margin: 0 0 -7px 0;
	font-size:30px;
	letter-spacing:-2px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

#pages.mypage.bannerpix .title {
	padding:40px 0 4px 0;
	letter-spacing:normal;
	margin:0px;
	font-size:28px;
	color:#282828;
	font-weight:normal;
}
								 
#pages.mypage .scroll .scrollbox {
	padding:20px 0px 40px 0;
	border:none;
	width:65%;
	margin:0 auto;
}

#pages.mypage .scroll .scrollbox ul li{
	padding:0 0 15px 0;
	overflow:hidden;
}

#pages.mypage.bannerpix .scroll {
	text-align:left;
	overflow:hidden;
	font-size:16px;
}

#pages.mypage.bannerpix .scroll a.pop {
	color:#000;
	float:right;
	font-size:12px;
	padding:0px 0px 5px 0px;
	text-transform:uppercase;
}

#pages.mypage.bannerpix .scroll .scrollbox {
	width:100%;
	padding:0px;
}

#pages.mypage .scroll .name{
	float:left;
	text-transform:capitalize;
	clear:both;
	width:80%;
}

#pages.mypage.bannerpix .scroll .name{
	float:right;
	text-transform:uppercase;
	clear:none;
	width:80%;
}

#pages.mypage.bannerpix .scroll .name .comment{
	font-style:italic;
	padding:20px 0 40px 0;
	text-transform:none;
	
}

#pages.mypage .scroll .scrollbox .amount{
	float:right;
	width:18%;
	text-align:right;
}

#pages.mypage.bannerpix .scroll .amount{
	clear:both;
	width:18%;
	float:left;
	text-align:left;
}

#pages.mypage .scroll .scrollbox a{
	color:#000;
	text-decoration:none;
}

#pages.mypage.bannerpix .scroll .scrollbox a{
	color:#282828;
}

#pages.mypage .thermometer .total{
	background:#fff;
}

/*Sponsor Popup */
#pages.sponsorpopup {
	border:3px solid #000;
	font-size:16px;
	padding:5%;
	overflow:hidden;
}

#pages.sponsorpopup .column {
	float:left;
	width:48%;
}

#pages.sponsorpopup .column.right {
	float:right;
}

#pages.sponsorpopup .listing {
	padding:10px 0px;
	overflow:hidden;
}

#pages.sponsorpopup .comment {
	font-style:italic;
	font-size:14px;
}

/*My Account*/
/* My Profile */
#pages .submenu, #pages .mobileaccount {
	display:none;
}

#pages.profile .main {
	overflow:hidden;
}

#myprofile .title {	
	font-weight:bold;
	font-size:14px;
	color:#0E316D;
}

#pages.profile .menu, #topwrapper .top .nav .menu{
	float:left;
	width:22%;
	border-radius:3px;
	background-color: #22222a;
	color:#fff;
}
#pages.profile .assitancebox {
	width:550px;
	padding:15px;
	margin:10px;
	background-color:#CCC;
	border:1px solid #808080;
}

#pages.profile .menu a, #topwrapper .top .nav .menu a {
	text-decoration:none;
	color:#fff;
	font-weight:200;
}

#pages.profile .menu .link, #topwrapper .top .nav .menu .link {
	padding:0 0 20px 0;
}

#pages.profile .menu .icon, #topwrapper .top .nav .menu .icon {
	float:left;
	padding:0 0 0 10px;
}

#pages.profile .menu .box .icon{
	padding:15px 0 0 10%;
}

#pages.profile .menu .box .icon.spons{
	padding:16px 0 0 10px;
}

#pages.profile .menu .dash, #pages.profile .menu .title, #topwrapper .top .nav .menu .title {
	float:left;
	margin:0 0 20px 10px;
}

#pages.profile .menu .title {
	margin:0 0 0 5px;
	padding:11px 0 0 0px;
}

#pages.profile .menu .titleDt {
	cursor:pointer;
}

#pages.profile .menu .title.sponsors{
	padding:17px 0 0 5px;
}

#pages.profile .content h2 {
	text-align:left;
	background:none;
	margin:0;
	    color: #E5B594;
		width:100%;
    font-family: ivymode, sans-serif;
	font-size:40px;
	 
	padding:0px 0px 40px 0px;
}

#pages.profile .content .dn-title {
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:600;
	position:relative;
	display:block;
	padding:0;
	text-transform:capitalize;
	left:0;
	bottom:0;
}

#pages.profile .content .dn-thirdleft {
	float:left;
	clear:both;
	margin:10px 0px;
	width:25%;
}

#pages.profile .content .dn-threequart {
	float:right;
	margin:10px 0px;
	width:70%;
}

#pages.profile .content .tip {
	background-color:#ebebec;
	text-align:center;
	padding:15px 0px;
	width:100%;
}

#pages.profile .content .tip a {
	 
	color:#000;
	font-weight:bold;
}

#pages.profile .content .dn-smalltext {
	font-weight:300;
	text-transform:none;
	margin:0;
}

#pages.profile .content{
	float:right;
	width:74%;
}

#pages.profile .menu .box,  #topwrapper .top .nav .menu .box {
	border-bottom:2px solid #43434b;
	padding:20px 0px;
	border-left:6px solid #21222a;
}



 .box.test{
	display:none;
}


#pages.profile dt.opened,  #topwrapper .top .nav .menu dt.opened {
	color:#FFFFFF;
	padding: 10px 0 0 0;
}

#pages.profile .titleDt:before, #topwrapper .top .nav .menu .titleDt:before{
	content: "\f107";
	float:right;
	color:#fff;
	font-size:18px;
	margin:5px 5% 0px 0px;
	font-family: 'FontAwesome';
}

#pages.profile .titleDt.opened:before, #topwrapper .top .nav .menu .titleDt.opened:before {
	content: "\f106";
}

#pages.profile dd, #topwrapper .top .nav .menu dd {
    display:none;
	padding:30px 0px 0px 28px;
	background: #262932;
	border-radius: 0 0 5px 5px;

}

#pages.profile .content .box {
	border:1px solid #d0d0d0;
	float:left;
	width:47%;
	 
	margin:30px 0 0 0;
	border-radius:5px;
}

#pages.profile .content .box .amount{
	padding:0;
}

#pages.profile .content .box.right {
	float:right;
}

#pages.profile .content .info{
	margin:0px auto 30px auto;
}

#pages.profile .content .donations .box {
	float:left;
	width:31.3%;
	margin:0px;
	border:none;
}

#pages.profile .alert {
	width:100%;
	background-color:#ec3434;
	color:#FFF;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
}

#pages.profile .alert a {
	color:#FFF;
}

#pages.profile .content .donations .box.high {
	margin:0px 3%;
}

#pages.profile .content .donations .amount {
	float:left;
	width:32%;
	font-size:16px;
	line-height:16px;
	font-weight:700;
	text-align:center;
	border-radius:3px 0px 0px 3px;
	color:#FFF;
	padding:40px 0px;
	background-color:#4A3845;
}

#pages.profile .content .donations .info {
	float:right;
	width:64.62%;
	min-height:42px;
	text-align:center;
	padding:23px 0px 27px 3%;
	border-radius:0px 3px 0px 0px;
	border-bottom:3px solid #4A3845;
	border-top:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}

#pages.profile .content .donations .info .title {
	border:none;
	font-size:18px;
	line-height:18px;
	text-transform:capitalize;
	font-weight:700;
	color:#4A3845;
	padding:0px;
}

#pages.profile .content  .donations .box.recent .amount {
	background-color:#E5B594
}

#pages.profile .content  .donations .box.recent .info {
	border-bottom-color:#E5B594;
}

#pages.profile .content  .donations .box.recent .title {
	color:#E5B594;
}
 
#pages.profile .content  .donations .box.high .title {
	color:#F5DFD2;
}

#pages.profile .content  .donations .box.high .info {
	border-bottom-color:#F5DFD2;
}
#pages.profile .content .donations .box.high .amount {
	background-color:#F5DFD2;
	color:#000;
}

#pages.profile .content .boxes .box{
	width:30%;
}

#pages.profile .content .boxes .box.right{
	margin:30px 4.5% 0 4.5%;
	float:left;
}

#pages.profile .content .box .graph .but{
	width:100%;
}

#pages.profile .content .box .title {
	border-bottom:1px solid #d0d0d0;
	padding:10px 0 10px 0;
	text-transform:uppercase;
	font-size:13px;
	line-height:13px;
	text-align:center;
 
	font-weight:700;
	color:#071925;
}

#pages.profile .content .box .bottom .amount {
	font-weight:700;
	font-size:18px;
	line-height:18px;
	color:#E5B594;
}

#pages.profile .content .box.right .bottom .amount {
	color:#0188cc;
}


#pages.profile .content .box .bottom .title {
	font-weight:400;
	font-size:12px;
	border:none;
	padding:5px 0px 0px 0px;
	line-height:12px;
}

#pages.profile .content .box .graph {
	padding:25px 3%;
	overflow:hidden;
}

#pages.profile .content .box .bottom {
	border-top:1px solid #d0d0d0;
}

#pages.profile .content .box .bottom .left, #pages.profile .content .box .bottom .right {
	float:left;
	width:50%;
	padding:20px 0px;
	text-align:center;
	border-right:1px solid #d0d0d0;
}


#pages.profile .content .box .bottom .right {
	float:right;
	width:49%;
	border:none;
}

#pages.profile .content .info .total.goal{
	float:right;
	width:45%;
	background:#f1eff0;
}

#pages.profile .content .info .total.raised{
	float:left;
	width:45%;
	background:#f1eff0;
}

#pages.profile .content .info .total .icon{
	float:left;
	text-align:center;
	height:56px;
	padding:20px 0 0 0;
	background-color:#06a8f0;
	width:66px;
}

#pages.profile .content .info .total .grey{
	background:#f1eff0;
	color:#868485;
	float:left;
	padding:10px 15px 0px 15px;
	text-align:center;
	height:66px;
	width:60%;
}

#pages.profile .content .info .total .grey .amount{
	font-size:28px;
	padding:8px 0 0 0;
}


#pages.profile .content .donations a.view{
	display:block;
	clear:both;
	text-align:center;
	margin:20px 0px 0 0;
	color:#000000;
}

#pages.profile .content .blue{
	float:left;
	width:40%;
	padding:20px 20px 20px 20px;
	background:#06a8f0;
	color:#FFFFFF;
	border-radius:3px;
}

#pages.profile .club{
	letter-spacing:2px;
	font-weight:800;
	margin:20px 0 0 0;
	background:#349ed8;
	padding:20px 0;
	text-align:center;
	color:#fff;
	font-size:23px;
	text-transform:uppercase;
}

#pages.profile .club .small{
	letter-spacing:1px;
	padding:5px 0 0 0;
	font-weight:500;
	font-size:16px;
}

#pages.profile .club span{
	color:#ffd800;
}

#pages.profile .scroll{
	margin:0 0 30px 0;
	border:1px solid #d0d0d0;
	border-radius:5px 5px 0 0;
}

#pages.profile .scrolls{
	padding:40px 0 0 0;
	border-top:1px solid #F5DFD2;
	margin:40px 0 0 0;
}

#pages.profile .scrolls .title{
	float:left;
	width:19%;
	padding:20px 0;
	border-right:1px solid #d0d0d0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    font-weight: 700;
}

#pages.profile .list{
	float:right;
	width:76%;
	padding:16px 2%;
}

#pages.profile .amount{
	color:#E5B594;
	 font-weight: 700;
	 font-size:18px;
	 line-height:20px;
}

#pages.profile .list a {
	text-decoration:none;

}

#pages.profile .entry{
	padding:0 30px;
}

#pages.profile .name{
	padding:0 0 0 15px;
}

#pages.profile .content .blue #donutchart div div{
	width:100%!important;
}

#pages.profile.edit .content .button {
	float:right;
	width:35%;
	text-align:center;
	border:none;
}

#pages.profile table.vedit {
	width:90%;
}

#pages.profile table.vedit td {
	padding:5px;
}

#pages.profile table.vedit th {
	color: #fff;
	font-size:20px;
	width:15%;
	border-bottom:1px solid #000;
	text-align:center;
	background: #262932!important;
	padding:5px;
}

#pages.profile table.vedit table {
	width:100%;
}

#pages.profile h3 {
	border:none;
}

#pages.profile .icons {
	padding:20px;
	text-align:center;
}

#pages.profile .content .buttons{
	float:right;
	width:45%;
}

#pages.profile .content .button:before {
	content: "\f1d8";
	margin:0px 5px 0px 0px;
	font-family: 'FontAwesome';
}

#pages.profile .content .box .button:before {
	display:none;
}

#pages.profile .content .button{
	font-weight:700;
	border:none;
	color:#000;
	padding:15px 0px 15px 2%;
	font-size:13px;
	line-height:13px;
	width:68%;
	display:block;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#F5DFD2;
	border-radius:3px;
}

#pages.profile .content .graph .textfield {
	padding:11px 0px 11px 1%;
	float:left;
	width:66%;
	position:relative;
}

#pages.profile .content .button.copy {
	float:right;
	border:none;
	position:relative;
	text-align:center;
	background-color:#F5DFD2;
	width:30%;
	border-radius:0px 3px 3px 0px;
	
}

#pages.profile .content .box .graph .but{
	color:#4A3845;
}

#pages.profile .content .button.copy:before {
	content:"\f0c5";
}

#pages.profile .copied::after {
  position: absolute;
  top: 12%;
  right: 110%;
  display: block;
  content: "copied";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  z-index:9999;
  background-color: #22a;
  border-radius: 3px;
  opacity: 0;
 /* will-change: opacity, transform;
  animation: showcopied 1.5s ease;*/
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

#pages.profile .content .button.bottom{
	padding:20px 20px 10px 10px;
}

#pages.profile .content .button .large{
	text-transform:uppercase;
	font-size:16px;
	padding:0 0 4px 0;
}

#pages.profile .content .button.bottom .large{
	padding:0 0 15px 0;
}

#pages.profile .content .button.bottom .small{
	font-size:80%;
}

#pages.profile .content .button a{
	text-decoration:none;
	color:#FFFFFF;
}

#pages.profile .content .buttons .button .text{
	float:left;
}

#pages.profile .content .button .arrow{
	float:right;
	padding:3px 0 0 0;
	width:11px;
}

#pages.profile .content .buttons .button .icon{
	float:left;
	margin:4px 5px 0 0;
	width:54px;
}

#pages.profile .content .buttons .button .title{
	float:right!important;
	width:77%;
}


#pages.profile .content .messages{
	float:left;
	width:45%;
	background:#eff0f4;
	border-radius:3px;
	padding: 15px 10px 10px 10px;
	color:#626166;
	font-size:14px;
}

#pages.profile .content .fundraisers{
	float:right;
	width:45%;
	background:#eff0f4;
	border-radius:3px;
	padding:15px 10px 25px 10px;
}

#pages.profile .content .messages .title, #pages.profile .content .fundraisers .title{
	padding:0 0 15px 0;
	color:#626166;
	text-transform:uppercase;
	font-family: 'quadonmedium';
	font-size:16px;
}

#pages.profile .content .messages marquee{
	background:#FFFFFF;
	padding:10px 20px 10px 20px;
}

#pages.profile .content .messages .message{
	line-height:25px;
	padding:12px 10px 12px 0;
	border-bottom:1px solid #c3c3c3;
}

#pages.profile .content .messages .message.last{
	border:none;
}

#pages.profile .content .fundraisers .fundraiser{
	background:#FFFFFF;
	padding:8px 10px 8px 10px;
	margin:0 0 5px 0;
}

#pages.profile .content .fundraisers .fundraiser .photo{
	float:left;
	padding:10px 0 0 0;
}

#pages.profile .content .fundraisers .fundraiser .photo img{
	border-radius:50px;
}

#pages.profile .content .fundraisers .fundraiser .info{
	float:right;
	width:70%;
	color:#7498cc;
}

#pages.profile .content .fundraisers .fundraiser .info .name{
	float:left;
	font-size:14px;
	width:65%;
}

#pages.profile .content .fundraisers .fundraiser .info .amount{
	float:right;
	font-size: 14px;
	font-family: 'quadonmedium';
	width:30#;
	text-align:right;
}

#pages.profile .content .fundraisers .fundraiser.top{
	border-radius:4px 4px 0 0;
}

dd{
	display:none;
}

#pages.profile .content .fundraisers .fundraiser.bottom{
	border-radius:0 0 4px 4px;
}

#pages.profile .content .fundraisers .fundraiser.bottom .border{
	border-bottom:1px dashed #d3d1d2;
	
}

#pages.profile .content .detailsbox {
	overflow:hidden;
	border:1px solid #d0d0d0;
	border-radius:3px;
	border-top:0px;
}

#pages.profile.tips .content .text, #pages.profile.email .content .text {
	padding:25px 3%;
	display:none;
}

#pages.profile.tips .content h3, #pages.profile.email .content h3 {
	border-bottom:1px solid #d0d0d0;
	border-top:1px solid #d0d0d0;
	padding:18px 3%;
	color:#30110F;
	font-weight:700;
	font-size:18px;
}

#pages.profile.tips .content h3:before {
	content: "\f107";
	float:right;
	font-size:18px;
	margin:5px 5% 0px 0px;
	font-family: 'FontAwesome';
}

#pages.profile.tips .content h3.opened:before {
	content: "\f106";
}

#pages.profile.tips .content h3 i:before {
	font-style:normal;
	font-family: 'FontAwesome';
	font-size:20px;
	margin:0px 10px 0px 0px;
	font-weight:normal;
}

#pages.profile.tips .content h3 i.time:before {
	content: "\f017";
}

#pages.profile.tips .content h3 i.style:before {
	content: "\f118";
}

#pages.profile.tips .content h3 i.personal:before {
	content: "\f08a";
}

#pages.profile.tips .content h3 i.connect:before {
	content: "\f003";
}

#pages.profile.tips .content h3 i.ask:before {
	content: "\f0e5";
}

#pages.profile.tips .content h3 i.repeat:before {
    content: "\f01e";
}

#pages.profile.tips .content h3 i.post:before {
  content: "\f110";
}

#pages.profile.email .content .header {
	overflow:hidden;
	border: 1px solid #d0d0d0;
	border-radius:3px 3px 0px 0px;
}

#pages.profile.email .content h3 {
	color:#000;
	float:left;
	width:50%;
	border:none;
}

#pages.profile.email .content .detailsbox {
	border-top:0px;
	border-radius:0px 0px 3px 3px;
	margin:0px 0px 25px 0px;
}

#pages.profile.email .content .detailsbox .text {
	display:block;
}

#pages.profile.email .samples {
	float:right;
	width:30%;
	padding:18px 3% 0px 0px;
}

#pages.profile.email .samples a {
	color:#FFF;
	width:45%;
	float:left;
	cursor:pointer;
	margin:0px 2.5%;
	display:block;
	background-color: #0188cc;
	border-radius:20px;
	text-align:center;
}

#pages.profile .table {
	border: 1px solid #d0d0d0;
	border-radius:3px;
	overflow:hidden;
}

#pages.profile .table .col1, #pages.profile .table .col2, #pages.profile .table .col3, #pages.profile .table .col4, #pages.profile .table .col5, #pages.profile .table .col6 {
	float:left;
	font-size:13px;
	line-height:normal;
	width:8%;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding:10px 2%;
	min-height:55px;
}


#pages.profile .table.runners.pending .col6{
	width:3.8%;
	
}

#pages.profile .table.runners .col6 {
    width: 15%;
}

#pages.profile .table.runners .filter .col5 {
    border-right:none;
	width:23%;
}

#pages.profile .table.runners .col2{
	width:11%;
	border-right:none;
}

#pages.profile .table.runners .col1, #pages.profile .table.runners .col2, #pages.profile .table.runners .col3, #pages.profile .table.runners .col4, #pages.profile .table.runners .col5, #pages.profile .table .col6{
	    padding: 10px 1%;
}

#pages.profile .table.runners .col1{
	width:9%;
}

#pages.profile .table .col3 {
	width:21.55%;
}

#pages.profile .table .col4 {
	width:25%;
}

#pages.profile .table .col5 {
	border-right:none;
	width:17%;
}

#pages.profile .table.runners .col5{
	border-right: 1px solid #d0d0d0;
}

#pages.profile.edit .table .button {
    float: none;
    width: 100%;
}

#pages.profile .table .row {
	clear:both;
	overflow:hidden;
	background-color:#f1f2f2;
}

#pages.profile .table .row.second {
	background-color:#FFF;
}

#pages.profile .table .header {
	color:#E5B594;
	background-color:#FFF;
	font-size:15px;
	min-height:0px;
	font-weight:700;
}

#pages.profile .table a {
	text-decoration:none;
	font-weight:300;
}

#pages.profile .table .col4 i:before {
	content: "\f003";
	font-size:15px;
	font-style:normal;
	margin:0px 0px 0px 2%;
	color:#FFF;
	padding:5px;
	background-color:#E5B594;
	border-radius:100%;
	font-family: 'FontAwesome';
}

#pages.profile .table select{
	height:35px;
	font-size:14px;
	width:150px;
}

#pages.profile .table #Search{
	border:none;
	background:#E5B594;
	font-size:14px;
	text-transform:uppercase;
	height:35px;
	width:100px;
	cursor:pointer;
	letter-spacing:2px;
	text-align:center;
	border-radius:30px;
}

/*Chanuka*/
#pages.chanukah h2{
	width: 100%;
	font-style: italic;
	margin: 0px 0 30px 0;
	line-height:1;
	padding:0;
	color:#F3C9A2;
	letter-spacing: -2px;
	font-size:82px;
	background:none;
	padding:100px 0 0 0;
	text-align:center;
	font-family: "freight-big-pro", serif;
	
}

#pages.chanukah #orderInfo #dn-center .text {
    color: #464646;
    
    line-height: 1.5;
    text-align: center;
   
}

#pages.chanukah .box.monthly{
	background:#CA9F761A;
	padding:20px;
	color:#464646;
	font-size:15px;
	margin:50px 0;
	text-align:center;
}

#pages.chanukah  #step2:checked ~ #part1 {
  opacity: 0;
  height: 0;
  display:none;
}

#pages.chanukah #part2 h2{
	color:#815D3F;
	padding:0;
	font-size:49px;
}

#pages.pesach .sub{
	font-size:32px;
	text-align:center;
	padding:100px 0 0 0;
	    font-family: 'TT_Commons_Regular';
	color:#CA9F76;
}

#pages.pesach h2{
	color:#CA9F76;
	font-style:normal;
	font-size:85px;
	position:relative;
	padding:20px 0 80px 0;
	margin:0;

	    font-family: 'TESTFAMILY-LIGHTITALIC';
}

#pages.chanukah h2 img{
	position:absolute;
	bottom:0;
}

#pages.chanukah h3{
	 
	color:#E3CFB8;
	font-family: "tt-commons-pro", sans-serif;
	text-align:center;
	margin:0 0 20px 0;
	font-size:30px;
}

#pages.chanukah #part1 .toggle{
	width:300px;
	margin:0px auto 30px auto;
	background: #CA9F76;
  padding: 5px;
	justify-content:space-between;
  border-radius: 36px;
  display:flex;
  height:auto;
}

#pages.chanukah .desc{
	clear:both;
}

#pages.chanukah .box .title{
	color:#464646;
	font-size:19px;
	    float: right;
    width: 80%;
	margin:10px 0 15px 0;
}

#pages.chanukah .box .toggle{
	float:left;
	background:#8b8989;
	height:25px;
 	padding:4px;
	width:55px;
	border-radius:40px;
	display: flex;
    justify-content: space-between;
	position:relative;

}

#pages.chanukah .toggle label {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.8px;
  
    float: left;
    text-decoration: none;
    color: #fff;
    border-radius: 6px 0 0 6px;
    padding: 16px 0 10px 0;
    display: block;
    width: 49%;
	border-radius:36px;
	cursor:pointer;
	 
}

.toggle-label-on,
.toggle-label-off {
  padding: 5px 10px;
  cursor: pointer;
  transition: background 0.2s ease;
}



#pages.chanukah .box .toggle.selected {
  background: black;
}

#innerwrapper.ticks #part1{
	text-align: center;
	overflow:hidden;
}


#innerwrapper.ticks #part1 .button.secondary{
	float:left;
	border:1px solid #B99D57;
	background:#fff;
	color:#B99D57;
}

#innerwrapper.ticks #part1 #continue-step2{
	float:right;
	border:1px solid #B99D57;
	width:230px;
}

.toggle input[type=radio] { display: none; }

/* container */
.toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  width:100%;
  margin:0 0 30px 0; 
  cursor: pointer;
  user-select: none;
}

#innerwrapper.ticks .toggle{
	border-radius: 30px;
	background: #B99D57;
	width:auto;
	height: auto;
	padding:2px;
	margin:15px auto 0;
}

#innerwrapper.ticks .toggle label:hover{
	    background-color: #FFF;
    color: #B99D57;
    border-radius: 30px;
}

#dn-center .buttons{
	margin:30px 0;
	display:flex;
	align-items:stretch;
	gap:20px;
	    flex-direction: row-reverse;
	
}

#dn-center .buttons label{
	border-radius: 2px;
	border:1px solid #0A7994;
	background:#FFF;
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	min-height:50px;
	color:#071F27;
 
	font-size:12px;
	font-style:normal;
	text-align:center;
	font-weight:500;
	cursor:pointer;
	line-height:normal;
	letter-spacing:0.96px;
	text-transform:uppercase;
	padding:10px 15px;
	flex:1 1 0;
}

#dn-center .buttons label:hover,
#dn-center .buttons input:checked + label{
	border-color:#0A7994;
	color:#FFF;
	background:#0A7994;
}

#dn-center .buttons input{
	 display:none;
}

#dn-center .buttons label[for="applepay"] img{
	display:block;
	width:53px;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

#dn-center #EndDiv{
}

#dn-center .payment-detail-options {
	display:flex;
	align-items:stretch;
	gap:20px;
	margin:0 0 20px;
}

#dn-center .payment-detail-options input {
	position:absolute;
	opacity:0;
	pointer-events:none;
}

#dn-center .payment-detail-options label {
	display:flex;
	flex:1 1 0;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	min-height:58px;
	padding:15px;
	border:1px solid #0A7994;
	border-radius:2px;
	color:#071F27;
	font-family:"DM Sans", sans-serif;
	font-size:12px;
	font-weight:500;
	letter-spacing:.96px;
	line-height:normal;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
}

#dn-center .payment-detail-options label:hover,
#dn-center .payment-detail-options input:checked + label {
	border-color:#124B5E;
}

/* Personal Information floating labels */
#dn-center #part3 > .dn-field.float.half + .dn-field.float.half {
	float:right !important;
}

#dn-center #part3 .dn-field.float.third:has(#BillCity),
#dn-center #part3 .dn-field.float.third:has(#BillState),
#dn-center #part3 .dn-field.float.third:has(#BillZip) {
	width:32%;
}

#dn-center #part3 .dn-field.float.third:has(#BillCity) {
	float:left;
}

#dn-center #part3 .dn-field.float.third:has(#BillState) {
	margin-left:2%;
	margin-right:2%;
}

#dn-center #part3 .dn-field.float.third:has(#BillZip) {
	float:right;
}

#dn-center #part3 select.dn-textfield,
#CreditCardTable select.dn-textfield {
	box-sizing:border-box;
	padding-left:16px;
	padding-right:16px;
	color:#878282;
}

#dn-center #part3 .dn-field:has(> .dn-title) .dn-textfield {
	box-sizing:border-box;
	height:56px;
	margin:0;
	padding:18px 16px 6px;
	background:#fff;
	border-color:#B9BEC4;
	color:#878282;
	transition:background-color .2s ease, border-color .2s ease;
}

#dn-center #part3 .dn-field:has(> .dn-title) .dn-title {
	position:absolute;
	pointer-events:none;
	top:19px;
	left:17px;
	margin:0;
	color:#878282;
	transition:top .2s ease, left .2s ease, font-size .2s ease, background-color .2s ease;
}

#dn-center #part3 .dn-field:has(> .dn-title) .dn-textfield:focus,
#dn-center #part3 .dn-field:has(> .dn-title) .dn-textfield:not(:placeholder-shown) {
	background:transparent;
	border-color:#B9BEC4;
	outline:none;
}

#dn-center #part3 .dn-field:has(> .dn-title) .dn-textfield:focus ~ .dn-title,
#dn-center #part3 .dn-field:has(> .dn-title) .dn-textfield:not(:placeholder-shown) ~ .dn-title {
	top:-7px !important;
	left:12px !important;
	padding:0 5px;
	background:#E7ECEE;
	font-size:10px;
}

#dn-center .display.dn-field{
	clear:both;
}
 
.toggle label {
	width: 50%;
	text-align: center;
  z-index: 3;               
  display: flex;
  align-items: center;
  justify-content: center;
 
   
  pointer-events: auto;   
  
  border:1px solid #124B5E;
  
  color:  #071F27 ;

 
	font-size: 14px;
	cursor:pointer;
	font-style: normal;
	padding:12px 0;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.12px;
	text-transform: uppercase;
}

#dn-center .toggle label {
	font-family: "DM Sans", sans-serif;
}

#dn-center .total .dn-head {
	font-family: "DM Sans", sans-serif !important;
}

.toggle label:hover, .toggle input[type="radio"]:checked+label {
	color:#fff;
	background:#124B5E;
}

#innerwrapper.ticks .toggle label{
    font-size: 13px;
    color: #fff;
	cursor:pointer;
	width:auto;
	padding:10px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
	background:#124B5E;
}

 

/* selected label shows icon and darker color */
.toggle label.selected .material-symbols-outlined {
  transform: scale(1);
  opacity: 1;
}
.toggle label.selected { color: #111; }

/* slider (the white circular knob) */
.toggle .slider {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 8px);
  height: calc(100% - 8px);
  background: #fff;
  border-radius: 999px;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
  transition: left .28s cubic-bezier(.2,.9,.3,1), width .2s ease;
}

/* when toggle container has .selected (Yes) move slider right */
.toggle.selected .slider {
  left: calc(50% + 4px);
}

/* optional: a subtle border for the knob when over dark bg */
.toggle.selected .slider { box-shadow: 0 2px 6px rgba(0,0,0,0.18); }

/* Step 2 upsell switch */
#dn-center #part2 .ticketbox .toggle{
	box-sizing:border-box;
	position:relative;
	display:flex;
	justify-content:space-between;
	width:58px;
	height:30px;
	margin:0 0 15px;
	padding:4px;
	border-radius:999px;
	background:#000;
	transition:background-color .25s ease;
}

#dn-center #part2 .ticketbox .toggle.selected{
	background:#E5B594;
}

#dn-center #part2 .ticketbox .toggle label,
#dn-center #part2 .ticketbox .toggle label:hover,
#dn-center #part2 .ticketbox .toggle input:checked + label{
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	width:22px;
	height:22px;
	padding:0;
	border:0;
	border-radius:50%;
	background:transparent;
	color:#FFF;
}

#dn-center #part2 .ticketbox .toggle label .material-symbols-outlined{
	font-size:16px;
	line-height:1;
	color:#FFF;
	opacity:1;
	transform:none;
}

#dn-center #part2 .ticketbox .toggle .slider{
	top:4px;
	left:4px;
	width:22px;
	height:22px;
	z-index:4;
	pointer-events:none;
}

#dn-center #part2 .ticketbox .toggle.selected .slider{
	left:32px;
}

#dn-center #part2 .upsell-options .ticketbox{
	display:grid;
	grid-template-columns:58px minmax(0, 1fr);
	grid-template-rows:auto auto 1fr;
	column-gap:12px;
	row-gap:4px;
	align-items:start;
}

#dn-center #part2 .upsell-options .ticketbox > .toggle{
	grid-column:1;
	grid-row:1 / span 2;
	margin:0;
}

#dn-center #part2 .upsell-options .ticketbox > .title{
	grid-column:2;
	grid-row:1;
	margin:0;
}

#dn-center #part2 .upsell-options .ticketbox > .desc{
	grid-column:2;
	grid-row:2;
}

#dn-center #part2 .upsell-options .ticketbox > .upsellbox{
	grid-column:1 / -1;
	grid-row:3;
	align-self:end;
	margin-top:15px;
}

 
 
 
 
#pages.chanukah .toggle input{
	display:none;
}

#pages.chanukah .toggle label.recurring {
    border-radius: 36px;
     
}

#pages.chanukah .flex.toggle label:hover, #pages.chanukah .flex.toggle label.selected {
	color: #815D3F;
	background: #fff;
}


#pages.chanukah #dn-center .formbox.left{
	float:left;
	border-right:1px solid #D2D2D2;
	padding:0 8% 0 0;
	margin:0 5% 0 0;
}

#pages.chanukah #dn-center .formbox.right{
	float:right;
}

#pages.chanukah #dn-center .formbox{
	width:43%;
}

#pages.chanukah #dn-center{
	width:370px;
	border-radius:57px;
	padding:40px;
	margin:0 auto;
	background:#fff;
}


#pages.chanukah #dn-center #part1 {
	border:none;
	padding:0px;
	margin:0px;
	width:100%;
	float:none;
}

#pages.chanukah #dn-center #part2, #pages.chanukah #dn-center #part3 {
	float:none;
	width:100%;
	display:none;
 
}

/* Show Step 2 & Hide Step 1 */
#pages.chanukah #dn-center #step2:checked ~ #part2 {
  opacity: 1;
  height: auto;
  display:block;
}
/*
#pages.chanukah #dn-center #step2:checked ~ #part1 {
  opacity: 100%;
  height: 100%;
  display: block;
}*/

/* Show Step 3  & Hide Step 2 */
#pages.chanukah #dn-center #step3:checked ~ #part3 {
  opacity: 1;
  height: auto;
    display:block;
 
}
#pages.chanukah #dn-center #step3:checked ~ #part2 {
  opacity: 0;
 
  
  width: 0;
  height: 0;
}

#pages.chanukah #dn-center #step3:checked ~ #part1 {
  opacity: 0;
  width: 0;
  height: 0;
}

#pages.chanukah .paymentoptions input {
	display:none;
}

#pages.chanukah  .button{
	color:#fff;
	font-family: "tt-commons-pro", sans-serif;
	border-radius:37px;
	font-size:18px;
	letter-spacing:0;
	background:#CA9F76;
	text-transform:none;
	width:100%;
	border:none;
}

#pages.chanukah   label.button{
	padding:12px 0!important;
}
	

#pages.chanukah  .button.outline span{
	vertical-align:middle;
}

#pages.chanukah .back span{
	position:absolute;
	top:3px;
	left:0;
}

#pages.chanukah .back{
	color:#815D3F;
	font-size:16px;
	padding:7px 0 20px 25px;
	display:flex;
	align-items:center;
	position:relative;
}

#pages.chanukah  .button.outline img{
	vertical-align:middle;
}

#pages.chanukah  .button.outline small{
	font-size:12px;
}

#pages.chanukah  .button.outline {
	background-color:#FFF;
	color:#272525;
	width:100%;
	box-shadow: 0px 0px 6px #815D3F29;
	border: 1px solid #CFCFCF;
	border-radius: 12px;
	letter-spacing:normal;
	padding:12px 0;
	margin:0 0 12px 0;
	font-size:18px;
	text-transform:none;
	text-transform:capitalize;
}

#pages.chanukah  .button.outline i{
	font-size:13px;
	margin:0 0 0 5px;
	vertical-align: middle;
	
}

#pages.chanukah .button.outline:hover{
	background:#E3CFB8;
}

#pages.chanukah #dn-center .paymentoptions [type="radio"]:checked+label {
    background:#E3CFB8;
	border:none;
}

#pages.chanukah .paymentoptions {
	display:block;
	padding:0px;
	letter-spacing:normal;
	text-transform:none;
	font-size:18px;
	border-top:1px solid #00000029;
	padding:60px 0 0 0;
	margin:40px 0 0 0;
}

#pages.chanukah #MonthDiv, #pages.chanukah #OneDiv{
 
}

#pages.chanukah   .ticketbox{
	border:1px solid #D5D5D5;
	border-radius:27px;
	cursor:pointer;
	display:block;
	text-align:center;
	    margin: 0 10px 12px 10px;
    width: 44%;
	padding: 5px 0 25px 0;
}

#pages.chanukah .ticketbox.upsell{
	display:none;
}

#pages.chanukah .ticketbox.other, #pages.chanukah .ticketbox.other{
	width:100%;
	height:47px;
	text-align:left;
	background:none!important;
	position:relative;
	border: 1px solid #D5D5D5!important;
	color:#D5D5D5!important;
	border-radius:8px;
	padding:0;
}

#pages.chanukah #dn-center .ticketbox.other .dollar {
	position:absolute;
	left:0;
	color:#6E6E6E!important;
	width:50px;
	text-align:center;
	font-family: "tt-commons-pro", sans-serif;
	font-size:16px!important;
	padding:16px 0;
	border-right:1px solid #D5D5D5;
}
 


#pages.chanukah .options  .ticketbox:hover, #pages.chanukah #dn-center .options input[type="checkbox"]:checked+label {
	border:1px solid #815D3F;
	background:#EFE9E3!important;
}

#pages.chanukah #dn-center .options .ticketbox:hover .ticket, #pages.chanukah #dn-center .options input[type="checkbox"]:checked+label .ticket {
	color: #815D3F;
}

#pages.chanukah  #dn-center .options .ticketbox:hover .dollar, #pages.chanukah #dn-center .options input[type="checkbox"]:checked+label .dollar {
	color:#815D3F;
}

#pages.pesach   .ticketbox:hover, #pages.pesach #dn-center input[type="checkbox"]:checked+label {
	border: 2px solid #7C3336;
}

#pages.chanukah  .options input{
	display:none;
}

/*
#pages.chanukah  .other input {
	display:inline;
	border:none;
	border-bottom:1px solid #CA9F76;
	width:90px;
	margin:0 0 0 10px;
	font-size: 50px;
    color: #CA9F76;
    font-family: "freight-big-pro", serif;
}
*/

#pages.chanukah .other input {
	display:inline;
	border:none;
	position:absolute;
	font-size:19px;
	padding:12px 0 15px 0;
	line-height:1.5;
	right:10px;
	width:75%;
	color:#B1B1B1!important;
	background:none;
}

#pages.chanukah .ticketbox.other ::placeholder {
	color: #B1B1B1;
}


#pages.chanukah .ticketbox.other .ticketdet {
	color:#B1B1B1!important;
	font-size:16px;
	text-transform:none;
	text-align:left;
	display:none;
	margin:0;
	position:absolute;
	letter-spacing:0;
	    right: 10px;
    width: 75%;
	padding:15px 0;
	
}

#pages.chanukah .dn-subhead{
	text-align:center;
}

#pages.chanukah #OneDiv .title{
	font-size:30px;
	margin:0 0 30px 0;
}

#pages.chanukah  .ticketbox #label .ticketdet{
	margin:20px 0 0 0;
}

#pages.chanukah ::placeholder{
	color:#282828;
}

#pages.chanukah #dn-center .ticket{
	color:#E3CFB8;
	float:none;
	letter-spacing:0;
	width:100%;
	font-size:64px;
	margin:0;
	line-height:1;
	text-align:center;
	font-family: "freight-big-pro", serif;
}

#pages.chanukah #dn-center #part1 #ticket1 {
    
}

#pages.pesach #navwrapper .logo {
 
    top: 10px;
}

 

#pages.pesach #dn-center .ticket {
	color:#7C3336;
}

#pages.chanukah #dn-center .ticketbox .dollar{
	font-size:50px;
	    color:#815D3F;
		font-family: "freight-big-pro", serif;
}

#pages.pesach #dn-center .ticketbox .dollar{
	color: #7C3336;
}


#pages.chanukah #dn-center #OneDiv .ticketbox .dollar{
	margin:0 -10px 0 0;
}

#pages.chanukah #dn-center .ticket span{
	font-size:18px;
 
	margin: 0 0 0 -10px;
}

#pages.chanukah #dn-center .ticketdet{
	font-size:16px;
	text-transform:uppercase;
	color:#B1B1B1;
	font-family: "tt-commons-pro", sans-serif;
 
	text-align:center;
	margin:10px 0 0 0;
}

#pages.chanukah #dn-center .ticketbox:hover .ticketdet, #pages.chanukah #dn-center input[type="checkbox"]:checked+label .ticketdet {
    color: #815D3F;
}

#pages.chanukah .dn-head{
    color: #3D3D3D;
    font-weight: 600;
    font-size: 16px;
    padding: 0;
    margin: 0 0 12px 0;
}

#pages.pesach .dn-head{
	color:#7C3336;
}

#pages.chanukah #dn-center .dn-field.float.half{
	width:48%;
}

#pages.chanukah #dn-center .dn-field.float.third{
	width:31%;
}

#dn-center .cccover{
	clear:both;
	    color: #888;
		padding:0 0 10px 0;
}

#pages.chanukah #dn-center .cccover{
	text-align: center;
}

#pages.chanukah #dn-center .dn-field.float.third.mid, #pages.chanukah #dn-center .dn-field.float.third.midd{
	    margin: 0 2.2% 0 3.5%;
}

#pages.chanukah #dn-center .expand{
	margin:0 0 15px 0;
}

#dn-center .expand i{
	margin:0 10px 0 0;
	font-size:13px;
}

#dn-center .dn-field.float.half.two{
	float:right;
}

 
#pages.chanukah .more{
	display:none;
	margin:0 0 50px 0;
}

#pages.chanukah #dn-center .dn-field.float.half .dn-textfield{
	width:96%;
}

#pages.chanukah .dn-textfield {
    
    border: 1px solid #BCBCBC;
	border-radius:9px;
	color: #000;
	width:97%;
	height:44px;
	margin:0 0 0px 0;
	padding:0 0 0 2%;
   
}

#pages.chanukah select.dn-textfield{
	height:45.81px;
	width:100%;
}

#pages.chanukah .grey .dn-title label{
	border:none;
}

#pages.chanukah .grey .dn-title   {
	position:relative;
	left:0;
	bottom:0;
}

#pages.chanukah .dn-title.rel {
    margin: 0 0 30px 0;
    font-size: 14px;
    text-transform: none;
	position:relative;
	bottom:0;
	left:0;
    letter-spacing: 0;
    font-size: 15px;
}

#pages.chanukah #dn-center #CompanyDiv   .dn-twoleft {
	float:none;
	margin:0 0 20px 0;
}

#pages.chanukah input::placeholder,
#pages.chanukah textarea::placeholder {
   color: #002535;
 
}

#pages.chanukah .currency{
	margin:0 0 20px 0;
}

#pages.chanukah .dn-title{
	color:#3D3D3D;
	font-size:16px;
	text-transform:none;
	position:absolute;
	bottom:12px;
	letter-spacing:0;
	transition: 0.2s ease all;
	left:10px;
	    
}

#pages.chanukah .more .dn-title {
	position:relative!important;
	bottom:0!important;
	top:auto!important;
	left:0!important;
	font-size:16px!important;
}
 
 #pages.chanukah .dn-field input:focus ~ .dn-title,
  #pages.chanukah .dn-field input:not(:placeholder-shown) ~ .dn-title {
    top: -15px;
  
    opacity: 1;
 
    font-size: 11px;
}

 

 

#innerwrapper.chanukah #navwrapper{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:9;
	padding:60px 0 0 0;
}

#innerwrapper.chanukah #navwrapper .logo img{
	background:none;
	padding:0;
	position:relative;
	z-index:99;
}

#innerwrapper.chanukah #navwrapper a{
	color:#E3CFB8;
}

#innerwrapper.pesach #navwrapper a{
	color:#fff;
}

#pages.chanukah .rslides_nav{
	display:none;
}

#pages.chanukah .middle{
	background-image:url(images/chanukah-bg.jpg);
	background-size:cover;
	background-attachment:fixed;
	padding:0 0 100px 0;
}

  .brighter{
	text-align:center;
 
	color:#CA9F76;
	    font-style: italic;
		line-height:0.9;
	    font-family: "freight-big-pro", serif;
		font-size:85px;
}

#pages.chanukah .middle .left{
	text-align:center;
}

#pages.chanukah .banner{

	width:100%;
	padding:250px 0 0 0;
	position:relative;
	background-image:url(adireinu/images/bg.jpg);
	background-size:cover;
	background-attachment:fixed;

}

#pages.chanukah .banner .bot{
	position:absolute;
	right:-20px;
	bottom:-30px;
}

#pages.pesach .banner{

	width:100%;
	display:flex;
	overflow:hidden;
	align-items:center;
 
	position:relative;
	background-image:url(images/pesachbg.jpg);
	background-size:cover;
	background-attachment:fixed;
	height:100vh;
	padding:0;
}

#pages.pesach .content .header{
	margin:0 0 40px 0;
}

#pages.pesach .content{
	color:#fff;
	font-family: 'TT_Commons_Regular';
	padding:0px 0 0 14%;
	font-size:21px;
}

#pages.pesach .content span .amount{
	font-size:40px;
}

#pages.pesach .content .mill{
	font-size: 38px;
	display:block;
	font-weight:bold;
	color: #CA9F76;
    font-family: 'TESTFAMILY-LIGHTITALIC';
}

#innerwrapper.pesach #navwrapper{
	padding:40px 0 0 0;
}

#pages.pesach .content .button{
	text-transform:uppercase;
	letter-spacing:2px;
	padding:10px 20px;
	font-weight:normal;
	margin:20px 0 0 0;
}
 



#pages.pesach .banner .logo{
	text-align: center;
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 9;
}

#pages.pesach .banner .logo img{
	width:220px;
}



#pages.pesach .banner .flex{

	width:90%;
	margin:0 auto;
	display:block;
	position:relative;
}

#pages.chanukah .banner .right{
	color:#fff;
	font-size:21px;
	line-height:1.4;
	font-family: "tt-commons-pro", sans-serif;
	width:27%;
}

#pages.pesach .banner .right{
	color:#7C3336;
	font-size:21px;
	text-align:center;
	line-height:1.4;
	font-family: "tt-commons-pro", sans-serif;
	width:22%;
	position:absolute;
	right:0;
	top:150px;
}

#pages.chanukah .banner .large{
	margin:30px 0 50px 0;
	font-family: "freight-big-pro", serif;
	font-size:36px;
	font-style:italic;
}

#pages.pesach .banner .large{

	line-height:1;
	font-size:32px;

	font-family: 'TESTFAMILY-LIGHTITALIC';
	margin:20px 0 40px 0;

}

#pages.chanukah .banner .slider .logo{
	margin: 0 auto -60px auto;
	width: 286px;
	position: relative;
	z-index: 8;
}



#pages.pesach .banner .left{
	position:absolute;
	left: 50px;
	top: 100px;
}

#pages.chanukah .banner .slider{
	position:relative;




}

#pages.pesach .banner .slider{

	margin:0 auto 0px auto;
	widtH:800px;


 
}

#pages.pesach .banner .slider ul{
	position: absolute;
}

#pages.chanukah  .quote{
	margin:20px 0 0 -18%;
}

#pages.chanukah .banner .pic.hebrew{

	position: relative;
	z-index: 9;
	margin:0 0 0 -8%;
}

#pages.pesach .banner .slider li{
	height:825px;
}

#pages.chanukah .banner .window{
	position:absolute;
	z-index:9;
}

#pages.chanukah .bottom{
	padding:90px 0;
	background:rgba(202, 159, 118, 0.1);
}

#pages.chanukah .bottom .left{
	text-align:right;
	color:rgba(129, 93, 63, 1);
	font-style:italic;
	font-size:100px;
 
	font-family: "freight-big-pro", serif;
	letter-spacing:-2.5px;
	width:26%;
}

#pages.pesach .bottom .left{
	font-size:80px;
}

#pages.chanukah .callout{
	line-height:0.8;
}

#pages.chanukah .bottom .videowrapper{
	justify-content:space-between;
	width:90%;
	margin:0 auto;
	align-items:end;
}

#pages.chanukah .bottom .right{
	width:70%;
	align-items:end;
	justify-content:space-between;
}

#pages.chanukah .bottom .button{
	font-style:normal;
}

#pages.chanukah .join{
	color:#CA9F76;
}

#pages.chanukah .videowrapper .owl-stage{
	display:flex;
	align-items:end;
}

#pages.chanukah .videowrapper .owl-nav button{
	position: absolute;
    top: 0;
    right: 0;
    color: #815D3F;
    border-radius: 50%;
    border: 2px solid;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pages.chanukah .videowrapper .owl-nav button.owl-prev{
	display:none;
}

#pages.chanukah .video{
	position:relative;
	width:90%;
	margin:0 0 0 10%;
	border-radius:35px;
	overflow:hidden;
}

#pages.chanukah .owl-item.first .video{
	width:100%;
	margin:0;
}

#innerwrapper.pesach #navwrapper .logo{
	top:30px;
} 

#pages.pesach .owl-item.first .video{
	width:90%;
	margin:0;
}

#pages.chanukah .play{
	position:absolute;
	text-align:center;
	left:50%;
	top:35%;
	transform:translate(-50%,50%);
}

#pages.chanukah .video .script{
	padding:0;
	text-transform:none;
	line-height:1;
	font-style:italic;
	font-family: "freight-big-pro", serif;
}

#pages.chanukah .video .overlay{
	position:absolute;
	bottom:0;
	padding: 50px 15% 30px 15%;
    width: 70%;
	 
	left:0px;
	color:#fff;
	font-size:26px;
	font-family: "freight-big-pro", serif;
	 
	background: linear-gradient(to bottom, rgb(135 129 129 / 20%), rgb(0 0 0 / 80%));
}

#pages.chanukah .day{
	text-transform:uppercase;
	color:#F3C9A2;
	font-size:12px;
	margin:0 0 10px 0;
	font-family: "tt-commons-pro", sans-serif;
	letter-spacing:2.4px;
}

#pages.chanukah .video.first .day{
	font-size:18px;
	letter-spacing:3.6px;
}

#pages.chanukah .video.first .overlay{
	font-size:40px;
}

#pages.chanukah #TotalDisplay, #pages.chanukah #TotalCurDisplay{
	color:#fff;
}

#pages.chanukah #resultMessage {
    background-color: #fff;
    margin: auto;
    padding: 30px;
    width: fit-content;
}

#pages.chanukah #ap-container { /*APPLE PAY STYLING*/
  width: 200px;
  height: 50px;
  margin: auto;
} 

#pages.chanukah .dn-title {
  pointer-events: none;
}

/*Shas*/
#pages.shas .text {
	text-align:center;
	color:#543523;
	font-size:18px;
	font-family: 'GT_Zirkon_Medium';
}

#pages.shas .head {
	background-color:#543523;
    background-image:none; /* url(images/ticketsbg.jpg);*/
  }
  
#pages.shas .overlay {
    position: unset;
    padding-top: 50px;
  }
  
#pages.shas .top {
    height: 350px;
    overflow: hidden;
  }
  
#pages.shas .overlay {
    top: 100px;
  }

#pages.shas .form{
	width:100%;   
  } 
  
  #pages.shas .form .container{
	  position:relative;
	  right:auto;
	  width:auto;
  }
  
  #pages.shas .filters .fa-plus, #pages.shas .filters .fa-minus {
            display: none;
        }
 
#pages.shas .box {
	width:20%;
	display:none;
	text-align:center;
	border:1px solid #DEDEDE;
	border-radius:19px;
	min-height:60px;
	position:relative;
	flex-direction: column;


	height: 100%;
	flex: 1 1 calc(20% - 15px);

}



#pages.shas .box.show {
	display:flex;
}

#pages.shas .title {
	border-radius:19px 19px 0px 0px;
	color:#543523;
	font-size:16px;
	font-family: 'GT_Zirkon_Medium';
	background-color:#E3CFB8;
	padding:5px 0px;
}

#pages.shas .info .names{
	flex: 1;
	display: flex;
	align-items: center;   /* optional: vertically center text */
	justify-content: center; /* optional: horizontally center text */
	text-align: center;
}

#pages.shas .box a{

	color:#543523;
	text-decoration:none;
	margin-top: auto;
	font-size:11px;
	letter-spacing:2.2px;


	padding:10px 0;
	border-top:1px solid #543523;

}

#pages.shas .box a:after{
	font-family: "FontAwesome";
	content: "\f061"; /* Unicode for the right arrow icon */

	display: inline-block;
	margin-left: 8px; /* spacing */
}

#pages.shas .info {

	height:100%;
	    display: flex;
    flex-direction: column;
	flex: 1;

	padding:10px 0 0px 0;
}

#pages.shas .info .select {
	color:#E3CFB8;
	font-family: 'GT_Zirkon_Medium';
	display:block;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	letter-spacing:2px;
	text-decoration:none;
	font-size:11px;
	padding:5px 0px;
	border-top:1px solid #E3CFB8;
	position:absolute;
	bottom:0;
	    flex-grow: 1;
 
    align-items: flex-end;
}

#pages.shas .info a.select {
	color:#543523;
}

#pages.shas .sponsorname { 
	text-align:center;
  font-weight: bold;
	text-transform:capitalize;
}	

#pages.shas #completed { 
	font-size:80%;color:#FF0000;
}

#pages.shas #completed a {
	color:#666666
}

#pages.shas .filters {
	float:left;
	width:12%;
	padding:0px 2% 0px 0px;
	border-right:1px solid #DEDEDE;
}

#pages.shas.indv #filters{
	display:none;
}

#pages.shas.indv #filters.toggle{
	display:block;
}

#pages.shas #steponefilters.toggle{
	display:none;
}

#pages.shas.indv #steponefilters .labels .title{
	width:100%;
}

#pages.shas.indv #steponefilters .labels{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

#pages.shas.indv #steponefilters .labels .btn{
	font-size:16px;
	background:none;
	border:1px solid #E3CFB8;
	border-radius:7px;
	text-align:center;
	margin:0.5%;
	color:#543523;
	cursor:pointer;
	padding:10px 0px;
	width:120px;
	font-family: 'GT_Zirkon_Medium';
}

#pages.shas .header{
	display:none;
}

#pages.shas .close{
	display:none;
}

#pages.shas.indv #steponefilters .labels .btn:hover{background:#E3CFB8;}

#pages.shas.indv .labels .title{
	background:none;
	color:#4A3845;
	font-size:13px;
	letter-spacing:2.6px;
	margin:0 0 50px 0;
	text-align:center;
}

#pages.shas .listings.smaller {
	float: left;
	width: 55%;
	padding: 0 3% 0 0;
	border-right: 1px solid #eee;
	margin: 0 0 0 2%;
}

#pages.shas .form iframe{
	float: right;
	height:400px;
	width: 300px;
	display:none;
	border:none;
}

.signupform .captcha {
	margin: 20px 0 0 0;
}

.signupform .button{
	border:none;
	color:#543523;
	font-family: 'GT_Zirkon_Medium';
	font-size:14px;

	margin:10px 0 0 0;
	text-transform:none;
	letter-spacing:0;
	background:#E3CFB8;
	border-radius:100px;
	padding: 8px 15px;
}

.signupform h3{
	color:#BF9E70;
	font-size:32px;
	line-height:1;
	font-family: 'pp-migra';
}

.signupform .textfield{
	font-size:13px;
	color:#000;
	border:none;
	border-bottom:1px solid #000;
}

#pages.shas .filters .title {
	background:none;
	 
	letter-spacing:2.5px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #DEDEDE;
}

#pages.shas .filters button{
	border:none;
	background:none;
	font-size:14px;
	color:#303447;
	display:block;
	margin:10px 0px;
}



#pages.shas .filters button.active {
	color:#BF9E70;
}

/*Thermo*/
   

.thermometer {
    position: relative;
	text-transform:uppercase;
}

#pages.mypage.bannerpix .thermometer{
	float:left;
	width:16%;
}

.thermometer .track {
    height:70px;
    border: 3px solid #06a8f0;
    position: relative;
}

.thermometer .progress {
	border-radius:5px;
	height:100%;
	width:0%;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(255,255,255)), color-stop(0%,rgb(6,168,240)));
    background: -webkit-linear-gradient(left, rgb(255,255,255) 10%,rgb(6,168,240) 0%);
    background:      -o-linear-gradient(left, rgb(255,255,255) 10%,rgb(6,168,240) 0%);
    background:     -ms-linear-gradient(left, rgb(255,255,255) 10%,rgb(6,168,240) 0%);
    background:    -moz-linear-gradient(left, rgb(255,255,255) 10%,rgb(6,168,240) 0%);
    background:   linear-gradient(to right, rgb(255,255,255) 10%,rgb(6,168,240) 0%);
    background-size: 15% 100%;
    position: absolute;
    bottom:0;
    left:0;
}

.thermometer.horizontal .goal {
   
}

#pages .thermometer.horizontal .amount {
    bottom:-35px;
	font-size:24px;
    font-weight: bold;
    position: absolute;

}

/*Contact*/
 
#pages.contact .left{
	float:left;
	width:47%;
}

#pages.contact .right{
	float:right;
	width:40%;
}

#pages.contact h3{
	margin:0 0 30px 0;
	color:#E5B594;
	font-size:40px;
}

#pages.contact .textarea, #pages.contact .textfield{
	border:none;
	border-bottom:1px solid #000;
}

#pages.contact .wrapper{
	width:55%;
	margin:0 auto;
}

#pages.contact #form{
	margin:30px 0 0 0;
}
 
#pages.contact #form .textfield, #pages.contact #form .textarea, #pages.login .textfield{
	width:96%;
	margin:0 0 10px 0;
	height:35px;
	font-size:13px;
	resize:none;
}

#pages.contact #form .textarea{
	margin:0 0 30px 0;
	padding:5px 0 0 0;
}

#pages.contact #form .button {
	float:none;
	display:block;
	font-family: "Contax Sans W01 65 Medium"; 
	border:none;
	font-size:16px;
	letter-spacing:2.4px;
	background:#E5B594;
	padding:8px 16px;
	margin:20px 0 0 0;
}

#pages.contact .fa{
	float:left;
	color:#E5B594;
	font-size:20px;
	clear:both;
	margin:0 10px 0 0;
}

#pages.contact .info{
	float:left;
	line-height:25px;
	font-size:21px;
	width:85%;
	margin:0 0 15px 0;
	color:#000;
	text-decoration:none;
}

/*Photos*/
#pages.photos h2{
	width:100%;
	background: none;
	padding:0;
	margin:0 0 40px;
	font-size: 40px;
	line-height: 1;
}

#pages.photos .center{
	text-align: center;
	margin:0 0 40px;
}

#pages.photos .album{
	width:23%;
	margin:1%;
	text-align: center;
}

#pages.photos .album .image{
	height:200px;
}

#pages.photos .album .image img{
	width:100%;
	height:100%;
	object-fit: cover;
}

#pages.photos .album .title{
	margin:10px 0 0;
	font-size: 18px;
	color:#000;
}

#pages.photos .album .title a{
	color:inherit;
	text-decoration: none;
}

#pages.photos .album .desc a{
	color:#000;
	text-decoration: none;
	margin: 4px 0 0;
	font-size: 14px;
}

#pages.photos .album-desc{
	font-size: 16px;
	color: #000;
	margin: -20px 0 30px;
	text-align: center;
}

#pages.photos .button.fixed{
	position: fixed;
	right: 0;
	bottom: 10px;
	z-index: 9;
	width: 260px;
	border-radius: 20px 0 0 20px;
	font-size: 14px;
	line-height: 1.2;
	text-align: right;
}

#pages.photos .button.fixed .large{
	font-size: 1.2em;
	font-weight: bold;
}

/*Videos*/
#pages.videos .flex{
	justify-content:space-between;
}

#pages.videos .channels  li, #pages.photos .channels li  {
	display:inline;
}

#pages.videos .channels  li a, #pages.photos .channels li a {
	border:1px solid #B99D57;
    font-family: 'nord-regular-webfont';
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	display:inline-block;
	color: #B99D57;
	text-decoration:none;
	padding:10px 20px;
}

#pages.videos .channels  li a:hover, #pages.videos .channels  li a.active, #pages.photos .channels li a:hover {
	background: #B99D57;
	color:#FFF;
}

@media (max-width: 767px) {
	#pages.photos .channels ul,
	#pages.videos .channels ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0;
		margin: 0;
	}
	#pages.photos .channels li,
	#pages.videos .channels li {
		display: block;
		width: 80%;
		margin-bottom: 10px;
	}
	#pages.photos .channels li a,
	#pages.videos .channels li a {
		display: block;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}
}

#pages.videos .frame{
	position:relative;
	padding:56% 0 0 0;
}


#pages.videos .frame iframe{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	top:0;
}

#pages.videos .right{
	width:30%;
	overflow-y: scroll;
	position: relative;
}

#pages.videos .thumbwrapper{
	position: absolute;
}

#pages.videos .thumbwrapper .thumb{
	display: flex;
	justify-content:space-between;
	font-family: "quinn-display", serif;
	border:1px solid #d0d0d0;
	padding:5px;
	margin:5px;
}

#pages.videos .thumbwrapper .thumb.active{
	border-color: #A6804A;
}

#pages.videos .thumbwrapper .thumb img{
	width:100%;
}

#pages.videos .pic{
	width:40%;
}

#pages.videos .title{
	width:55%;
	font-size:18px;
}

/*Payment link*/
/*Payment link*/
.payment-page #topwrapper, .payment-page #captions, .payment-page #video, .payment-page #budget, .payment-page #stats, .payment-page .caps.center, .payment-page #part1 .box:first-child, .payment-page #part1 .option, .payment-page #part1 .ticket, .payment-page #footerwrapper .button:last-child,  .payment-page #dn-center .total, .payment-page #gathering, .payment-page #formwrapper .text, .payment-page #footerwrapper, .payment-page .banner, .payment-page .copywrapper, .payment-page .ban {
	display:none;
}

.payment-page #innerwrapper .form {
	float:none;
	width:65%;
	margin:0 auto;
}

.payment-page #formwrapper {
	margin:0px;
}

.payment-page #formwrapper .form {
	background-color:#FFF;
	margin:0 auto;
	float:none;
	width:60%;
	padding:3%;
}

.payment-page #dn-center .option .ticketprice {
	width:100%;
}

.payment-page .dn-head {
	font-size:x-large;
}

.payment-page #dn-center .option#ticket1{
	display:block;
	border:none;
}

.payment-page #dn-center #part1 #ticket1 input {
	width:auto;
}

.payment-page .dn-textfield,  .payment-page .dn-textfieldsm,  .payment-page #recurringOption,  .payment-page select.dn-textfield {
	height:35px;
}

.payment-page #innerwrapper, .payment-page #part1, .payment-page #part2, .payment-page #part3, .payment-page #part4{
	margin:0;
}

.payment-page #innerwrapper{
	min-height:calc(100vh - 480px);
}

.payment-page{
	overflow:hidden;
}

.payment-page #dn-center .box {
	width:100% !important;
	float:none !important;
	padding:0px !important;
	margin:0px auto !important;
	border:none !important;
}

.payment-page #part1, .payment-page #part2, .payment-page #part3, .payment-page #part4{
	opacity:1;
	height:auto;
	overflow:visible;
	margin:0 0 10px;
}

.payment-page #dn-center .button{
	display:none;
}

.payment-page #dn-center #submitBtn{
	display:block;
 
	 
}

 .payment-page #formwrapper #dn-center #part1 #ticket1 input{
	width:90%;
}

.payment-page #DefaultEmail, #pages.adireinu #DefaultEmail{
	cursor: pointer;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid;
    border-radius: 22px;
    position: relative;
    top: -15px;
	color: #939393;
    font-size: 12px;
}

/*Adireinu App */
#pages.donate.adireinu.app {
	padding:0px;
}

#pages.donate.adireinu.app .smallbanner, 
#pages.donate.adireinu.app h3#formTop, 
#pages.donate.adireinu.app #OptionsDiv #ticket3, 
#pages.donate.adireinu.app #OptionsDiv #ticket4,
#pages.donate.adireinu.app #OptionsDiv #ticket5, 
#pages.donate.adireinu.app #OptionsDiv #ticket6, 
#pages.donate.adireinu.app #OptionsDiv #ticket7, 
#pages.donate.adireinu.app #OptionsDiv #ticket8, 
#pages.donate.adireinu.app #OptionsDiv #ticket9, 
#pages.donate.adireinu.app .listings .dn-title, 
#pages.donate.adireinu.app .charge {
	display:none;
}

#pages.donate.adireinu.app #dn-center, #pages.donate.adireinu.app .main, #formwrapper.app #dn-center, #formwrapper.app .main, #formwrapper.app .form {
	width:100%;
	max-width:none;
	padding:0px;
}

#pages.donate.adireinu.app #dn-center, #formwrapper.app #dn-center {
	display:flex;
	align-items:center;
}

#pages.donate.adireinu.app .banner {
		height:auto;
		margin:0;
	}
	
#pages.donate.adireinu.app	#FormDiv {
		display:block !important;
	}

#pages.donate.adireinu.app #TotalDiv {
	display:block;
	margin:25px 0px 10px 0px;
	text-align:center;
	font-size:20px;
	color: #A6804A;
}


#pages.donate.adireinu.app #dn-center .listings, 
#pages.donate.adireinu.app #dn-center #part2.form-group, 
#pages.donate.adireinu.app #dn-center #part3.form-group, 
#pages.donate.adireinu.app #dn-center #part4.form-group,
#formwrapper.app #dn-center #part2.form-group, 
#formwrapper.app #dn-center #part3.form-group, 
#formwrapper.app #dn-center #part4.form-group {
	box-shadow:none;
	height:auto;
	float:none;
	width:100%;
	margin:0px;
	padding:0px;
	border-radius:0px;
}

#pages.donate.adireinu.app .dn-textfield, #formwrapper.app .dn-textfield  {
	border-radius:7px;
	height:47px;
	border: 1px solid #E5E5E5;
	padding:0 0 0 3%;
	width:97%;
}

#pages.donate.adireinu.app .whitewrapper {
	background:none;
}

#pages.donate.app .dn-padding, #formwrapper.app .dn-padding {
	position:relative;
}

#pages.donate.app .dn-title, #formwrapper.app .dn-padding .dn-title {
    
    text-transform: none;
   
    letter-spacing: 0px;  
   
    font-size: 12px;
 
    position: absolute;
    background: #fff;
    padding: 5px;
    left: 10px;
	top:-10px;
     
}

#pages.donate.adireinu.app #dn-center .listings{
	margin:0 0 30px 0;
}

#pages.adireinu.app .dn-onefull, #formwrapper.app .dn-onefull {
	text-align:left;
}

#pages.adireinu.app #dn-center .option .ticket{
	color:#000;
}

#pages.adireinu.app #dn-center .option{
	background:#fff;
}

#pages.donate.app .toggle{
	overflow:hidden;
	border-radius:0;
	width:100%;
	background:none;
	margin:0 auto;
	display:block;
}

#pages.adireinu.app .paymentoptions label,  #formwrapper.app .paymentoptions label  {
	box-shadow: none;
    border-radius:  0px;
    
    padding: 0 0 0 20px;
    
    margin:0 20px 0 0;
}

#pages.adireinu.app #dn-center .option:hover .ticket, #pages.adireinu.app #dn-center input[type="checkbox"]:checked+label .ticket{
	color:#fff;
}
 

 
 
 
#pages.donate.app .toggle label.selected, #pages.donate.app .toggle input[type="radio"]:checked+label {
    color: #fff;
    background:#A6804A;
    
}

#pages.donate.app .toggle label {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    float: left;
	text-decoration:none;
     
    color: #000;
    border-radius: 6px 0 0 6px;
    padding:12px 5px 8px 5px;
    display: block;
    width: 45%;
	background:#fff;
}

#pages.donate.app #dn-center .option {
  
    margin: 0 0 8px 0;
    
}

 
#pages.donate.app .toggle label:nth-of-type(2) {
    border-radius: 0 6px 6px 0;
    margin: 0 -3.6px;
	 
}


#pages.donate.app .logo {
	margin:25% auto 30px auto;
	width:50%;
  text-align: center;
}

#pages.donate.app .logos.flex  {
	align-items:center;
}

#pages.donate.app .logos.flex .adireilogo {
	max-width:105px;
}

#pages.donate.app .logos.flex .logo {
	width:35%;
	margin-right: 2%;
}

#formwrapper.app .logo {
	margin:25% auto 10% auto;
	text-align:center;
}


#formwrapper.app .logo img {
	max-width:100px;
	height:auto;
}

#pages.donate.adireinu.app #dn-center #part1, #formwrapper.app #dn-center #part1 {
	background-color:#f3efe8;
	 
	width:20%;
	padding:0 5%;
	height:102vh;
}



#formwrapper #dn-center .paymentoptions input {
     display:none;
}

 
#formwrapper .payment-page #dn-center #submitBtn{
	margin:0;
}

#formwrapper.app #dn-center {
	align-items:start;
}

#formwrapper .paymentoptions{
	letter-spacing:0;
}

#formwrapper.app #dn-center #part1 {
	width:27%;
	margin:0;
	padding:0 4%;
}

#formwrapper .newmark{
	margin:-1px;
}

 .payment-page #formwrapper .dn-head {
    font-size: large;
}

#pages.adireinu.app .button{
	float:none;
}

#pages.donate.adireinu.app #dn-center #part3.form-group, #formwrapper.app #dn-center #part2.form-group{
	border-right:1px solid #E5E5E5;
}

#pages.donate.adireinu.app #dn-center #part3.form-group, 
#pages.donate.adireinu.app #dn-center #part4.form-group,
#formwrapper.app #dn-center #part2.form-group, 
#formwrapper.app #dn-center #part3.form-group {
	float:left;
	width:36%;
	padding:0 6%;
}

#formwrapper.app #dn-center #part2.form-group, #formwrapper.app #dn-center #part3.form-group {
	margin:22vh 0 0 0;
	width:42%;
	padding:0 3%;
}

/*Live*/

#topwrapper.tickets.live .head{
	background-image:url(images/banner-livepage.jpg);
	height:438px;
	min-height:438px;
}

#topwrapper.tickets.live .overlay .logo img {
	width:227px;
}

#topwrapper.tickets.live .textwrapper h1{
	font-size:34px;
	position:absolute;
	bottom:40px;
}

#topwrapper.tickets.live .textwrapper img{
	width:341px;
}

#innerwrapper #topwrapper.tickets.live #navwrapper{

	top:-10px
}

#innerwrapper #topwrapper.tickets.live #navwrapper a{
	color:#fff;
}

#topwrapper.tickets.live .date{
	position:absolute;
	bottom:40px;
	right:40px;
	z-index:8;
}

#topwrapper.tickets.live .date .large{
	color:#fff;
	font-family: 'TTRamillas-LightItalic';
	font-size:69px;
	letter-spacing:-2px;

}

#topwrapper.tickets.live .date .small{
	text-transform:uppercase;
	font-family: 'nord-regular-webfont';
	color:#B99D57;
	font-size:26px;
}

#topwrapper.tickets.live .overlay .logo{
	width:auto;
	margin:0 30px 0 0;
}

#topwrapper.tickets.live .overlay{
	bottom:40px;
	left:40px;
	display:flex;
	width:100%;
	max-width:800px;
}

#topwrapper.tickets.live .overlay .textwrapper{
	width:85%;
}

.live .close{
	display:none;
}

.live .flex{
	justify-content:space-between;
	width:100%;
	max-width:1500px;
	margin:0 auto;
}

.live .banner{
	width:100%;
	cursor:pointer;
	max-width:215px;
	padding:60px 30px 250px 30px;
	background-size:cover;
	background-image:url(images/live-donate.jpg);
}

.live .banner a{
	text-decoration: none;
}

.live .support .bottom{
	display:none;
}

.live .change{
	display:none;
}

.live .banner .title{
	color:#B99D57;
	font-size:54px;
	line-height:1;
	letter-spacing:-1px;
	font-family: 'TTRamillas-LightItalic';
	margin:0 0 30px 0;
}

.live .banner .desc{
	color:#fff;
	font-family: 'signifier';
	font-size:21px;
	margin:0 0 40px 0;
}

.live .banner .button{
	font-size:14px;
	letter-spacing:2.8px;
	padding:14px 0;
	width:175px;
	margin:0 auto;
}

.live .video #form{

	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:3.6px;
	z-index:8;
	height:100%;

	text-align:center;

	background-image: url(images/livebg.jpg);
	background-size: cover;
	overflow:hidden;
}

.live .video #form form{
	padding: 25% 0 0 0;

	line-height: 1.5;
	margin: 0 auto;
	width: 100%;
	height: 56%;
	background: rgba(64, 64, 64, 0.5);
}






.live .video .field{
	margin:30px 0 0 0;
}

.live .video .field .button{
	font-size:18px;
	border:none;
	height:48px;
}

.live .video .field .textfield{
	border-radius:37px 0 0 37px;
	color:rgba(155, 155, 155, 1);
	width:300px;

	height:45px;
	padding:0 0 0 30px;
	margin:0 -60px 0 0;
}

.field input::placeholder{
	font-family: 'nord-regular-webfont';
	font-size:18px;

	text-transform:uppercase;
	letter-spacing:3.6px;

}

.live .video{
	width:78.5%;
	position:relative;


}

.live .frame{
	padding:56% 0 0 0;
	position:relative;
}

.live iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.live .banner .mobile{
	display:none;
}

.live .donate.button{
	display:none;
}

/*Live Video*/
#livevideo .green{
	background-color: #0DFF00;
	height:100vh;
}



#livevideo .ticker{
	position:fixed;
	bottom:0;
	left:0;
	box-sizing: border-box;
	width:100%;
	background:#0D1E3E;
	padding: clamp(0.875rem, 1vw, 1.25rem) clamp(0.875rem, 1vw, 1.25rem) 0;
	color:#fff;
	display:flex;
	justify-content: space-between;
}



#livevideo .ticker .donor{
	display:flex;
	flex-direction:row-reverse;
	align-items:center;
	justify-content:left;
}

#livevideo .ticker #scroll{
	width:82%;
	margin: clamp(0.25rem, 0.7vw, 0.5rem) 0 0 0;
}

#livevideo .ticker .button{
	width:100%;
	border-radius:0;
	left: 0;
	position: absolute;
	top: -40px;
}

#livevideo .title{
	font-family: 'TTRamillas-LightItalic';
	color: #BF9E70;
	padding-right: clamp(1.5rem, 5vw, 2.5rem);
	line-height:1;
	font-size: clamp(2rem, 4vw, 2.5rem);
}

#livevideo .amount{
	font-size: clamp(1rem, 1.5vw, 1.25rem);
	font-weight:bold;
	margin-right: clamp(0.5rem, 1vw, 10px);

}

#livevideo .name{
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	text-transform:capitalize;

}

/*Footer*/
#footerwrapper{
	background:#FFF;
	padding:30px 0;
	margin:60px 0 0 0;
	  
}

#footerwrapper .button{
	color:#4A3845;
	font-size:14px;
  
	border-radius:24px;
 
	border:1px solid #E5B594;
	float:right;
	background:none;
	text-transform:none;
	letter-spacing:normal;
	padding:8px 12px;
}

#footerwrapper .footer{
	border-bottom:1px solid #F5DFD2;
	border-top:1px solid #F5DFD2;
	padding:30px 0 20px 0;
	 
	 
}

#footerwrapper .footer .left{
	float:left;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1.8px;
	margin:10px 0 0 0;
}

#footerwrapper .footer .left .fa-phone{
	text-decoration:none;
	color:#000;
}

#footerwrapper .footer .left .info{
	display:inline-block;
	margin:0 0 0 30px;
}

#footerwrapper .footer .left .line{
	display:inline-block;
}

#footerwrapper .footer a {
	color:#4A3845; 
	text-decoration:none;
}

.dn-clear {
	clear:both;
}

.dn-spacer{
	clear:both;
	height:10px;
}

#footerwrapper .logo{
	float:left;
	 
	margin: -50px 0 0 0;
    background: #fff;
    
}

#footerwrapper .fa{
	    color: #E5B594;
		margin:0 5px 0 20px;
}

#footerwrapper .right{
	float:right;
	width:45%;
	text-align:right;
}

#footerwrapper li{
	display:inline;
	padding:0 20px 0 0;
}

#footerwrapper li a{
	text-decoration:none;
	font-size:13px;
	color:#4A3845;
}

#footerwrapper li a:hover{
	color:#E5B594;
}

.copy{
	letter-spacing:3px;
	text-transform:uppercase;
	font-size:12px;
	padding:10px 0;
}


.copy .left{
	float:left;
}


.copy a {
	color: #4A3845;
	text-decoration:none;
	display:inline-block;
}

.copy .right{
	float:right;
	text-align:right;
}

