/* CSS Document */

body {
    box-sizing: border-box;
    color: #0F0F0F;
    /*background-image: url("../img/FireVictimTrustBackground.jpg");*/
    background-repeat: no-repeat 0 0;
}

a {
    color: #0A38C9;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

a:hover {
    color: #1B4ECC;
    text-decoration: underline;
}

h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.captcha-code text-area {
    width: 250px;
    height: 150px;
}

.employment label {
    margin-right: 10px;
}

.employment label {
    margin-right: 10px;
}

.dash-block {
    display: block;
    width: 20px;
    text-align: center;
    float: left;
}

.maintenanceMessage {
    display: block;
    margin: 0;
    padding: 10px;
    /*background: #fff;*/
}

.alertMessage {
    display: block;
    padding: 10px 10px;
    margin: 0;
    line-height: 1.2em;
    color: red;
    text-align: center;
    word-wrap: break-word;
    background-color: rgba(212,232,243, 1.0);
    font-size: 18px;
}

.alert-text {
    width: 70%;
    margin: 0 auto;
    word-wrap: break-word;
    padding: 0;
}

.btn-success {
    color: #fff;
    background-color: #1E8A04;
    border-color: #1E8A04;
}

    .btn-success:hover {
        color: #fff;
        background-color: rgba(62,173,43,1.00);
        border-color: rgba(62,173,43,1.00);
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: none;
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: rgba(62,173,43,1.00);
        border-color: rgba(62,173,43,1.00);
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: rgba(62,173,43,1.00);
        border-color: rgba(62,173,43,1.00);
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: none;
        }

.login-home {
    background-color: rgba(102,153,51,1.00);
    color: white;
}

.top {
    display: flex;
}

.top-left {
    margin: 20px 0 0 30px;
    flex: 1;
}

    .top-left img {
        height: 80px;
    }

.top-right {
    margin: 10px 20px 0 0;
    transition: all 0.5s ease;
}

.top-nav {
    padding: 0 10px;
    line-height: 1em;
    align-self: center;
    margin-bottom: 20px;
}

    .top-nav a {
        border-bottom: solid 3px rgba(11,144,0,1.00);
    }

        .top-nav a:hover {
            border-bottom: solid 3px rgba(227,131,61,1.00);
        }

.top-active a {
    border-bottom: solid 3px rgba(227,131,61,1.00);
}

.navbar {
    padding: 0;
    margin: 0;
}

.navbar-light .navbar-nav .nav-link {
    /*color: rgba(0, 0, 0, 0.8);*/
    color: white;
}

.dropdown .dropdown-menu {
    border-radius: 0;
    background-color: #cc6633;
}

    .dropdown .dropdown-menu a {
        color: rgba(29,39,88,1.00);
        font-size: 16px;
        /*padding: 7px 10px;*/
        text-align: left;
        /*border-bottom: solid 1px #efefef;*/
    }

.main-nav .dropdown-menu a:hover {
    /*background-color: #efefef;*/
    color: rgba(29,39,88,1.00);
}

.dropdown-toggle::after {
    display: none; /*removes caret which is default in Bootstrap*/
}

.navbar li a {
    font-size: 1.2em;
    line-height: 1em;
    align-self: center;
    padding: 15px 30px;
}
/* Add a black background color to the top navigation */
.main-nav {
    width: 100%;
    background-color: #cc6633;
}
    /* Style the links inside the navigation bar */
    .main-nav a {
        display: block;
        color: rgba(11,144,0,1.00);
        text-align: center;
        text-decoration: none;
    }

li.nav-item {
    margin: 0 10px;
}
/* Change the color of links on hover */
.main-nav a:hover {
    background-color: rgba(227,131,61,1.00);
}
/* Add an active class to highlight the current page */
.active {
    background-color: rgba(62,173,43,1.00);
    color: white;
}
/* Hide the link that should open and close the topnav on small screens */
.main-nav .icon {
    display: none;
}

.sub-item {
    text-indent: 15px;
}

.btn-outline-success {
    color: #28a745;
    background-color: #fff;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: none;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: none;
    }

.btn-success {
    background-image: none;
}

    .btn-success:hover {
        border-color: none;
    }

    .btn-success:focus, .btn-outline-success.focus {
        box-shadow: none;
    }

.btn-outline-custom {
    color: #3E3A3B;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-custom:hover {
        color: #fff;
        background-color: #28a745 !important;
        border-color: #28a745;
    }

    .btn-outline-custom:focus, .btn-outline-custom.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-custom.disabled, .btn-outline-custom:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-custom:not(:disabled):not(.disabled):active, .btn-outline-custom:not(:disabled):not(.disabled).active,
    .show > .btn-outline-custom.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-custom:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-custom.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #9C9C9C;
    border-color: #9C9C9C;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #B7B7B7;
        border-color: #B7B7B7;
    }

.nounderline {
    text-decoration: none !important;
}

button:focus { /*removes bootstrap default focus on buttons*/
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.Q-header {
    display: block;
    padding: 10px 15px;
    font-size: 1.1em;
    line-height: 1em;
    background-color: rgb(62,173,43);
    color: #fff;
}

.content-wrapper {
    display: flex;
    width: 80%;
    margin: auto;
}

.content-wrapper-alt {
    display: flex;
    width: 60%;
    margin: auto;
}

.content-wrapper-faq {
    display: flex;
    width: 70%;
    margin: auto;
}

.main-content-faq {
    width: 100%;
    min-height: 250px;
    padding: 20px 40px;
    margin: 0 auto;
}

.home-content-wrapper {
    display: flex;
}

    .home-content-wrapper h2 {
        color: rgba(29,39,88,1.00);
        line-height: 1em;
    }

.main-content {
    width: 70%;
    min-height: 250px;
    padding: 20px 40px;
    margin: 0 auto;
}


.home-item {
    max-width: 600px;
    margin: auto;
}

.program-stats {
    width: 600px;
    background-color: #BAD5F5;
}

.stats-container {
    display: flex;
    flex-direction: row;
}

.stat-item {
    padding: 15px;
    width: 33.3%;
}

    .stat-item h5 {
        margin: 0;
        padding: 0;
        line-height: 1.2em;
        color: rgba(11,144,0,1.00);
    }

    .stat-item p {
        margin: 0;
        padding: 0;
        line-height: 1.2em;
    }

.sidebar-content {
    width: 30%;
    border-left: 2px solid #ccc;
    min-height: 800px;
}

.ref-container {
    display: flex;
    margin-bottom: 20px;
}

.ref-icon {
    position: relative;
}

    .ref-icon .fas {
        width: 80px;
        text-align: center;
    }

.ref-desc h5 {
    font-weight: bold;
    margin-bottom: 0;
    word-wrap: break-word;
}

.ref-desc a {
    color: rgba(29,39,88,1.00);
}

.page-header {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

    .page-header h3 {
        color: rgba(29,39,88,1.00);
        line-height: 1em;
    }

.page-body-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.item-container {
    display: flex;
    border: solid 2px rgba(29,39,88,1.00);
    margin-bottom: 20px;
    margin-right: 20px;
}

.faq-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}

.faq-header {
    padding: 0.5rem 0;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    margin: 0;
    font-weight: bold;
    cursor: pointer;
}

    .faq-header a {
        font-size: 1.2rem;
        font-weight: bold;
        text-decoration: none;
        color: rgba(29,39,88,1.00) !important;
        line-height: 1em;
    }

        .faq-header a:hover {
            font-size: 1.2rem;
            text-decoration: underline !important;
        }

.faq-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 .5rem .5rem 0;
}

    .faq-body li {
        margin-bottom: .5rem;
    }

.forms-nav {
    display: flex;
    margin: 20px auto;
    justify-content: center;
}

    .forms-nav .btn-lg {
        font-size: 1rem;
        line-height: 1.1rem;
        font-weight: 600;
        min-height: 55px;
        padding: 0 15px;
    }

.fm-item {
    margin: 0 5px;
}

.form-card {
    background-color: #fff;
    box-shadow: .3rem .3rem .2rem rgba(0,0,0,0.2);
}

.form-instructions {
    display: block;
    font-weight: normal;
    font-style: italic;
    margin-top: 15px;
    font-size: .9em;
}

.form-card p {
    line-height: 1.1em;
    padding: 10px;
}

.form-card a {
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    color: rgba(29,39,88,1.00) !important;
}

    .form-card a:hover {
        text-decoration: underline !important;
    }

.form-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.form-card {
    display: flex;
    flex-direction: column;
    width: 190px;
    height: 250px;
    margin: 20px;
    border: 2px solid gray;
    padding: 3px;
}

.form-card-dynamic {
    display: flex;
    flex-direction: column;
    min-width: 140px;
    width: 190px;
    height: 250px;
    margin: 20px;
    border: 2px solid gray;
    padding: 3px;
    box-shadow: .3rem .3rem .2rem rgba(0,0,0,0.2);
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.21rem;
    font-family: inherit;
    line-height: 1.2;
    text-align: center;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.form-card p {
    color: #333;
    font-size: 1.1em;
    margin: auto; /*addng this to the child element centers text in the middle of the container*/
    text-align: center;
    font-weight: bold;
}

table.nfl-item-table {
    border-collapse: collapse;
    width: 100%;
}

    table.nfl-item-table tr {
    }

    table.nfl-item-table th {
        font-size: 1.5em;
        width: 50px;
        margin-bottom: 10px;
        font-weight: bold;
        color: #fff;
        border: 1px solid rgba(29,39,88,1.00);
        background-color: rgba(29,39,88,1.00);
        text-align: center;
        vertical-align: middle;
    }

    table.nfl-item-table td {
        font-size: 1.2em;
        font-weight: bold;
        color: rgba(29,39,88,1.00);
        border: 1px solid rgba(29,39,88,1.00);
        line-height: 1em;
        text-align: center;
        vertical-align: middle;
    }

    table.nfl-item-table a {
        color: rgba(29,39,88,1.00);
    }

table.court-order-item-table {
    border-collapse: collapse;
    border: none;
}

    table.court-order-item-table tr {
        border: none;
    }

    table.court-order-item-table th {
        border-bottom: 1px solid #222;
        border-top: none;
        font-size: .8em;
        line-height: .8em;
        font-weight: normal;
        padding: 10px 0;
        margin: 0;
    }

    table.court-order-item-table td {
        font-size: 1.2em;
        line-height: 1em;
        font-weight: bold;
        color: rgba(29,39,88,1.00);
        padding: 2px 0;
        margin: 0;
    }

.dynamicDocth {
    border-bottom: 1px solid #222;
    border-top: none;
    font-size: .8em;
    line-height: .8em;
    font-weight: normal;
    padding: 10px 0;
    margin: 0;
}

.dynamicDocHrLine {
    margin-top: 5rem;
    margin-bottom: 5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3)
}

.dynamiclink {
    color: #0a38c9;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 1.25rem;
    font-family: inherit;
    line-height: 1.2;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}


.dynamictd {
    font-size: 1.2em;
    line-height: 1em;
    font-weight: bold;
    color: rgba(29,39,88,1.00);
    padding: 2px 0;
    margin: 0;
}

table.court-order-item-table a {
    color: rgba(29,39,88,1.00);
}

#troubleIcon {
    display: inline-block;
    padding-top: 8px;
    padding-left: 5px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1E8A04;
}

.trouble-message {
    background-color: #7C7C7C;
}

    .trouble-message h4 {
        color: #fff;
    }

#checkIcon {
    display: inline-block;
    padding-top: 8px;
    padding-left: 5px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1E8A04;
}

.check-message {
    background-color: #efefef;
}

    .check-message h4 {
        color: #222;
    }

.side-head {
    display: block;
    margin-bottom: 15px;
    background-color: rgba(11,144,0,1.00);
}

    .side-head h6 {
        color: #fff;
        margin-left: 15px;
        padding: 7px 0;
    }

.side-category-head {
    display: block;
    margin-bottom: 15px;
    background-color: rgba(11,144,0,1.00);
    padding: 5px 5px 3px;
}

    .side-category-head h6 {
        text-align: center;
        font-size: 1.25em;
        color: #fff;
        font-weight: 700;
    }

.side-items p {
    padding: 0;
    margin-bottom: 1em;
    line-height: 1.1em;
}

.side-item a {
    color: #252525;
}

    .side-item a:hover {
        color: #3A3A3A;
    }

.category-name a {
    font-weight: bold;
    color: rgba(11,144,0,1.00);
}

    .category-name a:hover {
        font-weight: bold;
        color: rgba(62,173,43,1.00);
    }

.category-close {
    color: red;
}

.maf-intro {
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 350px;
    padding: 0;
    margin: 0;
}

.banner-home {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #ccc;
}

.environment-text {
    position: absolute;
    top: 85%;
    left: 46%;
    color: red;
    font-weight: 600;
    font-size: 16px;
}

@media all and (min-width: 150px) and (max-width: 245px) {
    .environment-text {
        top: 92%;
        left: 15% !important;
        font-weight: 500;
        font-size: 12px !important;
    }
}

@media all and (min-width: 246px) and (max-width: 319px) {
    .environment-text {
        top: 92%;
        left: 20% !important;
        font-weight: 500;
        font-size: 12px !important;
    }
}

@media all and (min-width: 320px) and (max-width: 359px) {
    .environment-text {
        left: 23% !important;
    }
}

@media all and (min-width: 360px) and (max-width: 410px) {
    .environment-text {
        left: 27% !important;
    }
}

@media all and (min-width: 411px) and (max-width: 420px) {
    .environment-text {
        left: 29% !important;
    }
}

@media all and (min-width: 421px) and (max-width: 572px) {
    .environment-text {
        position: static;
    }
}

@media all and (min-width: 320px) and (max-width: 572px) {
    .environment-text {
        font-weight: 600;
        font-size: 16px !important;
    }
}

.home {
    width: 100vw;
    height: 100vh;
    display: block;
    padding: 10px 15px;
}

input.form-control.search-inputmaf {
    width: 370px;
    margin-right: -5px;
}

input.form-control.search-input {
    width: 280px;
    margin-right: -5px;
}

#banner2a .search-input {
    width: 600px;
    margin-right: -5px;
}

#banner1 {
    /*background: url("../img/football-xl.jpg") no-repeat 50% 50%;*/
    background-size: 2300px;
    /*background-color: #666;*/
}

#banner2 {
    background: url("../img/search.jpg") no-repeat 50% 50%;
    background-size: 2300px;
    background-color: #666;
}

#banner2a {
    background: url("../img/football-xl.jpg") no-repeat 50% 50%;
    background-size: 2300px;
    background-color: #666;
}

#banner3 {
    background: url("../img/guidebook.jpg") no-repeat 50% 50%;
    background-size: 2300px;
    background-color: #666;
}

#banner4 {
    background: url("../img/court-columns.jpg") no-repeat 50% 50%;
    background-size: 2300px;
    background-color: #666;
}

#banner5 {
    background: url("../img/faq.jpg") no-repeat 50% 50%;
    background-size: 2300px;
    background-color: #666;
}

#banner6 {
    background: url("../img/reports.jpg") no-repeat 50% 50%;
    background-size: 2300px;
    background-color: #666;
}

#banner7 {
    background: url("../img/football-xl.jpg") no-repeat 50% 50%;
    background-size: 2300px;
    background-color: #666;
}

#banner8 {
    /*background: url("../img/maf-physician.jpg") no-repeat 50% 50%;*/
    background-size: 2300px;
    /*background-color: #666;*/
    background-color: #e6e7e8;
}

#banner9 {
    background: url("../img/Calendar.jpg") no-repeat 50% 50%;
    background-size: 2300px;
    background-color: #666;
}

#banner10 {
    background: url("../img/report-fraud.jpg") no-repeat 50% 50%;
    background-size: 2300px;
    background-color: #666;
}

#banner11 {
    background: url("../img/contact.jpg") no-repeat 50% 50%;
    background-size: 2300px;
    background-color: #666;
}

#banner12 {
    background: url("../img/football-xl.jpg") no-repeat 50% 50%;
    background-size: 2300px;
    background-color: #666;
}

#banner1 {
    padding-top: 30px;
}

.search-banner2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.search-item2 {
    height: 50px;
    align-self: center;
}

.search-background2 {
    width: 430px;
    background-color: #5D5D5D;
    padding: 25px;
}

.results-search {
    width: 650px;
    background-color: #5D5D5D;
    padding: 25px;
}

.maf-search-banner {
    display: flex;
    flex-direction: column;
    height: 350px;
    margin: 0 auto;
    justify-content: center;
    align-self: center;
}

    .maf-search-banner h3 {
        color: rgba(29,39,88,1.00);
    }

.maf-banner-text {
    display: block;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.2em;
    /*background-color: rgba(255,255,255,0.4);*/
    background-color: #e6e7e8;
    width: 60%;
    margin: 0 auto 20px auto;
}

.maf-banner-text-2 {
    display: block;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.2em;
    /*background-color: rgba(255,255,255,0.4);*/
    background-color: #e6e7e8;
    width: 40%;
    margin: 0 auto 20px auto;
}

.search-banner {
    display: flex;
    justify-content: center;
}

.search-banner-results {
    display: flex;
    justify-content: center;
}

.search-item {
    height: 350px;
    align-self: center;
}

.search-background {
    background-color: #5D5D5D;
    padding: 25px;
}

.search-item input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-item btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.results-dialog-box {
    display: block;
    padding: 10px 5px 10px 15px;
    border: 1px solid #666;
    margin: 10px auto;
}

    .results-dialog-box p {
        font-weight: 600;
        margin: 5px;
    }

.results-item {
    margin-bottom: 10px;
}

.result-heading h5 {
    color: rgba(29,39,88,1.00);
    margin: 0;
    padding: 0;
}

.results-category {
    color: rgba(11,144,0,1.00);
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: .8em;
}

.result-description {
    margin-top: 2px;
}

.results-hightlight {
    background-color: #F7E8A9;
}

.registration-banner {
    display: flex;
    flex-direction: column;
    height: 250px;
    margin: 0 auto;
    justify-content: center;
    align-self: center;
}

.registration-banner {
    display: flex;
    justify-content: center;
    width: 600px;
}

.registration-item {
    height: 350px;
    align-self: center;
}

.registration-background {
    background-color: #5D5D5D;
    padding: 25px;
}

.report-guides h5 {
    background-color: rgba(29,39,88,1.00);
    line-height: 1.2em;
    color: #fff;
    text-align: center;
}

.register-options {
    background-color: #C6C6C6;
    padding: 15px;
}

.form-check-left {
    position: relative;
    display: block;
    padding-left: 0;
}

.form-check-input-right {
    position: absolute;
    margin-top: 0.4rem;
    margin-left: 1rem;
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.report-guide-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}

.report-header {
    padding: 0 15px 4px;
    margin-bottom: 0;
    background-color: #B6B6B6;
    border: none;
    margin: 0;
    font-weight: bold;
    cursor: pointer;
}

    .report-header a {
        font-size: 1.2rem;
        line-height: 1em;
        font-weight: normal;
        text-decoration: none;
        color: rgba(29,39,88,1.00) !important;
    }

        .report-header a:hover {
            font-size: 1.2rem;
            text-decoration: underline !important;
        }

.report-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 .5rem 0 1rem;
    line-height: 1.2em;
}

.report-lead img {
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
}

.newsletter-item img {
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
}

.newsletter-item button {
    line-height: 1.2em;
}

.newsletter-contact-form {
    background-color: #BFBFBF;
    padding: 10px;
}

    .newsletter-contact-form h4 {
        color: #434343;
    }

/*.newletter-contact-form input button, select, optgroup, textarea {
    display: block;
    margin: 0 auto;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 95%;
}*/

.significant-events {
    margin: 20px 0;
    padding: 0;
}

.significant-events-1 img {
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
}

.significant-events-2 img {
    display: none;
    visibility: collapse;
}

.customBoard {
    position: relative;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2);
    border-image: initial;
    border-radius: 6px;
    outline: 0px;
}

.customBoardMargin {
    width: 72%;
    border-radius: 10px;
    background-color: #f5fae3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -wekbit-box-sizing: border-box;
    border: 8px solid #F5F3F0;
    margin: 27px auto 0;
    /*padding: 15px 30px 30px;*/
    position: relative;
    z-index: 0;
}

.loginForm {
    background-color: none;
    padding: 15px 30px 30px;
}

.registration {
    width: 50%;
    margin: auto;
}

.history-example {
    display: flex;
    padding: 10px;
    background-color: #B7DAE7;
    margin-bottom: 10px;
    justify-content: space-between;
}

.team-name {
    width: 60%;
    margin-right: 1em;
    background-color: #fff;
    padding: 0 15px;
}

.from-date {
    width: 20%;
    margin-right: 1em;
    background-color: #fff;
    padding: 0 15px;
}

.to-date {
    width: 20%;
    background-color: #fff;
    padding: 0 15px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgba(11,144,0,1.00);
    background-color: #fff;
    border: 1px solid #888;
}

    .page-link:hover {
        color: rgba(11,144,0,1.00);
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #777;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: rgba(11,144,0,1.00);
    border-color: rgba(11,144,0,1.00);
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.pl-container {
    display: flex;
    width: 100%;
}

.pl-left {
    width: 40%;
    margin-right: 1em;
}

.pl-right {
    width: 55%;
    min-height: 550px;
    background-color: #A7A7A7;
}

.pl-card {
}

.pl-card-body {
    margin: 10px 0 0 10px;
    line-height: 1.2em;
}

.pl-card-header {
    padding: 5px 10px 1px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
}

    .pl-card-header p {
        margin-bottom: 5px;
    }

.published-decisions {
    margin: 0;
    padding: 0;
}

    .published-decisions h5 {
        margin: 0;
        padding: 0;
    }

    .published-decisions p {
        margin: 0;
        padding: 2px 0;
    }

/*+++++++ media queries +++++++++*/

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        border-radius: 0;
    }

    .customBoard {
        padding: 15px 30px 30px;
    }

    .customBoardMargin {
        width: 72%;
        padding: 15px 30px 30px;
    }

    .mafimage {
        width: 100%;
        margin: 0px;
        height: 96%;
        padding-top: 10px;
        padding-bottom: 0px;
        vertical-align: middle;
    }

    .maflogoblue {
        width: 60%;
        margin: 20px auto;
    }

    .contact-padding-left {
        padding-left: 190px;
    }
}

@media (max-width: 1300px) {
    .content-wrapper-faq {
        width: 90%;
    }
}

@media (max-width: 1200px) {
    .alert-text {
        width: 80%;
        margin: 0 auto;
        word-wrap: break-word;
    }

    .forms-nav {
        flex-direction: column;
    }

        .forms-nav .btn {
            width: 100%;
            margin: 10px 0;
        }

    .content-wrapper {
        width: 100%;
    }

    .content-wrapper-alt {
        width: 100%;
    }

    .banner {
        width: 100%;
        height: 215px;
        padding: 0;
        margin: 0;
    }

    .maf-banner {
        height: 350px;
        padding-top: 10px;
    }

    /*.mafimage {
        width: 100%;     
        margin-bottom: 0px;   
    }*/

    .mafimage {
        width: 100%;
        margin: 0px;
        height: 96%;
        padding-top: 10px;
        padding-bottom: 0px;
        vertical-align: middle;
    }

    .maflogoblue {
        width: 80%;
        margin: 20px auto;
    }

    .contact-padding-left {
        padding-left: 100px;
    }

    .banner-home {
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: #ccc;
    }

    .maf-banner-text {
        margin-bottom: 10px;
    }

    .search-item {
        height: 215px;
        align-self: center;
        text-align: center;
    }

    #banner1 {
        background: url("../img/football-xl.jpg") no-repeat 50% 50%;
        background-size: 2600px;
        background-color: #666;
    }

    #banner2 {
        background: url("../img/search.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner2a {
        background: url("../img/football-xl.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner3 {
        background: url("../img/guidebook.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner4 {
        background: url("../img/court-columns.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner5 {
        background: url("../img/faq.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner6 {
        background: url("../img/reports.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner7 {
        background: url("../img/football-xl.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner8 {
        /*background: url("../img/maf-physician.jpg") no-repeat 0	0;*/
        background-size: 2600px;
        /*background-color: #666;*/
        background-color: #e6e7e8;
    }

    #banner9 {
        background: url("../img/Calendar.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner10 {
        background: url("../img/report-fraud.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner11 {
        background: url("../img/contact.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner12 {
        background: url("../img/football-xl.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner1 {
        padding-top: 30px;
    }

    .registration {
        width: 70%;
        /*margin: -180px auto;*/
        margin-bottom: -320px;
    }
}

@media (max-width: 768px) {
    .top {
        flex-direction: column;
    }

    .customBoard {
        padding: 15px 30px 30px;
    }

    .customBoardMargin {
        width: 85%;
        padding: 15px 30px 30px;
    }

    .alert-text {
        width: 90%;
    }

    .content-wrapper {
        display: flex;
        flex-direction: column;
    }

    .main-content {
        width: 100%;
        min-height: 250px;
        padding: 20px 40px;
        margin: 0 auto;
    }

    .registration {
        width: 80%;
        /*margin: -180px auto;*/
        margin-bottom: -180px;
    }

    .home-item p {
        padding: 0 15px;
    }

    .sidebar-content {
        width: 100%;
        border-left: 2px solid #ccc;
        min-height: 800px;
    }

    .mafimage {
        width: 90%;
        margin-bottom: 0px;
    }

    .maflogoblue {
        width: 40%;
        margin: 20px auto;
    }

    .item-container {
        width: 100%;
        margin-right: 0px;
    }

    .right-block {
        width: 100%;
    }

    .order-item-container {
        width: 100%;
    }

    .order-item-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .top-block {
        display: flex;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: .8em;
        justify-content: space-between;
        border-bottom: 1px solid #3F3F3F;
        color: #3F3F3F;
    }

    .bottom-block {
        width: 100%;
        display: flex;
        font-weight: bold;
        line-height: 20px;
        margin: 0;
        font-size: 1em;
        color: rgba(29,39,88,1.00);
    }

    .navbar li {
        width: 100%;
        padding: 0;
        line-height: 1em;
    }

    .top {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .top-left {
        display: block;
        width: 250px;
        margin: 10px auto;
    }

        .top-left img {
            display: block;
            /*width: 250px;*/
        }

    .top-right {
        display: block;
        margin: 0;
    }

    .main-nav li {
        border-bottom: solid 1px #fff;
    }

    .top-nav {
        margin-left: -10px;
    }

        .top-nav a {
            display: block;
            width: 200px;
            border-bottom: solid 2px rgba(11,144,0,1.00);
            margin: 0px auto;
        }

            .top-nav a:hover {
                border-bottom: solid 2px rgba(227,131,61,1.00);
            }

    .top-active a {
        border-bottom: solid 2px rgba(227,131,61,1.00);
    }

    li.nav-item {
        margin: 0;
    }

    .registration-banner {
        display: block;
        width: 90%;
        font-size: .9em;
        margin: -30px auto;
    }

    .significant-events-1 img {
        visibility: hidden;
        display: none;
    }

    .significant-events-2 img {
        display: block;
        visibility: visible;
        width: 50%;
        height: 50%;
    }

    .history-example {
        display: block;
    }

    .team-name, .from-date, .to-date {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .maf-banner-text {
        width: 80%;
        /*background-color: rgba(255,255,255,0)*/
        background-color: #e6e7e8;
    }

    .maf-banner-text-2 {
        width: 90%;
        /*background-color: rgba(255,255,255,0.4);*/
        background-color: #e6e7e8;
        padding-bottom: 5px;
    }

    .program-stats {
        display: block;
        width: 350px;
        margin: 0 auto;
    }

    .stats-container {
        display: block;
        width: 100%;
    }

    .stat-item {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

        .stat-item h5, .stat-item p {
            margin: 0;
            padding: 0;
            line-height: 1.2em;
        }

    #banner2a .search-input {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .contact-padding-left {
        padding-left: 0px;
    }
}

/*@media(max-width: 376px) {
input.form-control.search-inputmaf {
    width: 220px;
    margin-right: -5px;
    text-align: left;
}
}*/

@media(max-width: 550px) {
    .search-background2 input; {
        margin-bottom: 15px;
        width: 150px;
        text-align: center;
    }

    /*padding-inline-start is  browser generated default property*/
    .removepaddinginline {
        padding-inline-start: 0px;
    }

    .transformRecaptcha {
        transform: scaleX(0.94);
        transform-origin: 0 0;
    }

    .introduction .intro-hero .bar-intro-copy {
        padding: 24px 5px 24px 5px !important;
    }

        .introduction .intro-hero .bar-intro-copy p {
            padding-left: 5px !important;
        }

    .customBoard {
        padding: 15px 15px 15px;
    }

    .customBoardMargin {
        width: 100%;
        padding: 15px 15px 15px;
    }

    .significant-events-2 img {
        display: block;
        visibility: visible;
        width: 65%;
        height: 65%;
    }

    .maf-banner-text {
        width: 90%;
        /*background-color: rgba(255,255,255,0)*/
        background-color: #e6e7e8;
    }

    .pl-container {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .pl-left {
        width: 100%;
        margin-right: 1em;
    }

    .pl-right {
        width: 100%;
        min-height: 550px;
        background-color: #A7A7A7;
    }

    .program-stats {
        display: block;
        width: 100%; /**/
        margin: 5px auto;
    }

    .stats-container {
        display: block;
        width: 100%;
    }

    .content-wrapper-faq {
        width: 100%;
    }

    .alertMessage {
        display: block;
        padding: 15px;
        margin: 0;
        line-height: 1.3em;
        font-size: 15px;
        text-align: justify;
    }

    .alert-text {
        margin: 0 auto;
        width: 100%;
        word-wrap: break-word !important;
    }
}

@media(max-width: 415px) {
    .registration {
        width: 100%;
        /*margin: -180px auto;*/
        margin-bottom: -180px;
    }

    .breakword {
        word-break: break-all
    }

    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .customBoard {
        padding: 3px 0px 3px;
    }

    .customBoardMargin {
        width: 100%;
        padding: 3px 0px 3px;
    }

    input.form-control.search-inputmaf {
        width: 280px;
        margin-right: -5px;
        text-align: left;
    }

    .significant-events-2 img {
        display: block;
        visibility: visible;
        width: 78%;
        height: 78%;
    }

    .alertMessage {
        display: block;
        padding: 15px;
        Margin: 0;
        line-height: 1.3em;
        font-size: 14px;
        text-align: justify;
    }

    .alert-text {
        margin: 0 auto;
        width: 100%;
        word-wrap: break-word !important;
    }

    .top-left {
        display: block;
        margin: 10px auto;
    }

        .top-left img {
            display: block;
            /*width: 250px;*/
            margin: 0 auto;
        }

    .top-right {
        margin: 10px 0 0 0px;
    }

    .navbar li a {
        font-size: .9em;
    }

    .dropdown .dropdown-menu a {
        color: rgba(29,39,88,1.00);
        font-size: 12px;
        padding: 7px 10px;
        word-wrap: break-word !important;
        border-bottom: solid 1px #efefef;
    }

    .dropdown-item {
        white-space: pre-wrap;
    }

    .content-wrapper {
        display: block;
        padding: 10px 0px;
    }

    .main-content {
        display: block;
        padding: 15px;
    }

        .main-content p {
            word-wrap: break-word;
        }

    .content-wrapper-faq {
        display: flex;
        width: 100%;
        margin: auto;
    }

    .main-content-faq {
        width: 100%;
        min-height: 250px;
        padding: 15px;
        margin: 0 auto;
    }

    .sidebar-content {
        display: block;
        border-left: none;
        min-height: 200px;
    }

    .icon-item {
        display: block;
        width: 80px;
        background-color: #7BA885;
    }

    #forms-nav {
        flex-direction: column;
    }

        #forms-nav .btn {
            width: 100%;
            margin: 10px 0;
        }

    .search-banner {
        display: flex;
        justify-content: center;
    }

    .search-item {
        height: 215px;
        align-self: center;
        text-align: center;
    }

        .search-item input {
            margin-bottom: 10px;
        }

    .search-background {
        background-color: #5D5D5D;
    }

    .maf-search-banner {
        display: block;
    }

    .search-background2 {
        width: 100%;
        display: block;
    }

        .search-background2 input {
            margin: 15px auto;
        }

        .search-background2 .btn {
            display: block;
            margin: auto;
        }

    .report-lead img {
        display: block;
        margin: 10px auto;
    }

    .significant-events {
        margin: 0;
        padding: 0;
    }

        .significant-events h6 {
            margin: 0;
            padding: 0;
        }

    .registration-banner {
        display: block;
        width: 90%;
        font-size: .9em;
        margin: -30px auto;
        padding: 0px;
    }

    .home-content-wrapper {
        padding: 0 15px;
    }

    .home-item {
        display: block;
        width: 100%;
        margin: auto;
    }

    .home {
        height: auto;
    }

    .program-stats {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .stats-container {
        display: block;
    }

    .maf-banner {
        height: 420px;
        padding-top: 10px;
    }

    .mafimage {
        width: 100%;
    }

    .maflogoblue {
        width: 80%;
        margin: 20px auto;
        /*background: url("../img/grass-MAF.jpg") no-repeat 50% 50%;*/
    }

    .navbar .btn {
        display: block;
        margin: 10px auto;
    }

    .home-item p {
        padding: 0;
    }

    .ref-container {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .ref-icon {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #banner1 {
        background: url("../img/football-xl.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner2 {
        background: url("../img/search.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner2a {
        background: url("../img/football-xl.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner3 {
        background: url("../img/guidebook.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner4 {
        background: url("../img/court-columns.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner5 {
        background: url("../img/faq.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner6 {
        background: url("../img/reports.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner7 {
        background: url("../img/football-xl.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner8 {
        /*background: url("../img/maf-physician.jpg") no-repeat 0 0;*/
        background-size: 2800px;
        /*background-color: #666;*/
        background-color: #e6e7e8;
    }

    #banner9 {
        background: url("../img/Calendar.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner10 {
        background: url("../img/report-fraud.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner11 {
        background: url("../img/contact.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    #banner12 {
        background: url("../img/football-xl.jpg") no-repeat 50% 50%;
        background-size: 1400px;
        background-color: #666;
    }

    .employment label {
        margin-bottom: 10px;
    }
}

.StdBody {
    min-height: 100vh;
    position: relative;
}

.StdFooter {
    background-color: #225a795c;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.StdFootermessage {
    color: #785740;
    font-size: 11px;
}
/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #DDDDDD;
    cursor: default;
    z-index: 2;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: #1ab394;
    border-color: #1ab394;
}

.page-link:focus {
    box-shadow: none;
}

.page-link:hover {
    color: #676a6c;
}

.pagination .footable-page.active a {
    background-color: #1ab394;
    border-color: #1ab394;
    color: white;
}

.lblbold {
    color: Black;
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
}
