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

.dropdownStyle{
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-image: url(images/master/updown.svg);
	background-size: auto 25px;
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-color: #FFF;
	margin-top: 15px;
}
.dropdownStyle select{
	background: transparent;
	padding: 3px;
	padding-left: 5px;
	border: 0;
	border-radius: 0;
	height: 40px;
	-webkit-appearance: none;
	width: 120%;
	font-size: 18px;
	font-family: 'Conv_INTERSLC';
}

#moreInfo{
	background-image:url(../images/master/splash_more_info_270x270.png);
	background-size:270px 270px;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:270px;
	top:0px;
	left:0px;
	display:none;
}
#voucherImage .hasInfo{
	display:block;
}


#moreInfoContent{
	color:#FFF;
	padding:20px;
	display:none;
}

#moreInfoContent h1{
	font-family: 'Conv_INTERSBC';
	font-weight: normal;
	font-size:19px;
	line-height:120%;
	padding-bottom:8px;
}

#moreInfoContent h2{
	font-family: 'Conv_INTERSBC';
	font-weight: normal;
	font-size:16px;
	line-height:120%;
	padding-bottom:4px;
	padding-top:8px;
}

#moreInfoContent p{
	font-family: 'Conv_INTERSLC';
	font-size:15px;
	line-height:120%;
	padding-bottom:8px;
}

#moreInfoContent p strong{
	font-family: 'Conv_INTERSBC';
	font-weight:normal;
	font-size:15px;
	line-height:120%;
}

#moreInfoContent ul{
	margin-left:15px;
	padding-right:10px;
	font-family: 'Conv_INTERSLC';
	font-size:15px;
	line-height:120%;
	padding-bottom:8px;
}
#moreInfoContent ol{
	margin-left:15px;
	padding-right:10px;
	font-family: 'Conv_INTERSLC';
	font-size:15px;
	line-height:120%;
	padding-bottom:8px;
}
#moreInfoContent li{
	font-size:15px;
	line-height:110%;
	padding-bottom:3px;
}

#noscript{
	background-color:#900;
	color:#FFF;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	height:60px;
	-webkit-backface-visibility: hidden;
	font-family: 'Conv_INTERSBC';
	text-align:center;
	font-size:17px;
	line-height:110%;
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

.genericButton{
	font-family: 'Conv_INTERSBC';
	position:relative;
	display:block;
	font-size:16px;
	height:16px;
	color:#FFF;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	padding:3px 5px;
	
	background-color:#488CBA;
	text-shadow: -1px -1px #00608A;
}
.genericButton:hover{
	opacity:0.75;
	filter:alpha(opacity=70);
}

#voucherEdit{
	width:150px;
	margin:20px auto;
	padding:5px 0 5px 0;
}

#fbRegister{
	text-align:center;
}
#fbRegister p{
	font-family: 'Conv_INTERSBC';
	font-size: 20px;
	line-height: 24px;
	padding-top:13px;
	padding-bottom:10px;
}




/*      MEMBER CARD PAGE       */
.membercard #container{
	width:280px;
	margin:0 auto;
	background:none;
	padding:20px;
}

.membercard #bannerLogo{
	width:100%;
	height:50px;
	background-size:auto 50px;
	background-position:center;
	margin:0 auto 0 auto;
	position:relative;
	left:0px;
	top:0px;
}
.membercard h2{
	font-family: 'Conv_INTERSBC';
	font-size: 19px;
	line-height: 24px;
	font-weight: normal;
	padding-top: 10px;
	width:270px;
	margin:auto;
	text-align:center;
}
.membercard #innerContainer{
	-moz-box-shadow: 5px 5px 15px #000;
	-webkit-box-shadow: 5px 5px 15px #000;
	box-shadow: 5px 5px 15px #000;
	background-color:#FFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top:30px;
	padding-bottom:30px;
}
.membercard #barcodeBox{
	width:100%;
	margin-top:0px;
	
}
.membercard #barcodeBox p.barcode{
	font-size:60px;
	line-height:60px;
	margin-top:0px;
	height:auto;
	margin-bottom:20px;
	transform:scale(1,1.5);
	-webkit-transform:scale(1,1.5);

}

.membercard #barcodeBox p{
	width:auto;
}

.membercard #nameBox p{
	text-align:center;
	font-family: 'Conv_INTERSLC';
	font-size:22px;
	padding-top:70px;
	padding-bottom:20px;
}
#fbLoginButton{
	display:block;
	width:160px;
	height:21px;
	margin:0 auto;
	border-radius: 4px;
	background-color: #4267b2;
	background-image:url(../images/master/facebook_logo_24x24.png);
	background-size:24px 24px;
	background-position:10px center;
	padding:11px 10px 10px 42px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.28;
	color:#FFF;
}






/* Paddy's App Landing Styles */


/* HOME PAGE SPECIFIC STYLES */

.appmenu #innerBody{
	/* min-height:1100px; */
}
.appmenu #topNavbar{
	width:100%;
}
.appmenu #menuButton,.confirmation #menuButton,.providepassword #menuButton,.enterpassword #menuButton,.login #menuButton,.landing #menuButton{
	border:1px solid #FFFFFF;
	background-image:url(../images/master/menu_button_reverse_28x21.png);
}


#sideslideshow{
	height:270px;
}
#sideslideshow>img{
	position:absolute;
	top:-2000px;
}
#slideShowEnvelope{
	height:270px;
	width:100%;
	overflow:hidden;
	margin-top:35px;
}
#slideShowEnvelope img{
width:270px;
height:270px;
}
#slideShowCarousel{
	position:absolute;
	left:50px;
	top:0px;
}
#appButtons{
	width:100%;
	text-align:center;
	margin-top:30px;
}

.appmenu #appButtons .buttonEnvelope{
	width:135px;
	height:100px;
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
}
.appmenu #appButtons p{
	font-size:18px;
	line-height:100%;
	padding-top:15px;
	
}






.locations #containerBG{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	height:100%;
	width:100%;
}

.locations #container{
	width:320px;
	margin:0 auto;
	background:none;
}
.locations #innerBody{
	min-height:2000px;
}
.locations h1{
	font-family:'Conv_INTERSBC';
	text-transform:uppercase;
	font-size:25px;
	line-height:25px;
	text-align:center;
	font-weight:normal;
	padding-bottom:15px;
}
.locations h2{
	font-family:'Conv_INTERSRC';
	text-transform:uppercase;
	font-size:20px;
	line-height:130%;
	font-weight:normal;
	padding-bottom:5px;
	padding-top:15px;
}
.locations p{
	font-size:15px;
	line-height:130%;
	font-weight:normal;
	padding-bottom:5px;
}
.locations p a{
	text-decoration:underline;
	color: #4D4D4D;
}
.locations #innerContainer{
	padding-left:20px;
	padding-right:20px;
}
.locations td{
	font-size:15px;
	line-height:130%;
	font-weight:normal;
	padding-right:15px;
	vertical-align:top;
}
.locations td:first-child{
	font-weight:bold;
}
.locations td:first-child + td{
	text-align:right;
}






.tradermap #containerBG{
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	height:100%;
	width:100%;
}

.tradermap #container{
	width:320px;
	height:100%;
	margin:0 auto;
	background:none;
}
.tradermap #mapContainer{
	height:100%;
	width:100%;
	visibility:hidden;
}
.tradermap #innerBody{
	min-height:2000px;
}
.tradermap h1{
	font-family:'Conv_INTERSBC';
	text-transform:uppercase;
	font-size:25px;
	line-height:25px;
	text-align:center;
	font-weight:normal;
	padding-bottom:15px;
	padding-top:15px;
}
.tradermap h2{
	font-family:'Conv_INTERSRC';
	text-transform:uppercase;
	font-size:20px;
	line-height:130%;
	font-weight:normal;
	padding-bottom:5px;
	padding-top:15px;
}
.tradermap p{
	font-size:15px;
	line-height:130%;
	font-weight:normal;
	padding-bottom:5px;
}
.tradermap p a{
	text-decoration:underline;
	color: #4D4D4D;
}
.tradermap #innerContainer{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

svg#svgmap{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#FFF;
}
.tradermap text.cls-4{
	font-family:'AvenirNextCondensed-Medium','Arial Narrow', sans-serif-condensed, Helvetica, Arial, sans-serif;
}
.tradermap rect.cls-1, .tradermap polygon.cls-1, .tradermap path.cls-1, .tradermap g.cls-1 rect, .tradermap g.cls-1 polygon, .tradermap g.cls-1 path{
	fill:#D8E7FF;
}
.tradermap rect.blue, .tradermap polygon.blue, .tradermap path.blue, .tradermap g.blue rect, .tradermap g.blue polygon, .tradermap g.blue path{
	fill:#007DFF;
}
.tradermap g.white text, .tradermap text.white{
	fill:#FFF;
}

.tradermap #infoContainer{
	display:none;

}
.tradermap #traderImage{
	width:100%;
	height:auto;
}
.tradermap #traderInfo{
	background-color:#DDD;
	padding:8px 15px;
	overflow:hidden;
}
.tradermap #traderInfo h2{
	padding-top:0;
}

.tradermap .fieldContainer{
	height:40px;
}
.tradermap .fieldContainer input{
	margin-top:8px;
	
}
.tradermap #searchResults{
	font-size: 18px;
	font-family: 'Conv_INTERSLC';
	background-color:#E4E4E4;
	padding:8px;
	line-height:130%;
	color:#4D4D4D;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	display:none;
	margin-top:-10px;
}
.tradermap #searchResults a{
	color:#4D4D4D;
	text-decoration:none;
	display:block;
	padding:5px 0;
}
.tradermap .buttonEnvelope{
	width:30%;
	float:left;
}
.tradermap .middleButton{
	margin-left:5%;
	margin-right:5%;
}
.tradermap .buttonEnvelope p{
	font-size:20px;
}
.tradermap #searchNav{
	padding-top:15px;
	padding-bottom:15px;
	display:none;
}
.tradermap #mapContainer #zoomTo{
	position:absolute;
	top:15px;
	left:20px;
	width:170px;
}
.tradermap #mapContainer .zoomer{
	position:absolute;
	top:15px;
	right:20px;
	width:36px;
}
.tradermap #mapContainer #zoomIn{
	right:65px;
}
p.surveyPrompt{
	font-family: 'Conv_INTERSLC';
	font-size:15px;
	line-height:18px;
	padding-bottom:3px;
}
#taskFormContainer .standby{
	margin-top:20px;
	background-color:rgba(255, 255, 255, 0.3);
	padding:10px 10px 2px 10px;
}

#pointsTally{
	height:75px;
}
#pointsBlock1{
	font-family: 'Conv_INTERSBC';
	font-size:52px;
	line-height:52px;
	color:#FFF;
	position:relative;
	margin-left:20px;
	top:8px;
	display:inline-block;
	text-transform:uppercase;
	padding-right:6px;
}
#pointsBlock2{
	font-family: 'Conv_INTERSBC';
	font-size:22px;
	line-height:22px;
	color:#FFF;
	position:relative;
	top:8px;
	display:inline-block;
	text-transform:uppercase;
	border-right:1px solid #FFF;
	padding-right:10px;
	height:40px;
}
#pointsBlock3{
	font-family: 'Conv_INTERSBC';
	font-size:13px;
	line-height:14px;
	color:#FFF;
	position:relative;
	margin-left:8px;
	top:8px;
	text-transform:uppercase;
	text-align:left;
	display:inline-block;
	opacity:0.75;
	filter:alpha(opacity=75);

}
#pointsBlock4{
	font-family: 'Conv_INTERSRC';
	font-size:13px;
	line-height:13px;
	color:#FFF;
	position:absolute;
	left:20px;
	top:57px;
	text-transform:uppercase;
	opacity:0.50;
	filter:alpha(opacity=50);
	white-space: nowrap;
	overflow:hidden;
}
#barcodeBox p.barcode_small{
	font-family: 'Conv_FREE3OF9';
	font-size:38px;
	height:45px;
	margin-top:30px;
	color:#000;
}
#barcodeBox svg{
	width:280px;
	height: 150px;
	margin-bottom:15px;
}
.voucherpopup #barcodeBox svg, .printablevoucher #barcodeBox svg{
	margin-top:50px;
}
.printablevoucher #barcodeBox{
	text-align:center;
}
/*
.home #container{	
	padding-top:60px;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	min-height: 575px;
	padding-bottom:30px;
	-moz-box-shadow: 0 5px 15px #111;
	-webkit-box-shadow: 0 5px 15px #111;
	box-shadow: 0 5px 15px #111;
	box-shadow-blend-mode: multiply;
}

#programName{
	text-align:right;
	position:absolute;
	text-transform:uppercase;
	font-family: 'Conv_INTERSBC';
	font-weight:normal;
	width:160px;
	top:10px;
	right:80px;
	font-size:20px;
	line-height:22px;
}
*/
