/* Base CSS */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

/* MORE STUFF */
/* more text */
#moretext {
  display: none;
}

.hidden {
    display: none;
}


.li-sub {
  margin-left: 25px;
}


a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
    font-weight: 300;
    font-family: 'ProximaNova' !important;
}

body {
    color: #07171D;
    font-family: 'ProximaNova' !important;
    font-weight: 400;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    outline: none !important;
}

.section-padding {
    padding: 80px 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Medium.eot');
    src: url('../fonts/ProximaNova-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Medium.woff2') format('woff2'),
        url('../fonts/ProximaNova-Medium.woff') format('woff'),
        url('../fonts/ProximaNova-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* ----------------------------------- HEADER AREA START ------------------- */

/*.header__inner__blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

.login_btn a {
    font-size: 20px;
    font-weight: 700;
    color: #0F6CB6;
    display: inline-block;
    padding: 11px 32px;
    border-radius: 50px;
    transition: .3s all;
    background: #fff;
}

.login_btn a:hover {
    background: #25BFE4;
    color: #fff;
}



.header__area {
    padding-top: 45px;
    /* position: absolute; */
    left: 0;
    top: 0;
    right: 0;
    /* z-index: 22; */
    padding-left: 48px;
    padding-top: 45px;
}

.background {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center right;
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../images/hero_bg.jpg);
    /* z-index: -1; */
    background-repeat: no-repeat;
}

.hero__content p {
    font-size: 24px;
    font-weight: 400;
    color: #2C3943;
    margin-bottom: 30px;
    margin-top: 15px;
}

.similar__btn {
    padding: 10px 34px;
    display: inline-block;
    border: 1px solid #25BFE4;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'ProximaNova';
    color: #25BFE4;
    transition: .3s all;

}

.similar__btn:hover {
    background: #25BFE4;
    color: #fff;
}

.similar__btn img {
    transition: .3s all;
}

.similar__btn:hover img {
    filter: brightness(10);
}

.similar__btn img {
    margin-left: 8px;
}

.down__arrow {
    margin-left: -56px;
}

.hero__content {
    overflow: hidden;
    padding-top: 50px;
}



#bodyContainer  {
    padding-left: 0px;
    padding-right: 0px;
    min-height: 100%;
    max-height: 100vh;
    min-width: 100%;
    max-width: 50%;
    height: 100vh;
    overflow: hidden;
}

#loginSpace {
    /* position: absolute; */
    /* left: 0;
    top: 0; */
    background-size: cover;
    background-position: center right;
    content: '';
    /* height: 100%;
    width: 100%; */
    background-image: url(../images/hero_bg.jpg);
    /* z-index: -1; */
    background-repeat: no-repeat;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}


#adSpace {
    padding-left: 0px;
    padding-right: 0px;
    height: 100vh;
    max-height: 100vh;
    width: 50vw;
    max-width: 50vw;
    overflow: hidden;
  
}

    @media only screen and (max-width: 500px)  {
        /*#adSpace {
            display: none;
        }

        .adFrame {
            display:none;
        }*/

        #announcementBubble {
            display:inherit;
        }
    }


@media only screen and (min-width: 501px) {
    
    #announcementBubble {
        display: none;
    }
}

    #announcementBubble {
        width:100%;
        max-width: 536px;
        /*height: 100px;*/
        background: #fff;
        border-radius: 20px;
        
        padding: 10px;
        position:relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.announcementRow {
  
                                            
}
.announcementHeader {
    /*float: left;*/
    font-weight: bold;
    font-size: 18px;
   /* width: 100%;*/
    
}

#announcementBubble .container {
    padding: 0px;
}

.announcementMessage {
    font-size: 14px;
    max-width: 250px;
}
.announcementNav {
    /* padding-top: 25%;
    padding-bottom: 25%;*/
    /*align-content:center;
   
   */
    /*
    height: 100%;*/
  
}

    .announcementNav_btn {
      
        /*width: 105px;*/
        text-align: center;
        height: 30px;
        

       /* font-size: 18px;*/
        font-weight: 400;
        color: #25BFE4;
        display: flex;
        align-items: center;
        justify-content: center;
       padding-left: 5px;
       padding-right:5px;
        border: 1px solid #25BFE4;
        border-radius: 50px;
    }





.bubbleLeftCol {
    float: left;
    width: 70%
}

.bubbleRightCol {
    float: right;
    width: 30%;
}




.adFrame {
    width: 50vw;
    height: 100vh;
    /*min-height:100vw; */
    min-width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    max-width: 50vw;
    overflow: hidden;
}



    .login_form_direct {
        box-shadow: 0px 0px 9px 0px rgba(130, 130, 130, 0.39);
        -webkit-box-shadow: 0px 0px 9px 0px rgba(130, 130, 130, 0.39);
        -moz-box-shadow: 0px 0px 9px 0px rgba(130, 130, 130, 0.39);
        /*padding: 47px;*/
        border-radius: 20px;
        /*min-width: 492px;*/
        width: 100%;
        max-width: 536px;
        /*margin-left: auto;*/
        text-align: center;
        background: #fff;
        
    }

.logoHeader {
    margin-top: 15px;
    margin-bottom: 15px;
}

.sandboxapi {
    padding: 18px;
    margin-top: 20px;
    height: 55px;
}

    .formTitle h4 {
        font-size: 45px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    input, .form-control {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding: 10px 12px;
        border: 0;
        color: #ACACAC;
        background: #F2F2F2;
        border-radius: 50px;
        width: 100%;
        margin-bottom: 18px;
    }

    input, .form-control {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding: 10px 12px;
        border: 0;
        color: #ACACAC;
        background: #F2F2F2;
        border-radius: 50px;
        width: 100%;
        margin-bottom: 18px;
    }

    .errorTxt {
        color: #ff0000;
        font-size: 18px;
        font-weight: 400;
        margin-top: 15px;
    }

    .mfaTokenInstructions {
        margin-bottom: 15px;
    }

    .instructionTxt {
        color: #ff0000;
        font-size: 18px;
        font-weight: 400;
        margin-top: 15px;
        float: left;
        margin-right: 15px;
    }

    .login__btn a {
        background: #25BFE4;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
    }

        .login__btn a img {
            filter: brightness(10);
        }

    .or span {
        font-size: 24px;
        font-weight: 400;
        color: #2C3943;
        display: inline-block;
        background: #fff;
        line-height: 1;
        padding: 4px 21px;
    }

    .or {
        position: relative;
        margin-top: 20px;
        z-index: 1;
        text-align: center;
    }

        .or:before {
            position: absolute;
            left: 0;
            top: 50%;
            content: '';
            transform: translateY(-50%);
            width: 100%;
            border: 1px solid #707070;
            z-index: -1;
        }

    .signin__btn a {
        font-size: 18px;
        font-weight: 400;
        color: #25BFE4;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 9px;
        border: 1px solid #25BFE4;
        border-radius: 50px;
    }

        .signin__btn a img {
            margin-right: 9px;
        }

    .signin__btn {
        margin-top: 20px;
    }


    ::placeholder {
        opacity: 1;
    }

    .hero__area {
        /*min-height: 680px;*/
       /* padding-top: 150px;*/
       /* margin-bottom: 75px;
        padding-bottom: 75px;*/
        overflow: hidden;
        position: relative;
        /* z-index: 1; */
    }

    .login_form .mfa_form {
        width: 100%;
        max-width: 586px;
       
    }


    .hero__content p a {
        color: #2C3943;
        text-decoration: underline;
        transition: .3s all;
    }

    .hero__content p span {
        display: block;
        margin-top: 26px;
    }

    .hero__content p a:hover {
        color: #2D72B3;
    }


    .exigo_contact_hero .hero__content p {
        font-size: 18px;
        max-width: 536px;
    }


    .login__form__wrapper .login_form {
        border-radius: 0;
        box-shadow: none;
        text-align: center;
    }

    .formTitle h4 span {
        color: #25BFE4;
    }

    .mfa_form_direct {
        box-shadow: 0px 0px 9px 0px rgba(130, 130, 130, 0.39);
        -webkit-box-shadow: 0px 0px 9px 0px rgba(130, 130, 130, 0.39);
        -moz-box-shadow: 0px 0px 9px 0px rgba(130, 130, 130, 0.39);
        padding: 47px;
        border-radius: 20px;
        max-width: 536px;
        text-align: center;
        background: #fff;
    }

    .mfa_form_embed {
        padding: 20px;
        max-width: 536px;
        /*margin-left: auto;*/
        text-align: center;
        background: #fff;
    }

    .mfa_btn {
        padding: 10px 34px;
        display: inline-block;
        border: 1px solid #25BFE4;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 400;
        font-family: 'ProximaNova';
        color: #25BFE4;
        transition: .3s all;
        width: 100%;
        margin-top: 15px;
    }

        .mfa_btn:hover {
            background: #25BFE4;
            color: #fff;
        }

        .mfa_btn img {
            transition: .3s all;
        }

        .mfa_btn:hover img {
            filter: brightness(10);
        }

        .mfa_btn img {
            margin-left: 8px;
        }

    .token_btn {
        padding: 10px 34px;
        display: inline-block;
        border: 1px solid #25BFE4;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 400;
        font-family: 'ProximaNova';
        color: #25BFE4;
        transition: .3s all;
        width: 100%;
        margin-top: 15px;
    }

        .token_btn:hover {
            background: #25BFE4;
            color: #fff;
        }

        .token_btn img {
            transition: .3s all;
        }

        .token_btn:hover img {
            filter: brightness(10);
        }

        .token_btn img {
            margin-left: 8px;
        }

    .linkedin_btn {
        padding: 10px 34px;
        display: inline-block;
        border: 1px solid #25BFE4;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 400;
        font-family: 'ProximaNova';
        color: #25BFE4;
        transition: .3s all;
        margin-top: 25px;
        width: 100%;
    }

        .linkedin_btn:hover {
            background: #25BFE4;
            color: #fff;
        }

        .linkedin_btn img {
            transition: .3s all;
        }

        .linkedin_btn:hover img {
            filter: brightness(10);
        }

        .linkedin_btn img {
            margin-left: 8px;
        }

    .proceed_form {
        margin-top: 200px;
    }