@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700&display=swap");

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

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

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

@font-face {
    font-family: "rhb-font-bold";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/RHB/RHB-Font-bold.woff") format("woff"), url("../fonts/RHB/RHB-Font-bold.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: #002F65
}

.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
}

.text__center {
    text-align: center
}

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

@media screen and (max-width: 991px) {
    body {
        font-size: 16px;
        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: #002F65
}

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.6
}

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

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

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

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

@media screen and (max-width: 991px) {
    h4.section--heading {
        font-size: 16px;
        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: 16px;
    line-height: 1.4
}

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

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

@media screen and (max-width: 479px) {
    h5.section--heading {
        font-size: 16px;
        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
    }
}

.txt--content-title {
    font-size: 32px;
    line-height: 1.3;
    font-family: 'Lato', sans-serif !important;
    font-weight: bold
}

@media screen and (max-width: 991px) {
    .txt--content-title {
        font-size: 30px;
        line-height: 1.3
    }
}

@media screen and (max-width: 767px) {
    .txt--content-title {
        font-size: 26px;
        line-height: 1.3
    }
}

@media screen and (max-width: 479px) {
    .txt--content-title {
        font-size: 23px;
        line-height: 1.3
    }
}

.form {
    text-align: center;
    background: rgba(0, 35, 83, 0.15);
    color: #002353;
    padding: 70px 0
}

@media (max-width: 768px) {
    .form {
        padding: 50px 0
    }
}

@media (max-width: 479px) {
    .form {
        padding: 40px 0
    }
}

.form__inner {
    max-width: 820px;
    width: 100%;
    margin: 0 auto
}

.form--heading {
    font-size: 44px;
    line-height: 1.3
}

@media screen and (max-width: 991px) {
    .form--heading {
        font-size: 44px;
        line-height: 1.3
    }
}

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

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

.form--subheading {
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px
}

@media (max-width: 768px) {
    .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: 768px) {
    .form--form {
        padding-top: 5px
    }
}

.form--control {
    padding-top: 30px
}

@media (max-width: 768px) {
    .form--control {
        padding-top: 25px
    }
}

.form--label {
    color: #000;
    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: 768px) {

    .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: 768px) {
    .form--customer-label {
        padding-top: 0
    }
}

.form--customer-label span {
    margin-right: 40px
}

@media (max-width: 768px) {
    .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: 768px) {
    .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: 768px) {
    .form--tnc-label {
        width: calc(100% - 15px)
    }
}

.form--tnc-label-text {
    color: #000;
    font-size: 14px;
    font-weight: 400
}

@media (max-width: 768px) {
    .form--tnc-label-text {
        font-size: 81.25%
    }
}

@media (max-width: 479px) {
    .form--tnc-label-text {
        font-size: 75%
    }
}

.form--submit {
    text-align: center
}

.form--submit-btn {
    font-weight: 700;
    display: inline-block;
    padding: 0px 30px;
    background: #EF3E42;
    color: #ffffff;
    height: 60px;
    border-radius: 10px;
    margin: 40px auto 0;
    border: none;
    font-size: 18px;
    line-height: 1.4
}

@media screen and (max-width: 991px) {
    .form--submit-btn {
        font-size: 25px;
        line-height: 1.4
    }
}

@media screen and (max-width: 767px) {
    .form--submit-btn {
        font-size: 20px;
        line-height: 1.4
    }
}

@media screen and (max-width: 479px) {
    .form--submit-btn {
        font-size: 15px;
        line-height: 1.4
    }
}

@media (max-width: 768px) {
    .form--submit-btn {
        display: inline-block
    }
}

.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
}

.disclaimer {
    padding: 40px 0 40px;
    font-size: 68.75%;
    color: #7c8a90
}

@media (max-width: 768px) {
    .disclaimer {
        padding: 30px 0 30px
    }
}

.nav-tabs {
    border: none;
    transform: rotate(180deg)
}

.nav-tabs li {
    background-color: #6C9AB9;
    border-radius: 5px 5px 0 0;
    width: 200px;
    margin-bottom: 0;
    text-align: center;
    transform: rotate(-180deg)
}

.nav-tabs li a {
    color: white;
    border: none
}

.nav-tabs li a:focus,
.nav-tabs li a:hover {
    border: none
}

.nav-tabs li.active {
    background-color: white
}

.nav-tabs li.active a {
    color: #002353;
    border: none
}

.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
    border: none
}

@media (max-width: 768px) {
    .nav-tabs li {
        width: 100%;
        padding: 10px 15px;
        text-align: left;
        border-radius: 0
    }
}

@media (max-width: 768px) {
    .nav-tabs {
        margin-bottom: 15px;
        margin-top: 15px
    }
}

hr.white--line {
    width: 35px;
    border-top: 4px solid #ffffff;
    margin: 15px 0 15px
}

hr.blue--line {
    width: 35px;
    border-top: 4px solid #0067B1;
    margin: 15px 0 15px
}

hr.blue--line-special {
    width: 35px;
    border-top: 4px solid #0067B1;
    margin: 15px auto 15px
}

.modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none
}

.modal-header {
    border: none;
    background-color: white;
    padding: 15px 30px
}

.modal-header .close {
    float: left;
    font-size: 35px
}

@media (max-width: 768px) {
    .modal-header {
        background-color: #6C9AB9
    }

    .modal-header .close {
        float: right;
        color: white;
        opacity: 1
    }
}

.tab-content {
    padding: 0 30px 30px;
    background-color: white
}

.tab-content .tab-info {
    max-height: 350px;
    overflow-y: scroll !important
}

.tab-content .tab-info.overflow--hide {
    overflow: hidden
}

.tab-content .tab-info p {
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .tab-content {
        padding-top: 30px
    }
}

.footer {
    color: #818A91;
    font-size: 14px;
    padding: 0 0 30px 0;
	font-weight: 400px;
}

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

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

.footer.footer-premier {
    padding: 0 0 40.63px 0
}

@media (max-width: 768px) {
    .footer.footer-premier {
        padding: 0 0 27.09px 0
    }
}

@media (max-width: 620px) {
    .footer.footer-premier {
        padding: 0 0 20.58px 0
    }
}

@media (max-width: 479px) {
    .footer.footer-premier {
        padding: 0 0 12.2px 0
    }
}

.footer__top {
    margin: 0 68.38px 0 124px;
}

@media (max-width: 620px) {
	.footer__top {
		margin: 0 30.38px 0 64px;
	}
}
.footer__top .footer__tnc {
	margin: 45.28px 0 22.64px;
	color: #0667b0;
}
@media (max-width: 768px) {
	.footer__top .footer__tnc {
		margin: 22.64px 0;
	}
}
@media (max-width: 479px) {
	.footer__top .footer__tnc {
		margin: 11px 0;
	}
}

.footer__top .footer__tnc.footer__tnc-premier {
	color: #002f65;
	margin: 27.09px 0 27.09px -54px;
}
@media (max-width: 620px) {
	.footer__top .footer__tnc.footer__tnc-premier {
		margin: 18.1px 0 12.2px -32px;
	}
}
.footer__top .footer__tnc.footer__tnc-premier a {
    color: #002F65
}

.footer__top .footer__tnc.footer__tnc-premier .footer__tnc-text {
    color: #002F65
}

.footer__top .footer__tnc .footer__tnc-text {
    display: inline-block
}

.footer__top .footer__tnc .footer__tnc-text {
    color: #0667B0;
    padding: 0 8px 0 30px;
    border-right: 1px solid #0667B0;
    font-size: 15px;
    line-height: 1.3
}

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

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

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

.footer__top .footer__tnc .footer__tnc-text:first-child {
    padding: 0 8px 0 0
}

.footer__top .footer__tnc .footer__tnc-text:last-child {
    border-left: none;
    border-right: none
}

.footer__top .footer__box {
    background: #5BC2E7;
    color: #ffffff;
    font-weight: bold;
    padding: 35px 30px
}

@media (max-width: 768px) {
    .footer__top .footer__box {
        padding: 18px 25px
    }
}

@media (max-width: 620px) {
    .footer__top .footer__box {
        padding: 18px 25px
    }
}

.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: xsm) {
    .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
    }
}

@media screen and (max-width: xss) {
    .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: xsm) {
    .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: 14px;
        line-height: 1.3
    }
}

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

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

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

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

@media screen and (max-width: xsm) {
    .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: 20px;
        line-height: 1.3
    }
}

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

.footer__top .footer__box .footer__box-subheading {
    font-size: 30px;
    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: 24px;
        line-height: 1.3
    }
}

@media screen and (max-width: xsm) {
    .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: 15px;
        line-height: 1.3
    }
}

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

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

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

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

@media (max-width: 479px) {
    .footer__mid.footer__mid-long {
        margin: 0 0 12.2px 0
    }
}

@media (max-width: 768px) {
    .footer__mid.footer__mid-long-premier {
        margin: 0
    }
}

@media (max-width: 479px) {
    .footer__mid.footer__mid-long-premier {
        margin: 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: 28.7px 45.28px 28.7px 68.38px
}

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

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

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

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

.footer__mid .footer__mid-left img {
    max-width: 156px;
    width: 100%
}

@media (max-width: 620px) {
    .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-space {
    display: none
}

@media (max-width: 991px) {
    .footer__mid .footer__mid-right-space {
        display: table-cell
    }
}

.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: 620px) {
    .footer__mid .footer__mid-right {
        padding: 10px 0 0 30.75px
    }
}

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

@media (max-width: 620px) {
    .footer__mid .footer__mid-right .footer__mid-right-text {
        padding: 0 30.75px 0 11.41px;
        display: block
    }
}

@media (max-width: 768px) {
    .footer__mid .footer__mid-right .footer__mid-right-text.mid__right-text-short {
        vertical-align: middle
    }
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right .footer__mid-right-text.mid__right-text-short {
        padding: 0 0 0 10.29px
    }
}

.footer__mid .footer__mid-right .footer__mid-right-copyright {
    margin-top: 22.64px
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right .footer__mid-right-copyright {
        margin-top: 10.29px
    }
}

.footer__mid .footer__mid-right .footer__mid-right-copyright.footer__mid-right-copyright-premier {
    margin-top: 27.09px
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right .footer__mid-right-copyright.footer__mid-right-copyright-premier {
        margin-top: 12.2px
    }
}

.footer__mid .footer__mid-right.footer__mid-right-premier.footer__mid-right-long {
    padding: 0 0 0 27.18px
}

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

@media (max-width: 620px) {
    .footer__mid .footer__mid-right.footer__mid-right-premier.footer__mid-right-long {
        padding: 12.2px 0 0 30.75px
    }
}

.footer__mid .footer__mid-right.footer__mid-right-long {
    padding: 0 0 0 22.82px
}

@media (max-width: 991px) {
    .footer__mid .footer__mid-right.footer__mid-right-long {
        padding: 27.09px 0 0 68.38px
    }
}

@media (max-width: 620px) {
    .footer__mid .footer__mid-right.footer__mid-right-long {
        padding: 27.09px 0 0 30.75px
    }
}

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

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

@media (max-width: 768px) {
    .footer__mid .footer__mid-right.mid-right-short {
        padding: 0
    }
}

.footer__mid .footer__mid-right.mid-right-short-with-text {
    vertical-align: middle
}

@media (max-width: 991px) {
    .footer__mid .footer__mid-right.mid-right-short-with-text {
        padding: 27.09px 0 0 68.38px;
        display: block
    }
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right.mid-right-short-with-text {
        padding: 12.2px 0 0 30.75px
    }
}

@media (max-width: 991px) {
    .footer__mid .footer__mid-right.mid-right-short-with-text .mid__right-text-short {
        padding: 0 68.38px 0 22.82px
    }
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right.mid-right-short-with-text .mid__right-text-short {
        padding: 0 30.75px 0 0
    }
}

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

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

@media (max-width: 768px) {
    .footer__mid .footer__mid-right .islam__logo {
        width: 32px
    }
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right .islam__logo {
        display: block;
        float: left;
        margin-right: 11.75px;
        margin-bottom: 2.75px
    }
}

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

.footer__btm {
    margin: 27.09px 68.38px 0
}

@media (max-width: 768px) {
    .footer__btm {
        margin: 22.64px 68.38px 0
    }
}

@media (max-width: 479px) {
    .footer__btm {
        margin: 20.58px 30.75px 0
    }
}

.footer__btm.footer__btm-premier {
    margin: 27.09px 68.38px 0
}

@media (max-width: 768px) {
    .footer__btm.footer__btm-premier {
        margin: 0px 68.38px 0
    }
}

@media (max-width: 620px) {
    .footer__btm.footer__btm-premier {
        margin: 0px 30.75px 0
    }
}

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

@media (max-width: 479px) {
    .footer__btm.footer__btm-premier .footer__btm-text {
        margin-top: 12.2px
    }
}

.footer__btm.footer__btm-premier .footer__btm-text:last-child {
    margin-top: 27.09px
}

.footer__btm .footer__btm-text {
    margin-top: 20px
}

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

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

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

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

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

.show--lg {
    display: none
}

@media (max-width: 1199px) {
    .show--lg {
        display: block
    }
}

.show--md {
    display: none
}

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

.show--sm {
    display: none
}

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

.show--xs {
    display: none
}

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

.banner {
    position: relative
}

.banner img {
    width: 100%
}
.banner img {
	width: 100%;
}

.rhb_logo {
	width: 25rem !important;
	position: absolute;
	top: 45px;
}

.rhb_logo_mobile {
	width: 30vw !important;
	position: absolute;
	top: 20px;
}

a.floating-btn {
    text-align: center;
    color: #ffffff;
    position: fixed;
    z-index: 999;
    right: 4%;
    bottom: 5%;
    transition: .2s all ease-in-out
}

@media (max-width: 768px) {
    a.floating-btn {
        bottom: 18%;
        width: 20%
    }
}

@media (max-width: 380px) {
    a.floating-btn {
        bottom: 30%
    }
}

@media (max-width: 320px) {
    a.floating-btn {
        bottom: 40%
    }
}

a.floating-btn:hover {
    cursor: pointer
}

.header {
    position: relative
}

.header .banner--desc {
    background: #fff;
    background-repeat: repeat;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 90px;
    color: #002F65
}

.header .banner--desc .header__title {
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: bold
}

.header .banner--desc .header__desc {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px;
    font-weight: 300
}

@media screen and (max-width: 991px) {
    .header .banner--desc .header__desc {
        font-size: 24px;
        line-height: 1.4
    }
}

@media screen and (max-width: 767px) {
    .header .banner--desc .header__desc {
        font-size: 20px;
        line-height: 1.4
    }
}

@media screen and (max-width: 479px) {
    .header .banner--desc .header__desc {
        font-size: 15px;
        line-height: 1.4
    }
}

@media (max-width: 479px) {
    .header .banner--desc {
        background: #fff
    }
}

.header .header__belt {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    border-bottom: 20px solid #C1CDD8
}

.header .header__belt img {
    margin-bottom: -50px
}

@media (max-width: 479px) {
    .header .header__belt img {
        width: 80%
    }
}

.content {
    background-color: #002353;
    padding: 0;
    position: relative
}

.content .category-list {
    margin: 90px auto 70px;
    text-align: center
}

.content .category-list.nav-tabs {
    transform: none
}

.content .category-list.nav-tabs li {
    background-color: transparent !important;
    border-radius: 0;
    width: 24%;
    transform: none;
    float: none;
    display: inline-block;
    vertical-align: top
}

.content .category-list.nav-tabs li a {
    background-color: transparent !important;
    color: white;
    padding: 0
}

.content .category-list.nav-tabs li a span {
    opacity: 0.5
}

.content .category-list.nav-tabs li .img-non-active {
    display: block;
    margin-bottom: 10px
}

.content .category-list.nav-tabs li .img-active {
    display: none;
    margin-bottom: 10px
}

.content .category-list.nav-tabs li.active a span {
    opacity: 1
}

.content .category-list.nav-tabs li.active .img-non-active {
    display: none
}

.content .category-list.nav-tabs li.active .img-active {
    display: block
}

@media (max-width: 768px) {
    .content .category-list.nav-tabs li {
        width: 49%;
        text-align: center
    }
}

.content .category-list img {
    max-width: 100%;
    margin: 0 auto
}

.content .category-tab {
    background-color: transparent;
    padding: 0;
    margin-bottom: 50px
}

.content .card {
    text-align: center;
    margin-bottom: 70px;
    color: white
}

.content .card .text--container {
    margin-top: 75px;
    text-align: left;
}

.content p.txt--content-category {
    font-size: 15px;
    line-height: 1.4
}

@media screen and (max-width: 991px) {
    .content p.txt--content-category {
        font-size: 15px;
        line-height: 1.4
    }
}

@media screen and (max-width: 767px) {
    .content p.txt--content-category {
        font-size: 14px;
        line-height: 1.4
    }
}

@media screen and (max-width: 479px) {
    .content p.txt--content-category {
        font-size: 13px;
        line-height: 1.4
    }
}

.content p.txt--content-period {
    margin-bottom: 25px
}

@media screen and (min-width: 480px) {
    .content ul {
        padding-right: 50px;
    }
}

.content ul {
    list-style-type: disc;
}

.content ul li.txt--content-desc {
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 300;
    margin-left: 25px
}

.content ul li.txt--content-desc span {
    font-weight: bold
}

.content .btn--find-out-more {
    background-color: #FFF;
    border: solid 2px #0067B1;
	font-size: 18px;
    color: #0067B1;
	font-weight: bold;
    padding: 0px 30px;
    height: 60px;
    border-radius: 10px;
    cursor: pointer;
	display: flex; 
	align-items: center; 
	margin: auto;
}

.content .btn--slick-container {
    text-align: center
}

.content .btn--slick-container .btn--content-slick {
    margin: 25px auto 10px;
    border: 1px solid #2E5077;
    background-color: #002353;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 5px 40px
}

.content .btn--slick-container .btn--content-slick.btn-slick-prev {
    display: none
}

.content .btn--slick-container .slick--counter {
    margin-bottom: 30px
}

.content .back-to-tablist {
    position: absolute;
    margin: 0 auto;
    color: white;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 120px;
    text-align: center;
    cursor: pointer
}

.participate {
    background: url("../images/bg--participate.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 10px 40px 0px #051e3b
}

.participate .participate__title {
    margin-top: 7%;
    margin-bottom: 8%;
    font-size: 40px;
    line-height: 1.6;
    color: #fff;
    font-weight: 300
}

@media screen and (max-width: 991px) {
    .participate .participate__title {
        font-size: 36px;
        line-height: 1.6
    }
}

@media screen and (max-width: 767px) {
    .participate .participate__title {
        font-size: 30px;
        line-height: 1.6
    }
}

@media screen and (max-width: 479px) {
    .participate .participate__title {
        font-size: 28px;
        line-height: 1.6
    }
}

@media (max-width: 768px) {
    .participate .participate__title {
        margin-top: 15%;
        margin-bottom: 10%
    }
}

.participate .participate__card .participate__card--image {
    position: relative;
    margin-top: -5%
}

@media (max-width: 991px) {
    .participate .participate__card .participate__card--image {
        max-width: 80%;
        margin-top: 0;
        margin: 0 auto 0 0%
    }
}

.participate .participate__card .png__card {
    position: relative;
    right: 0;
    top: 0
}

.participate .participate__card .gif__card {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0
}

@media (max-width: 991px) {
    .participate .participate__card .participate__card--sub {
        padding: 3% 15%
    }
}

@media (max-width: 479px) {
    .participate .participate__card .participate__card--sub {
        padding: 1% 10%
    }
}

.participate .participate__card .participate__card--sub .participate__card--title {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700
}

@media screen and (max-width: 991px) {
    .participate .participate__card .participate__card--sub .participate__card--title {
        font-size: 28px;
        line-height: 1.2
    }
}

@media screen and (max-width: 767px) {
    .participate .participate__card .participate__card--sub .participate__card--title {
        font-size: 25px;
        line-height: 1.2
    }
}

@media screen and (max-width: 479px) {
    .participate .participate__card .participate__card--sub .participate__card--title {
        font-size: 23px;
        line-height: 1.2
    }
}

.participate .participate__card .participate__card--sub .participate__card--desc {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    font-weight: 300
}

@media screen and (max-width: 991px) {
    .participate .participate__card .participate__card--sub .participate__card--desc {
        font-size: 15px;
        line-height: 1.4
    }
}

@media screen and (max-width: 767px) {
    .participate .participate__card .participate__card--sub .participate__card--desc {
        font-size: 14px;
        line-height: 1.4
    }
}

@media screen and (max-width: 479px) {
    .participate .participate__card .participate__card--sub .participate__card--desc {
        font-size: 13px;
        line-height: 1.4
    }
}

.participate .participate__tablet {
    margin-top: 5%
}

@media (max-width: 768px) {
    .participate .participate__tablet {
        margin-top: 0
    }
}

.participate .participate__tablet .participate__tablet--image {
    position: relative;
    margin-top: -10%;
    padding-right: 3%
}

@media (max-width: 991px) {
    .participate .participate__tablet .participate__tablet--image {
        max-width: 80%;
        padding-right: 0%;
        margin-top: 0
    }
}

.participate .participate__tablet .participate__tablet--illustration {
    font-size: 8px;
    color: #fff;
    font-weight: 300;
    margin: -10% 0 5% 20%
}

.participate .participate__tablet .gif__tablet {
    position: relative;
    z-index: 99;
    right: 0;
    top: 0
}

.participate .participate__tablet .png__tablet {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0%, -2%)
}

@media (max-width: 991px) {
    .participate .participate__tablet .png__tablet {
        transform: translate(0%, 0%)
    }
}

.participate .participate__tablet .participate__tablet--sub {
    padding-bottom: 10%
}

@media (max-width: 991px) {
    .participate .participate__tablet .participate__tablet--sub {
        padding: 0 15% 10%
    }
}

@media (max-width: 479px) {
    .participate .participate__tablet .participate__tablet--sub {
        padding: 0 10% 10%
    }
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--title {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700
}

@media screen and (max-width: 991px) {
    .participate .participate__tablet .participate__tablet--sub .participate__tablet--title {
        font-size: 28px;
        line-height: 1.2
    }
}

@media screen and (max-width: 767px) {
    .participate .participate__tablet .participate__tablet--sub .participate__tablet--title {
        font-size: 25px;
        line-height: 1.2
    }
}

@media screen and (max-width: 479px) {
    .participate .participate__tablet .participate__tablet--sub .participate__tablet--title {
        font-size: 23px;
        line-height: 1.2
    }
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--desc {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    font-weight: 300;
    padding-bottom: 8px
}

@media screen and (max-width: 991px) {
    .participate .participate__tablet .participate__tablet--sub .participate__tablet--desc {
        font-size: 15px;
        line-height: 1.4
    }
}

@media screen and (max-width: 767px) {
    .participate .participate__tablet .participate__tablet--sub .participate__tablet--desc {
        font-size: 14px;
        line-height: 1.4
    }
}

@media screen and (max-width: 479px) {
    .participate .participate__tablet .participate__tablet--sub .participate__tablet--desc {
        font-size: 13px;
        line-height: 1.4
    }
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--table {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10%
}

@media screen and (max-width: 991px) {
    .participate .participate__tablet .participate__tablet--sub .participate__tablet--table {
        font-size: 15px;
        line-height: 1.4
    }
}

@media screen and (max-width: 767px) {
    .participate .participate__tablet .participate__tablet--sub .participate__tablet--table {
        font-size: 14px;
        line-height: 1.4
    }
}

@media screen and (max-width: 479px) {
    .participate .participate__tablet .participate__tablet--sub .participate__tablet--table {
        font-size: 13px;
        line-height: 1.4
    }
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--table .participate__tablet--table-head {
    background-color: #DDDDDD;
    color: #002F65
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--table .participate__tablet--table-body {
    color: #fff;
    font-weight: 300
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--table .table__border {
    border: 1px solid #fff
}

.participate .participate__tablet .participate__tablet--sub .participate__tablet--table .border__bottom {
    border-bottom: 1px solid #fff
}

.highlights {
    padding: 5% 0 3%
}

@media (max-width: 768px) {
    .highlights {
        padding-top: 10%
    }
}

.highlights .highlights__title {
    margin-bottom: 2%;
    font-size: 40px;
    line-height: 1.6;
    color: #002353
}

@media screen and (max-width: 991px) {
    .highlights .highlights__title {
        font-size: 36px;
        line-height: 1.6
    }
}

@media screen and (max-width: 767px) {
    .highlights .highlights__title {
        font-size: 30px;
        line-height: 1.6
    }
}

@media screen and (max-width: 479px) {
    .highlights .highlights__title {
        font-size: 28px;
        line-height: 1.6
    }
}

@media (max-width: 768px) {
    .highlights .highlights__title {
        margin-bottom: 5%
    }
}

.highlights .highlights__title .highlights__heading {
    margin: 0 auto;
    font-weight: normal
}

@media (max-width: 991px) {
    .highlights .highlights__title .highlights__heading {
        width: initial;
        font-weight: bold
    }
}

.highlights .highlights__title .highlights__title_sm {
    font-size: 30px;
    line-height: 1.2;
    font-weight: normal
}

@media screen and (max-width: 991px) {
    .highlights .highlights__title .highlights__title_sm {
        font-size: 28px;
        line-height: 1.2
    }
}

@media screen and (max-width: 767px) {
    .highlights .highlights__title .highlights__title_sm {
        font-size: 25px;
        line-height: 1.2
    }
}

@media screen and (max-width: 479px) {
    .highlights .highlights__title .highlights__title_sm {
        font-size: 23px;
        line-height: 1.2
    }
}

.highlights .highlights__desc {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300
}

@media screen and (max-width: 991px) {
    .highlights .highlights__desc {
        font-size: 20px;
        line-height: 1.4
    }
}

@media screen and (max-width: 767px) {
    .highlights .highlights__desc {
        font-size: 17px;
        line-height: 1.4
    }
}

@media screen and (max-width: 479px) {
    .highlights .highlights__desc {
        font-size: 17px;
        line-height: 1.4
    }
}

.highlights .video--slick {
    position: relative
}

.highlights .privileges__btn-prev,
.highlights .privileges__btn-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    border: none;
    background-color: transparent;
    font-size: 35px;
    font-weight: bold
}

@media (max-width: 991px) {

    .highlights .privileges__btn-prev,
    .highlights .privileges__btn-next {
        top: 55%
    }
}

@media (max-width: 768px) {

    .highlights .privileges__btn-prev,
    .highlights .privileges__btn-next {
        top: 65%
    }

    .highlights .privileges__btn-prev img,
    .highlights .privileges__btn-next img {
        width: 16px
    }
}

@media (max-width: 479px) {

    .highlights .privileges__btn-prev,
    .highlights .privileges__btn-next {
        top: unset;
        bottom: 30px
    }
}

.highlights .privileges__btn-prev {
    left: -40px
}

@media (max-width: 479px) {
    .highlights .privileges__btn-prev {
        left: 110px
    }
}

.highlights .privileges__btn-next {
    right: -40px
}

@media (max-width: 479px) {
    .highlights .privileges__btn-next {
        right: 110px
    }
}

.highlights .video--slick .video--container {
    position: relative;
    text-align: center
}

.highlights .video--slick .video--container .embed-responsive-item {
    margin: 0 auto
}

@media (max-width: 479px) {
    .highlights .video--slick .slick-dots {
        margin-top: 60px
    }
}

.slick-manual-arrow {
    position: absolute;
    bottom: -55px;
    border: none;
    background-color: transparent;
    font-size: 30px;
    font-weight: bold
}

.slick-manual-arrow.slick-prev {
    left: 43%
}

.slick-manual-arrow.slick-next {
    right: 43%
}

@media (max-width: 479px) {
    .slick-manual-arrow.slick-prev {
        left: 35%
    }

    .slick-manual-arrow.slick-next {
        right: 35%
    }
}

.img--container {
    width: 100%;
}

.eduFrame {
    width: 100%;
    background-image: url('../images/education/frame.png');
    background-size: 100% 100%;
    padding: 0px 4% 60px;
    margin: 45px auto 50px;
}

.eduFrame img {
    display: block;
    margin: 0 auto;
}

.eduTitle {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
    margin: -45px auto 50px;
    width: 94%;
}

.education h1 {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 33px;
    font-weight: 300;
    text-align: left;
    margin: 0 auto 30px;
}

.education h2 {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    text-align: left;
    margin: 0 auto 5px;
}

/* .education h3 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    margin: 0 auto 12px;
} */


@media (max-width: 768px) {
    .eduFrame {
        width: 100%;
        background-image: url('../images/education/frame_mobile.png');
        background-size: 100% 100%;
        padding: 0px 4% 20px;
        margin: 45px auto 50px;
    }

    .eduFrame img {
        width: 85%;
        margin: 0 auto 15px;
    }
    
    .eduTitle {
        font-size: 20px;
        line-height: 24px;
        margin: -45px auto 40px;
        width: 75%;
    }
    
    .education h1 {
        font-size: 23px;
        line-height: 24px;
        font-weight: 300;
        text-align: center;
        margin: 0 auto 30px;
    }
    
    .education h2 {
        font-size: 17px;
        line-height: 20px;
        text-align: left;
        margin: 0 auto 5px;
    }
    
    /* .education h3 {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        text-align: left;
        margin: 0 auto 12px;
    } */
}
