@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

@font-face {
	font-family: 'rhb-font-light';
	font-style: normal;
	font-weight: 300;
	src: url('/-/media/Microsites/utfd1/fonts/RHB/RHB-Font-light-woff.woff') format('woff'),
		url('/-/media/Microsites/utfd1/fonts/RHB/RHB-Font-light-ttf.ttf') format('truetype');
}

@font-face {
	font-family: 'rhb-font-normal';
	font-style: normal;
	font-weight: 400;
	src: url('/-/media/Microsites/utfd1/fonts/RHB/RHB-Font-woff.woff') format('woff'),
		url('/-/media/Microsites/utfd1/fonts/RHB/RHB-Font-ttf.ttf') format('truetype');
}

@font-face {
	font-family: 'rhb-font-medium';
	font-style: normal;
	font-weight: 500;
	src: url('/-/media/Microsites/utfd1/fonts/RHB/RHB-Font-medium-woff.woff') format('woff'),
		url('/-/media/Microsites/utfd1/fonts/RHB/RHB-Font-medium-ttf.ttf') format('truetype');
}

@font-face {
	font-family: 'rhb-font-bold';
	font-style: normal;
	font-weight: 700;
	src: url('/-/media/Microsites/utfd1/fonts/RHB/RHB-Font-bold-woff.woff') format('woff'),
		url('/-/media/Microsites/utfd1/fonts/RHB/RHB-Font-bold-ttf.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-light';
	font-style: normal;
	font-weight: 300;
	src: url('/-/media/Microsites/utfd1/fonts/Lato/Lato-Light-woff.woff') format('woff'),
		url('/-/media/Microsites/utfd1/fonts/Lato/Lato-Light-ttf.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-normal';
	font-style: normal;
	font-weight: 400;
	src: url('/-/media/Microsites/utfd1/fonts/Lato/Lato-Regular-woff.woff') format('woff'),
		url('/-/media/Microsites/utfd1/fonts/Lato/Lato-Regular-ttf.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-medium';
	font-style: normal;
	font-weight: 500;
	src: url('/-/media/Microsites/utfd1/fonts/Lato/Lato-Regular-woff.woff') format('woff'),
		url('/-/media/Microsites/utfd1/fonts/Lato/Lato-Regular-ttf.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-bold';
	font-style: normal;
	font-weight: 700;
	src: url('/-/media/Microsites/utfd1/fonts/Lato/Lato-Bold-woff.woff') format('woff'),
		url('/-/media/Microsites/utfd1/fonts/Lato/Lato-Bold-ttf.ttf') format('truetype');
}

.text--300 {
	font-family: 'rhb-font-light', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.text--400 {
	font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.text--500 {
	font-family: 'rhb-font-medium', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.text--700 {
	font-family: 'rhb-font-bold', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.text--color-primary-blue {
	color: #0067b1;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^='col-'],
.row.no-gutters > [class*=' col-'] {
	padding-right: 0;
	padding-left: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

input,
textarea,
select,
button {
	box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none;
}

a,
input {
	transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	margin: 0 0 0;
}

body {
	font-size: 25px;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	color: #4a565c;
	background: #fff;
}

@media screen and (max-width: 991px) {
	body {
		font-size: 22px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 479px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}

a {
	color: #0067b1;
}

a:hover,
a:active,
a:focus {
	color: #000;
}

.site--container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
}

.section--light-brown {
	background-color: #f1f1f1;
}

.section--light-grey {
	background-color: #f7f7f7;
}

.section--dark-blue {
	background-color: #20222f;
	color: #fff;
}

.section--heading {
	font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.section--heading strong {
	font-family: 'rhb-font-medium', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.section--heading .heading--lg {
	font-size: 140%;
}

@media (max-width: 991px) {
	.section--heading .heading--lg {
		font-size: 125%;
	}
}

h1.section--heading {
	font-size: 56px;
	line-height: 1.1;
}

@media screen and (max-width: 991px) {
	h1.section--heading {
		font-size: 46px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 767px) {
	h1.section--heading {
		font-size: 38px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 479px) {
	h1.section--heading {
		font-size: 28px;
		line-height: 1.2;
	}
}

h2.section--heading {
	font-size: 42px;
	line-height: 1.2;
}

@media screen and (max-width: 991px) {
	h2.section--heading {
		font-size: 38px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 767px) {
	h2.section--heading {
		font-size: 30px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 479px) {
	h2.section--heading {
		font-size: 24px;
		line-height: 1.2;
	}
}

h3.section--heading {
	font-size: 40px;
	line-height: 1.2;
}

@media screen and (max-width: 991px) {
	h3.section--heading {
		font-size: 36px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 767px) {
	h3.section--heading {
		font-size: 30px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 479px) {
	h3.section--heading {
		font-size: 24px;
		line-height: 1.2;
	}
}

h4.section--heading {
	font-size: 20px;
	line-height: 1.4;
}

@media screen and (max-width: 991px) {
	h4.section--heading {
		font-size: 18px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 767px) {
	h4.section--heading {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 479px) {
	h4.section--heading {
		font-size: 16px;
		line-height: 1.4;
	}
}

h5.section--heading {
	font-size: 25px;
	line-height: 1.4;
}

@media screen and (max-width: 991px) {
	h5.section--heading {
		font-size: 22px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 767px) {
	h5.section--heading {
		font-size: 22px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 479px) {
	h5.section--heading {
		font-size: 20px;
		line-height: 1.4;
	}
}

h6.section--heading {
	font-size: 16px;
	line-height: 1.4;
}

@media screen and (max-width: 991px) {
	h6.section--heading {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 767px) {
	h6.section--heading {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 479px) {
	h6.section--heading {
		font-size: 16px;
		line-height: 1.4;
	}
}

.navbar.navbar--nav.navigation {
	width: 100%;
	max-width: 1440px;
	left: 50%;
	transform: translateX(-50%);
	height: 60px;
	background: rgba(0, 0, 0, 0.05);
	transition: all 0.2s ease;
}

.navbar.navbar--nav.navigation.premier {
	background: #002f65;
	color: #c6d5dc;
}

@media (max-width: 767px) {
	.navbar.navbar--nav.navigation {
		height: 58px;
		background: #fff;
	}
}

.navbar.navbar--nav.navigation.is--active {
	background: #fff;
	-webkit-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.2);
}

.navbar.navbar--nav.navigation.is--active.premier {
	background: #002f65;
}

.navbar.navbar--nav.navigation .navbar-brand {
	width: 160px;
	height: 60px;
	background: transparent url('/-/media/Microsites/utfd1/images/nav--logo.png') no-repeat center center;
	text-indent: -9999px;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.navbar.navbar--nav.navigation .navbar-brand {
		height: 58px;
	}
}

.navbar.navbar--nav.navigation .navbar-right {
	margin-right: 20px;
}

@media (max-width: 767px) {
	.navbar.navbar--nav.navigation .navbar-right {
		margin-right: 0;
	}
}

.navbar.navbar--nav.navigation .premier--brand-container {
	padding-top: 15px;
	padding-right: 15px;
	float: right;
}

.navbar.navbar--nav.navigation .premier--logo {
	max-width: 150px;
	margin-top: 6px;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.navbar.navbar--nav.navigation .premier--logo {
		margin: 6px auto 0;
	}
}

.navbar.navbar--nav.navigation .premier_brand {
	color: #c6d5dc;
	font-size: 20px;
	text-align: right;
	font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

@media (max-width: 767px) {
	.navbar.navbar--nav.navigation .navbar-nav {
		margin: 0 0;
	}
}

.navbar.navbar--nav.navigation .navbar-toggle {
	background: #fff;
	margin-top: 12px;
	background: #fff;
}

.navbar.navbar--nav.navigation .navbar-toggle .icon-bar {
	background: #0067b1;
}

.navbar.navbar--nav.navigation li {
	display: inline-block;
	height: 60px;
	text-transform: uppercase;
	font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 112.5%;
}

@media (max-width: 767px) {
	.navbar.navbar--nav.navigation li {
		display: block;
		height: 44px;
		border-bottom: 1px solid #ddd;
		font-size: 100%;
	}
}

@media (max-width: 767px) {
	.navbar.navbar--nav.navigation li:last-child {
		border-bottom: 0;
	}
}

.navbar.navbar--nav.navigation li a {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	color: #0067b1;
}

@media (max-width: 767px) {
	.navbar.navbar--nav.navigation li a {
		display: block;
		height: 44px;
		line-height: 44px;
		padding: 0 15px;
	}
}

.navbar.navbar--nav.navigation li.active a,
.navbar.navbar--nav.navigation li a:hover,
.navbar.navbar--nav.navigation li a:active,
.navbar.navbar--nav.navigation li a:focus {
	background: transparent;
	color: #db0011;
}

@media (max-width: 767px) {
	#navbar {
		border-top: 1px solid #0067b1;
		background: white;
	}
}

.disclaimer {
	font-size: 13px;
	color: #404040;
}

@media (max-width: 767px) {
	.disclaimer {
		font-size: 9px;
	}
}

.footer {
	color: #818a91;
	font-size: 14px;
	line-height: 1.3;
	padding: 0 0 45.28px 0;
}

/* @media (max-width: 991px) {
	.footer {
		font-size: 12px;
	}
} */

@media (max-width: 768px) {
	.footer {
		font-size: 10px;
		padding: 0 0 20.58px 0;
	}
}

.form {
	text-align: center;
	background: #e3f5fa;
	padding: 70px 0;
	font-size: 16px;
}
@media (max-width: 767px) {
	.form {
		padding: 50px 0;
	}
}
@media (max-width: 479px) {
	.form {
		padding: 40px 0;
	}
}
.form__inner {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}
.form--heading {
	color: #0067b1;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.form--heading {
		font-size: 30px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.form--heading {
		font-size: 28px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.form--heading {
		font-size: 22px;
		line-height: 1.3;
	}
}
.form--subheading {
	font-size: 16px;
	color: #404040;
	font-weight: 400;
	padding-top: 5px;
}
@media (max-width: 767px) {
	.form--subheading {
		font-size: 13px;
	}
}
.form--form {
	text-align: left;
	padding-top: 30px;
}
@media (max-width: 991px) {
	.form--form {
		padding-top: 15px;
	}
}
@media (max-width: 767px) {
	.form--form {
		padding-top: 5px;
	}
}
.form--control {
	padding-top: 30px;
}
@media (max-width: 767px) {
	.form--control {
		padding-top: 25px;
	}
}
.form--label {
	color: #404040;
	padding: 0 0 5px 10px;
}

.form--input,
.form--select,
.form--textarea {
	display: block;
	width: 100%;
	border: 0;
}
.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
	color: #818a91;
}
.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
	color: #818a91;
}
.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
	color: #818a91;
}
.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
	color: #818a91;
}
@media (max-width: 767px) {
	.form--input,
	.form--select,
	.form--textarea {
		background: #fff;
		border-radius: 4px;
	}
}
.form--input {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.form--input.form--input-special {
	padding: 0 0 0 100px;
}
.form--error {
	color: #c0392b;
	font-size: 70%;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: normal;
}
.form--customer-label {
	text-align: center;
	padding-top: 10px;
}
@media (max-width: 767px) {
	.form--customer-label {
		padding-top: 0;
	}
}
.form--customer-label span {
	margin-right: 40px;
}
@media (max-width: 767px) {
	.form--customer-label span {
		display: block;
		margin: 0 0 10px 0;
	}
}
.form--customer-label label {
	font-weight: normal;
}
.form--customer-label label + label {
	margin-left: 20px;
}
.form--customer-label input {
	margin-right: 10px;
}
.form--tnc-container {
	margin: 0;
}
.form--tnc-input {
	vertical-align: top;
	float: left;
	width: 20px;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.form--tnc-input {
		width: 15px;
	}
}
.form--tnc-label {
	padding-left: 10px;
	float: right;
	width: calc(100% - 20px);
}
.form--tnc-label p + p {
	padding-top: 20px;
}
@media (max-width: 767px) {
	.form--tnc-label {
		width: calc(100% - 15px);
	}
}
.form--tnc-label-text {
	color: #404040;
	font-size: 14px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.form--tnc-label-text {
		font-size: 81.25%;
	}
}
@media (max-width: 479px) {
	.form--tnc-label-text {
		font-size: 75%;
	}
}
.form--submit {
	text-align: center;
}
.custom-select {
	background: #fff url(/-/media/Microsites/utfd1/images/down.png) right 1rem center/10px 10px no-repeat !important;
	padding-left: 15px;
	font-size: 16px;
}
select {
	appearance: none;
}
.form--submit-btn {
	font-weight: 700;
	display: inline-block;
	padding: 0px 60px;
	background: #ef3e42;
	color: #ffffff;
	margin: 40px auto 0;
	border: none;
	font-size: 25px;
	line-height: 1.3;
	height: 60px;
	border-radius: 10px;
}
@media screen and (max-width: 991px) {
	.form--submit-btn {
		font-size: 23px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.form--submit-btn {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.form--submit-btn {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media (max-width: 767px) {
	.form--submit-btn {
		padding: 15px 50px;
		display: inline-block;
	}
}
.form--submit-btn:hover {
	background: #0067b1;
}
.form--disclaimer-wrrapper {
	width: 100%;
	margin: 40px auto 0;
}
.form--disclaimer-wrrapper .form--disclaimer {
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.form--disclaimer-wrrapper .form--disclaimer + .form--disclaimer {
	margin-top: 20px;
}
.form--input-wrapper {
	height: 54px;
	line-height: 54px;
	background: #ffffff;
	border: 1px solid #969696;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.form--input-wrapper select {
	background: #ffffff;
}
.form--input-wrapper label {
	font-weight: normal;
}
.form--input-wrapper label + label {
	margin-left: 20px;
}
.form--input-wrapper input {
	margin-right: 10px;
}
.footer__top {
	margin: 0 68.38px;
}

@media (max-width: 485px) {
	.footer__top {
		margin: 0 30.38px;
	}
}

.footer__top .footer__tnc {
	color: #0667b0;
	padding: 45.28px 0 22.64px;
	font-size: 20px;
	line-height: 1.3;
}

/* @media screen and (max-width: 991px) {
	.footer__top .footer__tnc {
		font-size: 15px;
		line-height: 1.3;
	}
} */

@media screen and (max-width: 767px) {
	.footer__top .footer__tnc {
		font-size: 10px;
		line-height: 1.3;
		padding: 22.64px 0;
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__tnc {
		font-size: 10px;
		line-height: 1.3;
		padding: 22.64px 0 11px 0;
	}
}

/* @media (max-width: 767px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0;
	}
} */
/* 
@media (max-width: 485px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0 11px 0;
	}
} */

.footer__top .footer__tnc.footer__tnc-premier a {
	color: #002f65;
}

.footer__top .footer__tnc a {
	color: #0667b0;
	padding: 0 10px;
	border-left: 1px solid #0667b0;
	font-size: 15px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.footer__top .footer__tnc a {
		font-size: 15px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 767px) {
	.footer__top .footer__tnc a {
		font-size: 14px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__tnc a {
		font-size: 12px;
		line-height: 1.3;
	}
}

.footer__top .footer__tnc a:first-child {
	padding: 0 10px 0 0;
	border-left: none;
	border-right: none;
}

.footer__top .footer__box {
	background: #5bc2e7;
	color: #ffffff;
	font-weight: bold;
	padding: 38.38px 38.38px;
}

.footer__top .footer__box.footer__box-premier {
	background: #002f65;
}

.footer__top .footer__box.footer__box-premier .footer__box-heading {
	font-size: 40px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 36px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 767px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 32px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 600px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 16px;
		line-height: 1.3;
	}
}

.footer__top .footer__box.footer__box-premier .footer__box-subheading {
	font-size: 30px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 26px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 767px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 24px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 600px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 12px;
		line-height: 1.3;
	}
}

@media (max-width: 767px) {
	.footer__top .footer__box {
		padding: 20.58px 20.5px;
	}
}

@media (max-width: 485px) {
	.footer__top .footer__box {
		padding: 20.38px 22.38px;
	}
}

.footer__top .footer__box .footer__box-heading {
	font-size: 55px;
	line-height: 1.3;
}

/* @media screen and (max-width: 991px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 34px;
		line-height: 1.3;
	}
} */

@media screen and (max-width: 767px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 24px;
		line-height: 1.3;
	}
}

/* @media screen and (max-width: 600px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 26px;
		line-height: 1.3;
	}
} */

@media screen and (max-width: 479px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 24px;
		line-height: 1.3;
	}
}

.footer__top .footer__box .footer__box-subheading {
	font-size: 45px;
	line-height: 1.3;
}

/* @media screen and (max-width: 991px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 26px;
		line-height: 1.3;
	}
} */

@media screen and (max-width: 767px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 20px;
		line-height: 1.3;
	}
}

/* @media screen and (max-width: 600px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 22px;
		line-height: 1.3;
	}
} */

@media screen and (max-width: 479px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 20px;
		line-height: 1.3;
	}
}

.footer__top .footer__box .footer__box-subheading a {
	color: #ffffff;
}

.footer__top .footer__box .footer__box-subheading .text--light {
	font-weight: 300;
}

.footer__top .footer__box .footer__box-subheading .footer--number {
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.footer__mid.footer__mid-long {
		margin: 0 0 22.64px 0;
	}
}

.footer__mid .footer__mid-left,
.footer__mid .footer__mid-right {
	display: table-cell;
	vertical-align: middle;
}

.footer__mid .footer__mid-left {
	background: #5bc2e7;
	width: 270px;
	padding: 0 45.28px 0 68.38px;
}

@media (max-width: 485px) {
	.footer__mid .footer__mid-left {
		padding: 0 20.75px 0 30.38px;
		width: 170px;
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-left {
		width: 122.74px;
		padding: 3px 20.75px 3px 30.38px;
	}
}

.footer__mid .footer__mid-left.footer__mid-left-premier {
	background: #002f65;
	padding: 28.7px 22.9px 28.7px 68.38px;
}

@media (max-width: 485px) {
	.footer__mid .footer__mid-left.footer__mid-left-premier {
		width: 140.46px;
		padding: 22.9px 20.75px 22.9px 30.38px;
	}

	.footer__mid .footer__mid-left.footer__mid-left-premier img {
		width: 97.35px;
	}
}

@media (max-width: 485px) {
	.footer__mid .footer__mid-left img {
		width: 106px;
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-left img {
		width: 74px;
	}
}

.footer__mid .footer__mid-right {
	padding: 22.64px 0 0 22.82px;
}

@media (max-width: 991px) {
	.footer__mid .footer__mid-right {
		display: block;
		padding: 22.64px 0 0 68.38px;
	}
}

@media (max-width: 767px) {
	.footer__mid .footer__mid-right {
		display: block;
		padding: 22.64px 0 0 68.38px;
	}
}

@media (max-width: 485px) {
	.footer__mid .footer__mid-right {
		padding: 16px 0 0 52.38px;
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right {
		padding: 10px 0 0 52.38px;
	}
}

.footer__mid .footer__mid-right.mid-right-short {
	vertical-align: bottom;
}

@media (max-width: 767px) {
	.footer__mid .footer__mid-right.mid-right-short {
		display: table-cell;
		padding: 0;
	}
}

.footer__mid .footer__mid-right .islam__logo,
.footer__mid .footer__mid-right .footer__mid-right-text {
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.footer__mid .footer__mid-right .islam__logo,
	.footer__mid .footer__mid-right .footer__mid-right-text {
		vertical-align: middle;
	}
}

.footer__mid .footer__mid-right .islam__logo {
	width: 42px;
}

@media (max-width: 485px) {
	.footer__mid .footer__mid-right .islam__logo {
		width: 36px;
		display: block;
		float: left;
		margin: 0 12px 4px 0;
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right .islam__logo {
		width: 30px;
		margin: 2px 12px 1px 0;
	}
}

.footer__mid .footer__mid-right .islam__logo img {
	width: 100%;
}

.footer__mid .footer__mid-right .footer__mid-right-text {
	font-size: 14px;
	padding: 0 68.38px 0 22.82px;
	text-align: justify;
}

/* @media (max-width: 1199px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		font-size: 12px;
	}
} */

@media (max-width: 768px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		font-size: 10px;
		padding: 0 30.38px 0 0;
		display: block;
	}
}

/* @media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		padding: 0 30.38px 0 0;
	}
} */

.footer__mid .footer__mid-right .footer__mid-right-copyright {
	margin-top: 24.64px;
	text-align: justify;
}

@media (max-width: 1199px) {
	.footer__mid .footer__mid-right .footer__mid-right-copyright {
		font-size: 12px;
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-copyright {
		margin-top: 20.58px;
		padding-right: 30.38px;
	}
}

.footer__btm {
	/* font-size: 14px; */
	margin: 45.28px 68.38px 0 106.76px;
}

/* @media (max-width: 991px) {
	.footer__btm {
		margin: 22.64px 68.38px 0 136px;
	}
} */

@media (max-width: 768px) {
	.footer__btm {
		/* font-size: 10px; */
		margin: 20.58px 30.38px 0 46px;
	}
}

.footer__btm .footer__btm-text {
	margin-top: 20px;
	text-align: justify;
}

.footer__btm .footer__btm-text a {
	color: #818a91;
}

.footer__btm .footer__btm-text a.underline {
	text-decoration: underline;
}

.footer__btm .footer__btm-text:last-child {
	margin-top: 30px;
}

.footer__btm .footer__btm-text p {
	font-size: 14px;
	line-height: 1.3;
}

.footer--text-number {
	color: #818a91;
	text-decoration: none;
}

@media (max-width: 479px) {
	.hide--xs {
		display: none;
	}
}

@media (max-width: 485px) {
	.hide--xxsm {
		display: none;
	}
}

@media (max-width: 767px) {
	.hide--sm {
		display: none;
	}

	.footer__btm .footer__btm-text p {
		font-size: 10px;
	}
}

@media (max-width: 991px) {
	.hide--md {
		display: none;
	}
}

@media (max-width: 1199px) {
	.hide--lg {
		display: none;
	}
}

.show--md {
	display: none;
}

@media (max-width: 991px) {
	.show--md {
		display: block;
	}
}

.show--sm {
	display: none;
}

@media (max-width: 767px) {
	.show--sm {
		display: block;
	}
}

.show--xs {
	display: none;
}

@media (max-width: 479px) {
	.show--xs {
		display: block;
	}
}

.section {
	padding: 60px 60px 80px 60px;
}

.section.section__content {
	font-family: 'lato-normal', arial, Helvetica, sans-serif;
}

.section.terms__condition {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width: 991px) {
	.section.terms__condition {
		padding-top: 30px;
		padding-bottom: 0;
	}
}

@media (max-width: 991px) {
	.section {
		padding: 60px;
	}
}

@media (max-width: 767px) {
	.section {
		padding: 30px 40px;
	}
}

.section__content {
	background: #f4f4f4;
	margin: 0 60px 0 60px;
	padding-bottom: 3rem;
	text-align: center;
}

@media (max-width: 991px) {
	.section__content {
		margin: 0 20px 0 20px;
		padding: 20px 15px 2rem;
	}
}

.section__content .hero__title {
	font-family: 'lato-bold', arial, Helvetica, sans-serif;
	color: #0067b1;
	font-size: 42px;
	line-height: 1.2;
}

@media screen and (max-width: 991px) {
	.section__content .hero__title {
		font-size: 38px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 767px) {
	.section__content .hero__title {
		font-size: 30px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 479px) {
	.section__content .hero__title {
		font-size: 24px;
		line-height: 1.2;
	}
}

.section__content .hero__desc {
	padding: 2rem 0 0 0;
}

.section__content .hero__pidm {
	font-size: 15px;
	line-height: 1.4;
	padding-top: 10px;
}

@media screen and (max-width: 991px) {
	.section__content .hero__pidm {
		font-size: 15px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 767px) {
	.section__content .hero__pidm {
		font-size: 14px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 479px) {
	.section__content .hero__pidm {
		font-size: 13px;
		line-height: 1.4;
	}
}

.section__content .hero__campaign-period {
	color: #0067b1;
	padding: 30px 0 20px 0;
}

.section__content .table__title {
	color: #0067b1;
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 32px;
	line-height: 1.4;
}

@media screen and (max-width: 991px) {
	.section__content .table__title {
		font-size: 29px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 767px) {
	.section__content .table__title {
		font-size: 27px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 479px) {
	.section__content .table__title {
		font-size: 25px;
		line-height: 1.4;
	}
}

.section__content .table {
	padding: 20px 0;
	color: #000000;
}

.section__content .table.show--sm {
	padding-bottom: 5px;
}

.section__content .with__icon {
	position: relative;
}

.section__content span.small {
	font-size: 16px;
}

.section__content span.table__icon {
	background: url('/-/media/Microsites/utfd1/images/icon--or.png') no-repeat;
	position: absolute;
	bottom: calc(-50% + 40px);
	left: calc(50% - 18px);
	width: 20px;
	height: 20px;
	z-index: 999;
}

@media (max-width: 767px) {
	.section__content span.table__icon {
		left: calc(50% - 5px);
	}
}

.section__content span.table__icon-plus {
	background: url('/-/media/Microsites/utfd1/images/icon--plus.png') no-repeat;
	position: absolute;
	bottom: calc(-50% + 40px);
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
}

@media (max-width: 767px) {
	.section__content span.table__icon-plus {
		bottom: calc(-50% + 28px);
		left: calc(50% - 5px);
	}
}

@media (max-width: 381px) {
	.section__content span.table__icon-plus {
		bottom: calc(-50% + 37px);
	}
}

.section__content .table__head {
	background-color: #5bc2e7;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
}

@media screen and (max-width: 991px) {
	.section__content .table__head {
		font-size: 18px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 767px) {
	.section__content .table__head {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 479px) {
	.section__content .table__head {
		font-size: 14px;
		line-height: 1.4;
	}
}

.section__content .table__highlight {
	font-family: 'lato-bold', arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #0067b1;
}

.section__content table {
	width: 100%;
	line-height: 1.2 !important;
	font-size: 20px;
	line-height: 1.4;
}

@media screen and (max-width: 991px) {
	.section__content table {
		font-size: 18px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 767px) {
	.section__content table {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 479px) {
	.section__content table {
		font-size: 16px;
		line-height: 1.4;
	}
}

.section__content table tr:first-child td {
	height: 40px;
}

.section__content table td {
	background: #ffffff;
	padding: 2rem;
	height: 105px;
}

@media (max-width: 479px) {
	.section__content table td {
		padding: 2rem 1rem;
	}
}

.section__content .bd-bottom {
	border-bottom: 1px solid #6ccee6;
}

.section__content .bd-right {
	border-right: 1px solid #6ccee6;
}

.section__content .bd-left {
	border-left: 1px solid #6ccee6;
}

.section__content .list__title {
	color: #0067b1;
}

.section__content .list__button-wrapper {
	padding: 3rem 0;
}

.section__content .list__button {
	font-family: arial, Helvetica, sans-serif;
	padding: 1.5rem 5rem;
	color: #ffffff;
	background: #6cc24a;
	font-size: 20px;
	line-height: 1.4;
}

@media screen and (max-width: 991px) {
	.section__content .list__button {
		font-size: 18px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 767px) {
	.section__content .list__button {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 479px) {
	.section__content .list__button {
		font-size: 14px;
		line-height: 1.4;
	}
}

.section__content .pad_t {
	padding-top: 92px;
}

hr.line__blue {
	border-color: #0067b1;
	width: 120px;
	border-width: 5px;
}
