.page-home #header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
	
	background-color: transparent !important;
	background-image: none;
	border: 0;
}
.page-home  #content {
	padding: 0;
}
.home-section {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-section-contain .home-section-inner {
	margin-right: auto;
	margin-left: auto;
}
.page-home .pagegroup {
	margin: 0;
}
.page-home .group-container-size-fixed>* {
	margin-right: auto;
	margin-left: auto;
}

.page-home .pagegroup.bg-gray {
	background-color: #EDEDED;
	box-shadow: inset 0px 1px 0 rgba(60, 60, 60, 0.25);
}

.page-home .lay-home .btn {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 40px;
	padding: 0 2.33em;
	text-transform: none;
	transition: background-color 0.2s, border-color 0.2s;
}
.page-home .lay-home .btn-compact {
	font-style: italic;
	padding: 0 1.33em;
}
@media (max-width: 399px) {
	.page-home .welcome-card .btn {
		padding: 0 1em;
	}
}
@media (min-width: 768px) {
	.page-home .lay-home .btn {
		/* border-radius: 25px; */
		font-size: 18px;
		line-height: 50px;
	}
	.page-home .lay-home .btn-compact {
		/* border-radius: 20px; */
		line-height: 40px;
	}
}

/* FEATURED */
.home-section-featured {
	min-height: 375px;
}

.home-section-featured-size-full {
	background-image: none !important;
}
.home-section-featured-size-fixed {
	padding-top: 200px;
}
.home-section-featured-size-fixed #feature-carousel {
	max-width: 1300px;
	padding: 0;
	margin: 0 auto;
	background-color:white;
}
.home-section-featured-size-fixed #feature-carousel .feature-content
{
	background-image: none !important;
	padding-top: 60px;
}

.home-section-featured-size-fixed {
	padding-top: 100px;
}

@media (min-width: 768px) {
	.home-section-featured-size-fixed #feature-carousel .feature-item>img {
		width: 80%;
		float: right;
		max-height: 600px;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-content {
		/* background-image: -moz-linear-gradient(left, #FFFFFF 0 rgba(255, 255, 255, 0) 50%) !important;
		background-image: -webkit-linear-gradient(left, #FFFFFF 0, rgba(255, 255, 255, 0) 50%) !important; */
		background-image: linear-gradient(to right, #FFFFFF 0, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 70%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ) !important;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-item {
		color: inherit;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-head h1 a {
		color: inherit;
		text-shadow: none;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-head h1 a:hover, .home-section-featured-size-fixed #feature-carousel .feature-head h1 a:focus {
		color: inherit;
	}
	.home-section-featured-size-fixed #feature-carousel .feature-content .feature-body {
		text-shadow: none;
	}
}
@media (min-width: 1080px) {
	.home-section-featured-size-fixed {
		padding-top: 200px;
	}
}

#feature-carousel .feature-item {
	margin: 0;
	padding: 0;
}
#feature-carousel .feature-item>img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 900px;
	min-height: 375px;
	/* opacity: .5; */
	width: 100%;
}
.owl-carousel  .owl-item { overflow: hidden; }
#feature-carousel .feature-item>video.bg {
	position: absolute;;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translate(-50%, -50%);
}
#feature-carousel .feature-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-color: transparent;
	box-shadow: inset 0em 0em 200px 50px rgba(0, 0, 0, 0.25);
	padding: 100px 40px 20px;
}
#feature-carousel .feature-content .feature-head {
	margin-bottom: 10px;
}
#feature-carousel .feature-content .feature-head h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	text-shadow: 1px 1px #111;
}
#feature-carousel .feature-content .feature-body {
	display: none;
}

@media (max-width: 767px) {
	#feature-carousel .feature-head h1 a {
		display: block;
		text-align: center;
	}
	#feature-carousel .feature-content {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
}
@media (min-width: 768px) {
	#feature-carousel .feature-content {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: stretch;
		
		padding-right: 33%;
		padding-left: 92px;
	}
	#feature-carousel .feature-content .feature-head {
		margin-bottom: 30px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 40px;
		line-height: 40px;
	}
	#feature-carousel .feature-content .feature-foot {
		width: 100%;
	}
}
@media (min-width: 992px) {
	#feature-carousel .feature-content {
		padding-top: 140px;
		padding-left: 118px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 48px;
		line-height: 48px;
	}
	#feature-carousel .feature-content .feature-body {
		display: block;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
		text-shadow: 1px 1px #111;
	}
}
@media (min-width: 1200px) {
	#feature-carousel .feature-content {
		padding-top: 160px;
		padding-right: 50%;
		padding-left: 120px;
	}
	#feature-carousel .feature-content>* {
		max-width: 1340px;
	}
	#feature-carousel .feature-content .feature-head h1 {
		font-size: 60px;
		line-height: 60px;
	}
}

#feature-carousel .owl-controls {
	position: absolute;
	right: 0;
	bottom: 13px;
	left: 0;
	
	line-height: 1px;
	margin: 0;
}
@media (max-width: 767px) {
	#feature-carousel .owl-controls {
		display: none !important;
	}
}
#feature-carousel .owl-controls .owl-page span {
	height: 15px;
	margin: 7px;
	opacity: .25;
	width: 15px;
}
#feature-carousel .owl-controls .owl-page.active span, #feature-carousel .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

#feature-carousel-next, #feature-carousel-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: .5;
	width: 40px;
}
#feature-carousel-next {
	right: 0;
}
#feature-carousel-prev {
	left: 0;
}
#feature-carousel-next:hover, #feature-carousel-prev:hover {
	opacity: 1;
}
@media (min-width: 768px) {
	#feature-carousel-next, #feature-carousel-prev {
		width: 60px;
	}
}

#feature-more-on-page {
	position: absolute;
	bottom: 15px;
	left: 40px;
	z-index: 10;
	display: none;
}
#feature-more-on-page .more-on-page-btn {
	display: block;
	cursor: pointer;
	opacity: .75;
	font-size: 18px;
	padding-left: 50px;
}
#feature-more-on-page .more-on-page-btn:hover, #feature-more-on-page .more-on-page-btn:focus {
	opacity: 1;
}
#feature-more-on-page .icon, #feature-more-on-page .learn-more, #feature-more-on-page .scroll-down {
	display: block;
	line-height: 20px;
}
#feature-more-on-page .icon {
	position: absolute;
	top: 0;
	left: 0;
	
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
}
#feature-more-on-page .scroll-down {
	font-style: italic;
}
#feature-more-on-page .learn-more {
	font-weight: bold;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	#feature-more-on-page {
		left: 92px;
	}
}
@media (min-width: 992px) {
	#feature-more-on-page {
		left: 118px;
	}
}
@media (min-width: 1200px) {
	#feature-more-on-page {
		left: 120px;
	}
}

#feature-carousel-progress-bar {
	width: 0%;
	max-width: 100%;
	height: 5px;
}
#feature-carousel-progress {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.home-section-featured-size-fixed #feature-carousel-progress {
	top: 0;
	bottom: auto;
}

/* PAGE GROUP HEADINGS */
.page-home .pagegroup-title {
	padding: 0px 10px 50px;
	text-align: center;
	text-transform: uppercase;
}
.page-home .pagegroup-title h2 {
	border-width: 0;
	font-family: Oswald;
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
	padding: 0;
}


/* HOME CAROUSEL */
div#group_6bd48e61-846d-467d-9202-8183a76588f4 { 
	background-color: #fff;
	margin-top: 100px;
 }
#carousel_6bd48e61-846d-467d-9202-8183a76588f4 {
	display: block;
  width: 100%;
}
div#group_6bd48e61-846d-467d-9202-8183a76588f4 .section { max-width: 1600px; margin: 0 auto; }
#carousel_6bd48e61-846d-467d-9202-8183a76588f4 > div { max-height: 600px; }

@media(min-width: 550px) {
	div#group_6bd48e61-846d-467d-9202-8183a76588f4 { 
		margin-top: 120px;
	 }
}
@media(min-width: 1080px) {
	div#group_6bd48e61-846d-467d-9202-8183a76588f4 {
		margin: 0 auto;
		margin-top: -140px;
		background: linear-gradient(0deg, #fff 85%, transparent 90%);
		padding: 0 40px;
	}
}
.page-home .post-carousel .slider .content .abstract {
	color: #fff;
	font-size: 18px;
}
@media(min-width: 1500px) {
	div#group_6bd48e61-846d-467d-9202-8183a76588f4 {
		margin-top: -70px;
		background: linear-gradient( 0deg , #fff 90%, transparent 100%);
	}
}
/*  HOME SIDEBAR */
#home-sidebar {
	height: 590px;
	width: 100%;
	position: relative;
	background-color: #10213F;
}
#home-sidebar #sidebar-inner { padding: 30px; }
#home-sidebar .input-group { width: 100%; margin-bottom: 20px;}
.page-home #signup button {
	padding: 19px;
	background-image: url(../images/icons/icon-email-signup.svg);
	background-repeat: no-repeat;
	background-size: 19px;
	background-color: #BA861E;
	border: none;
	background-position: center;
	border-radius: 6px;
	position: absolute;
	right: 1px;
	z-index: 10;
	top:1px;
}
.page-home #signup button:hover {background-color: #8f6717; }
input#signup-email {
	border-radius: 6px;
	font-size: 18px;
	height: 40px;
}
h3.signup-head {
	color: white;
	font-size: 28px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 10px;
}


/* HOME SIDEBAR SERVICES */
#services ul li { padding: 5px 0; }
#services ul li a {
	display: block;
	background: linear-gradient(90deg, #44A6E3 30%, #055A95 100%);
	padding: 15px 10px 15px 65px;
	font-weight: bold;
	border-radius: 6px;
	color: white;
	position: relative;
}
#services ul li a:hover { background:#055A95; text-decoration:none; }
#services ul li a:before {
	content: '';
	position: absolute;
	height:30px;
	width: 30px;
	left:25px;
	margin-top: 2px;
	display: block;
}
#services ul li.contact a:before { 
	background-image:url(../images/services-icon-email-mike.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#services ul li.casework a:before { 
	background-image:url(../images/services-icon-help-with-an-agency.svg);
	background-repeat: no-repeat;
	background-size: contain;
 }
#services ul li.visiting-dc a:before { 
	background-image:url(../images/services-icon-dc-tour-requests.svg); 
	background-repeat: no-repeat;
	background-size: contain;
}
#services ul li.flag-request a:before { 
	background-image:url(../images/services-icon-flag-requests.svg); 
	background-repeat: no-repeat;
	background-size: contain;
}
#services ul li.for-students a:before { 
	background-image:url(../images/services-icon-student-info.svg); 
	background-repeat: no-repeat;
	background-size: contain;
}
#services ul li.academy-nominations a:before { 
	background-image:url(../images/services-icon-academy-nominations.svg); 
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (min-width: 1200px) {
	#group_6bd48e61-846d-467d-9202-8183a76588f4 {
		max-height: 600px;
		min-height: 600px;
	}

	#carousel_6bd48e61-846d-467d-9202-8183a76588f4 {
		display: inline;
		float: left;
		width: 65%;
	}
	#home-sidebar{
		float: right;
		height: 590px;
		width: 35%;
		position: relative;
		margin-top: 0;
	}
}
@media only screen and (min-width: 1300px) {
	#carousel_6bd48e61-846d-467d-9202-8183a76588f4 {
		width: 70%;
	}
	#home-sidebar{
		width: 30%;
	}
}


/* LATEST NEWS AND TWITTER*/

.inactive-feed { display: none !important; }
.updates-section-box { background: #EDEDED; }
#updates-section {
	padding: 40px 30px;
	max-width: 1600px;
	margin: auto;
}
.updates-box {
	color: #081f43;
}
#updates-btns {
	font-size: 18px;
	border: 0;
	font-family: "Lato", sans-serif;
	font-weight: 900;
	margin: 0;
}
.updates-btns button {
	background-color: #75839b4d;
	opacity: 60%;
	border: 0;
	min-height: 95px;
	text-transform: uppercase;
}
.updates-btns button:hover {
	background-color: #081f4358;
	transition: 0.2s ease;
}
#press-release-btn {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border: 0;
  box-shadow: 12px 0px 5px -5px#888888;
}
#twitter-btn {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border: 0;
	box-shadow: -12px 0px 5px -5px#888888;
}
#twitter-btn-span {
	display: block;
}
@media screen and (min-width: 1080px) {
	#updates-btns {
			font-size: 30px;
	}
	#press-release-btn {
			min-height: 100px;
			padding-top: 1rem;
			padding-bottom: 1rem;
	}
	#twitter-btn {
			min-height: 100px;
			padding-top: 1rem;
			padding-bottom: 1rem;
	}
	#twitter-btn-span {
			display: inline;
	}
}
.active-btn {
	background-color: #ededed !important;
	opacity: 1 !important;
	border-top: 5px solid #E0A522 !important;
	box-shadow: 0 !important;
	z-index: 1;
}

/* press release section */

.press-box { padding: 20px; padding-bottom: 0; padding-top: 40px; }
.release-item { width: 100%; }
.press-box-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.news-content h3 { margin-bottom: 0; font-size: 22px; font-weight: 900;}
.feature-content img { 
	width: 100%; 
	max-height:300px;
	object-fit: cover;
}
@media(min-width:768px){
	.feature-content img { 
		max-height:400px;
		object-fit: cover;
	}
}
@media(min-width:768px){
	.feature-content img { 
		height:300px;
		object-fit: cover;
	}
}
@media(min-width: 991px) {
	.press-box-inner {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
		align-items: flex-start;
	}
	.release-item { flex-basis: 48.8%;}
}
@media(min-width: 1200px) {
	.press-box-inner {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
	}
	.release-item { flex-basis: 23.6%;}
	.feature-content img { 
		height:200px;
		object-fit: cover;
	}
}
@media(min-width:1400px){
	.feature-content img { 
		height:200px;
		object-fit: cover;
	}
}
@media(min-width: 1500px) {
	.release-item { flex-basis: 23.9%;}
}
.release-item a:hover > .feature-content .news-content h3,
.release-item a:hover > .feature-content .news-content p
{
	transition: .2s ease;
	color: #E0A522
}
.release-item a:hover > .feature-content img {
	transition: .2s ease;
	filter: brightness(.8);
}
.press-date {
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	font-family: 'Roboto Condensed', serif;
	color: #081F43;
}
.more-press-releases {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', serif;
	font-weight: bold;
	transition: .2s ease;
	color: #081F4380;
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
	height: 100px;
	align-items: center;
	border-top: 1px solid #cccccc;
}
.more-press-releases:hover {
	color: #081F43;
}
.more-press-releases:after {
	content: '';
	height: 14px;
	width: 18px;
	background: url(/vendor/_accounts/mikebost/images/arrow-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
	margin-top: 2px;
	margin-left: 6px;
}

/* TWITTER SECTION */
.twitter-box { padding: 40px 20px; padding-bottom: 0; }
.tweets { 
	display: flex;
	flex-direction: column;
}
.tweet { margin-bottom: 50px; }
.tweet a.to-twitter-btn {
	padding: 5px 10px;
	background-color: #38A1F3;
	color: white;
	margin-bottom: 20px;
	display: block;
	width: 110px;
	font-size: 16px;
	font-family: 'Lato';
	font-weight: 900;
	text-transform: uppercase;
	transition: .2s ease;
}
.tweet a.to-twitter-btn:hover {
	background: #2f81c2;
}
.twitter-handle {
	font-weight: bold;
	font-size: 20px;
	color: #3B3C3C;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.twitter-handle .username {
	font-weight: bold;
	font-size: 20px;
	color: #38A1F3;
}
.tweet-content i {
	color: #38A1F3;
	font-size: 20px;
}
.tweet-content p {
	display: inline;
	color: #3B3C3C;
	font-size: 20px;
}
.tweet a {
	color: #38A1F3;
}

ul.items.social-items.twitter-box-socials {
	list-style: none;
	justify-content: center;
	display: flex;
	align-items: center;
	height: 100px;
	border-top: 1px solid #cccccc;
	padding-left: 0;
}
.twitter-social {
	font-size: 20px;
	font-weight: bold;
	margin-right: 20px;
}
@media(min-width: 550px){
	.twitter-social {
		font-size: 24px;
	}
}
ul.items.social-items .twitter-social:hover {
	background:transparent;
}
.twitter-social a {
	color: #081F4380;
	transition: .2s ease;
}
.twitter-social a:hover {
	color: #081F43;
	background-color: transparent;
}

@media(min-width: 1080px) {
	.tweets { flex-direction: row; }
	.tweet { padding: 20px; }
	.twitter-social { margin-right: 40px; }
}
@media(min-width: 1700px) {
	#updates-section {
    padding: 0;
    padding-top: 40px;
}
}

/* COMMITTEE BANNER SECTION */
.commitee-banner {
	padding: 40px 30px;
	background: white;
	margin:0 auto;
	text-align: center;
}
.banner-large { display:none; }

@media(min-width: 1200px){
	.banner-small { display:none; }
	.banner-large { display:inline; }
}


/* MAP SECTION */
.page-home .map-section { 
  display: block;
  background: white;
	text-align: center;
	background: url(/vendor/_accounts/mikebost/images/bg-office-locations.jpg);
  background-repeat: no-repeat;
  background-size: cover;
	padding-bottom: 40px;
 }
.map-section { padding: 40px 30px; }
.map-header { 
  font-size: 40px;
  font-weight: 900;
  margin: 50px auto;
	font-family: 'Lato';
	text-transform: uppercase;
	color: #242E64;
}
.office-btn {
	background: linear-gradient( 180deg , #44A6E3 30%, #055A95 100%);
	color: white;
	height: 60px;
	display: flex;
	margin-bottom: 20px;
	font-family: 'Lato';
	font-size: 18px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.office-btn-email {
	background: url(/vendor/_accounts/mikebost/images/icon-email-me-footer.svg);
	display: block;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
	margin-top: 1px;
}
.office-btn-arrow {
	background: url(/vendor/_accounts/mikebost/images/arrow-white.svg);
	display: block;
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
	margin-top: 1px;
}
.office-btn:hover {
	background: #055A95;
	color: white;
}
@media(max-width: 767px) {
  .map-header { padding-top: 40px; }
}
.map-grid {
  display: flex;
  justify-content: center;
}
.office-grid {
  flex-basis: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
}
@media(min-width: 1080px){
	.map-grid {
		padding: 0 40px;
	}
}
@media(min-width: 1300px) {
  .map-grid {
    gap: 30px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 0;
  }
.office-grid {
  grid-gap: 20px;
  }
}
.office-box p {
  color: #242E64;
  margin-bottom: 5px;
}
.office-box .office-head {
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif !important;
  font-weight: 900;
	color: #242E64;
	margin-top: 5px;
}
.map-outer {
  display: none;
}
.office-box {
  border-top: 1px solid #242E64cc;
  padding: 25px 20px;
  padding-bottom: 0;
}
@media(min-width: 1080px) {
  .office-grid {
    flex-basis: 70%;
    grid-template-columns: 1fr 1fr;
  }
  .map-img {
    margin-left: auto;
  }
  .map-outer {
    display: block;
    flex-basis: 25%;
		margin-right: 30px;
  }

  .map-section {padding: 0;}
}

@media(max-width: 650px) {
  .office-grid {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
  }
}
.map-header {
  margin-top: 0;
}
@media(min-width: 1700px){
  .map-section { padding: 40px 0;}
}
.office-btn-box {
	padding: 25px 0;
	border:none; 
}
.office-box.box-3 {
	display: none;
	border: none;
}
.office-box.box-6 {
	display: none;
	border: none;
}
@media(min-width: 1400px) {
	.office-box.box-3 {	display: block; }
	.office-box.box-6 {	display: block; }
	.office-grid {
    flex-basis: 80%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}