﻿/* JewishJobs Version 3 with Account Info */

/* #region Standard elements */
body
{
    background-color: #323232;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
}

main
{
    background-color: #f7f7f7;
    padding-top: 20px;
    margin-top: 72px;
}

.wrapper
{
    background-color: #ffffff;
}

input, select, textarea
{
    font-family: 'Ubuntu', sans-serif;
}

h1, h2, h3, h4
{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

h1
{
    font-size: 32px;
}

h2
{
    font-size: 30px;
}

h3
{
    font-size: 28px;
}

h4
{
    font-size: 24px;
}

p
{
    line-height: 27px;
}

input[type=submit], a.linkButton, label.linkButton, button
{
    background-color: #007bff;
    border-radius: 3px;
    cursor: pointer;
}

    input[type=submit]:hover, a.linkButton:hover, label.linkButton:hover, button:hover
    {
        background-color: #0069d9;
    }

    input[type=submit]:disabled, a.linkButton:disabled, label.linkButton:disabled, button:disabled
    {
        border: 1px solid #ccc;
    }

    a.linkButton.aspNetDisabled, label.linkButton.aspNetDisabled, a.linkButton.aspNetDisabled:hover, label.linkButton.aspNetDisabled:hover, button.aspNetDisabled:hover
    {
        background: #cccccc;
        border: 1px solid #cccccc;
    }

#CustomPage
{
    padding: 20px 15px;
}

.listRow:nth-of-type(even)
{
    background-color: #fafafa;
}

.contentContainer
{
    margin-top: 45px;
}

.formItemContainer
{
    margin: 2px 35px 2px 0;
}

.formLabel
{
    display: inline-block;
    margin-right: 5px;
}

.formDataLabel
{
    display: inline-block;
    padding: 0;
}

    .formDataLabel.inline
    {
        float: none;
    }

#Reports .formLabel, #Logins .formLabel, #BlogPostForm .formLabel, #Export .formLabel, #Emulate .formLabel, #CustomField .formLabel, #Employer .formLabel, #Employer .formDataLabel, #EmployerMessage .formLabel,
#Applicant .formLabel, #ApplicantNote .formLabel, #ApplicantForward .formLabel, #Resume .formLabel, #ResumeMessage .formLabel, #ResumeForward .formLabel, #PurchasePayment .formLabel, #EmployerInfo .formLabel,
#Template .formLabel, #Apply .formLabel, #TellAFriend .formLabel, #Account .formLabel, #Contact .formLabel, #EmployerDefaults .formLabel, #Promo .formLabel, #BlockedIP .formLabel, #Users .formLabel
{
    display: block;
}

#PurchaseProduct #lblProductQuantity
{
    float: left;
}

#PurchaseProduct #productQuantity .formControl
{
    float: left;
}

.showMobile
{
    display: none;
}

.no-decoration
{
    text-decoration: none;
}

.alignLeft
{
    text-align: left;
}

.noFloat
{
    float: none !important;
}

.small
{
    font-size: 80%;
    font-weight: 400;
}

.text-muted
{
    color: #868e96 !important;
}

.text-white
{
    color: #ffffff !important;
}

.font-weight-light
{
    font-weight: 300 !important;
}

.Color1
{
    color: #2b4d7a;
}

.blue
{
    color: #26456d !important;
}

.gray666
{
    color: #666666 !important;
}

.grayBgnd
{
    margin: 10px;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 4px;
}

.end0
{
    margin-block-end: 0;
}

.start0
{
    margin-block-start: 0;
}

.font90
{
    font-size: 90%;
}

.font110
{
    font-size: 110%;
}

.font120
{
    font-size: 120%;
}

.weight400
{
    font-weight: 400;
}

.weight500
{
    font-weight: 500;
}

.underline
{
    text-decoration: underline;
}
/* #endregion */

/* #region CustomInputs */

label i.cb-checked
{
    border: 2px solid #2b4d7a;
    background-color: #2b4d7a;
}

    label i.cb-checked:after
    {
        background-color: #2b4d7a;
    }

label i.rb-selected
{
    border: 2px solid #2b4d7a;
    background-color: #2b4d7a;
}

    label i.rb-selected:after
    {
        background-color: #2b4d7a;
    }

/* #endregion */


/* #region Header */
header *
{
    -webkit-transition: background-color 0.50s ease-in-out, margin 0.50s ease-in-out, max-width 0.50s ease-in-out;
    -moz-transition: background-color 0.50s ease-in-out, margin 0.50s ease-in-out, max-width 0.50s ease-in-out;
    -o-transition: background-color 0.50s ease-in-out, margin 0.50s ease-in-out, max-width 0.50s ease-in-out;
    transition: background-color 0.50s ease-in-out, margin 0.50s ease-in-out, max-width 0.50s ease-in-out;
}

header
{
    top: 0;
    left: 0;
    position: fixed;
    background-color: #ffffff;
    overflow: visible;
    z-index: 9999;
    height: 72px;
    box-shadow: 0 3px 6px -2px #222222;
}

#boardLogo
{
    display: inline-block;
    float: left;
    padding: 10px;
    margin-top: 10px;
    max-width: 200px;
}

    #boardLogo a
    {
        text-decoration: none;
    }

.accountInfo
{
    display: inline-block;
    color: #2b4d7a;
    margin: 2px;
    font-size: 14px;
    margin-right: 10px;
    line-height: 30px;
    height: 30px;
}

    .accountInfo a
    {
        background-color: #2b4d7a;
        border: 1px solid #2b4d7a;
        border-radius: 3px;
        padding: 0 7px;
        margin: 0;
        line-height: 26px;
    }

        .accountInfo a:hover
        {
            background-color: #ffffff;
            border: 1px solid #2b4d7a;
            color: #2b4d7a;
        }

        .accountInfo a:first-of-type
        {
            display: none;
        }
/* #endregion */

/* #region Menu */
nav
{
    display: inline-block;
    width: auto;
    background-color: #ffffff;
    clear: right;
    margin-top: 18px;
}

    nav.employerMenu
    {
        margin-top: 0;
    }

    nav span, nav a
    {
        font-size: 19px;
        white-space: nowrap;
        line-height: 26px;
        color: rgba(0, 0, 0, 0.8);
    }

    nav ul > li > span, nav > ul > li > a:link,
    nav ul > li > a:visited, nav ul > li > a
    {
        color: rgba(0, 0, 0, 0.5);
        padding: 2px 10px;
    }

    nav ul ul span, nav ul ul a:link,
    nav ul ul a:visited
    {
        color: rgba(0, 0, 0, 0.8);
    }

    nav ul ul a
    {
        font-size: 15px;
        line-height: 28px;
    }

    nav > ul > li:hover, nav > ul a:hover
    {
        background-color: transparent;
    }

    nav > ul > li
    {
        padding: 4px 4px 4px 16px;
    }

    nav a:hover
    {
        color: rgba(0, 0, 0, 1.0) !important;
    }

    nav ul li > ul
    {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 1;
        padding: 8px 16px;
        background-color: #ffffff;
        border: 2px groove #f7f7f7;
        overflow: hidden;
        opacity: 0;
        max-height: 0px;
        transition: max-height .1s ease, opacity .1s ease;
    }

    nav ul li:hover > ul
    {
        max-height: 800px;
        opacity: 1;
        transition: max-height .5s ease, opacity .7s ease;
    }

    nav > ul > li > ul > li:hover
    {
        background-color: #f8f9fa;
    }

    nav.noUserMenu > ul > li:nth-child(3) a::before
    {
        content: "\f007";
        font-family: FontAwesome;
        left: 10px;
        top: 7px;
        font-size: 15px;
        position: absolute;
    }

/* #endregion */

/* #region Footer */
footer
{
    background-color: #ffffff;
    color: #ffffff;
    border-top: 2px solid #f7f7f7;
    padding: 50px 0 57px;
}

.preFooter
{
    text-align: center;
    background-color: #ffffff;
}

    .preFooter a, .subfooter a
    {
        text-decoration: none;
    }

    .preFooter .statsOuter
    {
        margin: 30px;
        cursor: pointer;
    }

    .preFooter .stats
    {
        width: 75%;
        margin: auto;
        border: 1px solid #d3d3d3;
        border-radius: 6px;
        background-color: #ffffff;
        height: 275px;
    }

    .preFooter .statsIcon
    {
        background-color: #f7f7f7;
        padding: 5px 0;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

        .preFooter .statsIcon .fa
        {
            height: 52px;
            width: 52px;
            line-height: 52px;
            font-size: 48px;
            text-align: center;
            color: #2b4d7a;
            border-radius: 8px;
            margin: 16px 12px 16px 0;
        }

        .preFooter .statsIcon .fa-envelope
        {
            background-color: transparent;
        }

    .preFooter h3
    {
        color: #2b4d7a;
        font-weight: 700;
        padding-top: 0;
        margin-top: 20px;
    }

    .preFooter h4
    {
        color: #000000;
        font-weight: 500;
        font-size: 22px;
        text-transform: capitalize;
        margin: 20px 0 10px;
    }

.grayFooter
{
    height: 35px;
    background-color: #f7f7f7;
}

.subfooter
{
    background-color: #f7f7f7;
    margin-top: 20px;
    text-align: center;
    color: #6e6e6e;
    font-size: 14px;
    padding: 19px 0 12px;
    font-weight: 300;
}

footer .links
{
    text-align: left;
    width: 100%;
}

footer ul
{
    margin: 0.75em -1em;
    padding: 0 1em;
    list-style: none;
}

    footer ul li
    {
        margin-bottom: 10px;
    }

        footer ul li a
        {
            color: #000000 !important;
            font-size: 22px;
            font-weight: 300;
            line-height: 22px;
            text-transform: capitalize;
            margin-bottom: 10px;
            list-style-type: none;
        }

footer .logoLink
{
    margin-bottom: 25px;
}

subfooter a
{
    text-decoration: none;
    text-transform: uppercase;
}

.subfooter p
{
    line-height: 14px;
    margin-block-end: 5px;
    margin-block-start: 5px;
}

/* #endregion */

/* #region HomePage */

.homeContainer h1, .homeContainer h2
{
    padding: 0;
    text-shadow: none;
    margin: 10px 0;
}

.homeContainer h1
{
    font-size: 32px;
    font-weight: 400;
    padding-top: 60px;
}

.homeContainer h2
{
    font-size: 24px;
    font-weight: 500;
}

.homeContainer
{
    background-color: #f7f7f7;
}

    .homeContainer .wrapper
    {
        z-index: 999;
        text-align: center;
    }

.homeJS
{
    background-color: #2b4d7a;
    padding: 10px 0 60px 0;
    margin-top: 72px;
    position: relative;
}

    .homeJS *
    {
        -webkit-transition: opacity 0s !important;
        -moz-transition: opacity 0s !important;
        -o-transition: opacity 0s !important;
        transition: opacity 0s !important;
    }

    .homeJS p
    {
        margin-block-start: 3px;
        margin-block-end: 3px;
    }

    .homeJS .wrapper
    {
        background-color: transparent;
    }

.homeCTA, .homeMember
{
    color: #ffffff;
}

    .homeCTA .wrapper, .homeMember .wrapper
    {
        background-color: #2b4d7a;
    }

.homeInner
{
    padding: 30px 20px;
}

.homeJobTypes h2
{
    color: #000000;
}

.padding25
{
    padding: 25px;
}

.borderTopGray
{
    border-top: 5px solid #f2f2f2;
}

.homeJobsTabs .wrapper
{
    text-align: left;
}

.homeJobsTabs h2, .homeJobsTabs h3, .homeJobTypes h2,
.homeCities h2
{
    color: #000000;
    text-align: left;
}

.homeContainer .featuredEmployerJobs
{
    padding: 10px 10px 20px 20px;
}

    .homeContainer .featuredEmployerJobs .employerLogo,
    .homeContainer .featuredEmployerJobs .postedFullDate,
    .homeContainer .featuredEmployerJobs .postedDate,
    .homeContainer .featuredEmployerJobs .postedSince
    {
        display: none;
    }

    .homeContainer .featuredEmployerJobs .employerGroup
    {
        display: none;
    }

        .homeContainer .featuredEmployerJobs .employerGroup:nth-of-type(1)
        {
            display: block;
        }

    .homeContainer .featuredEmployerJobs .employerName
    {
        font-size: 28px;
        margin: 20px 0 5px;
    }

    .homeContainer .featuredEmployerJobs .job
    {
        border: 1px solid #add8e6;
        border-radius: 5px;
        background-color: #fcfcfc;
        margin: 18px 0;
        padding: 10px;
        position: relative;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
    }

    .homeContainer .featuredEmployerJobs .jobTitle
    {
        color: #26456d;
        font-size: 20px;
        margin-bottom: 8px;
        width: 100%;
        max-width: 100%;
    }

    .homeContainer .featuredEmployerJobs .abstract
    {
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 1.5;
    }

.homeCTA h2, .homeMember h2
{
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 14px;
}

.homeCTA h4, .homeMember h4
{
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
}

.homeJobTypes h2, .homeCities h2
{
    display: inline-block;
}

.homeJobTypes a.btnPrimary, .homeCities a.btnPrimary
{
    font-size: 14px;
    color: #9c9c9c;
    padding: 2px;
    margin-top: 10px;
    margin-left: 5px;
    background-color: transparent;
    border: 1px solid #007bff;
    border-radius: 4px;
    line-height: 1.5;
    text-decoration: none;
}

.sectionTitle
{
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
}

.homeJobTypes .orgType
{
    margin: 10px 10px 40px 10px;
}

.orgType h4
{
    text-align: left;
    font-weight: 500;
    margin: 28px 0 10px;
}

/* tabs in homeJobsTabs */
/* Style the tab */
.tab
{
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 0;
    text-align: right;
    margin: 0 15px;
}

a.tablinks.linkButton
{
    border: 1px solid transparent;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px 10px;
    background-color: #ffffff;
    color: #9c9c9c;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 16px;
}

    a.tablinks.linkButton:hover, a.tablinks.active
    {
        background-color: #fcfcfc;
        color: #495057;
        border-color: #dee2e6 #dee2e6 #fff;
    }
/* Style the buttons that are used to open the tab content */
.tab button
{
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Style the tab content */
.tabcontent
{
    padding: 25px 15px;
    background-color: #ffffff;
}
/* end tabs */

/* Style the widgets */
.job-widget-row
{
    margin: 18px 0;
    padding: 10px 0;
    border-radius: 2px;
    border: 1px solid #add8e6;
    border-bottom: 1px solid #add8e6;
}

.orgType .job-widget-row
{
    border: none;
}

.featuredOrg .job-widget-row
{
    background-color: #fcfcfc;
}

.job-widget.columns-1 .job-widget-title,
.job-widget.columns-1 .job-widget-employer,
.job-widget.columns-1 .job-widget-location,
.stacked-1 .job-widget-title,
.stacked-1 .job-widget-employer,
.stacked-1 .job-widget-location
{
    display: inline-block;
    flex: none;
}

.job-widget.columns-1 .job-widget-employer,
.job-widget.columns-1 .job-widget-location
{
    padding-left: 0;
}

.stacked-1 .job-widget-employer,
.stacked-1 .job-widget-location
{
    margin-left: 5px;
}

.stacked-1 .job-widget-row
{
    display: block;
}

.stacked-1 .job-widget-title,
.stacked-1 .job-widget-employer,
.stacked-1 .job-widget-location
{
    margin-top: 5px;
}

.stacked-1 .job-widget-views::before
{
    margin-left: 0;
}

.stacked-1 .job-widget-views,
.stacked-1 .job-widget-date
{
    font-size: 14px;
    color: #555555;
}

    .stacked-1 .job-widget-date::before
    {
        content: "Posted: ";
    }

.job-widget.columns-1 .job-widget-row:not(:last-child), .stacked-1 .job-widget-row:not(:last-child)
{
    border-bottom: 1px solid #add8e6;
}

.orgType .stacked-1 .job-widget-row:not(:last-child)
{
    border-bottom: none;
}

.orgType .job-widget-row
{
    margin: 5px 0 10px 0;
    padding: 0;
}

.job-widget-title, .stacked-1 .job-widget-title
{
    font-weight: 500;
    font-size: 20px;
}

.featuredOrg .job-widget-title, .orgType .job-widget-title
{
    font-weight: 400;
    color: #26456d;
    text-align: left;
}

    .orgType .job-widget-title::after
    {
        content: ", ";
        color: #26456d;
    }

.orgType .job-widget-title, .orgType .job-widget-location
{
    float: left;
    font-size: 17px;
    margin-left: 5px;
}

.job-widget-employer
{
    font-weight: 300;
    font-size: 20px;
}

    .job-widget-employer::before
    {
        content: "@ ";
    }

    .job-widget-employer::after
    {
        content: ",";
    }

.featuredOrg .job-widget-employer::after
{
    content: "";
}

.job-widget-location
{
    font-size: 20px;
}

.orgType .job-widget-location
{
    color: #a0a0a0;
}

.stacked-1 .job-widget-snippet
{
    font-size: 18px;
    line-height: 1.5;
}

.job-widget-separator
{
    display: none;
}
/* end, widgets styling */

.featuredJob
{
    border-radius: 3px;
}

    .featuredJob:hover
    {
        border: 1px solid #2b4d7a;
        background-color: none;
        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(58, 167, 221, 1);
        -moz-box-shadow: inset 0px 0px 10px 0px rgba(58, 167, 221, 1);
        box-shadow: inset 0px 0px 10px 0px rgba(58, 167, 221, 1);
        transition: box-shadow 0.20s ease-in-out;
    }

.homeButtons
{
    display: inline-block;
    background-color: transparent;
    margin: 10px 5px;
    padding: 10px;
}

    .homeButtons input[type=text], .homeButtons input[type=submit], .homeButtons a
    {
        vertical-align: middle;
        border: 1px solid #ced4da;
        border-radius: 0;
        font-size: 16px;
    }

.homeJS .homeButtons input[type=text], .homeJS .homeButtons input[type=submit],
.homeJS .homeButtons a
{
    margin: -2px;
}

.homeButtons input[type=submit], .homeButtons a
{
    background-color: #2b4d7a;
    border: 1px solid #ced4da;
}

#btnSearch
{
    background-color: #28a745;
    border: 1px solid #28a745;
    padding: 10px 20px;
}

    #btnSearch:hover
    {
        background-color: #218838;
        border-color: #1e7e34;
        color: #ffffff;
    }

/* #endregion */

/* #region JobSearch */
#JobSearch #locationRadius
{
    clear: left;
}

#JobSearch .customFields
{
    display: none;
}

#JobSearch #jobList .premium
{
    border-left-color: #2b4d7a;
}

#JobSearch #jobList
{
    border: none;
}

    #JobSearch #jobList .listRow .title
    {
        color: #2b4d7a;
        font-weight: 600;
    }

    #JobSearch #jobList .listRow .company
    {
        font-weight: 600;
        max-width: calc(100% - 200px);
        width: calc(100% - 200px);
    }

    #JobSearch #jobList .listRow
    {
        width: 100%;
        border: 1px solid #add8e6;
        margin: 18px 0;
        padding: 10px;
    }

        #JobSearch #jobList .listRow .logo
        {
            display: inline-block;
            float: none;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
        }

            #JobSearch #jobList .listRow .logo img
            {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

        #JobSearch #jobList .listRow .abstract
        {
            width: calc(100% - 200px);
            padding-right: 10px;
        }

#JobSearch .linkBox
{
    position: relative;
    width: 0px;
    height: 0px;
}

#JobSearch #jobList .socialContainer
{
    display: none;
}

#JobSearch div.tags
{
    display: inline-block;
    font-size: 14px;
    color: #666666;
    width: calc(100% - 200px);
}

#JobSearch div > a
{
    text-decoration: none;
    z-index: 0;
}

#JobSearch div.tags .fa
{
    color: #666666;
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin-right: 4px;
}

#JobSearch div.tags .fa-file, div.tags .fa-building
{
    font-size: 18px !important;
    width: 18px;
}

#JobSearch div.tags .fa:nth-child(n+2)
{
    margin-left: 12px;
}

/* #endregion */

/* #region */
#NewSite .container
{
    background-color: #ffffff;
    padding: 60px 20px;
    position: relative;
}

/* #endregion */

/* #region FAQ pages */
#faqJS h1, #faqEmp h1
{
    padding-bottom: 20px;
}

#faqJS .container:nth-of-type(1), #faqEmp .container:nth-of-type(1)
{
    padding: 20px;
    text-align: left;
    min-height: 580px;
}

#faqJS .topic, #faqEmp .topic
{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

    #faqJS .topic .question, #faqEmp .topic .question
    {
        font-size: 18px;
        cursor: pointer;
        padding-left: 25px;
    }

    #faqJS .topic .reveal, #faqEmp .topic .reveal
    {
        display: none;
    }

    #faqJS .topic .details, #faqEmp .topic .details
    {
        display: none;
    }

.marginL20-10
{
    margin-left: 20px;
}

.marginL30-20
{
    margin-left: 30px;
}

.marginL10-5
{
    margin-left: 10px;
}

i.arrow
{
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top: 20px;
}

    i.arrow.up
    {
        top: 19px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
/* #endregion */

/* #region Employer Page */
#EmployerDefaults #htmlJobDescription
{
    display: none;
}

#Employer #lblFreePostingDays, #EmployerDefaults #lblFreePostingDays
{
    font-size: 80%;
    vertical-align: middle;
}

#Employer #htmlJobDescription
{
    display: none;
}

#Employer .formItemContainer
{
    float: none;
    border-top: 1px solid #dddddd;
}

    #Employer .formItemContainer:last-child
    {
        border-bottom: 1px solid #dddddd;
    }

    #Employer .formItemContainer:nth-of-type(even)
    {
        background-color: #fafafa;
    }

#Employer .tipContent:nth-of-type(2)
{
    left: 15%;
}

#Employer #disabled .tipContent
{
    left: 9%;
}
/* #endregion */
/* #region Non-Home Page customizations*/
.dashBadge .fa
{
    color: #2b4d7a;
    filter: brightness(0.85);
}

#Dashboard .contentBlock p a
{
    font-size: 18px;
}

#Dashboard a#lnkPostJobs, #Dashboard a#lnkApplicants, #Dashboard a#lnkPurchase
{
    display: none;
}

#jobList a, #jobList a:link, #jobList a:visited, #Job a, #Job a:link, #Job a:visited
{
    color: #2b4d7a;
}

    #jobList a:hover, Job a:hover
    {
        color: #2b4d7a;
    }

#JobSeeker #salary, #JobSeeker #salaryPeriod, #Job #premium, #Job #featured, #Job #autoRepost, #Job[data-user-context='jobSeeker'] #lblDescription
{
    display: none;
}

#Job[data-user-context="jobSeeker"] h1, #Job[data-user-context="jobSeeker"] h2, #JobPreview h1, #JobPreview h2
{
    display: inline-block;
}

#Job[data-user-context="jobSeeker"] h2, #JobPreview h2
{
    font-size: 32px;
}

    #Job[data-user-context="jobSeeker"] h2::before, #JobPreview h2::before
    {
        content: "@ ";
        font-size: 32px;
    }

#JobPreview #description
{
    float: none;
    clear: both;
}

#JobPreview #description, #Job[data-user-context="jobSeeker"] #description
{
    min-height: 400px;
}

#Job[data-user-context="jobSeeker"] .formLabel#lblAddress, #JobPreview .formLabel#lblPreviewAddress
{
    display: block;
}

#Job[data-user-context="jobSeeker"] .formDataLabel.inline#lblOutSalary, #JobPreview .formDataLabel.inline#lblOutPreviewSalary
{
    float: none;
}

#Job[data-user-context="jobSeeker"] #salary, #JobPreview #salary
{
    min-height: 35px;
}

.addBorder
{
    border: 15px solid #eeeeee;
    padding-left: 5px;
}

#Job #fixedBtns
{
    position: fixed;
    top: 72px;
    background-color: #ffffff;
}

#Job #relativeBtns
{
    position: relative;
    top: 0;
    background-color: transparent;
}

#Job #btnApply, #Job #btnApplyBtm, #Job #btnPost
{
    text-transform: uppercase;
}

#Job[data-user-context="jobSeeker"] #jobContainer, #JobPreview #jobContainer
{
    border: 15px solid #eeeeee;
    padding-right: 20px;
    padding-left: 5px;
}

#Job #socialContainer
{
    margin-top: 0;
}

#Job[data-user-context="jobSeeker"] div[data-id*="CF"], #JobPreview div[data-id*="CF"]
{
    min-height: 35px;
    float: none;
    clear: both;
}

#Job[data-user-context="jobSeeker"] div[id*="cfJob"], #JobPreview div[id*="cfPreview"]
{
    display: inline-block;
}

#Job[data-user-context="jobSeeker"] .customFields.movedRight, #JobPreview .customFields.movedRight, #Job[data-user-context="jobSeeker"] .contentBlock.movedRight
{
    float: right;
    width: 34%;
    margin-bottom: 10px;
    border: 15px solid #eeeeee;
    padding-left: 5px;
}

#Job[data-user-context="jobSeeker"] .contentBlock p
{
    font-size: 18px;
}

#Job[data-user-context="jobSeeker"] #socialContainer, #JobPreview #socialContainer
{
    border: 15px solid #eeeeee;
    padding-left: 5px;
}

#Job[data-user-context="jobSeeker"] #mapContainer, #JobPreview #mapContainer
{
    border: 15px solid #eeeeee;
    margin-top: 10px;
}

#Job[data-user-context="jobSeeker"] #address, #JobPreview #address
{
    padding-left: 5px;
    float: none;
    clear: both;
}

#Job[data-user-context="jobSeeker"] #socialContainer h3, #JobPreview #socialContainer h3
{
    border-bottom: none;
}

input#btnPostOptions:disabled
{
    background-image: none;
    background: #cccccc;
    border: 1px solid #cccccc;
}

.slick-track
{
    margin: 0 auto;
}

.featuredEmployers
{
    width: calc(100% - 40px);
}

#RegisterEmployer #dateFormat, #RegisterEmployer #timeZone, #RegisterContact #timeZone
{
    display: none;
}

#RegisterAccount #acceptPolicies, #RegisterEmployer #acceptPolicies
{
    font-size: 18px;
}

#RegisterAccount #confirmTerms label, #RegisterEmployer #confirmTerms label
{
    font-size: 24px;
}

    #RegisterAccount #confirmTerms label i.cb-unchecked, #RegisterEmployer #confirmTerms label i.cb-unchecked
    {
        border: 2px solid #b2b2b2;
    }

#Purchase .listColumn
{
    padding: 12px 6px;
}

.contentBlock p, .contentBlock ul li
{
    font-size: 14px;
}

.contentBlock p
{
    margin-top: 5px;
    margin-bottom: 5px;
}

#NonProfitFees h1
{
    font-size: 28px;
}

#NonProfitFees .contentBlock p.font120
{
    font-size: 120%;
}

#NonProfitFees .contentBlock p
{
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.contentBlock ul
{
    margin-top: 0;
}

.contentBlock #cbMore ~ label:after
{
    content: "[ + ] Show More";
}

.contentBlock #cbMore:checked ~ label:after
{
    content: "[ - ] Show Less";
}

.listContainer, .formContainer
{
    border: 1px solid #dddddd;
}

ul.registerUL li
{
    font-size: 16px;
    line-height: 20px;
}

#registerSeekerContainer .formButtonContainer
{
    padding-bottom: 30px;
}

.card
{
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    background-color: #F2F5FC;
    padding: 10px 10px;
    margin: 1px 1px;
    font-size: 15px;
    text-align: left;
    margin: 20px 0;
}

.card-body
{
    padding: 20px;
}

.box_new_signup_white
{
    border: 1px solid #b2b2b2;
    background-color: #FFFFFF;
    padding: 10px 10px;
    margin: 1px 1px;
    font-size: 20px;
    text-align: left;
}

.bg-light
{
    background-color: #f8f9fa !important;
}

#JobSeekerInfo.formContainer, #BoardFile.formContainer, #EmployerInfo.formContainer, #Login.formContainer, #ContactUs.formContainer, #Emulate.formContainer, #Jobs.formContainer, #JobsSaved.formContainer,
#ApplyHistory.formContainer, #JobAlerts.formContainer, #JobNotAvailable.formContainer, #TellAFriend.formContainer, #Account.formContainer, #Contact.formContainer, #BoardSearch.formContainer, #AwarenessTypes.formContainer,
#AwarenessType.formContainer, #CustomFields.formContainer, #CustomFieldPreviewGroup.formContainer, #CustomFieldPreview.formContainer, #EmployerDefaults.formContainer, #JobWidgetPreview.formContainer, #Purchase.formContainer,
#PurchasePayment.formContainer, #PurchaseAdjust.formContainer, #PaymentSettings.formContainer, #Promo.formContainer, #Logins.formContainer, #BlockedIPs.formContainer, #BlockedIP.formContainer, #Reports.formContainer,
#Report.formContainer, #MessageHistory.formContainer, #MessageHistoryStatistics.formContainer, #Templates.formContainer, #Template.formContainer, #TemplatePreview.formContainer, #ResumeViews.formContainer, #ResumeSearch.formContainer,
#Users.formContainer, #EmployerJobs.formContainer
{
    border: none;
}

#JobSeeker_Info h1, #EmployerInfo h1, #PartTimeFees h1
{
    font-size: 28px;
}

#JobSeeker_Info h5, #WeeklyEmail h5, #NewMemberRegistration h5, #EmployerInfo h5
{
    font-weight: 400;
}

#PartTimeFees h4
{
    font-size: 20px;
}

#NewMemberRegistration h1, #NewMemberRegistration h2
{
    margin-bottom: 10px;
}

#NewMemberRegistration h5
{
    margin: 20px 15px 20px 20px;
    font-size: 20px;
}

#NewMemberRegistration .card
{
    font-size: 18px;
}

#NewMemberRegistration ul li
{
    padding: 5px 0;
}

#JJ-Mission ul li, #JobSeeker_Info ul li
{
    margin-bottom: 10px;
}

#Login #resetLink
{
    font-size: 125%;
}

#Login #lbtnForgotPassword
{
    font-weight: 500;
}

#Login #learnMoreLink, #HomePage #learnMoreLink
{
    float: none;
}

.testimonial
{
    padding: 5px 0;
}

/* #endregion */
/* #region Media Queries */
@media only screen and (max-width: 1023px)
{
    nav span, nav a
    {
        font-size: 16px;
    }

    nav > ul > li > a, nav > ul > li > span,
    nav ul > li > span, nav > ul > li > a:link, nav ul > li > a:visited
    {
        padding: 2px 6px;
    }

    footer .social
    {
        margin-top: auto;
        text-align: center;
    }
}

@media only screen and (max-width: 920px)
{
    #HomePage #boardLogo, #HomePage header.fixed #boardLogo, #boardLogo
    {
        max-width: 280px;
    }

    nav span, nav a
    {
        font-size: 15px;
    }

    nav > ul > li > a, nav > ul > li > span
    {
        padding: 2px 5px;
    }

    /*  #JobSearch #jobList .socialContainer
  {
    width: 50%;
  }
*/
}

@media only screen and (max-width: 767px)
{
    header
    {
        position: relative;
        background-color: #ffffff;
        overflow: visible;
        z-index: 9999;
        height: auto;
    }

        header .accountInfo
        {
            display: none;
        }

    #HomePage header.fixed
    {
        height: auto;
    }

    #boardLogo
    {
        max-width: 240px;
        padding: 18px 10px;
        float: none;
        margin-top: 0;
    }

    #HomePage #boardLogo, #HomePage header.fixed #boardLogo
    {
        max-width: 240px;
        margin-top: 0;
    }

    #HomePage nav
    {
        margin-top: 0;
    }

    .menuButton
    {
        top: 18px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        padding: 7px 9px;
    }

        .menuButton span
        {
            background-color: #7f7f7f;
            margin-bottom: 4px;
            margin-top: 4px;
            height: 2px;
            width: 22px;
        }

    nav
    {
        margin-top: 0;
        float: none;
        clear: left;
        position: static;
    }

        nav ul li:hover > ul
        {
            padding: 0;
            background-color: #ffffff;
        }

        nav li a, nav li span
        {
            color: #212529 !important;
        }

        nav > ul > li:hover, nav > ul a:hover
        {
            background-color: #f8f9fa;
        }

        nav > ul > li > a, nav > ul > li > span
        {
            padding: 6px 12px;
        }

        nav ul ul > li > a, nav ul ul > li > span
        {
            padding: 6px 10px 6px 30px;
        }

        nav ul li
        {
            padding: 0;
        }

        nav > ul > li:last-child a
        {
            border: none;
        }

        /* Test animation */
        nav li
        {
            overflow: hidden;
        }

            nav li:hover
            {
                overflow: visible;
            }

        nav.noUserMenu > ul > li:nth-child(3) a
        {
            margin-left: 20px;
        }

            nav.noUserMenu > ul > li:nth-child(3) a::before
            {
                top: 3px;
            }

    .menuShow ul ul
    {
        display: block;
        overflow: hidden;
        max-height: 0px;
        opacity: 0;
        transition: max-height .1s ease, opacity .1s ease;
    }

    .menuShow ul li:hover > ul
    {
        max-height: 800px;
        opacity: 1;
        transition: max-height 1s ease, opacity 1s ease;
        border: 1px solid rgba(0, 0, 0, .15);
        margin: 0 20px;
    }

    main
    {
        margin: 0;
    }

    footer .links
    {
        margin: auto;
        text-align: center;
    }

    footer #copylinestats, .subfooter p
    {
        white-space: normal;
    }

    .hideMobile
    {
        display: none;
    }

    .showMobile
    {
        display: block;
    }

    .homeJS
    {
        padding: 5px 0 20px 0;
        margin-top: 0;
    }

        .homeJS h4
        {
            font-size: 18px;
            padding-top: 20px;
        }

    .homeButtons
    {
        width: 90%;
    }

        .homeButtons input[type=text], .homeButtons input[type=submit], .homeButtons a
        {
            width: 100%;
            margin: 4px auto;
        }

    #byToday .job-widget.columns-1 .job-widget-row,
    #byToday .job-widget.columns-1 .job-widget-title,
    #byToday .job-widget.columns-1 .job-widget-employer,
    #byToday .job-widget.columns-1 .job-widget-location
    {
        display: block;
    }

    #byToday .job-widget.columns-1 .job-widget-title,
    #byToday .job-widget.columns-1 .job-widget-employer,
    #byToday .job-widget.columns-1 .job-widget-location
    {
        padding: 5px 6px;
    }

    .orgType h4
    {
        text-align: center;
    }

    .homeJobTypes .orgType
    {
        margin: 10px 10px 10px 10px;
    }

    .contentContainer
    {
        margin-top: 15px;
    }

    #JobSeeker_Info .container:nth-of-type(1)
    {
        margin-top: auto;
    }

        #JobSeeker_Info .container:nth-of-type(1) h1
        {
            font-size: 300%;
            margin: 40px 0;
        }

        #JobSeeker_Info .container:nth-of-type(1) h2
        {
            font-size: 220%;
            margin: 40px 0;
        }

    #JobSearch #jobList .listRow .logo, #JobSearch #jobList .listRow .abstract
    {
        display: none;
    }

    #JobSearch #jobList .listRow .company, #JobSearch div.tags
    {
        max-width: 100%;
        width: 100%;
    }

    #Job #fixedBtns
    {
        top: 0;
        z-index: 999;
    }

    #Job[data-user-context="jobSeeker"] .customFields.movedRight, #JobPreview .customFields.movedRight, #Job[data-user-context="jobSeeker"] .contentBlock.movedRight,
    #JobPreview #jobContainer, #JobPreview #logoContainer, #JobPreview #socialContainer, #JobPreview #mapContainer, #JobPreview #jobVideoContainer
    {
        clear: left;
        float: none;
        width: 100%;
        overflow: auto;
    }

    #Job[data-user-context="jobSeeker"] #jobContainer, #JobPreview #jobContainer
    {
        padding-right: 5px;
    }

    #NewSite .container
    {
        padding: 20px;
    }

    .customFields tbody tr td
    {
        display: block;
    }

    .customFields input[type=checkbox], .customFields input[type=checkbox] + label
    {
        float: left;
    }

    .customFields input[type=checkbox]
    {
        clear: left;
    }

        .customFields input[type=checkbox] + label
        {
            padding: 0 30px 0 0;
        }

    #faqJS .topic .question, #faqEmp .topic .question
    {
        font-size: 100%;
    }

    #faqJS .topic .details, #faqEmp .topic .details
    {
        font-size: 90%;
    }

    .marginL20-10
    {
        margin-left: 10px;
    }

    .marginL30-20
    {
        margin-left: 20px;
    }

    .marginL10-5
    {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 575px)
{
    .stacked-1 .job-widget-snippet
    {
        display: none;
    }
}

@media only screen and (max-width: 480px)
{
    .homeJS
    {
        padding-top: 30px;
    }

    #boardLogo
    {
        width: 240px;
        max-width: calc(94% - 36px);
        padding: 18px 10px;
        float: none;
    }

    #JobSeeker_Info .container:nth-of-type(1) h1
    {
        font-size: 260%;
        margin: 30px 0;
    }

    #JobSeeker_Info .container:nth-of-type(1) h2
    {
        font-size: 200%;
        margin: 30px 0;
    }
}
/* #endregion */
