.hero__header-image {
    width: 100%
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .hero__header-image {
        padding-right: 2rem
    }
}

@media all and (min-width: 501px) {
    .hero__price-guidance {
        padding: 1.5rem 2.5rem
    }
}

@media all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .hero__container {
        padding-top: 40px
    }
}

.hero__sign-in {
    margin-left: 5px;
    background: none;
    border: none
}

.hero__earnings {
    display: inline-block;
    position: relative;
    top: 3px;
    padding-right: 10px
}

.hero-app-section__row {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.hero-app-section__col {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.hero-app-section__image {
    margin: 0 0.5rem
}

.hero-app-section__ikea-partnership {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media all and (min-width: 1025px) {
    .hero-app-section__ikea-partnership {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.hero-app-section__divider {
    float: left;
    border-left: 1px solid var(--primary-color);
    margin-left: -1px;
    margin-right: -1px;
    height: 50px;
    display: none
}

@media all and (min-width: 1025px) {
    .hero-app-section__divider {
        display: inline-block
    }
}

.hero-app-section__app-downloads {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media all and (min-width: 1025px) {
    .hero-app-section__app-downloads {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.hero-app-section__app-downloads-text {
    display: none
}

@media all and (min-width: 1025px) {
    .hero-app-section__app-downloads-text {
        display: block
    }
}

.hero-app-section__app-downloads-links-container,
.hero-app-section__app-downloads-link {
    font-size: 0;
    display: flex;
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.hero__category-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2rem
}

@media all and (min-width: 1025px) {
    .hero__category-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.hero__category-image {
    height: 250px;
    padding: 1rem
}

.hero__category-description {
    white-space: pre-line;
    max-width: 700px
}

.hero__category-details {
    margin: 20px auto;
    text-align: center
}

.hero__category-details summary {
    cursor: pointer;
    list-style: none;
    color: #438e29;
    font-weight: bold
}

@media all and (min-width: 1025px) {
    .hero__category-details {
        width: 60%;
        margin: -10px auto 0 auto
    }
    .hero__category-details summary {
        margin-bottom: 10px
    }
}

.hero__small-normal-padding {
    padding-top: 16px
}

@media (min-width: 1024px) {
    .hero__small-normal-padding {
        padding-top: 24px
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 40px
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal .modal-content {
    position: relative;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #e8ebef;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 80px
}

@media all and (min-width: 501px) and (max-width: 800px),
all and (min-width: 801px) and (max-width: 1024px),
all and (min-width: 1025px) {
    .modal .modal-content {
        max-width: 500px;
        margin-bottom: 1em;
        border-radius: 4px
    }
}

.modal .modal-body {
    position: relative;
    padding: 10px
}


.flexible__heading-desc {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.2px
}


.hero__success_content {
    float: right !important;
    padding-left: 15px;
    padding-top: 10px
}

@media (min-width: 1024px) {
    .hero__success_content {
        padding-top: 80px;
        padding-left: 25px
    }
}

.hero__success_icon {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.hero__success_horizontal_line {
    background: var(--primary-color);
    width: 20%;
    margin-left: 0
}

#root {
    background-color: white
}

.signup-form input {
    border-radius: 0px !important
}

@media (min-width: 1024px) {
    .signup-form input {
        padding: 15px !important
    }
}

.signup__margin-bottom-0 {
    margin-bottom: 0 !important
}

.sign__padding-right-3 {
    padding-right: 3px
}

input[type="checkbox"] {
    margin-left: 5px
}

@media (max-width: 1024px) {
    input[type="checkbox"] {
        background-color: #86919d;
        outline: 1px solid #86919d
    }
}

@media (min-width: 1024px) {
    input[type="checkbox"] {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}



.getting-started-container {
    content-visibility: auto;
    contain-intrinsic-size: 1300px
}

.make-money-container {
    content-visibility: auto;
    contain-intrinsic-size: 500px
}

.tasker_landing__no-padding [class*="col-"] {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.tasker_landing__pad-left-10 {
    padding-left: 10px
}

.tasker_landing__pad-top-20 {
    padding-top: 20px
}

.tasker_landing__margin-top-15 {
    margin-top: 15px
}

.blur-background {
    opacity: 0.6
}

.field-error-container {
    color: #349993
}

.input-icon {
    top: 1rem !important
}

@media (max-width: 1024px) {
    .modal-dialog {
        margin: 0 !important
    }
}

.tasker_landing__flexible-header {
    text-align: center !important
}

@media (min-width: 1024px) {
    .tasker_landing__flexible-header {
        text-align: center !important
    }
}

@media (max-width: 1024px) {
    .tasker_landing__mobile-semi-padding {
        padding-top: 40px !important
    }
}

@media (max-width: 1024px) {
    .tasker_landing__mobile-normal-padding {
        padding-top: 24px !important
    }
}

@media (min-width: 1024px) {
    .tasker_landing__flexible-padding {
        padding-right: 40px !important
    }
}

.tasker_landing_cursor__green {
    text-decoration: none;
    cursor: pointer;
    text-align: left
}

.tasker_landing__dot {
    height: 10px;
    width: 10px !important;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px
}

.tasker_landing__horizontal_divider2 {
    width: 71.95px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 4px;
    top: 4px
}

.tasker_landing__footer_image {
    width: 100%;
    height: 400px
}

@media (min-width: 1024px) {
    .tasker_landing__footer_image {
        background-image: url(../local/images/settings/1501837831.jpg);
        background-size: cover
    }
}

.header {
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 8px 16px;
    background: #ffffff;
    color: #000000;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.4px;
    z-index: 300;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15), 0px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15), 0px 1px 0px rgba(0, 0, 0, 0.25)
}

.button,
.button:visited {
    background-color: var(--primary-color);
    border-radius: 5px;
    color: white;
    padding: 0.5em 1.5em 0.5em 1.5em
}

.close {
    color: #595959;
    margin-right: 8px;
    background: white;
    font-size: 40px;
    border: none
}

.tasker-logo {
    margin-right: 8px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1)
}

.downloadAppPrompt__tasker-by-taskrabbit {
    margin-right: auto
}

.input-container .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}