/*

====/========        ===== ==/====/
             CSS Index
====/========        =======/====/

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('style.css');

html, body {
    height: 100%;
}

body {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

ul {
    /* margin: 0;
    padding: 0;
    list-style: none;*/
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}



    input: focus {
        outline: none !important;
        box-shadow: none !important;
    }

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #023b79;
}

    a:hover {
        text-decoration: none;
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
.likeh5,
.blogDetailH5,
h6 {
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    margin: 0 0 15px;
}

.likeh5, .blogDetailH5 {
    line-height: 1.2;
}

.theme_bg, .header-top, .hero-btn:hover, .blog-btn a, .mission-matter-area, .footer-menu li a:after, .blog-meta, .program-slide-area, .program-section4:after, .submit-btn button {
    background: #07477d;
}

    .theme_bg2, .mission-matter-area:after {
        background: #1073b5;
    }

.theme_color, .social-icon a, .blog-menu a:hover, .home-blog-single p a, .learn-more, .blog-single h5, .blog-single .likeh5, .blog-single .likeh5 a, .blog-single h5 a, .blog-right h2, .radionbtn a {
    color: #07477d;
}

.theme_border, .hero-btn:hover, .form-group input:focus, .textarea-message textarea:focus {
    border-color: #07477d;
}

.color_white, .header-top a, .hero-txt h1, .hero-txt p, .hero-btn, .hero-btn:hover, .blog-btn a, .blog-btn a:hover, .section-title.light h1, .section-title.light p, .readmore-btn, .section-title.light h5, .section-title.light li, .global-hd-txt h1, .blog-meta, .program-social span, .program-social a, .program-slide-area, .program-sec4-content, .submit-btn button:hover {
    color: #fff;
}

    .bg_white, .header-top a:after, .navbar-toggler, .readmore-btn:hover, .owl-dots div, .program-sec4-content .hero-btn:hover {
        background: #b4b5b8;
    }

    .border_white, .readmore-btn:hover {
        border-color: #fff;
    }

.border_solid_white, .program-social {
    border: 1px solid #fff;
}

.border_bottom_grey, .footer-menu, .blog-area, .blog-right p, .volunteer-area {
    border-bottom: 1px solid #eceded;
}

.orange_color, .learn-more i, .blog-btn a, .section-title.light li i, .blog-right-bottom a i, .submit-btn button {
    color: #eea542;
}

.bg_orange, .owl-dots div.active, .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #eea542;
}

.bg_grey, .blog-menu a:after {
    background: #636466;
}

.color_grey, .navbar-expand-lg .navbar-nav li a, .navbar-expand-lg .dropdown-menu a, .search-form button, .search-form input[type="search"], .search-form input::placeholder, .blog-menu a, .home-blog-single p, .footer-menu li a, .footer-area p, .blog-right p, .blog-right-bottom a, .blog-details p, .program-content span, .program-content p, .textarea-message textarea, .form-group label, .form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="phone"], .radionbtn .custom-control-label, .search-form input[type="text"], .donateBtn {
    color: #636466;
}


.grey_border, .search-form input:focus {
    border-color: #636466;
}

.color_dark, .home-blog-single h5, .single-featured h4 a, .section-title.dark h1, .readmore-btn:hover, .blog-details h1, .blog-details h5, .blog-details .blogDetailH5, .blog-details blogDetailH5, .blog-details-bottom h6, .program-content h1, .program-sec4-content .hero-btn:hover, .contact-form h6, .textarea-message h6 {
    color: #231f20;
}

.bg_dark {
    background: #231f20;
}

.grey2_bg, .home-featured {
    background: #eceded;
}

.grey2_color {
    color: #eceded;
}

.border_grey3, .checkbtn .form-group label:before {
    border: 2px solid #a8aaad;
}

.border_solid, .checkbtn .form-group input:checked + label:after {
    border: solid #07477d;
}

.input_border, .form-group input {
    border-color: #b4b5b8;
}

.radio_border, .custom-radio .custom-control-label::before, .custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #adafb2;
}

.header-top {
    padding: 5px 0px;
}

    .header-top .header-top-right {
        text-align: right;
    }

        .header-top .header-top-right a {
            color: #fff !important;
        }

    .header-top a {
        margin-left: 22px;
        position: relative;
    }

        .header-top a:after {
            position: absolute;
            left: -13px;
            top: 0;
            height: 100%;
            width: 2px;
            content: "";
            opacity: .6;
        }

        .header-top a:first-child:after {
            display: none;
        }

/*.header_area .navbar-expand-lg {
  padding: 0; }*/
.search-form input[type="search"], .search-form input[type="text"] {
    border-radius: 0px;
    width: 220px;
}


.navbar-expand-lg .navbar-nav li a {
    font-size: 16px;
    display: block;
    margin-left: 28px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

    .navbar-expand-lg .navbar-nav li a:hover {
        /*font-weight: 600;*/
        color: #0d487b;
    }
/*.navbar-expand-lg .navbar-nav li a:after {
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 60px;
    content: "";
    background: #07477d;
    position: absolute;
    transform: translateX(-50%);
    transition: .4s;
    visibility: hidden;
    opacity: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-expand-lg .navbar-nav li a:after {
        display: none; } }
    @media (max-width: 767px) {
      .navbar-expand-lg .navbar-nav li a:after {
        display: none; } }*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .navbar-expand-lg .navbar-nav li a:hover:after {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .navbar-expand-lg .navbar-nav li a {
        margin-left: 14px;
    }
}

@media (max-width: 1024px) {
    nav#mainNav ul.megamenu {
        max-height: 300px;
        overflow: scroll;
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-expand-lg .navbar-nav li a {
        font-size: 26px;
        padding-bottom: 20px;
    }
}



@media (max-width: 767px) {
    .navbar-expand-lg .navbar-nav li a {
        font-size: 26px;
        padding-bottom: 20px;
    }
}

.logo {
    margin-top: -32px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .logo {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .logo img {
        height: 60px;
    }
}

div#navbarsExampleDefault {
    text-align: left;
}

.navbar-toggler {
    padding: 0;
    font-size: 24px;
    line-height: 33px;
    height: 35px;
    width: 38px;
    cursor: pointer;
}

.search-form {
    text-align: right;
    padding-top: 9px;
}

    .search-form .form-inline {
        display: block;
        position: relative;
    }

@media (max-width: 767px) {
    .search-form .form-inline {
        display: flex;
    }
}

.search-form button {
    position: absolute;
    right: 0;
}

.search-form input[type="search"], .search-form input[type="text"] {
    border-radius: 0px;
    width: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .search-form input[type="search"], .search-form input[type="text"] {
        width: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-form input[type="search"], .search-form input[type="text"] {
        width: auto;
    }
}

@media (max-width: 767px) {
    .search-form input[type="search"], .search-form input[type="text"] {
        width: 100%;
    }
}


.social-icon {
    text-align: right;
    margin-top: 22px;
    margin-right: -30px;
    position: relative;
    z-index: 1;
}

    .social-icon a {
        margin-left: 15px;
        font-size: 18px;
    }

    /*.social-icon img {
        width: 16px;
        height: 16px;
    }*/

.banner-area {
    background: url(./assets/img/hero-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 560px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.hero-txt h1 {
    font-size: 44px;
    margin-bottom: 15px;
}

.hero-txt p {
    font-size: 20px;
    margin-bottom: 45px;
}

.hero-btn {
    font-size: 18px;
    font-weight: 700;
    border: 2px solid;
    padding: 13px 20px;
    display: inline-block;
    position: relative;
    padding-left: 50px;
}

    .hero-btn i {
        font-size: 35px;
        position: absolute;
        left: 12px;
        top: 11px;
    }

.home-blog-area {
    padding: 80px 0px;
}

.blog-menu {
    text-align: center;
    margin-bottom: 65px;
}

    .blog-menu a {
        padding: 0px 25px;
        font-size: 18px;
        position: relative;
        font-weight: 500;
    }

        .blog-menu a.active {
            font-weight: 600;
        }

@media (max-width: 767px) {
    .blog-menu a {
        padding: 0px 6px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .blog-menu {
        margin-bottom: 20px;
    }
}

.blog-menu a:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
}

.blog-menu a:last-child:after {
    background: no-repeat;
}

.home-blog-single img {
    max-height: 216px;
    width: 100%;
}

.home-blog-single {
    text-align: center;
}

    .home-blog-single h5 {
        font-size: 21px;
        font-weight: 600;
        margin-top: 30px;
        min-height: 45px;
        text-align: justify;
    }

    .home-blog-single p {
        margin-bottom: 20px;
        line-height: 22px;
        text-align: justify;
    }

@media (max-width: 767px) {
    .home-blog-single {
        margin: 20px 0px;
    }
}

.blog-btn {
    text-align: center;
    margin-top: 40px;
}

    .blog-btn a {
        width: 220px;
        height: 54px;
        display: inline-block;
        line-height: 54px;
        font-weight: 600;
    }

.home-featured {
    padding: 100px 0px;
}

.single-featured {
    text-align: center;
    margin-bottom: 20px;
    min-height: 300px;
    vertical-align: middle;
}

    .single-featured h4 a {
        font-size: 23px;
        font-weight: 600;
        margin-top: 20px;
    }

@media (max-width: 767px) {
    .single-featured {
        margin: 30px 0px;
    }
}

.section-title h1 {
    font-size: 36px;
    margin-bottom: 65px;
}

.member-section-title h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.mission-matter-area {
    position: relative;
    z-index: 1;
    padding: 100px 0px;
}

    .mission-matter-area:after {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        content: "";
        z-index: -1;
    }

@media (max-width: 767px) {
    .mission-matter-area .section-title.light {
        margin: 30px 0px;
    }
}

.section-title.light h1 {
    margin-bottom: 30px;
}

.section-title.light p {
    line-height: 25px;
    font-size: 20px;
}

.readmore-btn {
    font-weight: 600;
    display: inline-block;
    height: 55px;
    width: 224px;
    border: 2px solid;
    line-height: 52px;
}

.mission-matter-area .section-title.light p {
    margin-bottom: 50px;
}

.home-bottom-area {
    /*background: url(./assets/img/home-bottom-bg.jpg) no-repeat;*/
    background-size: cover !important;
    background-position: center !important;
    height: 500px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.section-title.light h5 {
    font-size: 19px;
    font-weight: 500;
}

.home-bottom-txt .section-title.light h1 {
    margin-bottom: 12px;
}

.section-title.light li {
    font-size: 18px;
    padding: 3px 0px;
}

    .section-title.light li i {
        margin-right: 8px;
    }

.section-title.light ul {
    margin-top: 30px;
}

.footer-area {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.footer-menu li {
    display: inline-block;
}

    .footer-menu li a {
        font-size: 15px;
        position: relative;
        padding: 0px 15px;
    }

        .footer-menu li a:after {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 2px;
            content: "";
        }

    .footer-menu li:first-child a:after {
        background: no-repeat;
    }

.footer-menu {
    margin-bottom: 16px;
    padding-bottom: 20px;
}

.footer-area p {
    margin-bottom: 0;
    font-size: 14px;
}

.global-header {
    background-size: cover !important;
    background-position: center !important;
    padding: 96px 0px;
}

.global-hd-txt h1 {
    margin: 0;
    font-size: 44px;
}

.blog-single img {
    max-width: 100%;
    width: 100%;
}

.blog-single h5, .blog-single .likeh5, .blog-single .likeh5 a, .blog-single h5 a {
    font-weight: 400;
    font-size: 18px;
}

.blog-area {
    padding-top: 50px;
    padding-bottom: 90px;
}

.blog-img {
    position: relative;
}

.blog-meta {
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    padding-left: 20px;
}

.blog-right .search-form input[type="search"] {
    width: 100%;
}

.blog-right .search-form {
    margin-bottom: 45px;
}

.blog-right h2 {
    margin-bottom: 25px;
    font-size: 1.75rem;
}

.blog-right p {
    line-height: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-right .blog-right-bottom h4 {
    margin-bottom: 10px;
}

.blog-single {
    margin: 23px 0px;
}

    .blog-single h5, .blog-single .likeh5 {
        margin-top: 18px;
        margin-bottom: 0;
    }

.blog-details h1 {
    font-size: 36px;
    margin-bottom: 40px;
}

.blog-details h5, .blog-details .blogDetailH5 {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 35px;
}

.blog-details p {
    line-height: 20px;
    margin-bottom: 20px;
}

.blog-details-img {
    text-align: center;
    margin-top: 50px;
    margin: 0 auto;
    /*margin-bottom: 55px;*/
}

.blog-details-bottom h6 {
    font-size: 20px;
}

.blog-details-bottom {
    margin-top: 32px;
}

.banner-area.program {
    background-size: cover !important;
    background-position: center !important;
}

.program .hero-txt p {
    line-height: 24px;
}

.program-social {
    text-align: left;
    padding: 8px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .program-social {
        padding: 8px 15px;
    }
}

@media (max-width: 767px) {
    .program-social {
        padding: 8px;
    }
}

.program-social span {
    font-weight: 700;
    font-size: 18px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .program-social span {
        font-size: 13px;
        padding-right: 5px;
    }
}

.program-social a {
    margin-left: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .program-social a {
        margin-left: 8px;
    }
}

@media (max-width: 767px) {
    .program-social a {
        margin-left: 6px;
    }
}

.single-slide img {
    width: auto !important;
}

.program-section1 {
    padding-top: 110px;
    /*padding-bottom: 100px;*/
}

.program-content h1 {
    line-height: 27px;
    font-size: 30px;
    margin-bottom: 20px;
}

.program-content span {
    font-size: 14px;
}

.program-content p {
    line-height: 20px;
    margin-top: 10px;
}

.program-content .blog-btn a {
    width: auto;
    padding: 0px 40px;
}

@media (max-width: 767px) {
    .program-content .blog-btn a {
        padding: 0px 25px;
    }
}

.program-content .blog-btn {
    text-align: left;
    margin-top: 50px;
}

.program-slide-area {
    padding: 70px 0px;
    text-align: center;
}

.single-slide {
    position: relative;
    text-align: center;
}

.owl-dots {
    text-align: center;
}

.single-slide h5, .single-slide .likeh5 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 40px;
}

.single-slide p {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    padding: 0px 133px;
}

@media (max-width: 767px) {
    .single-slide p {
        padding: 0px;
    }
}

img.quote-left {
    position: absolute;
    left: 50px;
    top: 35px;
}

@media (max-width: 767px) {
    img.quote-left {
        top: auto;
        bottom: -2px;
        left: 0;
    }
}

img.quote-right {
    position: absolute;
    right: 50px;
    top: 35px;
}

@media (max-width: 767px) {
    img.quote-right {
        top: auto;
        bottom: -2px;
        right: 0px;
    }
}

.owl-dots div {
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 100px;
    margin: 0px 8px;
}

.program-section4 {
    position: relative;
    z-index: 1;
    padding: 100px 0px;
}

    .program-section4:after {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 60%;
        content: "";
        z-index: -1;
    }

.program-sec4-img {
    position: absolute;
    top: 0;
}

.program-sec4-content h1 {
    font-size: 36px;
}

.program-sec4-content p {
    line-height: 20px;
    margin-bottom: 40px;
}

.program-section4:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    content: "";
    /*background: url(./assets/img/program-img3.jpg) no-repeat;*/
    background-size: cover;
    background-position: center;
}

.program-sec4-content .hero-btn {
    padding-left: 20px;
}

    .program-sec4-content .hero-btn:hover {
        border: 2px solid transparent;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec2 .program-content {
        margin-bottom: 60px;
    }

    .sec2 .program-sec-img {
        margin: 0;
    }

    .program-sec-img {
        margin-bottom: 50px;
    }

    .program-section4:before {
        background: no-repeat;
    }

    .program-section4:after {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .sec2 .program-content {
        margin-bottom: 60px;
    }

    .sec2 .program-sec-img {
        margin: 0;
    }

    .program-sec-img {
        margin-bottom: 50px;
    }

    .program-section4:before {
        background: no-repeat;
    }

    .program-section4:after {
        width: 100%;
    }
}

.checkbtn .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbtn .form-group label {
    position: relative;
    cursor: pointer;
    margin-left: 25px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 13px;
}

    .checkbtn .form-group label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
    }

.checkbtn .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -28px;
    width: 6px;
    height: 14px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.volunteer-area {
    padding-top: 100px;
    padding-bottom: 80PX;
}

    .volunteer-area .section-title h1 {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .volunteer-area .section-title p {
        line-height: 20px;
    }

    .volunteer-area .section-title {
        margin-bottom: 80px;
    }

.form-group {
    position: relative;
}

    .form-group input {
        border-radius: 0px;
        height: 44px;
    }

.radionbtn {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-form h6 {
    font-size: 14px;
    font-weight: 400;
}

.radionbtn a {
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: underline;
}

.radionbtn.checkbtn h4 {
    font-weight: 500;
    font-size: 14px;
    margin-top: 24px;
}

.checkbtn .form-group label:before {
    left: -38px;
    margin-right: 0;
    position: absolute;
}

.form-checkbox .form-group {
    margin-bottom: 6px;
}

.textarea-message textarea {
    width: 100%;
    height: 220px;
    border-radius: 0px;
    padding: 20px 15px;
    font-size: 14px;
}

    .textarea-message textarea:focus {
        outline: 0px;
        box-shadow: none;
    }

.submit-btn button, .volunteerform input[type=submit] {
    padding: 8px 45px;
    border: none;
    font-weight: 600;
    letter-spacing: 2px;
    transition: .4s;
}

.form-group label {
    font-size: 14px;
    position: absolute;
    top: 8px;
    left: 15px;
    transition: .3s;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="phone"] {
    font-size: 14px;
}

.textarea-message h6 {
    font-style: italic;
    font-size: 13px;
    margin-top: 44px;
    margin-bottom: 35px;
}

.custom-control.custom-radio {
    display: inline-block;
    margin-right: 20px;
}

.radionbtn .custom-control-label {
    font-size: 14px;
    line-height: 23px;
}

    .radionbtn .custom-control-label::after {
        height: 15px;
        width: 15px;
    }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    height: 10px;
    width: 10px;
    border-radius: 100px;
    left: -19px;
    top: 9px;
}

.custom-radio .custom-control-label::before, .custom-control-input:checked ~ .custom-control-label::before {
    height: 20px;
    width: 20px;
    background: no-repeat;
}

.navbar.navbar-expand-lg {
    width: 100%;
}


/*Volunteer form CSS*/

.redirectionLink {
    margin-top: 0px !important;
}

.form-checkbox .form-group, .radionbtn .from-group, .form-field .ktc-checkbox {
    margin-bottom: 6px !important;
}



.form-group input[type="text"], .form-field input[type="text"], .form-group input[type="email"], .form-group input[type="phone"], .form-field input[type="email"], .form-field input[type="phone"] {
    font-size: 14px;
}

.form-group, .form-field {
    position: relative;
}

    .volunteerform textarea, .form-field label, .form-fieldinput[type="text"], .form-field input[type="text"], .form-field input[type="email"], .form-field input[type="email"], .form-field input[type="phone"], .radionbtn .custom-control-label {
        color: #636466;
    }

    .form-field input {
        border-radius: 0px;
        height: 44px;
    }

    .form-field input, .form-field input {
        border-color: #b4b5b8;
    }

.field-validation-error {
    color: red;
}

.volunteerform .form-field label.control-label, .volunteerform .form-field div.explanation-text {
    font-size: 14px;
}
/*.volunteerform .form-field label {
    font-size: 14px;
    position: absolute;
    top: 8px;
    left: 15px;
    transition: .3s;
}
.volunteerform .form-field label {
    position: relative;
    cursor: pointer;
    margin-left: 25px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 13px;
}*/
.volunteerform .form-field .ktc-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.volunteerform .form-field .ktc-checkbox label {
    margin-bottom: 3px;
    font-size: 13px
}

label[for*='LabelComponent_1_SelectedValue'] {
    font-weight: bold;
}
/*label {
    display: inline-block;
    margin-bottom: .5rem;
}*/
.volunteerform .form-field .ktc-checkbox label:before {
    left: -38px;
    margin-right: 0;
    position: absolute;
}

.volunteerform .form-field .ktc-checkbox label:before {
    border: 2px solid #a8aaad;
}

::after, ::before {
    box-sizing: border-box;
}

.volunteerform .form-field .ktc-checkbox input:checked + label:after {
    border: solid #07477d;
}

.volunteerform .form-field .ktc-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 9px;
    width: 6px;
    height: 14px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.volunteerform .form-field .ktc-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 38px;
}
/*.volunteerform .form-field input[type='checkbox'] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}*/
.form-field {
    margin-bottom: 1rem;
}

.ktc-radio {
    display: inline-block;
    margin-right: 20px;
}

    .ktc-radio input[type="radio"] {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 1rem;
        height: 1.25rem;
        opacity: 0;
    }

    .ktc-radio label {
        font-size: 14px;
        line-height: 23px;
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
    }

        .ktc-radio label::before, .ktc-radio input[type="radio"]:checked ~ label::before {
            height: 20px;
            width: 20px;
            background: no-repeat;
        }

    .ktc-radio input[type="radio"]:checked ~ label::after {
        position: relative;
        height: 10px !important;
        width: 10px !important;
        border-radius: 100px !important;
        left: -15px !important;
        top: -5px !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    }


    /*  .ktc-radio input[type="radio"][value="No"]:checked ~ label::after {
        left:-32px !important;
    }*/
    .ktc-radio input[type="radio"]:checked ~ label::before {
        color: #fff;
        border-color: #007bff;
        /*background-color: #007bff;*/
    }

    .ktc-radio label::before {
        border-radius: 50%;
    }

    .ktc-radio label::before {
        /*position: absolute;*/
        /*top: .25rem;*/
        left: -1.5rem;
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
    }

    .ktc-radio input[type="radio"]:checked ~ label::after {
        background: #eea542;
    }

.volunteerform textarea h6 {
    font-style: italic;
    font-size: 13px;
    margin-top: 44px;
    margin-bottom: 35px;
}

.volunteerform textarea {
    width: 100%;
    height: 220px;
    border-radius: 0px;
    padding: 20px 15px;
    font-size: 14px;
}

    .volunteerform textarea:focus {
        outline: 0px;
        box-shadow: none;
    }

.volunteerform input[type=submit]:hover {
    color: #fff;
}

.volunteerform input[type=submit]:not(:disabled), .volunteerform input[type=submit]:not(:disabled) {
    cursor: pointer;
}

.volunteerform input[type=submit] {
    background: #07477d;
}

.volunteerform input[type=submit] {
    color: #eea542;
}

.volunteerform input[type=submit], textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.ktc-radio label::after {
    /*position: absolute;*/
    /*top: .25rem;*/
    left: -1.5rem;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
/*.volunteerform input[type=radio]:not(:disabled):active ~ label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.volunteerform input[type=radio] label::before, .volunteerform input[type=radio]:checked ~ label::before {
    border: 1px solid #adafb2;
}*/

.navbar-expand-lg .navbar-nav li a:before {
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 60px;
    content: "";
    background: #07477d;
    position: absolute;
    transform: translateX(-50%);
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}

.dropdown-toggle a.nav-link::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}



.navbar-expand-lg .navbar-nav li a:hover:before {
    opacity: 1;
    visibility: visible;
}

.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    display: block;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    border: none;
}

.navbar-expand-lg .navbar-nav li a:hover {
    color: #07477d;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
    margin-left: 0px;
    padding: 5px 20px;
    display: block;
    line-height: initial;
    white-space: initial;
}

.navbar-expand-lg .navbar-nav li a, .donateBtn {
    font-size: 16px;
    display: block;
    margin-left: 12px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

li.dropdown a.dropdown-item:before {
    content: none;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .navbar-expand-lg .navbar-nav li a {
        font-size: 18px;
        padding-bottom: 20px;
        display: inline-block;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .dropdown-menu {
        display: none;
        visibility: visible;
        opacity: 1;
        margin-left: 40px;
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .5em solid;
        border-right: .5em solid transparent;
        border-bottom: 0;
        border-left: .5em solid transparent;
        position: absolute;
        right: 20px;
        top: 22px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .5em solid;
        border-right: .5em solid transparent;
        border-bottom: 0;
        border-left: .5em solid transparent;
        position: absolute;
        right: 20px;
        top: 22px;
    }
}

@media (max-width: 767px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .navbar-expand-lg .navbar-nav li a {
        font-size: 18px;
        padding-bottom: 20px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .dropdown-menu {
        display: none;
        visibility: visible;
        opacity: 1;
        margin-left: 40px;
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .navbar-expand-lg .navbar-nav li a {
        font-size: 18px;
        padding-bottom: 20px;
        display: inline-block;
    }
}

@media (max-width: 991px) {
    li.dropdown-toggle a.nav-link::after {
        content: none;
    }
}

@media (min-width: 991px) {
    .dropdown-toggle::after {
        content: none;
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.program-button {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .program-button .blog-btn a {
        width: auto;
        padding: 0px 40px;
    }

.text-align-left {
    text-align: left !important;
}

.text-align-center {
    text-align: center !important;
}

.text-align-right {
    text-align: right !important;
}
/*.program5:after {
    background: #1073b5;
}
.program5:before {
  margin:1px;
}
.program-section4:after {
    width: 100%;
}


.program5:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    content: "";
    z-index: -1;
}*/
.program5 .program-button .blog-btn {
    text-align: left;
}

.program-sec4-img1 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    /* background: url(./assets/img/program-img3.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
}

.program-sec4-content {
    padding-top: 62px;
}

.program-sec4-img1 {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 40%;
    /* background: url(./assets/img/program-bg.jpg) no-repeat; */
    background-size: cover;
    background-position: center;
}

.program5 .col-lg-5 {
    padding: 0 !important;
}

.program5 .col-lg-7.content-program {
    background: #1073b5 !important;
}

.program5 {
    position: relative;
    z-index: 1;
    padding: 0px 0px;
}

    .program5:after {
        content: "";
        background: #1073b5;
        height: 100%;
        width: 60%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }


@media only screen and (max-width: 767px) {
    .program-sec4-content {
        position: relative;
        z-index: 2;
    }



    .program5:after {
        width: 100%;
        z-index: 1;
        background: rgba(16, 115, 181, 0.7);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .program-sec4-img1 {
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        float: left;
        left: 0;
        top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .program5:after {
        width: 100%;
    }

    .program5 {
        width: 100%;
        padding: 62px;
    }
}

.program5 .program-button .blog-btn a:hover {
    color: #231f20 !important;
    background: #fff !important;
    border-color: #fff !important;
}

.program-sec4-content .hero-btn {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
}

.donate-btn-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 4px !important;
    /*display: inline !important;*/
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    /*position: absolute !important;
    right: 149px !important;
    top: 22px !important;*/
    z-index: 2 !important;
}

.donate-btn-right {
    color: #fff !important;
}

.donate-btn-right, .donateBtn {
    background: #07477d;
}

    .donate-btn-right:hover, .donateBtn:hover {
        text-decoration: none;
    }

    .donate-btn-right:hover, .donateBtn {
        color: #eea542 !important;
    }

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .donate-btn-right {
        right: -122px;
    }
}


@media (max-width: 767px) {
    .donate-btn-right {
        right: -90px;
        top: 4px;
    }
}

.atagDonate:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 320px) and (max-width:991px) {
    nav.main .megamenu {
        padding: 20px 10px;
        position: inherit !important;
    }

    .mainmenu {
        background: #fff !important;
    }

        .mainmenu ul li a {
            z-index: 111;
        }

    .header_area {
        position: relative !important;
    }
}

@media (min-width: 320px) and (max-width:767px) {
    .social-icon {
        text-align: left;
        margin: 0;
        margin-top: 15px;
    }

        .social-icon a {
            font-size: 24px;
        }

    .header_area .col-md-8 {
        flex: none !important;
        max-width: 100% !important;
    }

    .header_area .col-md-4 {
        flex: none;
        max-width: 100%;
        /* margin-bottom: 20px;*/
    }
    /*   .col-md-4 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }*/
}

.header_area {
    background: #fff;
}

@media (max-width: 520px) and (min-width:320px) {
    .donate-btn-right {
        right: 0;
        top: 4px;
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .is-sticky .header_area {
        position: inherit !important;
    }

    .social-icon {
        margin-top: 12px;
        margin-right: -16px;
    }

    .donate-btn-right {
        right: -125px !important;
        color: #fff !important;
    }

    /*  .header_area .col-md-8 {
        flex: 0 0 66.6666%;
        max-width: 66.6666%;
    }*/



    .social-icon a {
        font-size: 20px;
    }

    .search-form input[type="search"] {
        width: 100%;
    }

    .header_area .col-md-4 {
        /*flex: none;
        max-width: 100%;*/
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 20px;
    }
}

/*
@media (max-width: 767px) {
    .social-icon {
        text-align: left;
        margin: 0;
        margin-top: 15px;
    }
}
@media (max-width: 767px){ .search-form .form-inline {
    display: flex;
}}
@media (max-width: 767px){ .search-form input[type="search"] {
    width: 100%;
}
    .header_area .col-lg-9.col-md-8 .social-icon {
        text-align: left;
    }

    .header_area .col-lg-9.col-md-8 .social-icon {

        font-size: 40px;
    }
    .search-form .form-inline {
        display: flex;
    }
    .search-form input[type="search"] {
        width: 100%;
    }
}
[type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.header_area .col-lg-3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 320px) {
    .header_area .col-lg-9.col-md-8 {
        width:100%;
        flex: none;

        
    }
       
    .header_area .col-lg-3 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

}*/
.divImageTextButton .blog-btn {
    margin-top: 10px;
}

.divImageTextButton .program-button {
    margin-top: 0px;
}

#kentico-form_TestimonialIDs_SelectedItems {
    width: 300px;
    height: 100px;
    -webkit-appearance: listbox;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: scroll;
    vertical-align: text-bottom;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
    border-radius: initial;
}


#divMessage {
    position: absolute;
    width: 100%;
}


#addTestimonialForm textarea.form-control {
    height: 150px;
}


/*Mega-menu CSS Start*/
#divMessage, .resultMsg {
    position: absolute;
    width: 100%;
    z-index: 1;
}

nav#mainNav ul.megamenu {
    padding: 20px 20px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    max-width: 1500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*.list-header {
    margin-left: 22px;
}*/

.mainmenu ul.dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}


/*Mega-menu CSS Start*/

nav#mainNav ul.megamenu {
    padding: 20px 20px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    max-width: 1500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.list-header {
    margin-left: 22px;
}

.mainmenu ul.dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .dropdown-toggle.position-megamenu {
        position: sticky !important;
    }

    .mainmenu .dropdown {
        position: relative;
    }

    .navbar-expand-lg .navbar-nav li a {
        font-size: 18px;
        padding-bottom: 20px;
        display: inline-block;
        z-index: 1;
    }

    nav.main .megamenu {
        padding: 20px 10px;
        position: inherit;
    }

    .mainmenu .dropdown-menu {
        width: auto;
    }

    .list-header {
        margin-left: 0px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu a {
        padding: 6px 5px;
        font-size: 15px;
    }

    .social-icon {
        text-align: left !important;
        margin: 0 !important;
        margin-top: 15px !important;
    }
}

@media only screen and (min-width: 992px) {
    .position-megamenu {
        position: static !important;
    }
}
/*Mega-menu CSS End*/

.radiolbl {
    position: absolute;
    margin-top: -1px;
    margin-left: 4px;
}


.ktc-radio label {
    position: relative !important;
}

.divDocumentField {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}


.divImportantMessage {
    min-height: 20px;
    padding: 19px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.not-found {
    width: 100%;
    padding: 10% 0;
}

    .not-found .col-md-5.col-lg-4.col-lg-offset-1.sm-hidden.xs-hidden, .not-found .col-md-7.col-lg-6 {
        float: left;
    }

    .not-found h2 {
        font-weight: bold;
    }

    .not-found .btn {
        padding: .6rem 2rem;
        cursor: pointer;
        color: #08768C;
        background: #fff;
        border: 2px solid #08768C;
        display: inline-block;
        text-decoration: none;
    }

.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

.display-none {
    display: none;
}

.featured-heading {
    font-family: 'Barlow', sans-serif;
    margin: 0 0 15px;
    line-height: 1.2;
}

.home-blog-single .featured-heading {
    font-size: 21px;
    font-weight: 600;
    margin-top: 30px;
    min-height: 45px;
    text-align: justify;
}

.single-featured .featured-heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
    min-height: 45px;
    text-align: justify;
}

    .single-featured .featured-heading a {
        font-size: 23px;
        font-weight: 600;
        margin-top: 20px;
        color: #231f20;
    }

.divHeroImage img {
    max-height: 800px;
    max-width: 800px;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    background-color: #f8f9fa !important;
}

.divHeroImage {
    background-clip: border-box;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    /*  position: relative;*/
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
   */
}

.divHeroImageCaption {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    font-size: 20px;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    background-color: #f8f9fa !important;
    border: 1px solid rgba(0,0,0,.125);
}

    .divHeroImageCaption p {
        line-height: 20px;
        margin-bottom: 0px;
    }

.header_area ul, .home-bottom-area ul, .pagination {
    list-style: none;
    padding: 0;
}
/*Tags CSS*/
.post-categories, .post-tags {
    float: left;
    font-size: 0;
    list-style: none;
    margin: .2rem 0 0;
    padding: 0;
}

a[rel="category tag"] {
    margin-bottom: 0;
    background: #362e77;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.25;
    margin: 0 0 1rem;
    padding: .5rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.post-categories li, .post-tags li {
    display: inline-block;
    margin: 0 .4rem .4rem 0;
}

a[rel="category tag"]:before {
    margin: 0 .2rem 0 -.2rem;
    vertical-align: -.2rem;
    display: inline-block;
    font-family: Genericons;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .divHeroImage img {
        max-height: 700px;
        max-width: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .divHeroImage img {
        max-height: 500px;
        max-width: 500px;
    }
}

.testimonialComments {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    padding: 0px 92px;
}

.dropdown-toggle {
    white-space: initial;
}

.submenu-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff !important;
}

li.dropdown a.submenu-item:before {
    content: none;
}

.submenu-item {
    clear: both;
    font-weight: 400;
    color: #212529;
    background-color: transparent;
    border: 0;
}

    .submenu-item:focus, .submenu-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

.error-border-color {
    border-color: red !important;
}

.invalidMemberNumber {
    position: absolute;
    width: 100%;
    margin-top: 26px;
}

.divRegistrationHeader {
    font-size: 25px;
    text-align: center;
    /* font-weight: bold; */
    margin-top: 10px;
    margin-bottom: 10px;
}
/*.divLoggedInOptions .mainmenu a:after, .divLoggedInOptions .mainmenu a:before {
    content:none;
}*/
.divLoggedInOptions ul {
    list-style-type: none;
}

.divLoggedInOptions ul {
    padding: 0;
    list-style: none;
}


    .divLoggedInOptions ul li {
        display: inline-block;
        position: relative;
        line-height: 21px;
        text-align: left;
    }

        .divLoggedInOptions ul li a {
            display: block;
            padding: 8px 25px;
            /*    color: #333;*/
            text-decoration: none;
        }

            .divLoggedInOptions ul li a:hover {
                color: #fff;
                /*  background: #939393;*/
            }

        .divLoggedInOptions ul li ul.dropdown1 {
            min-width: 100%; /* Set width of the dropdown */
            background: #fff;
            display: none;
            position: absolute;
            z-index: 999;
            left: 0;
            border-radius: 5px;
            box-shadow: 1px 1px 1px 1px grey;
        }

        .divLoggedInOptions ul li:hover ul.dropdown1 {
            display: block; /* Display the dropdown */
        }

        .divLoggedInOptions ul li ul.dropdown1 li {
            display: block;
        }

        .divLoggedInOptions ul li ul {
            padding: 5px 0px 5px 0px;
        }

            .divLoggedInOptions ul li ul a {
                color: #636466;
            }

            .divLoggedInOptions ul li ul li a:hover {
                color: #07477d;
            }

            .divLoggedInOptions ul li ul li a:hover {
                color: #07477d;
            }

.divLoggedInOptions a.main-li:after {
    position: absolute;
    left: -13px;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
    opacity: .6;
    background: #b4b5b8;
}

.divLoggedInOptions ul:first-child {
    margin: 0;
}

.divCommPreferences h1 {
    margin-bottom: 0;
}

.divRadioCP {
    color: #636466;
    font-size: 14px;
    margin-right: 15px;
}

.divRadioCPHeader {
    color: #636466;
    margin-top: 20px;
}

.divMemberTransaction .section-title h1 {
    margin-bottom: 20px;
}

.divDonateBtn {
    margin-right: 25px;
}

.font-weight-bold {
    font-weight: bold;
}

.float-left {
    float: left;
}

.clearBoth {
    clear: both;
}

.divMemberProfileValues {
    font-size: 18px;
    margin-bottom: 10px;
}

.divMemberProfileOuter {
    padding-left: 200px;
}

#tblMemberProfile {
    width: 75%;
    margin: 0 auto;
}

    #tblMemberProfile th {
        font-size: 30px;
    }

    #tblMemberProfile th, #tblMemberProfile td {
        border: none;
    }

        #tblMemberProfile td.tdCaption {
            width: 40%;
            font-weight: bold;
            text-align: right;
        }

        #tblMemberProfile td.tdValue {
            text-align: left;
        }

        #tblMemberProfile td.tdCaption.tdlink {
            text-align: center;
        }

.col_half {
    width: 48%;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
    margin-left: 10px;
}

.form-sec .divEQ {
    width: 100%;
}
/* ------ Ticket number ALA-140 ------ */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    div#sticky-wrapper {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    div#sticky-wrapper {
        height: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .donate-btn-right {
        right: auto !important;
    }
}

@media (max-width: 767px) {
    .donate-btn-right {
        right: auto !important;
    }
}
/* ------ Ticket number ALA-141 ------ */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header_area .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
    }

    .logo img {
        width: 280px;
        transition: .3s;
    }

    .is-sticky .logo img {
        width: 255px;
    }
}

.program-section1 {
    padding-top: 50px;
}


/* ------ Ticket number ALA-137 ------ */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonialComments {
        padding: 0px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonialComments {
        padding: 0px 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-slide p {
        padding: 0px 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide p {
        padding: 0px 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    img.quote-left {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    img.quote-left {
        left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    img.quote-right {
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    img.quote-right {
        right: 0;
    }
}



/* ------ Ticket number ALA-137 ------ */
@media (max-width: 767px) {
    .single-slide p {
        padding: 0px 56px;
    }

    .testimonialComments {
        padding: 0px;
    }

    img.quote-left {
        left: 0;
    }

    img.quote-right {
        right: 0;
    }
}
/* ------ Ticket number ALA-135 ------ */
@media (max-width: 767px) {
    .blog-single h5, .blog-single .likeh5, .blog-single .likeh5 a, .blog-single h5 a {
        font-size: 24px;
    }
}
/* ------ Ticket number ALA-84 ------ */
nav#mainNav ul.megamenu {
    box-shadow: 0 -3px 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.35);
}
/* ------ Ticket number ALA-114, Search Results widget redesign  ------ */
.search-result-area {
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eceded;
}

.result-title h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.search-tile h3 a {
    font-size: 28px;
}

.search-tile {
    padding-bottom: 10px;
    padding-top: 30px;
    border-bottom: 1px solid #ddd;
}

    .search-tile:last-child {
        border: none;
    }

.pagination .page-link {
    color: #000;
}

.pagination .page-item.active .page-link {
    background: #07477d;
    border-color: #07477d;
}

.search-result-area .pagination {
    margin-top: 50px;
}


/* ------ Ticket number ALA-140, fixed donate button ipad  ------ */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav li a, .donateBtn {
        margin-left: 9px;
    }
}


/* ------ Ticket number ALA-158, Windows 10 | Auth | Donate button being overlapped by Mega Menu ------ */

nav#mainNav ul.megamenu {
    top: 82px;
}

.container.Login .submit-btn, .container.divRegistration .submit-btn, .forgotPassword .submit-btn {
    text-align: center;
}

.topInfoBar {
    min-width: 100%;
    height: 45px;
    text-align: center;
    font-family: Lato;
    font-weight: bold;
}

/* ALA-87 First page load has logo overflow. Updated Style START */
.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    margin-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky {
        position: inherit;
        top: auto;
        /* z-index: 9999; */
        width: 100%;
        margin-top: 0px;
    }

    html {
        padding-top: 0px !important;
    }
}

@media (max-width: 767px) {
    .sticky {
        position: inherit;
        top: auto;
        /* z-index: 9999; */
        width: 100%;
        margin-top: 0px;
    }

    html {
        padding-top: 0px !important;
    }
}

/* ALA-87 First page load has logo overflow. Updated Style END */

.md-margin-alignment {
    margin: 0 auto;
}

    .md-margin-alignment .form-group {
        margin-top: 23px;
    }

.lbl-margin {
    margin-left: 15px;
}

.dueamount .form-group {
    margin-top: 6px;
    margin-left: 15px;
}

.Login .submit-btn .forgotLink {
    float: right;
    margin-top: 7px;
}

    .Login .submit-btn .forgotLink a, .forgotLink a:focus, .forgotLink a:hover, .forgotLink a:visited {
        color: #636466 !important;
    }



.text-danger {
    color: blue !important;
}

h2.card-title {
    font-size: 20px;
}

#divMessage, .resultMsg
{
margin-top: -22px;
}
.main-li ul li ul li a.dropdown-item {
    color: #636466 !important;
}
@media (min-width: 320px) and (max-width:375px) {
    nav#mainNav ul.megamenu {
        max-width: 315px;
    }
}
@media only screen and (max-width: 991px) {
    .dropdown-toggle.position-megamenu {
        position: sticky !important;
    }
}


.mega-sub-menu {
    margin-top: 22px\9;
}

@media (min-width: 320px) and (max-width:767px) {
    .social-icon a:first-child {
        margin-left: 0px;
    }

    .divEQ {
        margin-left: 8.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

span.control-label {
    font-size: 14px;
}
.program-content .fr-view a.btn.btn-primary, .program-section1 .btn.btn-primary {
    background-color: #07477d;
}

@media (min-width: 992px) {
    .footer-area .col-lg-8 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-area .container, .footer-area .container-sm {
        max-width: 705px;
    }
}
.recoverpassword-content {
    padding-bottom: 25px;
}
.divRecoverPassword .headertext {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:10px;
    cursor:none;
    padding-left:0;
}
.divRecoverPassword .headertext a{
    padding-left: 0;
}
.divRecoverPassword a {
    /* float: left; */
    color: black;
    /* text-align: center; */
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    /* border-radius: 4px; */
}
.divRecoverPassword {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 15px 10px;
    margin-bottom: 20px;
}
.commentForm .float-right {
    float: none !important;
    clear: both;
    text-align: right;
}
 .divForgotCloseBtn { 
     margin-left: -5px; 
 } 

.forgotCloseBtn:hover {
    color: #fff;
}

.forgotCloseBtn {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: normal;
    text-decoration: none;
    padding: 12px 40px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 0;
    user-select: none;
    transition: background .2s ease-out;
    text-transform: uppercase;
    color: #fff;
    background-color: #07477d;
    border-color: #07477d;
    position: relative;
    box-shadow: 0 5px 0 0 transparent;
}
/* @media only screen and (min-width: 502px) and (max-width: 1199px) { */
    /* .divForgotCloseBtn { */
        /* margin-top: -171px; */
    /* } */
/* } */
/* @media only screen and (min-width: 403px) and (max-width: 501px) { */
    /* .divForgotCloseBtn { */
        /* margin-top: -142px; */
    /* } */
/* } */
/* @media only screen and (min-width: 349px)  and (max-width: 403px)  { */
    /* .divForgotCloseBtn { */
        /* margin-top: -120px; */
    /* } */
/* } */
/* @media only screen and (max-width: 348px)  { */
    /* .divForgotCloseBtn { */
        /* margin-top: -93px; */
    /* } */
/* } */
.memberProfile{	
	text-align: center;
}
.memberProfile iframe{	
	border:none;
}
#aspnetForm input#ctl01_CancelButton {
    display: none;
}

@media only screen and (min-width: 992px)  {
    #iFMemebrProfile {
        width:1000px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
    #iFMemebrProfile {
        width:767px;
    }
}
@media only screen and (max-width: 767px)  {
    #iFMemebrProfile {
        width:600px;
    }
}
@media only screen and (min-width: 471px) and (max-width: 600px)  {
    #iFMemebrProfile {
        width:472px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 470px)  {
    #iFMemebrProfile {
        width:320px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 381px)  {
    .main-li a:first-child{
        padding-left:0px;
		    padding-right: 0;
    }
}


.forgotLink {
    text-align: center;
    margin-top: 10px;
}
@media only screen and (min-width: 992px)  {
    #iFMemberProfile {
        min-height:865px !important;
    }
}