html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
	background-color: #fff;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 15px;
}
/* Keep Footer at bottom of page without overlapping content */
.body-wrap{
	min-height:100%;
	position: relative;
}
.content-wrap{
	padding-bottom:2%;
	min-height: 500px;
}
.btn.btn-primary{
	border: 1px solid #0054AE;
	background-color: #006BBB;
}
.btn.btn-primary:hover{
	background-color: #0064B6;
}
.btnCustom{
	background: #c9cff0;
	background-image: -webkit-linear-gradient(top, #c9cff0, #ffffff);
	background-image: -moz-linear-gradient(top, #c9cff0, #ffffff);
	background-image: -ms-linear-gradient(top, #c9cff0, #ffffff);
	background-image: -o-linear-gradient(top, #c9cff0, #ffffff);
	background-image: linear-gradient(to bottom, #c9cff0, #ffffff);
	-webkit-border-radius: 16;
	-moz-border-radius: 16;
	border-radius: 16px;
	font-family: Georgia;
	color: #f51313;
	font-size: 31px;
	padding: 6px 19px 11px 18px;
	border: solid #7788e0 2px;
	text-decoration: none;
	text-transform: uppercase;
}
.btnCustom:hover{
	text-decoration: none;
}
a:hover, a:visited, a:link, a:active{
	text-decoration: none;
}
.no-margintop{
	margin-top: 0px;
}
.btn:hover, .btn:focus, .btn:active{
	outline: 0px none !important;
}
.card .btn-primary{
	background-color: #286090;
	border-color: #47a0ed;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	line-height: 1.35;
	padding: 10px 16px;
	width: 80%;
	margin: 10px auto;
	box-shadow: 2px 2px 1px #ccc;
	-moz-user-select: none;
	background-image: none;
	font-weight: normal;
}
.card .btn-primary:hover{
	background-color: #3377b1;
	border-color: #47a0ed;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active{
	outline: 0 !important;
}
/* entire container, keeps perspective */
.card-container{
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
	margin-bottom: 30px;
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card, .card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg);
	-moz-transform: rotateY( 180deg);
	-o-transform: rotateY( 180deg);
	transform: rotateY( 180deg);
}
.card-container.static:hover .card, .card-container.static.hover .card{
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
/* flip speed goes here */
.card{
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}
/* hide back of pane during swap */
.front, .back{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}
/* front pane, placed above back */
.front{
	z-index: 2;
}
/* back, initially hidden pane */
.back{
	-webkit-transform: rotateY( 180deg);
	-moz-transform: rotateY( 180deg);
	-o-transform: rotateY( 180deg);
	transform: rotateY( 180deg);
	z-index: 3;
}
.back .btn-simple{
	position: absolute;
	left: 0;
	bottom: 4px;
}
/* Style */
.card{
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px;
	color: #444444;
}
.card-container, .front, .back{
	width: 100%;
	/*height: 320px;
	*/
	border-radius: 4px;
	margin-bottom: 20px;
}
.card .cover{
	height: 105px;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
.card .cover img{
	width: 100%;
}
.card .user{
	border-radius: 50%;
	display: block;
	height: 120px;
	margin: -55px auto 0;
	overflow: hidden;
	width: 120px;
}
.card .user img{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 4px solid #FFFFFF;
	width: 100%;
}
.card .content{
	background-color: #fff;
	box-shadow: none;
	padding: 10px 20px 20px;
}
.card .content .main{
	min-height: 60px;
}
.card .back .content .main{
	height: 215px;
}
.card .name{
	font-size: 22px;
	line-height: 28px;
	margin: 10px 0 0;
	text-align: center;
	text-transform: capitalize;
}
.card h5{
	margin: 5px 0;
	font-weight: 400;
	line-height: 20px;
}
.card .profession{
	color: #999999;
	text-align: center;
	margin-bottom: 20px;
}
.card .footer{
	border-top: 1px solid #EEEEEE;
	color: #999999;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
}
.card .footer .social-links{
	font-size: 18px;
}
.card .footer .social-links a{
	margin: 0 7px;
}
.card .footer .btn-simple{
	margin-top: -6px;
}
.card .header{
	padding: 15px 20px;
	height: 90px;
}
.card-container{
	margin-bottom: 10px;
	perspective: 800px;
}
.card-container.static:hover .card, .card-container.static.hover .card{
	transform: none;
}
.card{
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.5s ease 0s;
}
.front, .back{
	backface-visibility: hidden;
	background-color: #ffffff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.14);
	left: 0px;
	position: absolute;
	top: 0px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.front{
	z-index: 2;
}
.back{
	transform: rotateY(180deg);
	z-index: 3;
}
.card{
	background: #ffffff none repeat scroll 0px 0px;
	border-radius: 4px;
	color: #444444;
}
.card .cover-reg{
	border-radius: 4px;
	height: 155px;
	overflow: hidden;
	background-image: url("../images/regBG.jpg");
	background-position: center;
	color: #fff;
	border-bottom: 5px solid #444444;
}
.card .cover-housing{
	border-radius: 4px 4px;
	height: 155px;
	overflow: hidden;
	background-image: url("../images/housingBG.jpg");
	background-position: center;
	color: #fff;
	border-bottom: 5px solid #444444;
}
.cover-reg h4, .cover-housing h4{
	color: #fff;
	text-align: center;
	font-size: 23px;
	text-transform: uppercase;
	padding: 15px;
	margin: 0 auto;
	background-color: rgba(15, 27, 51, 0.7);
	position: absolute;
	top: 0px;
	width: 100%;
	border-top: 2px solid #000;
	border-bottom: 3px solid #000;
}
.card .cover img{
	width: 100%;
}
.card .user{
	border-radius: 50%;
	display: block;
	height: 120px;
	margin: -55px auto 0px;
	overflow: hidden;
	width: 120px;
}
.card .user img{
	background: #ffffff none repeat scroll 0px 0px;
	border: 4px solid #286090;
	width: 100%;
}
.card .content{
	background-color: #ffffff;
	box-shadow: none;
	padding: 10px 20px 20px;
	font-size: 18px;
	text-align: center;
}
.card .content .main{
	min-height: 20px;
}
.card .back .content .main{
	height: 215px;
}
.card .name{
	font-size: 22px;
	line-height: 28px;
	margin: 10px 0px 0px;
	text-align: center;
	text-transform: capitalize;
}
.card h5{
	font-weight: 400;
	line-height: 20px;
	margin: 5px 0px;
}
.card .profession{
	color: #999999;
	margin-bottom: 20px;
	text-align: center;
}
.card .header{
	height: 90px;
	padding: 15px 20px;
}
.card .motto{
	border-bottom: 1px solid #ccc;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
	text-align: center;
}
.title{
	color: #506a85;
	font-size: 44px;
	font-weight: 300;
	line-height: 90%;
	margin-bottom: 10px;
	text-align: center;
}
.title small{
	color: #999999;
	font-size: 17px;
	margin: 0px;
	text-transform: uppercase;
}
h3{
	color: #333332;
	font-family: "Open San Semibold", sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-shadow: none;
}
/* Template settings/elements */
hr{
	margin: 5px 0;
}
hr.hr-thick{
	height: 3px;
	border: none;
	color: #ccc;
	background-color: #ccc;
}
img{
	border: none;
	padding: 0px;
}
.bggrey{
	background: #f1f1f1;
}
.noborder{
	border-style: none;
}
.clearboth{
	clear: both;
	margin: 0;
	padding: 0;
}
/* FONT SIZES */
.xsmall{
	font-size: 10px;
}
.small{
	font-size: 12px;
}
.medium{
	font-size: 14px;
}
.large{
	font-size: 16px;
}
.larger{
	font-size: 20px;
}
.xlarge{
	font-size: 30px;
}
/* Colors & Fonts */
.black{
	color: #000000;
}
.red{
	color: #da293d;
}
.grey{
	color: #999;
}
.green{
	color: #7fb555;
}
.blue{
	color: #286090;
}
.lightblue{
	color: #2da3bd;
}
.darkgreen{
	color: #060;
}
.white{
	color: #fff;
}
.italic{
	font-style: italic;
}
.bold{
	font-weight: bold;
}
/* HOVERING over Color Classes */
.blue:hover, .blue:active, .blue:focus{
	color: #025696;
}
/* Inner Container */
.inner-wrap{
	background-color: #fff;
	padding: 10px;
}
/* HORIZONTAL MENU ABOVE FOOTER */
.navbar{
	border-radius: 0px;
}
footer li{
	margin-bottom: 0;
}
footer .navbar-default .container{
	margin-bottom: 0px;
	background-color: #006BBB;
	border-color: transparent;
}
.navbar{
	border-radius: 4px;
}
.navbar{
	border: 1px solid transparent;
	margin-top:10px;
	margin-bottom: 21px;
	min-height: 60px;
	position: relative;
}
.navbar-nav{
padding: 10px auto;
text-align: left;
width: 100%;
}
.nav-justified{
max-height: 52px;
}
.navbar-default .navbar-nav > li > a{
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active{
border: none;
color: #fff;
}
.navbar-default .navbar-nav > li > a:hover{
text-decoration: none;
}
.nav-justified{
width: 100%;
}
.nav-justified > li{
display: table-cell;
width: 33%;
}
/* Footer Styles */
footer, section{
margin: 0px;
padding: 0px;
}
footer.footer{
position: relative;
bottom: 0;
width: 100%;
min-height: 150px;
background-color: #e2e4e6;
color: #333;
}
footer.footer a{
color: #286090;
text-decoration: underline;
}
footer.footer a:hover{
text-decoration: none;
color: #47a0ed;
}
footer .container{
background-color: #e2e4e6;
}
footer .container .row{
padding-bottom: 0px;
}
/*EMAIL CLASSES*/
.emailcontainer{
width: 680px;
text-align: left;
margin: 0 auto;
background-color: #fff;
}
.emailheader{
width: 680px;
background: #fff url(../images/ACC_emailbanner.jpg) no-repeat;
text-align: center;
height: 106px;
}
.emailcolumn{
width: 290px;
float: left;
}
.emailvertdividerbg{
background: #fff url(../images/vertdivider.jpg) repeat-y center;
}
.emailrightcolumn{
width: 280px;
float: right;
}
.bordered-contain{
border: 1px solid #ccc;
}
/***************************************************************************************Bootstrap overrides (BE CAREFUL! always better to nest a new div with the class inside the existing grid)***************************************************************************************/
/* Used on default page to set a container around the 2 main options and set a min-height to have them align vertically properly via min-height */
.well.well-minHeight{
min-height: 250px;
background: #e1e1e1;
border: 1px solid #ccc;
}
/* Created "panel-minHeight" class to clean up checkout1 */
.panel-MinHeight{
min-height: 300px;
}
.alert-info{
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad;
}
/* Modifications to alerts -- primarily if flatly theme is used */
.panel-warning{
border-color: #ffcc77;
}
.panel-warning > .panel-heading{
background-color: #006BBB;
border-color: #ffcc77;
color: #fff;
font-size: 20px;
}
.alert-dismissable, .alert-dismissible{
padding-right: 35px;
}
/* CUSTOM ALERT TO MATCH ORANGE of Primry Button */
.alert-primary{
background-color: #006BBB;
border-color: #00ADEF;
color: #fff;
font-size: 20px;
}
.alert-primary a{
color: #fff;
}
.alert-primary a:hover{
color: #f1f1f1;
}
.go{
background-color: #dbefdb;
}
.yield{
background-color: #f5f5d9;
}
.stop{
background-color: #ffd4d4;
}
.col-sm-1.mini{
width: 3%;
}
.col-sm-2.mini{
width: 12.0%;
}
.disable{
cursor: not-allowed;
opacity: 0.7;
}
.form-group{
margin: 5px;
}
.img-responsive{
margin: 0 auto;
}
.row{
margin-bottom: 5px;
}
label{
text-align: left;
margin-bottom: 2px;
}
.form-horizontal .control-label{
text-align: left;
}
/***************************************************************************************Standard HTML overrides***************************************************************************************/
h1{
color: #555;
/*color: #2c3e50;
*/
}
h2{
/*color: #2c3e50;
*/
color: #777;
text-shadow: 0px 1px white;
font-weight: bold;
font-size: 20pt;
line-height: 25px;
}
h3{
/*color: #2c3e50;
*/
text-shadow: 0px 1px white;
font-weight: bold;
font-size: 18pt;
line-height: 25px;
}
h4{
color: #333;
/*color: #2c3e50;
*/
text-shadow: 0px 1px white;
font-weight: bold;
font-size: 16pt;
line-height: 25px;
}
h5{
color: #333;
text-shadow: 0px 1px white;
font-weight: bold;
font-size: 14pt;
line-height: 25px;
}
h6{
text-shadow: 0px 1px white;
font-weight: bold;
font-size: 12pt;
line-height: 25px;
}
#feesDueTable{
/* Depends on feedback -- I prefer the second time through the user has it collapsed by default for quick checkout */
/*display: none;
*/
}
#showfeesDue{
color: #fff;
cursor: pointer;
margin: 10px auto;
padding: 0;
text-shadow: 1px 0px 1px #333;
}
#showfeesDue strong{
font-weight: 700;
color: #3bb093;
}
#showfeesDue:hover, #showfeesDue strong:hover{
color: #fff;
text-shadow: 1px 1px 1px #ac370e;
}
.font-small{
font-size: 11px;
}
.font-standard{
font-size: 13px;
}
.font-large{
font-size: 18px;
}
/***************************************************************************************Font styles not already in bootstrap***************************************************************************************/
.bold{
font-weight: bold;
}
.italic{
font-style: italic;
}
.small{
font-size: 80%;
}
.red{
color: #ff0000;
}
/***************************************************************************************Custom styling***************************************************************************************/
.panel-primary{
border-color: #00ADEF;
}
.btn-primary{
color: #ffffff;
background-color: #efb73e;
border-color: #efb73e;
}
.left-divider{
border-left: 1px solid #ccc;
}
.right_separator{
border-right: 1px solid #ccc;
}
.badgepreview{
border: 1px solid #666;
border-radius: 5px;
padding: 80px 10px 10px 10px;
min-height: 275px;
width: 90%;
text-align: center;
margin: 0 auto;
margin-bottom: 8px;
overflow: auto;
}
.tr-eventHeader{
background-color: #f1f1f1;
}
.environmentText{
/* margin: 0 auto; */
padding: .95rem 1.25rem;
/* margin-top: 10px; */
opacity: 0.7;
background: linear-gradient(#d61726 0,#d61726);
color: #fff;
font-weight: bold;
text-align: center;
}
.trackLegend{
width: 40%;
text-align: center;
padding: 5px;
border: 1px solid #ccc;
border-radius: 5px;
display: inline-block;
float: right;
margin-top: 15px;
}
.trackLabel{
width: 32%;
display: inline-block;
}
.bordered{
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px;
margin-bottom: 10px;
}
/* END STANDARD STYLESHEET STYLES */
/***************************************************************************************Begin Custom StylesGeneric/Static Margin and Padding***************************************************************************************/
/****************************************Margins and Paddings****************************************/
/*Margins*/
.margin-0{
margin: 0px;
}
.margin-5{
margin: 5px;
}
.margin-10{
margin: 10px;
}
.margin-20{
margin: 20px;
}
.margin-30{
margin: 30px;
}
.margin-bottom-0{
margin-bottom: 0px;
}
.margin-bottom-5{
margin-bottom: 5px;
}
.margin-bottom-10{
margin-bottom: 10px;
}
.margin-bottom-20{
margin-bottom: 20px;
}
.margin-bottom-30{
margin-bottom: 30px;
}
.margin-bottom-10-percent{
margin-bottom: 10%;
}
.margin-left-0{
margin-left: 0px;
}
.margin-left-5{
margin-left: 5px;
}
.margin-left-10{
margin-left: 10px;
}
.margin-left-20{
margin-left: 20px;
}
.margin-left-30{
margin-left: 30px;
}
.margin-right-0{
margin-right: 0px;
}
.margin-right-5{
margin-right: 5px;
}
.margin-right-10{
margin-right: 10px;
}
.margin-right-20{
margin-right: 20px;
}
.margin-right-30{
margin-right: 30px;
}
.margin-top-0{
margin-top: 0px;
}
.margin-top-5{
margin-top: 5px;
}
@media only screen and (min-device-width: 768px) and (max-device-width:1023px){
.add-top-margin{
	margin-top: 10%;
}
}
.margin-top-10{
margin-top: 10px;
}
.margin-top-20{
margin-top: 20px;
}
.margin-top-30{
margin-top: 30px;
}
/*Paddings*/
.padding-0{
padding: 0px;
}
.padding-5{
padding: 5px;
}
.padding-10{
padding: 10px;
}
.padding-20{
padding: 20px;
}
.padding-30{
padding: 30px;
}
.padding-bottom-0{
padding-bottom: 0px;
}
.padding-bottom-5{
padding-bottom: 5px;
}
.padding-bottom-10{
padding-bottom: 10px;
}
.padding-bottom-20{
padding-bottom: 20px;
}
.padding-bottom-30{
padding-bottom: 30px;
}
.padding-left-0{
padding-left: 0px;
}
.padding-left-5{
padding-left: 5px;
}
.padding-left-10{
padding-left: 10px;
}
.padding-left-20{
padding-left: 20px;
}
.padding-left-30{
padding-left: 30px;
}
.padding-right-0{
padding-right: 0px;
}
.padding-right-5{
padding-right: 5px;
}
.padding-right-10{
padding-right: 10px;
}
.padding-right-20{
padding-right: 20px;
}
.padding-right-30{
padding-right: 30px;
}
.padding-top-0{
padding-top: 0px;
}
.padding-top-5{
padding-top: 5px;
}
.padding-top-10{
padding-top: 10px;
}
.padding-top-20{
padding-top: 20px;
}
.padding-top-30{
padding-top: 30px;
}
/***************************************************************************************MISC***************************************************************************************/
.no-vertical-margin-or-padding{
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
.no-vertical-margin-or-padding{
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
.btn.btn-stretch{
display: block;
margin: 0 auto;
/*Center Button*/
width: 100%;
white-space: normal;
vertical-align: middle;
}
.btn.btn-darkgreen{
background-color: #00563F;
color: white;
}
.height-em4{
height: 4em;
}
.unbold{
font-weight: normal;
}
.small-font{
font-size: 0.8em;
}
.receipt-text{
font-family: @Arial Unicode MS;
font-size: 16px;
text-align: center;
}
.receipt-div{
font-family: @Arial Unicode MS;
font-size: 160px;
text-align: center;
}
@media print{
@page{
	margin: 0;
}
.print{
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-style: inherit;
	font-size: small;
	margin: 1.6cm;
}
}
.barcode{
font-size: 4em;
color: magenta;
text-align: center;
}
.hr{
color: magenta;
border: inherit;
margin-top: 20px;
}
.selregtext{
font-size: 3em;
color: magenta;
}
.center{
display: block;
text-align: -webkit-center;
}
.inner-body{
min-height: 500px;
}
