/** * ConduitITCStd */
/** Ultra Light */
 @font-face {
	font-family: "ConduitITCStd";
	font-weight: 100;
	src: url("/website/fonts/ConduitITCStd-Light.ttf");
}
/** Thin */
 @font-face {
	font-family: "ConduitITCStd";
	font-weight: 200;
	src: url("/website/fonts/ConduitITCStd-Light.ttf");
}
/** Regular */
 @font-face {
	font-family: "ConduitITCStd";
	font-weight: 400;
	src: url("/website/fonts/ConduitITCStd-Medium.ttf");
}
/** Medium */
 @font-face {
	font-family: "ConduitITCStd";
	font-weight: 500;
	src: url("/website/fonts/ConduitITCStd-Medium.ttf");
}
/** Semi Bold */
 @font-face {
	font-family: "ConduitITCStd";
	font-weight: 600;
	src: url("/website/fonts/ConduitITCStd-Light.ttf");
}
/** Bold */
 @font-face {
	font-family: "ConduitITCStd";
	font-weight: 700;
	src: url("/website/fonts/ConduitITCStd-Bold.ttf");
}
/** * Reset bootstap paddings and margins */
 body, * {
	font-family: "ConduitITCStd";
	font-weight: 100;
}
 body, html {
	min-height: 100%;
}
 ul, p, h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 20px 0;
}
 *:focus {
	outline: none;
}
 h1, h2, h3, h4, h5, .bm-btn {
	color: #26282a;
	font-weight: 400;
	letter-spacing: 1px;
}
 h1 {
	font-size: 40px;
	font-weight: 400;
}
 h2, .h2 {
	color: #26282a;
	font-size: 40px;
	font-weight: 400;
	line-height: 42px;
}
 h3 {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 32px;
}
 h3.keyfacts {
	margin-top: 0;
}
 h3.lines {
	text-transform: uppercase;
}
 h4 {
	font-size: 20px;
	line-height: 28px;
}
 h5 {
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 8px;
}
 p, ul, ol, address {
	margin: 20px 0;
	font-size: 18px;
	line-height: 1.4em;
}
 ul, ol {
	padding-left: 15px;
}
 #topbar{
	border-bottom: 1px solid #000;
}
 #topbar p{
	margin:10px;
}
 #topbar button{
	margin-top: 5px;
}
 #index-container{
	margin-top: 200px;
}
 div.signon{
	padding: 0px 10px;
}
 .btn-lg{
	font-size:50px;
	padding: 20px 30px 8px 30px;
}

 .row{
	margin-top: 25px;
}
/* Indemnity */
.indemnity p{
	font-size: 14px;
}

/* Utility */
 .no-margin{
	margin: 0px;
}
 .full-width{
	width: 100%;
}
/* Alerts */
.alert{
	border-radius: 0px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	border: 0px;
}

.alert-danger{
	background-color: #B91919;
}

/* Buttons */
 .btn{
	border-radius: 0px;
}
 .signon .btn-primary{
	font-size: 30px;
}
 .signon .btn-default{
	font-size: 15px;
}
 .event-button{
	width:100%;
	font-size: 18px!important;
	margin-bottom: -10px;
	padding: 10px 5px;
}
/* Forms */
 label{
	text-transform: uppercase;
	color: #b9b9bf;
}
 .form-control{
	border: none;
	border-bottom: 1px solid #b9b9bf;
	border-radius: 0px;
	color: #3f3d41;
	font-size: 30px;
	padding:0px;
}
 .form-control:focus{
	outline: none;
	box-shadow:none;
	border-color: #b9b9bf;
}
input:read-only{
	color: #b9b9bf;
}
