html {
    width: auto;
}

.top-bar {
    background-color: transparent;
    padding: 0;
}

/*Nav Bar Start*/

#navbar {
    background: white;
    border-bottom: 7px #bc047c;
    border-bottom-style: inset;
    padding-bottom: 0rem;
    z-index: 1000;
}


#navbar .navbar-nav > li > a {
    color: black;
}

    #navbar .navbar-nav > li > a:hover {
        color: black;
        font-size: 16px;
    }

.dark-mask.mask-primary {
    background: white;
    opacity: 0.8;
}

#C1pics {
    height: 500px;
    max-width: 70%;
    border-radius: 20%;
}

#navbar .menu-large .megamenu {
    max-width: 700px;
}

#navbar .navbar-nav > li.active > a {
    background: #BC047C !important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: #BC047C !important;
    border-radius: 22px 22px 22px;
}

#navbar .navbar-nav > li > a {
    margin: 0;
    padding: 1.4rem 1rem 1.6rem;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 20px;
    text-decoration: none;
    border-top: .3rem solid transparent;
}

@media (max-width:1300px){
    #navbar .navbar-nav > li > a {
        margin: 0;
        padding: 1.4rem 1rem 1.6rem;
        color: black;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-size: 13px;
        text-decoration: none;
        border-top: .3rem solid transparent;
    }
}

    #navbar .navbar-nav > li > a:hover {
        background: none;
        border-color: #BC047C;
    }

#navbar .navbar-nav > li > a:focus {
    background: #BC047C !important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: #BC047C !important;
}



/* Nav Bar End*/


/* Body Start */

.pentagon {
    background: url("../img/texture-bw.png") center center repeat;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.card {
    border-bottom: 8px solid white;
    border: none;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.19), 0 0px 10px 0 black;
}

.card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.19), 0 6px 15px 9px #bc047c;
}

.card-body {
    padding: .2rem;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #BC047C;
}


.fa {
    padding: 10px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa:hover {
    opacity: 0.9;
    color: #ffffff;
    background-color: #bc047c;
    border-radius: 7px;
}

#vbtn {
    color: white;
    background-color: #BC047C;
    border-color: #BC047C;
    border-radius: 24px;
    padding: 15px 25px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
    text-decoration: none;
}

#vbtn:hover {
    background-color: #960363;
}

#vbtn:active {
    background-color: #640242;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 900;
}


/* Mission Statement */

.get-it {
    background-color: #bc047c;
    padding: 20px;
    color: white;
}

.get {
    background-color: white;
    padding: 20px;
    color: black;
    font-size: x-large;
}



/* Card Popup Animations --------------------------------------------- */

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */

.popup .popuptext {
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    visibility: hidden;
    width: 150%;
    height: 300%;
    background-color: #bc047c;
    color: white;
    border-radius: 7px;
    position: absolute;
    padding-top: 50px;
}

/* Toggle this class - hide and show the popup */

.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.container {
    position: relative;
}

.overlay {
    visibility: hidden;
    border-radius: 6px;
    font-weight: 500;
    background-color: #bc047c;
    color: white;
    padding: 10px;
    font-size: 18px;
    text-align: center;
}


.container:hover .overlay {
    visibility: visible;
    text-align: center;
    color: white;
    border-radius: 6px;
    background-color: #bc047c;
    box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 white;
}

.ptext {
    color: white;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-stretch: condensed;
}

.testimonials .text p {
    color: black;
    font-size: medium;
}

.testimonials .testimonial {
    padding: 30px;
    background: #fff;
    height: 100%;
}

#pborder {
    border: 2px solid #BC047C;
    border-radius: 17px;
}

#tbr {
    background-image: linear-gradient(to bottom, #bc047c, #c564ae, #ce9cd5, #dfcfef, #ffffff);
    padding: 50px;
    overflow: hidden;
}

th,
td {
    padding: 20px;
    /*padding-left:120px;*/
}

.eventsTable{
    display:flex;
}

/*Srolling Banner animations -------------------------------------------*/

.container b {
    font-size: 100%;
}

#logo {
    height: 30%;
    width: 30%;
    /*overflow: hidden;*/
}

#logo:hover {
    background-color: transparent;
}

#mobileLogo {
    display: none;
}

#container2 {
    width: auto;
    overflow: hidden;
    margin: 10px auto;
    background: white;
}

.containa {
    position: relative;
    width: 100%;
}

.overlaya {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.containa:hover .overlaya {
    width: 50%;
}

.texta {
    color: black;
    font-size: 24px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}


/* Footer CSS
-------------------------------------------------- */

h5 {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    /*text-transform: uppercase;*/
}

.footer-top {
    padding: 2rem 0 1rem 0;
    border: solid #BA007F;
    border-width: 0.6rem 0 0 0;
    color: #007BFF;
    font-weight: 500;
}

.footer-top h5 {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    /* text-transform: uppercase; */
}

.social-icons-container {
    font-size: 2rem;
    padding: 0rem 0rem 1rem 0rem;
}

.social-icons-container i {
    padding: 0 0.5rem;
}

.footer-bottom {
    background-color: #007BFF;
    color: white;
    font-size: 0.8rem;
}

footer.main-footer {
    padding: 0px 0;
    padding-bottom: 0;
    background: white;
    color: black;
}

footer.main-footer .copyrights {
    padding: 10px 0;
    background: #BC047C;
    color: #ccc;
    margin-top: 0px;
}

footer.main-footer a {
    color: inherit;
    /*color: #007bff;*/
    color: #BC047C;
}

footer.main-footer p {
    font-size: 0.9rem;
    color: black;
}

footer.main-footer {
    padding: 0px 0;
    padding-bottom: 0;
    background: white;
    color: black;
}

@media (max-width: 991px) {
    footer .girlsfortech-footer-light {
        text-align: center;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.blue-color {
    color: #037bca;
}

.bottom-padding {
    margin-bottom: 0px;
}

.btn {
    font-weight: 700;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
}

button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    margin: 0;
}

footer .girlsfortech-footer-light {
    background-color: #f0f0f0;
    padding: 30px 0 0 0;
    line-height: 1.6;
}

footer .girlsfortech-footer-light .email-signup .input-group {
    max-width: 300px;
    margin: 0 auto;
    height: 50px;
    box-shadow: none;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 10px 5px;
}


footer .girlsfortech-footer-light .email-signup input#signup_email {
    box-shadow: none;
    border-color: black;
    border-radius: 4px;
    height: 32px;
}

footer .girlsfortech-footer-light p.c1 {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
    /*color: #0447c3;*/
    color: #BC047C;
}

select,
.form-group select {
    border: 1px solid #f0f0f0;
    height: 40px;
    box-shadow: none;
}

.form-control {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #8e8e8e;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    /*height: 40px;*/
    /*box-shadow: none;*/
    /*padding: 25px;*/
    display: block;
    width: 100%;
    height: 36px;
    /*padding: 6px 12px;*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-group>select {
    display: block;
    width: 100%;
    height: 36px;
    /*padding: 6px 12px;*/
    font-size: 16px;
    line-height: 1.42858;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input.submit-button.btn {
    height: 50px;
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 10px 5px;
}

footer .girlsfortech-footer-light .footer-nav li a,
footer .girlsfortech-footer-light .footer-nav-bottom a {
    /*color: #007bff;*/
    color: #BC047C;
    line-height: 2;
}

footer.main-footer .copyrights {
    padding: 10px 0;
    background-color: rgb(188, 4, 124);
    color: #ccc;
    margin-top: 0px;
}

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


footer .girlsfortech-footer-light .email-signup input.submit-button.btn {
    height: 45px;
    box-shadow: none;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 8px 0 10px 2px;
}

footer .girlsfortech-footer-light .email-signup .input-group {
    max-width: 300px;
    margin: 0 auto;
}

input {
    line-height: normal;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    margin: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.p4 {
    font-size: 18px;
    font-weight: bold;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

a {
    color: #BC047C;
    text-decoration: none;
}

a:focus,
a:hover {
    color: black;
    text-decoration: none;
}


/* Donate Button -------------------------------------------------------------------*/

.donate-cta {
    position: fixed;
    right: 50px;
    bottom: 35px;
    z-index: 995;
    background-color: transparent;
}

.donate-cta img {
    width: 160px;
    height: 100px;
    transition: all 1s ease-in-out;
}

.donate-cta img:hover {
    transform: scale(1.5);
}

@media (max-width:991px) {
    html {
        width: auto;
    }

    .top-bar {
        background-color: transparent;
        padding: 0;
    }

     /*Nav Bar Start*/

                                #navbar {
                                    background: white;
                                    border-bottom: 7px #bc047c;
                                    border-bottom-style: inset;
                                    padding-top: 0px;
                                    padding-bottom: 0rem;
                                    z-index: 1000;
                                }

                                    /*a:hover {
                                background-color: #bc047c;
                            }*/

                                    #navbar .navbar-nav > li > a {
                                        color: black;
                                    }

                                        #navbar .navbar-nav > li > a:hover {
                                            color: #bc047c;
                                            color: black;
                                            font-size: 16px;
                                        }

                                .dark-mask.mask-primary {
                                    background: white;
                                    opacity: 0.8;
                                }

                                #C1pics {
                                    height: 500px;
                                    max-width: 70%;
                                    border-radius: 20%;
                                }

                                #navbar .menu-large .megamenu {
                                    max-width: 700px;
                                }

                                #navbar .navbar-nav > li.active > a {
                                    background: #BC047C !important;
                                    color: #fff !important;
                                    text-decoration: none !important;
                                    border-color: #BC047C !important;
                                    border-radius: 20px 20px 20px;
                                    padding: 0px;
                                    padding-left: 20px;
                                }

                                #navbar .navbar-nav > li > a {
                                    margin: 0;
                                    padding: 1.4rem 1rem 1.6rem;
                                    color: black;
                                    font-weight: 600;
                                    text-transform: uppercase;
                                    letter-spacing: 0.1em;
                                    font-size: 20px;
                                    text-decoration: none;
                                    border-top: .3rem solid transparent;
                                    padding: 0px;
                                    padding-left: 20px;
                                }

                                    #navbar .navbar-nav > li > a:hover {
                                        background: none;
                                        border-color: #BC047C;
                                    }

                                    /*a {
                                color: #BC047C;
                                text-decoration: none;
                            }*/

                                    #navbar .navbar-nav > li > a:focus {
                                        background: #BC047C !important;
                                        color: #fff !important;
                                        text-decoration: none !important;
                                        border-color: #BC047C !important;
                                    }

                                #navbar img {
                                    width: auto;
                                    height: 4.5rem;
                                }

                                #navbar .navbar-toggler {
                                    font-size: 0.9rem;
                                    padding: 1px 5px;
                                    border-color: #ddd;
                                }

                                /* Nav Bar End*/
    /* Body Start */
    .pentagon {
        background: url("../img/texture-bw.png") center center repeat;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
    }

    .card {
        border-bottom: 8px solid white;
        border: none;
        border-radius: 0%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-body {
        padding: .2rem;
    }

    .owl-carousel .owl-dots .owl-dot span {
        display: none;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background: #BC047C;
    }


    .fa {
        padding: 10px;
        font-size: 30px;
        width: 50px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
    }

    .fa:hover {
        opacity: 0.7;
        color: #ffffff;
    }


    .fa-facebook {
        background: none;
        color: #BC047C;
    }

    /* Video */
    video {
        display: none;
    }

    .mobileImage {
        display: inline;
    }

    #vbtn {
        color: white;
        background-color: #BC047C;
        border-color: #BC047C;
        border-radius: 24px;
        padding: 15px 25px;
        font-size: 24px;
        text-align: center;
        cursor: pointer;
        outline: none;
        color: #fff;
        border: none;
        border-radius: 15px;
        box-shadow: 0 9px #999;
        text-decoration: none;
    }

    #vbtn:hover {
        background-color: #960363;
    }

    #vbtn:active {
        background-color: #640242;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 900;
    }

    /* Stats */
    #MW {
        color: #BC047c;
    }

    #W {
        color: #037bca;
    }

    #num {
        font-size: 50px;
    }

    /* Mission Statement */
    .get-it {
        background-color: #bc047c;
        padding: 20px;
        color: white;
    }



    ab.ex2:hover,
    ab.ex2:active {
        font-size: 130%;
    }

    .bar {
        padding: 0px 0;
    }

    .bar.padding-big {
        padding: 0px 0;
    }


    /* Card Popup Animations --------------------------------------------- */
    .popup {
        position: relative;
        display: inline-block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* The actual popup */
    .popup .popuptext {
        top: 50%;
        bottom: 50%;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        visibility: hidden;
        width: 150%;
        height: 300%;
        background-color: #bc047c;
        color: white;
        border-radius: 7px;
        position: absolute;
        padding-top: 50px;
    }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

    /* Add animation (fade in the popup) */
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .container {
        position: relative;
    }
   
    .overlay {
        visibility: hidden;
        border-radius: 17px;
        font-weight: 500;
        background-color: #bc047c;
        color: white;
        padding: 10px;
        font-size: 20px;
        text-align: center;
    }

    .container:hover .overlay {
        visibility: visible;
        text-align: center;
        color: white;
        border-radius: 17px;
        background-color: #bc047c;
    }
    
    .containa:hover .overlaya {
        width: 100%;
    }
    
    .texta {
    color: black;
    font-size: 80%;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    }

    .eventsTable{
        display:block;
    }

    .ptext {
        color: white;
        font-size: 35px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        font-stretch: condensed;
    }

    .testimonials .text p {
        color: black;
        font-size: medium;
    }

    .testimonials .testimonial {
        padding: 30px;
        background: #fff;
        height: 100%;
    }

    #pborder {
        border: 2px solid #BC047C;
        border-radius: 17px;
    }

    #tbr {
        background-image: linear-gradient(to bottom, #bc047c, #c564ae, #ce9cd5, #dfcfef, #ffffff);
        padding:5px;
    }
    
    th, td {
    padding: 20px;
    padding-top: 0px;
    /* padding-left: 120px; */
    display: table-header-group;
    }

    /*Srolling Banner animations -------------------------------------------*/
    .container b {
        font-size: x-large;
    }

    #logo {
        display: none;
        /*overflow: hidden;*/
    }

    #mobileLogo {
        display: block;
    }

    #container2 {
        width: auto;
        overflow: hidden;
        background: white;
    }

    /* Footer CSS
                            -------------------------------------------------- */
    h5 {
        font-style: italic;
        font-weight: bold;
        text-decoration: underline;
        /*text-transform: uppercase;*/
    }

    .footer-top {
        padding: 2rem 0 1rem 0;
        border: solid #BA007F;
        border-width: 0.6rem 0 0 0;
        color: #007BFF;
        font-weight: 500;
    }

    .footer-top h5 {
        font-style: italic;
        font-weight: bold;
        text-decoration: underline;
        /* text-transform: uppercase; */
    }

    .social-icons-container {
        font-size: 2rem;
        padding: 0rem 0rem 1rem 0rem;
    }

    .social-icons-container i {
        padding: 0 0.5rem;
    }

    .footer-bottom {
        background-color: #007BFF;
        color: white;
        font-size: 0.8rem;
    }

    footer.main-footer {
        padding: 0px 0;
        padding-bottom: 0;
        background: white;
        color: black;
    }

    footer.main-footer .copyrights {
        padding: 10px 0;
        background: #BC047C;
        color: #ccc;
        margin-top: 0px;
    }

    footer.main-footer a {
        color: inherit;
        /*color: #007bff;*/
        color: #BC047C;
    }

    footer.main-footer p {
        font-size: 0.9rem;
        color: black;
    }

    footer.main-footer {
        padding: 0px 0;
        padding-bottom: 0;
        background: white;
        color: black;
    }

    footer.main-footer .copyrights {
        padding: 10px 0;
        background: #BC047C;
        color: #ccc;
        margin-top: 0px;
    }

    @media (max-width: 991px) {
        footer .girlsfortech-footer-light {
            text-align: center;
        }
    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .blue-color {
        color: #037bca;
    }

    .bottom-padding {
        margin-bottom: 0px;
    }

    .btn {
        font-weight: 700;
        border: 1px solid transparent;
        padding: 0.5rem 0.75rem;
        font-size: 0.8rem;
        line-height: 1.5;
    }

    button,
    select,
    textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        font: inherit;
        margin: 0;
    }

    footer .girlsfortech-footer-light {
        background-color: #f0f0f0;
        padding: 30px 0 0 0;
        line-height: 1.6;
    }

    footer .girlsfortech-footer-light .email-signup .input-group {
        max-width: 300px;
        margin: 0 auto;
        height: 50px;
        box-shadow: none;
        border: none;
        border-radius: 0 4px 4px 0;
        padding: 10px 5px;
    }


    footer .girlsfortech-footer-light .email-signup input#signup_email {
        box-shadow: none;
        border-color: black;
        border-radius: 4px;
        height: 32px;
    }

    footer .girlsfortech-footer-light p.c1 {
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 20px;
        /*color: #0447c3;*/
        color: #BC047C;
    }

    select,
    .form-group select {
        border: 1px solid #f0f0f0;
        height: 40px;
        box-shadow: none;
    }

    .form-control {
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #8e8e8e;
        border-radius: 4px;
        background-color: #fff;
        border: 1px solid #f0f0f0;
        /*height: 40px;*/
        /*box-shadow: none;*/
        /*padding: 25px;*/
        display: block;
        width: 100%;
        height: 36px;
        /*padding: 6px 12px;*/
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .form-group>select {
        display: block;
        width: 100%;
        height: 36px;
        /*padding: 6px 12px;*/
        font-size: 16px;
        line-height: 1.42858;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    input.submit-button.btn {
        height: 50px;
        background-color: #fff;
        box-shadow: none;
        border: none;
        border-radius: 0 4px 4px 0;
        padding: 10px 5px;
    }

    footer .girlsfortech-footer-light .footer-nav li a,
    footer .girlsfortech-footer-light .footer-nav-bottom a {
        /*color: #007bff;*/
        color: #BC047C;
        line-height: 2;
    }

    footer.main-footer .copyrights {
        padding: 10px 0;
        background-color: rgb(188, 4, 124);
        color: #ccc;
        margin-top: 0px;
    }

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


    footer .girlsfortech-footer-light .email-signup input.submit-button.btn {
        height: 45px;
        box-shadow: none;
        border: none;
        border-radius: 0 4px 4px 0;
        padding: 8px 0 10px 2px;
    }

    footer .girlsfortech-footer-light .email-signup .input-group {
        max-width: 300px;
        margin: 0 auto;
    }

    input {
        line-height: normal;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        font: inherit;
        margin: 0;
    }

    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
    }

    label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .p4 {
        font-size: 14px;
    }

    .sr-only {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    /* Donate Button -------------------------------------------------------------------*/
    .donate-cta {
        display: none;
    }

    .donate-cta img {
        display: none;
    }

    
