﻿
@font-face
{
    font-family: 'Lato Regular';
    src: url(../fonts/Lato-Regular.ttf); /*/*src: url(../Content/Fonts/OpenSans-Regular.ttf);*/
}

@font-face
{
    font-family: 'Lato Bold';
    src: url(../fonts/Lato-Black.ttf);
}

@font-face
{
    font-family: 'Lato Light Italic';
    src: url(../fonts/Lato-LightItalic.ttf);
}

body
{
    font-family: "Lato Regular", sans-serif !important;
}

.navbar-nav
{
    -ms-flex-direction: row;
    flex-direction: row;
}
.bg-darkBlue
{
    background-color: rgb(30, 34, 83) !important;
}
.bg-subtittle-color
{
    background-color: #e9ecef !important;
    color: #000 !important; 
}
.logo-size
{
    height: 45px !important;
}
.backToPreviousPage > a 
{
    color: #1E2253;
    float:right;
    margin-bottom:3px;
}
.backToPreviousPage > a:hover 
{
    color: #1E2253;
    font-family: 'Lato Bold';
    text-decoration: none !important;
}
@media screen and (max-device-width: 991px)
{
    .logo-size
    {
        height: auto !important;
    }
}
.content-background, #mainBody
{
    background: none;
}
#welcome
{
    color: white;
}
.padding-left-right-navbar
{
    padding: 0 20px 0 20px;
}
.hidden
{
    display: none !important;
    visibility: hidden !important;
}
.show
{
    display: block !important;
}
.color-black
{
    color: Black !important;
}
div.scrollmenu
{
    background-color: #e5e3ef; /*overflow: auto;*/
    white-space: nowrap;
}
@media only screen and (min-device-width: 1024px)
{
    div.scrollmenu
    {
        overflow: auto;
    }
}
div.scrollmenu a
{
    display: block;
    color: white;
    text-align: left;
    padding: 14px;
    text-decoration: none;
}
div.scrollmenu a:hover
{
    background-color: #e5e3ef;
}
#CarouselMenu .dropdown-toggle::after
{
    display: none;
}
.topmenu.dwnarrow
{
    padding-right: 40px;
}


@media screen and (max-width: 1023px)
{
    .navbar-nav
    {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 20px;
    }
    /*.navbar
    {
        display: -ms-block;
        display: block;
    }*/
    .row.navbar.navbar-expand-lg.bg-dark.navbar-dark a.navbar-brand
    {
        position: absolute;
    }



}

.bg-dark
{
    background-color: rgb(30, 34, 83) !important;
}
@media (max-width: 1023px)
{
    .navbar-collapse
    {
        position: fixed;
        top: 45px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        height: auto;
        background-color: rgb(30, 34, 83);
        z-index: 1;
    }

    .navbar-collapse.collapsing
    {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show
    {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .navbar-toggler.collapsed ~ .navbar-collapse
    {
        transition: left 500ms ease-in-out;
    }
    .dropdown-menu
    {
        top: 100%;
    }
    .display-flex-column
    {
        display: flex;
        flex-direction: column;
    }
    .subMenuInsideSidepanel
    {
        padding: 5px 0px 5px 15px !important;
        font-size: 19px !important;
        color: white !important;
    }
    .subMenuBackground
    {
        background-color: rgb(30, 34, 83) !important; /*border-top: 1px solid white;*/
        /*background-color: #5E6296 !important;*/
    }
    #submenu ui, #submenu ul li{border-bottom: 1px solid #9a9bb3;}
    .serviceSidePanelParentMenu
    {
        float: left;
        background: url(../Images/selectedleftnav.png) no-repeat 8.7em 1em rgb(30, 34, 84);
        padding-right: 46px;
        position: relative;
    }
    .serviceSidePanelChileMenu
    {
        position: absolute;
        top: 271px;
        background-color: #EDEDED;
    }
    .font-size-19
    {
        font-size: 19px !important;
    }

}
.serviceSubmenuBrowser
{
    /*background: url(../Images/selectedLeftnav_invert.png) no-repeat 4.7em 1.5em;*/
    padding-right: 46px;
    position: relative;
}
.serviceSubmenuChildBrowser
{
    position: absolute;
    top: 26%;
    left: 67%;
    background-color: #e5e3ef;
}

.drpDownSUbMenu, .drpDownSUbMenu:hover, .drpDownSUbMenu:active, .drpDownSUbMenu:visited
{
    background-color: white !important;
    color: black;
    background: url(../Images/selectedLeftnav_invert.png) no-repeat 6.5em .6em #7A9BC3;
    text-decoration: underline;
}

.btn-primary:focus
{
    background: #6F90B8 !important;
}

.btn-primary:active
{
    background: #6F90B8 !important;
}

.sidenav
{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(30, 34, 83);
    overflow-x: hidden;
    transition: 0.5s; /*padding-top: 60px;*/
}

.sidenav a
{
    padding: 8px 8px 8px 25px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover
{
    text-decoration: underline;
}

.sidenav .closebtn
{
    /* position: absolute;*/
    top: 0;
    right: 25px;
    font-size: 28px;
    margin-left: 50px;
    color: #fff;
    padding-bottom: 0px;
    padding-top: 6px;
    line-height: 10px;
}


.rightside
{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(30, 34, 83);
    overflow-x: hidden;
    transition: 0.5s; /*padding-top: 60px;*/
}

.rightside a
{
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.rightside a:hover
{
    text-decoration: underline;
}

.rightside .closebtn
{
    /* position: absolute;*/
    top: 0;
    font-size: 28px;
    margin-right: 50px;
    color: #fff;
    padding-bottom: 0px;
    padding-top: 6px;
    line-height: 10px;
}

#main
{
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px)
{
    .sidenav
    {
        padding-top: 15px;
    }
    .sidenav a
    {
        font-size: 15px;
    }
}
#logoGrid
{
    height: 53px;
}
#userContainer
{
    margin-top: 25px;
}
/*.navbar
{
    min-height: 41px;
}*/
@media (max-width: 1023px)
{
    #userContainer
    {
        margin-top: 0px;
    }
}
@media (max-width: 1023px)
{
    #submenuEscrow
    {
        position: relative;
    }
    #ulFirmSubMenu
    {
        top: 35px;
        left: 12px;
        width: 100%;
    }
    .serviceSubmenuBrowser
    {
        /*background: url(../Images/selectedLeftnav.png) no-repeat 15.7em .9em;*/
        padding-right: 35px !important;
    }
    div.scrollmenu a:hover
    {
        background-color: rgb(30, 34, 83);
    }
}
div#submenu > ui > li
{
    list-style: none !important;
}
.arrowPayment
{
    /*background: url(../Images/selectedLeftnav_invert.png) no-repeat 5.3em 1.6em;*/
}
.arrowStatements
{
    /*background: url(../Images/selectedLeftnav_invert.png) no-repeat 6.4em 1.6em;*/
}
.arrowRequest
{
    /*background: url(../Images/selectedLeftnav_invert.png) no-repeat 5.1em 1.6em;*/
}
.arrowSPS
{
    /*background: url(../Images/selectedLeftnav_invert.png) no-repeat 5.1em 1.6em;*/
}
.serviceSubmenuChildBrowserPayment
{
    top: 26%;
    left: 119px;
    background-color: #e5e3ef;
}
.serviceSubmenuChildBrowserStatements
{
    top: 26%;
    left: 15%;
    background-color: #e5e3ef;
}
.serviceSubmenuChildBrowserRequest
{
    top: 26%;
    left: 34.5%;
    background-color: #e5e3ef;
}
@media screen and (max-width: 1024px)
{
    .serviceSubmenuChildBrowserPayment, .serviceSubmenuChildBrowserStatements, .serviceSubmenuChildBrowserRequest, .serviceSubmenuChildBrowser
    {
        top: 21%;
    }
    .serviceSubmenuChildBrowserStatements
    {
        left: 20.5%;
    }
    .serviceSubmenuChildBrowserRequest
    {
        left: 47.5%;
    }
    .serviceSubmenuChildBrowser
    {
        left: 86.5%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1300px)
{
    .serviceSubmenuChildBrowserPayment, .serviceSubmenuChildBrowserStatements, .serviceSubmenuChildBrowserRequest, .serviceSubmenuChildBrowser
    {
        top: 11%;
    }
    .serviceSubmenuChildBrowserStatements
    {
        left: 20.5%;
    }
    .serviceSubmenuChildBrowserRequest
    {
        left: 45.5%;
    }
    .serviceSubmenuChildBrowser
    {
        left: 86.5%;
    }
}

.divider
{
    border-bottom: 1px solid white;
}
@media (max-width: 1023px)
{
    .divider
    {
        border-bottom: none;
    }
    .dropdown-container
    {
        list-style: none;
        color: white;
        padding-left: 10px;
        font-size: 19px;
        background-color: #5E6296 !important;
    }
    .dropdown-container > li > a
    {
        padding: 5px;
    }
    .dropdown-container.padding-left-15
    {
        padding-left: 15px;
    }
    .arrowPayment
    {
        /*background: url(../Images/selectedleftnav.png) no-repeat 6.5em 0.8em;*/
        padding-right: 30px !important;
    }
    .arrowStatements
    {
        /*background: url(../Images/selectedleftnav.png) no-repeat 9em 0.9em;*/
        background: none;
        padding-right: 30px !important;
    }
    .arrowRequest
    {
        /*background: url(../Images/selectedleftnav.png) no-repeat 12.8em 0.9em;*/
        padding-right: 30px !important;
    }
    .arrowSPS
    {
        /*background: url(../Images/selectedleftnav.png) no-repeat 5.6em 0.9em;*/
        padding-right: 30px !important;
    }


}
#submenu > ui > a
{
    font-size: 15px !important;
}
#ulFirmSidePanel > a
{
    padding-left: 25px;
}
.topmenu.dwnarrow
{
    background: url(../Images/selectedleftnav.png) no-repeat 4.0em 16px;
}

a:link
{
    text-decoration: none !important;
}


/* mouse over link */
a:hover
{
    /*font-weight: bold !important;*/
    text-decoration: underline !important;
    color: White;
}
/*@media only screen and (max-device-width: 360px)
{
    #LoanNumberDdl
    {
        width: 90px !important;
    }
}*/
#mySidenav .divider, #rightSidenav .divider
{
    border-bottom: 1px solid #5E6296;
}
#mySidenav ul li
{
    list-style-type: none;
}
#mySidenav ul
{
    padding-left: 0px;
    margin-bottom: 0px;
}
#mySidenav li.divider
{
    padding-bottom: 37px;
}
#mySidenav a:hover, #rightSidenav a:hover
{
    cursor: pointer;
    background-color: #5E6296;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none !important;
}
#mySidenav a.closebtn, #rightSidenav a.closebtn, a:hover.nounderline
{
    text-decoration: none !important;
}
.noStyles:hover
{
    cursor: default !important;
    background-color: rgb(30, 34, 83) !important;
    transition: none !important;
    -webkit-transition: none !important;
}

#submenu ul li a
{
    padding-left: 20px;
}

#mySidenav .pos-relative, #rightSidenav .pos-relative
{
    position: relative;
}
#mySidenav .pos-absolute, #rightSidenav .pos-absolute
{
    position: absolute;
    top: 6px;
    left: 25px;
}

@media only screen and (max-device-width: 1023px)
{
    #mySidenav
    {
        overflow: auto;
    }
    #submenu.margin-left-right-0
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    #submenu ui a
    {
        padding-left: 20px !important;
    }
    #submenu ui, #submenu ul li
    {
        /*border-bottom: 1px solid #5E6296;*/
        border-bottom: 1px solid #9a9bb3;
    }
    
    #mySidenav a:hover, #rightSidenav a:hover
    {
        background-color: rgb(30, 34, 83);
        /*background-color: #5E6296;*/
    }
    #ulFirmSubMenuPayment, #ulFirmSubMenuStatements, #ulFirmSubMenuRequest, #ulFirmSubMenu, #ulFirmSubMenuSPS
    {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

/*Scrollbar color styles for Submenus*/
/* width */
::-webkit-scrollbar
{
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track
{
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb
{
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover
{
    background: #555;
}

.icon-bar
{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #ffffff;
}

@supports (-ms-ime-align:auto){
    .icon-bar {
        display: block;
        width: 22px;
        height: 2.5px;
        border-radius: 1px;
        background-color: #ffffff;
    }
}

.navbar-toggler .icon-bar
{
    background-color: #ffffff;
}

.navbar-toggler .icon-bar + .icon-bar
{
    margin-top: 4px;
}
@media only screen and (min-device-width: 1200px)
{
    .margin-left-xl
    {
        margin-left: 56%;
    }
    #sps-navbar > nav button
    {
        margin-top: 5px;
    }
}
@media only screen and (max-device-width: 576px)
{
    #searchicon.margin-right-15
    {
        margin-right: 0px;
    }
    #sps-navbar
    {
        padding-left: 0px;
    }
    #rightIcons
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*#sps-logo a img
    {
        margin-top: 15px !important;
        margin-bottom: 0px !important;
    }
    #rightIcons
    {
        padding-top: 19px;
    }*/
}
.button-cancel-size
{
    background-color: #6F90B8;
    width: 100%;
    height: 36px;
    border-radius: 6px !important;
    border-color: rgb(111, 144, 184);
    font-family: 'Lato Regular';
    color: #ffffff;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.button-cancel-size:hover, .button-cancel-size:active:focus
{
    background-color: rgb(111, 144, 184) !important;
    border-radius: 6px !important;
}
/*@media only screen and (max-device-width: 767px) and (min-device-width: 649px)
{
#DvQuadrant3, #DvQuadrant4, #DvQuadrant5, #DvQuadrant6
     {
         margin-left:270px;
     }
     #DvQuadrant1, #DvQuadrant2
     {
         margin-left:150px;
     }
}
@media only screen and (max-device-width: 899px) and (min-device-width: 768px)
{
#DvQuadrant3, #DvQuadrant4, #DvQuadrant5, #DvQuadrant6
     {
         margin-left:275px;
     }
     #DvQuadrant1, #DvQuadrant2
     {
         margin-left:160px;
     }
}
@media only screen and (min-device-width: 900px) and (max-device-width: 1023px)
{
#DvQuadrant3, #DvQuadrant4, #DvQuadrant5, #DvQuadrant6
     {
         margin-left:310px;
     }
     #DvQuadrant1, #DvQuadrant2
     {
         margin-left:180px;
     }
}
@media only screen and (max-device-width: 650px) and (min-device-width: 580px)
{
#DvQuadrant3, #DvQuadrant4, #DvQuadrant5, #DvQuadrant6
     {
         margin-left:240px;
     }
     #DvQuadrant1, #DvQuadrant2
     {
         margin-left:130px;
     }
}
@media only screen and (max-device-width: 581px)  and (min-device-width: 460px)
{
#DvQuadrant3, #DvQuadrant4, #DvQuadrant5, #DvQuadrant6
     {
         margin-left:225px;
     }
     #DvQuadrant1, #DvQuadrant2
     {
         margin-left:116px;
     }
}
@media only screen and (max-device-width: 459px)
{
#DvQuadrant3, #DvQuadrant4, #DvQuadrant5, #DvQuadrant6
     {
         margin-left:125px;
     }
     #DvQuadrant1, #DvQuadrant2
     {
         margin-left:85px;
     }
}
*/
.carousel-indicators li
{
    background-color: gray !important;
}
.carousel-indicators
{
    height: 0px;
}

@media only screen and (max-device-width: 1023px)
{
    .small-box
    {
        width: 100%;
        margin: 0 auto;
    }
    .content
    {
        min-height: auto !important;
    }
}
@media only screen and (max-device-width: 600px)
{
    .lftArrowPosition
    {
        position: absolute;
        top: 151px;
        left: 1px;
    }
    .rgtArrowPosition
    {
        position: absolute;
        top: 151px;
        right:1px;
    }
}

@media (max-width: 1023px){
    .footerAlignment {
        text-align: left !important;
    }
}
#navbar {
    padding-right: 0px;
    padding-left: 0px;
}
 #sps-navbar {
        padding-left: 25px;
    }
#rightIcons{padding-right:25px}
@media (max-width: 575px){
    #sps-navbar {
        padding-left: 10px;
    }
    #rightIcons{padding-right:10px}
    /*#sps-search{padding-right:10px}*/
}
@media (min-width: 992px)
{
     #sps-search{padding-right:25px}
}

.para a:hover {
    color: #5E6296;
}
#rightIcons svg 
{
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        left: auto !important;
    }
    #myModal .modal-dialog {
        left: auto;
    }
}
.modal-dialog .modal-footer button:last-child {
    margin-bottom: 0.25rem;
}
.modal-header 
{
    border-radius: 0;
}
.modal-footer .btn 
{
    background-color: #1E2253;
    border-color: #6F90B8;
    border-radius: 5px;
}
.modal-footer .btn:hover 
{
    background-color: #6F90B8;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.clickable {
    cursor: pointer;
}
.clickable {
    cursor: pointer;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}
.panel-default {
}
.panel-default {
    border-color: #dddddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

.panel-body {
    padding: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: black;
    background-color: white;
}

/**** Custom loading spinner ****/
.customSpinnerBorderWrapper 
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 5000;
    top: 0;
    left: 0;
}
.customSpinnerBorder 
{
    width: 6rem;
    height: 6rem;
    color: #ffffff !important;
    position: absolute;
    left: 48%;
    top: 48%;
}
@media screen and (max-width: 767px) 
{
    .customSpinnerBorder 
    {
        left: 40%;
    }
}
/**** Custom loading spinner ****/

.nav-tabs .nav-link.active{color:Black;}
#SSLpopup .hheading {
    background-color: #3f4c73;
    font-size: 1.0em;
    padding: 10px;
    font-family: "Lato Bold", sans-serif;
}
#SSLpopup .rc.d {
    background-color: #ffffff;
    font-family: "Lato Regular", sans-serif;
}
#SSLpopup .survey-alert-msg {
    line-height: 20px;
    width: auto;
    border-bottom: 1px solid #e5e5e5 !important;
}
#SSLpopup .hsecheading {
    font-size: 13px;
    color: #000000;
    padding: 8px 20px;
    margin-left: 0px;
    text-align: left;
}
#SSLpopup .hsecheadingBtnCont {
    font-size: 13px;
    color: #000000;
    padding: 8px 20px 0px;
    text-align: right;
}
#SSLpopup .hsecheadingBtnCont .btn {
    background-color: #1E2253;
    border-color: #6F90B8;
    border-radius: 5px;
    font-family: "Lato Regular", sans-serif;
}
#SSLpopup .hsecheadingBtnCont .btn:hover {
    background-color: #6F90B8;
}
.sh{background-color:rgb(192, 192, 192);color:Black;}
@media screen and (max-width: 1199px) 
{
.esc-padd-resp{padding:0.5rem 0.5rem;}    
}
@media screen and (max-width: 767px) 
{
.esc-padd-resp{padding:0.5rem 0.2rem;}    
}
@media screen and (max-width: 576px){
.rc {
    padding: 7px 0px 7px 14px;}
}
@media (max-width: 1023px)
{#divMain .container{background:white !important;}}
#myModal .panel-default {
    border-color: #dddddd;
}
#myModal .panel-group .panel + .panel {
    margin-top: 5px;
}
#myModal .panel-title {
    width: 92%;
    display: inline-block;
}
#myModal .clickableIconWrapper svg:last-child 
{
    display: none;
}
@media only screen and (max-width: 768px)
{
    #myModal .panel-title {
        width: 88%;
    }
}
.modal .modal-header 
{
    font-family: "Lato Bold", sans-serif;
}
.modal .modal-body, .modal .modal-footer 
{
    font-family: "Lato Regular", sans-serif;
}
.account-radio-item .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1E2253;
    background-color: #1E2253;
}
.menu a, .submenu a{color: #666666 !important;}
.submenu a{display: block;}


#mySidenav
{
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background-color: rgb(30, 34, 83);
    color: #fff;
    transition: all 0.3ms;
/*transition: all 4000ms;*/
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#mySidenav.active
{
    left: 0;
   /*  transition: 3000ms ease all !important;*/
}
#rightSidenav
{
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background-color: rgb(30, 34, 83);
    color: #fff;
    transition: all 0.3ms;
   /* transition: all 4000ms;*/
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
        
#rightSidenav.active
{
    right: 0;
   /* transition: 3000ms ease all !important;*/
}
.overlay
{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active
{
    display: block;
    opacity: 1;
}
#mySidenav ul li.active > a, #rightSidenav ul li.active > a, a[aria-expanded="true"]
{
    color: #fff;
    background: #6d7fcc;
}
#content
{
    width: 100%;
    padding-left: 0px;
        padding-right: 0px;
              
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
.cls-1, .cls-2 {
    fill: none;
    stroke: black !important;
    stroke-linejoin: round;
    stroke-width: 2px !important;
}
.cls-1 {
    fill: none;
    stroke: black !important;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px !important;
}
.cls-1 {
    fill: white !important;
}

 @media screen and (max-width: 1023px)
 {
     .cls-1 {
    fill: none;
    stroke: black !important;
    stroke-linejoin: round;
    stroke-width: 2px !important;
}
.cls-2 {
    fill: rgb(30, 34, 83) !important;
    stroke: white !important;
    stroke-linejoin: round;
    stroke-width: 2px !important;
}

.cls-1 {
    fill: none;
    stroke: #fff !important;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px !important;
    /*stroke-width: 0px !important;*/
}
.cls-1 {
    fill: #5E6296 !important;
    /*fill: #fff !important;*/
}
 }
 
 
 .ph {
    color: black !important;
    font-weight: bold;
}

.rc.d{background-color: white;}
.rc{padding: 7px 0px 7px 7px;border: 1px solid #dee2e6;border-left: 0px;border-bottom: 0px;}
.border-dkBlue-bottom{border-bottom: 1px solid #dee2e6;}
.setupACHBtn 
{
    border-radius: 6px !important;
    border-color: #6F90B8;
    background-color: #1E2253;
    color: #ffffff;
    padding: 0.75em 1.5em;
    font-family: 'Lato Bold';
}

.setupACHBtn:hover {
    text-decoration: none !important;
    color: #ffffff;
    background-color: #6F90B8;
} 
.tilesButtonAlign 
{
    position: absolute;
    bottom: 20px;
}
.btn
{
     border-color: #6F90B8;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    background-color: #6F90B8;
}

.btn-primary.disabled, .btn-primary:disabled
{
    background-color: 6F90B8 !important;
}
.button-size
{
    background-color: rgb(30, 34, 83);
    height: 45px;
     width: 200px;
    border-radius: 6px !important;
    border-color: rgb(111, 144, 184);
    font-family: 'Lato Bold' , sans-serif !important;
}

.button-size:hover, .button-size:active:focus
{
    background-color: rgb(111, 144, 184) !important;
    text-decoration: none; 
}

input[type="radio"], input[type="checkbox"] {
     box-sizing: border-box; 
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
}
.dispFlex{display:flex !important;flex-direction:column;margin-left:-13px;margin-right:8px}
.menu-wrapper ul ul{padding-left:0px; padding-right:0px}

.makeapaymenttb
{
    width:100% !important;
}
.menu-wrapper ul ul{padding-left:0px; padding-right:0px}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1E2253;
    background-color: #1E2253;
}
.redesignFormBtn {
    border-radius: 6px !important;
    border-color: #6F90B8;
    background-color: #1E2253;
    color: #ffffff;
    padding: 0.75em 1em;
    width: 15%;
    font-family: 'Lato Bold';
}
.redesignFormBtn:hover {
    text-decoration: none !important;
    color: #ffffff;
    background-color: #6F90B8;
}
@media screen and (max-width: 767px) {
    .redesignFormBtn 
    {
        min-width: 30%;
        width: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .redesignFormBtn 
    {
        width: 25%;
    }
}
.redesignFormHeading {
    background-color: #1E2253;
    color: #ffffff;
    font-family: 'Lato Bold';
    font-variant: normal;
}
.redesignPageHeading 
{
    color: #1E2253;
    font-variant: normal;
    font-family: 'Lato Bold';
}
.redesignFormRowHeading {
    background-color: #e9ecef;
    color: #666666;
    /* font-family: 'Lato Bold'; */
    border: 1px solid #e9ecef;
    border-right: 0px;
    min-height: 46px;
}
.redesignFormRowValues {
    border: 1px solid #e9ecef;
    padding: 0.5rem 1.5rem;
    min-height: 45px;
}
.required label::after
{
    font-family: 'Lato Bold';
    content: "*";
    color: #dc3545;
    vertical-align: top;
    padding-left: 2px;
}
.requiredFieldText .para 
{
    text-align: center;   
}

@media only screen and (max-device-width: 600px)
{
    .leftChevronArrowPosition
    {
        position: absolute;
        top: 151px;
        left: -5px;
    }
    .rightChevronArrowPosition
    {
        position: absolute;
        top: 151px;
        right: -5px;
    }
}
.modal-content {
    border-radius: 0px;
}

/* styles for Assistance program status steps */
.asstncePrgrmsSteps 
{
    border: 0px solid #e6e6e6;
    background: #e6e6e6;
    color: #666666;
    border-radius: 1.5rem;
    display: inline-flex;
}
.asstncePrgrmsSteps.active 
{
    border: 0px solid #6F90B8;
    background: #6F90B8;
    color: #ffffff;
}
.asstncePrgrmsStepsTxt 
{
    border-radius: 1.5rem;
    background-color: #999999;
    color: #ffffff;
}
.asstncePrgrmsStepsTxt.active 
{
    background-color: #1E2253;
}
/* styles for Assistance program status steps */

.stickyTimeline {
    position: fixed;
    top: 73px;
    right: 0;
    left: 0;
    z-index: 1;
}
.covidInfoLinksBtn 
{
    border-radius: 30px;
    padding: 0.60rem 2rem;
    text-align: center;
    /* box-shadow: 0 2px 4px #4d4d4d; */
    font-family: 'Lato Bold';
    background-color: #5893f2;
    border: 1px solid #5893f2 !important;
}
.covidInfoLinksBtn:hover 
{
    color: #ffffff;
    box-shadow: 0 2px 4px #4d4d4d;
}
.FormWrapper .nav-tabs .nav-item {
    margin-bottom: 0px;
}
@media print {
    .stickyTimeline 
    {
        position: relative;
        top: 0px;
    }
}
.border-none{padding-left:0px;padding-right:0px;border:0px}
.text-darkBlue
{
    color: rgb(30, 34, 83) !important;
}

.text-latoBold {
    font-family: 'Lato Bold' , sans-serif !important;
}

.text-latoRegular {
    font-family: 'Lato Regular' , sans-serif !important;
}
.btn-primary:disabled {
    color: #fff;
    background-color: rgb(30, 34, 83);
    border-color: rgb(30, 34, 83);
    cursor: default;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px;
}

/*#appleAppStoreBadgeLink > svg 
{
    width: 9em !important;
    height: 2.5em  !important;
    margin-left: -10px;
}*/
#appStoreBadgesMobWrapper 
{
    display: none;
}
@media screen and (max-width: 1023px) 
{
    #appStoreBadgesMobWrapper 
    {
        display: block;
    }
    #appleAppStoreBadgeLink > svg 
    {
        width: 145px !important;
        height: 50px  !important;
        margin-left: 0px !important;
    }
}
@media screen and (max-width: 348px) 
{
    #imgGooglePlayBadgeBottom
    {
        height: 40px !important;
    }
    #imgAppleStoreBadgeLink > svg
    {
        width: 161px !important;
        height: 59px  !important;
        margin-right: 0px !important;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1100px)
{
    #googlePlayStoreBadgeLink > img 
    {
        width: 125px !important;
        height: 38px  !important;
    }
    #appleAppStoreBadgeLink > svg 
    {
        width: 108px !important;
        height: 50px  !important;
    }
}
#UpdateBillingAddress .updateBillingAddressFormWrapper .form-control, #UpdatePhoneNumber .updatePhoneNumberFormWrapper .form-control, #EmailAddress .updateEmailAddressFormWrapper .form-control {
    color: black
}
#confirmbox {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    transition: all 0.5s ease-in-out;
}
.btnLinkDocument{background:none!important;border:none;padding:0!important;font: inherit;border-bottom:none;cursor: pointer;text-decoration : underline; color:#5E6296;}
#sps-messageinfolink
{
   position: relative; 
}
.num
{
    position: absolute;
    top: -6px;
    left: 23px;
    color: white;
    background-color: red;
    border-radius: 15px;
    padding-left: 3px;
    padding-right: 5px;
}
.msgnum
{
    top: 4px;
    left: 55px;
}