body {
	background-color:#f7f7f7; 
		
}

@font-face {
  font-family: "Montserrat-400";
  src: url("../fonts/Montserrat-Regular.eot?") format("eot"),
  url("../fonts/Montserrat-Regular.woff") format("woff"),
  url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu-500";
  src: url("../fonts/Ubuntu-Medium.eot?") format("eot"),
  url("../fonts/Ubuntu-Medium.woff") format("woff"),
  url("../fonts/Ubuntu-Medium.ttf") format("truetype");
}


/*START GENERAL STYLING*/
.light-text{
	color:#fcfcfc;
	font-weight:500;
}
.dark-text{
	color:#333333;
	font-weight:500;
}
.lg-pad{
	padding:25px;
}
.md-pad{
	padding:15px;
}
.pad{
	padding:10px;
}
.sm-pad{
	padding:3px;
}
.no-pad{
	padding:0px;
}
.bold{
	font-weight:bold;
}
.bolder{
	font-weight:bolder;
}
.italic{
	font-style: italic;
}
.uppercase{
	text-transform:uppercase;
}
.wrapped{
	word-wrap:break-word;
}
.sm-font{
	font-size:10pt;
}
.md-font{
	font-size:13pt;
}
.lg-font{
	font-size:20pt;
}
.xlg-font{
	font-size:25pt;
}
.vertical-middle{
	vertical-align:middle;
}
.no-x-overflow{
	overflow-x:hidden;
}
.crop{
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height:inherit;
	height:inherit;
	overflow:hidden;
}
.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }
.ion{
	position:relative;
	top:2px;
	margin:5px;
}
.header-ion{
	font-size:45pt;
	color:rgba(0,0,0,0.7);
}
.ion-xlg{
	font-size:20pt;
}
.ion-lg{
	font-size:17pt;
}
.ion-md{
	font-size:15pt;
}
.mrgn{
		margin-top:10px;
		margin-bottom:10px;
}
.sm-mrgn{
	margin-top:5px;
	margin-bottom:5px;
}
.no-mrgn{
	margin:0 !important;
}
.side-mrgn{
	margin-left:20px;
	margin-right:20px;
}
.md-side-mrgn{ margin-left:10px; margin-right:10px;}
.sm-side-mrgn{ margin-left:5px; margin-right:5px;}
.b-radius{
	border-radius:5px;
}
.hard-edge{
	border-radius:0px;
}
.anim{
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;

}
.anim-slow{
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
.anim-fast{
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
}
.anim-xfast{
	-webkit-transition: all 50ms ease-in;
	-moz-transition: all 50ms ease-in;
	-ms-transition: all 50ms ease-in;
	-o-transition: all 50ms ease-in;
	transition: all 50ms ease-in;
}
.shadow{
	border-radius:5px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
}
.btn:focus{
	outline:none;
}
/*END GENERAL STYLING*/



/*SITE-SPECIFIC STYLING*/
.logo{
	font-family: "Raleway";
	font-weight:200;
	font-size:50px;
	color:#003085;
	text-align:center;
	margin-bottom:30px;
}
.input-field{
	border-radius:3px;
	height:40px;
	border-color:rgba(0, 48, 133, 0.3);
	font-size:15px;
	font-family:"Ubuntu-500";
	letter-spacing:0.3px;
	color: rgb(0, 48, 133);
}
.input-field:active, .input-field:focus{
	border-color: rgb(0, 48, 133);
	box-shadow:none;
}
.input-field::-webkit-input-placeholder {
   color:rgba(4, 156, 222, 0.6);
}

.input-field:-moz-placeholder {
   color:rgba(4, 156, 222, 0.6);  
}

.input-field::-moz-placeholder {
   color:rgba(4, 156, 222, 0.6);  
}

.input-field:-ms-input-placeholder {  
   color:rgba(4, 156, 222, 0.6);  
}
.well-success{
	background-color:#2db760;
	color:#fff;
	font-family:"Montserrat-400";
	border-color:#23934c;
	text-align:center;
}
.well-danger{
	background-color:#ea2020;
	color:#fff;
	font-family:"Montserrat-400";
	border-color:#23934c;
	text-align:center;
}
.gen-btn, .gen-btn:focus{
	background-color:#049cde;
	font-family:"Ubuntu-500";
	color:#f7f7f7;
	min-width:290px;
	font-size:15px;
	width:60%;

}
.gen-btn:hover{
	color:#f7f7f7;
	background-color:#0277BE;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
}
.gen-btn:active{
	background-color:#0151A0;
	box-shadow:none;
}
.subtitle{
	font-family:"Montserrat-400";
	font-size:17px;
	text-transform:uppercase;
}
/*END SITE-SPECIFIC STYLING*