/*SOCIAL MEDIA ICONS IN FOOTER*/
.footer-social li:first-child {
    padding-right: 7px;
	padding-left: 28px;
}

.footer-social li {
    padding-right: 7px;
}

/* Prevent bank locator state abbreviations from blocking mouse clicks */
svg path[id=""] {
    pointer-events: none;
}

/* Hide 'GO' next to search box */
a.header-search-button.gsc-search-button {
	display: none;
}

#cdars-pud-map {
	visibility: hidden;
}

/* Wrap board member titles */
span[id*="FounderListing"] + .founder-grid #para > p + p {
	width: 100px;
}

/* Allow YouTube videos to expand full-screen */
.home-middle-right .video iframe {
	height: inherit;
}

.home-top {
    background: linear-gradient(#f5f6ee, #f5f6ee);
}

.header-logo-img {
	margin-top: 0px;
	margin-left: 0px;
}

.feature-find-cdars {
background: linear-gradient(#1d252d, #1d252d) !important;
}

.feature-find-cdars, .feature-find-cdars-right-border, .feature-find-cdars-reflection, div.button-find-container  {
    display: none; 
}

.header-topnavbar {
	background: linear-gradient(#003a70, #003a70);
}

.top-navigation>li>a.active, .nav>li>a:active {
    background-color: #0072ce;
	box-shadow: none;	
}

.top-navigation>li>a:hover {
  background-color: #0072ce;
	box-shadow: none;	
}

.top-navigation>li>a.open-nav+ul {
background: #0072ce;
}

.top-navigation>li>ul>li>a {
color: #fff;
}

.top-navigation ul li a:hover {
color: #fff;
}

.content-rail ul li.selected a {
	color: #004880;
}

.feature-find-cdars a {
	border: 2px white solid;
	height: 30px;
	    background: linear-gradient(#003a70, #132e53) !important;
}

#tls-check-banner {
    background-color: #ff6b00;
    padding: 5px;
    font-weight: 500;
    color: #ffffff;
    font-size: 17px;
	text-align: center;
	position: relative;
	top: -9px;
}

#tls-check-banner a {
    color: #ffffff;
	text-decoration: underline;
}

@media (max-width: 980px) {
	#tls-check-banner {
		display: none;
	}
}

.footer-cont { 
font-size: 11px !important;
background-color: #132e53;
}

.feature-title>h1 {
	margin-top: 0px;
}

#why-cdars-reg-mark {
	font-size: 18px;
	position: relative;
	top: -10px;
}

form[action^="/home/why-cdars/"] .content-rail.hidden-xs {
	display: none;
}

form[action^="/home/why-cdars/"] .content-body {
	padding-top: 23px;
	margin: 0 auto;
	padding-left: 30px;
	float: initial;
	width: initial;
	min-height: initial;
}

body.cdars .home-middle .light-gray-bg {
	float: none;
}

body.cdars .home-top h1 {
	padding-right: 0px;
	margin-bottom: 15px;
}

body.cdars .home-top h1 > span {
	color: #545353;
}

.header-search, a.menu-icon, .home-middle {
	display: none;
}

@media (max-width: 980px) {
	
	.header-logo-img {
		margin-top: 8px;
		margin-bottom: 8px;
		margin-left: 20px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	form[action="/home/why-cdars/overview"] br+br+h1 {
		margin-top: 0px;
	}
}