/* CSS Document */
html{min-height:100%; position:relative;}
body{background:#ececec;-webkit-font-smoothing: antialiased;font-family: "Univers W01", "Roboto", "Helvetica Neue", sans-serif !important; margin-bottom:100px;}
header{background:#0081c6;min-height: 108px;}
header a,header a:hover,header a:focus,header a:active{color:#ffffff;}
header .pull-right > a{margin-top: 46px;float: right;}
header a:hover{text-decoration:underline;}
header .logo{width: 280px;height: auto; margin:22px 0px 22px 0px; float:left;}

h1{font-size: 32px;margin: 0.67em 0;font-weight:200; }
h2{font-size: 24px;margin: 0.67em 0;font-weight:200;}
section#body{}
ul.actions{list-style:none; margin:0px; padding:0px; margin-top:25px; }
ul.actions li{width:50%; float:left; padding-top:15px; padding-bottom:0px; border-right:#c3c2c3 1px solid;border-bottom:#c3c2c3 1px solid; font-size:20px;min-height:115px;}
ul.actions li img{margin-right:20px; width: 50px; height: auto; float:left;}
ul.actions li.noright{border-right:none;}
ul.actions li.nobottom{border-bottom:none;}
ul.actions li.pd{padding-left:30px;}
footer{background:#4f626e; font-size:13px; color:#ffffff; padding:10px 0px;  width:100%;position: absolute;bottom: 0;width: 100%;height: 60px;}
footer a,footer a:hover{color:#b7c9d4}

/*Button styles*/
.button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 15px 15px 15px;
  min-height: 40px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight:700;
  line-height: 1;
  background: #F45E06;
  border: 1px solid transparent;
  border-radius: 3px;
}
.button i.fa:first-child {
  margin-right: 8px;
}
.button i.fa:last-child {
  margin-left: 8px;
}
.button, .button:link, .button:visited {
  color: #FFF;
}
.button:hover {
  text-decoration: none;
  background-color: #FF8A46;
}
.button:active, .button:active:hover, .button.active, .button.active:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0 0 4px 4px rgba(0, 0, 0, 0.09);
}

.popover .popover-content{font-size:12px;}

@media (max-width: 768px){

header .logo{width: 150px;height:auto; margin:35px 0px 24px 0px; float:left;}
ul.actions li {
	width: 100%;
	float: left;
	font-size: 20px;
	min-height: 138px;
	border-right:none;
	border-bottom:1px solid #c3c2c3 !important;
	padding:10px 0px 10px 0px !important;
	min-height: auto !important; 
		
}
ul.actions li a img{
	width: 10%;

}

	
}
ul.rules {list-style:none; margin:0px; padding: 0px;}
ul.rules li{padding-bottom:6px;}
ul.extra {margin:0px; padding-left: 20px;}

@media (max-width: 768px){
	
	
	}
	
p.center{
	text-align:left; 
	max-width:255px; 
	margin: 0 auto;
}
p.centerQues{
	text-align:left;
	max-width:350px;
	margin: 0 auto;
}

p.addRules{
	text-align: center;
	border-top: 1px solid black;
	padding-top: 7px;
}

div.passVal{
	position:relative; 
	width: 255px; 
	margin-left: auto;
	margin-right: auto;
}