.container {
    padding: 0 1em !important;
    max-width: 1400px;
    width: 100% !important;
}

/*
#header .nav-menu ul li {
    width: 16% !important;
}*/

#main h2 {
    font-size: 24px !important;
    font-weight: bold;
}
.nav-menu li.greenbox {
    width:100px;
}
#topnotice .container {
    padding: 0;
    width: 100%;
}

@media (min-width:1441px) {
    #topnotice .container {
        max-width: 95%;
    }
}

#main .greenBtn {
    background-color: #118320;
    border-radius: 10px;
    color: #fff !important;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
}

#main .greenBtn:hover {
    background-color: #0e5918;
    text-decoration: none !important;
}

#topnotice p {
    font-size: 36px;
    line-height: 44px;
    margin-top: 60px;
    margin-bottom: 0;
    background-color: #f1f1f1;
    text-align: center;
    border: 5px solid #2e6335;
    padding: 10px 10px 30px;
}

#topnotice .action-notice {
    text-align: center;
}

#topnotice .action-notice a {
    background-color: #2e6335;
    color: #fff;
    display: inline-block;
    margin: auto;
    padding: 10px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 72%, 92% 100%, 8% 100%, 0 75%)
}

#topnotice .action-notice a:hover,
#topnotice .action-notice a:active,
#topnotice .action-notice a:focus {
    color: #fff;
    text-decoration: none;
}


#main .header .base-header {
    background: none !important;
}

.cms-form-app :not(label).error {
    font-weight: bold;
}

.copyright-text.pull-left img {
    display: none !important;
}

#subcribe-form {
    margin-top: 10px;
}

#subcribe-form .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

#subcribe-form .form-group input[type=text] {
    margin: 0 10px;
    min-width: 290px;
    padding: 9px;
}

#subcribe-form .form-group .submit-btn-green {
    padding: 0 30px !important;
    line-height: 40px;
    margin-left: 10px;
}

.text-down {
    display: flex;
    align-items: flex-end;
}

.amp-default-skin .vjs-poster img {
    width: 100%;
}

.peopleRow img {
    mmax-width: 420px;
}

.peopleRow .row .col-md-6 div {
    text-align: center;
}

.peopleRow .col-md-6 {
    margin-bottom: 20px;
}

.confirmation {
    border: solid 1px #58b764;
    padding: 10px;
    text-align: center;
}

.confirmation p {
    margin-bottom: 0 !important;
}

.vjs-control-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


.checkbox-group {
    font-size: 14px;
    flex-wrap: wrap;
    margin: 0 auto 1em;
    width: 700px;
    text-align: center;
}

.checkbox-group label {
    font-weight: bold;
    flex-basis: 90%;
    text-align: left;
}

.checkbox-group label.error {
    color: #000 !important;
}

.cms-component-411edc1a-checkbox[aria-invalid=true] {
    border-width: 2px;
    padding: 2px;
}

.checkbox-group .cms-component-411edc1a-checkbox {
    margin-right: 10px;
    display: flex;
}

.cms-component-411edc1a-checkbox div span.checked svg {
    top: -6px;
    position: relative;
}

.checkbox-group .checkbox-validation {
    display: block;
    flex-basis: 100%;
}

@media (max-width:767px) {

    #people .row,
    #people .thumbnails {
        margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
    }
}

@media (max-width:660px) {
    #subcribe-form .form-group {
        flex-wrap: wrap;
    }

    #subcribe-form .form-group div {
        margin: 10px 0;
    }
}

@media (max-width:420px) {



    .topalert {
        padding: 0 10px;
    }

    .peopleRow img {
        max-width: 420px;
        width: 100%;
    }

    .cms-component-411edc1a-checkbox {
        margin-right: 10px !important;
    }

    .checkbox-group {
        width: 100% !important;
    }
}