@import "https://fonts.googleapis.com/css?family=Lato:300,400,600,700";

@font-face {
    font-family: hightide;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/RHB-Font.otf) format("otf"),
        url(../fonts/RHB-Font.woff) format("woff"),
        url(../fonts/HighTide.ttf) format("truetype");
}

.text--300 {
    font-family: rhb-font-light, arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.text--400 {
    font-family: rhb-font-normal, arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.text--500 {
    font-family: rhb-font-medium, arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.text--700 {
    font-family: rhb-font-bold, arial, Helvetica, sans-serif;
    font-weight: 400;
    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;
    }
}

.row--table-min-lg {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 1200px) {
    .row--table-min-lg {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }
}

.row--table-min-lg > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 1200px) {
    .row--table-min-lg > [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

.row--table-min-md {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 992px) {
    .row--table-min-md {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }
}

.row--table-min-md > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 992px) {
    .row--table-min-md > [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

.row--table-min-sm {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 768px) {
    .row--table-min-sm {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }
}

.row--table-min-sm > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .row--table-min-sm > [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

.row--table-min-xs {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 480px) {
    .row--table-min-xs {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin: 0 auto;
    }
}

.row--table-min-xs > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 480px) {
    .row--table-min-xs > [class*="col-"] {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

.row--table-min-xsm {
    margin-right: 0;
    margin-left: 0;
}

.row--table-min-xsm > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row--table-min-xss {
    margin-right: 0;
    margin-left: 0;
}

.row--table-min-xss > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row--table-min-xsss {
    margin-right: 0;
    margin-left: 0;
}

.row--table-min-xsss > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

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;
}

@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--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;
    }
}

body {
    font-size: 16px;
    line-height: 1.6;
    font-family: lato, open sans, 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: #0067b1;
}

a:hover,
a:active,
a:focus {
    color: #000;
}

sup {
    font-size: 18px;
    top: -1em;
}

.site--container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
}

.navbar.navbar--nav.navigation {
    width: 100%;
    max-width: 1440px;
    height: 70px;
    background: #5bc2e7;
    transition: all 0.2s ease;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.navbar.navbar--nav.navigation.premier {
    background: #002f65;
    color: #c6d5dc;
}

@media (max-width: 768px) {
    .navbar.navbar--nav.navigation {
        height: 60px;
    }

    sup {
        font-size: 12px;
    }
}

.navbar.navbar--nav.navigation .navbar-brand {
    width: 160px;
    height: 70px;
    margin-left: 28px;
}

@media (max-width: 768px) {
    .navbar.navbar--nav.navigation .navbar-brand {
        margin-left: 0;
        height: 60px;
        background-size: 55%;
    }
}

@media (max-width: 620px) {
    .navbar.navbar--nav.navigation .navbar-brand {
        margin-left: 0;
    }
}

.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: 400;
    font-style: normal;
}

@media (max-width: 768px) {
    .navbar.navbar--nav.navigation .navbar-nav {
        margin: 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: 70px;
    text-transform: uppercase;
    font-family: rhb-font-normal, arial, Helvetica, sans-serif;
    font-weight: 400;
    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: 70px;
    line-height: 70px;
    padding: 0 30px;
    color: #0067b1;
}

@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: 0 0;
    color: #db0011;
}

@media (max-width: 768px) {
    #navbar {
        border-top: 1px solid #0067b1;
        background: #fff;
    }
}

a.floating__btn {
    position: fixed;
    z-index: 99;
    right: 4%;
    bottom: 4%;
}

a.floating__btn .floating__btn-text {
    text-align: center;
    line-height: 100%;
}

@media screen and (max-width: 991px) {
    a.floating__btn .floating__btn-text {
        font-size: 25px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 768px) {
    a.floating__btn .floating__btn-text {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    a.floating__btn .floating__btn-text {
        font-size: 20px;
        line-height: 1.3;
    }
}

.banner {
    position: relative;
}

.banner .banner__img img {
    width: 100%;
}

.banner .banner__title {
    position: absolute;
    top: 6.18%;
    left: 68.38px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
}

@media screen and (max-width: 991px) {
    .banner .banner__title {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 768px) {
    .banner .banner__title {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    .banner .banner__title {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media (max-width: 620px) {
    .banner .banner__title {
        left: 30.38px;
    }
}

.banner .banner__heading {
    position: absolute;
    width: 100%;
    font-weight: 300;
    color: #fff;
    top: 20%;
    left: 0;
    padding-left: 68.38px;
    font-size: 60px;
    line-height: 1.2;
}

@media screen and (max-width: 1199px) {
    .banner .banner__heading {
        font-size: 50px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 991px) {
    .banner .banner__heading {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 768px) {
    .banner .banner__heading {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 479px) {
    .banner .banner__heading {
        font-size: 35px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 320px) {
    .banner .banner__heading {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media (max-width: 768px) {
    .banner .banner__heading {
        top: 10%;
        line-height: 1;
    }
}

@media (max-width: 620px) {
    .banner .banner__heading {
        padding-left: 30.38px;
    }
}

.banner .banner__heading .hightide {
    font-family: hightide, sans-serif;
    font-size: 92px;
    line-height: 0.7;
}

@media screen and (max-width: 1199px) {
    .banner .banner__heading .hightide {
        font-size: 86px;
        line-height: 0.7;
    }
}

@media screen and (max-width: 991px) {
    .banner .banner__heading .hightide {
        font-size: 68px;
        line-height: 0.7;
    }
}

@media screen and (max-width: 768px) {
    .banner .banner__heading .hightide {
        font-size: 68px;
        line-height: 0.7;
    }
}

@media screen and (max-width: 479px) {
    .banner .banner__heading .hightide {
        font-size: 58px;
        line-height: 0.7;
    }
}

@media screen and (max-width: 320px) {
    .banner .banner__heading .hightide {
        font-size: 50px;
        line-height: 0.7;
    }
}

.banner .banner__heading .small-heading {
    font-size: 35px;
    line-height: 1.3;
    line-height: 1 !important;
}

@media screen and (max-width: 991px) {
    .banner .banner__heading .small-heading {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 768px) {
    .banner .banner__heading .small-heading {
        font-size: 28px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    .banner .banner__heading .small-heading {
        font-size: 24px;
        line-height: 1.3;
    }
}

.banner .banner__heading sup {
    font-size: 12px;
    top: -2em;
}

@media (max-width: 991px) {
    .banner .banner__heading sup {
        font-size: 16px;
        top: -1.5em;
    }
}

.intro {
    padding: 40px 68.38px 50px;
}

@media (max-width: 991px) {
    .intro {
        min-height: auto;
    }
}

@media (max-width: 620px) {
    .intro {
        padding: 30px 30.38px;
    }
}

.intro .intro__heading {
    width: 80%;
    margin: 20px auto;
    font-size: 35px;
    line-height: 1.3;
    text-align: center;
    font-weight: bolder;
    color: #002353;
}

.intro .intro_body {
    width: 80%;
    margin: 20px auto;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    color: #58585b;
    margin-top: 40px;
}

@media screen and (max-width: 1024px) {
    .intro .intro__heading {
        width: 100%;
        font-size: 34px;
        line-height: 1.3;
    }

    .intro .intro_body {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .intro .intro__heading {
        font-size: 26px;
        line-height: 1.3;
    }

    .intro .intro_body {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    .intro .intro__heading {
        font-size: 24px;
        line-height: 1.3;
        margin: 0px auto;
    }
}

.intro .intro__subheading {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.3;
}

.section-1 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.section-1 .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.col-left {
    background-color: #182651;
    padding: 50px 70px;
}

.col-left h2 {
    color: #c1cdd8;
    font-size: 36px;
    text-align: center;
    background-image: url(/-/media/Microsites/trustee/images/dot-white.png);
    background-repeat: repeat-x;
    background-position: center;
}

.col-left h2 span {
    background-color: #182651;
    padding: 0px 20px;
}

.col-left img {
    margin: 20px auto;
}

.sub-content {
    margin: 20px auto;
    padding: 0px 20px;
}

.col-left h3 {
    color: #c1cdd8;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.col-left p {
    color: #fff;
    font-size: 19px;
    text-align: justify;
}

.col-right {
    background-color: #c1cdd8;
    padding: 50px 70px;
}

.col-right h2 {
    color: #182651;
    font-size: 36px;
    text-align: center;
    background-image: url(/-/media/Microsites/trustee/images/dot-blue.png);
    background-repeat: repeat-x;
    background-position: center;
}

.col-right h2 span {
    background-color: #c1cdd8;
    padding: 0px 20px;
}

.col-right img {
    margin: 20px auto;
}

.col-right h3 {
    color: #002353;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.col-right p {
    color: #000;
    font-size: 19px;
    text-align: justify;
}

@media (max-width: 768px) {
    .col-left,
    .col-right {
        padding: 50px 30px;
    }
}

@media (max-width: 479px) {
    .col-left img,
    .col-right img {
        width: 150px;
    }
}

.section-2 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.section-2 .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.section-2 {
    margin: 80px auto;
    width: 70%;
}

.section-2 h1 {
    color: #002353;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 20px;
}

.offers .col-left ul {
    list-style-image: url(/-/media/Microsites/trustee/images/dia-white.png);
}

.offers .col-left li {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}

.offers .col-right ul {
    list-style-image: url(/-/media/Microsites/trustee/images/dia-blue.png);
}

.offers .col-right li {
    font-size: 24px;
    line-height: 1.5;
    color: #000;
}

@media (max-width: 1024px) {
    .section-2 {
        width: 80%;
    }
}

.form__inner {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.form {
    text-align: center;
    background-color: #ccd2dd;
    padding: 60px 0;
}

@media (max-width: 991px) {
    .form {
        padding: 50px 0;
    }
}

@media (max-width: 768px) {
    .form {
        padding: 40px 0;
    }
}

@media (max-width: 479px) {
    .form {
        padding: 30px 0;
    }

    .offers .col-left li,
    .offers .col-right li {
        padding-bottom: 20px;
    }
}

.form--heading {
    color: #002353;
    font-weight: bold;
    font-size: 42px;
    line-height: 1.2;
}

@media screen and (max-width: 991px) {
    .form--heading {
        font-size: 35px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 768px) {
    .form--heading {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 479px) {
    .form--heading {
        font-size: 23px;
        line-height: 1.2;
    }
}

.form--subheading {
    font-size: 16px;
    color: #404040;
    font-weight: 300;
    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: 300;
}

@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;
}

.form--submit-btn {
    font-weight: 300;
    display: inline-block;
    padding: 15px 157px;
    background: #002353;
    color: #ffffff;
    margin: 40px auto 0;
    border: none;
    font-size: 25px;
    line-height: 1.2;
}

@media screen and (max-width: 991px) {
    .form--submit-btn {
        font-size: 23px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 768px) {
    .form--submit-btn {
        font-size: 21px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 479px) {
    .form--submit-btn {
        font-size: 16px;
        line-height: 1.2;
    }
}

@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 {
    color: #818a91;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0 45.28px;
}

@media (max-width: 991px) {
    .footer {
        font-size: 12px;
    }
}

@media (max-width: 620px) {
    .footer {
        padding: 0 0 20.58px;
    }
}

.footer__top {
    margin: 0 68.38px;
}

@media (max-width: 620px) {
    .footer__top {
        margin: 0 30.38px;
    }
}

.footer__top .footer__tnc {
    padding: 45.28px 0 10px;
    font-size: 15px;
    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: 768px) {
    .footer__top .footer__tnc {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    .footer__top .footer__tnc {
        font-size: 12px;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .footer__top .footer__tnc {
        padding: 22.64px 0;
    }
}

@media (max-width: 620px) {
    .footer__top .footer__tnc {
        padding: 22.64px 0 11px;
    }
}

.footer__top .footer__tnc-disc {
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 1.3;
}

@media screen and (max-width: 991px) {
    .footer__top .footer__tnc-disc {
        font-size: 15px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 768px) {
    .footer__top .footer__tnc-disc {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 479px) {
    .footer__top .footer__tnc-disc {
        font-size: 12px;
        line-height: 1.3;
    }
}

.footer__top .footer__tnc.footer__tnc-premier a {
    color: #002f65;
}

.footer__top .footer__tnc p ~ p {
    padding-top: 10px;
}

.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: 768px) {
    .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: #fff;
    font-weight: 700;
    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: 600px) {
    .footer__top .footer__box.footer__box-premier .footer__box-heading {
        font-size: 26px;
        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: 480px) {
    .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: 600px) {
    .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: 12px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 480px) {
    .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 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: 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: 20px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 480px) {
    .footer__top .footer__box .footer__box-heading {
        font-size: 17px;
        line-height: 1.3;
    }
}

.footer__top .footer__box .footer__box-subheading {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
}

@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: 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: 12px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 480px) {
    .footer__top .footer__box .footer__box-subheading {
        font-size: 16px;
        line-height: 1.3;
    }
}

.footer__top .footer__box .footer__box-subheading .text--light {
    font-weight: 300;
}

.footer__top .footer__box .footer__box-subheading a {
    color: #fff;
    text-decoration: none;
}

.footer__top .footer__box .footer__box-subheading .footer--number {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.footer__top .footer__box .footer__box-download {
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .footer__mid.footer__mid-long {
        margin: 0 0 22.64px;
    }
}

.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 45.28px 0 68.38px;
}

@media (max-width: 991px) {
    .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 20.75px 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 {
    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: middle;
    }
}

.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 {
    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 {
    position: relative;
    margin: 35.28px 68.38px 0;
}

.footer__btm p {
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .footer__btm {
        margin: 22.64px 68.38px 0;
    }
}

@media (max-width: 620px) {
    .footer__btm {
        margin: 20.58px 30.38px 0;
    }
}

.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-online {
    position: absolute;
    right: 0;
    bottom: -9px;
}

@media (max-width: 768px) {
    .footer__btm .footer__btm-online {
        position: relative;
        right: auto;
        bottom: 0;
        margin-top: 34px;
        text-align: center;
    }
}

.footer__btm .footer__btm-online .footer__btm-online-text,
.footer__btm .footer__btm-online .footer__btm-online-icon {
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .footer__btm .footer__btm-online .footer__btm-online-text,
    .footer__btm .footer__btm-online .footer__btm-online-icon {
        margin: 20px 10px 0;
    }
}

.footer__btm .footer__btm-online .footer__btm-online-text img,
.footer__btm .footer__btm-online .footer__btm-online-icon img {
    width: 30px;
}

@media (max-width: 768px) {
    .footer__btm .footer__btm-online .footer__btm-online-text img,
    .footer__btm .footer__btm-online .footer__btm-online-icon img {
        width: 50px;
    }
}

.footer__btm .footer__btm-online .footer__btm-online-text {
    font-weight: 600;
    color: #404040;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .footer__btm .footer__btm-online .footer__btm-online-text {
        display: block;
    }
}

.footer__btm .footer__btm-online .footer__btm-online-icon.icon-fb {
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@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;
    }
}
