/*.navbar-brand { height: 64px; }*/
html {
    height: 88.5%;
}

body {
    font-family: Verdana, sans-serif Segoe UI !important;
    
}




.crmEntityFormView {
    border: none;
}

.crmEntityFormView .actions {
    border-top: none;
}

.crmEntityFormView .cell {
    padding-left: 0px;
    border: none !important;
}

div.actions div:first-child {
    padding-left: 0px;
}

/*.text-muted { display:none;}*/

legend span.validators {
    color: #a94442 !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

.instructions {
    padding-bottom: 28px;
}

.terms-conditions {
    overflow-y: scroll;
    height: 400px;
    border: 1px #888 solid;
    padding: 12px;
    background: #FAFAFA;
}

div.associate-lookup tr.selected span[role=checkbox]:before {
    content: "\E013";
}

.crmEntityFormView .cell.checkbox-cell div.info .validators {
    display: none !important;
}

.green {
    background-color: forestgreen;
    color: #ffffff;
}

    .green:hover, .green:focus {
        background-color: seagreen;
        color: #ffffff;
    }

.red {
    background-color: indianred;
    color: #ffffff;
}

    .red:hover, .red:focus {
        background-color: red;
        color: #ffffff;
    }

.modal-form .modal-lg {
    width: 1200px;
}

.iframe .container {
    width: 100%;
}

.columnBlockLayout p {
    margin-top: 16px;
}

.border {
    border: solid 1px #ddd;
}

.border-info {
    border-color: #eee;
}

.info-box {
    background-color: #eee;
}

.rounded {
    border-radius: .25rem !important;
}

h2 {
    font-size: 25px !important;
    color: unset !important;
}

h3 {
    font-size: 20px !important;
    margin-top: 10.5px !important;
    font-weight: 500 !important;
    margin-bottom:15px !important;
    /*font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
}

.broadcast-banner-messages .panel-group {
    margin-bottom: 11px;
} 

.broadcast-banner-messages .main-group {
    margin-bottom: 21px;
}

.broadcast-banner-messages .panel-group .panel {
    border-radius: 4px;
    border: 1px solid #ddd;
}

.broadcast-banner-messages .panel-default {
    border-color: #ddd;
}

.broadcast-banner-messages .panel-group .panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.broadcast-banner-messages .panel-group .panel-heading .panel-title a:before {
    display: none;
}

.broadcast-banner-messages {
    padding-top: 10px;
}

    .broadcast-banner-messages .panel-group .panel-default .main-heading {
        background-color: #ea891c;/*#e2e41a;*/
    }

    .broadcast-banner-messages .panel-group .panel-default > .panel-heading a {
        font-weight: bold;
    }

    .broadcast-banner-messages .panel-group .panel-heading .panel-title a {
        display: block;
        color: #000;
    }

        .broadcast-banner-messages .panel-group .panel-heading .panel-title a:hover, .broadcast-banner-messages .panel-group .panel-heading .panel-title a:active {
            color: #000;
        }

/* DTET Nav Styles */

.navWrapper {
    float: left;
    background: #000;
    width: 100%;
}

.navbar-right {
    margin-right: 0px;
    padding-top: 0px;
}

.header__site-name {
    /*float: left;*/
    /*width: 240px;*/
    /*padding-left: 15px;*/
    /*border-left: solid 2px #e4e4e4;*/
    /*margin-bottom: 0px;*/
    margin-top: 0px;
    /*padding-top: 2px;*/
    color: #fff;
    font-size: 12px;
    display: flex;
    /*flex: 1 1 auto;*/
    position: relative;
    align-self: center;
    line-height: 1.2;
}

.header__site-name a {
    text-decoration: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
}

.header__logo {
    float: left;
    padding-right: 15px;
    padding-left: 5px;
}

.header__logo a {
    display: block;
    width: 141px;
    height: 46px
}

.header__logo--mobile {
    display: block
}

.header__logo--desktop {
    display: none
}

.header__logo--print {
    display: none;
}

.header__dept-logo {
    display:flex;
    background-image: url(DTET\ creative\ device.svg);
    background-size: cover;
    min-height: 64px;
}

.header__info-bar {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative;
    top: -8px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #ea891c;
    text-decoration: none
}

.btn-primary {
    color: #fff;
    border-color: orange;
    box-shadow: 0 0 0.5375rem 0 #ea891c;
    background-color: #ea891c;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:disabled, .btn-primary[disabled]:hover, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus {
        color: #fff;
        border-color: orange;
        box-shadow: 0 0 0.1375rem 0 #ea891c;
        background-color: #ea891c;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #ea891c;
            border-color: orange;
        }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #555;
    background-color: #ddd;
    border-color: #ddd;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:disabled, .btn-default[disabled]:hover, .btn-default.active, .btn-default:active {
    color: #ea891c;
    background-color: #fff;
    border-color: #ea891c;
    text-decoration: none;
}

    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
        color: #ea891c;
        background-color: #fff;
        border-color: #ea891c;
    }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    /*background-color: #ea891c;*/
    background-color: #666;
    color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    /*background-color: #ea891c;*/
    background-color: #000;
}

/* from bootsrap */

.btn-default {
    color: #ea891c;
    background-color: #fff;
    border-color: #ea891c;
}

    .btn-default:focus, .btn-default.focus {
        color: #ea891c;
        background-color: #e6e6e6;
        border-color: #ea891c;
    }

    .btn-default:hover {
        color: #ea891c;
        background-color: #e6e6e6;
        border-color: #ea891c;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #ea891c;
        background-color: #e6e6e6;
        border-color: #ea891c;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
            color: #ea891c;
            background-color: #d4d4d4;
            border-color: #ea891c;
        }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none
    }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ea891c;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #ea891c;
    }

.btn-primary {
    color: #fff;
    background-color: #ea891c;
    border-color: #ea891c;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #ea891c;
        border-color: #ea891c;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #ea891c;
        border-color: #ea891c;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #ea891c;
        border-color: #ea891c;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #ea891c;
            border-color: #ea891c;
        }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none
    }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
        background-color: #ea891c;
        border-color: #ea891c
    }

    .btn-primary .badge {
        color: #ea891c;
        background-color: #fff
    }

.footer p.legal {
    margin-top: 13px;
    margin-bottom: 0;
    color: #fff;
    font-size: .8125rem;
    font-weight: 400
}

.footer small {
    font-size: 100%;
    font-weight: 400
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0
}

    .footer-links li {
        display: inline-block;
        margin-right: 12px
    }

    .footer-links a {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        line-height: 2rem;
        text-decoration: none
    }

        .footer-links a:hover {
            text-decoration: underline
        }

footer .connect {
    margin-top: 50px
}

footer .links {
    margin-top: 0;
    padding-top: 24px
}

footer.corporate .connect {
    border-top: 5px solid #c0e10a
}

footer.employment .connect {
    border-top: 5px solid #0056b3
}

footer.small-business .connect {
    border-top: 5px solid #07a7a8
}

footer.training .connect {
    border-top: 5px solid #ea891c
}

footer {
    /*font-family: 'Lato', sans-serif;*/
    background: #f4f4f4;
    position: relative;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer.connect {
    background: #2e2e2e;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff
}

    .footer.connect a {
        color: #fff;
        text-decoration: none;
        display: inline-block
    }


.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    height: 35px;
    background: #ea891c;
    color: #ffffff;
    border: #ea891c;
}


/* LIST FILTER PANEL */
.filter-vertical .panel {
    background-color: #FAFAFA;
}

.entitylist-filter-option-group-label.h4 {
    margin-top: 16px;
    margin-bottom: 8px;
}

select.form-control, input.form-control {
    background: #ffffff !important;
    color: #232222 !important;
}

.entitylist-filter-option-group-box-overflow:has(.checkbox) {
    background-color: #FFF;
    padding: 0 1em;
}

li.checkbox.disabled {
    color: #888;
    font-style: italic;
}




.alert.alert-block.alert-warning {
    background-color: #fefcd2; 
    border: 1px solid #fefbc9 ;
    border-radius: 0.25rem;
    color: #856404; 
    padding:15px;
    margin-top:10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); 
}
.entity-notes .message {
    display: none;
    margin-left: -20px;
}
.progress {
    background-color: #ffffff;
    -webkit-box-shadow: none;
}

ol.progress {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    border-bottom: 1px solid #ddd !important; 
}

ol.progress li {
    background-color: #f5f5f5;
    padding: 10px 15px;
    margin-right: 5px;
    border: 0.6px solid #ddd !important;
    border-bottom: none; 
    border-radius: 3px 3px 0 0;
   /* -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);*/
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    border-radius: 3px 3px 0 0 !important;
    color: #555;
    background-color: #ddd;
    border-color: #ddd;
    border-bottom: 1px solid silver; 
}

ol.progress li:last-child {
    margin-right: 0;
    display:flex;
    border-bottom: 1px solid #fff !important; 
    border-radius: 3px 3px 0 0 !important;
}
ol.progress li:first-child {
    display:flex;
    margin-left:25px;
    border-radius: 3px 3px 0 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd !important;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control {
    background: 0 0;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    cursor: auto;
    padding-left: 0;
    padding-right: 0;
}
.ms-TextField-field{
 display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd !important;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-horizontal.addnote .form-group {
    display: flex;
    align-items: top;
    margin-bottom: 15px;
}

.form-horizontal.addnote .control-label {
    flex: 0 0 20%; /* Adjust the percentage as needed */
    max-width: 20%; /* Adjust the percentage as needed */
    text-align: left; /* Align labels to the left */
    padding-right: 15px;
}

.form-horizontal.addnote .input-container {
    flex: 1;
    max-width: 80%; /* Adjust the percentage as needed */
}

.form-horizontal.editnote .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-horizontal.editnote .form-group {
    display: flex;
    align-items: top;
    margin-bottom: 15px;
}

.form-horizontal.editnote .control-label {
    flex: 0 0 20%; /* Adjust the percentage as needed */
    max-width: 20%; /* Adjust the percentage as needed */
    text-align: left; /* Align labels to the left */
    padding-right: 15px;
}

.form-horizontal.editnote .input-container {
    flex: 1;
    max-width: 80%; /* Adjust the percentage as needed */
}

.form-horizontal.editnote .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.modal-body{
padding-left:30px !important;
}




#mainContent {
    width: 100%;
}

h1, .h1, /*h2, */.h2, h3, .h3 {
    margin-bottom: 0px;
   
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
    /*background-color: #ea891c;*/
    background-color: #000;
}

#navbar .dropdown-menu {
    margin-top: 0px;
    margin-right: -1px;
    border-top: none;
}

/* Bootstrap 5 cards */

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-top, .card-img-bottom {
    width: 100%;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}


.modal-backdrop {
    display: none;
}

.header-container {
    background: #051A5B;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}





.feature-tiles {
    background-color: #ececec
}
    
.feature-tiles__item {
    display: block;
    text-decoration: none;
    position: relative;
    top: -3.4375rem;
    z-index: 1;
}

.feature-tiles__item:hover, .feature-tiles__item:focus {
    text-decoration: none;
    transform: scale(1.05);
    box-shadow: 0 0 1.5rem 0 rgba(0,0,0,.6);
    z-index: 5
}

.feature-tiles__item + .feature-tiles__item {
    margin-top: .75rem
}

.feature-tiles__item-heading {
    height: 3.4375rem;
    padding: 0 1.5625rem;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 20px !important;
    line-height: 1;
    font-weight: 700;
    color: #fff !important;
    position: relative;
    z-index: 2;
    /*font-family: 'Lato', sans-serif !important;*/
    white-space: nowrap;
}

.feature-tiles__item--theme-corporate .feature-tiles__item-heading, .feature-tiles__item--theme-corporate:hover .feature-tiles__item-heading {
    background-color: #c0e10a
}

.feature-tiles__item--theme-employment .feature-tiles__item-heading, .feature-tiles__item--theme-employment:hover .feature-tiles__item-heading {
    background-color: #0e59ac
}

.feature-tiles__item--theme-small-business .feature-tiles__item-heading, .feature-tiles__item--theme-small-business:hover .feature-tiles__item-heading {
    background-color: #07a7a8
}

.feature-tiles__item--theme-training .feature-tiles__item-heading, .feature-tiles__item--theme-training:hover .feature-tiles__item-heading {
    background-color: #ea891c
}

.feature-tiles__item-body {
    height: 10.125rem;
    padding: .9375rem 1.5625rem 1.5625rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 .875rem 0 #c5c5c5
}
/*
.feature-tiles__item:nth-child(2):hover .feature-tiles__item-body {
    box-shadow: none
}*/

.feature-tiles__item .feature-tiles__item_middle:hover .feature-tiles__item-body {
    box-shadow: none
}

.feature-tiles__item-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.75rem;
    color: #404040
}

.feature-tiles__item-spacer {
    height: calc(100% - 50px);
    width: 0;
    float: right
}

.feature-tiles__item-chevron {
    float: right;
    clear: right;
    width: 2.75rem;
    height: 2.75rem;
    margin-top: .375rem;
    margin-left: .375rem;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2016%2025%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3EChevron_big%3C%2Ftitle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Chevron_big%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%2C4%20L12%2C4%20L12%2C9%20L0%2C9%20L0%2C21%20L-5%2C21%20L-5%2C4%20L0%2C4%20Z%22%20id%3D%22Combined-Shape-Copy-3%22%20fill%3D%22%23FFFFFF%22%20transform%3D%22translate%283.500000%2C%2012.500000%29%20rotate%28-225.000000%29%20translate%28-3.500000%2C%20-12.500000%29%20%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 1rem 1.5625rem;
    background-repeat: no-repeat;
    background-position: calc(50% + 2px) 50%
}

.feature-tiles__item--theme-corporate .feature-tiles__item-chevron {
    box-shadow: 0 0 .9375rem 0 #c0e10a;
    background-color: #c0e10a
}

.feature-tiles__item--theme-employment .feature-tiles__item-chevron {
    box-shadow: 0 0 .9375rem 0 #0e59ac;
    background-color: #0e59ac
}

.feature-tiles__item--theme-small-business .feature-tiles__item-chevron {
    box-shadow: 0 0 .9375rem 0 #07a7a8;
    background-color: #07a7a8
}

.feature-tiles__item--theme-training .feature-tiles__item-chevron {
    box-shadow: 0 0 .9375rem 0 #ea891c;
    background-color: #ea891c
}

.feature-tiles__item:first-child:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: -21px;
    left: calc(50% - 13px);
    width: 27px;
    height: 34px;
    /*background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2234%22%20viewBox%3D%220%200%2027%2034%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2020.435h26.87L13.435%2033.87z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2013.435h26.87L13.435%2026.87z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");*/
    opacity: 1;
    transition: opacity .3s
}

.feature-tiles__item.hide-arrow:first-child:before {
    opacity: 0
}


#mainContent {
    padding-left: 0px;
    padding-right: 0px;
}

.list-group-item {
    border: none;
}

.list-group-item-heading a { margin-left: 0px; }

.input-group-addon:first-child {
    display: none;
}

.notifications {
    margin-top: 10px;
    margin-bottom: 10px;
}

.alert {
    padding: 5px;
}

.entitylist, .entitylist .panel-default {
    border: none;
}

.wrapper-body {
    min-height: calc(100% - 270px);
    margin-bottom: 0px;
}

.navbar-header {
    display:flex;
    flex-grow: 1;
}

.navbar-brand {
    flex-grow: 1;
}
.user-details {
    color: #fff;
    display: flex !important;
    flex-direction: row;
    flex-grow: 1;
    justify-content: left;
    padding-right: 15px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin-top: 50px;
}

.user-detail-row {
    flex-direction: row;
    padding: 10px 10px 0;
}
.user-detail-row-label {
    font-weight: bold;
    text-align: left;
}

.logo-block {
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;
}

.navbar-toggle  {
    margin-top: auto;
    margin-bottom: auto;
    max-height: 40px;
}


input[class^='checkbox-'], input[class*='checkMark-'], input[class^='check-'] {
    height: auto !important;
    width: auto !important;
}


@media print {    
    a[href]::after {        
        content: none !important;    
    }
    .print {
        display: block !important
    }
    .navbar-header {
        border-bottom: solid 1px #000;
    }   
    
    .header__logo--mobile {
        display: none;
    }
    .header__logo--desktop {
        display: none;
    }
    .header__logo--print {
        display: block;
    }
    .header__dept-logo {        
        min-height: 64px;
        min-width: 300px;
    }
    .logo-block{
        min-height:64px;
    }
    .user-details {
        flex-direction: row;
        flex-grow: 1;
        justify-content: right;
        padding-left: 0;
    }
    
    .user-detail-row {
        flex-direction: row;
        padding: 10px 10px 0;
    }
    
    .header__site-name{
        border-left: none;
    }
}


/* 630 px */
@media (max-width: 40em) {
    .user-details {
        padding: 0px;
        margin: 0px;
    }
    
    .user-detail-row {
        display: none;
    }
}
/* 576 px */
@media (min-width: 36em) {
    /* HEADER LOGO */
    .header__logo {
        padding-right: 20px
    }

    .header__logo a {
        width: 130px;
        height: 43px
    }

    .header__site-name {
        /*padding-left: 20px;*/
        /*width: 400px;*/
        flex-grow: 1;
        margin-top: 0px;
        /*padding-top: 0px;*/
        font-size: 15px;
    }

    .user-details {
        margin-top: 0;
    }
    

    /* CARD GROUP */
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}

/* 768 px */
@media (min-width: 48em) {
    /* HEADER */
    .header__logo {
        margin: 0;
        padding-right: 15px
    }

    .header__logo a {
        width: 141px;
        height: 46px
    }

    .header__site-name {
        /*height: 42px;*/
        /*padding-left: 20px;*/
        width: auto;
        margin-top: 0px;
        /*padding-top: 10px;*/
        font-size: 17px;
    }

    .header__site-name a {
        font-size: 1.75rem
    }
    

    /* FOOTER */
    .footer {
        text-align: center
    }

    .footer-links li {
        margin-left: 6px;
        margin-right: 6px
    }

    /* FEATURE TILES */
    .feature-tiles div.container {
        width: 750px;
    }

    .feature-tiles .container {
        display: flex
    }

    .feature-tiles__item {
        flex: 1;
        top: -3.5625rem;
        max-width: 33.33%;
    }
    /*
    .feature-tiles__item:nth-child(2) {
        z-index: 2
    }*/

    .feature-tiles__item .feature-tiles__item_middle {
        z-index: 2
    }

    .feature-tiles__item + .feature-tiles__item {
        margin-top: 0
    }

    .feature-tiles__item-heading {
        height: 3.5625rem;
        padding: 0 1.25rem
    }

    .feature-tiles__item--theme-corporate .feature-tiles__item-heading {
        background-color: rgba(192,225,10,.9)
    }

    .feature-tiles__item--theme-employment .feature-tiles__item-heading {
        background-color: rgba(14,89,172,.9)
    }

    .feature-tiles__item--theme-small-business .feature-tiles__item-heading {
        background-color: rgba(6,150,151,.9)
    }

    .feature-tiles__item--theme-small-business:hover .feature-tiles__item-heading {
        background-color: #069697
    }

    .feature-tiles__item--theme-training .feature-tiles__item-heading {
        background-color: rgba(201,115,19,.9)
    }

    .feature-tiles__item--theme-training:hover .feature-tiles__item-heading {
        background-color: #c97313
    }

    .feature-tiles__item-body {
        height: 12.5rem;
        padding: .9375rem 1.25rem 1.875rem
    }
    /*
    .feature-tiles__item:nth-child(2) .feature-tiles__item-body {
        box-shadow: -15px 0 #fff,15px 0 #fff,0 0 .875rem 0 #c5c5c5
    }

    .feature-tiles__item:nth-child(2) .feature-tiles__item-body:before, .feature-tiles__item:nth-child(2) .feature-tiles__item-body:after {
        content: "";
        position: absolute;
        width: .0625rem;
        height: 9.375rem;
        background-color: #ecefe8;
        top: 1.3125rem
    }

    .feature-tiles__item:nth-child(2) .feature-tiles__item-body:before {
        left: 0
    }

    .feature-tiles__item:nth-child(2) .feature-tiles__item-body:after {
        right: 0
    }

    .feature-tiles__item:nth-child(2):hover .feature-tiles__item-body:before, .feature-tiles__item:nth-child(2):hover .feature-tiles__item-body:after {
        content: none
    }*/

    .feature-tiles__item .feature-tiles__item_middle .feature-tiles__item-body {
        box-shadow: -15px 0 #fff,15px 0 #fff,0 0 .875rem 0 #c5c5c5
    }

    .feature-tiles__item .feature-tiles__item_middle .feature-tiles__item-body:before, .feature-tiles__item .feature-tiles__item_middle .feature-tiles__item-body:after {
        content: "";
        position: absolute;
        width: .0625rem;
        height: 9.375rem;
        background-color: #ecefe8;
        top: 1.3125rem
    }

    .feature-tiles__item .feature-tiles__item_middle .feature-tiles__item-body:before {
        left: 0
    }

    .feature-tiles__item .feature-tiles__item_middle .feature-tiles__item-body:after {
        right: 0
    }

    .feature-tiles__item .feature-tiles__item_middle:hover .feature-tiles__item-body:before, .feature-tiles__item .feature-tiles__item_middle:hover .feature-tiles__item-body:after {
        content: none
    }

    .feature-tiles__item-text {
        line-height: 1.75rem
    }

    .feature-tiles__item:first-child:before {
        display: none
    }
}

/* 992 px */
@media (min-width: 62em) {
    /* HEADER */
    .header__logo {
        padding-right: 26px
    }

    .header__logo a {
        width: 120px;
        height: 42px;
    }

    .header__logo--mobile {
        display: none;
        height: auto;
    }

    .header__logo--desktop {
        display: block;
        height: auto;
    }

    .header__site-name {
        flex-grow: 1;
        /*padding-left: 28px;*/
        width: auto;
        /*padding-top: 11px;*/
        margin-top: 0px;
        font-size: 17px;
    }

    .header__site-name a {
        font-size: 2rem
    }


    /* FEATURE TILES */
    .feature-tiles div.container {
        width: 90%;
    }

    .feature-tiles__item {
        top: -3.875rem
    }

    .feature-tiles__item-heading {
        height: 3.875rem;
        padding: 0 2rem;
        font-size: 22px !important;
    }

    .feature-tiles__item-body {
        height: 10.5rem;
        padding: 1.5625rem 2rem 1.5625rem
    }
    /*
    .feature-tiles__item:nth-child(2) .feature-tiles__item-body:before, .feature-tiles__item:nth-child(2) .feature-tiles__item-body:after {
        height: 5.8125rem;
        top: 1.875rem
    }*/

    .feature-tiles__item .feature-tiles__item_middle .feature-tiles__item-body:before, .feature-tiles__item .feature-tiles__item_middle .feature-tiles__item-body:after {
        height: 5.8125rem;
        top: 1.875rem
    }

    .feature-tiles__item-text {
        line-height: 1.75rem
    }


    /* FOOTER */
    .footer {
        padding-top: 44px
    }

        .footer .footer-base {
            margin-top: 10px
        }
}



@media (max-width: 75em) {
    a[role="menuitem"] {
        width: 97%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* 1200px */
@media (min-width: 75em) {
    /* HEADER */
    div.header-container div.navbar-header {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    div.navbar-right.menu-bar.xrm-entity.xrm-editable-adx_weblinkset {
        float: right;
    }

    div.navbar-right.menu-bar {
        float: right;
    }

    div#navWrapper.navWrapper > div.menu-bar-wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding-top: 0px
    }

    /*div#navWrapper.navWrapper > div.navbar-right.menu-bar.xrm-entity.xrm-editable-adx_weblinkset > ul.nav.navbar-nav.weblinks {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding-top: 0px
    }*/
    
    .header__site-name {
        left: 100px;
        max-width: 280px;
    }

    .user-details {
        flex-direction: row;
        flex-grow: 1;
        justify-content: right;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .user-detail-row {
        flex-direction: row;
        padding: 10px 10px 0;
    }
    
    .logo-block {
        flex-direction: row;
    }


    
    .container {
        width: 90%;
    }

    .sub-container {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    
    #detconnect_name_li {
        display: none;
    }

    #detconnect_name_a {
        display: none;
    }

    

    li.weblink:hover::after {
        content: '';
        position: absolute;
        top: -4px;
        left: 2px;
        width: 99%;
        height: 4px;
        background: #c0e10a;
        z-index: 3;
    }

    li.dropdown:hover::after, li.dropdown.open:hover::after, li.dropdown.open::after {
        content: '';
        position: absolute;
        top: -4px;
        left: 2px;
        width: 99%;
        height: 4px;
        background: #c0e10a;
        z-index: 3;
    }

    li.weblink.Employment:hover::after {
        content: '';
        position: absolute;
        top: -4px;
        left: 2px;
        width: 99%;
        height: 4px;
        background: #0e59ac;
        z-index: 3;
    }

    li.weblink.Small.business:hover::after {
        content: '';
        position: absolute;
        top: -4px;
        left: 2px;
        width: 99%;
        height: 4px;
        background: #07a7a8;
        z-index: 3;
    }

    li.weblink.Training:hover::after {
        content: '';
        position: absolute;
        top: -4px;
        left: 2px;
        width: 99%;
        height: 4px;
        background: #ea891c;
        z-index: 3;
    }

    li.weblink.current::after {
        content: '';
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #c0e10a;
        z-index: 3
    }

    li.user-dropdown.current::after {
        content: '';
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #c0e10a;
        z-index: 3
    }

    li.weblink.Employment.current::after {
        content: '';
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #0e59ac;
        z-index: 3
    }

    li.weblink.Small.business.current::after {
        content: '';
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #07a7a8;
        z-index: 3
    }

    li.weblink.Training.current::after {
        content: '';
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        height: 4px;
        background: #ea891c;
        z-index: 3
    }
}


@media (min-width: 90em) {
    .header__site-name {
        left: 220px;
        max-width: max-content;
    }
}

    /* Added XL & XXL Classes for additional column sizing options */
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12  {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}


@media(min-width:1600px) {

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left
    }

    .col-xl-1 {
        width: 8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-pull-1 {
        right: 8.33333%
    }

    .col-xl-pull-2 {
        right: 16.66667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.33333%
    }

    .col-xl-pull-5 {
        right: 41.66667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.33333%
    }

    .col-xl-pull-8 {
        right: 66.66667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.33333%
    }

    .col-xl-pull-11 {
        right: 91.66667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-push-1 {
        left: 8.33333%
    }

    .col-xl-push-2 {
        left: 16.66667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.33333%
    }

    .col-xl-push-5 {
        left: 41.66667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.33333%
    }

    .col-xl-push-8 {
        left: 66.66667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.33333%
    }

    .col-xl-push-11 {
        left: 91.66667%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0%
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }

    .user-details {
        flex-direction: row;
        flex-grow: 1;
        justify-content: right;
        padding-left: 0;
    }
    
    .user-detail-row {
        flex-direction: row;
        padding: 10px 10px 0;
    }
    
    .logo-block {
        flex-direction: row;
    }
    .header__site-name{
        border-left: none;
    }
}

@media(min-width:1900px) {

    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        float: left
    }

    .col-xxl-1 {
        width: 8.33333%
    }

    .col-xxl-2 {
        width: 16.66667%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-4 {
        width: 33.33333%
    }

    .col-xxl-5 {
        width: 41.66667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.33333%
    }

    .col-xxl-8 {
        width: 66.66667%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-10 {
        width: 83.33333%
    }

    .col-xxl-11 {
        width: 91.66667%
    }

    .col-xxl-12 {
        width: 100%
    }

    .col-xxl-pull-0 {
        right: auto
    }

    .col-xxl-pull-1 {
        right: 8.33333%
    }

    .col-xxl-pull-2 {
        right: 16.66667%
    }

    .col-xxl-pull-3 {
        right: 25%
    }

    .col-xxl-pull-4 {
        right: 33.33333%
    }

    .col-xxl-pull-5 {
        right: 41.66667%
    }

    .col-xxl-pull-6 {
        right: 50%
    }

    .col-xxl-pull-7 {
        right: 58.33333%
    }

    .col-xxl-pull-8 {
        right: 66.66667%
    }

    .col-xxl-pull-9 {
        right: 75%
    }

    .col-xxl-pull-10 {
        right: 83.33333%
    }

    .col-xxl-pull-11 {
        right: 91.66667%
    }

    .col-xxl-pull-12 {
        right: 100%
    }

    .col-xxl-push-0 {
        left: auto
    }

    .col-xxl-push-1 {
        left: 8.33333%
    }

    .col-xxl-push-2 {
        left: 16.66667%
    }

    .col-xxl-push-3 {
        left: 25%
    }

    .col-xxl-push-4 {
        left: 33.33333%
    }

    .col-xxl-push-5 {
        left: 41.66667%
    }

    .col-xxl-push-6 {
        left: 50%
    }

    .col-xxl-push-7 {
        left: 58.33333%
    }

    .col-xxl-push-8 {
        left: 66.66667%
    }

    .col-xxl-push-9 {
        left: 75%
    }

    .col-xxl-push-10 {
        left: 83.33333%
    }

    .col-xxl-push-11 {
        left: 91.66667%
    }

    .col-xxl-push-12 {
        left: 100%
    }

    .col-xxl-offset-0 {
        margin-left: 0%
    }

    .col-xxl-offset-1 {
        margin-left: 8.33333%
    }

    .col-xxl-offset-2 {
        margin-left: 16.66667%
    }

    .col-xxl-offset-3 {
        margin-left: 25%
    }

    .col-xxl-offset-4 {
        margin-left: 33.33333%
    }

    .col-xxl-offset-5 {
        margin-left: 41.66667%
    }

    .col-xxl-offset-6 {
        margin-left: 50%
    }

    .col-xxl-offset-7 {
        margin-left: 58.33333%
    }

    .col-xxl-offset-8 {
        margin-left: 66.66667%
    }

    .col-xxl-offset-9 {
        margin-left: 75%
    }

    .col-xxl-offset-10 {
        margin-left: 83.33333%
    }

    .col-xxl-offset-11 {
        margin-left: 91.66667%
    }

    .col-xxl-offset-12 {
        margin-left: 100%
    }
}