fhow:root {
    --red: #ee3524;/*--red*/
    --red-orange-fade: rgba(240, 76, 36, 0.2);/*red-orange-fade*/
    --red-orange: #f04c24;/*--red-orange*/
    --yellow: #ffc40c;/*--yellow*/
    --teal: #007d79;/*--teal*/
    --teal-fade: rgba(0,125,121,.5);/*teal-fade*/
    --nav: #000;/*--nav*/
    --black-fade: rgba(0, 0, 0, 0.2);/*black-fade*/
    --white: #fff;/*--white*/
    --teal-dark: #006461;/*teal-dark*/
    --magenta: #db088c;/*--magenta*/
    --navy: #004a9b;/*--navy*/
    --schoolbus: #fece4f;/*--schoolbus*/
    --cream: #ffefbb;/*--cream*/
    --peach: #f6bc89;/*--peach*/
    --purple: #7f3283; /*--purple*/
    --shmorg-blue: #023471; /*--shmorg-blue*/
    --shmorg-orange: #f47621; /*shmorg-orange*/
}
*{
	font-family: arial, sans-serif;
}

* {
    font-family: schoolbook, serif;
}
/*general*/
.container-fluid.auction-body{
   padding-right:0;
    padding-left:0;
}
.error {
    Color:red;
}
input, .form-control{
    border-radius: 0;
}
.btn{
    border-radius: 0;
}
.btn-primary{
    background:linear-gradient(45deg, #ec4c3a, #ec4c3a);
    border-color:#ec4c3a;/*teal-dark*/
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background: #ec4c3a;
    border-color: #ec4c3a;
}
.btn-danger{
    background:linear-gradient(135deg, #ea4c3b, #ec4c3a);
    border-color: #ec4c3a;
    color:#fff!important;
    font-weight: bold;
    font-style: italic;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active{
    background: #d01b0b;/*--red*/
    border-color: #d01b0b;
}
/*text*/
a{
    /*color:#006461;teal-dark*/
	     color: #fcb12f;
    /* background-color: #000;
    padding: 3px 5px;
   display: inline-block;*/
}
a:hover{
	color:/*#007d79;--teal*/#f9c66d;
}
h1{
    font-family:schoolbook, serif;
    font-weight:700;
    font-size:5rem;
    text-transform: uppercase;
    /*color:#f04c24;--red-orange*/
    line-height:1;
}
h2{
    font-family:schoolbook, serif;
    font-weight:700;
    font-size:1.5rem;
    margin-top:1.25rem;
    text-transform: uppercase;
}
h3{
    font-family:schoolbook, serif;
    font-size:1.5rem;
    margin-top:3rem;
    margin-bottom:2rem;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}
h4{
    font-family: schoolbook, serif;
    font-size:1.2rem;
    letter-spacing: .5px;
}
h5{
    font-family:schoolbook, serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size:1.5rem;
}
@media (max-width:767px) {
    h1{
        font-size:2.5rem;
        margin-bottom:0;
        text-align: right;
        margin-top:.25rem;
    }
    h2{
        font-size: 1.25rem;
        margin-top:0;
        text-align:right;
    }
}


.form-control {
	background-clip: inherit;
    color: #989898;
font-style: italic;}


/*top nav*/
.navbar{z-index: 99;}
#nav{
    position:fixed;
    z-index:100;
    color:#000;/*--nav*/
    background-color:transparent;
}

.navbar-light{background-color: #231f20;}
.navbar-light .navbar-brand { color: #fff;}
.nav-callout{
    background-color:#ee3524;/*--red*/
}

.gimmeNav img{
    width: 3.5%;
    position: absolute;
    z-index: 999;
    padding-top: 0;
    margin-top: -1.2%;
    margin-left: -3%;}


.gimmeHand{position: absolute;
    z-index: 999;
top: -16px;
left: -8px;}

		.gimmeHand:before {
			z-index: 2;
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 80px solid #fcb12f;
    border-right: 80px solid #21252900;
    width: 0;
}

.gimmeHand img{position: relative;  z-index: 3;}


		
	/*	.gimmeHandCorner:before {
			z-index: 2;
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 80px solid #fcb12f;
    border-right: 80px solid #21252900;
    width: 0;
}*/

.nav-callout h2{
    font-size:1.2rem;
    font-weight: normal;
    font-style: italic;
    letter-spacing: .5px;
    padding-top:.25rem;
    padding-bottom:.25rem;
}
.nav-callout a{
    color:#fff;
}
.nav-callout a:hover{
    text-decoration: none;
    color:#000;/*--nav*/
}
.navbar-brand {
    font-family: schoolbook, serif;
    font-weight: 700;
    font-size: 1.65rem;
    color: #fff;
    letter-spacing: 4px;
    font-style: italic;
    padding: .8rem 0;
margin-left: 22%;
}

.nav-link{
    font-family: schoolbook, serif;
    text-transform: uppercase;
    font-weight: 400;
    color:/*#000*/#fcb12f!important;/*--nav*/
    padding-right:.7rem!important;
    padding-left:.7rem!important;
	letter-spacing: 2px;
    font-size: 0.95em;
}

.nav-link span{
    font-family: inherit;
}

.nav_check:focus, .nav_check:active, .nav_check:hover{
    color:inherit;
    text-decoration: none;
}
.navbar-collapse.show < #nav {
    background-color:#fff;
}
@media (min-width:893px) {
	.navbar-brand {
    position: absolute;
		left:3%;
		margin-left:0;
		
}
}

@media (max-width:991px) {
    .navbar-brand{
        font-size:1.65rem;
        margin-left: 2%;
		position: static;
    }
	
	.gimmeHand{position:inherit;}
	#cart-xs {
		
		padding:0.8rem 0 ;margin:0; color:white;
	} 
}


@media (max-width:767px) {
    .navbar-nav{
        padding-left:1rem;
    }
    
    .navbar .cart{
        margin-left:-15px;
        font-size:15px;
    }
    .navbar-toggler{
        border:none;
        padding:0 .5rem 0 0;
    }
	
	li.cart {
		list-style: none;
		
	}
}
@media (max-width: 565px) {
    .nav-callout h2{
        font-size:1rem;
    }
	
	.navbar-brand {
        font-size: 1.5rem;
        margin-left: 2%;
		position: static;
    }
	
	.navbar{
	padding: .5rem 0.4rem;}
	
	.gimmeHand{position:relative;
    z-index: 999;}
}
@media (min-width: 1200px) {
    .navbar-expand-md .container{
        max-width:90%;
    }

}
/*page headers*/
.page-header{
    height:300px;
    border-radius:0;
    top:0;
    padding:1rem 2rem 0;
    /*border-bottom: solid white medium;
    background-color: rgba(240, 76, 36, 0.2);red-orange-fade*/
}
.page-header-inner{
    position:relative;
    height:100%;
}

.header-img-outer{
    z-index:1;
    position: absolute;
    top:2rem;
    bottom:0;
    overflow: hidden;
    left:1rem;
}
.header-img{
    top:-3rem;
    min-width:100%;
    max-width: 100%;
    position: relative;
}
.only5-img-outer{
    position: absolute;
    bottom: -1.5rem;
    right: 0;
    height: 200px;
}
.only5-img{
    width: auto;
    height: 100%;
}
@media (max-width:991px) {
    .header-img{
        top:unset;
    }
}
@media (max-width:767px) {
    .page-header-inner{
        padding:0;
    }
    .header-img-outer{
        top:5.5rem;
        left:0;
    }
    .header-img{
        top:0;
        bottom:0;
        height:auto;
        width:100%;
        position: absolute;
        margin-left:.5rem;
        right:.5rem;
    }
    .only5-img-outer{
        height:125px;
    }
    .page-header-border{
        height:250px;
        margin:0;
        padding:0;
    }
}

@media (max-width:551px) {

.page-header{
	height:230px;}
	
	
		
	#modal250 .modal-content {
    width: 90%;
	left: 3%;}
	
}



/*footer*/

footer{
    z-index: 100;
    position: sticky;
    height:450px;
    border-top:thin solid #eee;
	font-family: schoolbook, serif;
}
.footer-inner{
    width:100%;
    position:absolute;
    background-color: #231f20;
	/*background-color:white;*/
    z-index:99;
	color: #fff;
}
.footer-connect {margin-bottom:2em; padding-top:4em;}
footer h4{
    text-align: center;
    padding-bottom: 1rem;
	font-family: schoolbook, serif;
}
.footer-p-text {
    font-style: italic;
    padding: .5rem 0 1rem;
    margin-bottom: 0;
}
.nav-link:hover, .nav-link:focus, .nav-link:active{
    color:#222;
}
.join-input, .footer-join .col-3{
    padding:0 6px;
}
footer ul#footer-links {
    list-style-type: none;
    text-align: center;
}
.footer-contact h5{
    font-weight: bold;
    text-align: center;
    font-size:2rem;
	font-style: italic;
}


#footer a, #footer i{
	color:#fff;
}

.footer-whatsapp{
    text-align: center;
    line-height: 1.25;
    padding-top:.5rem;
    letter-spacing: 1px;
    padding-bottom: 0;
}
.footer-whatsapp a{
    color:#f04c24;/*--red-orange*/
    font-weight: bold;
}
footer .nav-link{
    text-transform: none;
	color: #fff;
}
#social .nav-link{
	color: #fff;
    padding:0 1rem;
}
@media (min-width:768px) and (max-width:991px) {
    footer{
        height: 500px;
    }
    footer .join-input{
        padding-left:0;
    }
}

@media (max-width:991px) {
.footer-contact h5 {
    font-size: 1.4rem;
}
}

@media (max-width:767px) {
    footer{
        height:auto;
    }

    ul#footer-links {
        text-align: center;
    }
    footer .follow{
        padding-top:3rem;
        padding-bottom: 3rem;
    }
}
/*deadline banners*/


.early-bird-banner{
	background-image: url("../img/2021/eb_bg_top.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 70px;
    position: relative;
    z-index: 3;

}


.early-bird-banner h2, .early-bird-banner a {color: #000; letter-spacing: 0.5px;
    line-height: 23px;font-style: italic;}


@media (max-width:1200px) {


    .early-bird-banner h2, .early-bird-banner h2 span{
        font-size:1.25rem!important;
    }
}
@media (max-width:575px) {
	.early-bird-banner h2, .early-bird-banner h2 span{
		font-size:.8rem!important;
	}
}
/*oorahthon page*/

.oorahthon .navbar, .survey .navbar{
    background-color:#fff;
}
.oorahthon-page{
    background-image: url(../img/2020/oorahthon-background-survey.jpg);
    background-size: contain;
    background-position: center 34px;
    background-color: #000;
    padding-top: 88px;
    padding-bottom:2rem;
}
h1.oorahthon-text{
    margin-top: 1rem;
    font-size: 4rem;
    color: #5cc7d7;
    text-shadow: -10px -5px 0px rgba(92, 199, 215, 0.35);
    font-weight: normal;
    z-index: 99;
    position: relative;
}
.oorahthon-img{
    margin-top: -6.5rem;
    z-index: 98;
    position: relative;
}
.oorahthon-box{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0,0,0,.5);
}
.oorahthon-play-outer .col-lg-8{
    padding-left:0;
}
.oorahthon-box-bottom h2.oorahthon-text{
    color: #5cc7d7;
}
.oorahthon-features h2{
    font-family: atrament-web, sans-serif;
    text-align: center;
    font-weight: normal;
    font-size: 3.5rem;
    color: #5cc7d7;
    text-transform: uppercase;
    padding-bottom: 1rem;
    letter-spacing: 1.5px;
    text-shadow: -10px -5px 0px rgba(92, 199, 215, 0.3);
}
.oorahthon-features h4{
    font-size: 2.2rem;
    font-family: atrament-web, sans-serif;
    font-style: italic;
    line-height: 1;
    padding-bottom: 1rem;
    letter-spacing: 1px;
}
.oorahthon-features a{
    font-family: atrament-web, sans-serif;
    color: #5cc7d7;
    text-decoration: underline;
}
.oorahthon-features-color{
    color: #ed1c24;
    font-family: inherit;
}
.oorahthon-details{
    font-size: 1.5rem;
    font-family: acumin-pro-condensed, sans-serif;

}
.oorahthon-details .oorahthon-features-color{
    color:#5cc7d7;
}
.oorahthon-win {
    color: #ed1c24;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: atrament-web, sans-serif;
    letter-spacing: 1px;
    text-shadow: -10px -5px 0px rgba(237, 28, 36, 0.4);
}
.oorahthon-box p{
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 1rem 1.5rem 0;
    margin-bottom:0;
}
.oorahthon-enter{
    text-transform: uppercase;
    font-family: atrament-web, sans-serif;
    background: transparent;
    color: #fff!important;
    margin-top: 0;
    margin-bottom: 0;
    border: white solid thick;
    letter-spacing: 1px;
    font-size:2.5rem;
}
.oorahthon-enter.poll-button{
    margin-bottom:1rem;
}
.oorahthon-box-bottom{
    background-color: rgba(0,0,0,.7);
    color: #fff!important;
    margin-top:2rem;
    padding:1rem;
}
.oorahthon-box-bottom h3{
    margin-top:0;
}
@media(max-width: 991px) {
    h1.oorahthon-text{
        font-size:3.2rem;
    }
    .oorahthon-img{
        margin-top: -5rem;
        padding:0;
    }
    .oorahthon-box{
        height: auto;
        position: relative;
        padding: .5rem;
        margin-top:1rem;
    }
    .oorahthon-play-outer, .oorahthon-play-outer div, .oorahthon-box-bottom{
        padding-right:0;
        padding-left:0;
    }
}
@media(max-width:767px) {
    h1.oorahthon-text{
        font-size:2rem;
    }
    .oorahthon-img{
        margin-top: -4.5rem;
        padding:0;
    }

    .oorahthon-enter{
        letter-spacing: 1px;
        font-size:2rem;
    }
    .oorahthon-features h2{
        font-size:3rem;
    }

}
/*prize page*/

#contain-scroll{height: 670px; overflow-y: hidden;}
		
		@media (max-width:480px) {
			#contain-scroll{height: 250px;}
			
		}



.page-header.prizes-header{
    padding-top:165px;
    border-top:10px solid white;
    height:465px;
}
.page-header-border.prizes-header-border{
    border-color: #f04c24;/*--red-orange*/
}
.prizes-header h1 a, .prizes-header h1 a:hover, .prizes-header h1 a:focus, .prizes-header h1 a:active{
    color:inherit;
    text-decoration: inherit;
    font-family:inherit;
}

.prizes-header-text h1 {
    font-family: schoolbook, serif;
    font-weight: 700;
    font-size: 4rem;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    background-color: #000;
    display: inline;
    padding: 0px 11px 0px 10px;
}
		
	.prizes-header-text	h2 {
    font-family: schoolbook, serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 1.25rem;
		font-style: italic;
        background-color: #fff;
    display: inline-block;
    padding: 3px 3px;
		margin-left: -10px;}

.only5hdr{
    position: absolute;
    z-index: 999;
	width: 65%;
    left: 50%;
    margin-left: -32.5%;
top:19%;text-align: center;}

 .only5hdr h4{font-size: 2.2em;letter-spacing: 2.5px;font-weight: 700;}
.only5hdr h1{text-align: center; font-size: 4.5em; letter-spacing: -1px;line-height: 0.85em;background-color: rgba(255,255,255,.5);
    padding: 12px; margin: 0 20% 1%; display: block;}
.only5hdr a{
	color:inherit;
}
.only5hdr a:hover, .only5hdr a:focus, .only5hdr a:active{
	color:#fcb12e;
}
.how h3{
    margin-top:2rem;
    margin-bottom: 0rem;
	   /* border: 0px solid #000;
	    border-bottom: 2px #9ba0a2 dotted;*/
	font-size: 2.1em;
	/*position: relative;
	z-index: 999;*/
}
.prize-section{
    position: relative;
}

.how-box{
    display:grid;
    margin-top:.8rem;
    /*border-radius: 50%;*/
    position: relative;
    /*width: 100%;
    padding-bottom: 100%;*/
	    margin-bottom: 15px;
	margin-right: 15px;
	height: 250px;
}

.how-box:last-child{margin-right: 0;}

.how-box:hover{
    cursor: pointer;
}
.how-box-inner{
    position:relative/*absolute*/;
}

.donate5 {
    /*background-color: #8da864;*/
	color:#8da864;
}
		
	.how-box.donate5-outer {
    /* border: solid 0px rgba(240, 76, 36, 0.3); */
    background-color: #8ea863;
		margin-right:14px;
}
	.donate50 {
    /*background-color: #32aec1;*/
		color: #fcb12e;
}
		
	.how-box.donate50-outer {
    /* border: solid 0px rgba(240, 76, 36, 0.3); */
    background-color: #fcb12e;
		margin-right:14px;
		margin-left:14px;
}

.donate100 {
    /*background-color: #fcb12e;*/
	color:#32aec1;
}
		
	.how-box.donate100-outer {
    /* border: solid 0px rgba(240, 76, 36, 0.3);*/ 
    background-color: #39aec1;
		margin-right:14px;
}



.donate250 {
			/*background-color: #ec4c3a;*/color:#ec4c3a;}
		
		.how-box.donate250-outer{border: 0px;
   background-color: #ea4c3b;margin-right:14px;}


.how-box.donate100-outer:hover, .how-box.donate50-outer:hover, .how-box.donate5-outer:hover, .how-box.donate250-outer:hover{
transform: scale(1.1, 1.1);
    transition: 1s;
    box-shadow: 0 0 3px #8a8888;
z-index: 99;}


.how-donate{
    padding:1px 0 ;
    position: relative;
    margin: 0rem;
       margin: 0 0 15px;
    background-color: #000 !important
}
.how-box h5{
    text-align: center;
    font-size: 1.3rem;
    padding:0;
    color:#fff;
    line-height: 1;
	        margin: 15px 0 7px;
	    letter-spacing: 2px;
    font-weight: 700;

}
.how-box h5 span{
    font-size:2.25rem;
    font-weight:bold;
    font-family: inherit;
	color: #fff;
	
}
.how-box h4 {
    font-weight: bold;
    text-align: center;
    font-family: schoolbook, serif;
    /*font-size: 1.5rem;
     background-color: #000; */
    color: #000;
    padding: 0;
    display: block;
    margin-top: 10px;
}

    .how-box h4 span{font-size: 0.6em;
vertical-align: middle;}

/*.how .donate5-outer p{
    font-size:1rem;
}

.how-box p span{
    font-size:5.5rem;
    font-weight:bold;
    font-family: inherit;
	font-style: italic;
	line-height: 5.2rem;
	
}*/

.donate5 h5 span{
    color:#8ea863;/*#8EA863;*/
}
.donate50 h5 span{
    color:#fcb12e;/*#fcb12e;*/
}
.donate100 h5 span{
    color:#39aec1;/* #39AEC1;*/
}
.donate250 h5 span{
    color:#ea4c3b;/* #ea4c3b;*/
}


.donate5 h5{
    color:#8ea863;/*#8EA863;*/
}
.donate50 h5{
    color:#fcb12e;/*#fcb12e;*/
}
.donate100 h5{
    color:#39aec1;/* #39AEC1;*/
}
.donate250 h5{
    color:#ea4c3b;/* #ea4c3b;*/
}

.tickets {
    padding: 0rem 1rem .5rem;
   /*background-color: rgba(255,255,255,.5);*/
			min-height: 170px;}
.tickets h4{font-size: 5rem; margin-top: 0; font-style: italic;margin-bottom: 0;}
#modalQuickpick .tickets h4{font-size: 1.7rem;}

#modal250 .tickets h4 {font-size: 1.7rem;}

.modal-body .how-box{
	height:auto;
}


.how{/*background-color: #f1f3f4;*/ margin-top: -14%;    background-color: rgba(255,255,255,.5); z-index: 2; position: relative;}
.how p{
    text-align: center;
    font-size:1.2rem;
	line-height: 1.1em;
	color:#000;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom: 3px;
	margin-top: -8.5px;
}

.how p span{text-transform: uppercase; font-size: 0.9em;}

.how .col-12 {
    padding: 0;
}
.triple-all, .triple-choose{
    background-color: #fece4f;/*--schoolbus*/
    height: 100%;
    padding:.25rem;
    line-height: 1.25;
    font-size:1rem!important;

}
#modalB4Checkout .modal-dialog{
    max-width:fit-content;
}
#modalB4Checkout h3{
    padding:0 1rem;
    line-height: 1.5;
}
#modalB4Checkout h3 span{
    font-family: schoolbook, serif;
    color:#007d79;
}
.quick .modal-header, #modalB4Checkout .modal-header{
    display: block;
}
.quick .modal-dialog{
    max-width:1000px;
    margin:3rem auto;
}
.quick .modal-body{
    padding-bottom: 2rem;
}
.quick .tickets{
    min-height:111px;
}
.quick .how-box{
    margin-top:1rem;
}
a.modalcheckout,
a.modalcheckout:hover,
a.modalcheckout:focus,
a.modalcheckout:active{
    color:inherit;
    text-decoration: none;
}
.pretext {
    font-weight: bold;
    color: #000000;
    font-size: 2.2rem;
    font-family: 'schoolbook', serif;
    /*text-transform: uppercase;*/
    font-style: italic;
    /*border: 2px solid #000;*/
			padding: 5px 20px 3px;
   display: inline-block;}

.pretext-outer{
    /*margin-top:5rem;
     margin-bottom: 1rem; */
    background-color: #fff;
    position: relative;
    z-index: 2;
	text-align: center;
}


@media (max-width:892px) {
		.how-box.donate50-outer {
    margin-left:0;
}
}

@media (max-width:480px) {
	
	.navbar-brand {
	font-size: 1rem; letter-spacing: 1px; }
.only5hdr{   position: absolute;
    z-index: 999;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 25%;
	 text-align: center;}
	
 .only5hdr h4{font-size: 1.2em;letter-spacing: 2.5px;font-weight: 700;}
.only5hdr h1{text-align: center; font-size: 2.5em; letter-spacing: -1px;line-height: 0.85em; margin: 0;}	
	.how h3{font-size: 1.5em;}
	
		.how{/*background-color: #f1f3f4;*/ margin-top: 0;}
	
	.how-box {
    margin-right: 0px;
	}
	
	.how-box.donate5-outer, .how-box.donate100-outer,
	.how-box.donate250-outer{margin-right: 0;}
	.how-box.donate50-outer{margin-right: 0; margin-left: 0;}
	
}


@media (max-width:320px) {
	
	.navbar-brand {
	font-size: .85rem; letter-spacing: -0.5px; }
}


.prize-section{background-color: #fff;}

.portfolio{
    padding-top:1rem;
}
.portfolio ul{
    list-style: none;
    padding:0 15px;
}
.portfolio-item{
    margin-bottom:2rem;
    padding:.5rem .5rem 0;
}
.portfolio-item.active{
    padding:0;
}
.portfolio-item-inner{
    padding:.5rem .5rem /*0*/;
	background-color: #06060608;
}

.portfolio-caption h4 span {color: #000;}

		
		

.portfolio-item.active .portfolio-item-inner {
			border: thick solid #000;}


.portfolio-link img{
    width:100%;
    height:auto;
}

.prize-quantity input,
textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
    width: 33.3333%;
}
.prize-quantity input[type="number"] {
    -moz-appearance: textfield;
}
.prize-quantity input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.prize-quantity input::-webkit-outer-spin-button,
.prize-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.prize-quantity {
    clear: both;
    position: relative;
    width:auto;
    z-index: 6;
    margin-top: /*-1.5rem*/0.5rem;
    margin-bottom: 0.3rem;
    border: 1px solid #b9b8b8;
}

.prize-quantity input[type='button'] {
    background-color: #eeeeee;
    transition: all 300ms ease;
}

.prize-quantity .button-minus,
.prize-quantity .button-plus {
    font-weight: bold;
    height: 38px;
    padding: 0;
    position: relative;
    font-size:15px;
}

.prize-quantity .quantity-field {
    position: relative;
    height: 38px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    resize: vertical;
    border-left: 1px solid #b9b8b8;
    border-right: 1px solid #b9b8b8;
	border-top:0;
	border-bottom: 0;
}

.prize-quantity .button-plus {
    vertical-align: top;
}
.prize-quantity .button-minus {
}


.portfolio-caption h4 {
    font-family: schoolbook, serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    display: inline;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .3px;
    color: /*#ffffff*/#fcb12e;
    /*background-color: #000;*/
	padding: 3px 3px 0px 3px;}

.portfolio-item i.fa-heart{
    float:right;
    padding-top:.5rem;
    cursor: pointer;

}
.portfolio-item i.fas{
    color:#ea4c3b;
}
.prize-value{
    font-size:.9rem;
    margin-bottom: .5rem;
    line-height: 1;
    font-style: italic;
}
.prize-bottom-checkout{
    font-weight:bold;
    padding-bottom: 3rem;
}
.portfolio-sidebar{
    min-height:calc(100vh - 90px);
    overflow: hidden;
    z-index: 2;
    right:0;
    top:92px;
    overflow-y:scroll;
    position:sticky;
}
.portfolio-sidebar.sidebar-fixed-bottom{
    bottom: 450px;
    top:auto;
}
#prize-carousel {
    min-height: 100%;
    background-color: #000;
    float: right;
    position: absolute;
    right: 0;
    max-width: /*550px*/100%;
				width: 100%;
}
.portfolio-sidebar .carousel-controls {
    top: 0;
    height: 50px;
    position: relative;
			background-color: rgb(255 255 255 / 17%);}
		
		.portfolio-sidebar .carousel-control-next {
    border-left: .25px solid rgb(109 109 109);
			left: 50%;}
.portfolio-sidebar .carousel-control-next, .portfolio-sidebar .carousel-control-prev{
    position:absolute;
    opacity:.8;
    width:50%;
}

.portfolio-sidebar .carousel-control-next-icon, .portfolio-sidebar .carousel-control-prev-icon{
    background-image: none;
}
.portfolio-sidebar .carousel-caption{
    position:static;
    text-align: left;
    padding-left:1.5rem;
    padding-right:1.5rem;
}
.carousel-caption.feature-person{
    padding-top:.5rem;
    padding-bottom:0;
    font-style:italic;
    font-size:14px;
}
.portfolio-sidebar img{
    width:100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.add-to-cart{
    background-color: #ffffff33;
    color: #fff;
    padding: .5rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    font-size:.9rem;
    margin-bottom:.5rem;
}
.add-to-cart input{
    width:38px;
}
.add-to-cart .prize-quantity{
    display: inline-flex;
    margin:0
}
.add-to-cart .prize-quantity .quantity-field{
    margin-bottom: 0;
}
.prize-chosen{
    background-color:#8da864;
    color:#fff;
}
.wishlist-add{
    font-style: italic;
    color:white;
}
.wishlist-add a, a.wishlist-add{
    cursor: pointer;
    color:white;
    text-decoration: underline!important;
}
.wishlist-add a:hover{
    color:#eee;
}
.calculatorString{
    font-size:18px;
    text-transform: inherit;
    font-style: italic;
}
.value{
    font-size:14px;
    margin-bottom: 0;
}
.cart_mssg{
    color: #fff;
    padding: 15px;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.83);
    top: 0;
    right: 0;
    z-index: 2000;
    width: 40%;
    margin-top: 75px;
    font-size: 16px;
}

.cart_mssg a{
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 1px;
}
.cart_mssg p{
    font-style: italic;
    font-size:18px;
    letter-spacing: .5px;
}
#successMssg{
    margin-bottom:1.5rem;
}
.mssg_total, .mssg_total span{
    font-weight: bold;
    margin-bottom: .25rem;
}

/*prizes media queries*/
@media (min-width:768px) {
    .portfolio{
        max-width:540px;
    }
	.cart_mssg{
        margin-top: 66px;
    }
    .calculatorString-mobile{
        display: none!important;
    }
}
@media (min-width:992px) {
    .portfolio{
        max-width:750px;
    }
}
@media (min-width:1200px) {
    .portfolio{
        max-width:900px;
    }
}
@media (min-width:1800px) {
    .portfolio{
        max-width:1100px;
    }
}

@media (max-width:1199px) {
    .last-chance-banner{
        padding:7rem 0 1rem;
    }
    .portfolio-caption h4{
        font-size:.85rem;
    }
    .tickets{
        min-height:205px;
    }
}
@media (max-width:991px) {
    .tickets{
        min-height: 155px;
    }
    .quick .tickets{
        min-height:135px;
    }
    .package-img-group img{
        padding:1rem .25rem 0;
    }
    .portfolio-caption h4{
        font-size:1rem;
    }
}
@media (max-width:767px) {
    .last-chance-banner{
        padding:8rem 0 .5rem;
    }
    .tickets{
        min-height: auto;
    }
    .quick .tickets{
        min-height:168px;
    }
    .quick h2{
        margin-top:2rem;
    }
    .portfolio-link img{
        padding-bottom:.5rem;
    }
    .portfolio-item-inner input{
        bottom:0/*1.25rem*/;
    }
    .portfolio-img-overlay{
        height:90%;
        width:94%;
        top:10px;
        left:3%;
        background-color:#fff;
        position:absolute;
        background:linear-gradient(-140deg, white 20%, rgba(255,255,255,.5) 40%, rgba(255,255,255,0) 45%, transparent);
    }
    .portfolio-caption{
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
        text-align: right;
        left:1rem;
    }
    .portfolio-caption h4{
        font-size: 1rem;
        /*color: #007d79;--teal*/
        line-height: 1;
		letter-spacing: 1px;
    }
    .portfolio-caption .prize-value{
        line-height: 1.5;
        font-size: 1.1rem;
        margin-bottom: 0;
    }
    .portfolio-caption .more-details{
        text-decoration: underline;
        font-size:.9rem;
    }
    .portfolio-item i.fa-heart{
        position: absolute;
        z-index: 5;
        bottom: 1.7rem;
        right: .3rem;
        margin-right: 1rem;
        /*background-color: #007d79;--teal*/
        border-radius: 50%;
        /*padding: .2rem;*/
        color: #000;
        padding: 5px 4px 3px;
    }

    .portfolio-sidebar.prize-carousel-mobile{
        display: block;
        position: fixed;
        width:98%;
        height:fit-content;
        top:20%;
        min-height: 60%;
        left:1%;
        z-index: 100;
    }
    .prize-carousel-mobile #prize-carousel{
        max-width:100%;
    }
    .prize-carousel-mobile img{
        display: none!important;
    }
    .carousel-control-prev, .carousel-control-next{
        display: none;
    }
    .carousel-control-close{
        color: rgba(255,255,255,.9);
        display: block;
        text-align: right;
        right: 1rem;
        position: absolute;
    }
    .carousel-control-close-icon{
        margin-top:.75rem;
        display: table;
		z-index: 1000;
    }
    .cart_mssg{
        margin-top:75px;
        right:10%;
        width:80%;
    }

    .calculatorString-mobile{
        bottom:0;
        width:100%;
        background-color:#007d79;/*--teal*/
        color:white;
        position: fixed;
        margin:0;
        padding:.5rem;
        z-index: 7;
        display: none;
        font-size:14px;
        line-height: 1.25;
    }
}
@media (max-width:575px) {
    .last-chance-banner{
        padding:7rem 1rem 1rem;
    }
    .portfolio-caption h4{
        font-size:1.3rem;
    }
    .portfolio-caption .prize-value{
        font-size: 1.3rem;
    }
    .portfolio-caption .more-details{
        font-size:1rem;
    }
	.portfolio-item i.fa-heart {
    bottom: 1.5rem;
	padding: 10px 7px 5px;}
	.portfolio-caption h4 {
		color: #fcb12e;}
	.tickets, .quick .tickets{
        min-height:auto;
    }
}
	

@media (max-width:471px) {
    .last-chance-banner{
        padding:9rem 1rem 1rem;
    }
}
@media (max-width:386px) {
    .last-chance-banner{
        padding:11rem 1rem 1rem;
    }
}
@media (max-width:343px) {
    .last-chance-banner{
        padding:13rem 1rem 1rem;
    }
}


/*checkout*/

.borderHdr{border-bottom: 2px dotted #b1afaf;}
		.borderHdr h1{font-size: 4rem;}
		.borRight{border-right: 2px dotted #b1afaf;}

.auction-body.cart{
    padding-top:3rem;
    padding-bottom:3rem;
}
.cart .form-control{
    margin-bottom:1rem;
}
.cart .form-group.row{
    padding:0 15px;
}
.cart h3{
    margin-top:1rem;
}
#paymentText{
    text-align: center;
}
.cart .card-header{
    background-color: #000;/*--teal*/
}
.cart .card-header .btn-link{
    font-family: inherit;
    /*text-transform: ;*/
    font-weight: inherit;
    color: #fff;
    font-size: 1.75rem;
    letter-spacing: inherit;
    text-align: left;
	font-style: italic;
}
.cart .card-body{
    padding:0/*2rem*/;
}
.checkout-step{
    font-size:1.5rem;
    font-family: inherit;
}
.cart .card-header .btn-link:hover,.cart .card-header .btn-link:focus,.cart .card-header .btn-link:active{
    text-decoration: none;
    /*color:#eee;*/
    color:#ccc;
}
.benefit-check-checkout{
    list-style: none;
    font-size:1.2rem;
}
#noneincart{
    padding-top:2rem;
    padding-bottom:2rem;
}
.cartright .row{
    padding-left:15px;
    padding-right:15px;
}
.checkout_prizes{
    background-color: rgba(39, 38, 38, 0.08);
    padding: 5px 1em;
}

.checkout_prizes .table td{
    padding: .75rem 0;
}

.checkout-buttons{
    padding-right:5px;
    padding-left:5px;
}
.wrdContinue{
    background:white!important;
    color:#ec4d3b!important;
}
.wrdCheckout, .wrdContinue{
    margin-bottom: 20px;
}
.checkoutcaption{
    padding-top:10px;
    padding-left:0;
    font-weight:bold;
}
.checkoutName, .times_2{
    vertical-align: middle!important;
    line-height:1;
}
#checkout .text-danger{
    color:var(--orange-dark)!important;
}
.total_dvdr{
    padding:0 1rem 0 0;
    border-right:#666 1px solid;
}
.plus{
    margin:1rem 0 .5rem;
    padding-left:0;
}
#additionWords{
    font-style: italic;
}
#zoid-paypal-button-f7a2c7fb9b > .zoid-outlet > iframe.zoid-component-frame{
    z-index:1!important;
}
#gottxt, #amttochargetxt{
    font-weight:bold;
}
.number-prizes {
    width: 30%;
}
.upsell-link{
    font-weight: bold;
    color:#000; /*teal-dark*/
    text-align: center;
    margin-bottom: 2.5rem;
}
.upsell-link a{
    cursor: pointer;
    margin-top:.8rem;
    margin-bottom: 1rem;
}
.checkout-modal{
    margin-top:3rem;
}
.checkout-modal .modal-dialog{
    max-width:1100px;
    width:90%;
    margin:auto;
}
.checkout-modal .modal-header{
    display: block;
    border-bottom: thin solid #eee;
}
h3.modal-title{
    padding:15px;
    color:#f04c24;/*--red-orange*/
    font-family: schoolbook, serif;
    margin-top:.5rem;
}
p.modal-title{
    padding:0 15px 15px;
}
.modal-header .btn-block,
.modal-footer .btn-block{
    width:auto;
    margin-right:auto;
    margin-left:auto;
}
h2.counter{
    text-align: center;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.checkout-modal .modal-body{
    padding:2rem 2rem 1rem;
}
.upsell-prize{
    padding: .5rem;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.upsell-prize .prize-quantity{
    margin-top:.5rem;
    display: inline-flex;
}
.upsell-prize .prize-quantity input{
    width:30px;
    height:30px;
    padding:5px;
}
.upsell-prize .portfolio-caption{
    top: auto;
    left: auto;
    right: auto;
    position: static;
    text-align: left;
    padding-top:5px;
}
.checkout-modal .portfolio-caption h4{
    font-size:initial;
    color:#007d79;/*--teal*/
}
.checkout-modal .modal-footer{
    display:block;
}
.checkout-modal .modal-footer .btn{
    margin:auto;
}
#collapseTwo{
		padding-top:1rem;
	}
@media (max-width:767px) {
    .wrdContinue, .wrdCheckout{
        margin-bottom: 20px;
    }
    .cart .card-header h5{
        text-align: left;
    }
    .cart .card-header .btn-link{
        font-size: 1.4rem;
        text-align: left;
    }
    .checkout-step{
        font-size:inherit;
    }
	.checkoutupsell {
	padding-left:0;
}
}
@media (max-width:575px) {
	.cart .card-body{
		padding:2rem;
	}
	
    .cart .card-header{
        padding:.5rem;
    }
    .cart .card-header .btn-link{
        font-size: 0.75em;
        padding:.375rem 0rem;
    }
    .checkout-modal{
        margin-top:1rem;
        margin-bottom: 1rem;
    }
    .cart_mssg p{
        font-style: italic;
        font-size:16px;
        letter-spacing: 0px;
    }
}
@media (min-width:768px) {
    #checkout .cart_mssg{
        width:50%;
        left:25%;
        right:25%;
        top:10%;
        font-size:1.75rem;
    }
    #checkout .cart_mssg p{
        font-style: normal;
    }
}


.checkout-header{
	/*background-image:url("../img/2021/virtual_kiruv.jpg");*/
	background-repeat: no-repeat;
	height: 160px;
    padding-top: 105px;
    background-color: #ea4c3b;
	margin-top: 3em;}
.checkout-header h1{color: #fff; font-size: 3em; text-transform: inherit;}

.checkout-header h2{font-size: 2.1rem;
    margin-top: 0;
   text-transform:inherit;
    font-style: italic;
color: #ea4c3b;
}


/*wishlist*/



.wishlist-header{
	/*background-image:url("../img/2021/virtual_kiruv.jpg");*/
	background-repeat: no-repeat;
	height: 160px;
    padding-top: 105px;
    background-color: #8ea863;
	margin-top: 3em;
}

.wishlist-header h1{color: #fff; font-size: 4rem; text-transform: inherit;}

.wishlist-header h2{font-size: 2.1rem;
    margin-top: 0;
   text-transform:inherit;
    font-style: italic;
color: #8ea863;}


.gimme5-img1 img{
    position: relative;
    margin-top: -14px;}

.gimme5-img2 img{
    margin-top: -160px;
    left: 66px;
position: relative;}


@media (max-width:769px) {
	.gimme5-img1 img{
    margin-top: -7px;}
	
}



.wishlist .card-body{
    min-height:90px;
}
.wishlist .card{
    margin-right:0;
    margin-left:0;
}
.wishlist .card, .wishlist .card .card-img-top{
    border-radius: 0;
}
.wishlist .card-img-outer{
    overflow: hidden;
    position: relative;
}
.wishlist-close {
	position: absolute;top :0;right:0;
	
}

.wishlist-desc{
	font-size: 1.2em;
    position: absolute;
    top: 100%;
    transition: all .5s ease;
    background-color:#000;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #fff;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.25;
    font-family: schoolbook, serif;
}
.wishlist .card-img-outer:hover .wishlist-desc,
.wishlist .card-img-outer:hover .wishlist-desc:after{
    top:0;
}

h5.card-title, h5.card-title a{
    color:#006461;/*teal-dark*/
    font-family: arial narrow, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.05rem;
    font-style: italic;
}
h5.card-title a:hover{
    text-decoration: none;
}
.wishlist .card-text small{
    font-size:90%;
}
.wishlist .prize-quantity{
    margin-top:0;
}
.wishlist .prize-quantity .quantity-field{
    margin:0;
}
.wishlist .prize-quantity input, textarea{
    border:0;
}
.wish-num{
    font-size:.75rem;
    border-color: transparent;
}
.btn-add{
    border-radius: 0;
}

.btn-remove{
    background-color:rgba(255,251,251,0.50);
	padding-right: 5px;
	    padding-left: 5px;
	    padding-top: 5px;
}
@media (min-width: 576px) and (max-width:767px) {
    .wishlist .card-columns{
        column-count: 2;
        column-gap: 1rem;
    }
}
@media (min-width: 992px) {
    .wishlist .card-columns{
        column-count: 4;
        column-gap: 1rem;
    }contac

}
@media (max-width:320px) {
    .btn-add-all{
        font-size:.85rem;
        padding:.375rem .65rem;
    }
}

/*nachas and kiruv */


	#kiruv header.container{padding-top: 124px;}
	
	/*#kiruv .container-fluid{padding:0 5.5%;}*/
	.kiruvHdr h1{font-size: 3.8rem;}
	.kiruvHdr h3{font-size: 2rem; letter-spacing: 1px;}
	.kiruvsubHdr{font-style: italic;letter-spacing: 2px;font-size: 1.3em;}
	.kiruvPrgs{border-top: 2px dotted #b1afaf;}
	.kiruvPrgsHdr{border-bottom: 2px dotted #b1afaf;}
	.kiruvPrgsHdr h1{letter-spacing: 0; font-size: 4em;}
	.kiruvPrgsHdr h4{font-family:schoolbook, serif; font-style: italic; font-size:2em;}
	.kiruvLogo{text-align: left;border-bottom: 2px dotted #b1afaf;}
	.kiruvBigPicRight{text-align:right;border-right: 2px dotted #b1afaf;}
	.kiruvBigPicLeft{text-align:right;border-left: 2px dotted #b1afaf;}
	.kiruvBigPicLeft img, .kiruvBigPicRight img{width: 100%; height: auto;}
	.kiruvPrgsPic{border-bottom: 2px dotted #b1afaf;}
	.kiruvVHdr{font-size: 3.5em;letter-spacing: 2px;}
	/*.kiruvPrgsPic img{width: 100%;}*/
	
	.bluTxt{color: #30aec2;}
	.yelTxt{color: #fcb12f;}
	.redTxt{color: #ec4b3b;}
	.greTxt{color: #8da864;}
	
.learn-more{
    font-size:1.5rem;
    text-decoration: underline;
}

	.kiruv {margin-top: 3em;}
	.kiruv .page-header-inner {overflow: auto; margin-bottom: 3em;}
	.kiruv h3 {	font-family: schoolbook, serif;	font-weight: 700;font-size: 4rem;text-transform: uppercase;line-height: 1;text-align: left; margin-top: 0;	}
	.kiruv h4 { font-family: myriad-pro, sans-serif; line-height: 1.5; font-size: 1.5rem;  margin-top: 1.25rem;letter-spacing: 0;}
	.kiruv .header-img {object-fit: cover;}
	.kiruv .btn {margin: 2em 0;}
	.kiruv .page-header-border {margin-bottom: 5rem;    padding: 2.5rem 1rem 0.5rem;}

.virtualBg{
	background-image: url("../img/2021/virtual_kiruv.jpg");
    background-repeat: no-repeat;
    padding-top: 28%;
    background-size: inherit;}
		
		.virtualBg h4{ font-size: 1.7em;  }
		.virtualBg h3{ font-style:italic; font-size: 1.85em;}
		.virtualBg a{letter-spacing: 1px;}
		
		.kiruvVHdr {
    font-size: 7.5em;
    letter-spacing: 2px;
    line-height: .8em;
			color: #fff;}
		
		.borBtm{border-bottom: 2px dotted #b1afaf;}
		
		a.virLearn{font-size: 1.3em; background-color: #000; padding: 2px 10px 0px; letter-spacing: 1px; display: inline-block;}
	

@media (max-width: 1199px) {
	
}
@media (max-width:991px){

	.kiruv h3 {font-size: 3rem; }
	.kiruvHdr h1{font-size: 2.7rem;}
	.kiruvHdr h3{font-size: 1.5rem;}
	
	.virtualBg {
		padding-top: 42%;}

}
@media (max-width:767px){
    
	.rruv h3 {font-size: 2rem; margin-bottom: 1rem;}
	.kiruv h4 { font-size: 1.25rem;}
	.kiruvBigPicRight{
		border-right:none;
		text-align: left;
	}
	.kiruvBigPicLeft{
		border-left:none;
	}
	#kiruv h1{
		text-align: left;
	}
	
}
@media (max-width: 575px) {
    .nachas-video, .nachas video{
        height: auto!important;
    }
    .nachas-video img{
        top:0%;
    }
    .nachas-video img{
        top:0%;
    }
	.kiruvPrgsHdr h1 {
    font-size: 2.5em!important;
}
	.kiruvVHdr {
    font-size: 3.5em;
}
	
	.kiruv .header-img {object-fit: cover; position: relative; width: 100%;}
	.kiruv .header-img-outer {display:none;}
	.kiruv .btn {margin: 2em 0;}
	.kiruv .page-header-border {margin-bottom: 0;   padding: 1.5rem 1rem 0.5rem;}
	
	.virtualBg{
		padding-top:96%;
	}
	

}


/* gimme five */
.gimme-video{
	padding:0;
}
	.flip-card {
		padding: 0;
  background-color: transparent;
  border: 3px solid #f1f1f1;
  perspective: 800px; /* Remove this if you don't want the 3D effect */
}
.flip-card-dummy{
	margin-top:100%;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
	bottom:0;
	right:0;
	left:0;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  /*background-color: #bbb;*/
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: white;
  color: black;
  transform: rotateY(180deg);
	padding: 2%;
}
	.flip-card-back a{
		    color: #ec4b3b;
    font-weight: 600;
		text-decoration: underline;}

.flip-card-front img{ position: inherit;bottom: 0; left: 0;}
		
	.flip-card-back h1{color:black; font-size: 2em; margin-top: 18%; text-transform: inherit; font-style: italic; text-align: center;}
.flip-card-back a{text-align: center; font-size: 1em;}
	
	#gimmefive header{}
	#gimmefive h1, #gimmefive h2, #gimmefive h3, #gimmefive h4{text-transform: inherit; font-style: italic;}
	#gimmefive .gimmeTxt h1{font-size: 5rem;line-height: 4rem; font-style: italic; text-transform: uppercase;}
	#gimmefive .gimmeTxt i{font-size: 1.8rem;}
	.yelBg{background-color: #fcb12f;}
	.bluBg{background-color: #30aec2;}
	.redBg{background-color: #ec4b3b;}
	.grnBg{background-color: #8da864;}
	

#gimmefive .txtBox{border: 3px solid #f1f1f1;
    padding-top: 2em;
    padding-left: 1.5em;
    padding-bottom: 1.5em;}

 #gimmefive .txtBox h1{color: #fff;
    font-size: 1.5em;
text-align: left;}
#gimmefive .txtBox a{color: #000;}

	.gimmeTxt{/*border-right: 3px solid #f1f1f1;border-bottom: 3px solid #f1f1f1;*/ position: relative; padding-top:4rem!important;
z-index: 1;}
	.gimmeEx{/*border-left: 3px solid #f1f1f1;border-bottom: 3px solid #f1f1f1;*/}
	.gimmeTxt h2{font-size: 2.4rem;}
.gimmeEx img{    position: absolute;    left: -20%; z-index: 0;bottom: 0;}
.gimmeTxt h3{text-transform: inherit; font-style: italic;line-height: 1.6em;}

@media (min-width:1500px) {
	.flip-card-front img{ position: inherit;bottom: 0; left: 5%;}
	#gimmefive .txtBox h1{font-size: 2em;}
}

@media (max-width:991px) {
	#gimmefive .gimmeTxt h1{font-size: 4rem;line-height: 3rem; }
}

@media (max-width:767px) {
	.flip-card-back h1{font-size: 1.5em;}
	#gimmefive .gimmeTxt h1{font-size: 4rem;line-height: 3rem; }
	.flip-card-back a{text-align: center; font-size: 0.85em;}
	.gimme-video iframe{
		height: 375px!important;
	}
}

@media (max-width:575px) {

#gimmefive .gimmeTxt h1 {
	font-size: 4rem;}
	.gimmeEx img {
		position: initial;}
	
	.flip-card-dummy {
		margin-top: 92%;}
	.flip-card-front img{ position: inherit;bottom: 0; left: 20%;}
	.gimme-video iframe{
		height: 300px!important;
	}
}

	

/*contact*/
.contactTop{
    background-image: url(../img/2021/contactTop.jpg);
    background-position:bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
}
.contactTop h1{
	    margin-top: 4rem;
    font-size: 3rem;
    font-style: italic;
	text-shadow: 1px 1px 5px #fff;
}
.signWapp h1{
	padding-top:7rem!important;
}
.signWapp .signPic{
	margin-top:4rem;
}
.contactBox{
	color: #000;
    border: 2px solid #000; 
    /*box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%), 0 2px 5px 0 rgba(0, 0, 0, 0.19);*/
    text-align: center;
    height: 340px;
    margin-right: 2.5rem;
    margin-top: 2rem;}

.contactBoxBlu{background-color:/*#32aec1;*/#fff;}
.contactBoxYel{background-color: /*#fcb12e;*/#fff;}

.contactBox h5{letter-spacing: 2px; font-weight: 700;font-size: 1.7em;text-transform: initial;}
.contactBox p{letter-spacing: 1px;}
.contactBox p span{font-size: 1.3em;font-weight: 700;line-height: 1.4em;}

.contactForm{padding-top: 5rem;}
.contactForm h1{
    font-size: 3rem;font-style: italic; margin-bottom: 2.5rem;line-height: 1.25em;
}
.contactForm h5{
    font-size: 1.5rem;font-style: italic;margin: 15px 0 6px;
}
.contactForm p{
    font-size: 1.5rem;font-style: italic;margin: 15px 0 6px; 
}

.contactForm a{
	color: #32aec1;}

.contact ul{
    padding-left:0;
}
.checkbox{
    color:#000;
    font-size:16px;
    height:20px;
    float:left;
    padding-left:10px;
    margin-top:0;
    font-weight:normal;
    line-height: 20px;
    margin-bottom: 15px;
}
.checkbox.box{
    width:4%;
    margin-right:5px;
}
li.JoinFormLi{
    list-style-type:none;
}
.bottomhalf-title{
    color:white;
    letter-spacing: 1px;
    margin:3rem 0 1rem;
}

@media (min-width:1200px) {
.contactTop{}
}
	
@media (max-width:767px) {
	.contactTop h1{
		font-size: 2.2rem;}
	.contfont-sizeactTop{background-position: center;}
	.contactForm h1{
		text-align: left;
	}
	.signWapp h1{
	padding-top:3rem;
		text-align: left;
}
	.signWapp h2{
		text-align: left;
	}
}
   /* .top-contact {
        height: 800px;
        background-size: contain;
    }*/
	


@media (max-width:575px) {
	
	.contactTop h1{
		font-size: 1.2rem;}
    .contactTop {
    }
	.contactBox{
		margin: .5rem;
		height:auto;
		
		
	}
	.contactForm h1{
		text-align:left;
	}
}
/*thank you*/
.thank-you{
    padding-bottom: 3rem;
}

.thankyou-header{
	/*background-image:url("../img/2021/virtual_kiruv.jpg");*/
	background-repeat: no-repeat;
	height: 160px;
    padding-top: 105px;
    background-color: #fcb12f;
	margin-top: 2em;
}

.thankyou-header h1{color: #fff; font-size: 4em; text-transform: inherit;}

.thankyou-header h2{font-size: 2.1rem;
    margin-top: 0;
   text-transform:inherit;
    font-style: italic;
	
color: #fcb12f;}


.gimme5-img1 img{
    position: relative;
    margin-top: -14px;}

.gimme5-img2 img{
        width: 51%;
    margin-top: -98px;
    left: 66px;
    position: relative;}

.thank_social li {
    background: #fcb12f;
    /*background: #007d79;teal*/
    padding: 10px 0;
    text-align: center;
    border-radius: 50%;
    width: 55px;
    margin-right: 10px;
    margin-top: 8px;
}
.thank_social li a {
    color: #fff;
}
.thank-you h3{
    text-align: justify;
}
.thank-you h4{
    font-weight:bold;
}
.donor-decide-box img{
    padding-bottom:15px;
}
.donor-decide-box{
    margin-bottom: 65px;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 15px;
}
.donor-decide-box p{
    font-style: italic;
    font-size: 16px;
}
@media (max-width:575px){
	.thank-you h2{
	text-align: center;
}
}
/*raffle*/

		.signWapp h1{font-size: 4em;}
		.signWapp h2{font-size: 2.1em;text-transform: inherit;font-style: italic;}
		.signWapp h3{font-size: 1.6em; text-align: left;}
		
		.signWapp ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.signWapp ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  font-size: 1rem;
  margin-bottom: 0.7rem;
	width: 80%;
}
.signWapp ol li::before {
  content: counter(my-awesome-counter) ".";
  font-weight: bold;
  font-size: 3rem;
  margin-right: 0.6rem;
  font-family: schoolbook, serif;
  line-height: 1.2;
}

		@media (max-width:991px) {
			.signWapp h2 {font-size: 1.6em;}
			.signWapp h1 { font-size: 2.8em;}
			.signWapp h3 {    margin-top: 1.2rem;font-size: 1.6em;}
			.signWapp ol li::before {font-size: 2.1rem;}
			.signWapp ol li {font-size: 0.8em;}
		}
		

/*fiveishland*/

.fiveish-header h1{
    font-size:2.4rem;
}
/*shmorg*/
/*#shmorg-collection-page .navbar-collapse  li.nav-item a {
    Background: white;
}*/

.shmorg-collection-header {
    background-size: cover;    background-image: url(../img/2019/shmorg-header.jpg);    padding-bottom: 4em;    padding-top: 8em; margin-bottom: 3em; height:700px; background-position:center center;
}
.shmorg-collection-header .outer {
    transform: skew(-12deg);  /*background: var(--greenteal-dark);  */  text-align: left;    position: relative;    padding-right: 0;    padding-left: 0;
}
.shmorg-collection-header h1.firstword {
    background: var(--green-light);   color: var(--greenteal-dark);    line-height: .6;    z-index: 1;  font-size: 50px;  padding-top: 10px;  margin-bottom: 0;  padding-bottom: 15px;   width: 100%;    text-align: left;  display: inline-block;
}
.shmorg-collection-header h1.secondword {
    color: var(--green-medium); margin-right: 34px; font-size: 50px; text-align: right; position: relative; z-index: 2;
}
.shmorg-header-bk{
    background-image: url('/img/2019/shmorg/banner-for-shmorgORG1600px.jpg');

    min-height: 150px;

    background-repeat: no-repeat;

    width: 100%;

    background-size: contain;
}
h2.shmorg-subheader{
    color: #fff;
    display: inline-block;
    transform: skewX(-12deg);
    padding: 5px 5px 0px 50px;
    border-bottom: #fff thin solid;
    font-size: 24px;
}
.shmorg-collection-heading{
    color:var(--greenteal-dark);
    margin-bottom:1rem;
}
.shmorg-section-title-outer{
    background-color:#023471; /*--shmorg-blue*/
    margin-bottom:2rem;
    margin-top:2rem;
}
.shmorg-section-title{
    color:#fff;
    font-family:arial narrow, sans-serif!important;
    font-weight: bold;
    text-transform: uppercase;
    font-size:24px;
    padding:.25rem 0;
    letter-spacing: 1px;
    margin-bottom:0;
    background-color:var(--#f47621);
    -webkit-transform: skewX(-12deg);
    -moz-transform: skewX(-12deg);
    -ms-transform: skewX(-12deg);
    -o-transform: skewX(-12deg);
    transform: skewX(-12deg);
}
#shmorg-collection-page .custom-select{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.shmorg-overlay{
    background-color:rgba(255,255,255,.5);
    width:calc(100% - 30px);
    height:100%;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 10;
}
.shmorg-overlay i{
    color:#eee;
    padding-top:22%;
    text-shadow: 2px 2px 2px #333;
}
.shmorg-overlay p{
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top:.5rem;
    font-size:14px;
    text-shadow: 2px 2px 2px #333;
}
.shmorg-overlay.active{
    display: none;
}
.shmorg-collection p a{
    font-size:14px;
    text-decoration: underline;
}
.shmorg-collection iframe, .shmorg-video, .shmorg-collection video{
    height: 168px!important;
}
.shmorg-collection iframe, .shmorg-collection video{
    padding-top:24px;
}
.shmorg-video{
    overflow:hidden;
    margin-bottom:30px;
}
.shmorg-video img{
    position:relative;
}
.shmorg-collection-offline .shmorg-video img{
    top:14.5%;
}
.shmorg-video span{
    background: #023471; /*--shmorg-blue*/
    color: white;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: arial narrow, sans-serif;
    font-weight: bold;
    position: absolute;
    display: inline-block;
    width: calc(100% - 30px);
    z-index: 10;
    overflow:hidden;
    height:24px;
}
.shmorg-video .fa-play{
    position: absolute;
    z-index: 15;
    color: #fff;
    text-align: center;
    left: 42%;
    padding-top: 25%;
    cursor: pointer;
    text-shadow: 2px 2px 2px #333;
}
.container-fluid.collection-bkgrnd-outer{
    padding:0;
}
#collection-bkgrnd{
    position:relative;
    overflow:hidden;
    width:100%;
    top:0;
    background: transparent no-repeat url("../media/acheinu.jpg");
    background-size:100%;
}

.modal-header{
    border-bottom:none;
    padding:.5rem;
}
.btn-enter.btn-shmorg{
    margin:.75rem;
}
.btn-audio{
    border-color: #f17f23;
    background: linear-gradient(45deg, #d57528, #f17f23);
}
.btn-audio:hover{
    border-color: #f17f23;
    background: linear-gradient(45deg, #f17f23, #d57528);
}
@media (min-width: 576px) {
    .modal-dialog{
        max-width:90%;
        margin:3rem auto;
    }
}
@media (max-width: 767px) and (min-width: 576px){
<!--.jumbotron.img-header.media-img.collection-img{
    height: 350px;
}-->
}

@media (max-width: 1199px) {
    .shmorg-collection iframe, .shmorg-video, .shmorg-collection video{
        height: 146px!important;
    }
    .shmorg-video span{
        font-size:14px;
    }
    .shmorg-video img{
        top:3.5%;
    }
    .shmorg-collection iframe, .shmorg-collection video{
        padding-top:21px;
    }
    .shmorg-video span{
        height:21px;
    }
}
@media (max-width:991px) {
    .shmorg-collection-header {
        background-position:50% 30%;
    }
}
@media (max-width:767px){
    .shmorg-collection-header {
        /*background-position:35% center;*/
        background-repeat: no-repeat;
        background-size: cover;
        height:300px;
        padding-top: 0px;
        margin-bottom:1em;
        background-image:url('/img/2019/shmorg/shmorg-PLAY-webheader450.jpg');
        top:60px;
        position:relative;
    }
    .shmorg-collection iframe, .shmorg-video, .shmorg-collection video{
        height: 164px!important;
    }
    .shmorg-video span{
        font-size:16px;
    }
    .shmorg-video img{
        top:.5%;
    }
    .shmorg-collection-heading{
        margin-top:6rem;
    }
    .shmorg-collection iframe, .shmorg-collection video{
        padding-top:24px;
    }
    .shmorg-video span{
        height:24px;
    }
    .modal-dialog#modalVideo{
        width:100%;
    }
    #modalVideo .container-fluid{
        padding:0;
    }
    #modalVideo .modal-body{
        padding:0;
    }
    #modalVideo .modal-header{
        padding:.3rem;
    }
    #modalVideo .close{
        font-size:1rem;
    }
    h2.shmorg-subheader{
        text-shadow: 2px 2px 2px #333;
    }

}
@media (max-width: 575px) {
    .shmorg-collection-header {
        background-position:50% center;
    }
    .shmorg-collection iframe, .shmorg-video, .shmorg-collection video{
        height: auto!important;
    }
    .shmorg-video img{
        top:0%;
    }
    .shmorg-collection-offline .shmorg-video img{
        top:0%;
    }
}


/*shmorg audio*/
.shmorg-audio-select{
    margin-bottom:1rem;
}
#shmorg-audio .shmorg-collection{
    width:100%;
}
.shmorg-audio ul{
    padding-left:20px;
    margin-bottom:0;
    font-size:1.1rem;

}

.shmorg-audio-list{
    margin:1rem;
    column-count: 3;
}
#InspirationalOorahSpeakers-outer .shmorg-audio-list{
    column-count: 2;
}
.shmorg-audio-list li{
    font-family:arial, sans-serif;
    font-size:14px;
    font-weight: 900;
    background-image: url(../img/2019/zemiros-CD-list.gif);
    background-repeat:no-repeat;
    line-height:50px;
    padding-left:0px;
    list-style:none;

}
.shmorg-audio-list li a{
    letter-spacing: .5px;
    font-family:arial narrow, sans-serif;
    text-transform: uppercase;
    color:black;

}
.all-speaker,.speaker{
    cursor:pointer;
    padding:17px 21px 17px 17px;
}

.fixedaudio{z-index: 999;}

span.songname{color:#f28b37;}

/*progress bar*/

/*.info .name{
-webkit-transition: all 0.8s ease-in-out;
                -moz-transition: all 0.8s ease-in-out;
                -o-transition: all 0.8s ease-in-out;
                -ms-transition: all 0.8s ease-in-out;
    position:absolute;
    -webkit-animation: anim 1.5s infinite;
    animation: anim 1.5s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear; Chrome, Safari, Opera
    animation-timing-function: linear;
}

@-webkit-keyframes anim {
     from {
         left: -100%;         
     }
     to {
         left:100%;
     }
}

@keyframes anim {
   from {
         left: -100%;
     }
     to {
         left:100%;
     }
}
*/

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 125px;
    right: 20px;
    display:none;
	border-radius: 8px;
}

@media (max-width: 1199px) {
    .shmorg-audio-list{
        column-count: 2;
    }
    #InspirationalOorahSpeakers-outer .shmorg-audio-list{
        column-count: 1;
    }
}
@media (max-width: 767px) {
    .shmorg-audio-list{
        column-count: 1;
    }
}

/*survey*/
.survey-body{
    background-image: url("../img/2020/oorahthon-background-survey.jpg");
    background-size:contain;
    background-position: top;
    padding-top:2rem;
}
.survey .oorahthon-text{
    margin-top:4rem;
}
@media (max-width:991px) {
    .survey h3{
        font-size:1.25rem!important;
    }
}
@media (max-width:767px) {
    .survey h3{
        font-size:1.1rem!important;
        margin-top:0!important;
    }
}
@media (min-width:768px) {
    .survey iframe{
        margin-top:5rem;
    }
}
/*vote*/
.vote{
    padding-bottom: 2rem;
}
.vote .btn-enter{
    font-size:1.5rem;
    margin-top:0;
}
.vote .btn-primary{
    background:transparent;
    color: #007d79;
    font-weight: bold;
}
.vote .btn-primary:not(:disabled):not(.disabled).active, .vote .btn-primary:not(:disabled):not(.disabled):active, .vote .show>.btn-primary.dropdown-toggle{
    background: linear-gradient(45deg, #007d79/*--teal*/, #006461);
    color:#fff;
}
#pollResults h3{
    margin-top:0rem;
    margin-bottom: 0rem;
    font-family: atrament-web, sans-serif;
    color:#ee3524;
    text-transform: uppercase;
    font-size:2rem;
}
#poll h3{
    margin-top:0rem;
    font-family: atrament-web, sans-serif;
    color:#ee3524;
    text-transform: uppercase;
    font-size:2rem;
}
.vote h4{
    text-align: center;
}
.vote-1, .vote-2{
    height: 100px;
    position: relative;
}
.vote-bar{
    position: absolute;
    bottom: 0;
}

@media (max-width:575px) {
    .vote .btn-primary{
        font-size:1rem;
    }
}


/* privacy-policy*/

.pp-header{
	/*background-image:url("../img/2021/virtual_kiruv.jpg");*/
	background-repeat: no-repeat;
	height: 160px;
    padding-top: 105px;
    background-color: #39aec1;
	margin-top: 2em;}
.pp-header h1{color: #fff; font-size: 3em; text-transform: inherit;}

.pp-header h2{font-size: 2.1rem;
    margin-top: 0;
   text-transform:inherit;
    font-style: italic;
color: #39aec1;
}


/* inside pages*/
@media (max-width:590px) {
	.page-header{padding: 1rem 1rem 0;}
	.thankyou-header, .wishlist-header, .pp-header, .checkout-header { height: 130px;padding-top: 88px;}
.thankyou-header h1, .wishlist-header h1, .pp-header h1, .checkout h1 {font-size: 2.3em;}
	
.thankyou-header h2, .wishlist-header h2, .pp-header h2, .checkout h2 {
	font-size: 1.4rem;}
}



/*vote results page*/
.poll-results{
    font-weight: bold!important;
}
.poll-results #pollResults h3{
    font-size:6rem;
}
.poll-results #pollResults p{
    font-size:4rem;
    font-weight: normal;
}
.poll-results .vote-1, .poll-results .vote-2{
    height:450px;
}
.poll-results h4{
    font-size:4rem;
    padding-top:2rem;
    font-weight: bold;
}
.vote-percent{
    font-size:3rem;

}

