.adaa_top_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 34px 0px;
    margin: 0 auto;
}
.adaa_top_bar > .container {
    display: flex;
}
.adaa_top_bar_left {
    width: 354px;
}

.adaa_top_bar_right {
    width: 100%;
}

.adaa_top_bar_right ul.adaa_top_bar_right_ul1 {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.adaa_top_bar_right ul.adaa_top_bar_right_ul1 li:first-child {
    margin-right: 34.5px;
}
.adaa_top_bar_right ul.adaa_top_bar_right_ul1 li a:hover {
    color: #00797d;
}

.adaa_top_bar_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 34px;
    text-decoration: none;
}
.adaa_top_bar_right ul.adaa_top_bar_right_ul1 li a {
    color: #3b60ae;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 14px;
    position: relative;
    display: inline-block;
}
.adaa_top_bar_right ul.adaa_top_bar_right_ul1 li.sign-up a {
    padding: 0px !important;
    color: #3b60ae !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: .1px;
    line-height: 24px;
    height: auto !important;
    padding-top: 12px !important;
}
.adaa_top_bar_right ul.adaa_top_bar_right_ul1 li.sign-up a:hover {
    color: #00797d !important;
}
.adaa_top_bar_right ul.adaa_top_bar_right_ul1 li:nth-child(2) {
    margin-right: 29px;
}
.adaa_top_bar_right ul.adaa_top_bar_right_ul1 li:hover a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #00797d;
}

.adaa_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.adaa_socials_wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    align-items: center;
}
.adaa_socials_wrapper li svg {
    width: auto;
    height: 15px;
    fill: #333333;
}

.adaa_socials_wrapper li svg path {
    fill: #333333;
}

.adaa_socials_wrapper ul.adaa_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    width: 144px;
    margin-top: 9px;
    margin: 0;
    margin-right: 30px;
    margin-left: 30px;
}
.adaa_socials_wrapper ul.adaa_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0;
    margin-right: 150px;
}

.adaa_socials_wrapper ul.adaa_links a {
    color: #333;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.adaa_socials_wrapper ul.adaa_links li:first-child {
    margin-right: 27px;
}
.adaa_donate {
    height: 43px;
    background-color: #4562a7;
    text-decoration: none;
    padding: 11px 16px 12px;
    display: inline-block;
    color: #fff !important;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}
.adaa_donate:hover {
    text-decoration: none;
    background: #384b76;
}

.main_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 77px;
    width: 100%;
    top: 0;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: #34777c;
}

.main_menu li:first-child a {
    text-align: center;
    display: block;
    padding: 27px 50px 26px 40px;
}

.main_menu li a {
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 27px 10px 23px;
    position: relative;
    z-index: 10;
}
.main_menu li:first-child::before {
    display: none !important;
}

.main_menu li:hover::before {
    display: block;
}

.main_menu li {
    position: relative;
}

.main_menu li::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #fff;
    display: none;
}

.main_menu li:hover a {
    background: #2d666a;
}

.main_menu li:first-child a:hover, .main_menu li:first-child a:hover {
    border-bottom-color: transparent !important;
    background: #2d666a;
}

.main_menu li:first-child:hover a::before, .main_menu li:first-child:hover a::after {
    background: #2d666a;
}


.main_menu li:first-child {
    width: 90px;
    margin-right: 27px;
}

.main_menu li:first-child a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 77px;
    width: 100%;
    z-index: -10;
    background-color: #519397;
}

.main_menu li:first-child a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 21px;
    right: 77px;
    width: 100%;
    z-index: -10;
    background-color: #519397;
}

.main_menu li:first-child a:after {
    transform: skewX(339deg);
}

.main_menu svg {
    height: 15px;
    fill: #fff;
}


.main_menu ul ul {
    width: 100%;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    background: #34777c;
    z-index: 99;
}

.main_menu ul ul li {
    width: 100% !important;
}
.main_menu ul ul li a {
    padding: 6px 10px !important;
    font-size: 14px;
    display: block;
    background: #34777c;
}
.main_menu li:hover li a {
    background: #34777c;
}
.main_menu ul ul li a:hover {
    background: #2d666a;
}


.main_menu ul ul li:last-child a {
    border-bottom: none;
}


.main_menu ul ul li a::after, .main_menu ul ul li a::before {
    display: none !important;
}

.main_menu ul li:hover ul {
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
}
.main_menu > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin: 0 auto;
}

.main_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}


.adaa li {
    margin-bottom: 0;
}

.search-options-container {
    border-radius: 0 !important;
}

.selectboxit {
    border-radius: 0 !important;
    border: 0 !important;
    height: 40px !important;
}
#organization-homepage .selectboxit-text {
    height: 40px;
    line-height: 40px;
}

.selectboxit-container span, .selectboxit-container .selectboxit-options a {
    height: 40px;
    line-height: 40px;
}

.search-header .input.keyword-input #keyword {
    height: 60px;
    border: 0 !important;
}

.search-options-container .advanced-search-link {
    text-decoration: underline;
}

.search-options-container .advanced-search-link:hover {
    text-decoration: none !important;
}

.section-wrapper.hero {
    height: auto !important;
}

.search-options-container .search-options-buttons {
    margin-top: 30px;
}

.search-options-container .submit {
    background-color: #fff;
    color: #1e4d78;
    height: 40px;
    opacity: 1 !important;
}

#search-container .search-options-container {
    background-color: rgba(46,54,127,.7) !important;
    border: 0 !important;
}

.header-section .selectboxit .selectboxit-arrow-container .selectboxit-arrow, #organization-homepage .selectboxit-arrow, .condition-row .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    border: none;
    width: 14px;
    height: 7px;
    display: block;
    background-image: url(/img/right-arrow.png);
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 0;
    margin: auto;
}

#wrapper .search-results .person .name {
    color: #4562a7;
}

.view-profile {
    margin-top: 25px;
    border-radius: 0;
    color: #fff !important;
    background-color: #3d62ac;
    border: 0;
    padding: 10px 14px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

.view-profile:hover, .view-profile:focus,.view-profile:active {
    background: #2f4c8a;
    text-decoration: none;
}

.footer .container {
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

.section-wrapper.footer div, .section-wrapper.footer a {
    color: #fff !important;
    text-align: center;
    background: #4562a7;
}

#sort-input + .label, .member-count-container, .member-count-container, .member-found-count, .member-total-count {
    color: #707070 !important;
}
.section-header {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    color: #969696;
}

#about-organization {
 color: #000;
}

#wrapper .accent-color, #wrapper .wf-links-container a.wf-tag, #wrapper .wf-links-container a.wf-tag .wf-link-text, #wrapper .wf-links-container a.wf-tag:hover, #login-container a:hover, #wrapper .section.twitter .tweet-footer .intents-container a:hover, #wrapper .section.twitter .author-info a:hover .screen-name, #UserProfileVariantSectionEditForm .twitter-notice a {
    color: #31377b ;
}

#wrapper .accent-color-bg, .overlay-container .accent-color-bg, .pagination-container .pagination-page-link.pagination-current, .toggle-container .toggle-block, .toggle-container.on-off-toggle.on {
    background-color: #4562a7;
}

.profile-sidebar {
    background: #f0f6fe;
    color: #222222;
}

.profile-sidebar h2 {
    color: #4562a7;
    font-size: 18px;
}

.profile-sidebar a:link, .profile-sidebar a:visited, .profile-sidebar a {
    color: #6fbfe9;
    font-weight: normal;
}

.profile-sidebar .wr {
    padding: 20px 40px;
    padding-top: 0;
}

#person-meta .name {
    color: #4562a7 !important;
    font-size: 30px;
}

.section-wrapper.footer {
    display: block !important;
}

#person-content {
    border: 0 !important;
}

#user-sections .section-header {
    margin-bottom: 1.6rem;
    color: #222222;
    font-size: 20px;
    text-transform: none;
}

#person-meta-toggle {
    display: none !important;
}

#person-meta-inner {
    max-height: none !important;
}

.profile-send-message {
    color: #fff !important;
    font-size: 16px;
    background-color: #4562a7;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 400;
    margin-top: 25px;
    display: inline-block;
}

.profile-send-message:hover {
    background: #2f4c8a;
    text-decoration: none;
}

.profile-send-message:hover, .profile-send-message:focus, .profile-send-message:active {
    color: #fff;
}

.view .container {
    padding-left: 50px !important;
}

.sign-up a {
    font-size: 12px !important;
    padding: 10px !important;
    font-weight: normal !important;
    display: flex !important;
    align-items: center !important;
    height: 43px !important;
    background-color: #fff !important;
    text-decoration: none;
    padding: 11px 16px 12px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    color: #323481 !important
}
.sign-up::before {
    display: none !important;
}

.sign-up::after {
    display: none !important;
}

.sign-up a svg {
    height: 25px;
    margin-right: 5px;
}

.adaa_address {
    line-height: 27px;
}

#content-main .photo img {
    width: 100% !important;
    max-width: none !important;
}