html{
	background-color: #222;
}

body, p{
	font-family: sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5{
	font-family: 'Roboto', sans-serif;
}

main{
	padding-top: 169px;
	background-color: #fff;
}

main ul li{
	/*padding-bottom: 5px;*/
}

a{
	color: #d96228;
}

a:hover{
	color: #d96228;
	text-decoration: underline;
}

.container a{
	font-weight: bold;
	font-size: 15px;
}

button:focus {
  outline: none;
}

hr{
	border: 0; 
  	height: 1px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	margin-top: 30px;
	margin-bottom: 30px;
}

.roboCon{
  font-family: 'Roboto Condensed', sans-serif;
}

.green{
	color: #42ac49;
}

.lightBlue{
	color: #99d2dd;
}

.orange{
	color: #d96228 !important;
}

.grey{
	color: #ccc !important;
}

.darkgrey{
	color: #333 !important;
}

.bg-darkgrey{
	background-color: #222;
	color: #fff;
}

.bg-green{
	background-color: #b8bf33;
}

.bg-orange{
	background-color: #d96228;
}

.border-grey-5{
	border: 5px solid #ddd
}

.btn-shadow{
	box-shadow: 0px 0px 15px #111;
}

.badge{
	background-color: #8e182b;
	color: #fff;
	padding: 8px;
	border-radius: 10px;
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 12px;
}

.bg-cover{
	background-size: cover;
	background-position: center;
}

.ctaBtn {
    font-weight: 600;
    font-size: 15px;
    border-radius: 0px;
    background-color: #007499 !important;
    color: #fff !important;
	padding: 12px 25px;
	text-transform: uppercase;
	border: 1px solid #1c2a59;
	text-shadow: 1px 1px #1c2a59;
}

.ctaBtn:hover{
	background-color: #99d2dd !important;
	color: #fff !important;
}

.ctaBtn-white {
    font-weight: 600;
    font-size: 15px;
    border-radius: 0px;
    background-color: transparent!important;
    color: #fff !important;
	padding: 15px 25px;
	text-transform: uppercase;
	border: 2px solid #fff;
	transition: all 0.3s ease;
}

.ctaBtn-white:hover{
	background-color: #007499 !important;
	text-decoration: none !important;
}

/*.agentBtn{
	background-color: orangered !important;
	margin:0px;
}

.agentBtn:hover {
	background-color: #fff !important;
	color: orangered !important;
}*/

.navbar-dark .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,0);
}

.sm-icon{
	border-radius:4px;
	width: 36px;
}

.nav-main{
	background-color: #007499;
	border-bottom: 1px solid #1c2a59;
	border-top: 1px solid #1c2a59;
}

.logo{
	width:400px;
	display: inline-block;
}

.top-info{
	text-align: right;
	font-size: 13px;
}

.top-info a{
	font-weight: 300;
	color: #d96228;
}

#navbar1{
	background-color: #007499;
}

.navbar{
	padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
	font-size: 16px;
	padding: 12px 22px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 300;
	transition: all 0.3s ease;
	border-right: 1px solid #1c2a59;
	opacity: 1;
	background-color: #007499;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: 1px 1px #1c2a59;
}

.navbar-dark .navbar-nav li:first-child .nav-link{
	border-left: 1px solid #1c2a59;
}

.navbar-dark .navbar-nav .nav-link:hover {
	background-color: #99d2dd !important;
	color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    background-color: #99d2dd;
	color: #fff;
}

.navbar-dark .navbar-toggler {
	border-color: transparent;
}

.dropdown-menu {
	background-color: #e9e9e9;
	border-radius: 0px;
	padding: 0px;
	margin-top: 0px;
	border: 1px solid #aaa;
	font-family: 'Roboto Condensed', sans-serif;
}

.dropdown-item{
	padding: 0px;
	background-color: transparent !important;
}

.dropdown-menu a {
	font-size: 14px;
	display: block;
	padding: 8px 12px;
	color: #333;
	text-decoration: none;
	font-weight: 300;
}

.dropdown-menu a:focus, .dropdown-menu a:hover {
	background-color: #fff !important;
}

.pattern-grey{
	background-image: url(../../img/pattern-grey.png);
	background-repeat: repeat;
}

.sub-header{
	padding-bottom: 10px;
	font-weight: 500;
	font-size: 26px;
	color: #1c2a59;
}

.small-header{
	padding-bottom: 0px;
	font-weight: 600;
	font-size: 16px;
}

.home-icon:hover{
	text-decoration: none;
	color: #007499;
}

.home-icon-img{
	width: 140px;
	border-radius: 50%;
	border: 5px solid #ddd;
	transition: all 0.3s ease;
}

.home-icon-title{
	text-transform: uppercase;
	font-size: 20px;
	padding-top: 15px;
	color: #333;
	transition: all 0.3s ease;
	font-family: 'Roboto Condensed', sans-serif;
}

.home-icon:hover .home-icon-img{
	border: 5px solid #007499;
}

.home-icon:hover .home-icon-title{
	color: #007499;
}

.financial-stability-text{
	/* text-transform: uppercase; */
	font-size: 16px;
	/* padding-top: 10px; */
	color: #333;
	font-weight: normal;
	/* transition: all 0.3s ease; */
	font-family: 'Roboto Condensed', sans-serif;
}

.news a{
	color: #333;
}

.news a:hover{
	text-decoration: none !important;
}

.news .title{
	font-weight: 500 !important;
	font-size: 22px;
}

.news .fas{
	font-size: 43px !important;
	color: #555 !important;
}

.bold-inline{
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
	display: inline;
	font-weight: 600;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}

/* Start Message Boxes */

.success-box{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #e9ffd9;
	border-style: solid;
	border-color: #a6ca8a;
	border-width: 1px;
	padding: 7px;
	text-align: left;
}

.warning-box{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #fff8c4;
	border-style: solid;
	border-color: #f2c779;
	border-width: 1px;
	padding: 7px;
	text-align: left;
}

.error-box{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #ffecec;
	border-style: solid;
	border-color: #f5aca6;
	border-width: 1px;
	padding: 7px;
	text-align: left;
}

a.gdl-button {
    background-color: #f1f1f1;
    color: #7a7a7a;
    border: 1px solid #dedede;
}

a.gdl-button:hover {
    color: #7a7a7a;
}

a.gdl-button {
    -moz-box-shadow: 1px 1px 3px #ececec;
    -webkit-box-shadow: 1px 1px 3px #ececec;
    box-shadow: 1px 1px 3px #ececec;
}

a.gdl-button {
    min-width: 210px;
    height: 26px;
    line-height: 26px;
    padding: 1px 12px 0px 12px;
    display: inline-block; 
    background: url('../../img/gradient-top4-32px.png') repeat-x;
    font-weight: bold;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.gdl-button:hover {
    background-image: url('../../img/gradient-bottom4-32px.png'); 
}

a.gdl-button.shortcode-large-button {
    margin-bottom: 30px;
    margin-right: 10px;
    padding: 0px 21px 0px 21px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
}

a.gdl-button.shortcode-medium-button {
    margin-bottom: 30px;
    margin-right: 10px;
    padding: 0px 15px 0px 15px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}

a.gdl-button.shortcode-small-button {
    margin-bottom: 30px;
    margin-right: 10px;
    text-shadow: none;
    font-size: 11px;
    text-align: center;
}

.nav-error-button {
    width: 210px;
    background-color: #e8e8e8;
    border: 1px solid #999999;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* End Message Boxes */

.footer {
    padding:25px 0;
	margin: 0;
	color: #fff;
	background: #007499;
	font-size: 12px;
	border-top: 2px solid #1c2a59;
}

.footer a{
	color: #fff;
	font-weight: 300;
}

.footer a:hover{
	color: #fff !important;
	text-decoration: underline;
}


.copyright{
	text-align: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	
	.navbar-dark .navbar-nav .nav-link {
		padding: 12px 17px;
		font-size: 14px;
	}
	
	.dropdown-menu a {
		font-size: 13px;
	}
	
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	
	main{
		padding-top: 178px;
	}
	
	.navbar-dark .navbar-nav .nav-link {
		padding: 12px 15px;
	}
	
	.navbar-dark .navbar-nav li:nth-child(2){
		border-left: 1px solid #1c2a59;
	}
	
	.logoDiv, .top-info{
		text-align: center;
	}
	
	.logoDiv {
		margin-bottom: 10px;
	}
	
	.top-info p{
		margin: 0px;
	}
	
	.text-menu-hide{
		display: none;
	}
	
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	
	.border-left{
		border-left: none !important;
	}
	
	.fixed-top{
		position: static !important;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		z-index: auto !important;
	}
	
	main{
		padding-top: 0px;
	}
	
	.logo{
		width: 325px;
	}
	
	.dropdown-menu a {
		padding-left: 25px;
	}
	
	.navbar-dark .navbar-nav .nav-link {
		border-right: none;
	}
	
	.navbar-dark .navbar-nav li:nth-child(2){
		border-left: none;
	}
	
	.navbar-dark .navbar-nav li:first-child .nav-link{
		border-left: none;
	}
	
	.sm-icon{
		width: 30px;
	}
	
	.text-menu-hide{
		display: inline;
	}
	
	.footer p{
		font-size: 12px;
	}
	
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	
	.pad-xs-15{
		padding-bottom: 15px;
	}
	
	.dropdown-menu a {
		font-size: 14px;
	}
	
	.copyright{
		text-align: left;
	}
	
}
