.header_wrapper {
	height: 100%;
}

#homeHeader {
	background-color: #000;
	width: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.navbar {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: none;
	transition: background-color 0.6s ease;
	-webkit-transition: background-color 0.6s ease-out;
	-moz-transition: background-color 0.6s ease-out;
	-o-transition: background-color 0.6s ease-out;
}

.navbar.scrolled {
	background-color: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #ededed;
}

.navbar-transparent {
	background-color: transparent;
}

.navbar-brand {
	color: #fff;
	font-size: 24px;
	padding-left: 0;
	padding-right: 10px;
	margin-left: -20px;
}

.navbar-brand img {
	height: 140px;
	transition: height 0.6s ease;
	-webkit-transition: height 0.6s ease-out;
	-moz-transition: height 0.6s ease-out;
	-o-transition: height 0.6s ease-out;
	-webkit-filter: drop-shadow(1px 1px 5px #fff);
	filter: drop-shadow(1px 1px 5px #f1f1f1);
}

@media only screen and (max-width : 1024px) {
	.navbar-brand {
		margin-left: -10px;
	}
}

@media only screen and (max-width : 768px) {
	.navbar-brand img {
		height: 90px;
	}
}

.navbar-brand.scrolled img {
	height: 80px;
}

.nav-link {
	font-size: 20px;
	font-weight: 300;
	padding-right: 20px !important;
	padding-left: 20px !important;
	text-transform: uppercase;
	transition: color 0.6s ease;
	-webkit-transition: color 0.6s ease-out;
	-moz-transition: color 0.6s ease-out;
	-o-transition: color 0.6s ease-out;
}

.nav-link.scrolled {
	color: #222222 !important;
}

.navbar-nav .nav-item .nav-link {
	color: #000;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	color: #000;
}

@media only screen and (max-width : 1199.9px) {
	.navbar-nav .nav-item .nav-link {
		color: #fff;
	}

	.navbar-dark .navbar-nav .active > .nav-link,
	.navbar-dark .navbar-nav .nav-link.active {
		color: #fff;
	}
}

#headerBottomSection {
	background-color: #000;
	min-height: 400px;
}

#headerBottomSection p {
	color: #FFF;
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 300px;
}

#cardsSection {
	position: relative;
	margin-top: -122px;
	margin-bottom: 80px !important;
}

.card_container {
	margin-bottom: 30px !important;
}

.card_container img {
	width: 100%;
}

.card_header {
	background-color: #f0f0f0;
	text-align: center;
	padding-top: 31px;
	padding-bottom: 31px;
	margin: 0;
	height: 122px;
	max-height: 122px;
}

.card_header h3 {
	font-size: 38px;
	color: #1e1f1f;
	font-weight: 700;
	font-style: normal;
	font-family: 'Raleway', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5em;
}

.card_content {
	min-height: 180px;
}

.card_content,
.card_footer {
	background-color: #f0f0f0;
	text-align: center;
	padding: 25px 15px 25px 15px;
}

.card_footer a > span {
	text-transform: uppercase;
	letter-spacing: 2px;
}

#latestNewsHeader,
#linkedInHeader {
	background-color: #f0f0f0;
	text-align: center;
	padding: 25px 15px 25px 15px;
	height: 366px;
}

#latestNewsHeader p,
#linkedInHeader p {
	font-size: 38px;
	color: #1e1f1f;
	font-weight: 700;
	font-style: normal;
	font-family: 'Raleway', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5em;
}

#latestNewsSection {
	position: relative;
	margin-top: -250px;
	margin-bottom: 80px !important;
}

.latest_news_container {
	height: 456px;
	background-color: #f0f0f0;
	margin-bottom: 30px !important;
}

@media only screen and (max-width : 1200px) {
	.card_content {
		min-height: 200px;
	}

	.latest_news_container {
		height: 460px;
	}
}

@media only screen and (max-width : 992px) {
	.card_header h3 {
		font-size: 30px;
	}

	.card_content {
		min-height: 100px;
	}

	.latest_news_container {
		height: 500px;
	}
}

@media only screen and (max-width : 767px) { /* xs */
	.card_header h3 {
		font-size: 32px;
	}
	
	.latest_news_container {
		height: auto;
	}
}

.latest_news_media {
	overflow: hidden;
	height: 335px;
}

.latest_news_media img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.latest_news_content {
	padding-top: 27px !important;
	padding-bottom: 30px !important;
	padding-right: 30px !important;
	padding-left: 30px !important;
}

.latest_news_content p {
	line-height: 1.5;
}

.latest_news_title {
	font-size: 20px;
	min-height: 60px;
}

.latest_news_title a {
	color: #685489;
}

.latest_news_title a:hover {
	text-decoration: none;
}

#linkedInContainer {
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: -330px;
}

#movingLogo {
	padding-bottom: 80px;
}

#movingLogo video {
	width: 100%;
}

.juicer-feed h1.referral {
	display: none !important;
}

.juicer-feed .j-paginate {
	border-color: #685489 !important;
	color: #685489 !important;
}

.juicer-feed .j-paginate:hover {
	background-color: transparent !important;
}

.juicer-feed.modern li.feed-item {
	border: 1px solid #1e1f1f !important;
}