﻿body {
	min-height: 100vh;
	overflow-x: hidden;
}

.more-details-link {
	color: #f58220;
}

.__orange {
	font-family: "LL Brown Regular Web";
	color: #f58220;
}

@media (max-width: 575px) {
	h2 {
		font-size: 1.4em;
		margin-top: 1.4em;
		margin-bottom: 1.4em;
	}
}

.wrapper {
	height: unset;
}

.header .container .row {
	padding-top: 23px;
	padding-bottom: 23px;
}

@media (max-width: 575px) {
	.header .container .row {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}


.banner-wrap {
	background-repeat: no-repeat;
	background-size: cover;
}

	.banner-wrap.__hero-image {
		background-position: center;
		background-size: cover;
	}

@media (max-width: 769px) {
	.banner-wrap.__hero-image {
		background-position: center;
	}
}

.homewrap {
	padding: 60px 0 40px 0;
}

@media (max-width: 769px) {
	.homewrap {
		padding: 60px 5px 25px 5px;
	}
}

.footer {
	min-height: 5em;
	position: relative;
	bottom: 0;
}

input::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #c3c3c3;
	opacity: 1;
	/* Firefox */
}

input::-moz-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #c3c3c3;
	opacity: 1;
	/* Firefox */
}

input:-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #c3c3c3;
	opacity: 1;
	/* Firefox */
}

input::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #c3c3c3;
	opacity: 1;
	/* Firefox */
}

input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #c3c3c3;
	opacity: 1;
	/* Firefox */
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #c3c3c3;
}

input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #c3c3c3;
}


@media (min-width: 992px) {
	.homewrap-summaryblock {
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.homewrap-summaryblock::before {
		left: -30%;
		top: 20%;
		background-image: url("/images/lines/line-2.png");
		background-size: 70%;
	}

	.homewrap-summaryblock::after {
		content: '';
		position: absolute;
		right: -18%;
		top: 45%;
		background-image: url(/images/lines/1a_MBS_Stripes_01.svg);
		background-repeat: no-repeat;
		background-position: 0 300px;
		min-height: 85%;
		width: 475px;
		z-index: -1;
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
		-webkit-filter: FlipH;
		filter: FlipH;
		-ms-filter: "FlipH";
	}
}

@media (min-width: 1400px) {
	.homewrap-summaryblock::after {
		background-position: bottom;
		min-height: 85%;
		width: 500px;
	}
}

.hint-text {
	font-size: 0.7em;
	font-weight: lighter;
}

@media (max-width: 991px) {
	.hint-text {
		font-size: 1em;
	}
}


hr.is-orange {
	border: 1px solid #f58220;
	margin-bottom: 0;
}

.raised-box {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 1.5em;
	margin: 1em 0;
}

.usercontent p {
	margin-bottom: .4em;
}

.usercontent-attentionblock {
	background-color: white;
}

@media (max-width: 769px) {
	.usercontent-attentionblock {
		width: 95%;
		margin: auto;
	}
}

.text-normal {
	margin: 0;
	line-height: 1.6em;
	font-family: "LL Brown Light Web";
	font-size: 1.1em;
}

.no-wrap {
	white-space: nowrap;
}

.savings-option-table {
	width: 100%;
	margin-bottom: 1em;
	table-layout: fixed;
	text-align: left;
}

@media (max-width: 769px) {
	.savings-option-table {
		margin: 1em auto 1em auto;
		width: 100%;
	}
}

.choose-payment-method-table {
	width: 100%;
	margin-bottom: 1em;
}

@media (max-width: 769px) {
	.savings-option-table thead {
		display: none;
	}
}

.savings-option-table tbody {
	background-color: rgb(245, 245, 245);
}

	.savings-option-table tbody tr.alt-row {
		background-color: #ebebeb
	}

.savings-option-table th {
	font-family: "LL Brown Bold Web";
}

@media (max-width: 769px) {
	.savings-option-table td {
		width: 100%;
		margin: auto;
		padding: 10px;
	}
}

.savings-option-table th,
.savings-option-table td {
	text-align: left;
	padding: 1.25em;
}

@media (min-width: 770px) {
	.savings-option-table tr.product-confirmation-summary td:first-of-type {
		padding-left: 2.5em;
	}
}

.savings-option-table .product-name-column {
	text-align: left;
}

mobile-flex-pad {
	display: none;
}

@media (max-width: 769px) {
	.mobile-flex-pad {
		display: initial;
		width: 50px;
	}
}

@media (max-width: 769px) {
	.savings-option-table td > label,
	.savings-option-table td > span:not(.mobile-flex-pad) {
		max-width: 50%;
		width: calc(50% - 25px);
		text-align: left;
	}

	.savings-option-table .more-detail .usercontent {
		max-width: 100%;
		width: 100%;
	}
}

.savings-option-table tbody tr:nth-child(2n - 1) {
	background-color: #ebebeb;
}

.savings-option-table tbody tr:nth-child(2n) {
	background-color: #f5f5f5;
}

.savings-option-table td.more-detail a:not([href]) {
	color: #f58220;
	cursor: pointer;
	font-family: "LL Brown Regular Web";
	padding-right: 0.25em;
}


.savings-option-table td.more-detail a:not([href]):hover {
	color: #f58220;
}

.savings-option-table tr.more-detail {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.savings-option-table tr.more-detail td p {
	text-align: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.savings-option-table tr.more-detail,
tr.more-detail td {
	padding: 0;
}

.savings-option-table tr.more-detail td usercontent {
	width: 0;
}

.savings-option-table td.more-detail a .expand-toggle {
	font-size: 1.2em;
	color: #f58220;
	content: ' \76';
}

.savings-option-table tr.expanded td.more-detail a::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation: ease-in-out 1s;
	animation: ease-in-out 1s;
}



@media (max-width: 769px) {
	.savings-option-table .choose-savings-column {
		display: block;
		text-align: left;
	}

	.savings-option-table .radio {
		display: inline-block;
		width: initial;
		margin-left: 10px;
	}
}

@media (max-width: 769px) {
	.savings-option-table .radio {
		width: initial;
	}

	.choose-savings-column > label {
		text-align: left;
	}
}

.choose-payment-method-table td,
.close-account-options-table td {
	padding-top: 1em;
	padding-bottom: 1em;
}


.non-product-option-row td {
	text-align: left;
}

.non-product-option-row td:first-of-type,
.choose-payment-method-table .choose-payment-method-column {
	text-align: center;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	width: 14.5%;
}

input[type=text]:not(focus).input-validation-error,
input[type=email]:not(focus).input-validation-error {
	border-color: #dc3545;
	outline-color: #dc3545;
}

.radio input[type=radio] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.radio label {
	display: inline-block;
	content: "";
	margin-right: 0.625rem;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	background-color: #fff;
}

.radio label.radio-outline {
	height: 32px;
	width: 32px;
	border: 3px solid #f58220;
	border-radius: 50%;
}

.radio label.radio-dot {
	height: 20px;
	width: 20px;
	background-color: transparent;
	border-radius: 50%;
	margin: auto;
	position: relative;
	top: 3px;
	right: 0;
}

@media (max-width: 769px) {
	.savings-option-table tr:not(.close-account-row) .radio label.radio-dot {
		right: -3px;
	}
}

.radio input[type=radio]:checked + label.radio-outline label.radio-dot {
	background-color: #f58220;
}

#CloseAccountSecondRadioInnerLabelChecked {
	background-color: #f58220;
}

.radio input[type=radio].input-validation-error + label {
	border-color: #dc3545;
}

.mobile-table-label {
	display: none;
}

@media (max-width: 769px) {
	.mobile-table-label {
		display: inline-block;
		font-family: "LL Brown Bold Web";
	}
}

.marketing-tickbox-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	margin-bottom: 15px;
}

.declaration-confirmation-row {
	padding-left: 1em;
}

@media (max-width: 575px) {
	.declaration-confirmation-row {
		padding-left: 15px;
	}
}

.marketing-checkbox-field,
.marketing-tickbox-row .marketing-checkbox-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 1em;
}

.close-account-row td {
	text-align: left;
}

	.close-account-row td .radio {
		text-align: center;
	}

.non-product-smal-description {
	font-family: "LL Brown Light Web";
}

.savings-option-table .interest-confirmation-summary td {
	text-align: left;
	padding: 2.5em;
}

	.savings-option-table .interest-confirmation-summary td span {
		width: 100%;
		max-width: 100%;
	}

.footer-credit {
	color: #adadad;
	padding-left: 15px;
}

.mobile-opening-times {
	display: none;
}

@media (max-width: 991px) {
	.opening-times {
		display: none;
	}

	.mobile-opening-times {
		display: initial;
	}
}

.terms-conditions-text-container {
	overflow-y: scroll;
	max-height: 100vh;
	height: 400px;
	border: 1px solid #f58220;
	padding: 15px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.content-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 992px) {
	.content-container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.email-confirmed.homewrap {
	min-height: 75vh;
}

.email-confirmed .homewrap-summaryblock::after {
	background-image: url("/images/svg/mbs_hi.svg");
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-filter: none;
	filter: none;
	-ms-filter: none;
	right: -27.5%;
	top: 25%;
	width: 200px;
}

@@media(max-width: 1400px) {
	.email-confirmed .homewrap-summaryblock::after {
		top: 40%;
		width: 150px;
	}
}