@charset "utf-8";
body{
	background-color: #f2f2f2;
}
label {
	color:#005174;
	font-weight: bold;
}
.header-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.header-image {
	position: relative;
	height: 500px;
	z-index: 10;
}

.header-image .image-layer:first-child {
	display: block;
}

.header-image .image-layer {
	background-color: #FFF;
}

.header-image .image-layer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
}
.header-image {
	height: 95vh;
}
.header-image:after {
	background-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 242, 242, 0)), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, rgba(242, 242, 242, 0), #f2f2f2);
	background-image: -moz-linear-gradient(top, rgba(242, 242, 242, 0), #f2f2f2);
	background-image: -o-linear-gradient(top, rgba(242, 242, 242, 0), #f2f2f2);
	background-image: linear-gradient(to bottom, rgba(242, 242, 242, 0), #f2f2f2);
}
.header-image:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 300px;
	z-index: 20;
	-webkit-transition: height 300ms ease-in-out;
	-moz-transition: height 300ms ease-in-out;
	-ms-transition: height 300ms ease-in-out;
	-o-transition: height 300ms ease-in-out;
	transition: height 300ms ease-in-out;
}
.mainContents{
	position: absolute;
	top: 0;
	z-index: 20;
	left: 0;
	right: 0;
}
.bankLogos{
	width: 100%;
}

.contents {
	background-color: #f2f2f2;
	padding: 50px 25px;
	width: 100%;
	color:#005174;
}
footer {
    color: #bebebe;
    background-color: #111;
    background-color: rgba(17, 17, 17, 0.7);
	font-size: 0.875rem;
	width: 100%;
	margin-top: 20px;
}
footer h4,h5{font-size: 0.875rem;}
.logo {width: 333px;}
.logo img{    max-width: 100%;}
.sl-nav {
  display: inline;
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom:10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:29px;
  right:-15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li {
	color:#005174;
}
.sl-nav li ul li a{
	color:#005174;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #005174;
}
.arrow-down {
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-bottom: 3px;
}
.nav-wrapper{
	position: relative;
	height: 100%;
}
.sl-nav{
	position: absolute;
	right: 0;
	top: 50%;
}
.btn-kea{
	color: #FFF;
	background-color: #005174;
	border-color: #005174;
	border-top-color: rgba(0, 81, 116, 0.8);
}
.btn-kea:hover {
	border-color: rgba(96, 125, 139, 0.5);
	background-color: rgba(96, 125, 139, 0.8);
}

.form-check-input.form-control {
	width: auto;
	height: auto;
	padding: 0;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: purple;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: red;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: red;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: red;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: red;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: red;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: red;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color:red;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
