@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
html {
    margin-top: 32px !important;
}

body.rcd-page {
    line-height: 1.2;
        padding: 0px !important;
    margin-top: -30px;
}
.h1 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #316590;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}
.rcd-page .content-wrap {
    display: flex;
    width: 100%;
    height: calc(100vh - 95px);
}

.rcd-page .content-wrap .left {
    width: 55%;
    position: relative;
}

.rcd-page .content-wrap .right {
    width: 45%;
}

.rcd-page #map {
    width: 100%;
    height: 100%;
}

.rcd-page .warning{
    display: none;
}
.rcd-page footer{
    display: none;
}
.rcd-page .search-result {
    display: flex;
    padding: 40px 30px;
    background-color: #f9f9f9;
    min-height: calc(100vh - 50px);
}

.rcd-page .search-result .left-sidebar {
    width: 20%;
    padding-right: 30px;
}

.rcd-page .search-result .browse-results {
    width: 80%;
}

.rcd-page .sidebar-item {
    margin-bottom: 20px;
}

.rcd-page .browse-results {
    background: #fff;
    width: 100%;
    height: calc(100vh - 95px);
    max-height: calc(100vh - 95px);
    overflow-y: auto;
    position: relative;
    /* padding: 20px 20px 0; */
    /* display: flex; */
    /* flex-direction: column; */
}
.rcd-page .browse-results .res-lists.overlay{
   /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;*/
    transition: all 0.3s ease-in-out;
}

/*.rcd-page .browse-results.overlay.hidden {
    visibility: hidden;
    opacity: 0;
}*/
.rcd-page .browse-results .res-lists.hidden,
.rcd-page .browse-results .res-map.hidden {
    visibility: hidden;
    position: absolute;
    opacity: 0;
}
.rcd-page .browse-results .res-map{
    height: 100%;
}
.rcd-page .browse-results .card_wrpr {
    border: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-top: 15px;
    /* padding-top: 25px; */
    height: 100%;
}

#header ul li a:hover:after {
    display: none;
}

.row.expanded .large-12.columns {
    padding: 0;
}

.rcd-page:not(.page-template-page-rcd-regional-contact-database) .browse-results .res-controls.bottom {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 30px);
    left: 15px;
}

.rcd-page .browse-results.overlay .result-items {
    height: calc(100vh - 380px);
    overflow-y: auto;
}

.rcd-page .sbr-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.rcd-page .sbr-item-title h3 {
    color: #5c6670;
    font-size: 16px;
    font-weight: 400;
}

.rcd-page .sbr-item-title .trigger-list {
    font-size: 14px;
    color: #5c6670;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.rcd-page .sbr-item-title .trigger-list:hover {
    opacity: 0.6;
}

.rcd-page .sidebar-item ul li {
    border-bottom: 1px solid #f2f2f2;
}

.rcd-page .sidebar-item ul li:last-child {
    border-bottom: none;
}

.rcd-page .sidebar-item ul li a {
    color: #165671;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.rcd-page .sidebar-item ul li a:hover {
    background-color: #f2f2f2;
}

.rcd-page .res-top-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #316590;
    margin-bottom: 20px;
}

.rcd-page .browse-results .res-top-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.rcd-page .res-top-title h1 {
    color: #316590;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
}

.rcd-page .res-top-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.rcd-page .res-top-info .res-details {
    font-weight: 400;
    color: #5c6670;
    font-size: 14px;
}

.rcd-page .res-top-info .res-details strong {
    font-weight: 700;
}

.rcd-page .res-top-info .res-sort {
    color: #5c6670;
}

.rcd-page .res-top-info .res-sort span {
    margin-right: 10px;
}

.rcd-page .simple-select {
    padding: 6px 12px !important;
    font-size: 14px !important;
    border: 1px solid #d2d6de !important;
    color: #5c6670 !important;
    font-family: inherit !important;
    width: 100% !important;
    height: auto !important;
    font-weight: 400 !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
    background-image: none;
}

.rcd-page .res-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5c6670;
}

.rcd-page .res-controls .control-left {
    display: flex;
    align-items: center;
}

.rcd-page .res-controls .display-info {
    margin-right: 20px;
}

.rcd-page .per-page span {
    margin-left: 10px;
}
.rcd-page .left-menu-btn{
    display:none;
}
.rcd-page .pagination {
    display: flex;
    align-items: center;
}

.rcd-page .pagination .page-numbers{
    display: inline-block;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-left: -1px;
    padding: 6px 12px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
}

.rcd-page .pagination .active a.page-numbers,
.rcd-page .pagination a:hover {
    background-color: #165671;
    color: #ffffff;
}

.rcd-page .pagination a.next,
.rcd-page .pagination a.prev {
    width: auto;
}

.rcd-page .pagination .disabled {
    cursor: not-allowed;
}

.rcd-page .pagination a.disabled:hover {
    background-color: #fff;
    color: #5c6670;
}

.rcd-page .result-items {
    margin-top: 17px;
    margin-bottom: 17px;
}

.rcd-page .result-item {
    display: flex;
    align-items: center;
    color: #5c6670;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
}

.rcd-page .result-item .left_col {
    display: flex;
    align-items: center;
}

.rcd-page .result-item .img-wrap > img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rcd-page .result-item .rcd-btn {
    width: auto;
    margin-right: 15px;
}

.rcd-page .result-item .img-wrap {
    width: 75px;
    display: block;
    height: 75px;
    border: 1px solid #ddd;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}

.rcd-page .result-item .img-wrap:hover {
    opacity: 0.6;
}

.rcd-page .result-item .text-info {
    font-size: 14px;
    line-height: 22px;
}

.rcd-page .result-item .text-info a {
    color: #165671;
    transition: all 0.3s ease-in-out;
}

.rcd-page .result-item .text-info a:hover {
    opacity: 0.6;
}

.rcd-page .registration_box.edit-profile {
    max-width: 900px;
}

.rcd-page .registration_form .form_group.w-100 {
    width: 100%;
}

.rcd-page .form-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
}

.rcd-page .form-item.example {
    display: none;
} 

.rcd-page .form-item:last-child {
    border: none;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.rcd-page .form-item:first-child {
    margin-top: 20px;
    padding-top: 20px;
}

.rcd-page .form-item .control-item:last-child {
    margin-top: 10px;
}

.rcd-page .flex-group {
    display: flex;
    align-items: center;
}

.rcd-page .form_group.other  , .rcd-page .form_group.institutional-thematic , #rcd_search .form_group.institutional-thematic {
    display: none;
}

.rcd-page .form_group.other.active  , .rcd-page .form_group.institutional-thematic.active , #rcd_search .form_group.institutional-thematic.active {
    display: block;
}

.rcd-page .flex-group span {
    white-space: nowrap;
}

.rcd-page .registration_form .btn_wrpr.flex-btn {
    display: flex;
    align-items: center;
}

.rcd-page .add-function-fields {
    display: flex;
    align-items: center;
}

.rcd-page .add-function-fields .icon {
    margin-left: 10px;
    line-height: 16px;
}

.rcd-page .insert-function-fields {
    display: none;
}

.rcd-page .single_btn_wrpr .rcd-btn {
    margin-right: 10px;
}

.rcd-page .rcd-btn.btn-search {
    background-color: #316590;
}

.rcd-page .title_group {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #316590;
}

.rcd-page .profile-groups {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.rcd-page .profile-groups .profile-group {
    margin-right: 20px;
    margin-bottom: 20px;
}

.rcd-page .btns-wrpa {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rcd-page .btns-wrpa .rcd-btn {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

.rcd-page .login_dropdown {
    position: fixed;
    right: 0;
    top: 95px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 4px 7px rgba(0, 62, 113, 0.05);
    transition: all 0.15s ease-in-out;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.rcd-page .login_dropdown.active {
    opacity: 1;
    visibility: visible;
}
.rcd-page .login_dropdown .login_input {
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #efefef;
    font-size: 14px;
    color: #5C6670;
    width: 100%;
    display: block;
}
.rcd-page .login_dropdown .form_group {
    margin-bottom: 10px;
}
.rcd-page .just_end {
    display: flex;
    justify-content: flex-end;
}
.rcd-page .forgot_password {
    font-size: 12px;
    color: #5C6670;
    font-weight: normal;
    text-transform: none;
}
.rcd-page .forgot_password:hover,
.rcd-page .forgot_password.active {
    text-decoration: underline;
    color: #316590;
}
.rcd-page .rcd-btn {
    border: 0 !important;
    cursor: pointer !important;
    text-align: center !important;
    color: #fff !important;
    background: #5C6670 !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: 0.03em !important;
    font-family: 'Montserrat', sans-serif !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    line-height: 18px !important;

}
.rcd-btn-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.rcd-btn-group .rcd-btn{
    margin-right: 5px;
}
.rcd-btn-group .rcd-btn:last-child{
    margin-right: 0px;
}
.remove-fields.rcd-btn {
    position: absolute !important;
    width: auto !important;
    right: 0 !important;
    top: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    font-size: 12px !important;
    padding: 5px !important;
    line-height: 10px !important;
}

.remove-fields.rcd-btn  .icon {
    transform: rotate(45deg);
}

.rcd-page .rcd-btn:hover {
    background: #316590 !important;
}

.rcd-page .checkbox_item {
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    color: #5C6670 !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 14px !important;
}
.rcd-page .checkbox_item input {
    display: none;
}
.rcd-page .checkbox_item .check_icon {
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
    position: relative;
    border: 1px solid #5C6670;
    margin-right: 10px;
}
.rcd-page .checkbox_item input:checked ~ .check_icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 2.5px;
    top: 3.5px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #316590;
    border-bottom: 2px solid #316590;
    transform: rotate(-45deg);
}
.rcd-page .login_title {
    font-size: 14px;
    color: #316590;
    font-weight: 700;
    text-transform: none;
}
.rcd-page .main_controls_content {
    background: #fff;
    width: 100%;
    height: calc(100vh - 95px);
    max-height: calc(100vh - 95px);
    overflow-y: auto;
    position: relative;
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
}
.rcd-page .title_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
    border-bottom: 1px solid #316590;
    min-height: 28px;
}
.rcd-page .title_line h3 {
    color: #316590;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.rcd-page .def_link {
    font-size: 14px;
    color: #316590;
    text-decoration: underline;
}
.rcd-page .def_link:hover {
    opacity: 0.6;
}
.rcd-page .form_group {
    margin-bottom: 15px;
}
.rcd-page .input_group {
    display: flex;
    align-items: center;
}
.rcd-page .registration_box .text_input {
    padding: 9px 12px !important;
    background: #fff !important;
    border: 1px solid #aaa !important;
    font-size: 14px !important;
    color: #5C6670 !important;
    width: 100% !important;
    display: block !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    outline: none !important;
    line-height: 1 !important;
    height: auto !important;
}

.rcd-page input::-webkit-input-placeholder {
    color: #5C6670 !important;
}
.rcd-page input::-ms-input-placeholder {
    color: #5C6670 !important;
}
.rcd-page input::-moz-placeholder {
    color:red;
}
.rcd-page input::placeholder {
    color: #5C6670 !important;
}
   
.rcd-page .text_input:focus {
    outline: none;
}
.rcd-page .input_group_dropdown_wrpr {
    position: relative;
}
.rcd-page .input_group_dropdown_wrpr .rcd-btn {
    display: flex;
    align-items: center;
    padding: 9.7px 15px;
    height: 37px;
}
.rcd-page .input_group_dropdown_wrpr .rcd-btn svg {
    margin-left: 10px;
}
.rcd-page .search_input_group .search_btn {
    max-width: 90px;
    padding: 9.6px 15px;
    height: 37px;
}
.rcd-page .search_input_group .text_input {
    height: 37px !important;
    background-color: transparent !important;
    color: #666 !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    padding: 3px !important;
    font-size: 1rem !important;
    font-weight: normal !important;
}
.rcd-page .search_input_group .text_input::placeholder {
    color: #666 !important;
}
.rcd-page .input_group_dropdown {
    padding: 5px 0;
    background: #fff;
    box-shadow: 0px 4px 7px rgba(0, 62, 113, 0.05);
    transition: all 0.15s ease-in-out;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.rcd-page .input_group_dropdown.active {
    visibility: visible;
    opacity: 1;
}
.rcd-page .input_group_dropdown ul li a {
    padding: 7.5px 20px;
    display: block;
    color: #5C6670;
    font-size: 14px;
}
.rcd-page .input_group_dropdown ul li a:hover {
    color: #316590;
}
.rcd-page .input_group_dropdown ul li.divider {
    background-color: #eee;
    height: 1px;
    margin: 7.5px 0;
}
.rcd-page .mb_30 {
    margin-bottom: 30px;
}
.rcd-page .text_label {
    display: flex !important;
    margin-bottom: 10px !important;
    width: 100% !important;
    font-size: 14px !important;
    color: #5C6670 !important;
    min-height: 16px !important;
    line-height: 18px !important;
    height: 36px !important;
    align-items: center !important;
}
.page-template-page-rcd-regional-contact-database.rcd-page .mail_list_lab_wrap .text_label {
    width: auto !important;
}

.rcd-page .select2.select2-container {
    display: block;
    width: 100% !important;
}
.rcd-page .select2-container .select2-selection--single {
    padding: 3px 0;
    height: inherit;
    min-height: 38px !important;
    border: 1px solid #aaa !important;
    border-radius: 0px !important;
}
.rcd-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}
.rcd-page .single_btn_wrpr {
    display: flex;
    justify-content: flex-start;
}
.rcd-page .single_btn_wrpr .rcd-btn {
    width: inherit;
}
.rcd-page .main_info_block {
    background-color: #F8F8F8;
    width: calc(100% + 40px);
    padding: 20px;
    margin-left: -20px;
    margin-top: auto;
}
.rcd-page .main_info_block .copiright {
    font-size: 10px;
    text-align: center;
}
.rcd-page .main_info_block .logos_wrpr {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.rcd-page .main_info_block .logos_wrpr img {
    margin: 0 10px;
}
.rcd-page .profile_page {
    background: #f9f9f9;
    min-height: calc(100vh - 146px - 95px);
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}
.rcd-page .card_wrpr {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
}
.rcd-page .profile_sidebar {
    width: 400px;
    margin-right: 15px;
}
.rcd-page .profile_main {
    width: 100%;
    flex: 1;
}
.rcd-page .profile_main_info {
    text-align: center;
}
.rcd-page .profile_main_info h1 {
    font-size: 18px;
    font-weight: 400;
}
.rcd-page .profile_main_info h3 {
    font-size: 14px;
    font-weight: 400;
}
.rcd-page .profile_page .contact_id {
    font-weight: 400;
    font-size: 14px;
}
.rcd-page .profile_img_wrpr {
    width: 100%;
    border: 2px solid #efefef;
    display: flex;
    min-height: 220px;
    overflow: hidden;
}
.rcd-page .profile_img_wrpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rcd-page .profile_info_wrpr {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(49, 101, 144, 0.2);
    padding-bottom: 5px;
}
.rcd-page .profile_info_wrpr .title_label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #316590;
    line-height: 150% !important;
}
.rcd-page .profile_info_wrpr .text_info {
    font-size: 14px;
    font-weight: 400;
    color: #5C6670;
}
.rcd-page .profile_info_wrpr .text_info a {
    color: #316590;
}
.rcd-page .card_wrpr .profile_info_wrpr:last-child {
    margin-bottom: 0;
    border-color: transparent;
}
.rcd-page .print_btn_wrpr {
    display: flex;
    justify-content: flex-end;
}
.rcd-page .print_btn_wrpr .rcd-btn {
    width: inherit;
    margin-left: 10px;
}
.rcd-page .btn {
    border: 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #5C6670;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
}
.rcd-page .print_btn {
    width: inherit;
    margin-left: 10px;
}
.rcd-page .footer .main_info_block {
    background: #fff;
}
.rcd-page .registration_page {
    background: #f9f9f9;
    min-height: calc(100vh - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}
.rcd-page .registration_page .btns-row {
    padding: 20px 0;
}
.rcd-page .registration_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rcd-page  .btns-row .rcd-btn.map-link {
    margin-right: 5px;
    margin-bottom: 10px;
} 
.rcd-page .registration_form .form_group {
    width: calc(50% - 10px);
}
.rcd-page .registration_box {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    max-width: 700px;
    padding: 15px;
    margin-bottom: 15px;
}
.rcd-page .mandatory_star {
    color: #d50707;
}
.rcd-page .registration_form .btn_wrpr {
    width: 100%;
}
.rcd-page .registration_form .btn_wrpr .rcd-btn {
    width: auto;
}
.rcd-page .reg_box_title {
    font-size: 16px;
    color: #316590;
    margin-bottom: 0;
}
.rcd-page .text_input.file_input {
    padding: 6px 12px;
}
.rcd-page .main_controls_toggle_wrpr,
.rcd-page .main_controls_toggle,
.rcd-page .nav_mob_btn {
    display: none;
}
.rcd-page .control-left .per-page {
    display: flex;
    align-items: center;
}
.rcd-page .control-left .per-page span {
    white-space: nowrap;
}
.rcd-page .search-result .left-sidebar {
    width: 320px;
}
.rcd-page .search-result .browse-results {
    width: 100%;
    flex: 1;
}
.rcd-page .login_dropdown_bottom {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #5c6670;
    margin-top: 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.rcd-page .login_dropdown_bottom a {
    color: #316590;
}
.rcd-page .dropzone .file_input {
    display: none;
}
.rcd-page .dropzone .btns_wrpr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.rcd-page .input_file_btn {
    display: block;
    width: inherit;
}
.rcd-page .dropzone.dz-clickable .input_file_btn {
    cursor: pointer;
}
.rcd-page .radios_wrpr {
    display: flex;
    align-items: center;
}
.rcd-page .radios_wrpr .radio_btn {
    margin-right: 10px;
}
.rcd-page .radio_btn.checkbox_item .check_icon {
    border-radius: 50%;
}
.rcd-page .radio_btn.checkbox_item input:checked ~ .check_icon:after {
    border: 2px solid #316590;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #316590;
}
.rcd-page .form-item .control-item:last-child {
    margin-top: 0;
}
.rcd-page .control-item.other.active {
    margin-top: 27px;
}
.rcd-page .registration_page .simple-select {
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #aaa;
    font-size: 14px;
    color: #5C6670;
    outline: none;
}
.rcd-page .registration_page .profile_img_wrpr {
    width: 260px;
}
.rcd-page .mailing_list_block {
    margin-top: 20px;
    width: 50%;
}
.rcd-page .mailing_list {
    border: 2px solid #aaa;
    padding: 10px;
    min-height: 41px;
}
.rcd-page .main_controls_content .mailing_list_block {
    width: 100%;
}
.rcd-page .select2-container .select2-search--inline .select2-search__field {
    margin-top: 9px !important;
}
.rcd-page .select2-container--default.select2-container--focus .select2-selection--multiple,
.rcd-page .select2-container--default .select2-selection--multiple {
    border: 1px solid #aaa !important;
    border-radius: 0 !important;
    min-height: 37px !important;
}
.rcd-page .select2-container--default .select2-selection--multiple .select2-selection__choice {
    /*margin-top: 8px;*/
    margin-top: 4px;
}
.rcd-page .profile-groups {
    margin-bottom: 5px;
}
.rcd-page .dropzone {
    border: 2px dashed #aaa;
}
.rcd-page .control-item.other.active {
    margin-top: 0;
}

.rcd-page .ie .registration_page::before {
    content: "";
    display: inline-block;
    min-height: inherit;
    visibility: hidden;
}
.rcd-page .ie .registration_box {
    width: 700px;
}
.rcd-page .ie .registration_box.edit-profile,
.rcd-page .ie .registration_box .f-fields {
    width: 900px;
}
.w-100{
    width: 100%;
}
.rcd-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
}

/* Update profile things */

.profile_page .rcd-btn.edit {
    margin-left: auto;
}

.edit-profile-popup {
    display: none;
}

.select2-container--open {
    z-index: 99993;
}

#edit-profile-popup .btn{
    width: auto;
    height: 100%;
    margin-right: 10px;
    border-radius: 0;
}

.swal2-container{
    z-index: 99999999 !important;
}

.profile_edit-photo img{
    max-width: 100px;
    height: auto;
}

.header .login_btn {
    background: #5c6670;
    padding-left: 25px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    transition: 0.15s all ease-in-out;
    max-width: 106px;
}
.header .login_btn svg {
    margin-left: 10px;
}
.header .login_btn.active,
.header .login_btn:hover {
    background: #316590;
}
.login_dropdown {
    position: fixed;
    right: 0;
    top: 95px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 4px 7px rgba(0, 62, 113, 0.05);
    transition: all 0.15s ease-in-out;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.login_dropdown.active {
    opacity: 1;
    visibility: visible;
}
.login_dropdown .login_input {
    padding: 7px 10px;
    background: #fff;
    border: 1px solid #efefef;
    font-size: 14px;
    color: #5C6670;
    width: 100%;
    display: block;
}
.login_dropdown .form_group {
    margin-bottom: 10px;
}

/* .page-template-page-rcd-regional-contact-database #header .row.expanded.strip,
.page-template-page-rcd-regional-contact-database #header .home-nav,
.page-template-page-rcd-regional-contact-database #footer_bottom,
.page-template-page-rcd-regional-contact-database #header .hamburger {
    display: none;
} */

.page-template-page-rcd-regional-contact-database .content-wrap li {
    list-style: none;
    color: inherit;
}

.page-template-page-rcd-regional-contact-database .content-wrap li,
.page-template-page-rcd-regional-contact-database .content-wrap li input,
.rcd-page .select2-results__option {
    margin: 0;
}

.page-template-page-rcd-regional-contact-database form.content-wrap:not(#adminbarsearch) input[type=search] {    
    background-color: transparent !important;
    color: #666 !important;
    border: none;
    border-radius: 3px !important;
    padding: 3px !important;
    height: auto !important;
}

.rcd-page .registration_page label.checkbox_item {
	display: flex!important;
}

body {
    padding-top: 95px !important;
}

/*.rcd-page .header {
    box-shadow: none !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    // padding-left: 45px !important; 
    background: #FFFFFF !important;
    position: fixed !important;
    // padding: 0 15px !important; 
    z-index: 999 !important;
}
*/
.rcd-page .header ul li {
    list-style: none;
}

.rcd-page .main_info_block {
    display: none;
}

.rcd-page .home-nav.colors #menu-home-navigation li > a {
    color: #fff;
}

/* .page-template-page-rcd-regional-contact-database.rcd-page .header {
    height: 50px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
} */


/* MY CONTACTS */
.page-template-page-rcd-my-contacts{

}
@media(max-width: 576px) {
    .rcd-page .btns-row {
        flex-wrap: wrap;
    }
    .rcd-page .btns-row .rcd-btn.map-link {
        margin-left: 0;
    }
    .rcd-page .btns-row .rcd-btn {
        margin-bottom: 5px;
    }
    .edit-profile-popup {
        padding: 0;
    }
}

@media(max-width: 1480px) {
    .rcd-page .browse-results.overlay .result-items {
        height: calc(100vh - 472px);
    }

    .rcd-page .browse-results.overlay .res-controls {
        flex-direction: column;
    }

    .rcd-page .browse-results.overlay .res-controls .control-left {
        margin-bottom: 20px;
    }

}

@media(max-width: 1199px) {
    .rcd-page .browse-results.overlay .res-top-info {
        flex-direction: column;
    }

    .rcd-page .browse-results.overlay .res-top-info .res-details {
        margin-bottom: 10px;
    }

    .rcd-page .browse-results.overlay .result-items {
        height: calc(100vh - 515px);
    }
}

@media(max-width: 767px) {
    .rcd-page .search-result,
    .rcd-page .profile_page {
        flex-direction: column;
    }

    .page-template-page-rcd-my-contacts-php .container > div {
        padding: 0px 10px;
    }

    .page-template-page-rcd-my-contacts-php .container > div > a.rcd-btn.map-link.rcd-submit-form,
    .page-template-page-rcd-my-contacts-php .container > div > a.rcd-btn.map-link {
        font-size: 12px !important;
    }
    .page-template-page-rcd-my-contacts-php  div > h2{
            text-align: center;
    }
    .page-template-page-rcd-my-contacts-php .result-item{
        display: block;
        width: 100%;
        padding: 10px 10px;
    }

    .page-template-page-rcd-my-contacts-php .rcd-btn {
        margin-top: 10px;
    }
    .page-template-page-rcd-my-contacts-php a.rcd-btn b {
        font-size: 10px !important;
    }

    .page-template-page-rcd-my-contacts-php .result-item .text-info {
        font-size: 12px;
        line-height: 22px;
        display: inline-block;
    }

    .page-template-page-rcd-my-contacts-php .result-item .img-wrap {
        width: 55px;
        display: inline-block;
        height: 55px;
    }


    .title_line div {
        display: block;
            width: 100%;
    }
    .rcd-page .title_line > div > a {
        text-align: center;
        display: block !important;
            width: 100%;
    }
}

@media(max-width: 576px) {
    .rcd-page .browse-results.overlay .res-controls.bottom {
        position: fixed;
        bottom: 0;
        padding-top: 10px;
        padding-bottom: 20px;
        width: 100%;
        background-color: #fff;
        left: 0;
    }

    .rcd-page .browse-results.overlay {
        height: calc(100vh - 192px);
        overflow-y: auto;
    }

    .rcd-page .browse-results.overlay .result-items {
        height: auto;
    }
}

@media(max-width: 400px) {
    .rcd-page .btns-wrpa .rcd-btn {
        width: 100%;
    }
}
@media(max-width: 1400px) {
    .rcd-page .header_nav ul li a {
        font-size: 13px;
    }
}

@media(max-width: 1300px) {
    .rcd-page .header_nav ul li a {
        font-size: 11px;
    }

    .rcd-page .header .language_btn {
        padding: 0 15px;
        font-size: 12px;
    }
}

@media(max-width: 1199px) {
    .rcd-page .res-controls {
        flex-direction: column;
    }

    .rcd-page .res-controls .control-left {
        margin-bottom: 20px;
    }

    .rcd-page .header_logo {
        max-width: 200px;
    }

    .rcd-page .header_nav ul li {
        margin-right: 13px;
    }

    .rcd-page .header_nav ul li a,
    .rcd-page .header .language_btn {
        font-size: 11px;
    }
    .rcd-page .header .language_btn {
        padding: 0 10px;
        padding-right: 5px;
    }
    .rcd-page .header .login_btn {
        padding-left: 15px;
        padding-right: 10px;
    }
    .rcd-page .mailing_list_block {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .rcd-page .content-wrap {
        position: relative;
        overflow: hidden;
    }

    .rcd-page .content-wrap .left {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .rcd-page .content-wrap .right {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: 0.3s all ease-in-out;
        z-index: 999999;
    }



    .rcd-page .main_controls_toggle {
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        background: #5C6670;
        position: fixed;
        right: 15px;
        top: 120px;
        z-index: 2;
    }

    .rcd-page .main_controls_toggle svg {
        width: 20px;
        height: 20px;
    }

    .rcd-page .main_controls_toggle svg path {
        fill: #fff;
    }

    .rcd-page .main_controls_toggle.active {
        transform: rotate(180deg);
    }

    .rcd-page .content-wrap .right.hide {
        right: -100%;
    }

    .rcd-page .main_controls_content {
        padding-top: 50px;
    }

    .rcd-page .profile_sidebar {
        width: 100%;
        margin-right: 0;
    }

    .rcd-page .profile_page {
        flex-wrap: wrap;
    }

    .rcd-page .footer .main_info_block {
        width: 100%;
        margin-left: 0;
    }

    .rcd-page .profile_info_wrpr .text_info a {
        word-wrap: break-word;
    }

    .rcd-page .res-top-info {
        flex-direction: column;
    }

    .rcd-page .res-top-info .res-details {
        margin-bottom: 20px;
    }

    .rcd-page .ie .registration_box,
    .rcd-page .ie .registration_box.edit-profile {
        width: 500px;
    }

    .rcd-page .nav_mob_btn {
        display: flex;
        flex-direction: column;
        margin: 0 20px;
    }

    .rcd-page .nav_mob_btn span {
        display: block;
        width: 20px;
        height: 3px;
        background: #5C6670;
        margin: 2px 0;
    }

    .rcd-page .header_nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        left: 0;
        top: 50px;
        background: #fff;
        width: 100%;
        box-shadow: 0px 4px 7px rgba(0, 62, 113, 0.05);
        padding: 10px;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s all ease-in-out;
        transform: rotateY(45deg);
    }

    .rcd-page .header_nav ul.active {
        opacity: 1;
        visibility: visible;
        transform: rotateY(0);
    }

    .rcd-page .header_nav ul li {
        margin-right: 0;
        margin: 10px;
    }

    .header > .row.expanded {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body #header .logo span {
        width: auto !important;
    }

    body {
        padding-top: 50px !important;
    }

    .rcd-page .content-wrap .right {
        display: block !important;
    }

    .rcd-page .header .logo {
        /*height: auto !important;
        width: 100% !important;
        max-width: 200px !important;*/
    }
    .rcd-page .header{
        position: initial !important;
    }

    body.rcd-page{
        padding: 0px !important;
        margin-top: -42px !important;
    }

    .rcd-page .content-wrap {
        height: calc(100vh - 50px);
    }

    .rcd-page .main_controls_content {
        height: calc(100vh - 50px);
        max-height: calc(100vh - 50px);
    }

    .rcd-page .login_dropdown {
        top: 50px;
    }

    .rcd-page #header > .row.expanded:not(.strip) {
        padding: 5px 0;
    }

    .page-template-page-rcd-profile .rcd-page .btns-row .rcd-btn.map-link{
        font-size: 12px !important;
       margin-right: 4px;
    }

    .page-template-page-rcd-profile .rcd-page .profile_img_wrpr{
        display: block;
    }

    .page-template-page-rcd-profile .rcd-page .profile_img_wrpr img {
        width: 30%;
        height: 40%;
    }
}

@media(max-width: 767px) {
    .rcd-page .registration_form .form_group {
        width: 100%;
    }

    .rcd-page .header {
        padding-left: 10px;
    }

    .rcd-page .search-result {
        flex-wrap: wrap;
        padding: 20px;
    }

    .rcd-page .search-result .left-sidebar {
        width: 100%;
        padding-right: 0;
    }

    .rcd-page .result-item .img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .rcd-page .registration_box.edit-profile {
        max-width: 100%;
    }

    .rcd-page .form_group {
        margin-bottom: 15px;
        min-width: 100%;
    }

    .rcd-btn.map-link{
        margin-bottom: 10px;
    }

    .page-template-page-rcd-regional-contact-database .browse-results  .res-top-title{
        display: block;
    }

    .page-template-page-rcd-regional-contact-database .browse-results .res-top-title h1{
        margin-bottom: 20px;
        text-align: center;
    }

    .page-template-page-rcd-regional-contact-database.rcd-page .result-item .text-info {
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        vertical-align: top;
        width: 68%;
        font-size: 13px !important;
    }

    .page-template-page-rcd-regional-contact-database.rcd-page .result-item .left_col {
        display: inline-block !important;
        width: 65%;
    }

    .rcd-page .result-item .rcd-btn {        
       margin-right: 0px;
        display: inline-block !important;
        width: 28%;
        font-size: 11px !important;
        vertical-align: top;
        padding: 6px 3px !important;
    }

    .page-template-page-rcd-regional-contact-database.rcd-page  .result-item {
        display: block !important;
    }


    .page-template-page-rcd-regional-contact-database.rcd-page .result-item .text-info {
        font-size: 14px;
        line-height: 22px;
        display: inline-block;
        vertical-align: top;
        width: 65%;
        font-size: 12px !important;
        line-height: 1.5em;
    }

    .rcd-page .result-item .img-wrap {
        min-width: 50px;
        width: 50px;
        display: inline-block;
    }

    .rcd-page .single_btn_wrpr.btns-wrpa button#rcd-btn-search.rcd-btn,
    .rcd-page .single_btn_wrpr.btns-wrpa button#rcd-btn-reset.rcd-btn {
        width: 100%;
        text-align: center !important;
        display: block !important;
    }

    .page-template-page-rcd-profile section.profile_page .btns-row{
        display: block;
        text-align: center;
    }

    .page-template-page-rcd-profile .rcd-page .btns-row .rcd-btn.map-link{
        font-size: 12px !important
    }
    .page-template-page-rcd-profile .rcd-page .profile_img_wrpr img {
        width: 100%;
    }

    .page-template-page-rcd-profile .profile_main .print_btn_wrpr{
        display: block;
    }

    .page-template-page-rcd-profile .profile_main .print_btn_wrpr .btn{
        border-radius: 12px;
        display: inline-block;
        width: 120px !important;
        margin-bottom: 10px;
        line-height: 1.2em;
        vertical-align: top;
    }

    .rcd-page .main_controls_toggle {        
        top: 130px;      
    }
}

@media(max-width: 576px) {
    .rcd-page .header {
        padding-left: 10px;
    }

    .rcd-page .res-controls .control-left {
        flex-direction: column;
    }

    .rcd-page .res-controls .display-info {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .rcd-page .pagination a {
        width: 20px;
        padding: 6px 9px;
    }

    .rcd-page .result-item .img-wrap {
        min-width: 41px;
        width: 40px;
        margin-right: 5px;
        height: 40px;
    }

    .rcd-page .content-wrap {
        min-height: calc(100vh - 50px);
        height: inherit;
    }

    .rcd-page .search_input_group .search_btn {
        max-width: 85px;
    }

    .rcd-page .profile-groups .profile-group {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .rcd-page .registration_form .btn_wrpr.flex-btn {
        flex-direction: column;
    }
    .rcd-page .add-function-fields {
        margin-left: 0;
        margin-top: 15px;
    }
    .rcd-page .registration_page .profile_img_wrpr {
        width: 100%;
    }
}

@media(max-width: 400px) {
    .rcd-page .input_group_dropdown_wrpr .rcd-btn {
        display: none;
    }
    .rcd-page .header .login_btn {
        padding-left: 15px;
        padding-right: 5px;
        font-size: 12px;
    }
    .rcd-page .header .login_btn svg {
        margin-left: 5px;
    }
    .rcd-page .header .language_btn {
        padding: 0 10px;
    }
    .rcd-page .header .language_btn svg {
        margin-left: 5px;
    }
    .rcd-page .nav_mob_btn {
        margin: 0 10px;
    }
}

@media screen and (max-width: 64.0625em) {
    .rcd-page .mobile-nav ul li {
        text-align: center !important;
    }

    .rcd-page .mobile-nav ul.sub-menu li::after {
        content: "";
        display: none !important;
    }

    .rcd-page .mobile-nav ul.sub-menu li > a > br {
        display: none !important;
    }

    .rcd-page .mobile-nav ul li.calendar_icon,
    .rcd-page .mobile-nav ul li.cma2_icon,
    .rcd-page .mobile-nav ul li.upload_icon {
        height: auto !important;
        background: none !important;
    }

    .rcd-page .mobile-nav.open {
        z-index: 9999999;
    }
}

@media print {
    html {
        margin-top: 0 !important;
    }

    body {
        padding-top: 0 !important;
    }

    .header {
        display: none !important;
    }

    .rcd-page .profile_page {
        background: #f9f9f9;
        height: auto !important;
        display: flex !important;
        flex-direction: row !important;
        padding: 20px !important;
        width: 100% !important;
    }

    .rcd-page .profile_page .btns-row {
        display: none;
    }

    .rcd-page .profile-groups {
        flex-direction: row !important;
    }

    .rcd-page .profile_page .print_btn_wrpr {
        display: none !important;
    }

    .rcd-page .card_wrpr > .print_style.profile_info_wrpr {
        margin-bottom: 0 !important;
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }

    .rcd-page .card_wrpr {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .rcd-page .profile_sidebar {
        width: 35% !important;
        margin-right: 15px !important;
        float: left !important;
    }

    .rcd-page .profile_main {
        width: 60% !important;
        float: right !important;
    }

    .disclaimer_section {
        max-width: 100% !important;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3) !important;
        box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3) !important;
        padding: 20px !important;
        background: #73808B !important;
        color: #fff !important;
        font-size: 17px !important;
        line-height: 24px !important;
        margin: 30px auto !important;
        -webkit-print-color-adjust: exact;
    }

    .footer {
        display: none !important;
    }

    #footer_bottom {
        display: none;
    }

    .rcd-page .profile_img_wrpr {
        min-height: unset;
    }
}
.rcd-page .gm-style img {
    max-width: 100% !important;
}

.rcd-reg-tooltip {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    cursor: pointer;
}

.mail_list_lab_wrap {
    display: flex;
    justify-content: space-between;
}

.mail_list_lab_wrap .text_label {
    width: auto;
}

.rcd_export_btns {
    display: flex;
}

.rcd_export_btns .rcd-btn {
    width: auto;
    margin-right: 15px;
}

.rcd-btn.map-link {
    width: auto;
    margin-bottom: 10px;
}

.rcd-page .btns-row {
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    justify-content: flex-start;
    padding: 20px 0;
}
.representative-functions {
    width: 100%;
}

.form_group_row.two_col .form_group {
    /*width: calc(50% - 10px);*/
    width: calc(50% - 20px);
    margin-right: 20px;
    float: left;
}
.form_group_row.two_col .form_group:nth-child(even){
    margin-right: 0px;
}

.form_group{
    position: relative;
}

.form_group-popup{
    width: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    right: 0;
    opacity: 1;
    transition: opacity 0.3s;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.form_group-popup.mailing_list{
    bottom: calc( 100% + 25px );
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
}

.form_group-popup::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.form_group-popup ul{
    display: inline-block;
    text-align: left;
}

.form_group select:hover + .form_group-popup,
.form_group .select2:hover + .form_group-popup,
.form_group input:hover + .form_group-popup{
    opacity: 1;
    visibility: visible;
}

/* .form_group .text_label:hover .form_group-popup{
    opacity: 1;
    visibility: visible;
} */
.text_disclaimer{
    display: inline-block;
    margin-bottom: 15px;
    margin-left: -1px;
    width: 100%;
    font-size: 14px;
    color: #5C6670;
    min-height: 16px;
    line-height: 18px;
    padding: 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.text_disclaimer a:hover,
.text_disclaimer a{
    color: #316590;
    font-weight: bold;
}

.disclaimer_section{
    max-width: 1200px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    padding: 20px;
    background-color: #73808B;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    margin: 30px auto;
}

.rcd-page .form-item.form-item_add-fields{
    padding: 0;
}

.loader_wrapper.disabled{
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    display: none;
}

.loader_wrapper{
    visibility: visible;
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    left: 0;
    top: 0;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #5c6670;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    left: calc( 50% - 60px);
    top: 45%;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form_group-col{
    display: flex;
}

.form_group-col .right-aligned{
    text-align: right;
}

.form_group-col .bigger{
    flex-grow: 1;
}

.checkbox_btn{
    margin-bottom: 5px !important;
}

.checkbox_btn .checkbox_icon{
    min-width: 22px;
    min-height: 22px;
    width: 22px;
    height: 22px;
    position: relative;
    border: 1px solid #5C6670;
    margin-right: 10px;
}

/* .checkbox_btn .checkbox_icon::after{
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
    position: relative;
    border: 1px solid #5C6670;
    margin-right: 10px;
} */

.checkbox_btn input:checked ~ .checkbox_icon:after {
    content: "";
    background-color: #316590;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2px;
    top: 2px;
}

#rcd_city{
    border: 1px solid #aaa !important;
    border-radius: 0 !important;
    min-height: 37px !important;
}
.select2-container.select2-container--open{
    z-index: 999999;
}

#edit-profile-popup {
    top: 140px;
}

.rcd-page .select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 0 5px;
}
.rcd-page .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    line-height: 24px;
}
.rcd-page  .select2-container--default .select2-search--dropdown .select2-search__field{
    color: #666!important ;
}
.rcd-page .select2.select2-container .select2-selection .select2-selection__arrow:before{
    display:none;
}

.page-template-page-rcd-profile .fancybox-slide {
    /*top: 140px;*/
    top: 30px;
}

.page-template-page-rcd-profile #edit-profile-popup {
    top: 10px;
}