

div.signup-instructions a {
	font-weight: bold;
	text-decoration: underline;
}

.auth_navbar {
    white-space:nowrap;
}



#main-footer a {
	color: #000;
	font-weight: bold;
	margin-top: 35px;
	display: block;
}

#bottom-menu {
	padding: 0;
}

#main-footer {
	background-color: #eee;
	border-top: 30px solid #b71d23;
	margin-top: 0px;
	padding: 30px;
	text-align: left;
}

#main-header.columns,
#main-footer .columns {
	padding-left: 30px;
	padding-right: 30px;
}

#stats .columns {
	margin-bottom: 15px;
	padding: 0;
	font-size: 12px;
}

#disclaimer {
	font-size: 10px;
	background-color: #eee;
	padding: 15px;
	margin-bottom: 15px;
}

body {
	color:#1A1A1A;
	background: #fff;
	/* color: #585858; */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-family: 'liberation_sansregular';
	font-family: 'open_sansregular';
}

#logo {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* body .columns {
	max-width: 960px;
	margin-left: auto;
	margin-left: auto;
} */

.custom-container{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

div#side-menu .menu.vertical {
	background-color: #f9f9f9;
	border: 1px solid #e1e1e1;
}


.top-bar ul,
.top-bar a,
.top-bar {
	background-color: #2199c8; /*#2c3840;*/
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
	color: #185360;
	color: #444;
}


.button {
	/* background-color: #185360; */
}

button.menu-icon {
	background-color: transparent!important;
	position: relative;
	top: 15px;
}
.w2p_fw .btn {
	margin-right: 5px;
}
#main-content {
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	min-height: 600px;
}

body {
	/*
	background-color: #2c3840;
	background-color: #fff;
background-color: #ddd;
	*/

/*
background: #eeeeee;
background: -moz-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%);
background: -webkit-linear-gradient(top, #eeeeee 0%,#bbbbbb 100%);
background: linear-gradient(to bottom, #eeeeee 0%,#bbbbbb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );

background-attachment: fixed;
*/
}


i.fi-share {
	float:right;
}




div.top-bar {
	border-top: 2px solid #fff;
}

#side-menu input[type="submit"] {
	width: 100%;
}

div#main-menu {
	background-color: #b71d23; /*#ec5840; /*#2199c8; /*#2c3840;*/
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

input[type="submit"],
.button.alert {
	background-color: #b71d23;
}


div#main-menu .button-group,
div#main-menu a.button {
	margin-bottom: 0;
	width: 100%;
	display: block;
	text-align: left;
}

#lookup input[type="submit"]{
	font-weight: bold;
	font-size: 22px;
	width: 100%;
}

#top-menu a,
#stats a {
	font-size: 22px;
	color: #b71d23;
}

#top-menu div {
	border-bottom: 1px solid #ddd;
	padding-top: 3px;
	padding-bottom: 3px;
}

#top-menu div:first-child {
	border-top: 1px solid #ddd;
}

#main-header {
	background-color: #FFF;
}

#top-menu {
	text-align: right;
	padding: 30px;
}

a#make-report {
	font-weight: bold;
}

div.faq p.paymentcode {
	font-size: 22px;
}

div.faq p a {
	font-weight: bold;
	text-decoration: underline;
}

div.faq p.lead {
	margin-bottom: 5px;
	margin-top: 30px;
}

.message{
	color:#585858;
}



#irlrisklink{
	word-break: break-all;
}

@media screen and (max-width: 768px) {
	#logo{
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#top-menu{
		padding-top: 0;
	}

	.custom-section{
		padding: 2.5rem 0rem;
	}
  }