header {
	position: fixed;
	width: 100%;
	height: 120px;
	background: #db0042;
	z-index: 999 ! important;
	
	font-size: 24px;

	font-family: 'PT Sans', sans-serif;
  
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}
header.sticky {
	height: 70px;
	font-size: 24px;
}
header .claim {
	color: #ffdf3f;
	margin-top: 43px;
	
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;		
}
header img.logo {
	height: 100px;	
	margin-top: 10px;	
	cursor: pointer;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}
header.sticky img.logo {
	height: 60px;
	margin-top: 5px;	
}
header.sticky .claim {
	margin-top: 18px;
}
.popover {
	border: 1px solid #ffdf3f;
	border-radius: 0px;
	min-width: 800px
}
.popover-title {
    display: none;
}
.popover-content {
    background-color: #FFFFFF;
    color: #db0042;
}
.popover-content,
.popover-content * {
    font-size: 12px ! important;
}
.popover-content a {
	color: #db0042 ! important;
	text-decoration: underline ! important;
}
.popover-content a:hover {
	color: #db0042 ! important;	
	text-decoration: none ! important;
}
.popover.top > .arrow {
    border-top-color: #ffdf3f;
}
#content {
	padding-top: 150px;
}
#content h1 {
	color: #db0042;
	margin-bottom: 48px;
	text-align: center;
}
#content.guidelinesText {
	padding-top: 10px;	
	margin-bottom: 40px;
	line-height: 1.4;
}
#content.guidelinesText a {
	color: #333333;
}
#content.guidelinesText a:hover {
	text-decoration: underline;
}
#content.guidelinesText ol li {
	margin: 0px 0px 0px -24px;
}
#content.guidelinesText ul li {
	margin: 0px 0px 0px -28px;
	list-style-image: url(../img/li.gif);
}
footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	padding-top: 1px;
	margin-top: 20px;		
	background: #db0042;
 
	text-align: center;
	z-index: 999 ! important;	
}
footer a {
	font-size: 11px;
	color: #ffdf3f ! important;   
	outline: none ! important;
	text-decoration: none ! important;
}
footer a:hover {
	color: #FFFFFF ! important;   
}