.header_top {
    background: #243f51;
    color: #fff;
    padding: 20px 0;
}

.logo img {
    width: 250px;
    max-height: none !important;
    margin-top: 5px;
}

.yellow_button {
    color: #243f51!important;
    font-size: 16px;
    background: #ffc000;
    padding: 15px 50px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
}

.menu_area {
    text-align: right;
}

.main_menu,
.signin_menu {
    display: inline-block;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.main_menu li,
.signin_menu li {
    display: inline-block;
    margin-left: 25px;
}

.main_menu li a,
.signin_menu li a {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.main_menu {
    padding-right: 30px;
    margin-left: 40px;
    position: relative;
}

.main_menu li {
    position: relative;
}

.main_menu li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    background: #243F51;
    margin: 0;
    padding: 0;
    z-index: 9999;
    margin-left: -10px;
    padding-top: 35px;
    transition: .5s;
}

.main_menu li:hover ul {
    opacity: 1;
    visibility: visible;
}

.main_menu li ul li {
    width: 100%;
    margin-left: 0;
    min-width: 200px;
}

.main_menu li ul li a {
    background: #243F51;
    width: 100%;
    display: block;
    padding: 10px;
    transition: .5s all;
}

.main_menu li ul li a:hover {
    background: #FFC000;
}

.main_menu:after {
    content: "";
    position: absolute;
    background: #636E76;
    height: 40px;
    width: 1px;
    right: 0;
    top: -6px;
}

.signin_menu {}

.header_bottom {
    height: 650px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

.jobs .header_bottom {
    height: 450px;
    position: relative;
    display: block;
    padding-top: 100px;
}

.full_screen_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full_screen_img img {
    max-width: none;
    width: 120%;
}

.header_bottom_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .30);
}

.jobs .header_bottom_overlay {
    background: #243F51;
}

.header_bottom_content {}

.header_bottom_content h3 {
    font-weight: 400;
    font-size: 40px;
}

.page-template-marketing_professionals .header_bottom_content h3 {
    padding-right: 30px;
}

.header_bottom_content p {
    font-size: 24px;
    font-weight: 400;
}

.homepage_search_box {}

.homepage_search_box input[type="text"] {
    width: 305px;
    border-radius: 3px;
    padding: 9px;
}

.homepage_search_box select {
    width: 305px;
    border-radius: 3px;
    height: 46px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 10px;
    line-height: 18px;
    border: none;
    background: white;
    cursor: pointer;
    pointer-events: auto;
}

.homepage_search_select_extra {
    position: relative;
    display: inline-block;
    pointer-events: none;
}

.homepage_search_select_extra::before {
    content: "\f0d7";
    font-size: 14px;
    font-family: Font Awesome\ 5 Free;
    left: 93%;
    position: absolute;
    z-index: 111111;
    font-weight: 900;
    top: 12px;
    color: black;
}

.homepage_search_box input[type="submit"] {
    background: #ffc000;
    color: #243f51;
    cursor: pointer;
    transition: all .5s;
}

.homepage_search_box label {
    font-size: 12px;
    margin-top: 15px;
}

#home_big_search {}

.collaboration_platform {
    background: #243F51;
    color: white;
    padding: 70px 0;
}

.collaboration_platform .h4 {
    font-size: 28px !important;
    font-weight: normal !important;
    padding-right: 50px;
    line-height: 40px !important;
}

.collaboration_platform p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    padding-right: 60px;
    margin-bottom: 45px;
}

.disoriented_img {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 999;
}

.community {
    padding: 150px 0 80px;
    text-align: center;
}

.social_media_icon_list {}

.jobs .single_social_media_icon {
    text-align: left;
}

.yellow_button.big_yellow_button {}

.community_section {
    padding: 80px 0;
}

.community_up_content {
    padding: 0 280px;
}

.jobs .community_up_content {
    padding: 0 160px;
    margin-bottom: 50px;
}

.community_up_content h4 {
    font-size: 34px;
    line-height: 50px;
    font-weight: normal;
}

.jobs .community_up_content h4 {
    font-weight: 500;
    color: #203848;
    font-size: 28px;
}

.community_up_content p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 60px;
}

.community_icon_section {
    margin-top: 80px;
    color: #707070;
}

.community_section h3 {
    color: #243F51;
    text-align: center;
    line-height: 40px;
}

.jobs .community_section h3 {
    font-size: 32px;
}

.community_icon_section i {
    font-size: 70px;
    color: #243F51;
    margin-bottom: 50px;
}

.community_icon_section h4 {
    color: #707070;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.community_icon_section p {
    padding-right: 130px;
}

.single_social_media_icon i {
    font-size: 30px;
    color: #243F51;
    margin-bottom: 25px;
}

.single_social_media_icon h5 {
    font-size: 18px;
    font-weight: normal;
    color: #707070;
    line-height: 24px;
}

.single_social_media_icon {
    padding: 0 48px;
}

section.trust_cta {
    background: #243F51;
    padding: 80px 225px;
    text-align: center;
    color: white;
}

.jobs .trust_cta h3 {
    font-size: 34px;
}

.jobs .trust_cta p {
    font-size: 20px;
    padding: 0 110px;
}

.jobs .trust_cta .big_yellow_button {
    font-size: 24px;
    padding: 16px 100px;
}

.trust_cta p {
    margin: 20px 0;
}

.footer {
    background: #243F51;
    color: white;
    padding: 45px;
    text-align: right;
}

.footer_logo {}

.footer_menu {}

.social_icons {}

.social_icons li {
    margin-left: 25px !important;
}

.social_icons i {}

.footer ul li a {
    color: white;
}

.footer ul li {
    display: inline-block;
    margin-left: 35px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 100px;
}

section.choose_job_number {
    margin-top: -180px;
}

.single_choose_job {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 50px 50px 20px;
    border: 1px solid #E2E2E2;
    background: white;
    height: 380px;
    position: relative;
}


.single_choose_job:nth-child(2) {
    background: #EFF7F9;
}

.single_choose_job h4 {
    font-size: 30px;
    font-weight: bold;
    color: #243F51;
}

.single_choose_job h6 {
    font-size: 16px;
    color: #707070;
    font-weight: normal;
}

.single_choose_job h6.save_per_job {
    position: absolute;
    top: 240px;
    left: 0;
    width: 100%;
    text-align: center;
}

.single_choose_job h5 {
    font-size: 24px;
    color: #243F51;
    font-weight: bold;
    position: absolute;
    top: 180px;
    width: 100%;
    text-align: center;
    left: 0;
}

.single_choose_job h5 span.price {
    font-size: 40px;
}

.single_choose_job a.blue_choose_button {
    position: absolute;
    bottom: 20px;
    margin-left: -137px;
    padding: 15px 105px;
    font-size: 18px;
    border: 1px solid #707070;
    background: #243F51;
    color: white;
    border-radius: 4px;
    transition: .5s all;
}

.single_choose_job a.blue_choose_button:hover {
    background: #FFC000;
    color: #243F51;
    cursor: pointer;
}

.slicknav_nav .slicknav_row:hover {
    background: #ffc003 !important;
    border-radius: 0px !important;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    margin: 0 !important;
}

.collaboration_platform_inner_content_bottom {
    display: none;
}



#signup_popup {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
}

#signup_popup .signup_popup_inner {
    width: 550px;
    max-width: 90%;
    position: absolute;
    top: 98px;
    left: 50%;
    margin-left: -275px;
}

#signup_popup .signup_popup_inner .signup_popup_closer {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 999999;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}

.sign-up-page-form {
    width: 70%;
    margin: 0 auto;
}

li.signup_trigger a {
    cursor: pointer;
}

.wpuf-form-add.wpuf-form-layout3 ul.wpuf-form li.wpuf-submit input[type=submit] {
    background: #FFC003!important;
    box-shadow: 0 1px 0 #e2c059!important;
    border-color: #FFC003 #FFC003 #FFC003!important;
    color: black;
    cursor: pointer;
}





/* Small Desktop: 992px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

    
}


/* Tablet Layout: 768px. */
/*

@media only screen and (min-width: 768px) and (max-width: 991px) {

    #home_big_search {}

    .header_top {}

    .logo {}

    .menu_area .yellow_button {
        margin-right: 190px;
        display: inline-block;
    }

    .main_menu {
        display: none;
    }

    .signin_menu {
        display: none;
    }

    .header_bottom {
        height: 500px;
    }

    .full_screen_img {}

    .header_bottom_overlay {}

    .header_bottom_content {}

    .header_bottom_content_inner {
        padding: 0 80px !important;
    }

    .homepage_search_box {}

    .collaboration_platform {}

    .h4 {}

    .disoriented_img {
        top: -60px;
    }

    .community {}

    .community_up_content {
        padding: 0 45px;
    }

    .community_up_content h4 {
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
    }

    .social_media_icon_list {}

    .single_social_media_icon {}

    .trust_cta {
        padding: 80px 75px !important;
    }

    .big_yellow_button {
        padding: 15px 140px;
    }

    .community_section {
        padding: 85px;
    }

    .community_icon_section {
        margin-top: 10px;
    }

    .community_icon_section i {
        margin-top: 70px;
    }

    .footer {}

    .container-fluid {}

    .footer_logo {}

    .footer_menu {
        margin-bottom: 10px !important;
    }

    .social_icons {
        float: left;
    }

    .collaboration_platform_inner_content {
        padding: 0 80px !important;
    }

    .collaboration_platform_inner_content_bottom {
        display: block;
    }




    .homepage_search_select_extra {
        width: 100%;
    }

    .homepage_search_select_extra::before {
        left: 95%;
    }


    .homepage_search_box select {
        margin-bottom: 20px;
        width: 100%;
    }

    .homepage_search_box input[type="submit"] {
        width: 100%;
    }






    .choose_job_number {}

    .single_choose_job {
        width: 100%;
        margin-bottom: 25px;
    }

    .price {}

    .blue_choose_button {
        width: 80%;
        margin-left: 0px;
        right: 10%;
        padding: 15px 0 !important;
    }

    .save_per_job {}

    .community {}

    .jobs .community_up_content {
        padding: 0 20px;
    }

    .community_up_content h4 {
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
    }

    .social_media_icon_list {}

    .jobs .single_social_media_icon {
        padding: 0 47px;
        margin-bottom: 15px;
    }

    .jobs .single_social_media_icon h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .jobs section.trust_cta {
        padding: 80px 20px !important;
    }

    .jobs .trust_cta h3 {
        font-size: 30px;
        font-weight: 500;
    }

    .jobs .trust_cta p {
        padding: 10px 50px;
        line-height: 26px;
    }

    #signup_popup .signup_popup_inner {
        width: 90%;
        left: 5%;
        margin-left: 0 !important;
    }   
    
    .sign-up-page-form {
        width: 90%;
    }


}
*/



/* Mobile Layout: 320px. */

@media only screen and (max-width: 991px) {
    
    .slicknav_nav li a {
        font-size: 20px;
    }
    
    
    .homepage_search_select_extra {
        width: 100%;
    }

    .homepage_search_select_extra::before {
        left: 95%;
    }

    .homepage_search_box select {
        margin-bottom: 20px;
        width: 100%;
    }

    .homepage_search_box input[type="submit"] {
        width: 100%;
    }

    .responsive-menu {
        right: 40px !important;
        top: -7px !important;
    }

    #home_big_search {
        border-radius: 0;
        margin-bottom: 7px;
        width: 100%;
    }

    .header_top {}

    .logo img {
        max-width: 100% !important;
    }

    .menu_area .yellow_button {
        margin-right: 190px;
        display: none;
    }

    .main_menu {
        display: none;
    }

    .signin_menu {
        display: none;
    }

    .header_bottom {
        height: 600px;
    }

    .full_screen_img {
        left: -150px;
    }

    .full_screen_img img {
        width: 215%;
        height: 140%;
    }

    .page-template-marketing_professionals .full_screen_img {
        left: 0px;
    }

    .page-template-marketing_professionals .full_screen_img img {
        width: 100%;
        height: 100%;
    }

    .header_bottom_overlay {
        background: rgba(0, 0, 0, .70);
    }

    .header_bottom_content {}

    .header_bottom_content h3 {
        font-size: 24px;
    }

    .header_bottom_content p {
        font-size: 16px;
    }

    .header_bottom_content_inner {
        padding: 0 35px !important;
    }

    .homepage_search_box {}

    .collaboration_platform {
        padding: 40px 0 100px;
    }

    .collaboration_platform .h4 {
        font-size: 24px !important;
        font-weight: normal !important;
        line-height: 32px !important;
        padding: 0 !important;
        text-align: center;
    }

    .collaboration_platform p {
        padding: 0 !important;
        text-align: center;
    }

    .disoriented_img {
        top: 40px;
    }

    .community {
        padding: 270px 0 50px;
    }

    .community_up_content {
        padding: 0 20px;
    }

    .community_up_content h4 {
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
    }

    .social_media_icon_list {}

    .single_social_media_icon {
        margin-bottom: 25px;
        padding: 0 20px;
    }

    .trust_cta {
        padding: 40px 20px !important;
    }

    .big_yellow_button {
        padding: 15px;
        border-radius: 0;
        font-size: 16px;
        line-height: 1.7;
    }

    .community_section {
        padding: 40px 20px;
    }

    .community_icon_section {
        margin-top: 10px;
    }

    .community_icon_section i {
        margin-top: 70px;
    }

    .footer {
        padding: 25px 40px;
    }

    .container-fluid {}

    .footer_logo {
        width: 210px;
        margin: 0 auto;
        display: block;
    }

    .footer_menu {
        margin: 0 !important;
        width: 100%;
        text-align: center;
        margin-top: 10px !important;
    }

    .social_icons {
        float: left;
        margin: 0 !important;
        text-align: center;
        width: 100%;
        margin-top: 10px !important;
    }

    .social_icons li {
        margin-left: 8px !important;
        margin-right: 16px !important;
    }

    .social_icons li a {}

    .footer_menu li {
        margin-left: 3px !important;
        margin-right: 3px;
    }

    .footer_menu li a {
        font-size: 10px;
        text-transform: uppercase;
    }

    .collaboration_platform_inner_content {
        padding: 0 35px !important;
    }

    .collaboration_platform_inner_content_bottom {
        display: block;
        padding: 0 40px;
    }

    .homepage_search_box input[type="submit"] {
        width: 100%;
        border-radius: 3px;
    }

    .yellow_button {
        width: 100%;
        text-align: center;
    }

    .single_social_media_icon h5 {
        font-size: 14px;
        padding: 0 0;
    }
    
    .community_icon_section p {
        padding-right: 10px;
    }

    jobs .community_section h3 {
        font-size: 24px;
    }


    .choose_job_number {}

    .single_choose_job {
        width: 100%;
        margin-bottom: 25px;
    }

    .price {}

    .blue_choose_button {
        width: 80%;
        margin-left: 0px;
        right: 10%;
        padding: 15px 0 !important;
    }

    .save_per_job {}

    .jobs .community {
        padding: 20px 0 50px;
    }

    .jobs .community_up_content {
        padding: 0 20px;
    }

    .community_up_content h4 {
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
    }

    .social_media_icon_list {}

    .jobs .single_social_media_icon {
        padding: 0 47px;
        margin-bottom: 35px;
    }

    .jobs .single_social_media_icon h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .jobs section.trust_cta {
        padding: 80px 17px !important;
    }

    .jobs .trust_cta h3 {
        font-size: 24px;
        font-weight: 500;
    }

    .jobs .trust_cta p {
        padding: 10px 0px;
        font-size: 14px;
        line-height: 20px;
    }


    .jobs .header_bottom_content h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .jobs .header_bottom_content p {
        font-size: 20px;
        line-height: 24px;
    }

    .jobs .community_up_content h4 {
        font-size: 24px;
        line-height: 40px;
    }

    .jobs .single_social_media_icon h5 {

        padding: 0;

        font-size: 24px;

        line-height: 32px;
    }

    .jobs .trust_cta .big_yellow_button {
        padding: 16px 0;
    }

    .jobs .community_icon_section p {
        padding-right: 0;
        font-size: 14px;
        line-height: 32px;
    }

    #signup_popup .signup_popup_inner {
        width: 90%;
        left: 5%;
        margin-left: 0 !important;
    }
    
    .page-template-marketing_professionals .vc_column_container {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    .jobs_2 .single_choose_job {
        height: auto;
    }
    
    .jobs_2 .single_choose_job h4 {
        font-size: 27px;
    }
    
/*
    .page-template-welcome_template ul.slicknav_nav {
        position: absolute;
        right: -20px;
        top: 61px;
    }
*/
    
    .sign-up-page-form {
        width: 90%;
    }
    
    .header-area .slicknav_btn {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .responsive-menu {
        position: unset!important;
    }
    
    .header-area ul.slicknav_nav {
        margin: 30px 0;
    }
    
    ul.slicknav_nav {
        width: 100%!important;
    }
    
    .sp-adv-search-wrapper input[type="text"] {
        width: 50%!important;
    }

}