﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800&display=swap');

body
{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Montserrat", serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*border-top: 3px solid #8cc540;*/
    background-color: white;
    overflow: auto;
}


h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: "Montserrat", serif;
    font-weight: 700;
}

div,
p,
span,
a,
button,
input
{
    /*font-family: "Montserrat", serif !important;*/
    font-family: "Montserrat", serif;
    font-weight: 500;
}

a
{
    color: #337ab7;
    transition: all ease .2s;
}


button[disabled]
{
    background-color: lightgrey
}

a:focus,
a:hover
{
    color: #8cc540;
    text-decoration: none;
}

a:focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

p
{
    font-size: 18px;
    color: #1d1d1d;
    line-height: 1.6;
    /*padding: 0 0 15px;*/
}

.nowrap-text-ellipsis
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img
{
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.center-text
{
    text-align: center;
}

.underline
{
    text-decoration: underline;
}

.dotted-bottom-border
{
    border-bottom: 3px dotted black;    
}

.cursor-pointer
{
    cursor: pointer;
}

h1 span
{
    font-weight: inherit;
}



hr
{
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #eeeeee;
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-color: #2d2d2d;
}

.hr-no-search-results
{
    height: 2px;
    margin-top: 0;
    margin-bottom: 10px;
}

.green
{
    color: #8cc540;
}

.red
{
    color: red;
}

.gray
{
    color: gray;
}

#green
{
    color: #8cc540;
}

.green-header
{
    color: #8cc540;
    font-weight: 900;
}

.green-background
{
    background-color: #8cc540;
}

.green-background-white-text
{
    background-color: #8cc540;
    color: white;
}

.green-border-color{
    border-color: #8cc540
}

.green-border-top
{
    border-top: 5px solid #8cc540;
}

.green-border-bottom
{
    border-bottom: 5px solid #8cc540;
}

.zing-green-box-shadow
{
    box-shadow: 10px 10px #8cc540;
}

.zing-img-sm
{
    width:125px;
}

.black-box-shadow
{
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}

.remove-right-padding {
    padding-right: 0;
}

.remove-left-padding {
    padding-left: 0;
}

.tinted-background {
    min-height: 60vh;
    background-color: #fffafa;
}

/*************** Headers Styling ****************/

.sign-up,
.registration-link,
.zing-profile,
.favorited-jobs-header,
.jobseeker-zingthing-survey-header,
.branding-hdr
{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1;
    color: #404041;
}


/*************** End Headers Styling ****************/

/*************Post Job Info Modal**************/
.job-post-info-title
{
    margin: 0 25px 0 0;
}
/*************Post Job Info Modal**************/

.close-card
{
    margin-left: auto;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}

.disabled
{
    color: #b0b0b0
}

.bold
{
    font-weight: 900;
}

.italic
{
    font-style: italic;
}

.zing-hdr
{
    box-shadow: -6px 0 white, 6px 0 white, 0 4px 4px -3px #C0C0C0;
    overflow: hidden;
    width: 100%;
    background-color: white;
    top: 0;
    z-index: 2;
}

#social-login-text-linkedIn, #social-login-text-facebook, #social-login-text-google, #social-login-text-apple
{
    text-align: center;
    padding-right: 10%;
}

.social-icons
{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .social-icons li
    {
        display: inline-block;
        margin-bottom: 4px;
    }

    .social-icons a
    {
        color: #818a91;
        font-size: 20px;
        display: inline-block;
        text-align: center;
        transition: all .2s linear;
    }


        .social-icons a:active,
        .social-icons a:focus,
        .social-icons a:hover
        {
            color: #fff;
            background-color: #29aafe
        }

        .social-icons a.facebook:hover
        {
            background-color: #3b5998
        }

        .social-icons a.rss:hover
        {
            background-color: #f26522
        }

        .social-icons a.google-plus:hover
        {
            background-color: #dd4b39
        }

        .social-icons a.twitter:hover
        {
            background-color: #00aced
        }

        .social-icons a.linkedin:hover
        {
            background-color: #007bb6
        }

        .social-icons a.git:hover
        {
            background-color: #666
        }

        .social-icons a.tumblr:hover
        {
            background-color: #32506d
        }

        .social-icons a.vimeo:hover
        {
            background-color: #aad450
        }

        .social-icons a.youtube:hover
        {
            background-color: #b00
        }

        .social-icons a.flickr:hover
        {
            background-color: #ff0084
        }

        .social-icons a.pinterest:hover
        {
            background-color: #cc2127
        }

        .social-icons a.reddit:hover
        {
            background-color: #ff4500
        }

        .social-icons a.dribbble:hover
        {
            background-color: #ea4c89
        }

        .social-icons a.skype:hover
        {
            background-color: #00aff0
        }

        .social-icons a.instagram:hover
        {
            background-color: #517fa4
        }

        .social-icons a.lastfm:hover
        {
            background-color: #c3000d
        }

        .social-icons a.behance:hover
        {
            background-color: #1769ff
        }

.footer-links
{
    padding-left: 0;
    list-style: none;
}

    .footer-links li
    {
        display: block;
    }

    /*.zing-footer a {
    position: relative;
}*/

    .footer-links a
    {
        color: #bbbbbb;
    }

        .footer-links a:active,
        .footer-links a:focus,
        .footer-links a:hover
        {
            color: #fff;
        }

/************** Landing Page Styles **********/
h2.headline
{
    text-align: left;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px gray;
}

.landing-page-search-button
{
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    background: #8cc540;
    border-color: #8cc540;
    padding: 10px 30px;
    margin-left: 6px;
    height: 65px;
    color: white;
    border-width: 0;
    outline: none;
    letter-spacing: 4px;
}

#LandingPageLocationSearchContainer
{
    display: flex;
    align-items: center;
}

#LandingPageZingLogo
{
    width: 175px;
}

@media (max-width: 1200px)
{
    #LandingPageZingLogo
    {
        float: right;
        width: 110px;
    }

    .landing-page-login-menu
    {
        display: none;
    }
}

.landing-page-header
{
    width: 100%;
    padding: 20px;
}

#jobTitleAutoComplete
{
    background: url(../../Content/img/icons/search_icon_zing_green.png);
    background-repeat: no-repeat;
    background-position: 12px 21px;
}

#jobLocationAutoComplete
{
    background: url(../../Content/img/icons/location_icon_zing_green.png);
    background-repeat: no-repeat;
    background-position: 12px 20px;
}

#jobTitleAutoComplete
{
    background-color: white;
    height: 65px;
    width: 600px;
    padding: 0px 45px;
    margin-bottom: 10px;
    font-size: 16px;
    border: 1px solid black;
    box-shadow: none;
    /*box-shadow: 0 0 4px 0 #C0C0C0;*/
}

#jobLocationAutoComplete
{
    background-color: white;
    height: 65px;
    width: 466px;
    padding: 0px 45px;
    margin-right: 7px;
    font-size: 16px;
    border: 1px solid black;
    box-shadow: none;
    /*box-shadow: 0 0 4px 0 #C0C0C0;*/
}

#LandingPageMainImageContainer
{
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 97px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.62);
    position: relative;
    display: block;
    height: 650px;
    border-top: 4px solid #8cc540;
}

@media(max-width:991px)
{
    #LandingPageMainImageContainer
    {
        margin-top: 84px;
    }
}

@media(max-width:480px)
{
    #LandingPageMainImageContainer
    {
        margin-top: 80px;
    }
}


@media(min-width:1300px)
{

    h2.headline
    {
        text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.66);
        letter-spacing: 5px;
    }

    h2.headline
    {
        position: absolute;
        top: -70px;
    }

        h2.headline::before, h2.headline::after
        {
            content: '';
            background: #8cc450;
            height: 7px;
            width: 45px;
            position: absolute;
            top: 50px;
            right: -55px;
        }

        h2.headline::before
        {
            left: -50px;
        }
    /*end - green box around landing page search fields*/
}

#LandingPageSearchContainer input::placeholder
{
    color: #5d5d5d;
}

@media (max-width:767px)
{
    #jobTitleAutoComplete
    {
        width: 100%;
        height: 40px;
        background-position: 12px 9px;
    }

    #jobLocationAutoComplete
    {
        width: 78%;
        height: 40px;
        margin-right: 5px;
        background-position: 12px 9px;
    }

    #LandingPageSearchContainer
    {
        margin-left: 0;
        padding: 5px 6px 0 6px;
    }

    #LandingPageLocationSearchContainer
    {
        display: inline;
    }

    .landing-page-search-button
    {
        margin: 0px 0 0 0;
        padding: 0 0 0 5px;
        width: 20%;
        height: 40px;
    }

    h2.headline
    {
        font-size: 40px;
    }

    #LandingPageMainImageContainer
    {
        height: 400px;
    }
}

@media (max-width: 1200px)
{
    .landing-page-header
    {
        height: 59px;
        padding-top: 7px;
    }
}

#LandingPageHorizontalMenu
{
    display: none;
    height: 170px;
    width: 100%;
    margin: 0;
}

    #LandingPageHorizontalMenu div
    {
        height: 100%;
        text-align: center;
        color: white;
        font-size: 32px;
        font-weight: 700;
        padding-top: 62px;
    }

        #LandingPageHorizontalMenu div:hover
        {
            cursor: pointer;
        }

@media (max-width:991px)
{
    #LandingPageHorizontalMenu
    {
        height: 60px;
        width: 100%;
        margin: 0;
    }

        #LandingPageHorizontalMenu div
        {
            font-size: 12px;
            padding-top: 21px;
        }
}

#LandingPageHorizontalMenuSearchButton
{
    background-image: url("../../Content/img/landing_page/search-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#LandingPageHorizontalMenuPostJobButton
{
    background-image: url("../../Content/img/landing_page/post-a-job-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#LandingPageHorizontalMenuSignUpButton
{
    background-image: url("../../Content/img/landing_page/sign-up-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#LandingPageHorizontalMenuUploadResumeButton
{
    background-image: url("../../Content/img/landing_page/upload-resume-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#FeaturedArtist
{
    color: white;
    font-weight: 900;
    font-size: 18px;
    position: relative;
    right: 1%;
    bottom: -31%;
    text-align: right;
    background-color: gray;
    float: right;
    opacity: 0.7;
    padding: 4px;
}

#FeaturedArtistLink
{
    font-weight: 900;
    color: white;
    text-decoration: underline;
}

@media (max-width:767px)
{
    #FeaturedArtist
    {
        font-size: 13px;
        right: 1%;
        bottom: -15%;
    }
}

@media (max-width:370px)
{
    #FeaturedArtist
    {
        font-size: 12px;
    }
}

@media (max-width:320px)
{
    #FeaturedArtist
    {
        right: 1%;
        bottom: -5%;
    }
}

#WhoWeAreDescriptionContainer
{
    float: left;
    width: 60%;
    padding: 0 110px 0 100px;
}

    #WhoWeAreDescriptionContainer h1
    {
        font-size: 42px;
    }

    #WhoWeAreDescriptionContainer h3
    {
        font-size: 28px;
    }

#WhoWeAreMainDescription
{
    font-size: 22px;
    color: #676767;
    line-height: 1.8;
}

.who-we-are-descriptions
{
    font-size: 18px;
    color: #747474;
    line-height: 1.5;
    padding-left: 32px;
}

#WhoWeAreImageContainer
{
    float: right;
    width: 40%;
}

#WhoWeAreImage
{
    width: 100%;
    height: auto;
    padding-top: 100px;
}

#JobAlertBar
{
    display: none;
    width: 100%;
    height: 100px;
    background-color: #38767F;
}

@media (max-width:991px)
{
    #WhoWeAreImageContainer
    {
        display: none;
    }

    #WhoWeAreDescriptionContainer
    {
        width: 100%;
        padding: 0 10px 0 10px;
    }

        #WhoWeAreDescriptionContainer h1
        {
            font-size: 28px;
            margin-top: -45px;
        }

        #WhoWeAreDescriptionContainer h3
        {
            font-size: 18px;
        }

    #WhoWeAreMainDescription
    {
        font-size: 16px;
    }

    .who-we-are-descriptions
    {
        font-size: 16px;
        padding-left: 22px;
    }

    #JobAlertBar
    {
        height: 60px;
    }
}

#TrendingSearchesContainer
{
    width: 100%;
    height: auto;
    background-color: #333333;
    padding-top: 40px;
}

    #TrendingSearchesContainer p
    {
        color: #8CC540;
        font-size: 22px;
        font-weight: 900;
    }

    #TrendingSearchesContainer a
    {
        display: block;
        color: white;
        font-size: 22px;
        margin-bottom: 5px;
    }

#BrowseAllJobsButtonContainer
{
    display: flex;
    justify-content: center;
    margin: 80px 0 80px 0;
}

@media (max-width:991px)
{
    #BrowseAllJobsButtonContainer
    {
        margin: 20px 0 30px 0;
    }
}

#CarouselTitle
{
    font-size: 50px;
    font-weight: 900;
    margin: 50px 0 0 0;
    text-align: center;
    width: 100%;
}

@media (max-width:991px)
{
    #CarouselTitle
    {
        font-size: 30px;
        margin: 25px 0 0 0;
    }
}

.carousel-caption
{
    background-color: white;
    color: black;
    left: 30%;
    right: 30%;
    bottom: -20%;
    border-radius: 10px;
    box-shadow: 0 0 10px #C0C0C0;
    text-shadow: none;
    opacity: 0.97;
    padding: 0;
}

    .carousel-caption h1
    {
        font-family: 'rosetta_blackregular', serif;
        font-size: 90px;
        color: #8CC540;
        margin-top: 0;
    }

.carousel-control
{
    padding-top: 15%;
}

.carousel-caption p
{
    font-size: 20px;
    padding: 0 20px 0 20px;
}

.carousel-control.left, .carousel-control.right
{
    background-image: none;
}

.carousel-inner
{
    height: 740px;
}

@media (max-width:1500px)
{
    .carousel-caption
    {
        left: 25%;
        right: 25%;
    }
}

@media (max-width:1200px)
{
    .carousel-caption
    {
        left: 18%;
        right: 18%;
    }
}

@media (max-width:991px)
{
    .carousel-caption
    {
        left: 12%;
        right: 12%;
    }

        .carousel-caption p
        {
            font-size: 16px;
        }

    .carousel-inner
    {
        height: 660px;
    }
}

@media (max-width:850px)
{
    .carousel-inner
    {
        height: 570px;
    }

    .carousel-caption h1
    {
        font-size: 70px;
    }
}

@media (max-width:750px)
{
    .carousel-inner
    {
        height: 500px;
    }
}

@media (max-width:650px)
{
    .carousel-caption p
    {
        font-size: 12px;
    }

    .carousel-inner
    {
        height: 440px;
    }
}

@media (max-width:550px)
{
    .carousel-caption p
    {
        font-size: 10px;
        padding: 0;
    }

    .carousel-inner
    {
        height: 370px;
    }

    .carousel-caption
    {
        padding: 0;
    }
}

@media (max-width:500px)
{
    .carousel-inner
    {
        height: 374px;
    }

    .carousel-caption
    {
        bottom: -34%;
    }

        .carousel-caption h1
        {
            font-size: 40px;
        }
}

@media (max-width:450px)
{
    .carousel-inner
    {
        height: 332px;
    }

        .carousel-inner h1
        {
            margin: 0;
        }
}

@media (max-width:400px)
{
    .carousel-inner
    {
        height: 310px;
    }

    .carousel-caption
    {
        bottom: -38%;
    }
}

@media (max-width:350px)
{
    .carousel-inner
    {
        height: 275px;
    }

    .carousel-caption p
    {
        font-size: 10px;
    }
}

#FeaturedArtistTextImage
{
    position: absolute;
    width: 400px;
    bottom: 20px;
    right: 20px;
}

@media (max-width:767px)
{
    #FeaturedArtistTextImage
    {
        width: 250px;
        bottom: 10px;
    }
}

@media (max-width:480px)
{
    #FeaturedArtistTextImage
    {
        width: 215px;
    }
}

.app-store-buttons {
    position: absolute;
    bottom: 2%;
    right: 1%;
    cursor: pointer;
}

@media (max-width:810px) {
    .app-store-buttons {
        display: none;
    }
}

.app-store-btn {
    margin-right: 10px;
    width: 110px;
}

.play-store-btn {
    width: 110px;
}

.download-app-bullet-point-title {
    font-size: 26px;
}

.download-app-bullet-point {
    font-size: 30px;
}

.download-app-bullet-point-qr-code-container {
    margin-left: 25px;
    margin-top: -15px;
    margin-bottom: 40px;
}

@media (max-width:810px) {
    .download-app-bullet-point-container {
        display: none;
    }
}

@media (max-width:871px) {
    .download-app-bullet-point-title {
        font-size: 23px;
    }
}
/********** End - Landing Page Styles ****************/
/**************** Browse all jobs ********************/
#BrowseByCityContainer {
    margin-top: 120px;
}

#BrowseByJobTitleContainer
{
    margin-top: 50px;
}

    #BrowseByCityContainer h3, #BrowseByJobTitleContainer h3
    {
        margin-left: 13px;
    }

    #BrowseByCityContainer a, #BrowseByJobTitleContainer a
    {
        display: block;
        margin-bottom: 10px;
    }
/**************** End - Browse all jobs ****************/


/********** Cute Animals Landing Page Img Container ****************/
.no-webp #CuteAnimalsLandingPageMainImageContainer {
    width: 100%;
    position: relative;
    /*margin-top: 94px;*/
    margin-top: 0;
    background: url("../../../Content/img/landing_page/dog-hero-image-cropped.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 16.75%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.62);
}

.webp #CuteAnimalsLandingPageMainImageContainer {
    width: 100%;
    position: relative;
    /*margin-top: 94px;*/
    margin-top: 0;
    background: url("../../../Content/img/landing_page/dog-hero-image-cropped.webp");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 16.75%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.62);
}

@media(max-width: 600px)
{
    .no-webp #CuteAnimalsLandingPageMainImageContainer {
        background: url("../../../Content/img//landing_page/dog-hero-image-cropped-mobile.png");
        background-size: contain;
        background-repeat: no-repeat;
        padding: 28%;
    }

    .webp #CuteAnimalsLandingPageMainImageContainer {
        background: url("../../../Content/img//landing_page/dog-hero-image-cropped-mobile.webp");
        background-size: contain;
        background-repeat: no-repeat;
        padding: 28%;
    }
}

.no-webp #CuteAnimalsTwoLandingPageMainImageContainer {
    width: 100%;
    position: relative;
    /*margin-top: 94px;*/
    margin-top: 0;
    background: url("../../../Content/img/landing_page/zing-best-friends-2.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 12.10% 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.62);
}

.webp #CuteAnimalsTwoLandingPageMainImageContainer {
    width: 100%;
    position: relative;
    /*margin-top: 94px;*/
    margin-top: 0;
    background: url("../../../Content/img/landing_page/zing-best-friends-2.webp");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 12.10% 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.62);
}

@media(max-width: 600px)
{
    .no-webp #CuteAnimalsTwoLandingPageMainImageContainer {
        background: url("../../../Content/img//landing_page/zing-best-friends-2-cropped-mobile.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        padding: 28%;
    }

    .webp #CuteAnimalsTwoLandingPageMainImageContainer {
        background: url("../../../Content/img//landing_page/zing-best-friends-2-cropped-mobile.webp");
        background-size: contain;
        background-repeat: no-repeat;
        padding: 28%;
    }
}

.no-webp #CuteAnimalsThreeLandingPageMainImageContainer {
    width: 100%;
    position: relative;
    /*margin-top: 94px;*/
    margin-top: 0;
    background: url("../../../Content/img/landing_page/zing-best-friends-3.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 12.10% 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.62);
}

.webp #CuteAnimalsThreeLandingPageMainImageContainer {
    width: 100%;
    position: relative;
    /*margin-top: 94px;*/
    margin-top: 0;
    background: url("../../../Content/img/landing_page/zing-best-friends-3.webp");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 12.10% 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.62);
}

@media(max-width: 600px)
{
    .no-webp #CuteAnimalsThreeLandingPageMainImageContainer {
        background: url("../../../Content/img//landing_page/zing-best-friends-3-cropped-mobile.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        padding: 28%;
    }

    .webp #CuteAnimalsThreeLandingPageMainImageContainer {
        background: url("../../../Content/img//landing_page/zing-best-friends-3-cropped-mobile.webp");
        background-size: contain;
        background-repeat: no-repeat;
        padding: 28%;
    }
}



/********** End - Cute Animals Landing Page Img Container ****************/


/*********** Brochure Pages Common **************************************/

.brochureHeader
{
    width: 100%;
    text-align: center;
    position: relative;
    color: white;
    /*margin-top: 94px;*/
    margin-top: 0;
    padding: 100px 0;
}

@media (max-width:991px)
{
    .brochureHeader
    {
        /*margin-top: 77px;*/
        margin-top: 0;
    }
}

@media (max-with: 480px)
{
    .brochureHeader
    {
        /*margin-top: 77px;*/
        margin-top: 0;
    }
}

#ZingThingContainer, #DoingGoodThingsContainer, #AboutUsContainer, #CuteAnimalsContainer, #PricingContainer
{
    font-size: 18px;
    color: #1d1d1d;
    margin: 0;
    padding: 0 0 20px;
    line-height: 1.8;
}



/*********** End - Brochure Pages Common **************************************/

/**************** Pricing Header ****************/
.no-webp #PricingHeader
{
    background: url("../../../Content/img/pricing/Pricing-Page-header.jpg");
    background-size: cover;
}

.webp #PricingHeader {
    background: url("../../../Content/img/pricing/Pricing-Page-header.webp");
    background-size: cover;
}

/**************** End - Pricing Header ****************/

/**************** AboutUs Header ****************/
.no-webp #AboutUsHeader
{
    background: url("../../../Content/img/about_us/about-us-header.png");
    background-size: cover;
}

.webp #AboutUsHeader {
    background: url("../../../Content/img/about_us/about-us-header.webp");
    background-size: cover;
}

/**************** End - AboutUs Header ****************/

/**************** Cute Animals *************************/

.no-webp #CuteAnimalsHeader
{
    background: url("../../../Content/img/cute_animals/Cute-Animals-header.jpg");
    background-size: cover;
}

.webp #CuteAnimalsHeader {
    background: url("../../../Content/img/cute_animals/Cute-Animals-header.webp");
    background-size: cover;
}



/**************** End - Cute Animals *******************/
/**************** Doing Good Things ********************/

.no-webp #DoingGoodThingsHeader
{
    background: url("../../../Content/img/doing_good_things/Doing-Good-Things-header.jpg");
    background-size: cover;
}

.webp #DoingGoodThingsHeader {
    background: url("../../../Content/img/doing_good_things/Doing-Good-Things-header.webp");
    background-size: cover;
}


/**************** End - Doing Good Things **************/
/**************** ZingThing *********************/
.no-webp #ZingThingHeader
{
    background: url("../../Content/img/zingthing/zing-thing-header.jpg");
    background-size: cover;
}

.webp #ZingThingHeader {
    background: url("../../Content/img/zingthing/zing-thing-header.webp");
    background-size: cover;
}


/**************** End - ZingThing *************/

/**************** Cute Animals Ad ******************/
#CuteAnimalsAdHeader
{
    width: 100%;
    position: relative;
    color: white;
    margin-top: 94px;
    background: url("../../Content/img/cute_animals/dog-hero-image.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 12.1%;
}

/**************** End - Cute Animals Ad ************/

/**************** Unsubscribe Job Alert/ JobFavorites ***********/
#UnsubscribeJobAlertContainer, #UnsubscribeJobFavoriteContainer, #UnsubscribeJobAlertSuccessContainer
{
    margin-top: 120px;
    margin-bottom: 100px;
    padding-left: 20px;
    text-align: center;
    min-height: 50vh;
}

.unsubscribe-form-field
{
    width: 250px;
}
/**************** End - Unsubscribe Job Alert *****/
/**************** ZingThing Survey ************/
.sortable-list
{
    max-width: 700px;
    display: flex !important;
    flex-direction: column;
}

.sortable-list-item
{
    padding: 20px 10px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
    height: 100px !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
}

    .sortable-list-item p
    {
        width: 80%;
    }

@media (max-width:490px)
{
    .sortable-list-item p
    {
        font-size: 10px;
        width: 70%;
    }
}

@media (max-width:390px)
{
    .sortable-list-item p
    {
        font-size: 10px;
        width: 65%;
    }
}

@media (max-width:350px)
{
    .sortable-list-item p
    {
        font-size: 9px;
    }
}

.sortable-list-caret-down
{
    margin-left: 5px;
}

.sortable-list-dropdown-button
{
    background-color: lightgray !important;
    min-width: 50px !important;
    margin-right: 20px !important;
}

    .jobseeker-zingthing-survey-header span
    {
        color: #8CC540;
        font-weight: 900;
    }

.survey-form-element
{
    min-width: 400px;
}

@media (max-width:460px)
{
    .survey-form-element
    {
        min-width: 265px;
    }
}

#jobseeker-zingthing-survey-results hr
{
    margin: 20px 0 20px 0;
}

.survey-response-text
{
    font-size: 16px;
    font-weight: 900;
}

.interview-questions
{
    font-weight: 600;
}
/**************** End - ZingThing Survey ******/
/**************** Highlight then fade *********/
@keyframes yellowfade
{
    from
    {
        background: yellow;
    }

    to
    {
        background: transparent;
    }
}

.item-highlight
{
    animation: yellowfade 1s;
}
/**************** End - Highlight then fade ***/
section.bg-alt
{
    background-color: #fafafa;
}

.container
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.item-block
{
    display: block;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    -webkit-transition: background-color .5s, -webkit-box-shadow .5s;
    transition: background-color .5s, -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s, background-color .5s;
    transition: box-shadow .5s, background-color .5s;
    transition: box-shadow .5s, background-color .5s, -webkit-box-shadow .5s
}

    .item-block:hover
    {
        -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1)
    }

    .item-block.item-block-flat
    {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none
    }

        .item-block.item-block-flat:hover
        {
            background-color: #fafafa
        }

        .item-block.item-block-flat header
        {
            border-bottom: none
        }

    .item-block header
    {
        padding: 20px 30px;
        border-bottom: 1px solid #f6f6f6
    }

        .item-block header img
        {
            width: 64px;
            margin-right: 30px;
            float: left
        }

        .item-block header .hgroup
        {
            display: inline-block
        }

        .item-block header h4,
        .item-block header h5,
        .item-block header h6
        {
            font-family: Open Sans, sans-serif;
            font-weight: 300;
            margin: 0
        }

            .item-block header h4 a:hover,
            .item-block header h5 a:hover,
            .item-block header h6 a:hover
            {
                color: #29aafe
            }

        .item-block header h4
        {
            color: #000
        }

            .item-block header h4 a
            {
                color: #373a3c
            }

        .item-block header h5
        {
            font-size: 17px;
            margin-top: 6px;
            color: #96a2b2
        }

            .item-block header h5 a
            {
                color: #96a2b2
            }

        .item-block header .open-position,
        .item-block header .time,
        .item-block header time
        {
            display: inline-block;
            float: right;
            color: #96a2b2;
            font-size: 12px;
            letter-spacing: 0;
            line-height: 64px;
            text-align: right
        }

        .item-block header .open-position
        {
            font-size: 13px;
            font-style: italic
        }

        .item-block header .label
        {
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 11px;
            font-weight: 400;
            border-radius: 0;
            padding: 4px 6px;
            margin-top: 6px;
            margin-left: 16px;
            opacity: .85
        }

        .item-block header .location,
        .item-block header .rate
        {
            display: block;
            color: #96a2b2;
            line-height: 35px
        }

            .item-block header .location:before,
            .item-block header .rate:before
            {
                content: "\f041";
                font-family: FontAwesome;
                padding-right: 10px
            }

        .item-block header .rate
        {
            line-height: 25px;
            margin-top: 6px;
            font-size: 14px
        }

            .item-block header .rate:before
            {
                content: "\f0d6"
            }

        .item-block header .header-meta
        {
            float: right;
            text-align: right
        }

            .item-block header .header-meta .time,
            .item-block header .header-meta time
            {
                line-height: 25px;
                margin-top: 6px
            }

        .item-block header small
        {
            color: #818a91;
            letter-spacing: 0
        }

            .item-block header small:before
            {
                content: '\2014 \00A0';
                margin-left: 10px
            }

        .item-block header .action-btn
        {
            float: right;
            line-height: 66px;
            opacity: 0;
            -webkit-transition: opacity .3s ease-in-out;
            -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out
        }

    .item-block .item-body
    {
        padding: 20px 30px;
        color: #a2a2a2
    }

        .item-block .item-body p:last-of-type
        {
            margin-bottom: 0
        }

        .item-block .item-body .tag-list
        {
            margin-top: 15px
        }

    .item-block footer
    {
        background-color: #fdfdfd;
        padding: 14px 30px;
        line-height: 22px
    }

        .item-block footer:after
        {
            content: '';
            display: table;
            clear: both
        }

        .item-block footer .status
        {
            display: inline-block;
            font-size: 13px;
            line-height: 22px;
            color: #96a2b2;
            margin-bottom: 0;
            float: left
        }

            .item-block footer .status .fa,
            .item-block footer .status [class^=ti-]
            {
                font-size: 16px;
                padding-right: 8px
            }

        .item-block footer .action-btn
        {
            float: right;
            opacity: 0;
            -webkit-transition: opacity .3s ease-in-out;
            -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out
        }

        .item-block footer .details
        {
            margin: 0
        }

    .item-block .item-form
    {
        position: relative;
        padding: 40px 30px 20px
    }

        .item-block .item-form .btn-remove
        {
            position: absolute;
            top: -12px;
            right: -10px
        }

    .item-block:hover .action-btn
    {
        opacity: 1
    }

.duplicateable-content
{
    display: none
}

.item-blocks-connected .item-block
{
    margin-top: 0;
    border-color: #fff;
    border-left-width: 3px;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .item-blocks-connected .item-block:hover
    {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #29aafe;
        -webkit-transition: border .1s linear;
        -o-transition: border .1s linear;
        transition: border .1s linear
    }

    .item-blocks-connected .item-block header h4
    {
        font-size: 20px;
        line-height: 35px
    }

.item-blocks-condensed .item-block
{
    margin-top: 10px
}



.remove-row-margin
{
    margin-left: 0;
    margin-right: 0;
}

.registration-menu-type
{
    font-size: 17px
}

/* =======================================================================
Scrollbar Styling
========================================================================= */
/*::-webkit-scrollbar-thumb {
    background: #8CC540
}*/
/* ========================================================================
   Component: Button theme
 ========================================================================== */
.btn-theme
{
    font-size: 18px;
    border-radius: 4px;
    background-color: #23b7e5;
    color: #fff;
}

    .btn-theme:hover,
    .btn-theme:focus,
    .btn-theme:active
    {
        background-color: #189ec8;
        color: #fff;
    }

    .btn-theme.btn-lg
    {
        min-width: 180px;
        padding: 14px 24px;
        margin: 5px;
    }

    .btn-theme em
    {
        margin-right: 1em;
        font-size: 20px;
    }

.header-bg
{
    /*background: url('../img/bg-main.jpg');*/
    background: white;
    border-bottom: 1px solid #ebebeb;
}

.jsfilter-list,
.jsfilter-list-items,
.jsfilter-list-item
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.jsfilter-list-header-toggle
{
    font-weight: 600;
}

/******Pagination**********/
.pagination
{
    margin-top: 30px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(50, 50, 50, .15);
    box-shadow: 0 1px 2px 0 rgba(50, 50, 50, .15);
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover
    {
        color: #fff;
        background-color: #29aafe;
    }

    .pagination > li > a,
    .pagination > li > span
    {
        padding: 9px 15px;
        font-size: 15px;
        color: #7e8890;
        background-color: #fff;
        border: none;
        margin: 0;
        -webkit-transition: .15s linear;
        -o-transition: .15s linear;
        transition: .15s linear;
    }

    .pagination > li > a,
    .pagination > li > span
    {
        position: relative;
        float: left;
        line-height: 1.42857143;
        text-decoration: none;
    }

#pagination-left-arrow,
#pagination-right-arrow
{
    font-size: 18px;
}

/**********Overlay************/
.searchOverlay
{
    background: #aaaaaa;
    opacity: .25;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/***********Common styles*******************/
.cl-lh
{
    line-height: 1;
}

/*************Applied Job Details********************/
.applied-job-label
{
    text-align: right;
    font-weight: 800;
}

.applied-job-title
{
    font-weight: 900;
}

/*************Job Search*****************************/
.job-search-logo
{
    width: 130px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.job-search-input
{
    padding: 8px 0 8px 10px;
    font-size: 16px;
    border: 1px solid #b9b9b9;
    color: #1d1d1d;
    width: 100%
}

.search-btn
{
    font-size: 14px;
    padding: 6px 30px;
    margin: 0 0 0 10px;
    font-weight: 700;
    border: none;
    text-align: center;
    background: #8cc540;
    border-radius: 20px;
    color: white;
}

.search-btn-square
{
    font-size: 16px;
    margin-left: -20px;
    padding: 9px 30px;
    font-weight: 600;
    border: none;
    text-align: center;
    background: #8cc540;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.green-btn
{
    font-size: 14px;
    padding: 6px 30px;
    font-weight: 700;
    border: none;
    text-align: center;
    background: #8cc540;
    border-radius: 20px;
    color: white;
}

.green-btn-square
{
    font-size: 16px;
    padding: 10px 40px;
    font-weight: 700;
    border: none;
    text-align: center;
    background: #8cc540;
    color: white;
}

#LocationSearchTextBoxContainer
{
    margin-left: -20px;
}

@media (max-width: 991px)
{
    #LocationSearchTextBoxContainer
    {
        margin-left: 0px;
    }
}

@media (max-width: 767px)
{
    #LocationSearchTextBoxContainer
    {
        padding-left: 15px;
    }
}

@media (max-width: 400px)
{
    .green-btn-square
    {
        font-size: 12px;
        padding: 10px 30px;
        font-weight: 700;
        border: none;
        text-align: center;
        background: #8cc540;
        color: white;
    }
}

.grey-btn
{
    font-size: 14px;
    padding: 6px 30px;
    font-weight: 700;
    border: none;
    text-align: center;
    background: #7B7B7B;
    border-radius: 20px;
    color: white;
}

.grey-text-input
{
    height: 34px;
    border: 2px solid lightgrey;
    padding-left: 6px;
}

.mobile-search-btn
{
    font-size: 16px;
    font-weight: 900;
    background: #8cc540;
    color: white;
}

    .mobile-search-btn:hover
    {
        color: white;
    }

.show-more-btn
{
    font-size: 20px;
    padding: 2px 30px;
    margin: 0 0 0 10px;
    font-weight: 700;
    border: none;
    text-align: center;
    background: #8cc540;
    border-radius: 20px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.show-more-chevron
{
    margin-left: 10px;
    vertical-align: middle;
}


/*******************Dropdown Menu Navigation***************/

.login-link,
.logout-link,
.signup-link,
.forgot-password-link,
.aboutus-link,
.postajob-link
{
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 17px;
    transition: all ease 0.4s;
}

.menu-item-link
{
    color: #333333;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 19px;
    transition: all ease 0.4s;

}

    .menu-item-link:hover
    {
        color: white !important;
        background: #8CC540 !important;
    }



/*******************Dropdown Menu Navigation End***************/

    
    .login-button,
    .logout-button  
    {
        display: inline-block;
        font-size: 14px;
        padding: 5px 0;
        float: right;
    }

.aboutus-button, .signup-button, .postajob-button
{
    font-size: 14px;
    padding: 5px 0;
    margin-right: 20px;
    float: left;
}

.profile-link
{
    color: white;
    padding: 0 30px;
    text-decoration: none;
}

    .profile-link:hover,
    .profile-link:focus
    {
        color: white;
    }

.profile-button
{
    background: #07182e;
    display: inline-block;
    font-size: 14px;
    padding: 5px 0;
    border-radius: 20px;
    text-align: center;
}

.job-title
{
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}

.job-details
{
    margin-bottom: 5px;
}

.company
{
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    padding: 0 0 15px;
}

.description
{
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 10px;
}

#job-alert-panel, #mobile-job-alert-panel
{
    border: 1px solid #8CC540;
    border-radius: 0;
    padding: 10px;
    background: #8CC540;
    color: white;
}

    #job-alert-panel .panel-body
    {
        padding: 5px;
    }

#mobile-job-alert-panel
{
    width: 103%;
}

.job-alert-label
{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0;
    vertical-align: top
}

.masonry-job-alert-label
{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0;
    vertical-align: top;
}

#search-results input[type="radio"], #masonry-view input[type="radio"]
{
    margin: 0 5px 0;
    display: inline-block;
}

#search-results .panel p
{
    font-size: 15px;
}

    #search-results .panel p.list-view-side-bar-title
    {
        font-size: 19px;
    }

#search-results #job-alert-panel p.list-view-side-bar-title
{
    color: white;
}

#search-results #TrendingArticles p
{
    padding: 0;
}

    #search-results #TrendingArticles p a
    {
        text-decoration: underline;
    }

#TrendingArticles a:hover
{
    color: #1d1d1d;
    background: rgba(140, 197, 64, 0.37);
}

.job-alert-input
{
    font-size: 14px;
    padding: 5px;
    border: 1px solid lightgray;
    color: #5e5e5e;
    width: 100%;
    background-color: #E3F1D0;
}

.btn-submit-job-alert, .btn-masonry-submit-job-alert, .btn-apply-filters
{
    margin-top: 10px;
    padding: 8px 0;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    background: #113A6A;
    box-shadow: none;
    text-align: center;
    color: white;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media(max-width: 480px)
{
    .btn-masonry-submit-job-alert
    {
        font-size: 10px;
    }
}

@media(max-width: 350px)
{
    .btn-masonry-submit-job-alert
    {
        font-size: 8px;
    }
}

.list-view-mobile-job-alert-btn-container
{
    position: fixed;
    bottom: 0;
    background-color: #E5E5E5;
    width: 100%;
    height: 50px;
    margin-left: -5px;
    text-align: center;
}

.list-view-mobile-job-alert-btn
{
    margin-top: 5px;
}

.list-view-side-bar-title
{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 0
}

#CuteAnimalPanel, #TrendingArticlesPanel
{
    background-color: #FBFBFB;
    border-radius: 0;
}

    #CuteAnimalPanel a.green-btn-square
    {
        color: white;
    }

.btn-apply-filters-mobile
{
    padding: 8px;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    background: #07182e;
    box-shadow: none;
    text-align: center;
    color: white;
    border-radius: 20px;
    border: none;
    position: relative;
    float: right;
    margin-top: 15px;
    /*position: fixed;
    bottom: 55px;
    right: 20px;
    z-index: 10;*/
}

.list-view-job-container
{
    border: 1px solid lightgrey;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.list-view-job-container h3
    {
       margin: 0;
       font-size: 20px;
    }

#filter-panel
{
    border: 1px solid #bdbdbd;
    border-radius: 0;
}

#results-panel
{
    border: none;
}

.filter-panel-body
{
    padding: 10px 15px;
    background-color: #f5f5f5;
    color: #1d1d1d;
}

.ui-slider .ui-slider-handle
{
    width: 1em;
    height: 1em;
}

.ui-slider-horizontal
{
    height: 0.7em;
}

.date-posted-slider .ui-slider-handle .ui-slider-tip, .distance-slider .ui-slider-handle .ui-slider-tip, .salary-slider .ui-slider-handle .ui-slider-tip
{
    width: 70px;
    height: 30px;
    font-weight: 700;
    font-size: 14px;
    color: white;
    background-color: #8cc540;
    border-color: #8cc540;
    border-radius: 0;
    line-height: 30px;
    margin-left: -35px;
    visibility: visible;
    opacity: 1;
    top: 20px;
}

    .date-posted-slider .ui-slider-handle .ui-slider-tip:before, .distance-slider .ui-slider-handle .ui-slider-tip:before, .salary-slider .ui-slider-handle .ui-slider-tip:before
    {
        border: 5px solid rgba(255, 255, 255, 0);
    }

    .date-posted-slider .ui-slider-handle .ui-slider-tip:after, .distance-slider .ui-slider-handle .ui-slider-tip:after, .salary-slider .ui-slider-handle .ui-slider-tip:after
    {
        border-top-color: #8cc540;
        transform: scaleY(-1);
        top: -11px;
    }

.shift-slider-tip-left:after
{
    margin-left: -32px !important;
}

.shift-slider-tip-right:after
{
    margin-left: 23px !important;
}

/*.distance-slider .ui-slider-handle .ui-slider-tip {
    width: 70px;
    height: 30px;
    font-weight: 900;
    font-size: 14px;
    color: white;
    background-color: #8cc540;
    border-color: #8cc540;
    border-radius: 0;
    line-height: 30px;
    margin-left: -35px;
    visibility: visible;
    opacity: 1;
    top: 20px;
}

.distance-slider .ui-slider-handle .ui-slider-tip:before {
    border: 5px solid rgba(255, 255, 255, 0);
}

.distance-slider .ui-slider-handle .ui-slider-tip:after {
    border-top-color: #8cc540;
    transform: scaleY(-1);
    top: -10px;
}*/

.job-search-filter-dropdown
{
    margin-top: 10px;
    border-radius: 0;
}

    .job-search-filter-dropdown.form-control
    {
        box-shadow: none;
        border: 1px solid gray;
        font-size: 16px;
        height: auto;
    }

.form-control:focus
{
    border: 1px solid gray;
    box-shadow: none;
}

a.reset-filters-button
{
    text-decoration: underline;
    font-size: 13px;
    text-align: right;
}

@media(max-width: 767px)
{
    a.reset-filters-button
    {
        text-align: left;
    }
}

.btn-apply
{
    border: 2px solid #8cc540;
    padding: 5px 35px;
    line-height: 1;
    background: none;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
}

.company-name-search, .job-title-search, .location-search 
{
    width: 100%;
    height: 34px;
    font-size: 16px;
    padding-left: 15px;
    border: 1px solid gray;
    color: gray;
    margin: 0 0 10px
}

.details
{
    list-style: none;
}

.error
{
    color: red;
    display: none;
}

#btnJobAlert,
#btnFilter
{
    color: white;
    background: #07182e;
}

#add-company-name-btn img,
#add-job-industry-btn img
{
    width: 25px;
}

#switch-to-list-view-btn
{
    margin-left: 10px;
}

    #switch-to-masonry-view-btn:hover,
    #switch-to-list-view-btn:hover
    {
        cursor: pointer;
    }

.view-selector-container
{
    margin: 0;
    /*float: right;*/
}

#FilterButtonLabel, #ResultsCount, #MaxResultsCount {
    font-weight: 700;
    font-size: 16px;
}

@media(max-width: 375px) {
    #FilterButtonLabel, #ResultsCount {
        font-size: 14px;
    }

    #MaxResultsCount 
    {
        font-size: 13px;
    }
}

@media(max-width: 340px)
{
    #FilterButtonLabel, #ResultsCount
    {
        font-size: 13px;
    }

    #MaxResultsCount
    {
        font-size: 12px;
    }
}

#FilterButtonContainer
{
    margin: 0;
    display: none;
}

#FilterButtonContainer, #btnFilterMasonryView
{
    font-size: 20px;
}

.sort-by-relevance-link:hover, .sort-by-date-posted-link:hover
{
    text-decoration: underline;
}

.sort-by-container
{
    margin: 10px 0;
}

    .sort-by-container a.sort-by-relevance-link
    {
        text-decoration: underline;
    }

    .sort-by-container a
    {
        letter-spacing: 1px;
        font-weight: 600;
    }

#FilterButtonContainer:hover
{
    cursor: pointer;
}

.reset-filters-button
{
    display: block;
    margin-top: 24px;
}

#job-alert-email-error
{
    display: inline;
}

#masonry-job-alert-email-error
{
    font-size: 13px;
    margin-bottom: -26px;
}

@media (max-width:440px)
{
    #masonry-job-alert-email-error
    {
        font-size: 12px;
    }
}

@media (max-width:385px)
{
    #masonry-job-alert-email-error
    {
        font-size: 10px;
    }
}

@media (max-width:334px)
{
    #masonry-job-alert-email-error
    {
        font-size: 9px;
    }
}

.cute-animal-list-view:hover
{
    cursor: pointer;
}

.days-posted
{
    font-size: 11px;
    color: gray;
}

/*************Job Search End*****************************/
/*************Filter Panel******************************/
#GrayFullPageOverlay
{
    display: none;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.66);
    opacity: 0.9;
    top: 142px;
    left: 0;
    position: fixed;
    z-index: 2;
}

@media (max-width: 991px)
{
    #GrayFullPageOverlay
    {
        top: 231px;
    }
}

@media (max-width: 767px)
{
    #GrayFullPageOverlay
    {
        top: 184px;
    }
}

@media only screen and (min-width: 481px)
{
    #filter-panel-masonry-view
    {
        position: absolute;
        z-index: 3;
        left: 6.4%;
        top: 183px;
        border: 0;
        width: 350px;
        margin: 0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        border-radius: 0;
    }
}

@media (min-width:768px)
{
    #filter-panel-masonry-view
    {
        top: 229px;
    }
}

@media (min-width:992px)
{
    #filter-panel-masonry-view
    {
        top: 142px;
    }
}

.distance-filter-message {
    display: none;
}

.show-distance-filter-message-icon {
    cursor: pointer;
}
/*************End - Filter Panel************************/
/*************Show collapse state icons on unsubscribe mobile page**************/
.panel-heading .panel-holder:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}

.panel-heading .panel-holder.collapsed:after
{
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}



#btnFilter
{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.2px;
}

.jobSearchFilterSmallContainer
{
    margin-top: 25px;
}

.active-filter-item
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-bottom: 10px;
}

.selected-categories-item
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline;
    margin-bottom: 10px;
}

.active-filter-item .category,
.active-filter-item .post-date,
.active-filter-item .distance,
.active-filter-item .employment-type,
.active-filter-item .pay-type,
.active-filter-item .job-type,
.active-filter-item .experience-level,
.active-filter-item .company,
.active-filter-item .company-name,
.active-filter-item .job-industry
{
    display: inline-block;
    margin-right: 5px;
    text-transform: initial;
    padding: 3px 15px;
    text-align: left;
}

.selected-categories-item .category
{
    display: inline;
    margin-right: 5px;
    text-transform: initial;
    padding: 3px 15px;
    text-align: left;
}

.active-filter-item .post-date,
.active-filter-item .category,
.active-filter-item .distance,
.active-filter-item .employment-type,
.active-filter-item .pay-type,
.active-filter-item .job-type,
.active-filter-item .experience-level,
.active-filter-item .company,
.selected-categories-item .category,
.active-filter-item .company-name,
.active-filter-item .job-industry
{
    color: white;
    /*background-color: #8cc540;
    border-color: #8cc540 !important;*/
}

.active-filter-item .selected-fitler-value,
.selected-categories-item .selected-category-value
{
    font-weight: 600;
}

#active-filters
{
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 10px;
}

#active-filters-masonry-view
{
    margin-bottom: 10px;
    display: none;
}

@media (max-width: 704px)
{
    #active-filters-masonry-view
    {
        display: inline-block;
    }
}

.horizontal-scroll
{
    overflow: auto;
    white-space: nowrap;
}

.mat-list-item:hover
{
    background-color: lightblue;
}

md-slider
{
    width: 100%;
}

.profile-btn
{
    margin-top: 20px;
}

.masonry-view-filter-btn-container
{
    width: auto;
    display: inline-block;
    margin-left: 43px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

#basic-registration-complete-container
{
    padding: 20px 12%;
    min-height: 49vh;
    transition: all 0.3s;
    margin-top: 100px;
    margin-left: 0;
}

#basic-registration-complete-card
{
    margin-left: 0;
    transition: all .3s;
    text-align: center;
}

    #basic-registration-complete-card .mat-card-header
    {
        justify-content: center;
    }

    #basic-registration-complete-card.active
    {
        margin-left: 250px;
    }


/********** Mobile Form Element Styles **********/
.mobile-form-element
{
    display: block;
    width: 95%;
    margin-top: 30px;
}


/***********************************************************************/
/************             Hamburger Menu                   *************/
/***********************************************************************/
.hamburger-menu
{
    height: 30px;
    padding-left: 40px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.hamburger-icon
{
    width: 35px;
    height: 5px;
    background-color: #07182e;
    display: block;
    position: absolute;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s all ease-in-out;
    -moz-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
}

.hamburger-menu div:nth-child(1)
{
    top: 0px;
}

.hamburger-menu div:nth-child(2),
.hamburger-menu div:nth-child(3)
{
    top: 13px;
}

.hamburger-menu div:nth-child(4)
{
    top: 26px;
}

.hamburger-menu.open div:nth-child(1)
{
    top: 13px;
    width: 0%;
    left: 50%;
}

.hamburger-menu.open div:nth-child(2)
{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger-menu.open div:nth-child(3)
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger-menu.open div:nth-child(4)
{
    top: 13px;
    width: 0%;
    left: 50%;
}


/***********************************************************************/
/***********               SIDE NAVIGATION                **************/
/***********************************************************************/
.sidebar
{
    min-width: 250px;
    position: fixed;
    top: 95px;
    left: 0;
    height: 100%;
    z-index: 4;
    background: white;
    color: #818181;
    max-width: 250px;
    transition: all .3s;
    margin-left: -250px;
    overflow-y: auto !important;
    border-right: 3px solid #8CC540;
}

    .sidebar.active
    {
        /*box-shadow: 4px 0 4px -3px #8CC540;*/
        margin-left: 0;
    }

    .sidebar ul.components
    {
        padding: 60px 0;
    }


.sidebar-items
{
    padding: 18px 8px 18px 32px;
    text-decoration: none;
    font-size: 1.1em;
    display: block;
    color: #818181;
    cursor: pointer;
}

.dropdown-item
{
    padding: 7px 0 7px 1.8em;
    font-size: 1em;
    color: #337ab7;
}

    .dropdown-item a:hover
    {
        background: transparent
    }

.sidebar ul li a:hover
{
    color: white;
    background: #8CC540;
}

#profileDropdown > li > button:hover, #zingThingDropdown > li > button:hover
{
    background: #8CC540;
    color: white;
}

ul > .dropdown-item > a:hover,
ul > .dropdown-item > button:hover
{
    background: #8CC540;
    color: white;
}

@media (max-width:991px)
{
    .sidebar
    {
        top: 8.6rem;
    }

        .sidebar.ngProfile
        {
            top: 87px;
        }

        .sidebar.active.ngProfile
        {
            top: 87px;
        }

        .sidebar ul.components
        {
            padding: 170px 0;
        }
}

@media (max-width: 767px)
{
    .sidebar
    {
        top: 13.5rem;
    }

        .sidebar ul.components {
            padding: 70px 0;
        }
}

@media (max-width: 480px)
{
    .sidebar
    {
        top: 0 !important;
        /*z-index: 2;*/
    }

        .sidebar.active
        {
            min-width: 100%;
            margin-left: 0;
            box-shadow: 4px 0 4px -3px transparent;
            z-index: 9999;
        }

    .sidebar-items
    {
        font-size: 1.9em;
        font-weight: 300;
    }
}

#employerProfileDropdown > li > a:hover, #jobseekerProfileDropdown > li > a:hover, #recruiterProfileDropdown > li > a:hover, #staffingProfileDropdown > li > a:hover
{
    background: #8CC540;
    color: white;
}

.profile-caret
{
    margin-left: 65%;
    transform: rotate(0deg);
    transition: transform .2s linear;
}

.zingThing-caret
{
    margin-left: 50%;
    transform: rotate(0deg);
    transition: transform .2s linear;
}

    .profile-caret.open, .zingThing-caret.open
    {
        transform: rotate(90deg);
        transition: transform .2s linear;
    }

ul ul button
{
    background: transparent;
    border: none;
    font-size: 0.9em;
    padding-left: 30px;
}

ul ul a
{
    font-size: 0.9em !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

    ul ul a:hover
    {
        color: #303030;
    }

#profileDropdown > li > button, #zingThingDropdown > li > button
{
    background: transparent;
    border: none;
    font-size: 0.9em;
    padding-left: 30px;
    padding-right: 30px;
}

#search-results
{
    display: none;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    margin-left: 0;
}

    #search-results.active
    {
        margin-left: 250px;
    }

#user-profile,
#recruiter-profile,
#employer-profile,
#staffingfirm-profile,
#password-page-contents,
#email-page-contents,
#privacy-page-contents,
#jobseeker-zingthing-survey-contents
{
    margin-left: 0;
    transition: all 0.3s;
}

    #user-profile.active,
    #recruiter-profile.active,
    #employer-profile.active,
    #staffingfirm-profile.active,
    #password-page-contents.active,
    #email-page-contents.active,
    #privacy-page-contents.active,
    #jobseeker-zingthing-survey-contents.active
    {
        margin-left: 250px;
    }


.profile-container
{
    padding: 20px 20%;
    min-height: 45vh;
    transition: all 0.3s;
    /*margin-top: 95px;*/
    margin-top: 0;
    margin-left: 0;
    /*background-color: #fffafa;*/
}

.sidebar-mobile-close-btn
{
    display: inline;
    background: none;
    border: none;
    font-size: 30px;
    position: relative;
    left: 70%;
    bottom: 2%;
    transform: rotate(180deg);
}


/************************** Header ******************************/
#search-container, #header-without-search-container
{
    overflow: visible;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 5;
    box-shadow: none;
    border-bottom: 4px solid #8cc540;
    padding: 15px 0 5px 15px;
}

#search-container-inner
{
    display: flex;
    align-items: center;
    width: 98%;
    margin: 2px auto 11px;
}

@media (max-width:991px)
{
    #search-container-inner
    {
        margin-top: -5px;
        display: block !important;
    }
}

/*@media (max-width:767px) {
    #search-container {
        position: relative;
    }
}*/

@media (max-width:480px)
{
    #search-container
    {
        /*position: relative;*/
        padding-left: 0;
    }

    #header-without-search-container
    {
        padding-left: 0;
    }
}

#profile-header
{
    overflow: visible;
    /*position: fixed;*/
    top: 0;
    width: 100%;
    z-index: 5;
    box-shadow: none;
    border-bottom: 4px solid #8cc540;
}

#job-search-logo-container
{
    text-align: center;
    /*padding-top: 14px;*/
    width: 190px;
    margin-left: 15px;
    margin-top: 2px;
}
/******************** End - Header *****************************/
/******************** Zing Header ******************************/
.zing-header-container
{
    width: 98%;
    margin: 10px auto;
}

.zing-logo-container
{
    text-align: center;
    width: 190px;
    margin-top: 8px;
}

.zing-hamburger-menu
{
    width: 35px;
    padding: 0;
    margin: 20px 0;
    position: relative;
    z-index: 2;
}

@media (max-width:991px)
{
    .zing-hamburger-menu
    {
        margin-top: 23px;
    }
}

.zing-login-menu-container
{
    margin-top: 20px;
    width: auto;
    text-align: right;
    float: right;
}

/*@media(max-width: 1450px)
{
    .zing-login-menu-container
    {
        display: none;
    }

}*/

@media (max-width:991px)
{
    .zing-logo-container
    {
        margin-top: 11px;
    }

    .zing-header-container
    {
        margin-top: 0px;
        margin-bottom: 4px;
    }
}

@media (max-width:480px)
{
    /*.zing-logo-container 
    {
        margin-top: 13px;
    }*/

    .zing-header-container
    {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

#job-search-page-logout-container
{
    display: none;
}

#job-search-page-login-container
{
    display: none;
    margin-left: 18%;
}

#job-details-page-login-container
{
    margin-left: 67%;
}

#job-details-page-logout-container
{
    margin-left: 52%;
}


@media (max-width:1877px) {
    #job-search-page-login-container {
        margin-left: 15%;
    }
}

@media (max-width:1625px) {
    #job-search-page-login-container {
        margin-left: 10%;
    }
}

@media (max-width:1433px) {
    #job-search-page-login-container {
        margin-left: 5%;
    }
}

@media (max-width:1282px) {
    #job-search-page-login-container {
        margin-left: 2%;
    }
}

.logged-in-image
{
    float: right;
}

.job-search-page-hamburger-menu
{
    width: 20px;
    padding: 0;
}

@media (max-width:991px)
{
    .job-search-page-hamburger-menu
    {
        margin-top: 15px;
        z-index: 3;
        padding-left: 18px;
        padding-right: 15px;
    }
}

#ZingHeaderSearchContainer
{
    margin-top: 16px;
}

.login-menu-show-search
{
    margin-top: 5px;
}

.zing-header-job-search-input
{
    padding: 8px 0 8px 10px;
    font-size: 16px;
    border: 1px solid #b9b9b9;
    color: #1d1d1d;
    width: 100%
}

#ZingHeaderLocationSearchTextBoxContainer
{
    margin-left: -20px;
}

@media(max-width: 991px)
{
    #ZingHeaderJobTitleSearchTextBoxContainer
    {
        margin-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    #ZingHeaderLocationSearchTextBoxContainer
    {
        margin-top: 10px;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #ZingHeaderMobileSearchButtonContainer
    {
        margin-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 480px)
{
    #ZingHeaderMobileSearchButtonContainer
    {
        margin-bottom: 4px;
    }
}

#zing-header-search-button
{
    margin-top: -1px;
}

@media(max-width: 991px)
{
    #ZingHeaderSearchContainer
    {
        display: none;
    }
}

.zing-header-mobile-search
{
    display: inline !important;
}

#ZingHeaderShowSearchButton
{
    background-color: #8CC540;
    border: none;
    width: 40px;
    height: 37px;
    display: none;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

@media(max-width: 991px)
{
    #ZingHeaderShowSearchButton
    {
        display: inline;
        float: right;
        margin-top: 20px;
    }
}

.zing-header-show-search-image
{
    color: white;
    font-size: 20px !important;
}
/******************** End - Zing Header ************************/
/************************** Home ******************************/
/*.header {
    padding: 20px 0 15px;
    overflow: hidden;
}*/
/*#frmJobSearch input[type="search"]::-webkit-search-decoration,
#frmJobSearch input[type="search"]::-webkit-search-cancel-button,
#frmJobSearch input[type="search"]::-webkit-search-results-button,
#frmJobSearch input[type="search"]::-webkit-search-results-decoration {
    display: none;
}*/
/**************Footer**************/
.zing-footer
{
    background: #121212;
    overflow: hidden;
    width: 100%;
    padding-top: 40px;
    text-align: center;
    position: relative;
    display: block;
}

@media only screen and (min-width: 480px)
{
    .zing-footer
    {
        text-align: left;
    }
}

.zing-footer h3
{
    font-size: 20px;
    padding: 0 0 20px;
    margin: 0;
    line-height: 1.1;
}

.zing-footer ul
{
    padding: 0;
}

.zing-footer li
{
    font-size: 16px;
    font-weight: 500;
    list-style: none;
    padding: 0 0 15px;
}

.module
{
    color: white;
}

@media (max-width: 991px)
{
    .module
    {
        text-align: center;
    }
}

.zing-footer a
{
    color: white;
}

    .zing-footer a:hover
    {
        color: white;
    }

.zing-footer .green
{
    color: #8cc540;
    font-weight: 900
}

.zing-footer .copyright
{
    color: white;
    text-align: right;
}

.zing-footer .facebook,
.zing-footer .twitter,
.zing-footer .linkedin,
.zing-footer .instagram
{
    padding: 2px 10px;
}

/************** End - Footer **************************/

/*********************Registration*************************/

    .zing-profile span
    {
        color: #8CC540;
        font-weight: 900;
    }

#basic-registration-container span
{
    font-weight: inherit;
}

.card-header {
    justify-content: center;
}

.btn-social > :first-child {
    border: 0;
    top: 5px;
    left: 10px;
}

.btn-social
{
    border: 0;
    border-radius: 0;
    /*margin: 0 auto;*/
    font-size: 16px;
    /*max-width: 495px;*/
    font-weight: 600;
    letter-spacing: 1px;
}

@media(max-width: 800px)
{
    .btn-social
    {
        width: 100%;
    }
}

@media(max-width: 415px)
{
    #basic-registration-container .fa
    {
        display: none;
    }

    .btn-social
    {
        font-size: 13px;
    }
}

#basic-registration-container h5
{
    text-align: center;
    margin: 0 0 20px;
    font-weight: 500;
    color: #1d1d1d;
    letter-spacing: 0.8px;
    font-size: 13px;
}

    #basic-registration-container h5 a
    {
        font-weight: inherit;
        text-decoration: underline;
    }

#social-login-text-linkedIn, #social-login-text-facebook, #social-login-text-google, #social-login-text-apple
{
    padding: 10px 20px;
}

social-login .col-xs-12
{
    line-height: 0.8;
}

#basic-registration-container .col-xs-8 span
{
    background: none;
    padding: 0;
    font-size: 14px !important;
}

#basic-registration-container .col-xs-8
{
    height: 13px !important;
    max-width: 100px;
    margin-left: 0;
    float: none;
    margin: 0 auto;
    clear: both;
    padding: 9px;
}

social-login
{
    display: block;
    overflow: hidden;
    padding: 0 0 10px;
}

#basic-registration-container .form-control
{
    border-radius: 0;
    height: 45px;
    font-size: 16px;
    /*max-width: 495px;
    margin: 0 auto;*/
}

#basic-registration-container .has-feedback
{
    margin: 0 auto 15px;
    float: none;
    clear: both;
    padding: 0;
}

#basic-registration-container form .col-xs-12
{
    font-size: 12px;
    max-width: 495px;
    float: none;
    margin: 0 auto 15px;
    padding: 0 16px;
}

#basic-registration-container form .row
{
    padding: 0 !important;
}

#basic-registration-container hr.hr-sign-up
{
    border: 0.5px solid #adadad;
}

#basic-registration-container .col-xs-8.col-lg-7
{
    padding: 0 0 0 25px;
}

#basic-registration-container form .col-xs-12 label
{
    font-size: 14px;
}

.registration-form-field,
.profile-form-field
{
    margin-bottom: 20px;
}

.registration-form-button
{
    text-align: center;
    margin-top: 50px;
}

.zing-btn
{
    font-size: 14px;
    padding: 6px 30px;
    margin: 0 0 0 10px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: #8cc540;
    border-radius: 20px;
    color: white;
}

.dark-btn
{
    font-size: 14px;
    padding: 6px 30px;
    margin: 0 0 0 10px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background: #07182e;
    border-radius: 20px;
    color: white;
}

#sign-up-btn
{
    background-color: #8cc540;
    border-color: #8cc540;
    color: #fff;
    border-radius: 0;
    font-size: 19px;
    font-weight: 600;
    padding: 7px 0;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

#add-resume-btn, #save-btn, #edit-btn, #add-btn, #submit-btn
{
    background-color: #8cc540;
    border-color: #8cc540;
    color: #fff;
    /*margin: 0 0 0 10px;*/
}

#resend-account-activation-btn
{
    background-color: #8cc540;
    border-color: #8cc540;
    color: #fff;
}

#zingthing-survey-dialog-btn, #jobpostinfo-register-dialog-btn, #jobpostinfo-login-dialog-btn, #share-jobpost-dialog-btn, #favorited-login-dialog-btn
{
    background-color: #8cc540;
    border-color: #8cc540;
    color: #fff;
}


#download-resume-btn, #delete-btn, #close-btn
{
    background-color: #07182e;
    border-color: #07182e;
    color: #fff;
    margin: 0 0 0 10px;
}

#close-btn-no-margin
{
    background-color: #07182e;
    border-color: #07182e;
    color: #fff;
}

.profile-btn-margin-left
{
    margin-left: 15px;
}

.linkedin-btn
{
    background: #0270a9;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 30px 10px 60px;
    /*margin: 0 auto;*/
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    width: 150px;
    display: inline-block;
}

    .linkedin-btn a
    {
        text-decoration: none;
        color: white;
    }

    .linkedin-btn i
    {
        background: #00496f;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 24px;
        padding: 7px 13px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        box-shadow: 0 1px 10px black;
    }

#registration-card
{
    width: 70%;
    text-align: center;
}
#main-content-container-title
{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    margin: 0px 0 10px;
    line-height: 1;
    color: #404041;
}


#registration-container,
#recruiter-basic-registration-container,
#employer-basic-registration-container,
#staffingfirm-basic-registration-container,
#talent-registration-container,
#talent-registration-complete-container,
#login-call-back-container,
#processing-request-container,
#applyjob-container,
#apply-job-complete-container,
#jobs,
#registration-reset-pwd-nosuccess-container,
#registration-reset-pwd-success-container,
#registration-forgot-pwd-nosuccess-container,
#registration-forgot-pwd-success-container
{
    padding: 20px 20%;
    min-height: 49vh;
    transition: all 0.3s;
    /*margin-top: 100px;*/
    margin-top: 0;
    margin-left: 0;
}

#basic-registration-container
{
    padding: 20px 20%;
    min-height: 49vh;
    transition: all 0.3s;
    /*margin-top: 95px;*/
    margin-top: 0;
    margin-left: 0;
    background-color: #fbfbfb;
}

@media(max-width: 628px)
{
    #basic-registration-container
    {
        padding: 20px 0;
    }
}

@media(max-width: 991px)
{
    #basic-registration-container
    {
        /*margin-top: 80px;*/
        margin-top: 0;
    }
}

.sign-up-form-container .main-content
{
    background: white;
    border: 1px solid #bfbfbf;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.19);
    padding-left: 30px;
    padding-right: 30px;
}

@media(max-width: 500px){
    .sign-up-form-container .main-content {
        padding-left: 5px;
        padding-right: 5px;
    }
}

#registration-container.active,
#basic-registration-container.active,
#talent-registration-container.active,
#recruiter-basic-registration-container.active,
#employer-basic-registration-container.active,
#staffingfirm-basic-registration-container.active,
#talent-registration-complete-container.active,
#applyjob-container.active,
#apply-job-complete-container.active,
#jobs.active,
#registration-reset-pwd-nosuccess-container.active,
#registration-reset-pwd-success-container.active,
#registration-forgot-pwd-nosuccess-container.active,
#registration-forgot-pwd-success-container.active
{
    margin-left: 250px;
}

#registration-container mat-card-content p
{
    margin-top: 10px;
    font-size: 1.4em;
    font-weight: 400;
}

#candidate-search-container,
#employer-search-container,
#job-application-container,
#user-agreement-container,
#update-user-agreement-container,
#privacy-policy-container,
#main-content-container
{
    padding: 20px 9%;
    min-height: 49vh;
    transition: all 0.3s;
    /*margin-top: 100px;*/
    margin-top: 0;
    margin-left: 0;
}

    #candidate-search-container.active,
    #employer-search-container.active,
    #job-application-container.active,
    #user-agreement-container.active,
    #update-user-agreement-container.active
    #privacy-policy-container.active,
    #main-content-container.active
    {
        margin-left: 250px;
    }

/**************resume****************/
.delete-resume:hover,
.download-resume:hover
{
    cursor: pointer;
}


/********************User Agreement************************/
.user-agreement
{
    font-weight: 900;
    font-size: 30px;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1;
    color: #404041;
}


.mat-content > mat-panel-description
{
    font-size: x-small;
}

.view-selector
{
    max-width: 100%;
    /*margin: 95px auto 0;*/
    margin: 0 auto 0;
    padding: 14px 7% 5px;
    border: 0;
    background: #f5f5f5;
}

@media (max-width:991px)
{
    .view-selector
    {
        /*margin-top: 182px;*/
        margin-top: 0;
    }
}

@media (max-width:767px)
{
    .view-selector
    {
        /*margin-top: 136px;*/
        margin-top: 0;
    }
}

@media (max-width:480px)
{
    .view-selector
    {
        margin-top: 0;
        padding: 14px 5% 5px;
    }
}

#search-results
{
    margin-top: -10px;
}

.job-details-container, .apply-job-complete-container
{
    margin: 0 -10px 0 -10px;
}

/**********************************************************************/
/*********                 MEDIA QUERIES                   ************/
/**********************************************************************/

@media (max-width: 1440px)
{
    #active-filters
    {
        padding-left: 6%;
        padding-right: 7%;
    }

    .job-details-container, .apply-job-complete-container
    {
        margin: 0 -100px 0 -100px;
    }
}

@media (max-width: 1024px)
{
    #active-filters
    {
        padding-left: 5%;
    }
}

@media (max-width:991px)
{
    #MobileSearchButtonContainer
    {
        margin-bottom: 5px;
    }

    .item-block
    {
        margin-top: 20px
    }

        .item-block .item-body,
        .item-block .item-form,
        .item-block footer,
        .item-block header
        {
            padding-left: 20px;
            padding-right: 20px
        }

            .item-block header img
            {
                margin-right: 25px;
                width: 56px
            }

            .item-block header .open-position,
            .item-block header .time,
            .item-block header time
            {
                line-height: 56px
            }

            .item-block header .location,
            .item-block header .rate,
            .item-block header h4,
            .item-blocks-connected .item-block header h4
            {
                line-height: 27px
            }

            .item-block header .resume-avatar
            {
                max-height: 56px
            }

        .item-block .action-btn
        {
            opacity: 1 !important
        }

    .job-search-input
    {
        margin-top: 11px;
    }

    #btnJobAlert
    {
        margin-top: 10px;
    }

    #active-filters
    {
        padding-left: 0;
        padding-right: 0;
    }

    #job-search-logo-container
    {
        z-index: 2;
        /*width: 65%;
        margin: -8px 0 -8px 0;
        padding-top: 18px;*/
    }

    .profile-container
    {
        padding: 20px 2%;
        /*margin-top: 80px;*/
        margin-top: 0;
    }
}

@media (max-width:767px)
{
    .job-details-container, .apply-job-complete-container
    {
        margin: -30px -100px 0 -100px;
    }

    .item-block header
    {
        text-align: center
    }

        .item-block header img
        {
            float: none;
            margin-right: 0;
            margin-bottom: 20px
        }

        .item-block header .header-meta,
        .item-block header .open-position,
        .item-block header .time,
        .item-block header time
        {
            display: block;
            float: none;
            text-align: center;
            margin-top: 10px
        }

        .item-block header .hgroup
        {
            display: block !important
        }

        .item-block header h4
        {
            font-size: 18px !important
        }

        .item-block header .action-btn
        {
            display: block;
            float: none;
            line-height: 25px;
            margin-top: 20px
        }

    .item-block footer .details
    {
        text-align: center
    }

    .item-block footer .action-btn,
    .item-block footer .status
    {
        display: block;
        float: none;
        text-align: center
    }

    .item-block footer .status
    {
        margin-bottom: 15px
    }

    .item-blocks-connected .item-block
    {
        margin-top: 20px;
        background-color: #fff;
        border: 1px solid #eee;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

        .item-blocks-connected .item-block:hover
        {
            -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1)
        }

    .details.cols-2 li,
    .details.cols-3 li
    {
        width: 100%;
    }

    #LocationSearchTextBoxContainer, #MobileSearchButtonContainer
    {
        display: none;
    }

    #JobTitleSearchTextBoxContainer input
    {
        background: url(../../Content/img/icons/search_icon.png);
        background-repeat: no-repeat;
        background-position: 99% 50%;
    }
}

@media (max-width: 480px)
{
    .job-details-container, .apply-job-complete-container
    {
        margin: -40px -10px 0 -10px;
    }

    #profile-caret
    {
        margin-left: 10px;
    }

    ul ul button
    {
        font-size: 1.3em !important;
    }

    ul ul a
    {
        font-size: 1.3em !important;
    }

    #search-results.active
    {
        margin-left: 0px;
    }


    .profile-container
    {
        padding: 20px 2%;
        /*margin-top: 75px;*/
        margin-top: 0;
    }

    /*.job-search-logo
    {
        width: 120px;
    }*/

    /*.hamburger-icon
    {
        width: 29px;
        height: 4px;
        left: 0;
    }*/

    .hamburger-menu div:nth-child(1)
    {
        top: 0px;
    }

    /*.hamburger-menu div:nth-child(2),
    .hamburger-menu div:nth-child(3)
    {
        top: 10px;
    }*/

    /*.hamburger-menu div:nth-child(4)
    {
        top: 20px;
    }*/

    .hamburger-menu.open div:nth-child(1)
    {
        top: 10px;
        width: 0%;
        left: 50%;
    }

    #user-profile.active,
    #password-page-contents.active,
    #email-page-contents.active,
    #privacy-page-contents.active,
    #jobseeker-zingthing-survey-contents.active
    {
        margin-left: 0;
    }

    #registration-container.active
    {
        margin-left: 0;
    }

    #registration-container,
    #basic-registration-container,
    #recruiter-basic-registration-container,
    #employer-basic-registration-container,
    #staffingfirm-basic-registration-container,
    #talent-registration-container,
    #talent-registration-complete-container,
    #login-call-back-container,
    #processing-request-container,
    #applyjob-container,
    #apply-job-complete-container,
    #jobs,
    #registration-reset-pwd-nosuccess-container,
    #registration-reset-pwd-success-container,
    #registration-forgot-pwd-nosuccess-container,
    #registration-forgot-pwd-success-container,
    #candidate-search-container,
    #employer-search-container,
    #job-application-container,
    #user-agreement-container,
    #update-user-agreement-container,
    #privacy-policy-container,
    #main-content-container
    {
        padding: 20px 3%;
    }

    #user-profile.active,
    #recruiter-profile.active,
    #employer-profile.active,
    #staffingfirm-profile.active,
    #password-page-contents.active,
    #email-page-contents.active,
    #privacy-page-contents.active,
    #jobseeker-zingthing-survey-contents.active
    {
        margin-left: 0 !important;
    }

    #registration-container.active,
    #basic-registration-container.active,
    #talent-registration-container.active,
    #recruiter-basic-registration-container.active,
    #employer-basic-registration-container.active,
    #staffingfirm-basic-registration-container.active,
    #talent-registration-complete-container.active,
    #candidate-search-container.active,
    #employer-search-container.active,
    #job-application-container.active,
    #user-agreement-container.active,
    #update-user-agreement-container.active,
    #applyjob-container.active,
    #apply-job-complete-container.active,
    #password-page-container.active,
    #email-page-container.active,
    #privacy-page-container.active,
    #jobseeker-zingthing-survey-container.active,
    #privacy-policy-container.active,
    #main-content-container.active
    {
        margin-left: 0 !important;
    }

    #btnJobAlert
    {
        margin-top: 0;
    }

    .dropdown-item
    {
        font-size: 1.2em;
        padding: 13px 0 13px 1.5em;
    }
}


@media only screen and (min-width: 768px)
{

    .details.cols-3 li
    {
        width: 50%;
    }
}

/*********Unsubscribe Job Alert table styles for small devices**********/
@media only screen and (min-width: 1025px)
{
    #content-mobile
    {
        display: none;
    }

    #content-desktop
    {
        display: inline;
    }

    .form-container
    {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px)
{
    #content-mobile
    {
        display: inline;
    }

    #content-desktop
    {
        display: none;
    }
}

@media (max-width: 336px)
{
    .btn-margin-bottom-sm
    {
        margin-bottom: 10px;
    }
}

/****************Masonry styles******************/
#masonry-view
{
    visibility: hidden;
    padding-top: 10px;
    margin: 0 0 0 0;
}

@media (max-width: 480px)
{
    #masonry-view
    {
        margin: 0 10px 0 10px;
    }
}

#masonry-load-more-jobs-btn
{
    margin-bottom: 20px;
}

.grid
{
    background: white;
    width: 100%;
    margin: 0 auto;
}

    /* clearfix */
    .grid:after
    {
        content: '';
        display: block;
        clear: both;
    }

/* ---- grid-item ---- */

@media only screen and (min-width: 561px)
{
    .grid-item
    {
        width: 225px;
        height: auto;
        float: left;
        border-radius: 10px;
        margin-bottom: 15px;
        cursor: pointer;
        /*overflow: hidden;*/
        padding: 15px;
        border: 2px solid black;
    }
}

@media only screen and (max-width: 560px)
{
    .grid-item
    {
        width: 50%;
        height: auto;
        float: left;
        border-radius: 10px;
        margin-bottom: 15px;
        cursor: pointer;
        /*overflow: auto;*/
        padding: 10px;
        border: 2px solid black;
    }
}

.grid-item h3
{
    font-weight: 700;
    font-size: 21px;
    word-break: break-word;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 480px)
{
    .grid-item h3
    {
        font-size: 15px;
    }
}

.grid-item-job-alert
{
    background: #8CC540;
    border: none;
    padding: 10px 10px 20px;
}

#JobAlertTitle
{
    color: white;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.filter-tag-gray
{
    background: hsla(0, 0%, 48%, .6);
}

    .filter-tag-gray:hover
    {
        background: #7B7B7B;
        color: white;
    }

.grid-item-article
{
    padding: 10px;
    color: #333333;
    border: 2px solid #8CC540;
    text-align: center;
}

.grid-item-cute-animal
{
    padding: 10px 10px 10px 10px;
    color: #333333;
    border: 2px solid #8CC540;
    text-align: center;
    position: relative;
}

.article-image
{
    height: 180px;
    width: 100%;
}

.cute-animal-image
{
    height: 180px;
    width: 100%;
}

.article-caption, .cute-animal-caption
{
    font-weight: 700;
    text-align: left;
    color: #1d1d1d;
    padding: 8px 0 0;
    font-size: 17px;
}

.cute-animal-title
{
    position: absolute;
    top: 25px;
    left: 20px;
    background: rgba(224, 93, 143, 0.65);
    color: white;
    font-weight: 700;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
}

.cute-animal-title-full-size
{
    position: absolute;
    background: rgba(224, 93, 143, 0.65);
    color: white;
    font-weight: 700;
    padding: 5px 10px 5px 10px;
    font-size: 20px;
}

@media(max-width: 350px)
{
    .cute-animal-title-full-size
    {
        font-size: 16px;
    }
}

.article-title
{
    background-color: rgba(140, 197, 64, 0.65);
    color: white;
    font-weight: 700;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    position: absolute;
    opacity: 1;
    margin: 3% 0 0 3%;
}

@media only screen and (max-width: 560px)
{
    .cute-animal-title
    {
        font-size: 12px;
    }

    .article-title
    {
        font-size: 10px;
    }
}

@media only screen and (max-width: 320px)
{
    .cute-animal-title
    {
        font-size: 10px;
    }

    .article-title
    {
        font-size: 8px;
    }
}

@media (max-width:400px)
{
    .article-image, .cute-animal-image
    {
        height: 140px;
    }

    .article-caption
    {
        font-size: 16px;
    }
}

@media (max-width:325px)
{
    .article-image, .cute-animal-image
    {
        height: 120px;
    }

    .article-caption
    {
        font-size: 13px;
    }
}


.active-filter-tag
{
    color: white;
    border-radius: 10px;
}

@media only screen and (min-width: 361px)
{
    .content-selector-container
    {
        background-color: #333333;
        display: block;
        border-radius: 10px;
        padding: 2px 0 1px 0;
        font-size: 18px;
        width: 302px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -10px;
    }
}

@media only screen and (min-width: 311px) and (max-width: 360px)
{
    .content-selector-container
    {
        background-color: #333333;
        display: block;
        border-radius: 10px;
        padding: 2px 0 1px 0;
        font-size: 14px;
        width: 262px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -10px;
    }
}

@media only screen and (max-width: 310px)
{
    .content-selector-container
    {
        background-color: #333333;
        display: block;
        border-radius: 10px;
        padding: 2px 0 1px 0;
        margin: 0 0 20px 20px;
        font-size: 12px;
        width: 242px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -10px;
    }
}

.content-selector-tab
{
    border-radius: 10px;
    color: white;
    background-color: #333333;
    padding: 3px 20px 3px 20px;
}

    .content-selector-tab:hover
    {
        cursor: pointer;
    }

.content-selector-tab-selected
{
    border-radius: 10px;
    color: white;
    background-color: #7B7B7B;
    padding: 3px 20px 3px 20px;
}

div.scrollmenu
{
    overflow: auto;
    white-space: nowrap;
}

    div.scrollmenu a
    {
        display: inline-block;
    }

.distance-slider-label
{
    margin-top: 10px;
}

.distance-slider
{
    margin-bottom: 50px;
}

.date-posted-slider
{
    margin-bottom: 50px;
}

.salary-slider 
{
    margin-bottom: 65px;
}

.date-posted-slider, .distance-slider {
    background-color: white;
}

.ui-widget.ui-widget-content
{
    border: 1px solid #8CC540;
}

.ui-state-default, .ui-widget-content .ui-state-default
{
    border: 1px solid #8CC540;
}

.filter-item-container
{
    margin-left: 10px
}

/**************Job Details/ Job Search Simple *************/
#jobDetailsReadonlyContainer, #jobSearchSimpleContainer, #error404Container
{
    min-height: 65vh;
    margin-top: 120px;
}

.job-details-company-name
{
    font-style: italic;
    margin-right: 50px;
}

.job-details-location
{
    font-style: italic;
}

.job-description-container
{
    overflow-wrap: break-word;
}

.job-snapshot-container
{
    margin-top: 15px;
    margin-bottom: 15px;
}

    .job-snapshot-container label
    {
        font-style: italic;
        margin-right: 10px;
    }

    .job-snapshot-container p
    {
        margin-bottom: -3px;
    }

/**************Job Details/ Job Search Simple *************/


/***************** Apply Job Overlay *******************/

#ApplyToJob
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(211, 211, 211, 0.8);
    overflow: scroll;
}

.apply-to-job-panel
{
    background: white;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 20px;
    height: auto;
    border-top: 5px solid #8CC540;
    max-width: 500px;
}

#ApplicationSuccessMessageContainer
{
    background: white;
    z-index: 3;
    margin: auto;
    margin-top: 100px;
    padding: 20px;
    height: auto;
    border-top: 5px solid #8CC540;
    max-width: 500px;
}

@media (max-width: 800px)
{
    .apply-to-job-panel, #ApplicationSuccessMessageContainer
    {
        margin: 100px 10px 50px 10px;
    }
}

#ApplicationSuccessMessageDefaultMessageContainer
{
    margin-top: 50px;
}

#ApplicationSubmittedMessage
{
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 900;
}

#ApplicationSuccessMessageNotLoggedInContainer
{
    font-size: 16px;
}

#CreateProfileLinkContainer
{
    margin-top: 40px;
}

#CloseApplyToJob
{
    margin-right: 10px;
    float: right;
}

@media (max-width: 800px)
{
    #CloseApplyToJob
    {
        position: fixed;
        right: 0;
    }

    #CloseApplyToJobContainer
    {
        background: rgba(211, 211, 211, 0.8);
        position: fixed;
        height: 44px;
        width: 100%;
    }
}

#CoverLetter
{
    max-width: 362px;
    width: 100%;
    height: 140px;
    border: 2px solid lightgrey;
}

#ResumeContainer
{
    display: none;
    /*margin-top: 20px;*/
}

#ApplyJobZingProfile
{
    max-width: 362px;
    width: 100%;
    height: 140px;
    border: 2px solid lightgrey;
    padding: 10px;
    overflow: auto;
}

.apply-types
{
    font-weight: bold;
    font-size: 20px;
}

#ApplyToJobErrorMessage
{
    color: red;
    margin-top: 10px;
}

#ApplyJobName, #ApplyJobEmail
{
    width: 100%;
}

#ApplyJobPhoneNumber
{
    width: 50%;
}

.notification
{
    margin-right: 15px;
}

.inputfile
{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label
    {
        cursor: pointer;
    }

    .inputfile:focus + label
    {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label *
    {
        pointer-events: none;
    }

.tooltip > .tooltip-inner
{
    background-color: white;
    color: black;
    border: 1px solid grey;
    font-size: 12px;
    border-radius: 5px;
}

#ApplyToJobSignInContainer
{
    margin-bottom: 20px;
}

#ApplyToJobNameAndLocationContainer
{
    margin-bottom: 15px;
}

#ApplyJobNameAndEmailContainer
{
    margin-bottom: 19px;
}

#ApplyJobPhoneNumberContainer
{
    margin-bottom: 15px;
}

#AddResumeCheckBox
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/************* End - Apply Job Overlay *****************/
/************** Apply on Company Site Overlay **************/
#ApplyOnCompanySite
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(211, 211, 211, 0.8);
    overflow: scroll;
}

.apply-on-company-site-panel
{
    background: white;
    margin: auto;
    margin-top: 100px;
    padding: 20px;
    height: auto;
    border-top: 5px solid #8CC540;
    max-width: 500px;
}

@media (max-width: 800px)
{
    .apply-on-company-site-panel
    {
        margin: 100px 10px 50px 10px;
    }
}

#CloseApplyOnCompanySite
{
    margin-right: 10px;
    float: right;
}

#ApplyOnCompanySiteMessage1
{
    font-weight: bold;
    margin-top: 30px;
    font-size: 18px;
}

#ApplyOnCompanySiteCompanyName, #ApplyOnCompanySiteUrl
{
    font-weight: bold;
    font-size: 18px;
}

#ApplyOnCompanySiteMessage2
{
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 18px;
}

.apply-on-company-site-label
{
    font-size: 16px;
}

#ApplyOnCompanySiteEmailLabel
{
    margin-right: 10px;
}

#ApplyOnCompanySitePhoneNumberLabel
{
    margin-right: 23px;
}

#ApplyOnCompanySiteErrorMessage
{
    color: red;
    margin-top: 10px;
}

#ApplyOnCompanySiteBtnContainer
{
    margin-top: 30px;
}

#SkipJobAlertContinueToCompanySiteLink
{
    display: block;
    color: #8CC540;
    font-size: 15px;
    margin-top: 30px;
}

#ApplyOnCompanySiteEmail, #ApplyOnCompanySitePhoneNumber
{
    font-size: 16px;
    width: 230px;
}

@media (max-width: 800px)
{
    #CloseApplyOnCompanySite
    {
        position: fixed;
        right: 0;
    }

    #CloseApplyOnCompanySiteContainer
    {
        background: rgba(211, 211, 211, 0.8);
        position: fixed;
        height: 44px;
        width: 100%;
    }
}

#ContinueToCompanySiteLink:hover, #ContinueToCompanySiteLink:visited
{
    color: white;
}

/*********** End - Apply on Company Site Overlay ************/

/******** Adopt a Pet *********/
.adopt-a-pet-powered-by, #search-results .panel p.adopt-a-pet-powered-by
{
    font-size: 67%;
}

.adopt-a-pet-logo
{
    width: 110px;
    float: right;
    margin-right: 43%;
}

/******** End - Adopt a Pet *********/

/*****************Cute Animal Overlay***********************/
#CuteAnimal
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(211, 211, 211, 0.8);
    overflow: scroll;
}

.cute-animal-large-image-panel
{
    background: white;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    max-width: 28%;
    padding: 20px;
    height: auto;
    border-top: 5px solid #8CC540;
}

.cute-animal-large-image-panel-landscape
{
    max-width: 45%;
}

@media(max-width: 1400px)
{
    .cute-animal-large-image-panel
    {
        max-width: 40%;
    }

    .cute-animal-large-image-panel-landscape
    {
        max-width: 60%;
    }
}

@media (max-width: 1050px)
{
    .cute-animal-large-image-panel
    {
        max-width: 50%;
    }

    .cute-animal-large-image-panel-landscape
    {
        max-width: 75%;
    }
}

@media(max-width: 710px)
{
    .cute-animal-large-image-panel
    {
        max-width: 80%;
    }
}

@media (max-width: 450px)
{
    .cute-animal-large-image-panel
    {
        max-width: 90%;
    }

    .cute-animal-large-image-panel-landscape
    {
        max-width: 100%;
    }
}

#FullSizeCuteAnimalImage
{
    max-height: 100%;
    max-width: 100%;
}

#CloseCuteAnimal
{
    margin-right: 10px;
    float: right;
    cursor: pointer;
}

@media (max-width: 800px)
{
    #CloseCuteAnimal
    {
        position: fixed;
        right: 0;
    }

    #CloseCuteAnimalContainer
    {
        background: rgba(211, 211, 211, 0.8);
        position: fixed;
        height: 44px;
        width: 100%;
    }
}
/*****************End - Cute Animal Overlay*****************/

/*****************City Selector Overaly*********************/

.adoptable-pet-details-img{
    margin-top: 15px;
    /*height: 280px;*/
}

.cute-animals-create-profile-btn
{
    font-size: 12px;
    padding: 5px 18px;
    font-weight: 700;
    border: none;
    text-align: center;
    background: #8cc540;
    border-radius: 20px;
    color: #fff;
}

#CitySelector
{
    display: inline;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(211, 211, 211, 0.8);
    overflow: scroll;
}

.city-selector-panel
{
    background: white;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    max-width: 1000px;
    padding: 20px;
    height: auto;
    border-top: 5px solid #8CC540;
}

@media (max-width: 1050px)
{
    .city-selector-panel
    {
        margin: 100px 10px 50px 10px;
    }
}

#CloseCitySelector
{
    margin-right: 10px;
    float: right;
}

@media (max-width: 800px)
{
    #CloseCitySelector
    {
        position: fixed;
        right: 0;
    }

    #CloseCitySelectorContainer
    {
        background: rgba(211, 211, 211, 0.8);
        position: fixed;
        height: 44px;
        width: 100%;
    }
}
/*****************End - City Selector Overaly***************/

/**************Job Applications****************************/
.job-applications-title
{
    color: darkgray;
    border-bottom: 2px solid darkgrey;
}

.job-applications-main
{
    font-size: 18px;
    font-weight: 900;
}

.job-applications-sub
{
    color: darkgray;
}

/***************End - Job Applications********************/


/************************** Sign Up *************************************/


@media only screen and (min-width: 1530px)
{
    .sign-up-form-container
    {
        padding: 0px 100px
    }
}

@media only screen and (min-width: 1555px)
{
    .sign-up-form-container
    {
        padding: 0px 175px
    }
}


.nav-tabs > li.active > a
{
    border-bottom-color: #8cc540 !important;
    border-top-color: #fff !important;
    border-right-color: #fff !important;
    border-left: none !important;
    background-color: #8cc540 !important;
    color: white !important;
}


.hr-sign-up
{
    border-width: 3px;
    margin: 15px 0px;
}



/*********************** End - Sign Up ************************************/

/*********************** Toggle Switch ************************************/
/* The switch - the box around the slider */
.switch
{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input
    {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.big-slider
{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .big-slider:before
    {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .big-slider
{
    background-color: #8cc540;
}

input:focus + .big-slider
{
    box-shadow: 0 0 1px #8cc540;
}

input:checked + .big-slider:before
{
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.big-slider.round
{
    border-radius: 34px;
}

    .big-slider.round:before
    {
        border-radius: 50%;
    }

.easy-apply-label
{
    font-size: 16px;
    font-weight: 900;
    margin-right: 8px;
}

#EasyApplyOnlyContainer
{
    height: 47px;
    display: flex;
    align-items: center;
}
/*********************** End Toggle Switch ********************************/
/********************** Slick Carousel ************************************/
.center h1
{
    font-size: 89px;
    margin: 0;
    color: #8cc540;
    line-height: 1;
}

.center h2
{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.7;
}

.center p
{
    margin: 0;
    text-align: center;
}

.center img
{
    max-width: 100%
}

.cursive
{
    font-family: 'rosetta_blackregular';
}

.slider
{
    width: 86%;
    max-width: 1605px;
    margin: 0 auto;
}

.slick-slide
{
    padding: 20px 0;
    margin: 0 20px;
}

    .slick-slide img
    {
        width: 100%;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.48);
    }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: .99
}

.slick-prev:before,
.slick-next:before
{
    color: #8cc540;
    font-size: 60px;
    opacity: .99;
}

.slick-slide
{
    transition: all ease-in-out .3s;
}

.slick-active
{
    opacity: .5;
}

.slick-current, .slick-slide
{
    opacity: 1;
    max-width: 1105px;
}

.slick-list
{
    padding: 0 240px !important;
    max-height: 830px;
}

.slick-prev, .slick-next
{
    top: 37%;
}

.slick-prev
{
    left: -70px;
}

.text
{
    position: relative;
    width: 80%;
    background: white;
    top: -110px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.31);
}

    .text p
    {
        font-size: 18px;
        letter-spacing: 1.2px;
        line-height: 1.5;
        padding: 20px;
    }

.text
{
    display: none;
}

.slick-current .text
{
    display: block;
}


@media screen and (max-width:1360px)
{

    .center h1
    {
        font-size: 65px;
    }

    .slick-list
    {
        padding: 0 100px !important;
    }
}

@media screen and (max-width:1150px)
{

    .slick-list
    {
        max-height: 610px;
        padding: 0 80px !important;
    }

    .text
    {
        width: 89%;
        top: -60px;
        padding: 3px;
    }

        .text p
        {
            font-size: 14px;
        }
}

@media screen and (max-width:790px)
{

    .center h1
    {
        font-size: 50px;
    }

    .text p
    {
        font-size: 14px;
        padding: 5px;
    }

    .text
    {
        top: -40px;
        padding: 5px;
        width: 95%;
    }

    .slick-list
    {
        max-height: 465px;
        padding: 0 50px !important;
    }
}

@media screen and (max-width: 670px)
{

    .slider
    {
        width: 100%;
    }

    .slick-list
    {
        padding: 0 !important;
        max-height: 520px;
    }

    .slick-prev
    {
        left: 0;
        z-index: 1;
    }

    .slick-next
    {
        right: 40px;
        z-index: 1;
    }

    .slick-slide
    {
        margin: 0;
    }
}

@media screen and (max-width: 525px)
{

    .slick-prev:before, .slick-next:before
    {
        font-size: 35px;
    }

    .slick-next
    {
        right: 15px;
    }

    .text
    {
        top: -70px;
    }

    .slick-list
    {
        max-height: 430px;
    }
}
/********************** End - Slick Carousel ******************************/

/***************** Go To Search (Used for Google Job Details Page) **************************/

#GoToSearchContainer
{
    text-align: center;
    width: 490px;
    margin: 200px auto;
}

#GoToSearchMessage
{
    font-size: 30px;
    font-weight: 600;
}

#GoToSearchLoading
{
    width: 150px;
}

@media (max-width:540px)
{
    #GoToSearchContainer
    {
        width: 330px;
        margin: 120px auto;
    }

    #GoToSearchMessage
    {
        font-size: 20px;
    }

    #GoToSearchLoading
    {
        width: 100px;
    }
}

@media (max-width:350px)
{
    #GoToSearchContainer
    {
        width: 290px;
    }

    #GoToSearchMessage
    {
        font-size: 18px;
    }
}

/***************** End Go To Search (Used for Google Job Details Page) **************************/

/****** Pager **********/

*html .Pager
{
    display: inline;
}

.Pager
{
    padding: 10px 0 0;
    display: inline-block;
}

    .Pager li.PagerSelected
    {
        text-decoration: none;
        color: Black;
        font-size: 24px;
        font-weight: bold;
        font-family: Arial, Sans-Serif;
        padding: 2px 6px;
        list-style-type: none;
    }

    .Pager li
    {
        list-style-type: none;
        font-family: Arial, Sans-Serif;
        font-size: 14px;
        display: block;
        float: left;
        margin: 0 4px;
    }

        .Pager li a
        {
            text-decoration: none;
            border: solid 2px #EDF1F5;
            color: #969696;
            padding: 0 3px;
            font-size: 14px;
            font-family: Arial, Sans-Serif;
        }

            .Pager li a:hover
            {
                background: #59A5D1 none repeat;
                border: solid 2px #408BB6;
                color: White;
                cursor: pointer;
            }

/*********************************/

/********Registration Angular Material Mat Tab Labels**********/
.iamhdr
{
    font-size: 18px;
}

#basic-registration-container .mat-tab-label
{
    background-color: #c3daa4;
    font-size: 16px;
    font-weight: 600;
}

    #basic-registration-container .mat-tab-label.mat-tab-label-active
    {
        background-color: #8cc540 !important;
        color: white;
        opacity: 1;
    }

.mat-tab-group
{
    padding: 0 30px;
}

.mat-tab-label-active .mat-tab-label-content
{
    font-weight: bolder;
}

@media(max-width: 1300px)
{
    .mat-tab-group
    {
        padding: 0 30px;
    }
}

@media(max-width: 1024px)
{
.mat-tab-group
    {
        padding: 0 5px;
    }
}

@media(max-width: 991px)
{
    
    #basic-registration-container .mat-tab-label
    {
        min-width: 0;
        max-width: 185px;
    }
}

@media(max-width: 800px)
{
    #basic-registration-container .mat-tab-label
    {
        min-width: 0;
        max-width: 146px;
    }
}

@media(max-width: 768px)
{
    #basic-registration-container .mat-tab-label
    {
        min-width: 0;
        max-width: 140px;
    }
}

@media (max-width:480px)
{
    #basic-registration-container .mat-tab-label
    {
        min-width: 0;
        max-width:122px;
        font-size: 14px;
    }
}

@media (max-width:420px)
{
    #basic-registration-container .mat-tab-label
    {
        min-width: 0;
        max-width: 117px;
    }
}

@media (max-width:414px)
{
    #basic-registration-container .mat-tab-label
    {
        min-width: 0;
        max-width: 115px;
    }
}

@media (max-width:411px)
{
    #basic-registration-container .mat-tab-label
    {
        min-width: 0;
        max-width: 114px;
    }
}


@media (max-width:375px)
{
    #basic-registration-container .mat-tab-label
    {
        min-width: 0;
        max-width: 103px;
        font-size: 11px;
    }
}

@media (max-width:360px)
{
    #basic-registration-container .mat-tab-label
    {
        min-width: 0;
        max-width: 98px;
    }
}


@media (max-width:320px)
{
    #basic-registration-container .mat-tab-label
    {
        min-width: 0;
        max-width: 86px;
    }
}

/******** End Registration Angular Material Mat Tab Labels**********/

/********* Angular text editor plugin used for job description *************/
.angular-editor-toolbar {
    font: initial !important;
}

#insertImage-, #insertVideo-, #toggleEditorMode-, #link-, #unlink-, #backgroundColorPicker- {
    display: none;
}
/********* End - Text editor plugin used for job description *************/

/********* Powered By Zing Thing Styling *************************/
.powered-by-zingthing-img{
    height: 20px;
}

@media(max-width: 1540px)
{
    .powered-by-zingthing-img
    {
        margin-left: 35px;
    }
}

.powered-by-zingthing-margin-top
{
    margin-top: 10px;
}

@media(max-width: 990px)
{
    .powered-by-zingthing
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.footer-powered-by-zingthing
{
    margin-top: 5px;
    margin-bottom: 10px;
}

/********* End - Powered By Zing Thing Styling *************************/

/********************* Signup Modal Styling **********************/
.signup-modal-title {
    text-align: center;
    font-weight: 700;
}

.signup-modal-prompt-text {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}

.signup-modal-button-container {
    text-align: center;
    margin-bottom: 0px;
}

.signup-modal-button {
    margin-bottom: 10px;
    outline: none;
}

.sign-up-modal-qr-code-container {
    text-align: center;
}

.qr-code-message {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 0;
}

.qr-code {
    width: 110px;
}

.signup-modal-dotted-line {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    border-top: 1px dotted black;
}

.signup-modal-chevron {
    margin-left: 10px;
}

#SignupPrompt {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(211, 211, 211, 0.8);
    overflow: scroll;
}

#SignupModalPanel {
    background: white;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 20px;
    height: auto;
    max-width: 600px;
    border-top: 5px solid #8cc540;
}

.signup-modal-panel .mat-dialog-container {
    border-top: 5px solid #8cc540;
}

/***************** End - Signup Modal Styling ********************/

/***************** Profile form styling **************************/
.skills-name {
    padding-top: 10px;
}

.skill-form-title, .employment-history-form-title, .education-form-tile, .change-password-tile, .change-email-tile {
    margin-left: 13px;
}

.employment-history-tile {
    height: 75px !important;
    border-left: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.employment-history-tile-company, .education-tile-institution {
    font-size: 16px;
    margin-top: 10px;
}

.employment-history-tile-job-title, .education-tile-degree-type, .education-tile-major {
    font-size: 14px;
}

.education-tile {
    height: 100px !important;
    border-left: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.mat-icon-width {
    width: 40px !important;
}

.salary-info-label {
    width: 100px;
}

.job-post-filter-modal {
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    margin-top: 20px !important;
}

.job-post-filter-close-button {
    float: right;
    margin-right: 20px;
}

.oidc-management-dropdown-title {
    width: 230px;
}
/***************** End - Profile form styling **************************/