body {
    background: #fff !important;
}

.uk-navbar-item.uk-logo {
    position: relative;
    top: 2px;
}

#companies-search {
    display: flex;
    width: 80%;
    margin: 0 10%;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 10px;
    z-index: 3;
}

#searchform {
    background-color: rgba(55, 55, 55, 0.2);
}

#searchform {
    display: flex;
    padding: 15px;
    padding-bottom: 15px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 5px;
}

#searchform .fields-container,
#searchform .form-field.search {
    background: #fff;
    border-radius: 4px !important;
    margin-right: 10px !important;
}

#searchform .fields-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#searchform .form-field {
    border-left: 1px solid #e1e1e1;
    background-color: #fff;
}

#searchform .form-field {
    margin: 5px 10px 5px 0 !important;
    line-height: 60px;
    height: 60px;
}

#searchform .has-text-left {
    display: flex;
    margin-left: 10px;
}

#searchform .form-field label.text-label {
    display: inherit;
    color: #333;
}

#searchform label {
    margin: 0;
    color: #333;
}

#searchform #searchkeyword {
    width: 360px;
}

.search-style-2 #searchform .search-dir-button {
    border-radius: 5px !important;
}

#searchform .form-field select,
#searchform .form-field input[type="text"] {
    border-radius: 0;
}

#searchform .form-field input,
#searchform .form-field select {
    border: none;
    padding-left: 7px;
    border-style: none none none none;
}

#searchform .form-field select,
#searchform .form-field input[type="text"] {
    border-color: #9B9B9B #EDEDED #DDDDDD #C2C2C2;
    background-color: #fcfcfc;
    border-radius: 5px;
    display: inline-block;
    color: #333333;
    font-size: 19px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 200px;
    position: relative;
}

#searchform .search-dir-button {
    line-height: 50px;
    height: 50px;
}

#searchform .search-dir-button {
    font-weight: bold;
    padding: 0px 15px;
    color: #FFFFFF;
    font-size: 19px;
    line-height: 40px;
    height: 60px;
    text-transform: none !important;
    position: relative;
}

#companies-search * {
    box-sizing: border-box;
}

#searchform .btn.btn-success.search-dir-button {
    background: #dd4614 !important;
    border-color: #d44313 !important;
    box-shadow: none;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.search-style-2 #searchform #searchkeyword {
    border-radius: 5px !important;
}

#circles_section .uk-border-rounded {
    border-radius: 82px;
    height: 162px;
    /* border: 1px solid #000; */
}

#circles_section .uk-transition-opaque {
    top: 42px;
    position: relative;
}

#circles_section .uk-box-shadow-small {
    box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
}

#circles_section .el-title.uk-h5 {
    text-align: center;
}

#circles_section .tm-grid-expand .el-link.uk-button.uk-button-default {
    opacity: 0;
}

#circles_section {
    padding-top: 58px;
    padding-bottom: 0px;
}

.company-cell {
    margin-bottom: 25px;
    border-top: 1px solid #ddd;
}

.gm-style img {
    max-width: 180px;
}

#map_section {
    padding-top: 6px;
}

.jbd-container .result-item .item-image img {
    object-fit: contain !important;
}

.margin_right_medium {
    margin-right: 40px;
}

.title_two_blocks h3 {
    margin-top: -5px !important;
}

.two_blocks_button {
    margin-top: 28px !important;
}

#login-modal-150 {
    z-index: 2000 !important;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    border: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    width: 600px;
    padding-right: 30px !important;
    height: 452px !important;
}

#login-modal-151 {
    z-index: 2000 !important;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    border: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    width: 500px;
    padding-right: 30px !important;
    height: 400px !important;
}

.login_button {
    color: #fff !important;
    text-decoration: none !important;
}

.my_menu_button {
    color: #fff !important;
    text-decoration: none !important;
    padding: 0 14px !important;
    position: relative;
    left: 15px;
}

#login-modal-150 .modal-dialog {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#login-modal-150 h3 {
    font-size: 20px !important;
}

#login-modal-151 h3 {
    font-size: 20px !important;
}

.sclogin-desc.pretext {
    font-size: 15px;
    margin-bottom: 8px;
}

.modal_bottom_title {
    font-size: 15px;
}

.sclogin-joomla-login li {
    text-align: right;
}

.sclogin-joomla-login li a {
    text-decoration: none;
}

.sclogin-joomla-login ul {
    list-style-type: none;
}

#sclogin-remember-150 {
    position: relative;
    top: 8px;
}

.form-group.form-sclogin-remember label {
    position: relative;
    top: 26px;
}

.sclogin-joomla-login button {
    line-height: 42px;
    border-radius: 50px;
}

.logout-button.scLogoutButton input.login_button {
    line-height: 42px;
    border-radius: 50px;
}

.select_border {
    border: 1px solid #ddd;
}

.form-select {
    padding-left: 8px !important;
}

.margin_top_bottom_10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blue_button {
    background-color: #3c4981;
}

.input_text {
    display: inline-block;
    width: 90%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ms-choice2 {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.ms-choice3 {
    display: inline-block !important;
    height: 38px !important;
    padding: 0 !important;
    padding-left: 10px !important;
    overflow: hidden;
    cursor: pointer !important;
    border: 1px solid #aaa !important;
    text-align: left;
    white-space: nowrap;
    line-height: 38px !important;
    color: #444 !important;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px !important;
    background-color: #fff !important;
    width: 253px;
}

input.ms-choice3 {
    cursor: default !important;
    padding-left: 10px;
}

.inside-search h1 {
    display: none;
}

.events_div {
    background: #fff;
    margin: 20px auto;
    margin-top: 0px;
    padding-left: 0px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 6%);
    width: 100%;
    height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.div_scroll_title {
    font-weight: bold;
    font-size: 18px;
    background: #c55265;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 12px;
    width: 100%;
    display: block;
}

#open-positions .uk-text-meta {
    font-size: 17px;
    line-height: 1.4;
    color: #a3a3b0;
    font-weight: 400;
}

#open-positions h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
}

#open-positions .uk-margin-top {
    margin-top: 5px !important;
}

@media (min-width: 1200px) {
    #open-positions .uk-grid-divider.uk-grid-stack>.uk-grid-margin {
        margin-top: 68px;
    }
}

.light_gray_text {
    color: #a3a3b0 !important;
}

.dropdown-menu.eb-save-to-calendar-container {
    top: 42px;
}

#eb-event-page .eb-venue-image.img-polaroid {
    display: none;
}

#how_this_work h3,
#benefits_2 h3,
#benefits_3 h3 {
    font-weight: bold;
}

.red_title {
    color: #c55265;
}


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .sprocket-features-title a {
        font-size: 18px;
        color: #fff;
    }
    .sprocket-features-desc {
        font-size: 14px;
        color: #fff;
    }
    .testimonials_parallax {
        background: transparent;
        min-height: 740px;
        max-height: 740px;
    }
    .ja-button-control {
        height: 28px;
        position: relative;
        top: -52px;
    }
    .title_popup {
        font-size: 13px !important;
    }
    #video_help {
        display: none;
    }
    .register_options input {
        width: 100% !important;
        padding: 0px !important;
    }
    .register_options select {
        width: 100% !important;
        padding: 0px !important;
    }
    .logo-img {
        width: 100%;
    }
    .head-search .logout_form {
        height: 6px;
        left: 0px;
        position: relative;
        top: 0px;
        width: 100%;
    }
    .linkedin_logo {
        display: block;
        float: none;
        position: relative;
        right: 0px;
        top: 5px;
        margin-right: 0px;
        margin: 0 auto;
    }
    .head-search #welcome_div {
        float: none;
        position: relative;
        top: 28px;
        /* width: 49%; */
        margin-bottom: 50px;
        margin-right: 37px;
        text-align: center;
        clear: both;
    }
    #partner_market {
        width: 100% !important;
        margin-top: 16px !important;
    }
    .calendar_partner {
        width: 100%;
        height: 442px;
        float: left;
    }
    .mv-container th {
        font-size: 8px;
        padding: 0;
    }
    .events_div_right {
        width: 100% !important;
        float: none !important;
        margin-top: 0px;
    }
    .events_div {
        background: #fff;
        margin: 20px auto;
        position: relative;
        top: 34px;
    }
    #iconslist img {
        width: 72px !important;
    }
    #iconslist {
        margin-top: 48px !important;
    }
    #iconslist li {
        display: inline;
        list-style-type: none;
        padding-right: 16px !important;
    }
    .video_footer img {
        width: 100% !important;
    }
    .center_footer_content {
        padding-left: 0px !important;
        padding-top: 5px;
    }
    .copyright {
        margin-bottom: 20px;
        text-align: left !important;
    }
    .menu_footer_site li {
        display: inline;
        float: none !important;
    }
    .head-search {
        top: 67px;
        position: relative;
    }
    .customright_header_linkedin {
        float: right;
        position: relative;
        top: 3px;
        left: 6px;
        z-index: 999999;
    }
    .ja-contentslider-center div.jsslide {
        width: 190px !important;
    }
    .ja-contentslider-center img {
        width: 150px !important;
    }
    select.ms-choice {
        width: 180px;
    }
    div.ms-parent {
        width: 95px !important;
        margin-right: 15px;
    }
    .details_container {
        float: left;
        width: 100%;
    }
    #ulglobal li {
        margin-bottom: 5px;
    }
    #reg_my_self #market {
        width: 100% !important;
    }
    #reg_my_self #ms_td .ms-parent {
        width: 100% !important;
    }
    .padding_section .video_area {
        height: 100% !important;
    }
    .p-wrap-bottom .p-wrap-bottom-left {
        box-sizing: border-box;
        float: left;
        padding: 15px 15px;
        width: 100%;
    }
    .p-wrap-bottom .p-wrap-bottom-right {
        background: rgba(0, 0, 0, 0) url('../images/learn-more-right-3.png') no-repeat scroll 0 0 / 100% auto;
        box-sizing: border-box;
        float: right;
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 30px 14px;
        width: 100%;
    }
    .p-wrap-bottom .p-wrap-bottom-right p {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        line-height: 25px;
        margin: 0 0 6px !important;
        text-transform: uppercase;
    }
    .p-wrap-bottom .p-wrap-bottom-right h4 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }
    div#je-testimonials1 div#je-con img#avatar {
        width: 100% !important;
        margin-top: 0px;
        margin-right: 0px;
        padding: 5px;
        background: #ffffff;
    }
    div#style1-inner {
        background: none;
    }
    div#je-testimonials1 div#je-quote {
        text-align: justify;
        padding: 0px;
        margin: 0;
    }
    div#je-testimonials1 div#je-head {
        position: absolute;
        top: -68px;
        width: 100%;
        line-height: 36px;
        margin: 0;
        color: #000;
        display: none;
    }
    div#je-testimonials1 div#je-head h1 {
        color: #000;
    }
    div#style1-inner1 {
        background: none;
    }
    div#style1-inner2 {
        background: none;
    }
    .custom_design a {
        width: 303px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn-lg,
    .uk-button-large {
        padding: 0 20px;
        line-height: 52px;
        font-size: 18px;
    }
    .play_video_accelerent {
        top: 80% !important;
        z-index: 2;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .sprocket-features-title a {
        font-size: 18px;
        color: #fff;
    }
    .sprocket-features-desc {
        font-size: 14px;
        color: #fff;
    }
    .testimonials_parallax {
        background: transparent;
        min-height: 740px;
        max-height: 740px;
    }
    .ja-button-control {
        height: 28px;
        position: relative;
        top: -32px;
    }
    .title_popup {
        font-size: 15px !important;
    }
    #video_help {
        display: none;
    }
    .register_options input {
        width: 100% !important;
        padding: 0px !important;
    }
    .register_options select {
        width: 100% !important;
        padding: 0px !important;
    }
    .logo-img {
        width: 100%;
    }
    .head-search .logout_form {
        height: 6px;
        left: 0px;
        position: relative;
        top: -10px;
        width: 100%;
    }
    .head-search #welcome_div {
        float: none;
        position: relative;
        top: 28px;
        /* width: 49%; */
        margin-bottom: 10px;
        margin-right: 0px;
        text-align: center;
    }
    #partner_market {
        width: 100% !important;
        margin-top: 16px !important;
    }
    .calendar_partner {
        width: 100%;
        height: 442px;
        float: left;
    }
    .mv-container th {
        font-size: 8px;
        padding: 0;
    }
    .events_div_right {
        width: 100% !important;
        float: none !important;
        margin-top: 0px;
    }
    .events_div {
        background: #fff;
        margin: 0px auto;
        position: relative;
        top: 0px;
    }
    .login_button {
        margin: 0 auto;
        text-align: center;
    }
    #t3-mainnav {
        border: 0px !important;
    }
    .ja-contentslider-center div.jsslide {
        width: 180px !important;
    }
    .ja-contentslider-center img {
        width: 100%;
    }
    select.ms-choice {
        width: 100px;
    }
    div.ms-parent {
        width: 95px !important;
        margin-right: 15px;
    }
    .details_container {
        float: left;
        width: 100%;
    }
    #ulglobal li {
        margin-bottom: 5px;
    }
    .padding_section .video_area {
        height: 100% !important;
    }
    .p-wrap-bottom .p-wrap-bottom-left {
        box-sizing: border-box;
        float: left;
        padding: 15px 15px;
        width: 100%;
    }
    .p-wrap-bottom .p-wrap-bottom-right {
        background: rgba(0, 0, 0, 0) url('../images/learn-more-right-3.png') no-repeat scroll 0 0 / 100% auto;
        box-sizing: border-box;
        float: right;
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 30px 14px;
        width: 100%;
    }
    .p-wrap-bottom .p-wrap-bottom-right p {
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        line-height: 25px;
        margin: 0 0 6px !important;
        text-transform: uppercase;
    }
    .p-wrap-bottom .p-wrap-bottom-right h4 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }
    div#je-testimonials1 div#je-con img#avatar {
        width: 100% !important;
        margin-top: 0px;
        margin-right: 0px;
        padding: 5px;
        background: #ffffff;
    }
    div#style1-inner {
        background: none;
    }
    div#je-testimonials1 div#je-quote {
        text-align: justify;
        padding: 0px;
        margin: 0;
    }
    div#je-testimonials1 div#je-head {
        position: absolute;
        top: -68px;
        width: 100%;
        line-height: 36px;
        margin: 0;
        color: #000;
        display: none;
    }
    div#je-testimonials1 div#je-head h1 {
        color: #000;
    }
    div#style1-inner1 {
        background: none;
    }
    div#style1-inner2 {
        background: none;
    }
    .custom_design a {
        width: 303px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn-lg,
    .uk-button-large {
        padding: 0 20px;
        line-height: 52px;
        font-size: 18px;
    }
    .play_video_accelerent {
        top: 80% !important;
        z-index: 2;
    }
    #reg_my_self #market {
        width: 100% !important;
    }
    #reg_my_self #ms_td .ms-parent {
        width: 100% !important;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .testimonials_parallax {
        background: transparent !important;
        min-height: 500px;
    }
    .sprocket-features-title a {
        font-size: 28px;
        color: #fff;
    }
    .sprocket-features-desc {
        font-size: 20px;
        color: #fff;
    }
    #video_help {
        float: left;
        margin-left: 20px;
        margin-top: 235px;
        text-align: center;
        text-decoration: underline;
    }
    .register_options input {
        width: 250px !important;
    }
    .register_options select {
        width: 250px !important;
    }
    #t3-mainnav {
        border: 0px !important;
    }
    h3,
    .h3 {
        font-size: 16px !important;
    }
    .thumbnail span {
        font-size: 10pt !important;
    }
    .navbar-header {
        display: none !important;
    }
    .head-search {
        top: 0px;
        position: relative;
    }
    .ja-contentslider-center div.jsslide {
        width: 180px !important;
    }
    .ja-contentslider-center img {
        width: 100%;
    }
    select.ms-choice {
        width: 200px;
    }
    div.ms-parent {
        width: 180px !important;
        margin-right: 0px;
    }
    .details_container {
        float: left;
        width: 450px;
    }
    #ulglobal li {
        margin-bottom: 5px;
    }
    .head-search .logout_form {
        height: 6px;
        left: 0px;
        position: relative;
        top: 90px;
        width: 100%;
    }
    .head-search #welcome_div {
        float: none;
        position: relative;
        top: 90px;
        /* width: 49%; */
        margin-bottom: 72px;
        margin-right: 0px;
        text-align: center;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .padding_section .video_area {
        height: 100% !important;
    }
    .p-wrap-bottom .p-wrap-bottom-left {
        box-sizing: border-box;
        float: left;
        padding: 15px 15px;
        width: 100%;
    }
    .p-wrap-bottom .p-wrap-bottom-right {
        background: rgba(0, 0, 0, 0) url('../images/learn-more-right-3.png') no-repeat scroll 0 0 / 100% auto;
        box-sizing: border-box;
        float: right;
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 30px 40px;
        width: 100%;
    }
    .p-wrap-bottom .p-wrap-bottom-right p {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        margin: 0 0 20px !important;
        text-transform: uppercase;
    }
    .p-wrap-bottom .p-wrap-bottom-right h4 {
        color: #fff;
        font-size: 23px;
        font-weight: 600;
        text-transform: uppercase;
    }
    div#je-testimonials1 div#je-con img#avatar {
        width: 200px !important;
        margin-top: -6px;
        margin-right: -16px;
        padding: 5px;
        background: #fff;
    }
    div#style1-inner {
        background: url(../images/style1/bot-right.jpg) bottom right no-repeat;
    }
    div#je-testimonials1 div#je-quote {
        text-align: justify;
        padding: 135px 125px 20px 10px;
        margin: 0;
    }
    div#je-testimonials1 div#je-head {
        position: absolute;
        top: 130px;
        width: 100%;
        line-height: 36px;
        margin: 0;
    }
    div#style1-inner1 {
        background: url('../images/style1/top-left.jpg') top left no-repeat;
    }
    div#style1-inner2 {
        background: url('../images/style1/top-right.png') top right no-repeat;
    }
    .custom_design a {
        width: 303px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn-lg,
    .uk-button-large {
        padding: 0 20px;
        line-height: 52px;
        font-size: 18px;
    }
    .play_video_accelerent {
        top: 60% !important;
        z-index: 2;
    }
    #reg_my_self #market {
        width: 100% !important;
    }
    #reg_my_self #ms_td .ms-parent {
        width: 100% !important;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .testimonials_parallax {
        background: transparent !important;
        min-height: 500px;
    }
    .sprocket-features-title a {
        font-size: 28px;
        color: #fff;
    }
    .sprocket-features-desc {
        font-size: 20px;
        color: #fff;
    }
    .gallery-flickr ul {
        left: 3%;
        position: relative;
    }
    #video_help {
        float: left;
        margin-left: 20px;
        margin-top: 235px;
        text-align: center;
        text-decoration: underline;
    }
    .register_options input {
        width: 250px !important;
    }
    .register_options select {
        width: 250px !important;
    }
    .head-search .custom {
        z-index: 9999;
        position: absolute;
        right: 0;
    }
    #t3-mainnav {
        border: 0px !important;
    }
    .ja-contentslider-center div.jsslide {
        width: 180px !important;
    }
    .ja-contentslider-center img {
        width: 100%;
    }
    select.ms-choice {
        width: 200px;
    }
    div.ms-parent {
        width: 180px !important;
        margin-right: 0px;
    }
    .details_container {
        float: left;
        width: 450px;
    }
    #ulglobal li {
        margin-bottom: 1px;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #iconslist img {
        width: 128px !important;
    }
    #iconslist li {
        display: inline;
        list-style-type: none;
        padding-right: 43px !important;
    }
    .padding_section .video_area {
        height: 321px !important;
    }
    .p-wrap-bottom .p-wrap-bottom-left {
        box-sizing: border-box;
        float: left;
        padding: 25px 50px;
        width: 415px;
    }
    .p-wrap-bottom .p-wrap-bottom-right {
        background: rgba(0, 0, 0, 0) url('../images/learn-more-right-3.png') no-repeat scroll 0 0 / 100% auto;
        box-sizing: border-box;
        float: right;
        margin-bottom: -35px;
        margin-top: -38px;
        padding: 40px 65px;
        width: 440px;
    }
    .p-wrap-bottom .p-wrap-bottom-right p {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        margin: 0 0 20px !important;
        text-transform: uppercase;
    }
    .p-wrap-bottom .p-wrap-bottom-right h4 {
        color: #fff;
        font-size: 23px;
        font-weight: 600;
        text-transform: uppercase;
    }
    div#je-testimonials1 div#je-con img#avatar {
        width: 200px !important;
        margin-top: -6px;
        margin-right: -16px;
        padding: 5px;
        background: #fff;
    }
    div#style1-inner {
        background: url(../images/style1/bot-right.jpg) bottom right no-repeat;
    }
    div#je-testimonials1 div#je-quote {
        text-align: justify;
        padding: 135px 125px 20px 10px;
        margin: 0;
    }
    div#je-testimonials1 div#je-head {
        position: absolute;
        top: 130px;
        width: 100%;
        line-height: 36px;
        margin: 0;
    }
    div#style1-inner1 {
        background: url('../images/style1/top-left.jpg') top left no-repeat;
    }
    div#style1-inner2 {
        background: url('../images/style1/top-right.png') top right no-repeat;
    }
    .custom_design a {
        width: 399px;
        font-size: 17px;
    }
    .btn-lg,
    .uk-button-large {
        padding: 0 40px;
        line-height: 52px;
        font-size: 18px;
    }
    .play_video_accelerent {
        top: 50% !important;
        z-index: 2;
    }
    .events_div {
        min-height: 832px;
    }
    #reg_my_self #market {
        width: 40% !important;
    }
    #reg_my_self #ms_td .ms-parent {
        width: 40% !important;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .testimonials_parallax {
        background: transparent !important;
        min-height: 368px;
    }
    .sprocket-features-title a {
        font-size: 22px;
        color: #fff;
    }
    .sprocket-features-desc {
        font-size: 18px;
        color: #fff;
    }
    #video_help {
        float: left;
        margin-left: 20px;
        margin-top: 235px;
        text-align: center;
        text-decoration: underline;
    }
    .register_options input {
        width: 250px !important;
    }
    .register_options select {
        width: 250px !important;
    }
    .head-search .custom {
        z-index: 9999;
        position: absolute;
        right: 0;
    }
    #t3-mainnav {
        border: 0px !important;
    }
    .nav>li>.separator {
        padding-left: 10px;
        padding-right: 10px;
    }
    .calendar_partner {
        width: 48%;
        height: 442px;
        float: left;
    }
    .events_div_right {
        width: 48% !important;
        float: right !important;
    }
    .menu_footer_site li {
        display: inline;
        float: right !important;
    }
    #partner_market {
        width: 200px !important;
        margin-top: 0px !important;
        left: 0px;
        position: relative;
        top: 0px;
        text-align: center;
        margin: 0 auto;
    }
    .head-search #welcome_div {
        float: right !important;
        position: relative !important;
        top: -20px !important;
        width: 49% !important;
        margin-top: 42px !important;
        margin-right: 10px !important;
        margin-bottom: -32px !important;
    }
    .head-search .logout_form {
        height: 6px;
        left: -20px;
        position: relative;
        top: 58px;
    }
    .home .head-search #welcome_div {
        width: 100% !important;
    }
    .home .head-search .logout_form {
        left: -110px;
    }
    .ja-contentslider-center div.jsslide {
        width: 190px !important;
    }
    select.ms-choice {
        width: 200px;
    }
    div.ms-parent {
        width: 180px !important;
        margin-right: 0px;
    }
    .details_container {
        float: left;
        width: 450px;
    }
    #ulglobal li {
        margin-bottom: 1px;
    }
    #iconslist img {
        width: 128px !important;
    }
    #iconslist li {
        display: inline;
        list-style-type: none;
        padding-right: 42px !important;
    }
    .padding_section .video_area {
        height: 321px !important;
    }
    .p-wrap-bottom .p-wrap-bottom-left {
        box-sizing: border-box;
        float: left;
        padding: 25px 50px;
        width: 502px;
    }
    .p-wrap-bottom .p-wrap-bottom-right {
        background: #c65364;
        box-sizing: border-box;
        float: right;
        margin-bottom: -35px;
        margin-top: -38px;
        padding: 40px 65px;
        width: 440px;
        border-radius: 32px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
        margin-right: 36px;
    }
    .p-wrap-bottom .p-wrap-bottom-right p {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        margin: 0 0 20px !important;
        text-transform: uppercase;
    }
    .p-wrap-bottom .p-wrap-bottom-right h4 {
        color: #fff;
        font-size: 23px;
        font-weight: 600;
        text-transform: uppercase;
    }
    div#je-testimonials1 div#je-con img#avatar {
        width: 200px !important;
        margin-top: -6px;
        margin-right: -16px;
        padding: 5px;
        background: #fff;
    }
    div#style1-inner {
        background: url(../images/style1/bot-right.jpg) bottom right no-repeat;
    }
    div#je-testimonials1 div#je-quote {
        text-align: justify;
        padding: 135px 125px 20px 10px;
        margin: 0;
    }
    div#je-testimonials1 div#je-head {
        position: absolute;
        top: 130px;
        width: 100%;
        line-height: 36px;
        margin: 0;
    }
    div#style1-inner1 {
        background: url(../images/style1/top-left.jpg) top left no-repeat;
    }
    div#style1-inner2 {
        background: url(../images/style1/top-right.png) top right no-repeat;
    }
    .custom_design a {
        width: 399px;
        font-size: 17px;
    }
    .btn-lg,
    .uk-button-large {
        padding: 0 40px;
        line-height: 52px;
        font-size: 18px;
    }
    .play_video_accelerent {
        top: 50% !important;
        z-index: 2;
    }
    .events_div {
        min-height: 832px;
    }
    #reg_my_self #market {
        width: 40% !important;
    }
    #reg_my_self #ms_td .ms-parent {
        width: 40% !important;
    }
}

.p-wrap-bottom.custom_design {
    background: #fff none repeat scroll 0 0;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    border-radius: 32px;
}

.custom_design .learn_more_section {
    background: transparent;
    border-radius: 32px;
}

#page#0-1-0-1 {
    display: none;
}

.padding_top_20 {
    padding-top: 20px !important;
}

.padding_top_0 {
    padding-top: 0 !important;
    padding-bottom: 20px;
}

.event_span_row {
    width: 100%;
    clear: both;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.line_vertical_space {
    margin-bottom: 20px;
}


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .column_partner {
        float: left;
        width: 100%;
        padding: 0px;
    }
    /* Clear floats after the columns */
    .row_partner:after {
        content: "";
        display: table;
        clear: both;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .column_partner {
        float: left;
        width: 100%;
        padding: 0px;
    }
    /* Clear floats after the columns */
    .row_partner:after {
        content: "";
        display: table;
        clear: both;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .column_partner {
        float: left;
        width: 100%;
        padding: 0px;
    }
    /* Clear floats after the columns */
    .row_partner:after {
        content: "";
        display: table;
        clear: both;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .column_partner {
        float: left;
        width: 50%;
        padding: 20px;
    }
    /* Clear floats after the columns */
    .row_partner:after {
        content: "";
        display: table;
        clear: both;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .column_partner {
        float: left;
        width: 50%;
        padding: 20px;
    }
    /* Clear floats after the columns */
    .row_partner:after {
        content: "";
        display: table;
        clear: both;
    }
}

.mceDefaultSkin .mceIframeContainer {
    min-height: 132px;
}

.popup_form_field {
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
}

#cboxLoadedContent .mb-3 {
    margin-bottom: 0.9rem !important;
}

#cboxLoadedContent {
    overflow-x: hidden !important;
}

.center_send_button {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.tm-header-placeholder.uk-margin-remove-adjacent {
    height: 40px !important;
}

.home_video iframe {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.fc-agendaDay-button.fc-button.fc-state-default.fc-corner-right {
    display: none !important;
}

.float_right {
    float: right;
}

.hosted_image {
    max-width: 300px;
    height: auto;
}

#keywords-container {
    display: none;
}


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .uk-navbar-center:not(:only-child) {
        left: 38%;
        width: 210px;
        top: 41px;
    }
    .ns-bs5 .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0.25rem;
        right: -5px;
    }
    .form-horizontal .form-actions {
        padding-left: 0px;
    }
    .modal {
        width: 100% !important;
    }
    #sidebarToggleTop {
        display: none;
    }
    #reg_my_self .row>* {
        width: 88%;
    }
    #reg_my_self #ms_td .ms-choice {
        width: 231px;
    }
    .event_select_partner {
        width: 20%;
    }
    .report_button h5 {
        font-size: 14px;
    }
    #login-modal-150 {
        z-index: 2000 !important;
        position: fixed;
        top: 20%;
        left: 0;
        right: 0;
        border: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        overflow: auto;
        width: 100% !important;
        padding-right: 30px !important;
        height: 452px !important;
    }
    .ms-choice3 {
        display: inline-block !important;
        height: 38px !important;
        padding: 0 !important;
        padding-left: 10px !important;
        overflow: hidden;
        cursor: pointer !important;
        border: 1px solid #aaa !important;
        text-align: left;
        white-space: nowrap;
        line-height: 38px !important;
        color: #444 !important;
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px !important;
        background-color: #fff !important;
        width: 186px;
    }
    .input_form_text {
        width: 186px;
    }
    .padding_left_form {
        padding-left: 0px;
    }
    #reg_some {
        font-size: 13px;
    }
    .form-group.form-sclogin-remember label {
        position: relative;
        top: 2px;
    }
    #sclogin-remember-151 {
        margin-top: 3px;
    }
    .fix_on_mobile {
        display: block !important;
        clear: both;
        width: 100%;
    }
    .iwanttolearnmore {
        margin-left: 0%;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .uk-navbar-center:not(:only-child) {
        left: 38%;
        width: 210px;
        top: 41px;
    }
    .ns-bs5 .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0.25rem;
        right: -5px;
    }
    .form-horizontal .form-actions {
        padding-left: 0px;
    }
    .modal {
        width: 100% !important;
    }
    #sidebarToggleTop {
        display: none;
    }
    #reg_my_self .row>* {
        width: 88%;
    }
    .event_select_partner {
        width: 20%;
    }
    .report_button h5 {
        font-size: 14px;
    }
    #login-modal-150 {
        z-index: 2000 !important;
        position: fixed;
        top: 20%;
        left: 0;
        right: 0;
        border: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        overflow: auto;
        width: 100% !important;
        padding-right: 30px !important;
        height: 452px !important;
    }
    .ms-choice3 {
        display: inline-block !important;
        height: 38px !important;
        padding: 0 !important;
        padding-left: 10px !important;
        overflow: hidden;
        cursor: pointer !important;
        border: 1px solid #aaa !important;
        text-align: left;
        white-space: nowrap;
        line-height: 38px !important;
        color: #444 !important;
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px !important;
        background-color: #fff !important;
        width: 186px;
    }
    .input_form_text {
        width: 186px;
    }
    .padding_left_form {
        padding-left: 0px;
    }
    #reg_some {
        font-size: 13px;
    }
    .form-group.form-sclogin-remember label {
        position: relative;
        top: 2px;
    }
    #sclogin-remember-151 {
        margin-top: 3px;
    }
    #reg_my_self #ms_td .ms-choice {
        width: 271px;
    }
    .fix_on_mobile {
        display: block !important;
        clear: both;
        width: 100%;
    }
    .iwanttolearnmore {
        margin-left: 0%;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .uk-navbar-center:not(:only-child) {
        left: 41%;
        width: max-content;
    }
    .ns-bs5 .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0.25rem;
        right: -5px;
    }
    .form-horizontal .form-actions {
        padding-left: 0px;
    }
    .modal {
        width: 100% !important;
    }
    .event_select_partner {
        width: 40%;
    }
    .report_button h5 {
        font-size: 14px;
    }
    #login-modal-150 {
        z-index: 2000 !important;
        position: fixed;
        top: 20%;
        left: 0;
        right: 0;
        border: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        overflow: auto;
        width: 600px !important;
        padding-right: 30px !important;
        height: 452px !important;
    }
    .ms-choice3 {
        display: inline-block !important;
        height: 38px !important;
        padding: 0 !important;
        padding-left: 10px !important;
        overflow: hidden;
        cursor: pointer !important;
        border: 1px solid #aaa !important;
        text-align: left;
        white-space: nowrap;
        line-height: 38px !important;
        color: #444 !important;
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px !important;
        background-color: #fff !important;
        width: 186px;
    }
    .input_form_text {
        width: 250px;
    }
    .padding_left_form {
        padding-left: 50px;
    }
    .reg_some {
        font-size: 16px;
    }
    #reg_some {
        font-size: 14px;
    }
    .form-group.form-sclogin-remember label {
        position: relative;
        top: 5px;
    }
    #sclogin-remember-151 {
        margin-top: 5px;
    }
    #reg_my_self #ms_td .ms-choice {
        width: 362px;
    }
    .fix_on_mobile {
        display: none !important;
    }
    .iwanttolearnmore {
        margin-left: 0%;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .uk-navbar-center:not(:only-child) {
        left: 52%;
        width: max-content;
    }
    .ns-bs5 .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0.25rem;
        right: -13px;
    }
    .form-horizontal .form-actions {
        padding-left: 180px;
    }
    .modal {
        width: 90%;
    }
    .event_select_partner {
        width: 23%;
    }
    .report_button h5 {
        font-size: 16px;
    }
    #login-modal-150 {
        z-index: 2000 !important;
        position: fixed;
        top: 20%;
        left: 0;
        right: 0;
        border: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        overflow: auto;
        width: 600px !important;
        padding-right: 30px !important;
        height: 452px !important;
    }
    .ms-choice3 {
        display: inline-block !important;
        height: 38px !important;
        padding: 0 !important;
        padding-left: 10px !important;
        overflow: hidden;
        cursor: pointer !important;
        border: 1px solid #aaa !important;
        text-align: left;
        white-space: nowrap;
        line-height: 38px !important;
        color: #444 !important;
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px !important;
        background-color: #fff !important;
        width: 253px;
    }
    .input_form_text {
        width: 250px;
    }
    .padding_left_form {
        padding-left: 100px;
    }
    #reg_some {
        font-size: 16px;
    }
    .form-group.form-sclogin-remember label {
        position: relative;
        top: 26px;
    }
    #sclogin-remember-151 {
        margin-top: -4px;
    }
    #reg_my_self #ms_td .ms-choice {
        width: 362px;
    }
    .fix_on_mobile {
        display: none !important;
    }
    .iwanttolearnmore {
        margin-left: 26%;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .uk-navbar-center:not(:only-child) {
        left: 52%;
        width: max-content;
    }
    .ns-bs5 .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0.25rem;
        right: -13px;
    }
    .form-horizontal .form-actions {
        padding-left: 180px;
    }
    .modal {
        width: 90%;
    }
    .event_select_partner {
        width: 23%;
    }
    .report_button h5 {
        font-size: 18px;
    }
    #login-modal-150 {
        z-index: 2000 !important;
        position: fixed;
        top: 20%;
        left: 0;
        right: 0;
        border: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        overflow: auto;
        width: 600px !important;
        padding-right: 30px !important;
        height: 452px !important;
    }
    .ms-choice3 {
        display: inline-block !important;
        height: 38px !important;
        padding: 0 !important;
        padding-left: 10px !important;
        overflow: hidden;
        cursor: pointer !important;
        border: 1px solid #aaa !important;
        text-align: left;
        white-space: nowrap;
        line-height: 38px !important;
        color: #444 !important;
        text-decoration: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px !important;
        background-color: #fff !important;
        width: 253px;
    }
    .input_form_text {
        width: 250px;
    }
    .padding_left_form {
        padding-left: 100px;
    }
    #reg_some {
        font-size: 16px;
    }
    .form-group.form-sclogin-remember label {
        position: relative;
        top: 26px;
    }
    #sclogin-remember-151 {
        margin-top: -4px;
    }
    #reg_my_self #ms_td .ms-choice {
        width: 362px;
    }
    .fix_on_mobile {
        display: none !important;
    }
    .iwanttolearnmore {
        margin-left: 26%;
    }
}

#filter-button,
.map-view {
    display: none;
}

.section_two_blocks {
    padding-top: 110px !important;
}

#how_this_work_icon .uk-icon-link.vimeo,
#benefits_2_icon .uk-icon-link.vimeo,
#benefits_3_icon .uk-icon-link.vimeo {
    position: relative;
    top: 32px;
}

.cbProfile.cb_template.cb_template_default #cb_tabid_17,
.cbProfile.cb_template.cb_template_default #cb_tabid_18,
.navbar.navbar-expand.navbar-light.bg-light.mb-3.border.cbNavBar.cbTabsMenuNavBar,
.cbProfile .position-relative.row.no-gutters.align-items-end.bg-white.p-2.cbPosCanvasBottom.cbCanvasLayoutBottom,
.cbTabsMenuMain .cb_tab_content.cb_tab_html {
    display: none;
}

.eb-menu-calendar.nav.nav-pills {
    display: none;
}

.eb-topmenu_calendar.row {
    position: relative;
    left: 12px;
}

#lostpassreminder {
    display: none !important;
}

#lostpassdesc {
    display: block !important;
}

#lostpassusername {
    display: none !important;
}

#lostpassemail {
    display: flex !important;
}

.cb_forgot_button .cbLostPassSend {
    display: block !important;
}

.cb_forgot_button.form-group.row.no-gutters.cb_form_line {
    display: block !important;
}

#system-message-container {
    z-index: 1000;
    position: inherit;
    top: 80px
}

.cbLostPassForm.cb_template .border-bottom {
    border-bottom: 0px solid #dee2e6 !important;
}

.container_partner_success {
    margin: 20px 20px 0 0;
}

.container_partner_success img {
    float: left;
    margin-right: 25px;
    margin-bottom: 7px;
}

.container_partner_success_text {
    float: left;
}

#learn_more_page .error {
    display: inherit;
    color: red !important;
}

#learn_more_page_home input:focus,
textarea:focus,
select:focus {
    border-color: initial !important;
}

#learn_more_page_home input.error,
textarea.error,
select.error {
    border: 1px solid red !important;
}

.president_image img {
    border-radius: 15px !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

@media only screen and (min-width: 1200px) {
    #testimonials .uk-margin-remove-bottom.tm-grid-expand.uk-child-width-1-1.uk-margin-large.uk-grid.uk-grid-stack {
        margin-top: 0px !important;
    }
}

#partner_success_stories_section_slider .uk-border-rounded {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /*width: 100% !important;*/
}

/* #partner_success_stories_section_slider ul {
    justify-content: center;
} */

.home_calendar .eb-calendar ul.eb-weekdays li {
    font-size: 0.7rem;
}