.entry-content .ssmenu ul#menu-newscholarshipmenu li {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .entry-content .ssmenu li {
        float: unset;
        width: unset;
    }
}

.entry-content .ssmenu li {
    float: left;
    text-transform: uppercase;
    display: flex;
    padding: 15px;
    width: 25%;
    text-align: center;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.entry-content .ssmenu ul {
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.entry-content .ssmenu {
    text-align: center;
    width: 100%;
    position: relative;
}

.entry-content .ssmenu {
    background: #0032a0;
    color: #fff;
    margin-bottom: -15px;
}

.entry-content .mag_link,
.entry-content a.single-title__button {
    margin: 7px auto 7px auto!important;
    display: block;
    margin: 0 auto;
    padding: 5px 12px;
    border-radius: 7px;
    border: #555 1px solid;
    text-align: center;
    font-weight: 500!important;
}

.entry-content .community_menu {
    background: #5d060e;
}

.entry-content .community_menu .container {
    width: 100%;
    max-width: 1340px;
    padding: 5px 15px;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .entry-content .community_menu .container {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.entry-content .community_menu_item {
    background: #800914;
    margin: 5px 7.5px;
    position: relative;
}

.entry-content .community_menu_item a {
    color: white;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 15px;
    height: 100%;
}

.entry-content .community_menu_item_childrens {
    position: absolute;
    background: #5e060e;
    padding: 20px 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    top: 100%;
    display: none;
    width: 100%;
    min-width: 200px;
    z-index: 10;
}

.entry-content .community_menu_item_childrens .community_menu_item a {
    font-size: 14px;
}

.entry-content .community_menu_item:hover .community_menu_item_childrens {
    display: block;
}

.entry-content .tar {
    text-align: right;
    color: #144722;
}

.entry-content .son-logo {
    height: 200px;
    margin-left: 50px;
}

.entry-content .cmm-anual .col-md-4 {
    margin-bottom: 30px;
    transition: 0.3s all;
}

.entry-content .cmm-anual .col-md-4:hover {
    opacity: 0.7;
}

.entry-content .cmm-container .cmm-title h1 {
    color: #144722;
    text-align: center;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.entry-content .annual-title {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    color: #ccb66a;
    padding-bottom: 0px;
}

.entry-content .annual-img {
    height: 300px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 300px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #5d060e;
}

.entry-content .newsletter-item .single-title__button {
    font-size: 14px;
    font-weight: 200;
    border: 1px solid #ccb66a;
}

.entry-content .tac {
    text-align: center;
    z-index: 10;
    position: relative;
}

.entry-content .mag_img_left {
    position: absolute;
    top: -140px;
    left: 30px;
    transform: scale(0.7);
}

.entry-content .mag_row {
    justify-content: flex-end;
}

.entry-content .mag-item {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.entry-content .mag-item img {
    margin-bottom: 25px;
    width: 170px;
    height: 200px;
    object-fit: contain;
}

.entry-content .mag_link {
    min-width: 150px;
    text-align: center;
    margin: 0 auto;
}

.entry-content .full-bg-devider {
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.entry-content .full-bg-devider .container {
    height: 100%;
}

.entry-content .full-bg__row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.entry-content .change-width-to-80 {
    width: 80%;
}

.entry-content .comm-girl {
    position: absolute;
    left: 13%;
    bottom: 0px;
    height: 600px;
    z-index: 2;
}

.entry-content .comm-lent {
    transform: scale(3.75) translate(10px, 0px);
}

.entry-content .cmm-anual h2 {
    color: #144722;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.entry-content .cmm-newslatter h2.tac {
    color: #144722;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.entry-content h2 {
    font-weight: 200;
    text-transform: uppercase !important;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .entry-content .single-title__button {
        display: block;
        width: auto;
        text-align: center;
        border: 1px solid #ccb66a;
        border-radius: 10px;
        padding: 10px;
        margin: 15px 0;
        transition: 0.3s all;
        font-weight: 900;
    }

    .entry-content .comm-girl {
        display: none;
    }

    .entry-content .comm-lent {
        display: none;
    }

    .entry-content .full-bg-devider {
        height: auto;
        padding: 20px 0;
        background-image: none !important;
    }

    .entry-content .mag_img_left {
        display: none;
    }

    .entry-content .form_inner {
        display: none;
    }
}

@media (max-width: 600px) {
    .entry-content .son-logo {
        margin-left: 0px;
    }

    .entry-content .single-title__title {
        font-size: 24px;
    }

    .entry-content .change-padding-b {
        padding-bottom: 20px !important;
    }

    .entry-content .w-50 {
        width: 50% !important;
    }

    .entry-content .cmm-newslatter .tar {
        text-align: center !important;
    }
}

.entry-content .community_connections_head h2 {
    padding: 30px 15px;
    font-size: 45px;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    color: #134621;
}

.entry-content .community_connections {
    background: #040809;
    margin-bottom: 150px;
}

.entry-content .community_connections .container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1140px;
}

.entry-content .community_connections .left_part {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 650px;
}

.entry-content .community_connections .left_part img {
    width: 40%;
    margin: 30px 5%;
}

.entry-content .community_connections .right_part img {
    margin-top: -200px;
    margin-bottom: -150px;
    min-width: 460px;
}

.entry-content .community_connections .left_part p {
    font-size: 23px;
    color: #ffffff;
    font-weight: 200;
    width: 100%;
    max-width: 650px;
}

.entry-content .community_connections .container {
    padding: 53px 15px;
}

@media (max-width: 1000px) {
    .entry-content .community_connections .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .entry-content .community_connections .container .left_part {
        width: 100%;
        max-width: 650px;
    }

    .entry-content .community_connections .right_part img {
        margin-top: 0px;
        width: 400px;
        min-width: 100px;
        max-width: 100%;
    }
}

.entry-content .downloadable_forms {
    padding: 40px 0px;
}

.entry-content .downloadable_forms .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 15px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.entry-content .downloadable_forms .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    font-family: Montserrat;
    font-size: 20px;
    text-decoration: none;
    flex-wrap: wrap;
}

.entry-content .downloadable_forms .container a span {
    width: 100%;
    text-align: center;
}

.entry-content .downloadable_forms .container a img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 10px;
}

@media (max-width: 768px) {
    .entry-content .downloadable_forms .container a {
        width: 45%;
        margin-bottom: 20px;
    }
}

.entry-content .scholarship_donation a {
    font-size: 18px;
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    background: #7c080d;
    padding: 5px 20px;
    text-transform: uppercase;
    font-family: Montserrat;
    text-decoration: none;
}

.entry-content .scholarship_donation h2 {
    padding: 30px 15px;
    font-size: 45px;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    color: #134621;
}

.entry-content .scholarship_donation {
    background: #040809;
}

.entry-content .scholarship_donation .container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1140px;
    padding: 53px 15px;
}

.entry-content .scholarship_donation .left_part {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 650px;
    margin-bottom: 30px;
}

.entry-content .scholarship_donation .left_part p {
    font-size: 23px;
    color: #ffffff;
    font-weight: 200;
    width: 100%;
    max-width: 650px;
}

.entry-content .scholarship_donation .right_part img {
    width: 100%;
    max-width: 400px;
}

@media (max-width: 1000px) {
    .entry-content .scholarship_donation .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .entry-content .scholarship_donation .container .left_part {
        width: 100%;
        max-width: 650px;
    }

    .entry-content .scholarship_donation .right_part img {
        width: 400px;
        max-width: 100%;
        margin-bottom: -100px;
    }
}

.entry-content .scholarship_donation .donation_form {
    margin-bottom: 40px;
}

.entry-content .donation_form .form-group {
    margin-bottom: 15px;
}

.entry-content .donation_form input[type="text"],
.entry-content .donation_form input[type="email"],
.entry-content .donation_form textarea,
.entry-content .donation_form select {
    width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 12px;
}

.entry-content .donation_form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8'%3E%3Cpath fill='%23000000' d='M8 8L0 0h16L8 8zm0-8L0 8h16L8 0z'/%3E%3C/svg%3E")
        no-repeat;
    background-size: 10px;
    background-position-x: 95%;
    background-position-y: 50%;
}

.entry-content .donation_form input[type="submit"] {
    background: #7c080d;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

.entry-content .donation_form input[type="submit"]:hover {
    background: #5d060e;
}

.entry-content .donation_form label {
    font-size: 14px;
    color: #7c080d;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.entry-content .donation_form textarea {
    resize: vertical;
    min-height: 150px;
}

.entry-content .donation_form .form-control-error {
    border: 1px solid red;
}

.entry-content .donation_form .form-control-error + .form-error-message {
    display: block;
    color: red;
    margin-top: 5px;
}

.entry-content .donation_form .form-error-message {
    display: none;
    font-size: 14px;
}

.entry-content .donation_form .form-success-message {
    display: none;
    color: green;
    margin-top: 10px;
    font-size: 16px;
}

.entry-content .donation_form .form-group.success .form-success-message {
    display: block;
}

.entry-content .donation_form .form-group.error .form-error-message {
    display: block;
}

.entry-content .donation_form .form-group.error input,
.entry-content .donation_form .form-group.error textarea,
.entry-content .donation_form .form-group.error select {
    border: 1px solid red;
}

.entry-content .donation_form .form-group.error select {
    background-position-x: 93%;
}

.entry-content .donation_form .form-group.error input[type="checkbox"] {
    outline: 1px solid red;
    border: none;
    box-shadow: none;
}

.entry-content .donation_form .form-group.error input[type="checkbox"] + label {
    color: red;
}

.entry-content .donation_form .form-group.error input[type="checkbox"] + label:before {
    border-color: red;
}

.entry-content .donation_form .donation_info {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px;
}

.entry-content .donation_form .donation_info a {
    color: #7c080d;
    text-decoration: none;
}

.entry-content .donation_form .donation_info a:hover {
    text-decoration: underline;
}

.entry-content .donation_form .form-amount {
    margin-top: 10px;
}

.entry-content .donation_form .form-amount label {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.entry-content .donation_form .form-amount input[type="radio"] {
    display: none;
}

.entry-content .donation_form .form-amount input[type="radio"] + label {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #7c080d;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.entry-content .donation_form .form-amount input[type="radio"]:checked + label {
    background-color: #7c080d;
    color: #fff;
}

.entry-content .donation_form .form-amount input[type="radio"]:focus + label {
    outline: 2px solid #7c080d;
}

.entry-content .donation_form .form-amount input[type="radio"] + label:hover {
    background-color: #f5f5f5;
}

.entry-content .donation_form .form-amount input[type="radio"]:hover + label {
    background-color: #f5f5f5;
}

.entry-content .donation_form .form-amount input[type="radio"]:checked:hover + label {
    background-color: #7c080d;
    color: #fff;
}

.entry-content .donation_form .form-amount input[type="radio"] + label:last-child {
    margin-right: 0;
}

.entry-content .donation_form .form-amount input[type="radio"]:checked + label:first-child {
    border-radius: 4px 0 0 4px;
}

.entry-content .donation_form .form-amount input[type="radio"]:checked + label:last-child {
    border-radius: 0 4px 4px 0;
}

.entry-content .donation_form .form-amount input[type="radio"]:checked + label:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.entry-content .donation_form .form-amount input[type="radio"] + label:not(:first-child):not(:last-child):hover {
    background-color: #f5f5f5;
}

.entry-content .donation_form .form-amount input[type="radio"] + label:not(:first-child):not(:last-child):hover:before {
    background-color: #7c080d;
    border-color: #7c080d;
    color: #fff;
}

.entry-content .donation_form .form-amount input[type="radio"]:checked + label:not(:first-child):not(:last-child):hover {
    background-color: #7c080d;
    color: #fff;
}

.entry-content .donation_form .form-amount input[type="radio"]:focus + label {
    outline: 2px solid #7c080d;
}

.entry-content .donation_form .form-amount .other-amount {
    display: none;
    margin-top: 10px;
}

.entry-content .donation_form .form-amount .other-amount input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 14px;
}

.entry-content .donation_form .form-amount .other-amount input:focus {
    outline: 2px solid #7c080d;
}

.entry-content .donation_form .form-amount .other-amount label {
    display: inline-block;
    margin-right: 5px;
    color: #7c080d;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.entry-content .donation_form .form-amount .other-amount label input {
    margin-right: 5px;
}

.entry-content .donation_form .form-amount .other-amount label span {
    color: #7c080d;
    font-size: 12px;
    font-weight: 400;
}

.entry-content .donation_form .form-amount .other-amount label.error {
    color: red;
    font-size: 12px;
}

.entry-content .donation_form .form-amount .other-amount .form-error-message {
    display: block;
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.entry-content .donation_form .form-amount .other-amount .form-success-message {
    display: none;
    color: green;
    margin-top: 10px;
    font-size: 14px;
}

.entry-content .donation_form .form-amount .other-amount .form-group.success .form-success-message {
    display: block;
}

.entry-content .donation_form .form-amount .other-amount .form-group.error .form-error-message {
    display: block;
}

@media (max-width: 768px) {
    .entry-content .donation_form .form-amount {
        display: block;
    }

    .entry-content .donation_form .form-amount input[type="radio"] + label {
        display: block;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .entry-content .donation_form .form-amount input[type="radio"]:last-child + label {
        margin-bottom: 0;
    }
}

.entry-content .donation_form .tax-deductible {
    font-size: 12px;
    margin-top: 10px;
}

.entry-content .donation_form .tax-deductible label {
    display: inline-block;
    margin-right: 5px;
}

.entry-content .donation_form .form-group.full-width {
    width: 100%;
}

.entry-content .donation_form .form-group.full-width label {
    display: block;
}

.entry-content .donation_form .form-group.full-width input,
.entry-content .donation_form .form-group.full-width select {
    width: 100%;
}

.entry-content .donation_form .form-group.full-width .form-error-message,
.entry-content .donation_form .form-group.full-width .form-success-message {
    text-align: center;
}

.entry-content .donation_form .form-group.full-width .form-error-message,
.entry-content .donation_form .form-group.full-width .form-success-message {
    margin-left: auto;
    margin-right: auto;
}

.entry-content .donation_form .form-group.full-width.error input,
.entry-content .donation_form .form-group.full-width.error select {
    border: 1px solid red;
}

.entry-content .donation_form .form-group.full-width.error select {
    background-position-x: 93%;
}

.entry-content .donation_form .form-group.full-width.error .form-control-error + .form-error-message,
.entry-content .donation_form .form-group.full-width.error .form-control-error + .form-success-message {
    text-align: center;
    display: block;
    margin-top: 5px;
}

.entry-content .donation_form .form-group.full-width.error .form-control-error + .form-success-message {
    color: green;
}

.entry-content .donation_form .form-group.full-width.error .form-error-message,
.entry-content .donation_form .form-group.full-width.error .form-success-message {
    margin-left: auto;
    margin-right: auto;
}

.entry-content .donation_form .form-group.full-width.success .form-success-message {
    display: block;
}

.entry-content .donation_form .form-group.full-width.success .form-error-message {
    display: none;
}

.entry-content .donation_form .form-group.full-width.error textarea {
    border: 1px solid red;
}

.entry-content .donation_form .form-group.full-width.error textarea {
    background-position-x: 93%;
}

.entry-content .donation_form .form-group.full-width.error input[type="checkbox"] {
    outline: 1px solid red;
    border: none;
    box-shadow: none;
}

.entry-content .donation_form .form-group.full-width.error input[type="checkbox"] + label {
    color: red;
}

.entry-content .donation_form .form-group.full-width.error input[type="checkbox"] + label:before {
    border-color: red;
}

.entry-content .donation_form .donation-disclaimer {
    font-size: 12px;
    color: #7c080d;
    margin-top: 15px;
    line-height: 1.4;
}

.entry-content .donation_form .donation-disclaimer a {
    color: #7c080d;
    text-decoration: none;
}

.entry-content .donation_form .donation-disclaimer a:hover {
    text-decoration: underline;
}
