/*
Theme Name: Junima
Template: Divi
*/
@import url("../Divi/style.css");

/******************************************************************************
*******************************************************************************
                                      Front page
*******************************************************************************
******************************************************************************/

#main-content {
    /*position: relative;*/
    max-width: 1440px;

     margin: 25px auto;
    background: white;
}

.home #page-container {
    padding-top: 0 !important;
}

.home .slider img {

}

header a:hover, header a:focus {
    color: currentColor;
    text-decoration: none;
}

header a {
    color: currentColor;
}

.home #top-menu-header {
    position: absolute;
    top: 15px;
    width: 100%;
}

.home #top-menu-header nav {
    color: white;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
}

.right {
    float: right;
}

.home #top-menu-header img.triangle {
    width: 7px;
    height: 7px;
}

.home #top-menu-header img {
    height: 15px;
    width: 15px;
    vertical-align: middle;
}

.home .search_menu .search {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: lighter;
    font-size: 12px;
    background: transparent;
    border: none;
    color: white;
    max-width: 165px;
}

@keyframes search_input {
    from {
        background: transparent;
    }
    to {
        background: white;
    }
}

.home .search_menu .search:focus {
    color: black;
    animation-name: search_input;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}

.home .search_menu .search::-webkit-input-placeholder {
    color: white;
    text-overflow: ellipsis;
}

.home .search_menu .search::-moz-placeholder {
    color: white;
    text-overflow: ellipsis;
}

.home .search_menu .search:-moz-placeholder {
    color: white;
    text-overflow: ellipsis;
}

.home .search_menu .search:-ms-input-placeholder {
    color: white;
    text-overflow: ellipsis;
}

.home .search_menu .search:focus::-webkit-input-placeholder {
    color: transparent
}

.home .search_menu .search:focus::-moz-placeholder {
    color: transparent
}

.home .search_menu .search:focus:-moz-placeholder {
    color: transparent
}

.blockquote_wrapper {
    padding: 0 20%;
	top: 20vh;
    z-index: 9999;
    position: absolute;
}

.blockquote_wrapper .blockquote {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.blockquote_wrapper .blockquote .author {
    width: 100%;
    text-align: right;
    padding-top: 20px;
    font-weight: normal;

}

.home .search_menu .search:focus:-ms-input-placeholder {
    color: transparent
}

.home #top-menu-header .menu, #top-menu-header .social, #top-menu-header .search_menu {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.home #top-menu-header .menu span, .social a {
    margin: 0 10px;
}

.home .search_menu {
    padding: 0 10px;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

.home #bottom-menu-header {
    position: absolute;
    top: 56px;
    width: 100%;
    border-top: 1px solid white;
    border-bottom: 1px solid white
}

.home #bottom-menu-header .logo_box {
    width: 17%;
    margin: 0 !important;
}

.home #bottom-menu-header nav {
    width: 82%;
    height: 93px;
    margin: 0;
}

.home #bottom-menu-header .logo_box, #bottom-menu-header nav {
    display: inline-block;
    margin: 20px 0;
    vertical-align: middle;
}

.home #bottom-menu-header .logo_box img {
    width: 100%;
    /*height: auto;*/
}

#bottom-menu-header .menu {
    color: white;
    height: 100%;
    text-transform: uppercase;
    font-family: "Arial";
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    position: relative;
}

.home #bottom-menu-header .menu span {
    margin-right: 20px;
    height: 100%;
    display: inline-block;
    padding-top: 35px;
}

.home #bottom-menu-header .menu span:last-child {
    margin-right: 0;
}

.home .menu_container {
    max-width: 1280px;
    margin: 0 auto;
}

.home .search_menu input[type="image"] {
    display: inline-block;
    vertical-align: middle;
}

#frontSlider .item {
    max-height: 80vh !important;
    background-size: 100% auto;
    background-position: center;
    overflow: hidden;
}

#frontSlider .item > .image {
    min-height: 80vh;
    width: auto;
    max-width: none;
}

#frontSlider {
    height: 80vh;
    overflow: hidden;
}

.get_involved .et_pb_text_inner {
    color: #ffffff;
}

.get_involved .et_pb_column_0 {
    padding-right: 35px;
    padding-left: 25px;
}

.get_involved p {
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
}

@media screen and (min-width: 1500px) {
    #frontSlider .carousel-indicators {
        top: calc(80vh - 35px);
    }

    #frontSlider .parner_slider {
        top: calc(80vh - 180px);
    }

    #frontSlider .additional_information {
        top: calc(80vh - 100px - 80px);
    }
}

#frontSlider .carousel-indicators li {
    margin: 0 15px;
    width: 15px;
    height: 15px;
}

.slider_text {
    position: absolute;
    bottom: 250px;
    width: 100%;
}

.slider_text h1 {
    text-align: center;
    color: #ffffff;
    font-family: "Arial Black";
    font-weight: bold;
    font-size: 40px;
}

.parner_slider {
    position: absolute;
    bottom: 100px;
    height: 80px;
    width: 77%;
    left: 12%;
}

.parner_slider img {
    width: auto !important;
    margin: 0 auto;
}

.section_faq .title h3 {
    text-transform: uppercase;
    text-align: center;
    font-family: "Arial Black";
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: #3BBAE0;
}

.section_faq .image {
    text-align: center;
    width: 100%;
    height: 130px;
}

.section_faq .description {
    font-family: Arial;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin: 10px 0;
}

.section_faq .button a {
    color: currentColor;
    cursor: pointer;
}

.section_faq .button {
    text-transform: uppercase;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #ffffff;
    background: #3BBAE0;
    padding: 1em 0;
}

.section_faq {
    padding: 50px 0;
}

.section_faq div[class*='item'] {
    box-shadow: 1px 1px 4px grey;
    padding: 50px 35px;
    margin-bottom: 10px;
}

#recentSlider img {
    width: 100%;
    /*height: auto;*/
    max-height: 500px;
}

.overlaySlider_wrapper {
    /*position: absolute;*/
    top: 50px;
    /*left: 0;*/
}

.overlaySlider_wrapper h1 {
    text-transform: uppercase;
    text-align: center;
    font-family: "Arial Black";
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: #3BBAE0;
}

.overlaySlider_wrapper .description {
    margin-top: 100px;
    font-family: Arial;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #ffffff;
}

.overlaySlider_wrapper .date {
    margin-top: 20px;
    font-family: Arial;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: #3BBAE0;
}

.section_posts {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 50px;
}

.section_posts .image {
    width: 100%;
    height: 100%;
    position: relative;
}

.section_posts img {
    width: 100%;
    height: 100%;
    background: #000000;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .section_posts .col-md-4 .title {
        padding: 3px 10px !important;
    }
}

.section_posts .col-md-4 .title {
    position: absolute;
    bottom: 5px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    font-family: "Arial Black";
    text-transform: uppercase;
    padding: 10px 50px 30px 20px;
    height: 40%;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    color: #ffffff;
}

.section_posts .title {
    position: absolute;
    bottom: 5px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #ffffff;
    font-family: "Arial Black";
    font-size: 18px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    padding: 10px 15px;
    overflow: hidden;
    height: 70px;
}

.section_posts .title p {
    height: 50px;
    overflow: hidden;
}

.section_posts .posts {
    margin-bottom: 20px;
}

.section_posts .button {
    margin: 20px auto;
    width: 230px;
}

.section_posts .button a {
    border: 1px solid #3BBAE0;
    color: #3BBAE0;
    text-transform: uppercase;
    text-align: center;
    padding: 1em 2.5em;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
}

#true_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

#true_loadmore:hover {
    background-color: #767676;
    color: #fff;
}

/******************************************************************************
*******************************************************************************
                                      Default page
*******************************************************************************
******************************************************************************/

@media screen and (min-width: 1281px) {
    .news_events .breadcrumbs, .policy_information .breadcrumbs {
        overflow: hidden;
        height: auto;
    }

    /*
    .news_events .breadcrumbs img.main, .policy_information .breadcrumbs img.main {
      height: 100%;
    }
    */
    .news_events .breadcrumbs img.main, .policy_information .breadcrumbs img.main {
        min-height: 100vh;
    }
}

.news_events .breadcrumbs img.main, .policy_information .breadcrumbs img.main {
    min-height: 100vh;
}

.news_events #main-content, .policy_information #main-content {
    max-width: 100% !important;
}

.breadcrumbs .image-box {
    padding-bottom: 13px;
}

.post-template-default .breadcrumbs img.main {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.home .section_posts .image img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.breadcrumbs img.main {
    width: 100%;
}

@media screen and (min-width: 981px) {
    .breadcrumbs img.main {
        height: 100%;
    }

    .get_involved .breadcrumbs img.main, .my_account .breadcrumbs img.main {
        min-height: auto;
        height: auto;
    }
}

.breadcrumbs #top-menu-header {
    position: absolute;
    top: 15px;
    width: 100%;
}

.breadcrumbs #top-menu-header nav {
    color: white;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
}

.breadcrumbs #top-menu-header img.triangle {
    width: 7px;
    height: 7px;
}

.breadcrumbs #top-menu-header img {
    height: 15px;
    vertical-align: middle;
    width: 15px;
}

.breadcrumbs .search_menu .search {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: lighter;
    font-size: 12px;
    background: transparent;
    border: none;
    color: white;
    max-width: 165px;
}

@keyframes search_input {
    from {
        background: transparent;
    }
    to {
        background: white;
    }
}

.breadcrumbs .search_menu .search:focus {
    color: black;
    animation-name: search_input;
    animation-duration: 1000ms;
    animation-fill-mode: forwards;
}

.breadcrumbs .search_menu .search::-webkit-input-placeholder {
    color: white;
    text-overflow: ellipsis;
}

.breadcrumbs .search_menu .search::-moz-placeholder {
    color: white;
    text-overflow: ellipsis;
}

.breadcrumbs .search_menu .search:-moz-placeholder {
    color: white;
    text-overflow: ellipsis;
}

.breadcrumbs .search_menu .search:-ms-input-placeholder {
    color: white;
    text-overflow: ellipsis;
}

.breadcrumbs .search_menu .search:focus::-webkit-input-placeholder {
    color: transparent
}

.breadcrumbs .search_menu .search:focus::-moz-placeholder {
    color: transparent
}

.breadcrumbs .search_menu .search:focus:-moz-placeholder {
    color: transparent
}

.breadcrumbs .search_menu .search:focus:-ms-input-placeholder {
    color: transparent
}

.breadcrumbs #top-menu-header .menu, #top-menu-header .social, #top-menu-header .search_menu {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.breadcrumbs #top-menu-header .menu span, .social a {
    margin: 0 10px;
}

.breadcrumbs .search_menu {
    padding: 0 10px;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

.breadcrumbs #bottom-menu-header {
    position: absolute;
    top: 56px;
    width: 100%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding-left: 30px;
    padding-right: 30px;
}

.breadcrumbs #bottom-menu-header .logo_box {
    width: 17%;
    margin: 0 !important;
}

.breadcrumbs #bottom-menu-header nav {
    width: 82%;
    height: 106px;
    margin: 0;
}

.breadcrumbs #bottom-menu-header .logo_box, #bottom-menu-header nav {
    display: inline-block;
    margin: 20px 0;
    vertical-align: middle;
}

.breadcrumbs #bottom-menu-header .logo_box img {
    width: 100%;
    /*height: auto;*/
}

#bottom-menu-header .menu span {
    margin-right: 20px;
    position: relative;
    height: 100%;
    display: inline-block;
    padding-top: 35px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

#bottom-menu-header span:hover > a:after, #bottom-menu-header span.active > a:after {
    border: 2px solid #31B6DE;
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    border-radius: 5px;
}

#bottom-menu-header .menu span:last-child {
    margin-right: 0;
}

.menu_container {
    max-width: 1440px;
    margin: 0 auto;
}

.search_menu input[type="image"] {
    display: inline-block;
    vertical-align: middle;
}

#bottom-menu-header span:hover + .submenu, #bottom-menu-header .submenu:hover {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .submenu {
        display: none;
        position: absolute;
        background-color: #ffffff;
        color: #bbbbbb;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
        left: 0;
        z-index: 1000;
        font-size: 14px;
    }

    .submenu li {
        float: none;
        width: 100%;
    }
}

@media screen and (min-width: 1201px) {
    .submenu {
        display: none;
        position: absolute;
        top: 100%;
        background-color: #ffffff;
        color: #bbbbbb;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 900px;
        z-index: 1000;
        font-size: 14px;
    }

    #bottom-menu-header > div > nav > div > ul:nth-child(2) li {
        float: left;
        width: 20%;
        position: relative;
    }

    .submenu li {
        float: left;
        width: 25%;
        position: relative;
        min-height: 80px;
    }
}

.submenu li a {
    display: block;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    color: #575757;
}

/*
.submenu li a:hover:after {
  border: 2px solid #31B6DE;
  content: " ";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}
*/
div.et_pb_tab {
    min-height: 600px;
}

ul.et_pb_tabs_controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

li[class*='et_pb_tab_'] {
    border: none;
    width: 11.11111111111111111111%;
}

li[class*='et_pb_tab_']:hover {
    background-color: #000000 !important;
}

li.et_pb_tab_active:hover {
    background-color: #31B6DE !important;
}

.et_pb_tab_active {
    background-color: #31B6DE !important;
}

ul.et_pb_tabs_controls:after {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

#story {
    border: none;
}

.et_pb_tab_content {
    margin: -24px -30px;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    padding: 50px 40px !important;
}

.et_pb_tabs_controls li a {
    color: #ffffff !important;
    font-weight: normal;
    font-family: Helvetica;
    font-size: 24px;
    text-align: left;
}

.our_missions {
    min-height: 700px;
    max-width: 100% !important;
}

.our_mission_image {
    position: absolute;
    right: 120px;
}

.our_mission_text {
    /*position: absolute;
    top: 50px;
    max-width: 800px;
    left: 0;*/
    width: 50%;
    background-color: #ffffff;
    padding: 35px 50px 35px 200px;
    box-shadow: 0 1px 3px 0 rgba(127, 127, 127, 0.5);
}

.our_mission_text h2 {
    font-family: "Arial Black";
    color: #31B6DE;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.our_mission_text p {
    font-family: Arial;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    color: #101010;
}

a.our_missions_button:before {
    position: absolute;
    top: 50%;
    left: 5%;
    background-image: url(/wp-content/themes/Divi-child/images/Who_we_are_download.svg);
    width: 40px;
    height: 40px;
    background-size: 100%;
    content: " ";
    opacity: 1;
    margin: 0;
    display: block;
    transform: translateY(-50%);
}

.our_missions_button:after {
    display: none;
}

.our_missions .et_pb_button_module_wrapper {
    background-color: #ffffff !important;
    position: absolute;
    top: 420px;
    height: 120px;
    width: 50%;
}

.our_missions .et_pb_button_0.et_pb_button.et_pb_module.our_missions_button, .our_missions .et_pb_button_0.et_pb_button.et_pb_module.our_missions_button:hover {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    /*position: absolute;*/
    padding: 1em 2em !important;
    /*left: 0;*/
    /*top: 20px;*/
    background-color: #ffffff !important;
    width: auto;
    border-color: #3bbae0 !important;
    color: #3bbae0 !important;
    text-align: center;
    margin: 10px 0 25px 0 !important;
}

#activities h1 {
    font-family: "Arial Black";
    font-size: 24px;
    font-weight: 900;
    text-align: left;
    color: #3bbae0;
}

.h1, .h1 h1 {
    text-transform: uppercase;
    text-align: center;
    font-family: "Arial Black";
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: #3BBAE0;
}

.body {
    font-family: Arial;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    padding: 0 20px 20px;
}

.about_junima .et_pb_row_3 img {
    height: 140px;
}

.our_team {
    position: relative !important;
    max-width: 100% !important;
    /*padding-left: 100px !important;*/
}

.our_team_text {
    position: absolute;
    top: 30%;
    background: #ffffff;
    padding: 20px 100px 30px 20px;
    right: 0;
    font-weight: normal;
    font-family: Arial;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    color: #101010;
    box-shadow: 0 1px 3px 0 rgba(127, 127, 127, 0.5);
}

#member_organization .et_pb_image {
    text-align: center;
    margin-bottom: 5%;
    /*height: auto !important;*/
}

.our_team h1, .member_organization h1 {
    text-transform: uppercase;
    text-align: left;
    font-family: "Arial Black";
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: #3BBAE0;
}

.about_junima .et_pb_row_6, .about_junima .et_pb_row_6 .et_pb_text {
    text-align: center !important;
}

.about_junima .et_pb_row_6 .et_pb_text {
    height: auto !important;
    position: relative;
}

.about_junima .et_pb_row_6 .et_pb_text .et_pb_text_inner {
    padding: 0 25px;
}

.about_junima .et_pb_row_6 .et_pb_image {
    height: 100px;
}

.about_junima .et_pb_row_6 img {
    max-height: 100%;
}

.join_member, .join_member:hover {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 1em 2em !important;
    border-color: #3bbae0 !important;
    text-align: center;
    color: #ffffff !important;
    background: #3BBAE0 !important;
    cursor: pointer;
}

.join_member:after {
    content: none;
}

.about_junima .et_pb_row_7 h1 {
    line-height: 1.2em;
}

.list {
    padding: 10px 5px;
    background: #ebebeb;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

.list:last-child {
    border-bottom: 1px solid gray;
}

.list.active {
    background: #ffffff;
}

.list label:before {
    content: "";
    border-radius: 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.list input[type="checkbox"] {
    display: none;
}

.lists label {
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
}

.lists input[type=checkbox]:checked + label:before {
    content: url(images/Who_we_are_flag.svg);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.listing_item {
    padding: 10px 0 10px 10px;
}

.listing_item img {
    display: inline-block;
    margin-right: 10px;
}

.listing_item h3 {
    display: inline-block;
    font-family: "Arial Black";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    padding: 0;
}

#story h2 {
    text-transform: uppercase;
    font-family: "Arial Black";
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    color: #3BBAE0;
}

.migration_and_health .image_text {
    position: absolute;
    bottom: 5%;
    color: #ffffff;
    width: 50%;
    left: 0;
    padding: 10px 25px 20px;
    background-color: rgba(0, 0, 0, .5);
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
}

.migration_and_health .image_text h1 {
    color: #ffffff;
    font-family: Arial;
    font-weight: bold;
    font-size: 36px;
    padding: 10px 0;
}

.useful_links_lists .title {
    border-top: 5px solid;
    border-bottom: 1px solid;
    padding: 5px 10px;
}

.useful_links_lists .title h1 {
    font-family: Arial;
    font-weight: 900;
    font-size: 24px;
    color: #3BBAE0;
    padding: 10px 0;
}

.useful_links_lists .item_link {
    border-bottom: 1px solid;
    margin: 0 10px;
}

.useful_links_lists .item_link h2 {
    font-family: Arial;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 17px;
    padding: 20px 0px;
    line-height: 20px;
}

.more a {
    font-family: Arial;
    text-transform: uppercase;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

.more {
    margin-left: 10px;
    padding: 20px 40px;
    position: relative;
}

.more:before {
    content: url(images/What_we_do_arrow.svg);
    width: 20px;
    height: 20px;
    visibility: visible;
    position: absolute;
    top: 15px;
    left: 0;
}

.migration_text p {
    font-size: 16px;
    line-height: 25px;
    font-family: Arial;
    font-weight: normal;
}

.migration_text h1 {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #3BBAE0;
}

.category h1 {
    font-family: Arial;
    font-size: 18px;
    padding: 0;
}

.category:last-child {
    margin-right: 0 !important;
}

@media screen and (max-width: 1360px) and (min-width: 1025px) {
    .category {
        margin-right: 5px !important;
    }
}

@media screen and (max-width: 1024px) {
    .category {
        width: 100% !important;
        margin: 5px 0 !important;
    }
}

.category {
    display: inline-block;
    width: auto;
    margin-right: 2%;
    border: 1px solid;
    background-color: #ffffff;
    padding: 20px 20px;
    text-align: center;
    /*min-width: 13%;*/
    margin-left: 0;
}

.category_date {
    padding: 18px 30px;
    text-align: center;
    border: none;
    margin-top: -50vh;
    color: white;
    font-size: 40px;
}

.category_date.all {
    margin-top: -40vh;
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.month_text .month {
    color: #3ABADF;
}

.policy_information .categories, .news_events .news {
    background-color: #ebebeb;
    padding: 20px 0;
}

.get_involved .breadcrumbs {
    max-height: 150px;
}

.policy_information .inform_section, .news_events .inform_section {
    background-color: #ffffff;
    padding: 30px 0;
}

.policy_information .products_section, .news_events .products_section {
    background-color: #ebebeb;
    padding: 20px 0;
}

.policy_information .products_section_no_scroll, .news_events .products_section_no_scroll {
    background-color: #ebebeb;
    padding: 20px 0;

}
 .products_section_no_scroll .post_title, .news_events .post_title {
    font-size: 14px;
     height: 90px;
}
#news-top-items .post_title{
height:auto;
}

@media (min-width: 1200px) {
    .policy_information .post, .news_events .post {
        width: 32.333333333%;
    }
}

.image {
    position: relative;
}

.cat_name.id_4:before {
    content: url(images/How_we_work_data.svg);
    top: 20%;
    left: 10%;
    position: absolute;
}

.cat_name.id_5:before {
    content: url(images/How_we_work_policy.svg);
    top: 20%;
    left: 10%;
    position: absolute;
}

.cat_name.id_6:before {
    content: url(images/How_we_work_publications.svg);
    top: 20%;
    left: 10%;
    position: absolute;
}

.cat_name {
    position: absolute;
    bottom: 6px;
    width: 65%;
    background-color: #000000;
    color: #ffffff;
    padding: 5px 0 5px 50px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

.post_title {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    padding: 15px 0;
}

.post .image img {
    width: 100%;
}

.calendar {
    display: none;
    background-color: #ffffff;
    padding: 0 0 20px;
}

.prd_section {
    background-color: #ebebeb;
    padding: 20px 0;
}

#datepicker .ui-datepicker td {
    border: 0;
    padding: 1px;
}

#datepicker {
    float: left;
}

.get_involved h2.et_pb_slide_title {
    position: absolute;
    bottom: 15%;
    font-size: 16px !important;
    right: 10%;
}

.get_involved .et-pb-arrow-prev {
    opacity: 1 !important;
    left: -14px !important;
}

.get_involved .et-pb-arrow-next {
    opacity: 1 !important;
    right: -14px !important;
}

.get_involved .et_pb_slide_content {
    text-align: left;
    font-weight: bold;
}

.get_involved .et_pb_slide_description:before {
    content: url(images/Get_involved_quote1.svg);
    width: 100%;
    position: absolute;
    top: 10%;
    left: 0;
}

.get_involved .et_pb_slide_description:after {
    content: url(images/Get_involved_quote2.svg);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 1440px) {
    .get_involved .subscribe_section {
        width: 100%;
        margin-left: 70px;
        margin-right: 120px;
    }
}

.get_involved .subscribe_section {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .get_involved div.et_pb_section.et_pb_section_0 {
        background: url('/wp-content/uploads/2017/10/get_involved_header.jpg') !important;
    }
}

.get_involved h1 {
    font-family: "Arial Black";
    font-size: 40px;
    font-weight: 900;
    line-height: 1.38;
    text-align: left;
    color: #ffffff;
}

.get_involved .subscribe_section h1 {
    color: #435b74;
}

.get_involved .subscribe_section form label {
    font-family: Arial;
    font-size: 10px;
    text-align: left;
    color: #ffffff;
    width: 100%;
    font-weight: lighter;
}

.get_involved .subscribe_section form {
    width: 100%;
    background-color: rgba(67, 91, 116, 0.96);
    color: #ffffff;
    padding: 30px 50px 70px 50px;
}

.get_involved .subscribe_section form input, .get_involved .subscribe_section form select {
    width: 100%;
    margin-bottom: 5px;
}

.get_involved .subscribe_section form input {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.get_involved .subscribe_section form input[type="submit"] {
    font-family: Arial;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    color: #3bbae0;
    background: transparent;
    padding: 15px 90px;
    border: solid 2px #3bbae0;
    margin-top: 25px;
    width: auto !important;
    border-radius: 3px;
}

.contact_us h1 {
    font-family: Arial;
    font-size: 18px;
    font-weight: 900;
}

.contact_us h1 a {
    margin-left: 50px;
}

.newsletter_row {
    position: absolute;
    width: 80%;
    top: 15%;
    background: transparent;
    right: 10%;
    color: #ffffff;
    /*max-height: calc( 100vh - 15%) ;*/
    overflow: hidden;
}

.newsletter_row {

}

.newsletter .breadcrumbs {
    margin-bottom: 0;
}

.newsletter .breadcrumbs, .newsletter .breadcrumbs .image-box {
    min-height: 1020px;
    height: auto;
}

.newsletter .subscribe_section h1 {
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    font-family: Arial;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.newsletter .subscribe_section form {
    width: 100%;
}

.newsletter .subscribe_section form label {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    font-weight: lighter;
}

.newsletter .subscribe_section form input, .newsletter .subscribe_section form select {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
}

.newsletter .subscribe_section form input {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
}

.newsletter .subscribe_section form input[type="submit"] {
    padding: 5px 20px;
    background-color: #31B6DE;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #31B6DE;
    float: right;
    font-size: 12px;
    font-weight: bold;
}

.link_row {
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    font-family: Arial;
    font-weight: lighter;
    color: #000000;
}

.et_pb_row .link_row:last-child {
    margin-bottom: 20px !important;
}

.our_history_image img {
    width: 100%;
}

.our_history_text {
    /*position: absolute;
    top: 0;*/
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 35px;
    background-color: rgb(255, 255, 255);
    font-family: Helvetica;
    font-size: 24px;
    color: #000000;
    line-height: 1.2;
    margin-left: 50%;
}

/******************************************************************************
*******************************************************************************
                                      Footer
*******************************************************************************
******************************************************************************/

.custom_footer {
    width: 100%;
    background: #d8d8d8;
}

.footer_row {
    width: 100%;
    margin: 0 5px;
    padding-bottom: 0px;
    padding-top: 20px;
    max-width: 1440px;
    float: left;
}

.footer_row h3 {
    text-transform: uppercase;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}

.footer_row li a {
    color: currentColor;
    cursor: pointer;
}

.footer_row li {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0;
}

.social_footer a {
    margin-right: 10%;
}

.subscribe_button {
    border: none;
    background: transparent;
    border-bottom: 2px solid #31B6DE;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    float: right;
    margin-top: 10px;
}

#subscribe_email {
    border: none;
    font-style: italic;
    padding: 5px;
    font-size: 12px;
    width: 100%;
    clear: both;
    display: block;
}

.tright {
    text-align: right;
}

.subscribe_form {
    float: right;
    width: 100%;
}

/******************************************************************************
*******************************************************************************
                                      Other
*******************************************************************************
******************************************************************************/
header#mobile-menu > div {

}

@media screen and (max-width: 1023px) {
    #story {
        padding-right: 0 !important;
    }

    #top-menu-header, #bottom-menu-header {
        display: none;
    }

    #mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        width: auto;
        left: 0;
        padding: 25px;
        max-height: 130px;
        width: 100%;
        background: transparent;
    }
}

@media screen and (min-width: 1024px) {
    #top-menu-header, #bottom-menu-header {
        display: block;
    }

    #mobile-menu {
        display: none;
    }
}

.mobile_menu {
    display: none;
    position: absolute;
    /* top: 100%; */
    /* left: 5%; */
    /* height: 55vh; */
    /* max-height: 400px; */
    width: 100%;
    background-color: #fff;
    color: #000;
    padding: 5%;
    overflow: scroll;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.15);
}

.search_text {
    border: none !important;
    width: 85%;
    font-size: 22px;
    line-height: 30px;
    height: 30px;
}

.search_section {
    border: 1px solid #bbbbbb;
    padding: 15px;
}

.inform_section h1 {
    padding: 15px 0;
}

.ui-datepicker-header {
    display: none;
}

.month {
    font-weight: bold;
}

.button_prev, .button_next, .month_text {
    display: inline-block;
}

.month_text {
    width: 80%;
}

.button_prev a, .button_next a {
    color: currentColor;
    text-decoration: none;
}

.button_prev a:hover, .button_prev a:focus, .button_next a:hover, .button_next a:focus {
    text-decoration: none;
}

#datepicker {
    margin-right: 10px;
}

.month_text .month {
    margin-right: 5px;
}

.ui-datepicker {
    border: none !important;
}

.ui-datepicker thead tr, .ui-datepicker thead th {
    padding-top: 0 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}

.owl-next img {
    transform: rotate(180deg);
}

.owl-next {
    position: absolute;
    top: 5px;
    right: -30px;
}

.owl-prev {
    position: absolute;
    top: 5px;
    left: -35px;
}

.useful_links #main-content a, .useful_links #main-content a:hover {
    color: #000000;
}

.useful_links .et_pb_text {
    margin-bottom: 1.8675% !important;
    padding-bottom: 1.8675%;
}

#recentSlider .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

#recentSlider .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #fff;
}

.h1.strategic h1 {
    font-family: Arial;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    color: #31b6de;
}

#member_organization p {
    font-family: Arial;
    font-size: 16px;
    text-align: center;
    color: #101010;
}

.clearrow {
    height: 100px;
}

.downloadable_button {
    width: 100%;
    background-color: transparent;
    padding: 0;
    border: 1px solid #3bbae0;
}

.downloadable_button .display {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 7px;
    width: 50px;
    height: 100%;
    border-left: 1px solid #3bbae0;
}

.downloadable_button img.download {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    border-left: 1px solid #3bbae0;
    padding: 11px !important;
    width: auto !important;
}

.downloadable_button h5 {
    padding: 0;
    margin-left: 10px;
    width: 69%;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    font-family: Arial;
    color: #3bbae0;
    font-size: 20px;
    text-align: center;
}

.username {
    border-bottom: 1px solid lightgray;
    margin-bottom: 10px;
}

.username h5 {
    text-transform: capitalize;
    font-size: 36px;
    display: block;
    width: 100%;
}

.comp_name h5 {
    font-size: 20px;
    font-family: Arial;
}

.position {
    margin-bottom: 20px;
    position: relative;
}

.position:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABfklEQVQ4T5VUy1HDMBDdHeUOmqzOhAoIFRAqACqAVAAdkHRABwkVABVAKiB0kJylGZsCPMvII3sUeS0H3byfp7fPb4WQOUVRTKqqukLEiS9j5p1SaqO13vW1YV/CWrtAxGcpj4iL8Xi8FHNS0Dm3BoD7HHsAWBPRPK3pMMwxS5uZeWmMWcTxDqBzrgSAk6R5H77PknhJRLoX0Fo7Q8TPpGlORF4CcM49AMAqzjPztTHmq4kdMEwbmPnHGDONAay1W0S8iGLthT52ACgw/CCi2xjQOfcOADdNLMtQACyVUudaa68rBF9+A8DpUYBBp/SnlIj4Eoz9FIMBwC8RteCdkQPgwUgDXnwlIv+j2iPZxmv2NgBUp1P9RIaBpd/V1HPpHXsiqnc8y7DPbwLjOyLy8gwD+grBb20jM2+MMTNJltxrI21NjaGUutRab/8FGEb3dnmMG6UHYVDDuCAeXVrFozVsCouimFZVVS+/Umqae617bZPe6ldyNBqVfbrF9X90vqcVoVlXsQAAAABJRU5ErkJggg==');
    position: absolute;
    left: 0;
    top: -30%;
    width: 15px;
    height: 20px;
}

.position h5 {
    padding-left: 20px;
    font-size: 14px;
    color: lightgray;
    font-family: Arial;
}

.links_lists h3 {
    padding-bottom: 50px;
}

.get_involved #main-content {
    max-width: 100%;
}

#main-content .container:before {
    width: 0 !important;
    height: 0 !important;
}

.et_pb_row {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: auto;
}

.download_button, .download_button:hover {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 1em 2em !important;
    background-color: transparent !important;
    width: 100%;
    max-width: 250px;
    border-color: #3bbae0 !important;
    color: #3bbae0 !important;
    text-align: center;
    margin: 10px 0 25px 0 !important;
}

.download_button:before {
    position: absolute;
    top: 15px;
    left: 5%;
    background-image: url(/wp-content/themes/Divi-child/images/Who_we_are_download.svg);
    width: 40px;
    height: 40px;
    background-size: 100%;
    content: " ";
    opacity: 1;
    margin: 0;
    display: block;
}

.download_button:after {
    content: none !important;
}

@media screen and (max-width: 1024px) {
    .et_pb_tabs_controls li a {
        padding-left: 25px !important;
        padding-right: 0 !important;
    }

    .our_mission_text {
        top: 50px !important;
        padding-left: 50px !important;
    }

    .strategic_section.et_pb_row_3 {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }

    .blockquote_wrapper {
        padding: 0 10%;
    }
}

.my_account .container {
    max-width: 1280px !important;
    width: 100% !important;
}

.links_lists strong {
    background-color: #ebebeb;
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    font-size: 18px;
    display: block
}

.links_lists .et_pb_text {
    margin-bottom: 1.8675% !important;
    padding-bottom: 1.8675%;
    padding-left: 25px;
    position: relative;
}

.links_lists a, .links_lists a:hover {
    color: #000000;
}

.links_lists .et_pb_text_1, .links_lists .et_pb_text_5, .links_lists .et_pb_text_11 {
    padding-left: 0 !important;
}

.links_lists .et_pb_text_1:before, .links_lists .et_pb_text_5:before, .links_lists .et_pb_text_11:before {
    content: none !important;
}

.links_lists .et_pb_text:before {
    content: url(/wp-content/themes/Divi-child/images/What_we_do_triangle.svg);
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
}

.contact_us #main-content h1 {
    font-family: "Arial Black";
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    color: #101010;
}

.contact_us #main-content .input {
    padding: 7px 15px !important;
    background: transparent;
    min-height: 30px;
    border: solid 1px #d5d5d5;
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    color: #d5d5d5;
}

.contact_us #main-content textarea.input {
    height: 90px;
}

.contact_us .breadcrumbs .image-box {
    min-height: 100%;
}

.contact_us .breadcrumbs {
        background: url(http://junima.upmedio.com/wp-content/uploads/2017/10/contactUs.jpg2_.jpg);
        background-position: bottom right;
        height: 1050px;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .contact_us .et_pb_section {
        overflow: auto;
        /*height: auto;*/
        top: 60px !important;
    }

    .contact_us .breadcrumbs {
        background: url(http://junima.upmedio.com/wp-content/uploads/2017/10/contactUs.jpg2_.jpg);
        background-position: bottom right;
        height: 1050px;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    .contact_us .breadcrumbs img.main {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .contact_us .et_pb_section {
        overflow: auto;
        /*height: auto;*/

        top: 30px !important;
    }

    .contact_us .breadcrumbs {
        background: url(http://junima.upmedio.com/wp-content/uploads/2017/10/contactUs.jpg2_.jpg);
        background-position: bottom right;
        height: 1100px;
        background-repeat: no-repeat;
    }

    .contact_us .breadcrumbs img.main {
        display: none;
    }
}

.contact_us #main-content .et_pb_button, .contact_us #main-content .et_pb_button:hover {
    background-color: #3bbae0;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    padding: 10px 45px !important;
    border: none;
}

.contact_us #main-content .et_pb_button:after {
    content: none !important;
}

.get_involved .et_pb_slide_description {
    padding: 16% 10px !important;
}

.event {
    margin-top: 40px;
    position: relative;
}

.event_text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 35px 45px;
}

.event_text p {
    font-family: Arial;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    color: #ffffff;
}

.event_text h5 {
    font-family: "Arial Black";
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}

/******************************************************************************
*******************************************************************************
                                      Modal
*******************************************************************************
******************************************************************************/

.sign_in_registration .breadcrumbs .main {
    max-height: 1100px !important;
}

.modal {
    display: block;
    z-index: 1200;
    width: 100%;
    min-height: 100vh;
    height: 1100px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
}

.sign_in_registration .modal {
    position: relative;
    top: 0;
    height: 900px;
}

.sign_in_registration .embed-responsive-16by9 {
    height: 150px;
}

.modal .modal_form {
    z-index: 1201;
    position: absolute;
    max-width: 600px;
    width: 100%;
    max-height: 100%;
    height: initial;
    top: 50px;
    left: 50%;
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 50px;
    margin-left: -300px;
}

.modal_header h5 {
    font-family: "Arial";
    font-size: 14px;
    font-style: italic;
    color: #101010;
}

.modal_header {
    font-family: "Arial";
    font-size: 14px;
    font-style: italic;
    color: #101010;
    text-align: right;
    width: 100%;
    margin-bottom: 40px;
}

.modal_tabs {
    height: 25px;
}

.modal_tabs .active {
    font-family: "Arial";
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #3bbae0;
}

.modal_tabs a {
    font-style: normal;
    font-family: "Arial";
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #d8d8d8;
    width: 50%;
    display: inline;
    float: left;
    text-decoration: none;
}

.modal_tabs a:hover {
    text-decoration: none;
}

.modal_tabs a:last-child {
    text-align: right;
}

.modal input[type="text"], .modal select, .modal input[type="password"], .modal input[type="email"] {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #9b9b9b;
    margin-bottom: 25px;
    font-size: 20px;
    padding: 0 10px;
}

.modal label {
    font-family: Arial;
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    color: #101010;
}

.modal .last {
    width: 100%;
}

.modal .last a {
    font-family: Arial;
    font-size: 20px;
    text-align: left;
    color: #d8d8d8;
    vertical-align: bottom;
    width: 65%;
    display: inline-block;
}

.modal select {
    font-style: italic;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 25px) calc(1em + 2px), calc(100% - 20px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.modal .last input {
    width: 34%;
    height: 50px;
    border-radius: 5px;
    background-color: #3bbae0;
    border: solid 1px #3bbae0;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.modal_login input[type="checkbox"] {
    width: 17px;
    height: 17px;
    border-radius: 2px;
    border: solid 1px #979797;
}

.modal_login input[type="checkbox"]:not(:checked), .modal_login input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.modal_login input[type="checkbox"]:not(:checked) + label:before, .modal_login input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

.modal_login input[type="checkbox"]:not(:checked) + label:after, .modal_login input[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: .1em;
    left: .15em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #000000;
    transition: all .2s;
}

.modal_login input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.modal_login input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.modal_login input[type="checkbox"]:not(:checked) + label, .modal_login input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

.modal_login {
    display: none;
}

#signup {
    float: right;
}

.modal .errors, .modal .success {
    display: none;
    clear: both;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}

.modal .success {
    width: 100%;
    color: black;
    background: green;
    border-radius: 10px;
}

.modal .errors li {
    line-height: 15px;
}

.modal .errors {
    width: 100%;
    color: black;
    background: red;
    border-radius: 10px;
}

.modal select option {
    text-transform: capitalize;
}

#top-menu-header, #bottom-menu-header {
    z-index: 2;
}

#mobile-menu {
    z-index: 999999;
}

.home_link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 73%;
}

.not_home_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 27%;
}

.logo_box {
    position: relative;
}

#frontSlider .additional_information {
    position: absolute;
    top: calc(80vh - 100px - 80px);
    bottom: auto;
    left: 10%;
    /*height: auto;*/
    width: 80%;
    background-color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

#frontSlider .additional_information .title {
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding: 28px 30px;
    color: #282828;
    font-family: 'Arial Black';
    max-width: calc(100% - 215px);
}

#frontSlider .additional_information .button {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    padding: 2em;
    float: right;
    padding-right: 1em;
    padding-left: 0;
}

#frontSlider .additional_information .button a {
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    background-color: #3BBAE0;
    color: #ffffff;
    padding: 0.5em 2.5em;
}

.about_junima #main-content, .migration_and_health #main-content {
    max-width: 100%;
}

.our_history_text p {
    font-family: Arial;
    font-size: 20px;
    line-height: 1.45;
    color: #101010;
}

#member_organization .et_pb_column {
    padding: 10px;
}

/*#member_organization .et_pb_column:hover {
  background-color: rgba(67, 91, 116, 0.2);
}*/

#member_organization.et_pb_row {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .our_history_text p, .our_mission_text p {
        color: #ffffff !important;
    }

    .our_history_text, .our_mission_text {
        padding: 30px !important;
        margin: 0 !important;
        background: transparent !important;
        width: 100% !important;
        box-shadow: none !important;
    }

    .our_missions .et_pb_button_0.et_pb_button.et_pb_module.our_missions_button, .our_missions .et_pb_button_0.et_pb_button.et_pb_module.our_missions_button:hover {
        background-color: transparent !important;
    }
}

.mobile_menu > span {
    padding: 3px;
    text-transform: capitalize;
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 3px;
    float: left;
}

.mobile_menu .sub {
    float: right;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s linear;
}

.mobile_menu .sub.showing {
    transform: rotate(90deg);
    transition: all 0.3s linear;
}

.mobile_menu .submenu {
    position: relative;
    background-color: transparent;
    color: #bbbbbb;
}

.mobile_menu .submenu li a {
    text-align: left;
    padding: 5px;

}

@media screen and (max-width: 1440px) {
    .menu_container {
        max-width: 1280px;
    }
}

.preload {
    text-align: center;
    clear: both;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .et_pb_row_16:before {
        top: 2% !important;
    }

    .blockquote_wrapper .blockquote {
        padding: 0 20px;
        font-size: 14px;
    }

    .et_pb_row_16:after {
        bottom: 2% !important;
    }
}

@media screen and (max-width: 480px) {
    /*
    Home page
    */
    /*.parner_slider{
      bottom: -10px;
    }*/
    #frontSlider .additional_information {
        position: absolute;
        top: 35%;
        bottom: auto;
        left: 0;
        /*height: auto;*/
        width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
    }

    #frontSlider .additional_information .title {
        font-size: 18px;
        font-weight: 900;
        display: block;
        /* vertical-align: middle; */
        float: left;
        padding: 10px;
        color: #282828;
        font-family: 'Arial Black';
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    #frontSlider .additional_information .button {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        padding: 1.5em 0;
        float: right;
        padding-right: 15px;
        width: 100%;
        text-align: center;
    }

    #frontSlider .additional_information .button a {
        font-family: Arial;
        font-size: 14px;
        font-weight: normal;
        background-color: #3BBAE0;
        color: #ffffff;
        padding: 0.5em 0.5em;
    }

    #frontSlider .parner_slider {
        bottom: 10%;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 0px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

    #frontSlider .carousel-indicators li {
        margin: 0 5px;
        width: 10px;
        height: 10px;
    }

    .owl-prev {
        position: absolute;
        top: -7px;
        left: -35px;
    }

    .owl-next {
        position: absolute;
        top: -7px;
        right: -35px;
    }

    /*
    About junima
    */
    .our_team .et_pb_text {
        width: auto;
    }

    .et_pb_row_16:before {
        top: 1% !important;
    }

    .et_pb_row_16:after {
        bottom: 1% !important;
    }

    .et_pb_row_16 {
        background-image: url(http://junima.upmedio.com/wp-content/uploads/2017/10/Join_us.jpg);
        background-color: #ebebeb;
        width: 100%;
        padding: 5% 5% !important;
        max-width: 100% !important;
    }

    .et_pb_button_0.et_pb_button.et_pb_module {
        width: auto !important;
    }

    .h1, .h1 h1 {
        padding: 0 10px;
    }

    .et_pb_section .et_pb_text_inner {
        padding: 0px 10px;
    }

    .listing_item a {
        display: inline-block;
        width: 85%;
        vertical-align: top;
    }

    /*
    News & Events
    */
    .section_posts .title {
        font-size: 16px !important;
        padding: 10px 0px 0 10px !important;
        height: 30% !important;
    }

    .month_text {
        width: auto;
    }

    /*
    Contact us
    */
    .contact_us .breadcrumbs {
        background: url(http://junima.upmedio.com/wp-content/uploads/2017/10/contactUs.jpg2_.jpg);
        background-position: bottom right;
        height: 1100px;
        background-repeat: no-repeat;
    }

    .contact_us img.main {
        display: none;
    }

    .contact_us .et_pb_contact_form_container {
        padding: 0 10px;
    }

    .contact_us .et_pb_text_0:before,
    .contact_us .et_pb_text_1:before {
        left: 10px !important;
    }

    .contact_us .et_pb_section {
        overflow: auto;
        top: 30px !important;
        padding: 0;
        height: auto !important;
    }

    .migration_and_health .image_text h1 {
        font-size: 22px;
    }

    .migration_and_health .image_text p {
        font-size: 14px;
        line-height: 1.5
    }

    .migration_and_health .image_text {
        padding: 10px 25px 15px !important;
        width: 100% !important;
        bottom: 30px !important;
    }

    #frontSlider .item {
        height: 80vh;
        width: 100%;
        background-position: 30% top;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    #frontSlider .carousel-inner img {
        display: none;
    }

    .migration_and_health .image_text {
        position: relative;
        color: #ffffff;
    }
}

@media screen and (max-width: 990px) and (min-width: 469px) {
    #frontSlider .additional_information {
        position: absolute;
        top: 30%;
        left: 0;
        bottom: auto;
        /*height: auto;*/
        width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
    }

    #frontSlider .additional_information .title {
        font-size: 18px;
        font-weight: 900;
        display: block;
        /* vertical-align: middle; */
        float: left;
        padding: 10px;
        color: #282828;
        font-family: 'Arial Black';
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    #frontSlider .additional_information .button {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        padding: 1.5em 0;
        float: right;
        padding-right: 15px;
        width: 100%;
        text-align: center;
    }

    #frontSlider .additional_information .button a {
        font-size: 18px;
    }

    #frontSlider .parner_slider {
        bottom: 10%;
    }

    .overlaySlider_wrapper .description {
        margin-top: 50px;
    }

    .section_posts .title {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        color: #ffffff;
        font-family: "Arial Black";
        font-size: 20px !important;
        font-weight: bold;
        /*text-transform: uppercase;*/
        padding: 10px 50px 30px 20px;
        height: 30% !important;
    }

    .et_pb_section .et_pb_text_inner {
        padding: 0px 10px;
    }

    .our_team .et_pb_text {
        width: auto;
    }

    .et_pb_row_16 {
        padding: 15% 15% !important;
    }

    .migration_and_health .image_text {
        bottom: 30px;
        width: 100%;
    }

    .migration_and_health .et_pb_row_5 .et_pb_text_1:before,
    .migration_and_health .et_pb_row_5 .et_pb_text_2:before,
    .migration_and_health .et_pb_row_5 .et_pb_text_3:before,
    .migration_and_health .et_pb_row_5 .et_pb_text_4:before,
    .migration_and_health .et_pb_row_5 .et_pb_text_5:before,
    .migration_and_health .et_pb_row_5 .et_pb_text_6:before,
    .migration_and_health .et_pb_row_5 .et_pb_text_7:before,
    .migration_and_health .et_pb_row_5 .et_pb_text_8:before {
        left: 15px;
    }

    .migration_and_health #south_asia {
        padding-bottom: 0;
    }

    #frontSlider .item {
        height: 80vh;
        width: 100%;
        background-position: center;
        background-size: cover;
        background-size: auto 100%;
    }

    #frontSlider .carousel-inner img {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .our_history_text {
        margin-left: 35%;
    }

    .our_mission_text {
        width: 65%;
    }

    #member_organization.et_pb_row,
    #our_team.et_pb_row,
    .about_junima .et_pb_section_1 .et_pb_row,
    .member_organization.et_pb_row,
    #activities.et_pb_row {
        padding: 2% 30px !important;
    }

    .listing {
        padding-left: 0px;
        padding-right: 0px;
    }

    .et_pb_row_16 {
        padding: 10% 15% !important;
    }

    #story .et_pb_text_inner {
        padding-right: 30px;
    }

    .contact_us .et_pb_section {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 130px;
    }

    .owl-next {
        position: absolute;
        top: 5px;
        right: -50px;
    }

    .section_posts .col-md-4 .title {
        font-size: 16px;
    }



    .useful_links #main-content {
        padding: 0 30px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .policy_information .post, .news_events .post {
        width: 32.333333333%;
    }
}

@media screen and (max-width: 769px) {
    .get_involved .subscribe_section form input[type="submit"] {
        padding: 15px 50px;
        width: 100% !important;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .section_faq div[class*='item'], .section_faq div[class*='item'] .description {
        height: auto !important;
    }

}

@media screen and (max-width: 340px) {
    .contact_us .breadcrumbs {
        background-size: auto 100%;
    }
}

img.hamburger {
    width: 32px !important;
}

.entry-content .et_pb_button_0.et_pb_module {
    padding: 15px 90px !important;
}

.mobile_menu {

    border-color: #2ea3f2;

    display: none;
    visibility: visible;
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    padding: 5%;
    padding-top: 5%;
    border-top: 3px solid #2ea3f2;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    min-height: 100vh;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 9998;
    overflow: scroll;
    border-top: none;
    padding-top: 60px !important;
    width: 320px;
    margin-left: calc(100% - 320px);
    padding-top: 33px !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background: linear-gradient(rgba(66, 66, 66, 0.50), rgba(66, 66, 66, 0.90)), url("http://creativechildthemes.com/creative-tutorial/wp-content/uploads/sites/16/2016/06/view-MONTAIN.jpg");
    background: linear-gradient(rgba(66, 66, 66, 0.9), rgba(0, 0, 0, 1));
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;

}

.mobile_menu span a {
    color: #fff !important;
    width: calc(100% - 11px);
    float: left;
    border: none !important;
    text-align: left;
    padding: 0;
    transition: .2s;
    text-transform: uppercase;
    font-size: 12px !important;
}

.mobile_menu .hamburger span {
    float: right;
    border: 1px solid #fff;
    color: white;
    border-radius: 50%;
    width: 26px;
    height: 25px;
    text-align: center;
    line-height: 1.5;
    padding: 0;
}

img.hamburger {
    width: 32px !important;
    position: absolute;
    top: 30px;
    right: 30px;
}

.sub.arrow_class {
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: all 0.3s linear;
}

.mobile_menu .sub.showing {
    transform: rotate(135deg);
    transition: all 0.3s linear;
}

.mobile_menu .menu {
    float: left;
    margin-top: 20px;
}

.mobile_menu .menu span a {
    text-transform: lowercase;
}

.mobile_menu .menu span {
    width: 100%;
    float: left;
    padding: 3px;
    display: block;
    margin-bottom: 3px;
}

.mobile_menu .menu .search_menu {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 3px;
    border: none;
    float: left;
}

.get_involved .et_pb_section_0 {
    margin-top: 20px;
}

@media screen and (max-width: 980px) {
    .et_header_style_left #logo {
        max-width: calc(100% - 92px);
    }
}

.my_account .breadcrumbs .embed-responsive-16by9 {
    padding: 85px;
}

.my_account #main-content .container {
    padding-top: 0;
}

.my_account .clearrow {
    height: 40px;
}

.et_pb_toggle_close h5.et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    font-weight: 700;
}

.useful_links #main-content .et_pb_toggle_content a::before, .links_lists .et_pb_toggle_content .et_pb_text_inner::before {
    content: url("/wp-content/themes/Divi-child/images/What_we_do_triangle.svg");
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    padding-right: 15px;
}

.useful_links #main-content .et_pb_toggle_content a, .links_lists .et_pb_toggle_content .et_pb_text_inner {
    padding: 10px;
    font-size: 18px;
    float: left;

    width: 100%;
}

.search-results .breadcrumbs .image-box {
    display: none;
}

.search-results .breadcrumbs {
    min-height: 150px;
    background: grey;
}

.section_posts img {
}

@media screen and (min-width: 1200px) {
    .section_posts .col-lg-6.col-md-6 img {
        min-height: 350px;
    }

    .section_posts .col-lg-6.col-md-6 .image {
        max-height: 350px;
        overflow: hidden;
    }

    .section_posts .col-lg-4 img {
        min-height: 226px;
    }

    .section_posts .col-lg-4 .image {
        max-height: 226px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1199px) {
    .section_posts .col-lg-6.col-md-6 img {
        min-height: 270px;
    }

    .section_posts .col-lg-6.col-md-6 .image {
        max-height: 270px;
        overflow: hidden;
    }

    .section_posts .col-lg-4 img {
        min-height: 170px;
    }

    .section_posts .col-lg-4 .image {
        max-height: 170px;
        overflow: hidden;
    }

    .section_posts .col-md-6 .title {
        font-size: 14px;
    }

    .section_posts .col-md-4 .title {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .section_posts .col-lg-6.col-md-6 img {

      min-height: 0;
    height: auto;
    }

    .section_posts .col-lg-6.col-md-6 .image {
        max-height: 380px;
        overflow: hidden;
    }

    .section_posts .col-lg-4 img {
        min-height: 0;
    }

    .section_posts .col-lg-4 .image {
        max-height: 380px;
        overflow: hidden;
    }
}

.my_account .contact-form {
    padding: 30px;
    background: url('/wp-content/uploads/2017/10/add_event_banner.png');
    background-size: 100% 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.my_account .contact-form .title {
    margin-bottom: 15px;
    font-weight: 700;
    color: white;
}

.my_account .contact-form .wpcf7-form input, .my_account .contact-form .wpcf7-form textarea {
    width: 100%;
    float: left;
}

.my_account .contact-form .wpcf7-form .wpcf7-submit {
    background: #3BBAE0;
    color: white;
    border: none;
    border-radius: 5px;
}

.my_account .contact-form .wpcf7-form label {
    color: white;
}

.my_account .et_pb_toggle {
    border: none;
}

@media only screen and (max-width: 980px) {
    .category_date.all {
        margin-top: 0;
        font-size: 14px;
    }

    .category_date {
        font-size: 24px;
    }

    .et_header_style_left #logo {
        max-height: 80px;
    }
}

.news_events .breadcrumbs {
    height: 80vh;
}

.footer_row h3 {

}

.footer_row li a:hover {
    color: #31B6DE;
    text-decoration: underline;
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title::before {
    display: block;
}

.et_pb_toggle_title::before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.5em;
    color: #ccc;
    font-size: 16px;
    content: "\e050";
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: "\e04f";
}

.breadcrumbs img.main {
    height: auto;
}

.embed-responsive-16by9 {
    height: 80vh;
}

.embed-responsive-16by9 {
    padding-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .footer_row h3 {
        font-size: 14px;
    }

    .footer_row li {
        font-size: 12px;
    }
}

.footer_row .last .subscribe_form {
    float: right;
}

.footer_row .last h3 {
    float: right;
}

@media screen and (max-width: 768px) {
    .breadcrumbs img.main {
        display: none;
    }

    .footer_row > div {
        padding-bottom: 15px;
    }

    .footer_row .last h3 {
        width: 100%;
        float: left;
    }

    .footer_row .last .subscribe_form {
        float: left;
    }
}

.breadcrumbs .image-box {
    background-size: cover;
    background-position: center;
}

.sliderlike .embed-responsive-16by9 {
    height: auto;
    min-height: 500px;
}

@media screen and (max-width: 980px) {
    .contact_us {
        line-height: 1em;
    }
}

.breadcrumbs img.main {
    display: none;
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {
    #bottom-menu-header .menu span {
        font-size: 12.5px;
    }
}

.single-filter {
    width: auto;
    float: left;

    padding: 10px 10px 10px 0;
}

.single-filter:first-child {
    padding-left: 0;
}
.single-filter:last-child {
    padding-right: 0;
}
.single-filter .title {
    padding: 8px;
    font-size: 12px;
    border-bottom: 3px solid lightgrey;
}

.single-filter.active .title {
    color: #31B6DE;
}

.single-filter .title i {
    float: right;
    margin-top: 6px;
    margin-left: 20px;
}

.single-filter.active .title i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #31B6DE;
}

.single-filter .inside-single-filter {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: lightgrey;
    padding: 10px;
    border-bottom: 3px solid grey;
}

.single-filter .inside-single-filter input {
    margin-right: 10px;
    float: left;
}

.single-filter .inside-single-filter {
    float: left;
}

.single-filter.active .inside-single-filter {
    display: block;
}

.single-filter .inside-single-filter .option {
    width: 100%;
    padding: 3px 15px;
}

.single-filter .inside-single-filter .bottom-button {
    text-align: center;
}

.single-filter .inside-single-filter .bottom-button:hover i {
    color: #31B6DE;
}

.single-filter .inside-single-filter .bottom-button:hover {
    cursor: pointer;
}

.filter-section h4 {
    color: #31B6DE;
}

#filter-start{
  display: inline-block;
}
#filter-start button {
    background-color: #31B6DE;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
    color: white;
}

#filter-start button i {
    margin-left: 5px;
}

#filter-start button:hover {
    color: white;
    background: lightgrey;
}

.filter-section h4#clear_selected {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}
.filter-section h4#clear_selected:hover{
  text-decoration: underline;
}

.policy_information .search_menu input.search, .news_events .search_menu input.search {
    width: 100%;
    padding: 10px;
    font-size: 18px;
}

#main-content .container {
    padding-top: 0;
}

.policy_information .post a, .news_events .post a {
    display: block;
    height: 300px;
    background-color: #ffffff;
    margin: 0 1% 1% 0;
    padding: 20px;
    margin-bottom: 20px;
}

.policy_information .post a, .news_events .post a {
    min-height: 280px;
}

.products_section_no_scroll .sidebar ul {
    border-top: 6px solid #555;
    font-size: 15px;
}

.products_section_no_scroll .sidebar ul li {
    padding: 10px 4px;
    text-transform: uppercase;
    border-bottom: 1px solid #555;
    font-size: 13px;
}

.products_section_no_scroll .sidebar ul li:last-child {
    border-bottom: none;
    margin-top: 10px;
}

.products_section_no_scroll .sidebar ul li.title {
    color: #31B6DE;
    font-weight: bold;
    text-transform: none;
    font-size: 15px;
}

.products_section_no_scroll .sidebar ul li a i {
    margin-right: 5px;
    color: #31B6DE;
    font-size: 20px;
    float: left;
}

.products_section_no_scroll .sidebar ul li a div {
    float: left;
    margin-top: -3px;
    font-weight: bold;
}

.products_section_no_scroll .sidebar ul li a {
    font-size: 13px;
    color: #555;
}

.news-title h2 {
    font-weight: bold;
    text-align: center;
    color: #31B6DE;
    padding-bottom: 15px;
}

#top-menu-header .search_menu input.search {
    padding: 3px;
    font-size: 14px;
    width: auto;
}

.bottom li {
    display: inline-block;
    border-left: 1px solid #999;
    padding-right: 15px;
    padding-left: 15px;

}

.bottom li:first-child {
    border: none;
    padding-left: 0;
}

.footer_row div {
    margin-bottom: 30px;
}

.footer_row > div:first-child {
    border: none;
}

.footer_row > div:nth-child(1) {
    border-right: 1px solid #999;
}

.footer_row > div:nth-child(2) {
    border-right: 1px solid #999;
}




.footer_row div:first-child h3 {
    color: #31B6DE;
    margin-bottom: 15px;
}

#news-top-items {
    position: absolute;
    top: 170px;
    width: 100%;
    padding-top:100px;
}

#news-top-items .item {
    float: left;
    width: calc(100% / 3);
    min-height: 180px;
}
#news-top-items .item:first-child {
    margin-left: calc(100% / 6);
}

#news-top-items .item > a {
    display: block;
    width: 100%;
}

#news-top-items .item .post_title_top {
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #999;
}

#news-top-items .item .post_title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    font-weight: normal;
}

#news-top-items .item .post_title_bottom {
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}
#filter-section {
    margin-top: 25px;
}

.listing_item h3 {
    padding-left:  20px;
    position:  relative;
}

.listing_item h3:before {
    content:  '';
    position:  absolute;
    left:  0;
    background: url('./images/What_we_do_triangle.svg');
    width: 10px;
    top: 2px;
    height: 12px;
    background-size: contain;
    background-repeat:  no-repeat;
}

.listing_item img {
    display:  none;
}
@media (max-width:991px){
.get_involved #main-content {
    margin: 0 auto 25px;
}
.newsletter .breadcrumbs, .newsletter .breadcrumbs .image-box {
    min-height: 1320px;
}

	#news-top-items .item:first-child {
		margin-left: 0;
	}
	#news-top-items > .item{
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	#news-top-items {
		top: 50px;
	}
}
@media (min-width:992px){


	.footer_row > div:nth-child(2) {
		padding-left: 50px;
		padding-right: 50px;
	}
	.footer_row > div:nth-child(3) {
		padding-left: 50px;
		padding-right: 50px;
	}
	.blockquote_wrapper {
		top: 40vh;
	}
}
@media (min-width:440px) and (max-width:991px){
    .newsletter .breadcrumbs, .newsletter .breadcrumbs .image-box {
        min-height: 1120px;
    }
}

/*---- Custom ----*/
.inform_section .search_menu{
  float: left;
  margin-top: 15px;
  width: 92%;
  margin-right: -1%;
}
.inform_section .search_menu .search{
  width: 100%;
  padding: 9px;
  margin-top: -5px;
}
