html.home-page header.is-stuck {
	background: black;
}

.gid-header-button {
	padding: 10px 65px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 50px;
	line-height: 1em;
	font-weight: 600;
}

.gid-header-button-white {
	padding: 10px 65px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 50px;
	line-height: 1em;
	border: 2px solid white;
	background: transparent;
	font-weight: 600;
}

.gid-header-button-white:hover {
	background: white;
	color: black;
	border-color: white;
}

#promoted-articles h2 {
	margin-bottom: 55px;
}

#promoted-articles h2 img {
	display: none;
}

#promoted-articles .gid-article-thumbnail {
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
	height: auto;
}

#promoted-articles .gid-hidden-article-body {
	display: none;
}

p > img.gid-hidden-article-thumbnail {
	display: none;
}

.gid-cta {
	background: #004dff;
}

.gid-cta .col-12:nth-child(1) {
	padding-top: 2rem;
}

.gid-cta .col-12:nth-child(2) {
	padding-top: 3rem;
}

.gid-cta .gid-title {
	background: #004dff;
	font-weight: 600;
	font-size: 32px;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 20px;
}

.gid-cta .gid-tagline {
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	margin-bottom: 20px;
}

.gid-cta .gid-button {
	border: 2px solid #ffffff;
	box-sizing: border-box;
	border-radius: 30px;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	padding: 11px 22px;
	display: inline-flex;
}

.gid-cta .gid-button:hover {
	color: rgba(0, 77, 255, 1) !important;
	background-color: white;
}

.gid-cta .gid-image {
	padding-right: 5rem;
	float: right;
}

.gid-footer-top .container {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.gid-footer-top .gid-footer-logo {
	padding-top: 1rem;
}

.gid-menu-title {
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #101010;
	padding-bottom: 24px;
	margin-bottom: 0;
}

.gid-menu {
	list-style: none;
	padding: 0;
	display: block;
}

.gid-menu li {
	padding-bottom: 24px;
}

.gid-menu li a {
	font-size: 15px;
	line-height: 24px;
	color: #2d2e30;
}

.gid-menu li a:hover {
	color: #004dff;
	text-decoration: none;
}

.gid-footer-bottom {
	border-top: 1px solid rgb(126, 126, 128, 0.2);
}

.gid-footer-bottom p.copyright {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 24px;
	color: #7e7e80;
}

.gid-footer-bottom p.copyright a {
	color: #7e7e80;
}

.gid-footer-bottom p.copyright a:hover {
	color: #004dff;
	text-decoration: none;
}

.gid-footer-bottom .social .nav-link {
	display: inline;
	padding: 0em 1em;
}
.gid-footer-bottom .social {
	text-align: center;
	display: flex;
	flex-direction: row;
	margin: 0;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.gid-menu li.nav-item.is-active {
	display: none;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

@media (max-width: 767.98px) {
	.gid-menu-title {
		display: none;
	}

	.gid-menu li {
		padding-bottom: 10px;
	}

	.gid-menu li.nav-item.is-active {
		font-size: 15px;
		line-height: 24px;
		font-weight: 600;
		display: list-item;
		align-items: center;
		color: #101010;
		margin-bottom: 0;
	}

	.gid-menu {
		margin-bottom: 10px;
	}

	.gid-footer-logo {
		margin-bottom: 24px;
	}

	.gid-cta .container {
		padding: 2rem;
	}

	.gid-footer-bottom p.copyright {
		line-height: 35px;
		margin-bottom: 24px;
	}

	.gid-header-button {
		margin: 0.5em 1em;
	}

	.gid-header-button-white {
		margin: 0.5em 1em;
	}
}
