@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body .static-top.navbar-dark {
    background-color: #ffffff;
    box-shadow: none;
    font-family: "Roboto", serif;
}

body .static-top.navbar .menu-bar > .navbar-nav > .divider-vertical{
    display: none;
}
body .static-top.navbar .menu-bar > .navbar-nav > li{   
    border-left: 1px solid #cccccc;
    padding: 2px 15px;
}
body .static-top.navbar .menu-bar > .navbar-nav > li:first-child{
    border-left: none;
}
body .static-top.navbar .menu-bar > .navbar-nav > li > a{
    font-family: "Roboto", serif;
    color: #232222;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 5px 0;
    border: none !important;
    border-bottom: 2px solid #fff !important;
    background: #fff;
    text-decoration: none;
}

body .static-top.navbar .menu-bar > .navbar-nav > li > a:hover{
    text-decoration: none !important;
    border: none !important;
    border-bottom: 2px solid #ea1947 !important;
    background: none;
    color: #ea1947 ;
}
body .navbar-dark .navbar-nav a.show:focus, 
body .navbar-dark .navbar-nav a.dropdown-toggle.show:focus,
body .navbar-dark .navbar-nav > li > a:focus,
body .navbar-dark .navbar-nav > li.dropdown > a:focus{
    text-decoration: none !important;
    border: none !important;
    border-bottom: 2px solid #ea1947 !important;
    background: none;
    color: #ea1947;
}
body .navbar-dark .navbar-nav .show.dropdown-menu{
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 0;
    padding: 0;
}
body .navbar-dark .navbar-nav .show.dropdown-menu > li > a{
    color: #232222;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto", serif;
    border: none;
    padding: 5px 20px;
    
}
body .navbar-dark .navbar-nav .show.dropdown-menu > li{
    border-bottom: 1px solid #d6d6d6;
}
body .navbar-dark .navbar-nav .show.dropdown-menu > li:last-child{
    border-bottom:none;
}
body .navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover{
    color: #ea1947;
    text-decoration: none !important;
}
body .navbar-dark .navbar-nav .show.dropdown-menu .dropdown-divider{
    margin: 0;
    display: none;
}
body .navbar-dark .navbar-nav .show.dropdown-menu > .active > a:focus,
body .navbar-dark .navbar-nav .show.dropdown-menu > li > a:focus{
    border: none;
    color: #ea1947;
    text-decoration: none !important;
}
body footer .footer-bottom {
    background-color: #232222;
}
footer ul.socialmedianav{
    text-align: right;
}
footer ul.socialmedianav li{
    display: inline-block;
    padding: 0 5px 10px 5px;
}
footer ul.socialmedianav li a {
    background-color: transparent;
    height: 28px;
    width: 28px;
    display: inline-block;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: center;
}
footer ul.socialmedianav li a:hover{
    filter: invert(50%);
}

li.facebook a {
    background-image: url(https://pfc-dev.powerappsportals.com/facebook.png);
}
li.linkedin a {
    background-image: url(https://pfc-dev.powerappsportals.com/linkedin.png);
}
li.instagram a {
    background-image: url(https://pfc-dev.powerappsportals.com/instagram.png);
}
li.youtube a {
    background-image: url(https://pfc-dev.powerappsportals.com/youtube.png);
}

.footerTxt{
    font-size: 14px;
    color: #fff;
    text-align: right;
    font-family: "Roboto", serif;
    font-weight: 300;
}
.footerTxt a{
    font-family: "Roboto", serif;
    color: #fff;
    padding: 0 5px;
    font-weight: 300;
    text-decoration: underline !important;
}
.footerTxt a:hover{
    text-decoration: none !important;
    color: #fff;
}
.footerTxt span{
    font-family: "Roboto", serif;
    color: #fff;
    padding: 0 5px;
    font-weight: 300;
}
body .breadcrumb {
    background-color: #fffbf1;
    padding: 0;
    border-radius: 15px 15px 0 0;
    margin: 0;
    overflow: hidden;
    border: 4px solid #fffbf1;
}
body .breadcrumb-item:first-child{
    display: none;
}
body .breadcrumb-item+.breadcrumb-item{
    padding-left: 0;
}
body .breadcrumb > li a {
    color: #c9c3c3;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", serif;
    padding: 15px 30px;
    background: #fff;
    display: inline-block;
    margin: 0 3px 0 0;
    cursor: default;
    pointer-events: none;
}
body .breadcrumb-item+.breadcrumb-item::before{
    display: none;
}
body .breadcrumb > li.active h1.siteTitle{
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto", serif;
    padding: 15px 30px;

}
body ol.progress.list-group.top{
    background: #fffbf1;
    padding: 30px;
    border-radius: 0 15px 15px 15px;
}
body .list-group-item{
    border: none;
    color: #000000;
    font-weight: bold;
    font-family: "Roboto", serif;
    font-size: 16px;
    text-align: center;
    padding-top: 63px;
    width: 25%;
    box-sizing: border-box;
    line-height: 16px;
    text-align: center;
    padding-top: 58px;
}
body .list-group-item:before{
    background: #cdcac1;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    float: left;
    content: "Read this -";
    font-size: 0;
    position: absolute;
    left: calc(50% - 25px);
    top: 0;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
body .list-group-item.active{
    background-color: inherit;
    border: none;
    color: #000000;
}
body .list-group-item.list-group-item-success{
    background-color: inherit;
    border: none;
}
body .list-group-item.list-group-item-success span.fa-check{
    display: none;
}
body .active:before{
    background-color: #e81c48;
}
body .list-group-item.list-group-item-success:before{
    background-color: #91d1ba;
}

body .crmEntityFormView{
    border: none;
}
body .crmEntityFormView .tab-title{
    color: #222222;
    font-size: 18px !important;
    font-weight: bold;
    font-family: "Roboto", serif;
    border: none;
    margin: 22px 0 25px 0;
    display: inline-block;
}
body .crmEntityFormView .section-title h3{
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", serif;
    margin: 0;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
body .crmEntityFormView .section-title h3::after{
    content: '';
    left: 0;
    top: 23px;
    width: 88px;
    height: 4px;
    background: #e81c48;
    position: relative;
    display: block;
}
body .crmEntityFormView .cell{
    font-size: 16px;
    color: #222222;
    padding: 0 0 6px;
    font-family: "Roboto", serif;
}
body .crmEntityFormView .cell label.field-label{
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto", serif;
    line-height: 21px;
    margin-bottom: 25px;
}
body .crmEntityFormView .cell.checkbox-cell label, body .crmEntityFormView .cell .picklist label {
    clear: none;
    float: none !important;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", serif;
    width: calc(100% - 35px);
    line-height: 18px;
    margin-bottom: 0;
}

body .crmEntityFormView .cell .picklist input[type=radio] {
    margin: 2px 11px 8px 0 !important;
    width: 19px;
    height: 21px;
 
}

body .crmEntityFormView .actions {
    border-top: none;
    margin: 0 0 60px 0;
    padding: 0;
}
body .actions input.btn-default{
    border: none !important;
    background: #000000;
    border-radius: 100px;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", serif;
    outline: none !important;
}
body .actions input.btn-default:hover, body .crmEntityFormView .actions .btn-default:active{
    background: #2d2d2d !important;
    border: none !important;
}

body .actions input.btn-primary{
    border: none;
    background: #ea1947;
    border-radius: 100px;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", serif;
    outline: none !important;
}
body .actions input.btn-primary:hover{
    border: none;
    background: #c21d2b; 
}
body .actions .btn-primary:active:hover, body .actions .btn-primary:active:focus{
    border: none;
    background: #c21d2b; 
}
body .actions .entity-action-button:last-child{
    float: right;
}
body .crmEntityFormView .actions .col-md-6{
    width: 100%;
}
body .crmEntityFormView .cell.checkbox-cell div.table-info {
    padding-left: 9px !important;
    width: calc(100% - 35px);
    line-height: 18px;
}
body .crmEntityFormView .cell div.control span.checkbox input[type=checkbox] {
    
    margin: 2px 0 8px 0 !important;
    width: 19px;
    height: 21px;
}
body .crmEntityFormView div.description.below{
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", serif;
    margin-bottom: 15px;
}
body div[data-name="Eligibility Check"] {
    background: #fffbf1;
    padding: 25px 30px;
    border-radius: 15px;
}
body div[data-name="Eligibility Check"] .section-title h3{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
body div[data-name="Eligibility Check"] .section-title h3::after{
display: none;
}
body div[data-name="Eligibility Check"] fieldset {
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
    padding: 0 0 15px 0;
}
body div[data-name="Eligibility Check"] fieldset:first-child .section-title h3{
    font-size: 20px;
    font-weight: bold;
}
body div[data-name="Eligibility Check"] fieldset .section-title ul li{
padding-bottom: 7px;
}
body div[data-name="Session Selection"] .section-title h3{
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 23px;
}
body div[data-name="Session Selection"] .section-title h3:after{
    display: none;
}
body div[data-name="Session Selection"] fieldset[aria-labelledby="Step 4: Submit your eligibility document"] h3{
    padding-bottom: 26px;
   
}
body div[data-name="Session Selection"] fieldset[aria-labelledby="Step 4: Submit your eligibility document"] h3:after{
display: block;

}
body .crmEntityFormView .form-control.readonly:focus{
    outline: none;
}
body div[data-name="Session Selection"] .cell label.field-label{
    margin-bottom: 5px;
}
body div[data-name="Session Selection"]{
    margin-bottom:0 !important;
}
body  button#UploadButton{
    border: none;
    background: #000000;
    border-radius: 100px;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto", serif;
    outline: none !important;
    margin-top: 6px;
}
body  button#UploadButton:active{
    background:#000000 !important;
}
body .custom-button{
    border: 1px solid #dcdcdc;
    padding: 6px;
    height: 45px;
  
}
body textarea#pfc_haveyouspousereceiveddocument{
    field-sizing: content;
}
body .captcha-cell{
    margin-bottom: 65px;
}
body .captcha-cell label {
        color: #313131;
        font-size: 16px;
        padding: 0 0 0 12px;
    }
    body .form-select, body select.form-control{
        margin-bottom: 23px !important;
        border: 1px solid #6c6868 !important;
        border-radius: 0;
        padding: 10px 16px; 
        height: 44px;
        outline: none !important;
        font-size: 15px !important;
        font-weight: 400;
        line-height: normal !important;
        color: #222222;
        text-align: center;
        background-color: #eee;
        text-align: left;
    
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
        background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    }
body .navbar-brand img{
    height: 50px !important;
}
body table.table tr th, body table.table tr th a{
    color: #222222;
    font-size: 15px;
    font-weight: bold;
    font-family: "Roboto", serif;
}
body table.table tr th{
    border-bottom: 2px solid #000;
}
body table.table tr td{
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", serif;
}

body .input-group .text-muted[aria-hidden="true"]{
    font-size: 0;
}
body span[role=checkbox].fa.fa-fw.fa-check{
    line-height: 17px;
}

@media (max-width: 1195px){
    body .static-top.navbar .menu-bar > .navbar-nav > li {
        border-bottom: 1px solid #cccccc;
        padding: 6px 0;
        border-left: none;
    }
    body .static-top.navbar .menu-bar > .navbar-nav > li > a, 
    body .static-top.navbar .menu-bar > .navbar-nav > li > a:hover{
        border-bottom: none !important;
    }
    body .navbar-dark .navbar-nav a.show:focus, body .navbar-dark .navbar-nav a.dropdown-toggle.show:focus, body .navbar-dark .navbar-nav > li > a:focus, body .navbar-dark .navbar-nav > li.dropdown > a:focus
    {
        border-bottom: none !important;
    }
}

@media (max-width: 945px){
    footer ul.socialmedianav{
        text-align: center;
        padding-top: 20px !important;
    }
    .footerTxt{
        text-align: center;
    }
    .footerLogo{
        text-align: center;
    }
}
@media (max-width: 767px) {
    body .list-group-item{
        width: 100%;
        padding-bottom: 30px;
    }
   
}