@font-face {
    font-family: 'Hero New';
    src: url('/fonts/Hero New Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/fonts/Hero New Light Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Hero New';
    src: url('/fonts/Hero New Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/fonts/Hero New Regular Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Hero New';
    src: url('/fonts/Hero New Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Hero New';
    src: url('/fonts/Hero New Bold Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

html, body{
	font-family: 'Hero New', sans-serif;
	background-color: #ffffff !important;
    height:100%;
} 
  
em {
    font-style: italic;
}

a{
	color: #6D98BA;
}

.row {
    margin-bottom: 15px; /* or whatever spacing you want */
}



.content{
	margin-top: 20px;
	padding:10px;
	background-color: #ffffff !important;
	 
}
 
.footer{
	margin-bottom:0px !important;
	color: #000 !important;
}

.roundedCorners {
    border-radius: 10px;
}
.outline {
    width: 100%;
    border: 1px solid #ccc;
}
.cw{
	text-transform: uppercase;
	font-size:2.2em;
	color:#fff;
}
.top-image{
	margin-top:-20px;
}
.page-heading{
    	font-size:1.4em;
	font-weight:600;
}
.page-text{
	font-size: 1.1em;
	font-weight:400;
}
.err{
	color:red;
	font-weight:900;
}

.img-container{
	background-color: #14487F;
	padding: 10px 1px 1px 1px;
}

.bg-gray{
	background-color: #A0A3A9;
}

.text-danger{
	color: RGB(179, 50, 49);
}