﻿
.int-modal-dialog-open {
    overflow: hidden !important;
}

.int-modal-dialog-overlay {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.int-modal-dialog {
    z-index: 3;
    padding: 20px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.int-modal-dialog__inner {
    max-width: 1200px;
    width: 90%;
    margin: 1.75rem auto;
    background-color: #fff;
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.int-modal-dialog__heading {
    padding: 3.5em 0 0.5em 0;
    font-size: 1.3571425em;
    line-height: 1.2em;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .int-modal-dialog__heading {
        font-size: 1.92857em;
        padding: 1.5em 0 0.5em 0;
    }
}

.int-modal-dialog__close {
    position: absolute;
    right: 19px;
    top: 19px;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
}

.int-modal-dialog__icon {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 16px;
    background: #0e56a7;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

.int-modal-dialog__icon-cross {
    width: 14px;
    height: 14px;
}

.int-modal-dialog-overlay[aria-hidden="true"], .int-modal-dialog[aria-hidden="true"] {
    display: none;
}

.int-modal-dialog-overlay:not([aria-hidden="true"]), .int-modal-dialog:not([aria-hidden="true"]) {
    display: block;
}

.int-modal-dialog-open {
    overflow: hidden !important;
}

.int-tabs-wrap {
    padding: 2em;
    border: 1px solid #c1c3c5;
}

.int-compare-table--xs-wrap {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
}

@media only screen and (min-width: 950px) {
    .int-compare-table--xs-wrap {
        display: none;
    }
}

.int-compare-table--xs {
    border: 1px solid #068293;
}

    .int-compare-table--xs + .int-compare-table--xs {
        margin: 1.5em 0 0 0;
    }

.int-compare-table--xs__heading {
    color: #fff;
    background-color: #068293;
    font-weight: bold;
    padding: 1em;
    font-size: 1.1em;
}

.int-compare-table--xs__row {
    background-color: #d0e7ea;
    padding: 1em;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.int-compare-table--xs__row-heading {
    font-weight: bold;
}

.int-compare-table--xs__row-total {
    color: #fff;
    background-color: #068293;
    font-weight: bold;
    padding: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.int-compare-table--xs__row-total-info {
    font-size: 1.2em;
    text-align: right;
    min-width: 120px;
}

.int-compare-table {
    display: none;
}

.int-compare-table__heading {
    min-height: 70px;
    background-color: #000000;
    color: #fff;
    vertical-align: center;
    padding: 1em 1.5em;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.3rem;
    border: 1px solid #fff;
}

    .int-compare-table__heading:first-child, .int-compare-table__heading:last-child {
        border-left: #000;
    }

.int-compare-table__heading--center {
    text-align: center;
}

.int-compare-table__heading--fee {
    font-size: 1.3rem;
}

.int-compare-table__detail {
    padding: 1em 1.5em;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-size: 0.85rem;
}

.int-compare-table__detail--left {
    text-align: left !important;
}

.int-compare-table__detail--green {
    font-weight: bold;
    background-color: #068293;
    color: #fff;
}

.int-compare-table__detail--fee {
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.3rem;
}

.int-compare-table__detail--light-green {
    background-color: #d0e7ea;
}

.int-compare-table__detail--grey {
    background-color: #eef6f7;
}

@media only screen and (min-width: 950px) {
    .int-compare-table {
        display: inline-table;
        text-align: center;
        margin: 1em 0 0 0;
    }
}
