  @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body {
	font-family: 'Open Sans', 'Lato', 'Trebuchet MS', Arial, sans-serif !important;
}
.site-header {
	border-width: 0.25rem;
	background-image: linear-gradient(#003764, #1e5c8d);
	padding: 0.25rem;
}
nav.menuPrimary {
	background-color: #1e5c8d;
	border-top-color: #2e6c9d;
}

.site-header img.ret-img-70 {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/iab/images/IAB_80_40_rnd.png) no-repeat;
	width: 80px; /* Width of new image */
	height: 40px; /* Height of new image */
	padding-left: 80px; /* Equal to width of new image */
	padding-right: 1.0rem;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	-filter: drop-shadow(5px 5px 5px #222);
}

/* remove grey shading from unused sidebar navs */
ul.subnav {
	display: none;
}

#iab-footer {
	border-bottom: 1px dotted #ffffff;
	padding-bottom: 1rem;
}

#content div.page-header {
	/* remove some space above main content area */
	padding-bottom: 0 !important;
}

.main-content.container {
	padding: 1rem 0;
}

#sidebar, #rightSidebar {
	/* drop sidebar down same amount as page title, tops of main content and sidebar align */
	margin-top: 64px;
}

/* slider image captions */
@media only screen and (min-width:1230px){
	div.carousel-caption {
		width: 50% !important;
	}
	div.carousel-caption.text-right {
		right: 5rem !important;
	}
	div.carousel-caption.text-left {
		left: 5rem !important;
	}
}

div.carousel-caption div.h2 {
    font-size: 1.5rem !important;
	margin-bottom: 0 !important;
	line-height: 1.75rem !important;
}
.carousel-caption p {
    font-size: 1.0rem !important;
    line-height: 1.25rem !important;
	margin-bottom: 0 !important;
}
div.carousel-caption {
	background: rgba(0,0,0,.35) !important;
}

/* muted icons need to be a little lighter */
.text-muted .fas {
	color: #b0b0b0;
}


