/*If Javascript is disabled in Browser */
noscript div {
	font-family: 'Quicksand', sans-serif;
    font-size: 20pt;
    text-decoration: none;
    font-weight: bold;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    color: #7C6A55;
	text-align: center;
	z-index: 999;
	position: relative;
}
noscript div a{
    color: #7C6A55;
}
noscript div a:hover{
    color: #E31b23;
}
.homeContainer {
	width: 100%;
	position: relative;
}
/*Homepage feature slideshow */
.banner {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.visible {
    opacity: 1;
    z-index: 2;
    position: relative;
}
.arrowRight {
    float: right;
}
.arrowLeft {
    float: left;
}
#arrow1, #arrow2 {
    color: white;
    font-size: 40px;
    position: relative;
    bottom: 0px;
}
#arrow1:hover, #arrow2:hover {
    color: #E31b23;
}
@media screen and (max-width: 450pt) {
    #arrow1, #arrow2 {
        font-size: 30px;
    }
}
/* Homepage Testimonial Slideshow */
.testimonial {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-image: url("https://www.qri.com.au/image/data/HOME/HOME_Testimonials.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    min-height: 300px;
    bottom: 0px;
    margin-bottom: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.moveup {
	top: -125px;
}
.visibleTestimonial {
    opacity: 1;
    z-index: 2;
    position: relative;
}
.testimonial h5 {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color:#fff;
    text-align: center;
	text-shadow: 2px 2px 0px #000000;
	margin-bottom: 0px;
}
.testimonial p {
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    text-decoration: none;
    font-style: normal;
    line-height: 2;
    text-align: center;
	text-shadow: 2px 2px 0px #000000;
}
.testimonial p strong {
    font-weight: bold;
    font-style: normal;
    display: block;
}
@media screen and (max-width: 650pt) {
    .testimonial {
        min-height: 350px;
    }
}
/*testimonial slideshow on mobile */
@media only screen and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.testimonial h5 {
		font-size: 15px;
		padding-top: 10px;
	}
	.testimonial{
        min-height: 350px;
	    background-image: url("https://www.qri.com.au/image/data/HOME/HOME_Testimonials.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		position: static;
		display: none;
	}
	.testimonial p {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 0px;
		font-size: 14px;
		line-height: 1.5;
	}
	.visibleTestimonial {
		display: block;
		position: static;
	}
	#small {
		line-height: 1.5;
		font-weight: normal;
	}
	.sliderNav {
		top: -90px !important;
	}
}
/*Testimonial and homepage slider navigation */
.sliderNav {
    position: relative;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    display:inline-block;
    text-align:center!important;
    margin-top: 16px!important;
    margin-bottom: 16px!important;
    z-index: 10;
    top: -85px;
    height: inherit;
    bottom: 0px;
}
.sliderSelector {
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 13px;
    width: 13px;
    padding: 0px;
    border-radius: 50%;
    border:2px solid #fff!important;
    background-color:transparent!important;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 25px;
}
.sliderSelector:hover {
    color:#E31b23!important;
    background-color:#E31b23!important;
}
.currentDot {
    color:#fff!important;
    background-color:#fff!important;
}
/*Travel banner homepage */
#travel {
    background-image: url("https://www.qri.com.au/image/data/HOME/TRAVEL_TILE-01.jpg");
    background-repeat: no-repeat;
    height: 150px;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    background-position: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 24pt;
    color: #FFF;
    text-shadow: 4px 4px 6px #000000;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-top: 100px;
    top: -120px;
	margin-bottom: 0px;
	transition: all 0s;
}
#travel a, #travel a:visited {
    color: #FFF;
}
a {
    text-decoration: none;
}
#travel i {
    font-size: 40pt;
}
#travel:hover i {
    color: #E31b23;
}
#travel:hover a {
    color: #ffffff;
	transition: all 0s;
}
@media screen and (max-width: 785pt) {
    #travel {
        font-size: 20pt;
    }
    #travel i {
        font-size: 30pt
    }
}
@media screen and (max-width: 600pt) {
    #travel {
        font-size: 12pt;
    }
    #travel i {
        font-size: 20pt;
    }
}
@media only screen and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	#travel {
			width: 100%;
			margin-left: 0%;
			margin-right: 0%;
			font-size: 25px;
	}
}
/* Red square button links */
.homeContainerSmall {
    margin-bottom: 30px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    top: -70px;
    position: relative;
}
#redFlexBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
	width: 100%;
}
.redFlexItem {
	flex-direction: row;
	display: flex;
	width: 100%;
}
.redLink {
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: space-around;
	height: 300px;
	width: 300px;
	margin: 10px;
}
.redLink p {
	font-family: 'Quicksand', sans-serif;
    font-size: 20pt;
    color: #FFF;
    text-shadow: 4px 4px 6px #000000;
	margin: 10px;
	margin-top: 60px;
}
.redLink p a, .redLink p a:visited{
	    color: #FFF !important;
}
.redLink div p a, .redLink div p a:visited{
	    color: #000 !important;
}
.redLink div {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background-color: #fff;
    border: none;
    margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
}
.redLink div:hover{
    background-color: #7c6a55;
}
.redLink div p {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    color: #000;
    text-shadow: none;
    padding: 5px;
    font-weight: bolder;
	margin-top: 4px;
	margin-bottom: 4px;
}
.redLink div:hover p {
    color: #fff;
}
#redLink1 {
    background-image: url("https://www.qri.com.au/image/data/HOME/LOGIN_BUTTONS-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#redLink2 {
    background-image: url("https://www.qri.com.au/image/data/HOME/LOGIN_BUTTONS-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#redLink3 {
    background-image: url("https://www.qri.com.au/image/data/HOME/LOGIN_BUTTONS-03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#redLink4 {
    background-image: url("https://www.qri.com.au/image/data/HOME/LOGIN_BUTTONS-04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (min-width: 870pt) {
	.redLink {
		width: 250px;
	}
	#redFlexBox {
		flex-wrap: nowrap;
	}
	.redFlexItem {
		justify-content: space-around;
	}
}
@media screen and (min-width: 400pt) and (max-width: 870pt) {
	.redFlexItem {
		justify-content: center;
	}
	.redLink {
		width: 250px;
	}
}
@media screen and (min-width: 100pt) and (max-width: 400pt) {
	.redFlexItem {
		justify-content: center;
		flex-wrap: wrap;
	}
	.redLink {
		width: 250px;
	}
}
@media only screen and (min-device-width: 320px)
  and (max-device-width: 550px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.redFlexItem {
		justify-content: center;
		flex-wrap: nowrap;
	}
	.redLink {
		width: 250px;
		height: 250px;
		margin: 2px;
	}
	.redLink div {
		margin-bottom: 10px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.redLink div p {
		font-size: 10px;
		margin: 2px;
	}
	.redLink p {
		font-size: 14px;
		margin-top: 10px;
		margin-left: 2px;
		margin-right: 2px;
	}
}
/*Benefit Slider */
#benefitSlider {
    top: -140px;
    position: relative;
}
#benefitSlider div .benefit {
    width: 30%;
    border-style: solid;
    border-width: 1px;
    border-color: #7C6A55;
    height: inherit;
    vertical-align: top;
	box-shadow: 0px 0px 8px #888888;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.benefit img {
    width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.benefitHeading {
    font-family: 'Quicksand', sans-serif;
    font-size: 13pt;
    text-decoration: none;
    font-weight: bold;
    color:#000;
    text-align: center;
	margin-bottom: 0px !important;
}
.benefitBody {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 10px;
	padding-bottom: 10px;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    font-size: 9pt;
    text-decoration: none;
    font-style: normal;
    line-height: 1.5;
    text-align: center;
	margin-bottom: 0px !important;
}
@media screen and (max-width: 1400pt) {
	#benefitSlider {
		height: 455px;
	}
	.benefitBody {
		height: 115px;
	}
}
@media screen and (max-width: 1000pt) {
	#benefitSlider {
		height: 415px;
	}
	.benefitBody {
		height: 95px;
	}
}
@media screen and (max-width: 550pt) {
	#benefitSlider {
		height: 450px;
	}
	.benefitBody {
		height: 150px;
	}
}
@media screen and (max-width: 450pt) {
	#benefitSlider {
		height: 550px;
	}
	.benefitBody {
		height: 170px;
	}
}
@media screen and (max-width: 390pt) {
	#benefitSlider {
		height: 570px;
	}
	.benefitBody {
		height: 190px;
	}
}
@media screen and (max-width: 350pt) {
	#benefitSlider {
		height: 590px;
	}
	.benefitBody {
		height: 210px;
	}
}
.benefit .buttonCon {
    position: relative;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background-color: #7c6a55;
    border: none;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: baseline;
}
.benefit .buttonCon p {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
	margin-bottom: 0px;
    font-weight: bolder;
	text-align: center;
}
.benefit .buttonCon p a {
	color: #ffffff;
}
.benefit .buttonCon:hover {
    background-color: #ff0000;
}
#benefitSlider div .benefit .buttonCon:hover p {
    color: #ffffff;
}
.benefitArrowRight {
    float: right;
}
.benefitArrowLeft {
    float: left;
}
#benefitArrow1, #benefitArrow2 {
    cursor: pointer;
    color: white;
    font-size: 40px;
    position: relative;
    bottom: 0px;
    color: #E31b23;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 10;
}
#benefitArrow1:hover, #benefitArrow2:hover {
    color: #7C6A55;
}
.benefitTrio {
    display: none;
}
.visible {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.width90 {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height: inherit;
}
@media screen and (max-width: 362pt) {
    .benefitBody {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .benefitHeading {
        font-size: 10pt;
    }
}
@media screen and (min-width: 1050pt) {
    #benefitSlider {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media only screen and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.benefitBody {
			display: none;
		}
		.benefitHeading {
				font-size: 13px;
		}
		.benefit .buttonCon p {
			font-size: 11px;
			padding: 1px;
		}
		.benefitTrio {
			flex-direction: row;
			height: auto;
		}
		#benefitSlider {
			height: auto;
		}
		.benefit {
			height: 250px !important;
		}
		#sliderDotNav {
			display: none;
		}
		.homeContainerSmall {
			top: -50px;
		}
  }
/* Events slider */
#eventSlider {
    width: 100%;
    height: auto;
    background-color: #d3d3d3;
	top: -90px;
	position: relative;
}
#eventSlider h5 {
    font-family: 'Quicksand', sans-serif;
    font-size: 13pt;
    text-decoration: none;
    font-weight: bold;
    color:#000;
    text-align: center;
    padding-top: 30px;
	padding-bottom: 30px;
}
.eventArrowRight {
    float: right;
}
.eventArrowLeft {
    float: left;
}
#eventArrow1, #eventArrow2 {
    cursor: pointer;
    color: white;
    font-size: 40px;
    position: relative;
    bottom: 0px;
    color: #E31b23;
	margin-left: 10px;
	margin-right: 10px;
}
#eventArrow1:hover, #eventArrow2:hover {
    color: #7C6A55;
}
#eventSlider #eventContent .eventItem p a{
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    font-weight: bolder;
    color:#000;
    text-align: center;
    padding-top: 10px;
	height: 50px;
}
#eventSlider #eventContent .eventItem p {
    text-align: center;
}
#eventSlider #eventContent .eventItem:hover p a{
    color:#e31b23;
}
#eventSlider #eventContent {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#eventSlider #eventContent .eventItem {
	width: 15%;
	margin-left: 2.4%;
	margin-right: 2.4%;
	display: inline-block;
	height: auto;
	vertical-align: top;
	margin-bottom: 30px;
}
#eventSlider #eventContent .eventItem a img {
	height: auto;
	width: 100%;
}
#eventSlider #eventContent .eventItem img {
	height: auto;
	width: 100%;
}
#eventSlider #eventContent .eventItem:nth-child(6) {
	display: none;
}
#eventSlider #eventContent .eventItem:nth-child(7) {
	display: none;
}
#eventSlider #eventContent .eventItem:nth-child(8) {
	display: none;
}
#eventSlider #eventContent .eventItem:nth-child(9) {
	display: none;
}
#eventSlider #eventContent .eventItem i {
	font-size: 70px;
	line-height: 80px;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
@media screen and (max-width: 600pt) {
	#eventSlider #eventContent .eventItem p a{
		font-size: 9pt;
	}
}
@media screen and (max-width: 600px) {
		#eventSlider #eventContent .eventItem:nth-child(5) {
			display: none;
		}
		#eventSlider #eventContent .eventItem:nth-child(4) {
			display: none;
		}
		#eventSlider #eventContent .eventItem:nth-child(3) {
			display: none;
		}
		#eventSlider #eventContent .eventItem {
			width: 40%;
			margin-left: 5%;
			margin-right: 5%;
		}
		#eventSlider #eventContent .eventItem p a{
			height: 90px;
		}
  }
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		#eventSlider #eventContent .eventItem:nth-child(5) {
			display: none;
		}
		#eventSlider #eventContent .eventItem:nth-child(4) {
			display: none;
		}
		#eventSlider #eventContent .eventItem:nth-child(3) {
			display: none;
		}
		#eventSlider #eventContent .eventItem {
			width: 40%;
			margin-left: 5%;
			margin-right: 5%;
		}
		#eventSlider #eventContent .eventItem p a{
			font-size: 15px;
			height: 90px;
		}
  }

 /* Concert slider*/

#eventContent .eventItem p a{
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    font-weight: bolder;
    color:#000;
    text-align: center;
    padding-top: 10px;
	height: 50px;
}
#eventContent .eventItem p {
    text-align: center;
}
 #eventContent .eventItem:hover p a{
    color:#e31b23;
}
 #eventContent {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#eventContent .eventItem {
	width: 15%;
	margin-left: 2.4%;
	margin-right: 2.4%;
	display: inline-block;
	height: auto;
	vertical-align: top;
	margin-bottom: 30px;
}
#eventContent .eventItem a img {
	height: auto;
	width: 100%;
}
#eventContent .eventItem img {
	height: auto;
	width: 100%;
}
#eventContent .eventItem:nth-child(6) {
	display: none;
}
#eventContent .eventItem:nth-child(7) {
	display: none;
}
#eventContent .eventItem:nth-child(8) {
	display: none;
}
#eventContent .eventItem:nth-child(9) {
	display: none;
}
#eventContent .eventItem:nth-child(10) {
	display: none;
}
#eventContent .eventItem:nth-child(11) {
	display: none;
}
#eventContent .eventItem:nth-child(12) {
	display: none;
}
#eventContent .eventItem:nth-child(13) {
	display: none;
}
#eventContent .eventItem:nth-child(14) {
	display: none;
}
#eventContent .eventItem:nth-child(15) {
	display: none;
}
#eventContent .eventItem:nth-child(16) {
	display: none;
}
#eventContent .eventItem:nth-child(17) {
	display: none;
}
#eventContent .eventItem:nth-child(18) {
	display: none;
}
#eventContent .eventItem:nth-child(19) {
	display: none;
}
#eventContent .eventItem:nth-child(20) {
	display: none;
}
#eventContent .eventItem:nth-child(21) {
	display: none;
}
#eventContent .eventItem:nth-child(22) {
	display: none;
}
#eventContent .eventItem:nth-child(23) {
	display: none;
}
#eventContent .eventItem:nth-child(24) {
	display: none;
}
#eventContent .eventItem:nth-child(25) {
	display: none;
}
#eventContent .eventItem:nth-child(26) {
	display: none;
}
#eventContent .eventItem:nth-child(27) {
	display: none;
}
#eventContent .eventItem:nth-child(28) {
	display: none;
}
@media screen and (max-width: 600pt) {
	#eventContent .eventItem p a{
		font-size: 9pt;
	}
}
@media screen and (max-width: 600px) {
		 #eventContent .eventItem:nth-child(5) {
			display: none;
		}
		 #eventContent .eventItem:nth-child(4) {
			display: none;
		}
		 #eventContent .eventItem:nth-child(3) {
			display: none;
		}
		 #eventContent .eventItem {
			width: 40%;
			margin-left: 5%;
			margin-right: 5%;
		}
		 #eventContent .eventItem p a{
			height: 90px;
		}
  }
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		 #eventContent .eventItem:nth-child(5) {
			display: none;
		}
		 #eventContent .eventItem:nth-child(4) {
			display: none;
		}
		 #eventContent .eventItem:nth-child(3) {
			display: none;
		}
		 #eventContent .eventItem {
			width: 40%;
			margin-left: 5%;
			margin-right: 5%;
		}
		 #eventContent .eventItem p a{
			font-size: 15px;
			height: 90px;
		}
  }
 .eventItem a img {
	margin-left: auto !important;
	margin-right: auto !important;
 }
/* GallerySmall slider */
#gallerySmallSlider {
    width: 100%;
    height: auto;
    background-color: #d3d3d3;
	top: -90px;
	position: relative;
}
/*@media screen and (min-width: 1050pt) {
    #gallerySmallSlider {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}*/
#gallerySmallSlider h5 {
    font-family: 'Quicksand', sans-serif;
    font-size: 13pt;
    text-decoration: none;
    font-weight: bold;
    color:#000;
    text-align: center;
    padding-top: 30px;
	padding-bottom: 30px;
}
.gallerySmallArrowRight {
    float: right;
}
.gallerySmallArrowLeft {
    float: left;
}
#gallerySmallArrow1, #gallerySmallArrow2 {
    cursor: pointer;
    color: white;
    font-size: 40px;
    position: relative;
    bottom: 0px;
    color: #E31b23;
	margin-left: 10px;
	margin-right: 10px;
}
#gallerySmallArrow1:hover, #gallerySmallArrow2:hover {
    color: #7C6A55;
}
#gallerySmallSlider #gallerySmallContent {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#gallerySmallSlider #gallerySmallContent .gallerySmallItem {
	width: 15%;
	margin-left: 2.4%;
	margin-right: 2.4%;
	display: inline-block;
	height: auto;
	vertical-align: top;
	margin-bottom: 30px;
}
#gallerySmallSlider #gallerySmallContent .gallerySmallItem img {
	height: auto;
	width: 100%;
}
#gallerySmallSlider #gallerySmallContent .gallerySmallItem img:hover {
	height: auto;
	width: 100%;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#gallerySmallSlider #gallerySmallContent .gallerySmallItem:nth-child(6) {
	display: none;
}
#gallerySmallSlider #gallerySmallContent .gallerySmallItem:nth-child(7) {
	display: none;
}
#gallerySmallSlider #gallerySmallContent .gallerySmallItem:nth-child(8) {
	display: none;
}
#gallerySmallSlider #gallerySmallContent .gallerySmallItem:nth-child(9) {
	display: none;
}
@media screen and (max-width: 600px) {
		#gallerySmallSlider #gallerySmallContent .gallerySmallItem:nth-child(5) {
			display: none;
		}
		#gallerySmallSlider #gallerySmallContent .gallerySmallItem:nth-child(4) {
			display: none;
		}
		#gallerySmallSlider #gallerySmallContent .gallerySmallItem:nth-child(3) {
			display: none;
		}
		#gallerySmallSlider .magnetic .gallerySmallItem:nth-child(3) {
			display: inline-block !important;
		}
		#gallerySmallSlider .magnetic .gallerySmallItem:nth-child(4) {
			display: inline-block !important;
		}
		#gallerySmallSlider #gallerySmallContent .gallerySmallItem {
			width: 40%;
			margin-left: 5%;
			margin-right: 5%;
		}
  }
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		#gallerySmallSlider #gallerySmallContent .gallerySmallItem:nth-child(5) {
			display: none;
		}
		#gallerySmallSlider #gallerySmallContent .gallerySmallItem:nth-child(4) {
			display: none;
		}
		#gallerySmallSlider #gallerySmallContent .gallerySmallItem:nth-child(3) {
			display: none;
		}
		#gallerySmallSlider .magnetic .gallerySmallItem:nth-child(3) {
			display: inline-block !important;
		}
		#gallerySmallSlider .magnetic .gallerySmallItem:nth-child(4) {
			display: inline-block !important;
		}
		#gallerySmallSlider #gallerySmallContent .gallerySmallItem {
			width: 40%;
			margin-left: 5%;
			margin-right: 5%;
		}
  }


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
  background: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  margin: auto;
  padding: 0;
  width: 90%;
  max-height: 90vh;
  max-width: 1200px;
  overflow: hidden;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
    width: auto;
    max-height: 90vh;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;

}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #e31b23;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.modal {
		padding-top: 150px;
	  }
	  .close {
		color: white;
		position: absolute;
		top: 120px;
		right: 25px;
		font-size: 35px;
		font-weight: bold;
	  }
  }
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/* connect links */
.moveupSmall {
    position: relative;
    top: -40px;
}
#connectLink {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}
#connectLink div {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
#connectLink div i {
	font-size: 30pt;
    text-decoration: none;
    color:#e31b23;
	margin-bottom: 5px;
}
#connectLink div:hover i {
    color: #7C6A55;
}
#connectLink div .connectHeading{
    font-family: 'Quicksand', sans-serif;
    font-size: 15pt;
    text-decoration: none;
    color:#000;
	margin-bottom: 10px;
	margin-top: 10px;
    font-weight: bold;
}
#connectLink div .connectBody{
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color:#000;
	margin-bottom: 10px;
}
@media only screen and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
		#connectLink {
			flex-direction: column;
			align-items: center;
		}
		#connectLink a div .connectBody{
			font-size: 13px;
		}
		#connectLink a div .connectHeading{
			font-family: 'Quicksand', sans-serif;
			font-size: 15px;
		}
  }

/* PROGRAM PARTNER */
.programPartnerBanner {
	width: 100%;
	display: block;
}
.programPartnerBannerSmall {
	display: none;
}
@media screen and (min-width: 100pt) and (max-width: 735pt) {
	.programPartnerBanner {
		width: auto;
		display: none;
	}
	.programPartnerBannerSmall {
		display: block;
		width: 100%;
	}
}
.redHeading {
	font-family: 'Quicksand', sans-serif;
    font-size: 14pt;
    text-decoration: none;
    font-weight: bold;
    color: #e31b23;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 20px;
}
.redSubHeading {
	font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    text-decoration: none;
    font-weight: normal;
    color: #e31b23;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
	font-style: italic;
}
.whiteHeading {
	font-family: 'Quicksand', sans-serif;
    font-size: 14pt;
    text-decoration: none;
    font-weight: bold;
    color: #fff !important;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 30px;
}
.redHeadingLeft {
	font-family: 'Quicksand', sans-serif;
    font-size: 14pt;
    text-decoration: none;
    font-weight: bold;
    color: #e31b23;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 40px;
}
.redHeadingLeftBig {
	font-family: 'Quicksand', sans-serif;
    font-size: 18pt;
    text-decoration: none;
    font-weight: bold;
    color: #e31b23;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 30px;
}
#eventSlider .redHeading {
	font-family: 'Quicksand', sans-serif;
    font-size: 14pt;
    text-decoration: none;
    font-weight: bold;
    color: #e31b23;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
}
.programPartnerBold {
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    font-weight: bold;
    color:#000;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 1.2;
}
.programPartnerBody {
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color:#000;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.disclaimer {
	font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    text-decoration: none;
    color:#000;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.disclaimer a{
    text-decoration: none;
    color:#e31b23;
}
.programPartnerBody a{
    text-decoration: none;
    color:#e31b23;
	font-weight: bold;
}
.programPartnerBodyBold {
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color:#000;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: bold;
}
.programPartnerBodyWhite {
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color:#fff;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 30px;
}
.programPartnerBodyWhiteSF {
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color:#fff;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 0px;
}
#paddingbelow {
	padding-bottom: 20px;
}
.programPartnerBodyWhiteBold {
	font-family:'Quicksand', sans-serif;
    font-size: 16pt;
    text-decoration: none;
    color:#fff;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 10px;
}
.programPartnerBodyWhiteBold a{
    text-decoration: none;
    color:#fff;
	font-weight: bold;
}
.programPartnerBodyWhiteEm {
	font-family:'Quicksand', sans-serif;
    font-size: 16pt;
    text-decoration: none;
    color:#fff;
	font-style: italic;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 30px;
}
.programPartnerBodyLeft {
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color:#000;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.checklist {
	margin-left: 15%;
	margin-right: 15%;
	color: #000;
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    text-decoration: none;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
	list-style-type: none;
	margin-bottom: 30px;
}
.checklist li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.checklist li i {
	padding-right: 35px;
	vertical-align: middle;
}
@media screen and (min-width: 825pt) {
	.checklist {
		margin-left: 25%;
		margin-right: 25%;
	}
}
@media screen and (max-width: 600pt) {
	.checklist {
		margin-left: 5%;
		margin-right: 5%;
	}
}
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.checklist {
			font-size: 13px;
		}
		.whiteHeading {
			font-size: 15px;
		}
  }
.piggy {
	background-image: url(https://www.qri.com.au/image/data/EVENTS/EXPO/BAPP_Red_Banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.piggy img {
	width: 16%;
	margin-left: 42%;
	margin-right: 42%;
	margin-top: 15px;
}
.piggy .programPartnerBold {
	color: #fff;
	margin-top: 10px;
	padding-bottom: 20px;
}
@media screen and (min-width: 700pt) {
	.piggy img {
		width: 12%;
		margin-left: 44%;
		margin-right: 44%;
	}
}
.partnerBenefits {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.partnerBenefits img {
	width: 100pt;
	height: 100pt;
	margin-bottom: 40px;
}
.piggy .partnerBenefits {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.piggy .partnerBenefits img {
	width: 150px;
	height: 150px;
	margin: 20px;
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
	.partnerBenefits {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}
@media screen and (min-width: 685px) and (max-width: 800px) {
	.partnerBenefits {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
	}
	.partnerBenefits {
		justify-content: space-around;
	}
}
@media screen and (min-width: 100px) and (max-width: 685px) {
	.partnerBenefits {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 40px;
	}
	.partnerBenefits {
		justify-content: center;
	}
	.partnerBenefits img {
		width: 100pt;
		height: 100pt;
		margin: 17px;
	}
}
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.partnerBenefits {
			width: 100%;
			margin-left: 0%;
			margin-right: 0%;
			margin-bottom: 40px;
		}
		.partnerBenefits {
			justify-content: center;
		}
		.partnerBenefits img {
			width: 75pt;
			height: 75pt;
			margin: 10px;
		}
		.programPartnerBold {
			font-size: 13px;
		}
  }
.questionSignUp {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	display: inline-flex;
	align-items: stretch;
}
.questionSignUp div {
    border-style: solid;
    border-width: 1px;
    border-color: #7C6A55;
	margin-bottom: 20px;
	display: inline-flex;
	flex-direction: column;
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	justify-content: space-between;
	box-shadow: 0px 0px 8px #888888;
}
@media screen and (min-width: 100pt) and (max-width: 600pt) {
	.questionSignUp div {
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
		display: flex;
	}
	.questionSignUp {
		width: 100%;
		display: block;
		margin-left: 0%;
		margin-right: 0%
	}
}
.questionSignUp div .buttonCon {
	position: relative;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background-color: #e31b23;
    border: none;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.questionSignUp div .buttonCon:hover {
    background-color: #7C6A55;
}
.questionSignUp div .buttonCon p{
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bolder;
	margin-bottom: 0px;
	text-align: center;
}
.questionSignUp div .buttonCon p a:visited{
    color: #ffffff !important;
}

.questionSignUp div .buttonCon p a,
.questionSignUp div .buttonCon p a:visited,
.questionSignUp div .buttonCon p a b {
	color: #ffffff !important;
	text-decoration: none !important;
	-webkit-transition: all 0s ease !important;
-moz-transition: all 0s ease !important;
-ms-transition: all 0s ease !important;
-o-transition: all 0s ease !important;
transition: all 0s ease !important;
}

@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.questionSignUp div {
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
		display: flex;
	}
	.questionSignUp {
		width: 100%;
		display: block;
		margin-left: 0%;
		margin-right: 0%
	}
	.questionSignUp div .buttonCon p{
		font-size: 15px;
	}
	.redHeadingLeft {
		font-size: 15px;
	}
	.programPartnerBodyLeft {
		font-size: 13px;
	}
  }
.programPartnerBodyLeft a strong {
	color: #7C6A55;
}
.programPartnerBodyLeft a:hover strong {
	color: #e31b23;
}
/*member portal */
@font-face {
    font-family: "MoneyPenny";
    src: url(fonts/moneypenny-script_1.otf);
}
#welcomeName {
	margin-top: 20px;
	line-height: 90px !important;
	font-family: MoneyPenny;
	font-size: 60pt;
	padding-left: 40px;
}
.phoneNumberText {
	color: #e31b23;
	font-weight: bold;
}
.portalBenefits {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 841px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px
}
.portalBold {
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    font-weight: bold;
    color:#000;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.2;
}
.portalBody {
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color:#000;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 40px;
	margin-top: 10px;
}
.portalBenefits div {
	margin: 5px;
}

@media screen and (min-width: 100pt) and (max-width: 800pt) {
		.portalBenefits {
			justify-content: center;
		}
}
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.portalBenefits div {
			width: 150px;
			height: auto;
		}
		.portalBenefits div img{
			width: 150px;
			height: auto;
		}
		.portalBenefits {
			justify-content: center;
		}
  }
.spaceabove {
	margin-top: 30px;
}

/*Benefit Icon Slider */
#benefitIconSlider {
    width: 100%;
    height: auto;
    background-color: #d3d3d3;
	top: -90px;
	position: relative;
	margin-bottom: 20px;
}
.scholarshipTypes {
    width: 100%;
    height: auto;
    background-color: #d3d3d3;
	position: relative;
	margin-bottom: 20px;
	height: auto;
}
@media screen and (min-width: 1050pt) {
    #benefitIconSlider {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}
.benefitIconArrowRight {
    float: right;
}
.benefitIconArrowLeft {
    float: left;
}
#benefitIconArrow1, #benefitIconArrow2 {
    cursor: pointer;
    color: white;
    font-size: 40px;
    position: relative;
    bottom: 0px;
    color: #E31b23;
	margin-left: 10px;
	margin-right: 10px;
}
#benefitIconArrow1:hover, #benefitIconArrow2:hover {
    color: #7C6A55;
}
#benefitIconSlider #benefitIconContent {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#benefitIconSlider #benefitIconContent .benefitIconItem {
	width: 19%;
	margin-left: 0.5%;
	margin-right: 0.5%;
	display: inline-block;
	height: auto;
	vertical-align: top;
	margin-bottom: 30px;
}
#benefitIconSlider #benefitIconContent .benefitIconItem img {
	height: auto;
	width: 100%;
}
#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(6) {
	display: none;
}
#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(7) {
	display: none;
}
#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(8) {
	display: none;
}
#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(9) {
	display: none;
}
#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(10) {
	display: none;
}
#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(11) {
	display: none;
}
#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(12) {
	display: none;
}
#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(13) {
	display: none;
}
#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(14) {
	display: none;
}
#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(15) {
	display: none;
}
#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(16) {
	display: none;
}
#benefitIconSlider .redHeading {
	padding-top: 25px;
}
@media screen and (min-width: 500pt) and (max-width: 800pt) {
		#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(5) {
			display: none;
		}
		#benefitIconSlider #benefitIconContent .benefitIconItem {
			width: 20%;
			margin-left: 2.5%;
			margin-right: 2.5%;
		}
}
@media screen and (min-width: 100pt) and (max-width: 500pt) {
		#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(5) {
			display: none;
		}
		#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(4) {
			display: none;
		}
		#benefitIconSlider #benefitIconContent .benefitIconItem {
			width: 27%;
			margin-left: 3%;
			margin-right: 3%;
		}
}
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(5) {
			display: none;
		}
		#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(4) {
			display: none;
		}
		#benefitIconSlider #benefitIconContent .benefitIconItem:nth-child(3) {
			display: none;
		}
		#benefitIconSlider #benefitIconContent .benefitIconItem {
			width: 40%;
			margin-left: 5%;
			margin-right: 5%;
		}
  }

 /* event page */
 .eventPreview {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-style: solid;
    border-width: 1px;
    border-color: #7C6A55;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 8px #888888;
	height: 235px;
 }
  .eventPreviewInsurance {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-style: solid;
    border-width: 1px;
    border-color: #7C6A55;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 0px 0px 8px #888888;
	/*height: 235px;*/
 }
 @media screen and (max-width: 800pt) {
	 .eventPreview {
		height: 300px;
	 }
 }
  @media screen and (max-width: 700pt) {
	 .eventPreview {
		height: 350px;
	 }
 }
@media screen and (max-width: 600pt) {
	 .eventPreview {
		height: 400px;
	 }
 }
 @media screen and (max-width: 575pt) {
	 .eventPreview {
		height: 450px;
	 }
 }
 .eventPreview img {
	margin: 20px;
	width: 150px;
	height: auto;
 }
  .eventPreviewInsurance img {
	margin: 10px;
	margin-left: 20px;
	width: 150px;
	height: auto;
 }
 .eventPreviewText {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: stretch;
 }
.eventPreviewInsurance .eventPreviewText {
	width: 70%;
	text-align: left;
}
 .eventPreviewText .redHeadingLeft {
	margin-bottom: 0px;
 }

 .programPartnerBodyLeft em {
	font-style: italic;
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color:#000;
	text-align: left;
 }
 .eventPreviewText .redBody {
	font-family:'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    font-weight: bold;
	font-style: italic;
    color: #000;
	text-align: left;
	/*margin-left: 40px;*/
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 0px;

 }
 .eventPreview i {
	cursor: pointer;
    color: white;
    font-size: 40px;
    position: relative;
    bottom: 0px;
    color: #E31b23;
	margin-left: 20px;
	margin-right: 20px;
 }
 .eventPreview:hover i {
	    color: #7C6A55;
}
 .eventPreviewInsurance i {
	cursor: pointer;
    color: white;
    font-size: 40px;
    position: relative;
    bottom: 0px;
    color: #E31b23;
	margin-left: 20px;
	margin-right: 20px;
 }
 .eventPreviewInsurance:hover i {
	    color: #7C6A55;
}
@media screen and (min-width: 700pt) and (max-width: 800pt) {
	 .eventPreviewText .redBody {
		margin-left: 20px;
		padding-left: 0px;
	 }
	.eventPreviewText .redHeadingLeft{
		margin-left: 20px;
		padding-left: 0px;
	}
	.benefitlist .eventPreviewText .redHeadingLeft{
		margin-left: 0px;
		padding-left: 0px;
	}
	.eventPreviewText .programPartnerBodyLeft {
		margin-left: 20px;
		padding-left: 0px;
	}
	.benefitlist .eventPreviewText .programPartnerBodyLeft{
		margin-left: 0px;
		padding-left: 0px;
	}
  }
@media screen and (min-width: 100pt) and (max-width: 700pt) {
		.eventPreviewText .programPartnerBodyLeft {
			display: none;
		}
		.faqbox .eventPreviewText .programPartnerBodyLeft {
			display: block;
			padding-left: 0px;
			width: 100%;
		}
		.hidesmall {
			display: none !important;
		}
		.showsmall {
			display: block !important;
		}
		 .eventPreview img {
			width: 100px;
			height: auto;
		 }
		.eventPreviewInsurance img {
			width: 100px;
			height: auto;
		 }
			.eventPreviewText .redHeadingLeft{
				font-size: 12pt;
				margin-left: 5px;
				padding-left: 0px;
		  }
			.benefitlist .eventPreviewText .redHeadingLeft{
				margin-left: 0px;
				padding-left: 0px;
			}
		  .eventPreviewText .redBody {
				font-size: 10pt;
				margin-left: 5px;
				padding-left: 0px;
		  }
		   .eventPreview {
				justify-content: space-around;
		   }
		   	.eventPreviewInsurance {
				justify-content: space-around;
		   }
			.eventPreviewText {
				width: 50%;
			}
		.eventPreview {
			height: 150px;
		 }
  }
 @media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.eventPreviewText .programPartnerBodyLeft {
			display: none;
		}
		 .eventPreview img {
			width: 85px;
			height: auto;
			margin-left: 5px;
			margin-right: 5px;
		 }
		.smallerimg {
			display: none;
		 }
		.eventPreviewInsurance img {
			width: 120px;
			height: auto;
			margin-left: 10px;
		 }
		  .eventPreviewText .redHeadingLeft{
				font-size: 16px;
		  }
		  .eventPreviewText .redBody {
				font-size: 12px;
		  }
		  	.eventPreview {
				justify-content: flex-start;
		   }
		   	.eventPreviewInsurance {
				justify-content: flex-start;
		   }
			.eventPreviewText {
				width: 50%;
			}
			.eventPreview i {
				margin: 2px;
			}
  }

/*individual event pages */
.eventLinks .buttonCon {
    position: relative;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background-color: #E31b23;
    border: none;
    width: 24%;
    margin-right: 38%;
    margin-left: 38%;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: baseline;
	transition: all 0s;
}
.eventLinks .buttonCon p {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bolder;
    text-align: center;
}
.eventLinks .buttonCon p a {
	color: #ffffff;
}
.eventLinks .buttonCon:hover {
    background-color: #7C6A55;
}


.buttonCon {
    position: relative;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background-color: #E31b23;
    border: none;
    width: 24%;
    margin-right: 38%;
    margin-left: 38%;
    margin-top: 0px;
    margin-bottom: 10px;
    vertical-align: baseline;
	transition: all 0s;
}
.buttonCon p {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bolder;
    text-align: center;
	margin-bottom: 0px;
}
.buttonCon p a {
	color: #ffffff;
}
.buttonCon:hover {
    background-color: #7C6A55;
}


.eventDotPoint li {
	display: flex;
	justify-content: flex-start;
}
.eventLinkScholar {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.eventLinkScholar div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.eventLinkScholar div div {
	width: 250px;
	height: auto;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.eventLinkScholar div div img{
	width: 100px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 15px;
	margin-bottom: 15px;
	height: auto;
}
.eventLinkScholar div div p {
	margin: 0px;
	padding: 0px;
}
.eventScholarships {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.eventScholarships div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.eventScholarships div div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.eventScholarships div div img{
	width: 100px;
	height: 100px;
	margin: 20px;
}
.eventScholarships div div p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: 100px;
}
.scholarshipTypes .redHeading{
	padding-top: 20px;
}
 @media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.eventDotPoint li p {
			font-size: 13px;
		}
		.eventScholarships div div img{
			/*width: 30%;*/
			height: auto;
			margin: 10px;
			margin-left: 1%;
			margin-right: 1%;
		}
		.eventScholarships div div p {
			font-size: 13px;
			width: 75px;
			margin-left: 10px;
			margin-right: 10px;
		}
		.eventLinkScholar div div {
			width: 120px;
			height: 185px;
			margin-bottom: 10px;
		}
		.eventLinkScholar div div img{
			width: 75px;
			height: 75px;
		}
		.eventLinkScholar div div p {
			font-size: 13px;
		}
		.eventLinks .buttonCon p a {
			font-size: 15px;
		}
		.eventLinks .buttonCon {
			width: 36%;
			margin-left: 32%;
			margin-right: 32%;
		}
		.buttonCon {
			margin-right: 5%;
			margin-left: 5%;
			width: 90%
		}
  }
  .tc {
	color: grey;
	font-size: 9pt;
	margin: 10px;
  }
 @media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.smallfont {
			size: 13px;
			font-weight: normal;
		}
  }
.eventInfo {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    color: #ffffff;
	padding-bottom: 20px;
}
.eventInfo tr td{
	padding-left: 20px;
	padding-right: 20px;
}
.eventLinkScholar div div i {
	font-size: 50pt;
	text-align: center;
	margin-bottom: 20px;
	color: #7C6A55;
}
.programPartnerBodyWhiteSF {
	padding-bottom: 10px;
}
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.eventInfo {
			font-size: 15px;
}
  }
.eventScholarships .TangaloomaTickets {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.eventScholarships .TangaloomaTickets div {
	display: flex;
	flex-direction: column;
	margin: 40px;
}
.programPartnerBody a {
	color: #E31b23;
}
.aboutTrio {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
.aboutTrio div .programPartnerBody{
	padding: 0px;
}
.aboutTrio div {
	width: 300px;
	margin: 20px
}
.aboutTrio div img {
	width: auto;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 800pt) {
	.aboutTrio {
		flex-direction: column;
	}
	.aboutTrio div {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

}
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.eventInfo {
			font-size: 13px;
	}
	.aboutTrio div .programPartnerBody{
		font-size: 13px;
	}
}
.committee {
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color:#000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	height: 35px !important;
	line-height: 1.5;
}
.committeeRole {
	font-family: 'Quicksand', sans-serif;
	font-style: italic;
    font-size: 10pt;
    text-decoration: none;
    color:#000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	height: 35px !important;
	line-height: 1.5;
}
.committeeDescription {
	font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color:#000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	height: 200px !important;
	line-height: 1.5;
}
@media only screen and (max-width: 1020px) and (min-width: 600px) {

	.committeeDescription {
		height: 360px !important;
		margin-top: 30px;
	}
  }
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.committee {
		font-size: 15px;
		font-weight: bold;
		height: auto;
	}
	.committeeRole {
		font-size: 13px;
		height: auto;
	}
	.committeeDescription {
		font-size: 13px;
		height: auto;
	}
  }
  .boldTable {
	font-weight: bolder;
  }
/*Coolum */
.redBody {
	font-family:'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    font-weight: bold;
	font-style: italic;
    color: #E31b23;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 40px;
	margin-top: 40px;
	line-height: 1.2;
 }
.redbg .eventScholarships .prizes div i {
	line-height: 80px;
	font-size: 70px;
	color: #FFFFFF;
	margin: 20px;
	text-align: center;
}
.redbg .eventScholarships .prizes div img {
	height: 80px;
	width: 80px;
}
.redbg {
	background-image: url(https://www.qri.com.au/image/data/EVENTS/EXPO/BAPP_Red_Banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 40px;
}
.redbg .redHeading {
	color: #FFF;
}
.redbg .eventScholarships .prizes div .programPartnerBold {
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
	width: 110px;
}
.greybg {
	background-color: #d3d3d3;
}
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.redbg .eventScholarships .prizes div i {
			line-height: 50px;
			font-size: 40px;
			color: #FFFFFF;
			margin: 20px;
			text-align: center;
		}
		.redbg .eventScholarships .prizes div img {
			height: 50px;
			width: 50px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.redbg .eventScholarships .prizes div {
			width: 25%;
		}
		.redbg .eventScholarships .prizes div .programPartnerBold {
			width: 90%;
			margin-right: 5%;
			margin-left: 5%;
		}
  }
.unitInfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: row;
	margin-bottom: 30px;
	margin-top: 30px;
}
.unitInfo div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: row;
	flex-grow: 1;
}
.unitInfo div div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	flex-direction: column;
	flex-grow: 1;
}

.unitInfo div div .checklist {
	margin-left: 10%;
	margin-right: 10%;
	color: #000;
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    text-decoration: none;
    font-style: normal;
    line-height: 1.2;
    text-align: left;
	list-style-type: none;
	margin-bottom: 5px;
	flex-grow: 1;
}
.unitInfo div div .checklist li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.unitInfo div div .checklist li i {
	padding-right: 10px;
}
.unit1 {
	border-right: 2px solid #7C6A55;
}
.unit2 {
	border-right: 2px solid #7C6A55;
}
.unit3 {
	border-right: 2px solid #7C6A55;
}
#merUnit3 {
	border-right: none;
}
#yepUnit2 {
	border-right: none;
}
.fa-paw {
	text-align: center;
	font-size: 40px;
	color: #E31b23;
	-ms-transform: rotate(-30deg); /* IE 9 */
    -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
    transform: rotate(-30deg);
	margin-bottom: 5px;
}
#yepUnit1 .fa-paw {
	width: 100%;
}
@media screen and (min-width: 400pt) and (max-width: 800pt) {
	.unitInfo {
		flex-direction: column;
	}
	.unit1 {
		border-right: 2px solid #7C6A55;
		border-bottom: 2px solid #7C6A55;
	}
	.unit2 {
		border-right: 0px solid #7C6A55;
		border-bottom: 2px solid #7C6A55;
	}
	.unit3 {
		border-right: 2px solid #7C6A55;
		padding-right: 4px;
	}
	#merUnit1 {
		border-bottom: none;
	}
	#merUnit2 {
		border-bottom: none;
		border-right: 2px solid #7C6A55;
	}
	#yepUnit1 {
		border-bottom: none;
	}
	#yepUnit2 {
		border-bottom: none;
	}
}
@media screen and (min-width: 100pt) and (max-width: 400pt) {
	.unitInfo {
		flex-direction: column;
	}
	.unitInfo div {
		flex-direction: column;
	}
	.unit1 {
		border-bottom: 2px solid #7C6A55;
		border-right: 0px solid #7C6A55;
	}
	.unit2 {
		border-bottom: 2px solid #7C6A55;
		border-right: 0px solid #7C6A55;
	}
	.unit3 {
		border-bottom: 2px solid #7C6A55;
		border-right: 0px solid #7C6A55;
	}
	#yepUnit2 {
		border-bottom: none;
	}

}
@media screen and (min-width: 400pt) and (max-width: 800px) {
	#merUnit1 {
		border-bottom: 2px solid #7C6A55;
		border-right: 2px solid #7C6A55;
	}
	#merUnit2 {
		border-bottom: 2px solid #7C6A55;
		border-right: none;
	}
	#merUnit3 {
		border-bottom: none;
		border-right: none;
	}
}
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.unitInfo {
			flex-direction: column;
		}
		.unitInfo div {
			flex-direction: column;
		}
		.unit1 {
			border-bottom: 2px solid #7C6A55;
			border-right: 0px solid #7C6A55;
		}
		.unit2 {
			border-bottom: 2px solid #7C6A55;
			border-right: 0px solid #7C6A55;
		}
		.unit3 {
			border-bottom: 2px solid #7C6A55;
			border-right: 0px solid #7C6A55;
		}
		.unitInfo div div .programPartnerBodyBold {
			font-size: 15px;
		}
		.unitInfo div div .checklist li {
			font-size: 13px;
		}
		.fa-paw {
			font-size: 70px;
		}
		.redBody {
			font-size: 13px;
		}
		#merUnit1 {
			border-bottom: 2px solid #7C6A55;
			border-right: 2px solid #7C6A55;
		}
		#merUnit2 {
			border-bottom: 2px solid #7C6A55;
			border-right: none;
		}
		#merUnit3 {
			border-bottom: none;
			border-right: none;
		}
		#yepUnit2 {
			border-bottom: none;
		}
  }
.actionTrio {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	flex-direction: row;
}
.actionTrio  div {
    border-style: solid;
    border-width: 1px;
    border-color: #7C6A55;
	margin-bottom: 20px;
	display: inline-flex;
	flex-direction: column;
	width: 25%;
	justify-content: space-between;
	box-shadow: 0px 0px 8px #888888;
}
@media screen and (min-width: 100pt) and (max-width: 600pt) {
	.actionTrio {
		flex-direction: column;
	}
	.actionTrio  div {
		width: 90%;
		margin-right: 5%;
		margin-left: 5%
	}
}
.actionTrio div .buttonCon {
	position: relative;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background-color: #e31b23;
    border: none;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.actionTrio div .buttonCon:hover {
    background-color: #7C6A55;
}
.actionTrio div .buttonCon p{
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bolder;
	margin-bottom: 0px;
	text-align: center;
}

.actionTrio  div .buttonCon p a:visited{
    color: #ffffff !important;
}

.actionTrio  div .buttonCon p a,
.actionTrio  div .buttonCon p a:visited,
.actionTrio  div .buttonCon p a b {
	color: #ffffff !important;
	text-decoration: none !important;
	-webkit-transition: all 0s ease !important;
-moz-transition: all 0s ease !important;
-ms-transition: all 0s ease !important;
-o-transition: all 0s ease !important;
transition: all 0s ease !important;
}
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.actionTrio {
		flex-direction: column;
	}
	.actionTrio div .buttonCon p{
		font-size: 15px;
	}
	.actionTrio div {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
  }

iframe {
	margin-bottom: 30px;
	margin-top: 20px;
}
.smallWidth {
	width: 50em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (min-width: 100pt) and (max-width: 800pt) {
	.smallWidth {
		width: 80%;
	}
}
#house {
	border: none;
	flex-direction: column;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.programPartnerBody em {
	color: #E31b23;
	font-weight: bold;
	font-style: italic;
}
#gallerySmallSlider .magnetic {
	width: 70% !important;
	margin-left: 15% !important;
	margin-right: 15% !important;
}
#gallerySmallSlider .magnetic .gallerySmallItem{
	width: 20% !important;
	margin-left: 2.5% !important;
	margin-right: 2.5% !important;
}
#container {
	padding: 0px !important;
}
@media screen and (max-width: 1200px) {
	#container {
		padding: 0px !important;
	}
}
#center {
	text-align: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#content {
	padding-top: 0px;
}
.breadcrumb {
	display: none;
}

h1 {
	display: none;
}
.h1show {
	display: block;
	padding-top: 20px;
	font-family: 'Quicksand', sans-serif;
	line-height: 40px;
}
h2 {
	font-family: 'Quicksand', sans-serif;
}
p {
	font-family: 'Quicksand', sans-serif;
}
b {
	font-family: 'Quicksand', sans-serif;
}
body {
	font-family: 'Quicksand', sans-serif;
}
a button p {
	margin-bottom: 0px;
}
a.button, input.button, .form-element input[type="submit"] {
	font-family: 'Quicksand', sans-serif;
}
#dropdown {
    position: relative;
    display: inline-block;
	z-index: 99;
}
#dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	-webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
	z-index: 9999;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	font-family: 'Quicksand', sans-serif;
	z-index: 999;
}
.dropdown-content a:hover {
	background-color: #E31b23;
	color: #fff;
}
#dropdown:hover .dropdown-content {
    display: block;
}
#browntored .buttonCon {
	background-color: #7C6A55 !important;
}
#browntored .buttonCon:hover {
	background-color: #E31b23 !important;
}
.accountmenuup {
	margin-top: 20px;
}
#topofpage {
	top: 0px;
}
.sporticon {
	color:  #E31b23 !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 2px !important;
	padding-right: 7px !important;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 23px !important;
}
.longerwidth {
	width:70% !important;
}
.longerwidth .programPartnerBodyLeft a {
	color: #000 !important;
}
.longerwidth .programPartnerBodyLeft a:hover {
	color: #E31b23 !important;
}
.calendar-container {
	width: 100% !important;
}
.noarrow {
	margin-right: 75px !important;
}
.compCat {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.compCat div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.compCat div div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 250px;
	margin-left: 20px;
	margin-right: 20px;
}
.compCat div div .buttonCon{
	color: #ffffff;
	background-color: #7C6A55;
}
.compCat div div .buttonCon p {
	margin-top: 0px;
	padding: 10px;
}
.compCat div div .buttonCon:hover{
	background-color: #E31b23;
}
.compCat div div i {
	font-size: 70px;
	text-align: center;
	color: #ffffff;
}
.compCat div div .programPartnerBodyWhite {
	font-size: 12px;
	height: 120px;
	padding: 5px;
}
.footylogo {
	margin-right: auto;
	margin-left: auto;
	width: 240px;
}
.footylogo img:first-child {
	width: 70px;
	height: auto;
	margin: 10px;
}
.footylogo img:last-child {
	width: 120px;
	height: auto;
	margin: 10px;
}
.bold {
	font-weight: bold;
	padding-bottom: 3px !important;
}
.partnerBenefits div img{
	margin-left: 36px !important;
	margin-right: 36px !important;

}
#eventContent .eventItem p.bold {
	color: #ffffff;
	margin-bottom: 5px;
	font-weight: 900!important;
	height: 50px;
}
#eventContent .eventItem p {
	margin-bottom: 2px !important;
	font-weight: lighter;
	height: 50px;
}
#eventContent .eventItem p.bold {
	color: #ffffff;
}
#eventContent .eventItem:hover p a {
	color: #ffffff;
}
#eventContent .eventItem p a {
	color: #ffffff;
}
.whitearrow {
	color: #ffffff;
}
.whitearrow:hover {
	color: #7C6A55;
}
.biggerdiv p {
	width: 130px !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 600px) and (min-device-width: 200px) {
	.biggerdiv p {
		width: 75px !important;
	}
}
.smallerwidth {
	width: 200px !important;
}
.smallerwidth img {
	width: 150px !important;
}
.smallmargin {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.kidsgifts div {
	width: 270px !important;
}
.kidsgifts div i {
    font-size: 100px !important;
    line-height: 110px !important;
}
.kidsgifts div:hover i {
    color: #E31b23 !important;
}
.pingimg img{
	width: 550px !important;
	height: auto;
}
.pingimg {
	display: flex;
	justify-content: center;
}
.eventItem .programPartnerBodyWhite {
	padding-left: 3px;
	padding-right: 3px;
}
.smallmenuheight {
	height: auto !important;
}
.smallmenuheight img {
	margin: 10px !important;
	width: 120px !important;
}
.smallnumbers {
	width: 60px !important;
	height: 60px !important;
}
.wide {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.paddingtop20 {
	padding-top: 30px;
	margin-bottom: 10px;
}
.paddingtop50 {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 10px;
}
.paddingleft0 {
	padding-left: 0px !important;
}
.paddingleft40 {
	padding-left: 40px !important;
}
.promo {
	color: #7C6A55;
	font-size: 16px;
	margin-bottom: 0px;
}
@media screen and (min-width: 100pt) and (max-width: 700pt) {
	.promo {
		color: #000000;
		font-size: 14px;
	}
	.benefitlist {
		height: auto !important;
	}
	.benefitlist .tcsmall {
		display: block;
	}
}
.eventPreviewText .programPartnerBodyLeft .brown{
	color: #7C6A55 !important;
}
.eventPreview .menuLinks a .socialmediaicon {
	width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 8px;
    padding-left: 6px !important;
    margin-right: 5px !important;
    font-size: 22px !important;
    color: #fff !important;
    background: #e51b24;
    border-radius: 50%;
    box-sizing: border-box;
}
.tcsmall {
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;
}
@media screen and (min-width: 50pt) and (max-width: 400pt) {
	.tcsmall {
		display: none;
	}
	.benfitlist div .tcsmall {
		display: block;
	}
}
@media screen and (min-width: 50pt) and (max-width: 350pt) {
	.promo {
		display: none;
	}
	.benfitlist div .promo {
		display: block;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 600px) and (min-device-width: 200px) {
	.offer {
		color: #000000;
	}
	.promo {
		display: block;
	}
	.hidesmall {
		display: none !important;
	}
	.showsmall {
		display: block !important;
	}
	.paddingleft40 {
		padding-left: 5px !important;
	}
	.longerwidth {
		width: 85% !important;
	}
	.benefitlist {
		height: auto !important;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	.paddingleft0 {
		margin-top: 3px;
	}
	.socialmediaicon {
		display: none !important;
	}
	.menuLinks {
		justify-content: space-between !important;
	}
}
.paddingbottom5 {
	margin-bottom: 5px;
}
.paddingbottom30 {
	margin-bottom: 30px !important;
}
.marginbottom0 {
	margin-bottom: 0px !important;
}
.offer {
	color: #e31b23 ;
}
.margintop5 {
	margin-top: 5px;
}
.hidesmall {
	display: block;
}
#spacearound {
	margin-top: 40px;
	margin-bottom: 30px;
}
.insTable {
	font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    text-decoration: none;
    color:#000;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
}
.insTable tbody tr td .buttonCon {
	margin: 5px;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}
.insTable tbody tr {
	width: 100%;
}
.insTable tbody tr td {
	padding: 3px;
	padding-left: 10px;
	border: 1px #000000 solid;
	width: 33% !important;
}
.insTable tbody tr .blackbg {
	background-color: #000000;
	color: #ffffff;
}
.insClaim {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	min-width: 300px;
    flex-wrap: wrap;
}
.insClaim div {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 550px;
}

.underline {
	text-decoration: underline;
}
.insClaim div i {
	color: #e31b23;
	font-size: 90px;
	line-height: 100px;
	text-align: center;
	width: 100%;
}
.largewhiteicon {
	font-size: 90px !important;
	line-height: 100px !important;
	text-align: center;
	width: 100%;
	color: #ffffff;
	pading-top: 15px;
}
.width400 {
	width: 400px !important;
}
.insTable #width20per tr td {
	width: 20% !important;
}
.insTable #width25per tr td {
	width: 25% !important;
}
.tooltip {
    position: relative;
    display: inline-block;
	padding-left: 5px;
}
#reverse {
	background-color: #ffffff !important;
	margin-top: 30px;
}
#reverse p a {
	color: #000000 !important;
}
#reverse:hover p a {
	color: #000000 !important;
}
#reverse:hover {
	background-color: #7c6a55 !important;
}
/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: rgb(238, 238, 238);
    color: #000000;
    text-align: left;
    padding: 5px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	top: -5px;
    left: 105%;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext {
    opacity: 0;
    transition: opacity 0.25s;
}

.tooltip:hover .tooltiptext {
    opacity: 1;
}
@media only screen and (min-device-width: 200px)
  and (max-device-width: 600px)
  and (-webkit-min-device-pixel-ratio: 2) {
	table tbody tr td ul {
		padding-left: 0px;
		margin-left: 10px;
	}
  }
.bigwhitelink {
	color: #ffffff !important;
	text-decoration: underline !important;
}
.widelist {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px !important;
}
@media only screen and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.redHeadingLeft {
		font-size: 14px;
	}
  }
.menuLinks {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	height: 100%;
}
.menuLinks a:first-child {
	margin-bottom: 175px;

}
.menuLinks a:last-child {
	margin-bottom: 10px;

}

@media screen and (max-width: 700pt) and (min-width: 100pt) {
	.menuLinks {
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
		height: 140px;
	}
	.menuLinks a:first-child {
		margin-bottom: auto;
	}
	.menuLinks a:last-child {
		margin-bottom: auto;
	}
}

.menuLinks a i {
	font-size: 35px !important;
}
.mobile-menu .menu-container .main-menu #nav li a span{
	font-size: 15px !important;
}
.mobile-menu .menu-container .main-menu #nav li a{
	font-size: 15px !important;
	padding: 15px;
}
.menu-container .main-menu #nav li a{
	font-size: 13px !important;
}
.menu-container .main-menu #nav li a span{
	font-size: 13px !important;
}
.wishlist li a {
	font-size: 15px !important;
}
.mobile-menu .menu-container .main-menu #nav .toplevel ul li ul {
	display: none;
}
.mobile-menu .menu-container .main-menu #nav .toplevel ul {
	display: none;
}
.mobile-menu .menu-container .main-menu #nav .toplevel ul li a{
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mobile-menu .menu-container .main-menu #nav .toplevel:hover ul {
	display: block;
}
/*.mod-freebox1 {
	margin-top:40px;
}*/
#column-left .box.mod-freebox1 .box-heading::before {
    display: none;
}
.mod-freebox3 .box-content{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.mod-freebox3 {
	margin-bottom: 30px !important;
}
.mod-freebox3 .box-heading {
	display: none;
}
.benefitlist {
	width: auto;
	margin: 15px 30px 30px 30px;
	height: 275px;
}
.paddinglr0 {
	font-size: 13px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.paddinglr02 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 600px) and (min-device-width: 200px) {
	.offer {
		color: #000000;
	}
}
.giftCardOptional {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	margin-left: 40px;
}
.giftCardOptional div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 50%;
	min-width: 200px;
}
.giftCardOptional div em{
	font-size: 13px;
}
.GiftCardCall {
	font-size: 19px;
	font-weight: bolder;
}
.flexstart {
	align-self: flex-start;
}
.storebutton {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
}
.storebutton .buttonCon {
	width: 22%;
	min-width: 130px;
    margin-right: 10px;
    margin-left: 10px;
}
.storebutton .moreinfo {
	color: #ffffff;
	background-color: #7C6A55 !important;
}
.storebutton .moreinfo:hover {
	color: #ffffff;
	background-color: #E31b23 !important;
}
.benefitlist div form {
    position: relative;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    background-color: #7c6a55;
    border: none;
    width: 200px;
    margin-top: 3px;
    margin-bottom: 3px;
    vertical-align: baseline;
}
.benefitlist div form input {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    font-family: 'Quicksand', sans-serif;
    font-size: 10pt;
    color: #ffffff;
    text-shadow: none;
	width: 100%;
	text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
	margin-bottom: 0px;
    font-weight: bolder;
	text-align: center;
	background: none;
	border: none;
}

.benefitlist div form:hover {
    background-color: #ff0000;
}
.benefitlist div form:hover input {
    color: #ffffff;
}
.insurancelogo {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.insurancelogo img {
	width: 200px;
}
.Textred {
	color: #E31b23 !important;
}
.Textbrown {
	color: #7c6a55 !important;
}
.Textblack {
	color: #000000 !important;
}
.Textwhite {
	color: #ffffff !important;
}
.Textbold {
	font-weight: bold!important;
}
.threeCols tr td {
	width: 33.33% !important;
}
.twoCols tr td {
	width: 50% !important;
}
.oneCols tr td {
	width: 100% !important;
}
.fourCols tr td {
	width: 25% !important;
}
.fiveCols tr td {
	width: 20% !important;
}
.sixCols tr td {
	width: 16.6666% !important;
}
.sevenCols tr td {
	width: 14.28% !important;
}
.sevenCols tr td {
	width: 14.25% !important;
}
.eightCols tr td {
	width: 12.5% !important;
}
.BodyText {
	font-family: 'Quicksand', sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color:#000;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.TextCenter {
	text-align: center;
}
.TextRight {
	text-align: right;
}
.TextLeft {
	text-align: left;
}
.TextUnderline {
	text-decoration: underline;
}
.TextItalic {
	font-style: italic;
}
.Subheading {
	font-family: 'Quicksand', sans-serif;
    font-size: 14pt;
    text-decoration: none;
    font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
.BoxSection {
    width: 100%;
    height: auto;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	height: auto;
}
@media only screen and (min-device-width: 320px)
  and (max-device-width: 500px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.moreinfobox.eventPreview{
			justify-content: center;
			flex-direction: column;
		}
		.moreinfobox .eventPreviewText.noarrow {
			width: 100%;
			margin-right: 0px !important;
		}
		.moreinfobox .storebutton {
			justify-content: center;
		}
		.moreinfobox img {
			align-self: center !important;
		}
		.moreinfobox .redHeadingLeft {
			margin-left: 40px;
		}
		.moreinfobox .disclaimer {
			text-align: left!important;
			margin-left: 5px;
			margin-right: 5px;
		}
		.moreinfobox.faqbox .eventPreviewText {
			width: 90% !important;
			padding-right: 5% !important;
			padding-left: 5% !important;
		}
		.moreinfobox.faqbox .redHeadingLeft {
			margin-left: 10px;
			margin-right: 10px;
		}

}
