.bg-transparent {background-color: transparent!important;}
.w-100 {width: 100%!important;}
.container {padding:0!important;}

html > body > form:first-of-type {
	width: 100%;
	max-width: 100vw;
	overflow-x: hidden;
}

.button {
	border-radius: 5px;
	display: block;
	font-size: 1.25rem;
	font-family: 'Gill Sans',sans-serif;
	text-transform: uppercase;
	padding: 1rem 0.5rem;
	text-align:center;
	background-color: white;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
	transition: 0.2s all;
	box-shadow: 0 0.5rem 1rem 0.5rem rgba(0,0,0,0.25);
	cursor: pointer;
	border: 1px solid;
}

.button.button-blue {
	background-color: #00a9e6;
	border-color: #00a9e6;
	color: white;
}
.button.button-blue:hover {
	color: #00a9e6;
	background-color: white;
}

.button.button-gray:hover, .button.button-white {
	background-color: white;
	color: #696969;
	border-color: transparent;
}
.button.button-white:hover, .button.button-gray {
	color: white;
	background-color: #696969;
	border-color: #696969;
}

.button.button-yellow {
	border-color: #edb600;
	background-color: #edb600;
	color: white;
}
.button.button-yellow:hover {
	background-color: white;
	color: #edb600;
}

#top {
	height: 100px;
	margin: 0.5rem 0;
	max-width: 100%;
	width: 100vw;
}

#top .logos  {
	display: flex;
	flex-wrap: nowrap;
}
#top .logos > * {
	height: 100px;
}

#top .logos .tagline {
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding:0;
	text-align: left;
}

#top .logos .tagline span {
	font-family: 'Gill Sans',sans-serif!important;
	text-transform: uppercase;
}
#top .logos .tagline span {color: #606060;}
#top .logos .tagline span:last-child {color: #00a9e6;}


#top .button {
	padding: 0.25rem 0.5rem;
	font-size: 1rem;
	box-shadow: none;
	text-transform: none;
}

#top .top-search {
	/*flex: 1;*/
	min-width: 200px;
	display: flex;
	position: relative;
}

#top .top-search:before {
	content: '\f002';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top:0.25rem;
	right:0.5rem;
	font-size:1rem;
}

#top .top-search input {
	padding: 0.35rem 0.5rem;
	border-radius: 0.5rem;
	font-family: 'Gill Sans',sans-serif;
	width: 100%;
	flex: 1;
	background-color: #EAE7E7;
	border-color: transparent;
}

#top .top-search input::placeholder {
	text-align:right;
	font-family: 'Gill Sans',sans-serif;
	padding-right: 1.25rem;
	font-size:1rem;
}

#top .top-search input:focus {
	outline: none;
}

.menu-btn-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	display:flex;
	align-items: center;
	z-index:999999;
}

#top .menu-btn-wrapper > a.button {
	font-size: 2rem;
	height:48px;
	width: 48px;
	padding:0;
}
#top .menu-btn-wrapper > a.button i { line-height:48px; }

#nav.IBNAV {
	background-color:#333;
	max-width: 100%;
	width: 100vw;
	position: static!important;
}

#nav.IBNAV ul li {
	border:none;
}

#nav.IBNAV a {
	font-family: 'Gill Sans',sans-serif;
	font-size:1rem;
	cursor: pointer;
}

#nav.IBNAV ul li:hover {
	background-color: #40b4e8;
	color: white;
}

#nav ul li ul li:hover,
#nav ul li ul li:hover a {
	background-color:#1a87b7;
	color: white;
}

#footer {
	background-color: #333;
	padding-top:3rem;
	font-family: 'Gill Sans',sans-serif;
}

#footer h2 {
	font-family: 'Gill Sans',sans-serif;
	color: white;
	font-size:2rem;
	font-weight: 500 !important;
	margin: 0;
	margin-bottom:1rem;
	text-align: left;
}

#footer .quick-links {
	list-style: none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction:column;
	text-align: left;
	font-family: 'Helvetica','Arial','Roboto',sans-serif;
}

#footer .quick-links li a {
	color: white;
}

#footer .socials {
	display:flex;
	justify-content: center;
	align-items: center;
}
#footer .socials a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 0.25rem;
}
#footer .socials a > img {width:100%;height:100%;}

#footer .finra-disclaimer {
	background-color:#424242;
	font-family: 'Helvetica','Arial','Roboto',sans-serif;
	color: #b7b7b7;
	font-weight: bold;
	text-align: center;
}

#footer .finra-disclaimer a {
	color: white;
}


#nav .mobile-search {
	height:40px;
	width:100% !important;
	position:relative;
	font-family: 'Gill Sans',sans-serif;
}

#nav .mobile-search input {
	height:38px;
	width:100%;
	padding:0;
	font-size:1rem;
	/*padding: 0 0.5rem;*/
	
}
#nav .mobile-search > span {
	position:absolute;
	top:10px;
	right:0.5rem;
	transition: 0.2s all;
	pointer-events: none;
}

#nav.IBNAV a.close {
	text-align: left;
}

#nav.IBNAV  li.last{
	background-color: transparent!important;
}

#NeedHelp {
	position:fixed;
	z-index: 40;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	border-radius: 50%;
	border: 5px solid #00a9e6;
	color: #00a9e6;
	height: 155px;
	height: max(12vw, 155px);
	width: 155px;
	width: max(12vw, 155px);
	font-size: 14px;
	background-color: white;
	text-align: center;
}

#NeedHelp > .card-body {
	word-wrap: break-word;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-align: center;
}

#NeedHelp:after {
	position: absolute;
    display: inline-block;
    border-top: 1rem solid transparent;
    border-left: 1.5rem solid #00a9e6;
    border-bottom: 1rem solid transparent;
	right: -1.5rem;
    top: 50%;
	transform: translateY(-50%);
    content: '';
}

#NeedHelp h5 {
	margin:0;
	margin-bottom:0.25rem;
	color: #00a9e6;
	font-weight: 600;
	font-size: 1.5rem;
	
}

#NeedHelp p {margin:0;}

@media screen and (max-width: 767px) {
	
	#top .row,#top .logos {justify-content: center;text-align: center;}
	
	#top .logos .tagline {display:none;}
	
	#footer {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	#NeedHelp {
		top: 65%;
		width: max(11vw, 110px);
		height: max(11vw, 110px);
		width: 125px;
		height: 125px;
		border-width: 4px;
	}
	
	#NeedHelp h5 { font-size: 15px; }
	#NeedHelp p { font-size: 12px; }
	
	#nav.IBNAV {
		top: 1.5rem;
		left: 0.75rem;
		z-index:999999;
		position:fixed !important;
		box-shadow: 0 20px 30px 4px rgba(0,0,0,0.5);
		text-align: left;
		display: none;
	}
	
	body.navActive #nav.IBNAV {
		display: block;
		height: auto;
		width: 300px !important;
		max-width: 100vw;
	}
	
	#footer h2 {text-align: center;}
	#footer .quick-links {text-align: center;}
	
	#nav.IBNAV .container {
		display: flex;
		flex-direction:column;
	}
	#nav.IBNAV ul.mobile-top {order: -1;}
	#nav.IBNAV ul#menuElem {order: 1;}
	#nav.IBNAV ul.mobile-bottom {order: 11;}
	
	#nav.IBNAV ul.mobile-top,
	#nav.IBNAV ul.mobile-bottom {
		display: flex;
		flex-direction: column;
	}
	
	#nav ul li ul {
		display: none !important;
		opacity: 0 !important;
		pointer-events: none !important;
	}
	
	#nav.IBNAV ul#menuElem {
		display:flex;
		flex-direction:column;
	}
	
	#nav.IBNAV ul li {
		border-top: 1px solid #999;
	}
}