.trubrand-edition-a {
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f9fa)) 0% 0% no-repeat;
	background: transparent linear-gradient(180deg, #ffffff 0%, #f7f9fa 100%) 0% 0% no-repeat;
}

.trubrand-edition-a .section-spacing {
	padding: 132px 0;
	position: relative;
	z-index: 2;
}

.trubrand-edition-a .masthead {
	position: relative;
	min-height: 710px;
}

.trubrand-edition-a .masthead .badge {
	display: none;
}

.trubrand-edition-a .masthead h5 {
	margin: 0 0 23px 0;
	font-weight: bold;
}

.trubrand-edition-a .masthead__wrap {
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.trubrand-edition-a .masthead__content {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	padding: 70px 0 0 0;
}

.trubrand-edition-a .masthead__content .underlined {
	position: relative;
	z-index: 2;
	text-decoration: underline;
	-webkit-text-decoration-color: #fcd800;
	text-decoration-color: #fcd800;
	text-decoration-thickness: 5px;
	text-decoration-skip-ink: none;
}

.trubrand-edition-a .masthead__banner {
	flex-basis: 55%;
	position: relative;
	width: 100%;
	height: 400px;
	align-self: flex-start;
}

.trubrand-edition-a .masthead__banimg {
	-webkit-transform: translateX(38%);
	transform: translateX(38%);
	position: absolute;
	right: 0;
	width: 810px;
	top: -32%;
	height: 810px;
}

.trubrand-edition-a .masthead__banimg picture img {
	clip-path: circle(50% at 50% 50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.trubrand-edition-a .masthead__screen {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -6%;
	width: 22%;
}

.trubrand-edition-a .masthead__screen img {
	width: 100%;
}

.trubrand-edition-a .protection {
	padding: 132px 0 0 0;
}

.trubrand-edition-a .protection__info {
	margin: 0 0 26px 0;
	grid-gap: 26px;
}

.trubrand-edition-a .protection__wrap {
	padding: 0 0 0 100px;
}

.trubrand-edition-a .protection__grid {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.trubrand-edition-a .protection__grid figure {
	margin: 0 0 22px 0;
}

.trubrand-edition-a .protection__grid figure img {
	width: 90px;
	height: 98px;
}

.trubrand-edition-a .protection__grid p span {
	font-weight: bold;
	color: #004364;
}

.trubrand-edition-a .creditcontrol {
	position: relative;
	padding: 172px 0 132px 0;
	z-index: 2;
}

.trubrand-edition-a .creditcontrol .row {
	grid-row-gap: 30px;
}

.trubrand-edition-a .creditcontrol .bubble-bg {
	width: 372px;
	height: 372px;
	background: #e6f6fa;
	position: absolute;
	top: -130px;
	right: -172px;
	border-radius: 50%;
	z-index: -1;
}

.trubrand-edition-a .creditcontrol h2 {
	margin: 0 0 42px 0;
}

.trubrand-edition-a .creditcontrol__card {
	padding: 34px 30px;
	box-shadow: 0px 10px 46px #0043641A;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: flex-start;
}

.trubrand-edition-a .creditcontrol__card .homeCardLink {
	cursor: pointer;
	text-decoration: none;
	color: #000;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.trubrand-edition-a .creditcontrol__card .homeCardLink .secondary-cta {
	color: #004364;
}

.trubrand-edition-a .creditcontrol__card .homeCardLink:hover .secondary-cta {
	color: #000;
}

.trubrand-edition-a .creditcontrol__card:hover .dot {
	transform: scale(1.5);
}

.trubrand-edition-a .creditcontrol__card h5 {
	margin: 0 0 16px 0;
	display: flex;
	align-items: flex-start;
}

.trubrand-edition-a .creditcontrol__card h5 .dot {
	max-width: 8px;
	height: 8px;
	background-color: #00a6ca;
	border-radius: 50%;
	display: inline-block;
	width: 100%;
	margin: 10px 10px 0 0;
	transform: scale(1);
	transition: 350ms transform ease-in-out;
}

.trubrand-edition-a .creditcontrol__text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.trubrand-edition-a .creditcontrol__text p {
	margin: 0 0 20px 0;
}

.embed {
	margin-bottom: 0;
}

@media (min-width: 768px) {
    .trubrand-edition-a .masthead .badge {
        display: inline-block;
        margin: 0 0 50px 0;
    }    
}

@media (max-width: 1200px) {
	.trubrand-edition-a .masthead {
		min-height: 574px;
	}

	.trubrand-edition-a .masthead__banimg {
		-webkit-transform: translateX(43%);
		transform: translateX(43%);
		width: 700px;
	}
}

@media (max-width: 1024px) {
	.trubrand-edition-a.mt-space {
		margin: 0;
		overflow-x: hidden;
	}

	.trubrand-edition-a .masthead {
		min-height: 440px;
	}

	.trubrand-edition-a .masthead__content {
		padding: 20px 0 0 0;
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}

	.trubrand-edition-a .section-spacing {
		padding: 80px 0;
	}

	.trubrand-edition-a .masthead__banimg {
		width: 550px;
		height: 550px;
	}

	.trubrand-edition-a .protection {
		padding: 76px 0 0 0;
	}

	.trubrand-edition-a .protection__wrap {
		padding: 0;
	}

	.trubrand-edition-a .creditcontrol {
		padding: 76px 0;
	}

	.trubrand-edition-a .creditcontrol .bubble-bg {
		width: 280px;
		height: 280px;
		top: -11%;
		right: -29%;
	}
}

@media (max-width: 767px) {
	.trubrand-edition-a.mt-space {
		margin: 30px 0 0 0;
	}

	.trubrand-edition-a .masthead__banner {
		height: auto;
	}

	.trubrand-edition-a .masthead__wrap {
		flex-direction: column;
	}

	.trubrand-edition-a .masthead__banimg {
		position: relative;
		top: 0;
		-webkit-transform: translateX(28%);
		transform: translateX(28%);
		width: 300px;
		height: 300px;
	}

	.trubrand-edition-a .protection__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 45px 0 20px;
	}

	.trubrand-edition-a .creditcontrol .bubble-bg {
		top: -81px;
		right: -38%;
	}

	.trubrand-edition-a .creditcontrol__card h5 .dot {
		margin: 7px 10px 0 0;
	}

	.trubrand-edition-a .masthead__screen {
		left: -12%;
		width: 28%;
	}
}