/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#cd_frm {
    display: flex;
    width: auto;
    justify-content: space-between;
    padding: 2% 0%;
    flex-wrap: wrap;
}
#cd_frm .form-group {
    display: flex;
    flex-direction: column;
}
#cd_frm .form-group.sort{
    order: 2;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}
#cd_frm .form-group input[type=text], #cd_frm .form-group select {
    min-width: 200px;
}
#cd_frm .form-group select{
    padding: 13px;
}
#cdgs_submit{
    display: flex;
    align-self: center;
}
#cd_resultList a {
    display: block;
    margin: 4% 0px;
    padding: 1% 0;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px 0px;
}
.gs-pages {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.gs-pages .page-item{
    margin: 0 2%;
}
.gs-wrapper {
    width: 100%;
    display: inline-flex;
}
.gs-wrapper .main-body{
    width: 70%;
    margin-right: 5%;
}
.gs-wrapper .sidebar{
    width: 30%;
}
.nteeimg{
    width: 100%;
    height:auto;
}
.gs-title {
    text-align: center;
    margin: 4%;
}
.gs-title h1{
    font-size: 48px;
}
#charity_details #verified .media {
    display: flex;
}
#charity_details #verified .media-left{
    width: 50%;
}
#charity_details #verified .media-body{
    padding: 0 3%;
}
.spacer{
    margin: 0px 10px;
}
#cert_frm, #cert_dlg_email_row{
    display: flex;
    align-items: center;
    width: 100%;
}
#cert_dlg_print{
    width: 20%;
    padding: 10px 11px;
}
#cert_dlg_address{ width: 80%; }
#cert_dlg_email{ width: 20%; }

#cert_dlg_not_busy{
    background-color: #222faf;
    padding: 7px 11px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all .45s cubic-bezier(.25,1,.33,1);
    width: auto;
    font-family: 'Proxima Nova';
    font-weight: 600;
    font-size: 14px;
    border-radius: 30px;
    display: block;
    text-align: center;
}
#cert_dlg_conf{
    color: #00b6a4;
}
.guidestar a{
    display: flex;
    align-items: center;
}

/* Hubspot Form for Grantsafe */
#hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f {
    max-width: 80%;
    margin: auto;
}
#hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f fieldset {
    max-width: 100%;
}
#hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f fieldset.form-columns-2 .input {
    margin: 5px 10px 10px 0px;
}
#hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f fieldset.form-columns-2 .input select{
    padding: 13px;
}
#hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f fieldset .hs_grantsafe_accept_terms_and_conditions{
    margin-top: 10px;
}
#hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f fieldset .input ul.inputs-list{
    margin-left: 0px;
    margin-top: 10px;
}
#hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f fieldset .input .hs-form-checkbox,
#hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f fieldset .input .hs-form-booleancheckbox{
    list-style: none;
}
#hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f fieldset .legal-consent-container,
#hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f .hs-recaptcha{
    margin-bottom: 20px;
}
#hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f fieldset label span {
    color: inherit;
}
/* Hubspot Form for Grantsafe end */

/*---------------------*/
/* Media - Mobile [ max-width: 767px ]
/*---------------------*/
@media only screen and (max-width: 767px){
    #cd_frm {
        display: inline-flex;
        width: 100%;
        flex-direction: column;
    }
    #cd_frm .form-group input[type=text], #cd_frm .form-group select {
        width: 100%;
    }
    #cd_frm .form-group {
        width: 100%;
        margin: 2% 0;
    }
    #cd_frm .form-group.sort{
        font-size: 15px;
    }
    #cdgs_submit{
        padding-top: 2%;
    }
    #cd_resultList a{
        padding: 5% 0;
    }
    #cert_dlg_address{ width: 60%; }
    #cert_dlg_email{ width: 40%; }
    .gs-wrapper{
        flex-direction: column;
    }
    .gs-wrapper .main-body, .gs-wrapper .sidebar{
        width: 100%;
        margin-right: 0%;
    }

    #hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f {
        max-width: 100%;
    }
}

/*---------------------*/
/* Media - Tablet [ min-width: 768px ] & [ max-width: 1024px ]
/*---------------------*/
@media only screen and (min-width: 768px) and (max-width:1024px){
    #cd_frm{
        justify-content: space-around;
    }
    #cd_frm .form-group input[type=text], #cd_frm .form-group select {
        min-width: 175px;
        max-width: 200px;
    }
    #cd_frm .form-group{
        margin: 2% 0;
    }
    #hsForm_3462aa41-b540-4d2d-bb72-11d22daac82f {
        max-width: 100%;
    }
}
/*---------------------*/
/* Media - Small Desktop [ min-width: 1025px ] & [ max-width: 1400px ]
/*---------------------*/
@media only screen and (min-width: 1025px) and (max-width:1400px){
    
}

/*---------------------*/
/* Media - Large Desktop [ min-width: 1401px ] 
/*---------------------*/
@media only screen and (min-width: 1401px){
    
}