.polyfill {
    -ms-behavior: url(../backgroundsize.min.htc);
    behavior: url(../backgroundsize.min.htc);
}


*, *:before, *:after {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    border: 0;
    font-family: Untitled Sans Regular;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

div, span, object, iframe, img, table, caption, thead, tbody, tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video {
    /*border: 0;*/
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, legend, label {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
    display: block;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

    table caption, table th, table td {
        text-align: left;
        vertical-align: middle;
    }

a img {
    border: 0;
}

:focus {
    outline: 0;
}

@font-face {
    font-family: 'UntitledSerif-Regular';
    src: url('../fonts/untitledserif_ regular/UntitledSerif-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Untitled Sans Bold';
    src: url('../fonts/untitled_sans_bold/Untitled Sans Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Untitled Sans Regular';
    src: url('../fonts/untitled_sans_regular/Untitled Sans Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Untitled Sans Medium';
    src: url('../fonts/untitled_sans_medium/Untitled Sans Medium.ttf') format('truetype');
}



@font-face {
    font-family: 'echo';
    src: url('../fonts/icon/echo.eot?70635320');
    src: url('../fonts/icon/echo.eot?70635320#iefix') format('embedded-opentype'), url('../fonts/icon/echo.woff2?70635320') format('woff2'), url('../fonts/icon/echo.woff?70635320') format('woff'), url('../fonts/icon/echo.ttf?70635320') format('truetype'), url('../fonts/icon/echo.svg?70635320#echo') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "echo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pin:before {
    content: '\e802';
}

.icon-play:before {
    content: '\e803';
}

.icon-email:before {
    content: '\e804';
}

.icon-phone:before {
    content: '\e805';
}

.icon-quote:before {
    content: '\e806';
}

.icon-dot:before {
    content: '\e807';
}

.icon-arrow-left:before {
    content: '\e808';
}

.icon-arrow-right:before {
    content: '\e809';
}

.icon-logo:before {
    content: '\e80a';
}

.row {
    font-size: 0;
    padding: 2rem 0rem;
}

.no-pad {
    padding: 0;
}

    .no-pad [class^=col] {
        padding: 0;
    }

[class^=col] {
    display: inline-block;
    font-size: 16px;
    padding: 0 2rem;
    vertical-align: top;
    width: 100%;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.align_right {
    margin-left: auto;
}

.align_center {
    margin-left: auto;
    margin-right: auto;
}

.align_left {
    margin-right: auto;
}

.col_1 {
    width: 8.33333333333%;
}

.col_2 {
    width: 16.6666666667%;
}

.col_3 {
    width: 25%;
}

.col_4 {
    width: 33.3333333333%;
}

.col_5 {
    width: 41.6666666667%;
}

.col_6 {
    width: 50%;
}

.col_7 {
    width: 58.3333333333%;
}

.col_8 {
    width: 66.6666666667%;
}

.col_9 {
    width: 75%;
}

.col_10 {
    width: 83.3333333333%;
}

.col_11 {
    width: 91.6666666667%;
}

.col_12 {
    width: 100%;
}

.logolayout {
    height: 271px; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    width: 100%;
}

    .parallax-container .parallax {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 0;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .parallax-container .parallax img {
            display: none;
            position: absolute;
            left: 50%;
            bottom: 0px;
            min-width: 100%;
            min-height: 100%;
            -webkit-transform: translateX(-50%), translateZ(0);
            -moz-transform: translateX(-50%), translateZ(0);
            -ms-transform: translateX(-50%), translateZ(0);
            -o-transform: translateX(-50%), translateZ(0);
            transform: translateX(-50%), translateZ(0);
        }

    .parallax-container .container {
        position: relative;
        z-index: 1;
    }

@media (max-width: 500px) {
    .parallax-container {
        min-height: 189px;
    }
}

@media (max-width: 640px) {
    .parallax-container .parallax img {
        display: none !important;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

html, body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
    html, body {
        font-size: 14px;
    }
}

body {
    background: #fff;
    color: #002060;
    font-family: Untitled Sans Regular;
    font-weight: 400;
}

.container {
    font-size: 0;
    padding: 2rem 0rem;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

#body_wrapper {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}

p {
    font-size: 1rem;
}

    p + p {
        margin: 1em 0;
    }

a {
    color: inherit;
    text-decoration: inherit;
}

p a {
    text-decoration: underline;
}

.large {
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .large {
        font-size: 1.15rem;
    }
}

.larger {
    font-size: 1.75rem;
}

@media (max-width: 768px) {
    .larger {
        font-size: 1.5rem;
    }
}

.blue {
    color: #25607c;
}

h2 {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.1em;
}

    h2 b {
        font-weight: 500;
    }

h3 {
    font-weight: 400;
    display: block;
    font-size: 1.5rem;
    color: #9fc2d8;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

h4 {
    font-size: 1.125rem;
    margin-top: 1.5rem;
}

section {
    background: white;
    padding: 2rem;
}

@media (max-width: 900px) {
    section {
        padding: 0rem;
    }
}

#body_content {
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

@media (max-width: 980px) {
    #body_content.open {
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -ms-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
}

#fader {
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #25607c;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0.6s;
    -moz-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0.6s;
    -o-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0.6s;
    -ms-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0.6s;
    transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0s 0.6s;
}

@media (max-width: 980px) {
    #fader.open {
        -webkit-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -ms-transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: opacity 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        visibility: visible;
        z-index: 1;
        opacity: 0.85;
    }
}

header {
    position: absolute;
    z-index: 105;
    left: 0;
    right: 0;
    top: 0;
}

    header .logo {
        width: 13.31rem;
        display: inline-block;
        margin-top: 0.5rem;
    }

    header .container {
        position: relative;
        padding: 0.5rem 1rem;
    }

    header.affix {
        position: fixed;
        background: #25607c;
        height: 4.2rem;
        -webkit-transform: translatey(-100%);
        -moz-transform: translatey(-100%);
        -ms-transform: translatey(-100%);
        -o-transform: translatey(-100%);
        transform: translatey(-100%);
        top: 0;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
        box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    }

        header.affix .logo {
            width: 9rem;
        }

        header.affix.pop {
            -webkit-transform: translatey(0%);
            -moz-transform: translatey(0%);
            -ms-transform: translatey(0%);
            -o-transform: translatey(0%);
            transform: translatey(0%);
        }

        header.affix.animate {
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
        }

@media (min-width: 1251px) {
    header .menu-button {
        display: none;
    }
}

@media (max-width: 1250px) {
    header .logo {
        width: 9rem;
    }

    header .col_12 .logo {
        -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -ms-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

        header .col_12 .logo.open {
            -webkit-transform: translatex(-100px);
            -moz-transform: translatex(-100px);
            -ms-transform: translatex(-100px);
            -o-transform: translatex(-100px);
            transform: translatex(-100px);
        }

    header .col_12 {
        padding: 0;
    }
}

.banner {
    height: 271px;
    margin-top: 0px;
    position: relative;
    z-index: 101;
    overflow: hidden;
    padding: 0;
    background-color: #002060; 
}

    .banner .bg_wrapper {
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
        width: 100%;
    }

        .banner .bg_wrapper video {
            width: 100%;
        }

    .banner .over {
        -webkit-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0px 5px 5px rgba(0,0,0,0.2);
        box-shadow: inset 0px 5px 5px rgba(0,0,0,0.2);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 3;
        background-color: transparent; 
        background-size: 30%;        
    }

    .banner .col_12 {
        color: white;
        font-size: 1.75rem;
        text-align: center;
        padding: 6.28em 1.14em 4em;
    }

        .banner .col_12 span {
            display: block;
            font-size: 1.28em;
        }

    .banner .page_title {
        text-transform: uppercase;
        font-size: 1.75rem;
        font-weight: 300;
        letter-spacing: 0.1em;
        position: absolute;
        bottom: 1rem;
        left: 0;
        width: 100vw;
        text-align: center;
        z-index: 5;
        color: white;
    }

        .banner .page_title .down {
            width: 1rem;
            display: block;
            margin: 0 auto;
        }

    .banner .container {
        padding: 0;
        position: relative;
        z-index: 4;
        will-change: transform;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }

    .banner .splash, .banner .mobile_fallback {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 2;
        background: url('../../img/video_splash.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .banner .mobile_fallback {
        display: none;
        background: url('../../video/banner_video.gif');
    }

.SearchText {
    color: #2b76fc;
}

@media (max-width: 680px) {
    .banner .video_wrapper {
        display: none;
    }

    .banner .splash {
        display: none !important;
    }

    .banner .mobile_fallback {
        display: block;
    }
}

.banner .btn {
    border-color: white;
    color: white;
    font-size: 1.12rem;
    margin-top: 2rem;
}

@media (max-width: 980px) {
    .banner .col_12 {
        font-size: 1.5rem;
    }
}

hr {
    height: 1px;
    width: 100%;
    max-width: 360px;
    background-color: rgba(37,96,124,0.5);
    margin: 0 auto;
}

.btn {
    color: #25607c;
    border: 1px solid;
    padding: 0.3rem 2.2rem;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 1rem;
    font-family: Untitled Sans Medium;
}

    .btn.filled {
        background: #002060;
        color: white;
    }

    .btn:hover {
        background: #002060; 
        border-color: #002060; 
        color: white !important;
        -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
        box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
    }

    .btn.fit {
        padding: 0.3rem 1rem;
        margin-top: 0.3em;
    }

    .btn.orange {
        font-family: Untitled Sans Bold;
        color: #002060;
        border-radius: 25px;
        font-family: Untitled Sans Bold;
    }

    .btn.no-outline {
        border: 0;
    }

.titanic {
    float: none;
}

.burger-icon {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: block;
}

    .burger-icon, .burger-icon:before, .burger-icon:after {
        display: block;
        width: 28px;
        height: 3px;
        background-color: white;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-topleft: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
    }

        .burger-icon:before, .burger-icon:after {
            position: absolute;
            content: "";
        }

        .burger-icon:before {
            top: -9px;
        }

        .burger-icon:after {
            top: 9px;
        }

.menu-button {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    padding: 1.35rem;
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

    .menu-button.open {
        -webkit-transform: translatex(-200px);
        -moz-transform: translatex(-200px);
        -ms-transform: translatex(-200px);
        -o-transform: translatex(-200px);
        transform: translatex(-200px);
    }

        .menu-button.open .burger-icon:before, .menu-button.open .burger-icon:after {
            background-color: white;
        }

        .menu-button.open .burger-icon {
            background-color: transparent;
        }

            .menu-button.open .burger-icon:before {
                -webkit-transform: translateY(9px) rotate(45deg);
                -moz-transform: translateY(9px) rotate(45deg);
                -ms-transform: translateY(9px) rotate(45deg);
                -o-transform: translateY(9px) rotate(45deg);
                transform: translateY(9px) rotate(45deg);
            }

            .menu-button.open .burger-icon:after {
                -webkit-transform: translateY(-9px) rotate(-45deg);
                -moz-transform: translateY(-9px) rotate(-45deg);
                -ms-transform: translateY(-9px) rotate(-45deg);
                -o-transform: translateY(-9px) rotate(-45deg);
                transform: translateY(-9px) rotate(-45deg);
            }

nav#main {
    position: absolute;
    top: 2rem;
    right: 2rem;
    top: 0.5rem;
}

    nav#main li {
        font-size: 1.12rem;
        display: inline-block;
    }

    nav#main a {
        display: block;
        color: white;
        text-decoration: none;
    }

        nav#main a span {
            display: block;
        }

        nav#main a span {
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -ms-transition: all 0.2s;
            transition: all 0.2s;
        }

@media (min-width: 1251px) {
    nav#main a {
        padding: 0rem 0.5rem;
    }

        nav#main a span {
            padding: 0.5rem 0.5rem;
        }

        nav#main a:hover span {
            -webkit-box-shadow: 0px 5px 0px rgba(255,255,255,0.3);
            -moz-box-shadow: 0px 5px 0px rgba(255,255,255,0.3);
            box-shadow: 0px 5px 0px rgba(255,255,255,0.3);
        }

        nav#main a.active span {
            -webkit-box-shadow: 0px 5px 0px #F38C43;
            -moz-box-shadow: 0px 5px 0px #F38C43;
            box-shadow: 0px 5px 0px #F38C43;
        }

    nav#main .logo {
        display: none;
    }
}

@media (max-width: 1250px) {
    nav#main {
        position: fixed;
        z-index: 2;
        right: -200px;
        top: 0;
        height: 100vh;
        width: 200px;
        background: #002060; 
        -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -ms-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

        nav#main li {
            display: block;
        }

        nav#main .logo {
            margin: 1rem auto;
            display: block;
        }

        nav#main a span {
            padding: 0.75rem 1.5rem;
        }

        nav#main a:hover span {
            background: #25607c;
        }

        nav#main a.active span {
            background: #f38c43;
        }

        nav#main.open {
            -webkit-box-shadow: -5px 0px 5px rgba(0,0,0,0.3);
            -moz-box-shadow: -5px 0px 5px rgba(0,0,0,0.3);
            box-shadow: -5px 0px 5px rgba(0,0,0,0.3);
            -webkit-transform: translatex(-200px);
            -moz-transform: translatex(-200px);
            -ms-transform: translatex(-200px);
            -o-transform: translatex(-200px);
            transform: translatex(-200px);
        }
}

.box_offset {
    margin-top: -10rem;
    position: relative;
}

.box {
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    background: white;
    margin: 0 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .box img {
        display: block;
        width: 100%;
    }

    .box .title {
        font-size: 2.25rem;
        font-weight: 500;
        text-align: center;
        line-height: 1.1em;
    }

        .box .title span {
            font-weight: 300;
            display: block;
            font-size: 0.66em;
            color: #9fc2d8;
            text-transform: uppercase;
            letter-spacing: 0.2em;
        }

    .box .content {
        padding: 3rem;
    }

@media (max-width: 900px) {
    .box .content {
        padding: 2rem;
    }

    .box .title {
        font-size: 1.8rem;
    }
}

ul.list {
    margin: 1rem 0;
}

    ul.list li {
        position: relative;
        list-style-type: none;
        padding-left: 2rem;
        margin: 0.5rem 0.5rem 0.5rem 0rem;
        font-size: 1rem;
    }

        ul.list li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.3em;
            width: 13px;
            height: 10px;
            background-image: url('../../img/tick.png');
            background-size: contain;
            background-repeat: no-repeat;
        }

ul.large {
    margin: 1rem 0;
}

    ul.large li {
        margin: 1rem;
        list-style-type: none;
        font-size: 1.875rem;
        font-weight: bold;
    }

footer {
    padding: 0; 
    background: #002060;
}

    footer .col_6 {
        vertical-align: bottom;
    }

    footer .logo {
        width: 13rem;
        display: inline-block;
    }

    footer p {
        font-size: 1.125rem;
        color: white;
    }

    footer span {
        color: #9fc2d8;
    }

    footer hr {
        background-color: white;
        max-width: 100%;
        margin: 1rem 0;
    }

    footer a {
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

    footer .small {
        font-size: 1rem;
    }

@media (max-width: 768px) {
    footer .col_6 {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 900px) {
    footer {
        padding: 0rem;
    }
}

.popout {
    max-width: 100%;
    display: block;
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

#stat_banner {
    background-image: url('../../img/stat_banner.jpg');
    background-position: 20% 50%;
    background-size: conver;
    color: white;
    text-align: right;
}

    #stat_banner .title {
        font-size: 6.8rem;
        line-height: 1.1em;
    }

    #stat_banner .detail {
        font-size: 1.5rem;
        font-weight: 300;
    }

        #stat_banner .detail b {
            font-weight: 500;
        }

@media (max-width: 768px) {
    #stat_banner .title {
        font-size: 3.5rem;
    }

    #stat_banner .detail {
        font-size: 1rem;
    }
}

#solved {
    background-image: url('../../img/hand_tablet.jpg');
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 1024px) {
    #solved {
        background: white;
    }

        #solved .spacer {
            display: none;
        }

        #solved .col_6 {
            width: 100%;
        }
}

#video_box .box {
    max-width: 600px;
}

@media (max-width: 900px) {
    #video_box .col_6 {
        width: 100%;
    }

    #video_box .box_offset + .col_6 {
        margin-top: 2rem;
        text-align: center;
    }

    #video_box ul {
        margin: 0 auto;
        width: 500px;
        max-width: 100%;
        text-align: left;
    }
}

#who_nav {
    padding: 0;
}

    #who_nav .container {
        padding: 0;
        width: 1024px;
    }

    #who_nav li {
        padding: 0;
    }

    #who_nav a {
        display: block;
        padding: 1.5rem;
        text-align: center;
        font-size: 1rem;
        color: #002060; 
        text-decoration: none;
        font-weight: 500;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }

        #who_nav a:hover {
            background: rgba(33,68,89,0.1);
        }

@media (max-width: 520px) {
    #who_nav {
        display: none;
    }
}

#are_you {
    text-align: center;
}

    #are_you p {
        font-weight: 400;
        text-align: left !important;
    }

    #are_you .icon {
        margin: 0 auto;
        margin-bottom: 2rem;
        display: block;
    }

    #are_you h2 {
        vertical-align: middle;
        display: inline-block;
        white-space: normal !important;
        font-weight: 500;
        line-height: 1em;
    }

        #are_you h2 i {
            line-height: 1em;
            font-weight: 300;
            font-size: 1.4rem;
            display: block;
        }

@media (max-width: 1024px) {
    #are_you p {
        padding: 0;
    }
}

@media (max-width: 900px) {
    #are_you {
        text-align: center;
    }

        #are_you .col_4 {
            width: 50%;
        }
}

@media (max-width: 550px) {
    #are_you .col_4 {
        width: 100%;
    }
}

#the_answer {
    background: #f5f8fa;
}

    #the_answer .col_9 {
        width: 100%;
        max-width: 1000px;
    }

    #the_answer ul {
        font-size: 0;
    }

    #the_answer li {
        font-size: 1rem;
        width: 50%;
        display: inline-block;
        margin: 0;
        padding: 0 2rem;
        vertical-align: top;
        margin-top: 0.5rem;
    }

@media (max-width: 540px) {
    #the_answer li {
        width: 100%;
        padding-right: 0;
    }
}

#who_groups {
    background: #f5f8fa;
    overflow: hidden;
}

    #who_groups .icon {
        width: 3.125rem;
        margin-right: 2rem;
        vertical-align: middle;
        display: inline-block;
    }

    #who_groups .title {
        overflow: hidden;
        white-space: nowrap;
        font-size: 0;
        margin-bottom: 3rem;
    }

    #who_groups h2 {
        vertical-align: middle;
        display: inline-block;
        margin-right: 5.125rem;
        white-space: normal !important;
        font-weight: 500;
        line-height: 1em;
    }

        #who_groups h2 i {
            font-weight: 300;
            font-size: 1.75rem;
            display: block;
        }

    #who_groups .copy {
        border-top: 2px solid #ddd;
        padding: 2rem;
    }

    #who_groups .left .copy {
        padding-left: 7.125rem;
    }

    #who_groups .right .copy {
        padding-left: 0;
        padding-right: 7.125rem;
    }

    #who_groups .image {
        padding: 0 7.125rem;
    }

@media (max-width: 980px) {
    #who_groups .copy {
        padding: 2rem !important;
    }

    #who_groups .image {
        padding: 0 2rem;
    }
}

@media (max-width: 640px) {
    #who_groups .image img {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

    #who_groups .image {
        display: none;
    }

    #who_groups .col_6 {
        width: 100%;
    }

    #who_groups .copy {
        border-top: 0;
        padding: 0 2rem !important;
        text-align: center;
    }

    #who_groups .container + .container {
        border-top: 2px solid #ddd;
    }

    #who_groups .title {
        margin-bottom: 0;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        display: block;
    }

    #who_groups .icon {
        margin: 0;
        margin-bottom: 1rem;
        width: 4.5rem;
    }

    #who_groups h2 {
        display: block;
        margin-right: 0;
        font-size: 1.5rem;
    }

        #who_groups h2 i {
            font-size: 1.25rem;
        }
}

#about_us [class^='col_'] {
    vertical-align: middle;
}

@media (max-width: 768px) {
    #about_us .col_5 {
        display: none;
    }

    #about_us .col_7 {
        width: 100%;
    }
}

#about_us .logos img {
    display: inline-block;
    vertical-align: middle;
    width: 6rem;
    margin: 2rem;
}

article {
    overflow: hidden;
    white-space: nowrap;
    width: 1066px;
    max-width: 100%;
    margin: 4rem auto;
    font-size: 0;
}

    article img {
        width: 10rem;
        margin-right: 2rem;
        display: inline-block;
        vertical-align: top;
    }

    article .content {
        font-size: 1rem;
        white-space: normal;
        margin-right: 12rem;
        display: inline-block;
        vertical-align: top;
    }

    article .title {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.7rem;
    }

    article .read_more {
        text-decoration: none;
        color: #9fc2d8;
        font-size: 1.125rem;
        font-weight: bold;
    }

@media (max-width: 768px) {
    article img {
        width: 7rem;
        margin-right: 1rem;
    }

    article .content {
        margin-right: 8rem;
    }
}

@media (max-width: 480px) {
    article {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

        article img {
            margin: 0 auto 2rem;
            display: block;
        }

        article .content {
            margin: 0;
            display: block;
        }
}

#partners {
    background-color: #f5f8fa;
}

    #partners .container {
        width: 800px;
        text-align: center;
    }

    #partners p {
        line-height: 2.25rem;
    }

    #partners .logo {
        width: 12.31rem;
        display: inline-block;
        padding: 1rem;
    }

@media (max-width: 480px) {
    #partners .logo {
        width: 10rem;
    }
}

#we_provide ul {
    font-size: 0;
    max-width: 750px;
    margin: 0 auto;
}

#we_provide li {
    font-size: 1rem;
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0 2rem;
    vertical-align: top;
    margin-top: 0.5rem;
}

@media (max-width: 540px) {
    #we_provide li {
        width: 100%;
        padding-right: 0;
    }
}

#location_form {
    padding: 0;
    margin-top: 3rem;
    background: #f5f8fa;
}

    #location_form .container {
        width: 1066px;
        padding: 0;
    }

    #location_form .box {
        position: relative;
        top: -5rem;
    }

    #location_form .col_5 {
        padding: 4rem 2rem;
    }

    #location_form h3 {
        text-align: center;
    }

    #location_form form {
        margin-top: 1rem;
        text-align: center;
    }

@media (max-width: 768px) {
    #location_form {
        text-align: center;
        padding-bottom: 2rem;
        margin-top: 0;
    }

        #location_form .col_5, #location_form .col_7 {
            width: 100%;
        }

        #location_form .col_5 {
            padding: 2rem 2rem;
        }

        #location_form .box {
            -webkit-transform: none !important;
            -moz-transform: none !important;
            -ms-transform: none !important;
            -o-transform: none !important;
            transform: none !important;
            position: static;
        }
}

.wrap {
    position: relative;
}

#response {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

    #response p {
        margin: 0;
        padding-top: 1rem;
    }

.contact_data {
    font-size: 0;
    overflow: hidden;
    margin: 2rem 0;
    white-space: nowrap;
}

    .contact_data .icon {
        vertical-align: middle;
        display: inline-block;
        width: 2.812rem;
        margin-right: 3rem;
    }

    .contact_data .data {
        white-space: normal;
        margin-right: 5.812rem;
        font-size: 1rem;
        display: inline-block;
        vertical-align: middle;
    }

@media (max-width: 768px) {
    .contact_data {
        margin: 1rem;
        max-width: 225px;
        display: inline-block;
        text-align: left;
    }

        .contact_data .icon {
            margin-right: 1rem;
        }

        .contact_data .data {
            margin-right: 3.812rem;
        }
}

#until_echo {
    background-image: url('../../img/solution-img.jpg');
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 6rem;
}

    #until_echo #questions {
        max-width: 420px;
    }

    #until_echo hr {
        width: 100px;
        margin: 1rem 0 2rem 0;
        background: #999;
    }

@media (max-width: 1280px) {
    #until_echo {
        background-position: -200px 50%;
    }
}

@media (max-width: 1030px) {
    #until_echo {
        background-position: -200px 50%;
    }
}

@media (max-width: 600px) {
    #until_echo {
        background: white;
    }

        #until_echo .spacer {
            display: none;
        }

        #until_echo .col_7 {
            width: 100%;
        }
}

@media (max-width: 480px) {
    #until_echo {
        padding-bottom: 0rem;
    }
}

.from {
    font-size: 1.125rem;
    font-weight: 400;
    display: block;
    color: #9fc2d8;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

#pillars_top {
    padding: 0;
}

    #pillars_top .box {
        position: relative;
        top: -4rem;
        max-width: 1140px;
        text-align: Center;
    }

    #pillars_top .tabs {
        max-width: 1024px;
        margin: 0 auto;
        font-size: 0;
    }

        #pillars_top .tabs li {
            display: inline-block;
            width: 25%;
        }

        #pillars_top .tabs a {
            display: block;
            font-size: 1.125rem;
            text-align: center;
            padding: 0 1rem;
            cursor: pointer;
            color: rgba(37,96,124,0.6);
            font-weight: 500;
        }

            #pillars_top .tabs a:hover span {
                -webkit-box-shadow: inset 0px -5px 0px rgba(37,96,124,0.6);
                -moz-box-shadow: inset 0px -5px 0px rgba(37,96,124,0.6);
                box-shadow: inset 0px -5px 0px rgba(37,96,124,0.6);
            }

            #pillars_top .tabs a.active span {
                color: #f38c43;
                -webkit-box-shadow: inset 0px -5px 0px #F38C43;
                -moz-box-shadow: inset 0px -5px 0px #F38C43;
                box-shadow: inset 0px -5px 0px #F38C43;
            }

        #pillars_top .tabs span {
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -ms-transition: all 0.2s;
            transition: all 0.2s;
            padding-bottom: 1.5rem;
            display: inline-block;
        }

@media (max-width: 480px) {
    #pillars_top h2 {
        font-size: 1.7rem !important;
    }

    #pillars_top .tabs {
        display: none;
    }

    #pillars_top .box {
        top: 0;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}

#pillars {
    background-color: #f5f8fa;
}

    #pillars .container {
        width: 1024px;
    }

    #pillars .col_12 {
        margin-bottom: 2rem;
    }

    #pillars .col_7 {
        border-right: 1px solid rgba(178,179,181,0.5);
    }

    #pillars .title {
        display: none;
        text-align: center;
    }

@media (max-width: 640px) {
    #pillars .col_12 {
        margin-bottom: 0rem;
    }

    #pillars .col_7, #pillars .col_5 {
        border: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    #pillars .title {
        display: block;
    }

    #pillars .container {
        display: block !important;
    }

        #pillars .container + .container {
            border-top: 1px solid rgba(178,179,181,0.5);
        }
}

.banner .col_12 {
    padding: 3em 1.14em;
}

.banner img {
    max-width: 100%;
    width: 40%; 
}

.banner .col_6:first-child {
    border-right: 1px solid rgba(255,255,255,0.5);
}

.banner .col_6 {
    padding: 0px 4rem;
}

@media (max-width: 700px) {
    .banner .row {
        padding: 0;
    }

    .banner .col_12 {
        padding: 2rem 0;
    }

    .banner img {
        width: 200px;
    }

    .banner .col_6 {
        padding: 0px 2rem;
    }
}

#how_it_works {
    background-color: #f5f8fa;
}

@media (max-width: 640px) {
    #how_it_works .col_6 {
        width: 100%;
    }

        #how_it_works .col_6 + .col_6 ul {
            margin-top: 0;
        }
}

#foot {
    color: white;
    text-align: center;
    background: #002060; 
    padding: 0;
}

    #foot h5 {
        font-size: 1.5rem;
        font-weight: 600;
    }

#pSimple .col_12 {
    margin: 0 0 30px 0;
}

#pSimple .img-cont {
    max-width: 365px;
    min-height: 286px;
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: cover;
}

    #pSimple .img-cont:hover .img-fil {
        opacity: 0;
    }

    #pSimple .img-cont:hover .txt-cont {
        color: #002060; 
    }

#pSimple .first_col .img-cont {
    margin: 0 0 0 auto;
}

#pSimple .txt-cont {
    z-index: 10;
    position: relative;
    padding: 100px 0 0 0;
    color: white;
    transition: color 0.4s ease;
}

#pSimple .img-fil {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #002060; 
    opacity: 0.8;
    transition: opacity 0.4s ease;
}

#pSimple hr {
    color: #002060; 
    width: 100%;
    max-width: 794px;
    margin: 55px auto 0 auto;
}

#pSimple .call-out {
    max-width: 470px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 0 0;
}

@media (max-width: 750px) {
    #pSimple .col_6 {
        width: 100%;
    }

    #pSimple .first_col .img-cont, #pSimple .img-cont {
        margin: 20px auto;
        max-width: 90%;
    }
}

#panel_compliance .wrap {
    background: white;
    padding: 2rem;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #panel_compliance .wrap img {
        display: block;
        width: 7rem;
        margin: 2rem;
    }

@media (max-width: 640px) {
    #panel_compliance .wrap {
        width: 100%;
    }

        #panel_compliance .wrap img {
            display: inline-block;
        }
}

.split {
    position: relative;
    padding: 75px 0 0 0;
}

    .split .container {
        position: relative;
        padding: 0;
        z-index: 10;
    }

        .split .container > .col_6 {
            padding: 2rem;
        }

            .split .container > .col_6:first-child {
                padding-right: 4rem;
            }

            .split .container > .col_6:last-child {
                background: #f5f8fa;
                padding-left: 4rem;
            }

                .split .container > .col_6:last-child img {
                    display: block;
                    margin: 0 auto;
                }

    .split p, .split h2 {
        text-align: center;
    }

    .split hr {
        margin: 35px 0 15px 0;
    }

    .split input[type="submit"] {
        margin: 20px 0 0 0;
    }

    .split .txt-cont {
        padding: 30px 0 30px 0;
        display: block;
    }

        .split .txt-cont p {
            margin: 0 auto;
            display: block;
            padding: 0 20px;
        }

    .split form {
        padding: 0 0 50px 0;
    }

    .split .logos img {
        display: inline-block;
        margin: 1rem;
        width: 8rem;
    }

    .split:after {
        content: '';
        position: absolute;
        z-index: 5;
        left: 50%;
        height: 100%;
        top: 0;
        width: 50%;
        background-color: #f5f8fa;
    }

@media (max-width: 900px) {
    .split .container > .col_6 {
        padding: 1rem 2rem !important;
        width: 100%;
    }

        .split .container > .col_6:last-child {
            background: #f5f8fa;
        }

    .split:after {
        display: none;
    }
}

.no-split:after {
    display: none !important;
}

label {
    font-size: 1.25rem;
    font-weight: bold;
    /*margin: 0.5rem 0;
    display:block;*/
}

.SuccessMessage {
    color: #2b76fc;
}

input:not([type='submit']), .select-style {
    width: 100%;
    padding: 0.75em;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    border: 1px solid #c1d2db;
    background: #f5f8fa;
}

.select-style {
    padding: 0;
}

form {
    width: 370px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
}

.input p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #2b76fc;
}

.input + .input {
    margin-top: 1rem;
}

.input.err p {
    color: red;
}

.input.err input {
    border-color: red;
}

.input.req label:after {
    content: '*';
    color: #f38c43;
}

input[type="radio"], input[type="checkbox"] {
    position: absolute;
    width: 0;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
}

    input[type="radio"] + label, input[type="checkbox"] + label {
        position: relative;
        padding: 0;
        display: inline-block;
        line-height: 1.5rem;
        margin: 0;
        margin-left: 2rem;
    }

        input[type="radio"] + label:after, input[type="checkbox"] + label:after {
            content: '' !important;
        }

        input[type="radio"] + label:before, input[type="checkbox"] + label:before {
            content: "";
            display: block;
            position: absolute;
            top: 2px;
            left: -2rem;
            height: 1.3rem;
            width: 1.3rem;
            -webkit-transition: background 0.15s;
            -moz-transition: background 0.15s;
            -o-transition: background 0.15s;
            -ms-transition: background 0.15s;
            transition: background 0.15s;
            background: #f5f8fa;
            border: 1px solid #c1d2db;
            box-shadow: inset 0px 0px 0px 3px #f5f8fa;
            -webkit-box-shadow: inset 0px 0px 0px 3px #f5f8fa;
            -moz-box-shadow: inset 0px 0px 0px 3px #f5f8fa;
            -o-box-shadow: inset 0px 0px 0px 3px #f5f8fa;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

        input[type="radio"] + label:before {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

    input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before {
        background: #002060;
    }

.radio-group div {
    margin: 0.4rem 0;
}

.radio-group input[type="radio"] + label {
    font-weight: normal;
}

.select-style {
    width: 90%;
    overflow: hidden;
    background: #f5f8fa url("../../img/select.png") no-repeat 100% 50% / contain;
}

    .select-style select {
        padding: 0.7em;
        width: 120%;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        font-size: 1rem;
    }

        .select-style select:focus {
            outline: none;
        }

.failureNotification {
    font-size: 1em;
    color: red;
    font-family: Untitled Sans Bold;
}


.failureNotificationErrMsg{
    margin-left : 32%;
    margin-top:-1%;
}

.forgotPasswordErrSmmry {
    margin-left:6%
}
.Overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    /*filter: blur(px);*/
    opacity: 0.8;
    z-index: 1000;
}

.PopUpPanel {
    position: absolute;
    background-color: #FFFF99;
    top: 22%;
    left: 35%;
    z-index: 2001;
    padding: 10px;
    min-width: 400px;
    max-width: 600px;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
    border-width: medium;
    border-style: groove;
    border-color: Navy;
    width: 100%;
    height: 140px;
}

.modal {
    display: block;
    position: fixed;
    z-index: 1000;
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #FFFF99;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);

}

.modal-footer {
    padding: 6px 15px;
    background-color: white;
    color: white;
    text-align: right
}

.modal-body {
    padding: 2px 25px;
}

.TermsConditionModal {
    display: block;
    position: fixed;
    z-index: 1000;
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    height: 105%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.TermsConditionModal-content {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 0;
    border: 5px solid #888;
    width: 40%;
    height: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.TermTable {
    position: fixed;
    display: block;
    overflow: auto;
    background-color: white;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 37%;
    height: 41%;
    margin-top: 20px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.TermTable1 {
    position: fixed;
    display: block;
    background-color: white;
    width: 37%;
    height: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.idtdTC {
    /*color: black;*/
    font-size: larger;
    text-align: left !important;
    padding-top: 25px;

}

.button {
    font-family: Untitled Sans Bold;
    color: white;
    background-color: #002060;
    border-radius: 20px;
}

.button:disabled {
    background: darkgrey;
}

.buttonTC{
    background-color:#002060;
    color:white;
    width:200px;
    height:40px;
    border-radius: 12px;
    font-size:16px;
    font-family: Untitled Sans Bold;

}

.buttonTC:disabled {
    background: darkgrey;
}
.successMessageChangePwdLink {
    color: #2b76fc;
    font-size: x-large;
    font-weight: 500;
    text-align: center
}
.successMessage {
    color: #2b76fc;
    font-size: x-large;
    font-weight: 500;
    text-align: center
}

.buttonfamily {
    font-family: Untitled Sans Bold;
    color: white;
    background-color: #002060;
    border-radius: 20px;
}

.buttonfamily:disabled {
    background: darkgrey;
}

.regulartxt {
    font-family: Untitled Sans Regular;
}

.inquirydropdown {
    float: left;
    margin-left: 10px;
    font-family: Untitled Sans Regular;
}

.domainlabel {
    border-style: none;
    border-width: 2px;
    font-weight: normal;
    font-style: italic;
    font-size: 11pt;
    font-family: Untitled Sans Bold;
    margin-left: 20px;
}
.lblTIN {
    font-size: 1.25rem;
    font-weight: bold;
    color: #2b76fc;
}
.lblTaxId {
    text-align: left;
    font-size: 1.2rem;
    margin-left: 10px;
    font-weight:bold;
}
