@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600,700");
@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: #025fab;
}
.text--blue {
    color: #002f65;
}
.text--black {
    color: #000000;
}
.text--white {
    color: #ffffff;
}
.text--normal {
    font-weight: 400;
}
.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;
}
.row.gutters-10 {
    margin-right: 0;
    margin-left: 0;
}
.row.gutters-10 > [class^="col-"],
.row.gutters-10 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.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;
    }
}
@media (min-width: 1200px) {
    .row--table-lg {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .row--table-lg > [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}
@media (min-width: 992px) {
    .row--table-md {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .row--table-md > [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}
@media (min-width: 768px) {
    .row--table-sm {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .row--table-sm > [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}
@media (min-width: 480px) {
    .row--table-xs {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }
}
@media (min-width: 480px) {
    .row--table-xs > [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}
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: 16px;
    line-height: 1.6;
    font-family: "Lato", sans-serif;
    color: #404040;
    background: #fff;
}
@media screen and (max-width: 991px) {
    body {
        font-size: 16px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 768px) {
    body {
        font-size: 15px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 479px) {
    body {
        font-size: 15px;
        line-height: 1.6;
    }
}
a {
    color: #025fab;
}
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: 768px) {
    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: 768px) {
    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: 768px) {
    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: 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: 768px) {
    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: 768px) {
    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: 768px) {
    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;
    }
}
.text--pidm {
    font-size: 14px;
    line-height: 1.4;
}
@media screen and (max-width: 991px) {
    .text--pidm {
        font-size: 14px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 768px) {
    .text--pidm {
        font-size: 13px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 479px) {
    .text--pidm {
        font-size: 12px;
        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: 768px) {
    .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("../images/nav--logo.png") no-repeat center
        center;
    text-indent: -9999px;
    margin-left: 20px;
}
@media (max-width: 768px) {
    .navbar.navbar--nav.navigation .navbar-brand {
        height: 58px;
    }
}
.navbar.navbar--nav.navigation .navbar-right {
    margin-right: 20px;
}
@media (max-width: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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: #025fab;
}
.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: 768px) {
    .navbar.navbar--nav.navigation li {
        display: block;
        height: 44px;
        border-bottom: 1px solid #ddd;
        font-size: 100%;
    }
}
@media (max-width: 768px) {
    .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: #025fab;
}
@media (max-width: 768px) {
    .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: 768px) {
    #navbar {
        border-top: 1px solid #025fab;
        background: white;
    }
}
.disclaimer {
    padding: 40px 0 40px;
    font-size: 68.75%;
    color: #7c8a90;
}
@media (max-width: 768px) {
    .disclaimer {
        padding: 30px 0 30px;
    }
}
.footer {
    color: #818a91;
    font-size: 12px;
    line-height: 1.3;
    padding: 0 0 45.28px 0;
}
@media (max-width: 991px) {
    .footer {
        font-size: 12px;
    }
}
@media (max-width: 620px) {
    .footer {
        padding: 0 0 20.58px 0;
    }
}
.footer__top {
    margin: 0 68.38px;
}
@media (max-width: 620px) {
    .footer__top {
        margin: 0 30.38px;
    }
}
.footer__top .footer__tnc {
    margin: 45.28px 0 22.64px;
}
@media (max-width: 768px) {
    .footer__top .footer__tnc {
        margin: 22.64px 0;
    }
}
@media (max-width: 620px) {
    .footer__top .footer__tnc {
        margin: 11px 0;
    }
}
.footer__top .footer__tnc.footer__tnc-premier .footer__tnc-text {
    color: #002f65;
}
.footer__top .footer__tnc.footer__tnc-premier a {
    color: #002f65;
}
.footer__top .footer__tnc .footer__tnc-text {
    display: inline-block;
}
.footer__top .footer__tnc .footer__tnc-text {
    color: #0667b0;
    padding: 0 8px;
    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: 768px) {
    .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;
    border-right: 1px solid #0667b0;
    border-left: none;
}
.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: 45.28px 68.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: 768px) {
    .footer__top .footer__box.footer__box-premier .footer__box-heading {
        font-size: 32px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 620px) {
    .footer__top .footer__box.footer__box-premier .footer__box-heading {
        font-size: 24px;
        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: 320px) {
    .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: 768px) {
    .footer__top .footer__box.footer__box-premier .footer__box-subheading {
        font-size: 24px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 620px) {
    .footer__top .footer__box.footer__box-premier .footer__box-subheading {
        font-size: 22px;
        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: 320px) {
    .footer__top .footer__box.footer__box-premier .footer__box-subheading {
        font-size: 12px;
        line-height: 1.3;
    }
}
@media (max-width: 768px) {
    .footer__top .footer__box {
        padding: 22.64px 68.38px;
    }
}
@media (max-width: 620px) {
    .footer__top .footer__box {
        padding: 20.58px 10px 20.58px 30.38px;
    }
}
.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: 768px) {
    .footer__top .footer__box .footer__box-heading {
        font-size: 32px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 620px) {
    .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: 320px) {
    .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: 768px) {
    .footer__top .footer__box .footer__box-subheading {
        font-size: 24px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 620px) {
    .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: 320px) {
    .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 .footer--number {
    color: #ffffff;
    text-decoration: none;
}
@media (max-width: 768px) {
    .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: 620px) {
    .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: 620px) {
    .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: 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 {
    padding: 22.64px 0 0 22.82px;
}
@media (max-width: 768px) {
    .footer__mid .footer__mid-right {
        display: block;
        padding: 22.64px 0 0 68.38px;
    }
}
@media (max-width: 768px) {
    .footer__mid .footer__mid-right {
        display: block;
        padding: 22.64px 0 0 68.38px;
    }
}
@media (max-width: 620px) {
    .footer__mid .footer__mid-right {
        padding: 16px 0 0 30.38px;
    }
}
@media (max-width: 479px) {
    .footer__mid .footer__mid-right {
        padding: 10px 0 0 30.38px;
    }
}
.footer__mid .footer__mid-right.mid-right-short {
    vertical-align: bottom;
}
@media (max-width: 768px) {
    .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 {
    font-size: 11px;
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .footer__mid .footer__mid-right .islam__logo,
    .footer__mid .footer__mid-right .footer__mid-right-text {
        vertical-align: top;
    }
}
.footer__mid .footer__mid-right .islam__logo {
    width: 42px;
}
@media (max-width: 620px) {
    .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 {
    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: 620px) {
    .footer__mid .footer__mid-right .footer__mid-right-text {
        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 {
    font-size: 11px;
    margin-top: 12.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 {
    margin: 45.28px 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.38px 0;
    }
}
.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: 380px) {
    .hide--xss {
        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;
    }
}
.header {
    background: #002353;
}
.header .header__inner {
    height: 80px;
    display: table;
    width: 100%;
}
@media (max-width: 479px) {
    .header .header__inner {
        height: 60px;
    }
}
.header .header__inner .header__logo,
.header .header__inner .header__space {
    display: table-cell;
    vertical-align: middle;
}
.header .header__inner .header__logo {
    width: 140px;
    padding-left: 12px;
}
@media (max-width: 991px) {
    .header .header__inner .header__logo {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .header .header__inner .header__logo {
        width: 100%;
        padding-left: 7%;
    }
}
@media (max-width: 479px) {
    .header .header__inner .header__logo {
        padding-left: 6%;
    }
}
.header .header__inner img {
    height: 38px;
}
@media (max-width: 479px) {
    .header .header__inner img {
        height: 35px;
    }
}
.banner img,
.banner video {
    width: 100%;
    display: block;
}
.intro {
    padding: 60px 0 90px;
}
@media (max-width: 479px) {
    .intro {
        padding: 40px 0 50px;
    }
}
.intro .intro__heading {
    color: #002353;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.6;
}
@media screen and (max-width: 991px) {
    .intro .intro__heading {
        font-size: 40px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 768px) {
    .intro .intro__heading {
        font-size: 32px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 479px) {
    .intro .intro__heading {
        font-size: 32px;
        line-height: 1.6;
    }
}
.intro .intro__subheading {
    margin-top: 30px;
    color: #404040;
    font-size: 20px;
    line-height: 1.6;
}
@media screen and (max-width: 991px) {
    .intro .intro__subheading {
        font-size: 20px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 768px) {
    .intro .intro__subheading {
        font-size: 18px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 479px) {
    .intro .intro__subheading {
        font-size: 15px;
        line-height: 1.6;
    }
}
.benefits {
    padding: 60px 0 100px;
    background: url(/-/media/Microsites/premierjr/images/bg-benefits.jpg)
        no-repeat;
    background-size: cover;
    border-top: 3px solid #002353;
    border-bottom: 3px solid #002353;
}
@media (max-width: 479px) {
    .benefits {
        padding: 40px 0;
    }
}
.benefits .benefits__heading {
    color: #002353;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.6;
}
@media screen and (max-width: 991px) {
    .benefits .benefits__heading {
        font-size: 40px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 768px) {
    .benefits .benefits__heading {
        font-size: 32px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 479px) {
    .benefits .benefits__heading {
        font-size: 32px;
        line-height: 1.6;
    }
}
.benefits .benefits__wrapper .benefit {
    max-width: 202px;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
}
@media (max-width: 479px) {
    .benefits .benefits__wrapper .benefit {
        margin: 30px auto 0;
    }
}
.benefits .benefits__wrapper .benefit .benefit__img-wrapper {
    width: 100%;
    height: 190px;
    border-radius: 18px;
    border: 2px solid #ffffff;
    position: relative;
}
@media (max-width: 479px) {
    .benefits .benefits__wrapper .benefit .benefit__img-wrapper {
        height: 170px;
    }
}
.benefits .benefits__wrapper .benefit .benefit__img-wrapper .benefit__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.benefits .benefits__wrapper .benefit .benefit__text {
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 18px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -25px;
    width: 202px;
    line-height: 1.3;
}
@media (max-width: 479px) {
    .benefits .benefits__wrapper .benefit .benefit__text {
        font-size: 13px;
        height: 150px;
    }
}
.benefits .benefits__wrapper .benefit .benefit__text.orange {
    background: #eca154;
}
.benefits .benefits__wrapper .benefit .benefit__text.pink {
    background: #fb637e;
}
.benefits .benefits__wrapper .benefit .benefit__text.light-blue {
    background: #5bc2e7;
}
.benefits .benefits__wrapper .benefit .benefit__text.dark-blue {
    background: #0067b1;
}
.benefits .benefits__note {
    color: #002353;
    font-weight: 300;
}
@media (max-width: 479px) {
    .benefits .benefits__note {
        font-size: 11px;
    }
}
.elig {
    padding: 70px 0 0;
}
@media (max-width: 479px) {
    .elig {
        padding: 40px 0 0;
    }
}
.elig .elig__heading {
    color: #002353;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.6;
}
@media screen and (max-width: 991px) {
    .elig .elig__heading {
        font-size: 40px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 768px) {
    .elig .elig__heading {
        font-size: 32px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 479px) {
    .elig .elig__heading {
        font-size: 32px;
        line-height: 1.6;
    }
}
.elig .elig__subheading {
    color: #404040;
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.6;
}
@media screen and (max-width: 991px) {
    .elig .elig__subheading {
        font-size: 20px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 768px) {
    .elig .elig__subheading {
        font-size: 18px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 479px) {
    .elig .elig__subheading {
        font-size: 15px;
        line-height: 1.6;
    }
}
.elig .elig__cards-heading-wrapper {
    position: relative;
}
.elig .elig__cards-heading-wrapper .elig__cards-heading {
    position: absolute;
    top: 0;
    left: 50%;
    color: #ffffff;
    background: #002353;
    border-radius: 18px;
    padding: 10px 20px;
    width: 100%;
    max-width: 394px;
    display: inline-block;
    font-weight: 300;
    transform: translate(-50%, -50%);
    font-size: 44px;
    line-height: 1.6;
}
@media screen and (max-width: 991px) {
    .elig .elig__cards-heading-wrapper .elig__cards-heading {
        font-size: 40px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 768px) {
    .elig .elig__cards-heading-wrapper .elig__cards-heading {
        font-size: 32px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 479px) {
    .elig .elig__cards-heading-wrapper .elig__cards-heading {
        font-size: 32px;
        line-height: 1.6;
    }
}
@media (max-width: 479px) {
    .elig .elig__cards-heading-wrapper .elig__cards-heading {
        max-width: 314px;
    }
}
.elig .elig__cards-wrapper {
    position: relative;
    background: url(/-/media/Microsites/premierjr/images/bg-type.png) no-repeat;
    background-size: cover;
    margin-top: 140px;
    padding: 0 0 110px;
    border-top: 3px solid #002353;
}
@media (max-width: 768px) {
    .elig .elig__cards-wrapper {
        padding: 0 0 80px;
        margin-top: 120px;
    }
}
@media (max-width: 768px) {
    .elig .elig__cards-wrapper {
        margin-top: 80px;
    }
}
.elig .elig__or {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
    font-weight: 300;
    font-size: 44px;
}
@media (max-width: 768px) {
    .elig .elig__or {
        top: 58%;
        transform: translate(-50%, -58%);
    }
}
.elig .elig__cards {
    position: relative;
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}
.elig .elig__cards .elig__card {
    max-width: 246px;
    width: 100%;
    margin: 100px auto 0;
}
@media (max-width: 991px) {
    .elig .elig__cards .elig__card {
        margin: 80px auto 0;
    }
}
@media (max-width: 768px) {
    .elig .elig__cards .elig__card {
        margin: 110px auto 0;
    }
}
.elig .elig__cards .elig__card .elig__card-img img {
    display: block;
    margin: 0 auto;
}
.elig .elig__cards .elig__card .elig__card-text-box {
    border-radius: 18px;
    margin-top: -2px;
    padding: 0px 10px 15px;
}
.elig .elig__cards .elig__card .elig__card-text-box.orange {
    border: 2px solid #eca154;
}
.elig .elig__cards .elig__card .elig__card-text-box.light-blue {
    border: 2px solid #5bc2e7;
}
.elig .elig__cards .elig__card .elig__card-text-box.pink {
    border: 2px solid #fb637e;
}
.elig .elig__cards .elig__card .elig__card-text-box .elig__card-title {
    margin-top: 15px;
}
.elig .elig__cards .elig__card .elig__card-text-box .elig__card-text {
    margin-top: 5px;
}
.form {
    text-align: center;
    background: #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 {
    color: #ffffff;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.6;
}
@media screen and (max-width: 991px) {
    .form--heading {
        font-size: 40px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 768px) {
    .form--heading {
        font-size: 32px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 479px) {
    .form--heading {
        font-size: 32px;
        line-height: 1.6;
    }
}
.form--subheading {
    color: #ffffff;
    font-weight: 300;
    padding-top: 10px;
}
.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: #ffffff;
    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: #ffffff;
    font-size: 14px;
    font-weight: 300;
}
@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: 300;
    display: block;
    padding: 15px 0;
    background: #eca154;
    color: #ffffff;
    max-width: 220px;
    width: 100%;
    margin: 40px auto 0;
    border: none;
    font-size: 25px;
    line-height: 1.2;
}
@media screen and (max-width: 991px) {
    .form--submit-btn {
        font-size: 25px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 768px) {
    .form--submit-btn {
        font-size: 22px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 479px) {
    .form--submit-btn {
        font-size: 18px;
        line-height: 1.2;
    }
}
@media (max-width: 768px) {
    .form--submit-btn {
        padding: 15px 15px;
        display: block;
        width: 100%;
    }
}
.form--submit-btn:hover {
    background: #d38e48;
}
.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;
}
