@import url('https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic|Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&subset=latin,latin-ext&display=swap');

.header{
    background: #fff;
}

.header-top {
    margin-bottom: 20px;
}

.header-nav, .header-nav .dropdown-menu {
    background-color: #00153d;
    /*background-color: rgb(183, 40, 21);*/
}
.nav-tabs>li.active>a{
    background-color: lightsteelblue;
}

.header-nav .nav .open > a, 
.header-nav .nav .open > a:focus, 
.header-nav .nav .open > a:hover,
.header-nav .nav > li > a:focus, 
.header-nav .nav > li > a:hover, 
.header-nav .dropdown-menu > li > a:focus, 
.header-nav .dropdown-menu > li > a:hover {
    background-color: #00153d;
    /*background-color: rgb(183, 40, 21);*/
}

.header-nav a, .header-nav .dropdown-menu a,
.header-nav .dropdown-menu > li > a:focus, .header-nav .dropdown-menu > li > a:hover {
    color: #fff;
}

body, h1, h2, h3, h4, h5, h6, p, .p, .content-home .title, .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a, .page_section p, .section-diagonal-left p, .section-diagonal-right p, .button1, a, .btn-primary, .btn-default, .btn-info {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

body, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

body, p, .content-home .description {
    font-size: 15px;
}

h4 {
    font-weight: 700;
    font-size: 16px;
}

.page_section h2, h2, .h2 {
    color: #035298;
    font-size: 42px;
}

.page_section h3 {
    font-size: 26px;
}

p {
    line-height: 2em;
}

a, .a {
    color: #464646;
}

a:not(.btn) {
    color:#464646 !important;
}

.btn {
    text-decoration: none !important;
}


p, body {
    font-weight: 400;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #d68429;
}

.navbar-toggle .icon-bar {
    border: 1px solid #d68429;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-static-top.navbar-inverse {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
    position: fixed;
    width: 100%;

}

.navbar-inverse .navbar-nav > li > a:hover {
    color: grey !important;
    text-decoration: none !important;
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    font-size: 16px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    text-decoration: none;
}

.navbar-inverse .navbar-nav .open > li > a:hover {
    color: grey !important;
    text-decoration: none !important;
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: grey !important;
    text-decoration: none !important;
    background-color: transparent;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    background-color: #fff;
    text-decoration: none !important;
    background-color: transparent;
    border-color: transparent;
    transition: background-color .2s ease;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{
    background-color: rgba(128, 128, 128, 0.05);
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-size: 16px;
    transition: color 0.3s ease, opacity 0.3s ease;
}


.entity-associate .view-grid, .entity-lookup .view-grid {
    font-size: 14px;
}

.top-bar {
    background-color: white;
    height: 85px;
    width: 100%;
    padding: 13px 7px;
}

.logo-container {
    float: left;
    padding: 0px;
    padding-left: 50px;
}

.logo {
    width: 200px;
    height: auto; 
    display: block; 
  }

.logo-container img {
    max-width: 100%;
    height: auto;
    padding-left: 20px; 
}

.content-home {
    padding-top:11%;
}

body {
    min-height: 100vh;
}

.page-header > h1 > span {
    color:#00153d;
    /*color: rgb(183, 40, 21);*/
}

h2, .content-home > h2 {
    color:#00153d;
    /*color: rgb(183, 40, 21);*/
}

h1, .page_section h1 {
    font-weight: 700;
    font-size: 36px;
}

.view-grid a:link,
.view-grid a:visited {
    color: #00153d;
}


.btn-primary {
    color: #fff;
    background-color: #035298;
    font-size: 16px;
    border-radius: 0;
    font-weight: 700;    
}

.btn-default {
    color: #fff;
    background-color: #464646;
    font-size: 16px;
    border-radius: 0;
    font-weight: 700;
}

.btn-default:hover, .btn-primary:hover {
    opacity: 0.7; 
    transition: opacity 0.3s ease-in-out; 
}

.btn-info {
    color: #00153d;
    background-color: #fff;
    border-color: #00153d;
}

.view-pagination, .pagination {
    margin: 15px 0 15px 0;
}

.page-header {
    padding-bottom: 0;
    border-bottom: 0px solid #eee;
}

.rsm-header {
    background-color: #216eb6;
    border-bottom: 1px solid black;
    padding: 24px 0 24px 0px;
    background-image: url(/client-subheader-logo.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 161%;
}

.breadcrumb >.active, .breadcrumb>li+li:before {
    color: #fff;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb a {
    color: #f5f5f5;
}

.rsmWhiteContainer, .card {
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    opacity: 0.95;
}

.rsmWhiteContainer {
    max-width: 75%;
}

.rsmHomeMainText {
    padding: 10px;
}

.rsmHomeSubtext {
    padding: 20px;
}

.backgroundImageContainer {
    padding: 0; 
    width: 100vw; 
    min-height: 840px;
}

.backgroundImage {
    flex-grow: 1; 
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    min-width: 250px; 
    word-break: break-word; 
    width: 100%; 
    height: 100%; 
    background-image: url('/homepageImage.jpeg'); 
    background-size: cover; 
    background-position: center 
    center; background-repeat: no-repeat;
}


.main-card {
    padding-top: 18px;
    display: flex;
    justify-content: center;
}

.page_section .row {
    padding-top: 0;
    padding-bottom: 0;
}

/*ul {
    border: 0 none;
    font-family: "Prelo-Book","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}*/

/*.footer {
    background-color: #00153d;
    border-color: #e9eaee;
    border-top-width: 12px;
    color: #8c8989;
    border-bottom: 1px solid #232527;
}*/

#content {
    padding-top: 102px;
}

.page-header {
    margin: 62px 0 20px;
}

body:not(:has(.content-home)) #mainContent {
    padding-bottom: 10%;
}



.details-link, a:not([role="menuitem"]):not(.btn):not(footer a):not(.list-group-item) {
    text-decoration: underline !important;
}

footer, .footer {
    color: #464646;
    width: 100%;
}

.footer-width {
    margin: 0px 50px 0px 50px;
    width: 90%;
    display: flex;
    max-width: 1260px;
}

.footer-top-container {
    background-image: linear-gradient(180deg,rgba(241,241,241,0.8) 0%,#ffffff 100%);
    /*background-color: rgb(183, 40, 21);*/
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    
}

.footer-container-second {
    min-height: 125px;
}

  .footer-container-third {
    display: flex;
    flex-direction: column;
  }
  .footer-col {
    width: 47.25%;
    margin-right: 5.5%;
  }

  .footer-left {
    margin: 0 0 30px;
  }

  /* .footer-left {
    flex: 2; 
  }
  .footer-middle-first-column {
    flex: 1;
  }
  .footer-middle-second-column {
    flex: 1;
  }
  .footer-right {
    flex: 1;
  } */

  .footer-container-third > div {
    min-width: 0;
  }

  .footer-logo {
    max-width: 100%;
    height: auto;
  }

footer a, .footer a {
    text-decoration: none;
}

footer ul {
    padding: 0px;
}

footer li {
    list-style-type: none;
    padding-bottom: 20px;
    margin-top: 8px;
    padding-right: 11px;
}

.footer-header {
    line-height: 1.1em;
    padding-bottom: 10px;
}

.footer-header > h4, .footer-right-text > p {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

.footer-right > .footer-header > h4 {
    color: #035298
}

footer p {
    line-height: 2em;
}

.footer-text {
    padding-bottom: 8px;
}

footer li > a, .footer-right-text > p {
    font-weight: 300;
}

.footer-bottom-container {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
}

#hidden-link {
    display: none;
}


.intro-header {
    background: #00153d;
    /*background: rgb(183, 40, 21);*/
    height: 250px;
    position: relative;
    overflow: hidden;
}

.intro-header-overlay {
    background: #00153d;
    /*background: rgb(183, 40, 21);*/
    width: 100%;
    height: 100%;
    position: absolute;
}

a {
   color: #00153d;  
}

.intro-header>img {
    position: relative;
    z-index: -1;
    top: -100px;
}

.intro-header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    font-size: 0.85em;
}

.intro-header-content>* {
    display: inline-block;
}

.intro-header-logo img {
    max-width: 125px;
}

.intro-header-content p {
    font-size: 1.5em;
    color: #fff;
    line-height: 1.25;
    margin: auto 20px;
    display: inline-table;
    vertical-align: middle;
}


.nav-tabs {
    border-bottom: 1px solid #00153d;
    font-size: 15px;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    /* background-color: #00153d;
    border-color: #00153d; */
}

.list-group-item-success {
    background-color: #c7d6ff;
    /* opacity: 0.55; */
}

#tabNav .nav-tabs:hover {
    border-bottom-color: #CCEBF8;
}



.modal-content html {
    overflow: hidden;
}

@media (min-width: 768px) { 

    .content-home {
        padding-top: 18%;
    }
    
}


@media (min-width: 992px) { 

    h1, .page_section h1 {
        font-weight: 700;
        font-size: 42pt;
    }

    .content-home {
        padding-top: 5%;
    }

    .main-card {
        padding-top: 0;
    }

    .rsmWhiteContainer {
        max-width: 65%;
        margin-bottom: 18px;
    }

    .footer-container-third {
        flex-direction: row;
    }
    
    #hidden-link {
        display: block;
    }

    footer li {
        padding-left: 11px;
    }

    .footer-left {
        margin: 0 0 0px;
    }

    .footer-col {
        width: 20.875%;
        width: 47.25%;
        margin-right: 5.5%;
    }
    
}