body, .form-control {
	color: #000;
	font-size: 18px;
}
body,  p, a, span, div {
	font-family: 'Inter', sans-serif;
}
h1,h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 50px;
	color: #003A5D;
	
}
h2 {
	font-size: 40px !important;
	color: #003A5D !important;
}
.section-title {
	font-size: 30px !important;
	font-weight: 700;
	color: #003A5D !important;
}
h3 {
	color: #003A5D!important;
	font-size: 30px;
}
h4 {
	color: #003A5D;
	font-size: 25px
}
h5 {
	color: #003A5D!important;
	font-size: 20px;
}
a, a:hover {
	color: #207EAF;
}
p {
	font-weight: normal;
}
.bcfsa-headlines {
	font-weight: 700;
}
.bcfsa-subheads {
	font-weight: 700;
}
.bcfsa-body {
	font-weight: 400;
}
/*Heade Navigation Styles Starts */
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
	font-family: 'Inter', sans-serif;
	color: #003A5D;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.075em;
}
 span.username {
	 font-family: 'Inter', sans-serif;
 }
.navbar-inverse .navbar-nav > li > a:hover {
	border-bottom: 4px solid #69BA7A;
}
.navbar-static-top.navbar-inverse {
	height: auto;
	background: #fff;
	padding-top: 30px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	background: #003A5D!important;;
	color: #fff !important;
}
.navbar-header .homelink{
	font-weight: 700;
	font-size: 24px;
}
.navbar-inverse .navbar-nav>li>a {
	padding: 10px 30px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #003A5D;
    color: #fff !important;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-color: #68BD45;
}
.navbar-static-top.navbar-inverse .navbar-brand {
	padding: 0;
}


	
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #003A5D;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-weight: bold;
}
.dropup .dropdown-menu {
	right: 0;
	left: auto;
}
@media screen and (max-width: 1440px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 0px !important;
	}
	.container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
		margin-left: 0px !important;
	}
}
/*Heade Navigation Styles Ends */

@media screen and (max-width: 600px) {
	.navbar-header {
		text-align: left;
		width: 100%;
		padding: 0;
	}
	.navbar-header img{
		padding-top: 10px;
	}
	.breadcrumb > li a, .breadcrumb > li a:hover {
		font-size: 10pt;
	}
	.breadcrumb > .active {
		font-size: 10pt;
	}
}
/*Heade Navigation Mobile Styles Ends */

/*Breadcrumbs starts*/
.breadcrumb, .backbutton{
	text-transform: uppercase;
}
.breadcrumb > li a, .breadcrumb > li a:hover, .backbutton {
	color: #003A5D;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.075em;
	font-size: 13px;
}
.breadcrumb > .active {
	color: #003A5D;
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.075em;
	font-size: 13px;
}
.breadcrumb>li+li:before {
	content: "/ "!important;
	color: #003A5D;
    font-weight: bold;
}


/*Breadcrumbs ends*/

@media screen and (max-width: 1199px) {
	.navbar-inverse .navbar-toggle {
		position: absolute;
		top: 30%;
		right: 0;
		margin-top: 0;
		transform: translateY(-50%);
		border-color: transparent
	}
	.navbar-inverse .navbar-toggle:hover {
		background: #003A5D;
	}
	.navbar-static-top.navbar-inverse {
		height: auto;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #003A5D;
		border: 2px solid #003A5D;
	}
	.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #EDEDED !important;
	}
}

/*Heade Navigation Tablet Styles Starts */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.navbar-static-top .navbar-brand {
		padding-bottom: 10px;
	}
	.navbar-header {
		position: relative;
		padding-bottom: 22px;
	}
	.navbar-header img{
		position: absolute;
		left: 0;
	}
	.navbar-toggle {

	}
	.navbar-static-top.navbar-inverse {
		
	}
}
/*Heade Navigation Tablet Styles Ends */

@media screen and (min-width: 1200px) {
	.navbar-static-top .navbar-header {
		padding-bottom: 10px;
	}
}



/*Heade Navigation Mobile Styles Ends */