body{
	-webkit-font-smoothing: antialiased;
}
a:hover{
	text-decoration: none;
}
h1 {
	color: #26476E;
	font-weight: lighter;
}
h2{
	color: #C33A32;
	text-transform: uppercase;
	font-size: 1.15em;
	font-weight: 400;
}
h3{
	color: #335377;
	font-size: 1.15em;
}
h4{
	color: #8493B0;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
}
.white {
	background:white !important;
}
.text-white {
	color:white !important;
}
a:hover .panel {
	text-decoration: none !important;
	-webkit-box-shadow: 0 2px 6px rgba(50, 108, 255, 0.6);
  box-shadow: 0 2px 6px rgba(50, 108, 255, 0.6);
  -webkit-transition:box-shadow .3s;
  transition:box-shadow .3s;
}
/* CUSTOM TYPOGRAPHY */

.input-group .form-control::-webkit-input-placeholder {
   color: #a5a5a5;
}

.input-group .form-control:-moz-placeholder { /* Firefox 18- */
   color: #a5a5a5;  
}

.input-group .form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #a5a5a5;  
}

.input-group .form-control:-ms-input-placeholder {  
   color: #a5a5a5;  
}

.lighten {
	color: #95949B;
	font-size: 1em;
	padding-top: 2px;
	text-transform:initial;
}
p.lighten {
	color:#98949b;
	font-size:.9em;
	padding-top:2px;
}

.lighten i {
	color:#3C99E6;
	cursor:pointer;
}

.no-bottom {
	padding-bottom:0;
	margin-bottom:0;
}

.no-padding {
	padding:0;
}
.light-link {
	color:#7990A9;
	font-size:.9em;
}
.small-title {
	margin-top:0;
	color:#888888;
	font-size:.8em;
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:bold;
}

.small-text {
	font-size:45pt !important;
}

.visible {
	overflow:visible !important;
}

.capitalize {
	text-transform:uppercase;
}

.red-icon {
	color:#C33A32 !important;
}

.shame-margin {
	margin-top:-8px;
}

.fit-width {
	width:100%;
}