.remtmarg {
	padding-top: 0 !important;
}

.rembmarg {
	padding-bottom: 0 !important;
}

.intro-section.white {
	background-color: #ffffff;
	color: #00308f;
}

.header-breadcrumb, .header-breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}

.header-breadcrumb .last {
	font-weight: 700;
}

.toggle-body-contents {
	margin-bottom:60px; 
}

.white .cv-grid {
	color:#001643
}

.event-ad-wrapper {
	text-decoration: none !important;
}
.header {
	min-height: 460px;
}

.title_1_column_body a {
	color:white;
}

.header-contents.full_width_contents {
	width:80%;
}

.dropdown-toggle a {
	color: #ffffff;
	text-decoration: none;
}
.dropdown-toggle.w--open a {
	color: #00308f;
	text-decoration: none;
}

.dropdown-toggle.blue a {
	color: #00308f;
	text-decoration: none;
}

.popup-form-body {
	overflow-y: scroll;
}

label.required::after{
	content:"*";
	padding-left: 5px;
}

@media (min-width: 1025px) {
	._2-col-grid.wrap {
		grid-column-gap: 24px;
	}
		
	._2-col-grid.wrap img {
		max-width: 45%;
	}
}
@media (max-width: 1024px) {
	._2-col-grid.wrap {
		grid-column-gap: 12px;
	}
		
	._2-col-grid.wrap img {
		max-width: 45%;
	}
}