/* TD World Job Center with Account Info */
/* #region Standard elements */
body
{
    background-color: #ffffff;
    font-family: "Gelasio", serif;
}

nav span, nav a
{
    font-family: "Encode Sans Semi Condensed", sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.contentBlock
{
    font-family: "Gelasio", serif;
}

ul li
{
    font-family: "Gelasio", serif;
}

label
{
    font-family: "Encode Sans Semi Condensed", sans-serif !important;
    font-weight: 300;
}

main
{
    margin-top: 103px;
    background-color: #ffffff;
    padding-top: 20px;
}

input, select, textarea
{
    font-family: "Encode Sans Semi Condensed", sans-serif;
    font-weight: 300;
}

.listHeaderColumn
{
    font-family: "Encode Sans Semi Condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.formDataLabel, .formLabel, .formDataLabel ul li
{
    font-family: "Encode Sans Semi Condensed", sans-serif;
}

.formDataLabel
{
    border: solid 1px #aaaaaa;
    border-radius: 6px;
    padding: 8px;
    min-height: 36px;
}


/* TDW NEW */
h1, h2, h3, h4, h5
{
    font-family: "Encode Sans Semi Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

input[type=submit], a.linkButton, label.linkButton, button
{
    background-color: #00b398;
    border-radius: 3px;
    font-family: "Encode Sans Semi Condensed", sans-serif !important;
}

    input[type=submit]:hover, a.linkButton:hover, label.linkButton:hover, button:hover
    {
        background-color: #008065;
    }

.small
{
    font-size: 80%;
    font-weight: 400;
}

.text-muted
{
    color: #868e96 !important;
}

/* #endregion */

/* #region CustomInputs */

label i.cb-checked
{
    border: 2px solid #00b398;
    background-color: #00b398;
}

    label i.cb-checked:after
    {
        background-color: #00b398;
    }

label i.rb-selected
{
    border: 2px solid #00b398;
    background-color: #00b398;
}

    label i.rb-selected:after
    {
        background-color: #00b398;
    }

/* #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
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow: visible;
    z-index: 9999;
    box-shadow: 0 6px 21px -5px #000000;
}

#boardLogo
{
    display: inline-block;
    float: left;
    padding: 10px;
    max-width: 260px;
}

    #boardLogo a
    {
        text-decoration: none;
    }

.accountInfo
{
    display: inline-block;
    color: #000000;
    margin: 2px;
    font-size: 14px;
    margin-right: 10px;
    line-height: 30px;
    height: 30px;
}

    .accountInfo a
    {
        background-color: #00b398;
        border-radius: 3px;
        padding: 0 8px;
        margin: 0;
        line-height: 26px;
    }

        .accountInfo a:first-of-type
        {
            display: none;
        }
/* #endregion */

/* #region Menu */
nav
{
    display: inline-block;
    width: auto;
    background-color: transparent;
    float: right;
    clear: right;
    margin-top: 0;
}

    nav span, nav a
    {
        white-space: nowrap;
        line-height: 26px;
    }

    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;
        color: #666666;
    }

    nav a:hover
    {
        color: #00b398;
    }

    nav > ul > li > a, nav > ul > li > span
    {
        padding: 2px 10px;
    }

    nav ul li > ul
    {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 1;
        padding: 8px 16px;
        background-color: #ffffff;
        overflow: hidden;
        opacity: 0;
        max-height: 0px;
        box-shadow: 0 6px 21px -5px #000000;
        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;
        background-color: #ffffff;
    }

.menuButton span
{
    background-color: #000000;
}

.menuShow li
{
    background: #ffffff;
}


/* #endregion */

/* #region Footer */
footer
{
    background-color: #00b398;
    color: #ffffff;
    font-family: "Encode Sans Semi Condensed", sans-serif !important;
    font-size: 14px;
    font-weight: 300;
}

    footer .social p
    {
        margin-top: 0;
    }

    footer .footerHeader
    {
        color: #ffffff;
        font-weight: bold;
        padding-top: 20px;
    }

    footer .subfooter
    {
        margin-top: 20px;
        text-align: left;
    }

    footer .links
    {
        text-align: left;
        width: 100%;
    }

    footer ul
    {
        margin: 0.75em -1em;
        padding: 0 1em;
        list-style: none;
    }

    footer li
    {
        line-height: 1.5em;
    }

    footer .links a:link:hover
    {
        text-decoration: underline;
    }

    footer .social
    {
        text-align: right;
        display: block;
        padding-top: 10px;
        margin-top: 25%;
    }

        footer .social .fa
        {
            border-radius: 50%;
            border: 1px solid #ffffff;
            background: none;
            font-size: 20px;
            height: 40px;
            width: 40px;
            line-height: 38px;
        }

        footer .social .x-twitterIcon
        {
            height: 40px;
            width: 40px;
            border-radius: 50%;
            border: 1px solid #ffffff;
            margin: 0 0 5px 0;
            background-color: transparent;
        }

            footer .fa:hover, footer .social .x-twitterIcon:hover
            {
                border: none;
            }

    footer .fa-facebook:hover
    {
        background-color: #3b5998;
    }

    footer .fa-twitter:hover
    {
        background-color: #00aced;
    }

    footer .social .x-twitterIcon:hover
    {
        background-color: #222222;
    }

    footer .fa-linkedin:hover
    {
        background-color: #007bb6;
    }

    footer .fa-youtube:hover
    {
        background-color: #971e1e;
    }

    footer .fa-instagram:hover
    {
        background-image: url("https://jobboardhq.blob.core.windows.net/assets/prod/vn43/Instagram3-Background-Gradient3.png");
    }

    footer .subfooter a
    {
        text-decoration: none;
        text-transform: uppercase;
    }

        footer .subfooter a:hover
        {
            text-decoration: underline;
        }

    footer .address
    {
        width: 100%;
        position: relative;
    }

        footer .address .footLogo, footer .address .footCopy
        {
            display: inline-block;
        }

        footer .address img
        {
            text-align: left;
            max-width: 175px;
            margin-top: -9px;
        }

        footer .address .footCopy
        {
            position: absolute;
            bottom: -13px;
        }

            footer .address .footCopy p
            {
                display: inline-block;
            }

    footer .termsPriv
    {
        text-align: right;
    }

/* #endregion */

/* #region HomePage */

.homeContainer
{
    background-color: #ffffff;
}

    .homeContainer .wrapper
    {
        z-index: 999;
    }

.homeJS
{
    background: #3f4555 url(https://jobboardhq.blob.core.windows.net/assets/prod/vn43/firstframe.jpg);
    background-position: center top;
    background-size: cover;
    padding-top: 90px;
    position: relative;
    margin-top: 72px;
}

    .homeJS *
    {
        -webkit-transition: opacity 0s !important;
        -moz-transition: opacity 0s !important;
        -o-transition: opacity 0s !important;
        transition: opacity 0s !important;
    }

    .homeJS video
    {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }



.homeCTA
{
    background-color: #323232;
    color: #ffffff;
    padding: 30px 20px;
}

.homeMap
{
    padding: 0;
    height: 500px;
}

.homeFeatured
{
    background-color: #f3f3f3;
}

.homeEmp
{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vn43/hero2.jpg') no-repeat;
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vn43/hero2.jpg') no-repeat;
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vn43/hero2.jpg') no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vn43/hero2.jpg') no-repeat;
    background-position: center 80%;
    background-size: cover;
}

.homeContainer .wrapper
{
    text-align: center;
}

.featuredJob
{
    border-radius: 3px;
}

    .featuredJob:hover
    {
        border: 1px solid #00b398;
        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: rgba(255, 255, 255, .4);
}

    .homeButtons input[type=text], .homeButtons input[type=submit], .homeButtons a
    {
        vertical-align: middle;
        border: none;
        font-family: "Encode Sans Semi Condensed", sans-serif !important;
    }

    .homeButtons input[type=submit], .homeButtons a
    {
        background-color: #00b398;
    }

        .homeButtons input[type=submit]:hover, .homeButtons a:hover
        {
            background-color: #008065;
        }

/* #endregion */

/* #region Non-Home Page customizations*/
#jobSearchTop
{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://jobboardhq.blob.core.windows.net/assets/prod/vn43/tdjobs-home[1].jpg) no-repeat;
    background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://jobboardhq.blob.core.windows.net/assets/prod/vn43/tdjobs-home[1].jpg) no-repeat;
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://jobboardhq.blob.core.windows.net/assets/prod/vn43/tdjobs-home[1].jpg) no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(https://jobboardhq.blob.core.windows.net/assets/prod/vn43/tdjobs-home[1].jpg) no-repeat;
    background-position: center 50%;
    background-size: cover;
    position: relative;
    height: 315px;
    margin-top: -20px;
    padding: 20px;
}

    #jobSearchTop h2
    {
        text-align: center;
        font-size: 350%;
        color: #ffffff;
        text-shadow: 1px 1px #000000;
        padding: 100px 0;
    }

#JobSearch #locationRadius
{
    clear: left;
}

#JobSearch #jobList .premium
{
    border-left-color: #00b398;
}

#JobSearch #jobList .listRow .title
{
    color: #00b398;
}

#JobSearch #jobList .listRow
{
    width: 100%;
}

    #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 #jobList .socialContainer
{
    display: block;
    width: 35%;
}

#JobSearch #jobList .x-twitterIcon
{
    margin-top: -3px;
}

#Job[data-user-context='jobSeeker'] .x-twitterIcon
{
    margin-top: 4px;
}

.x-twitterIcon
{
    margin-top: 5px;
}

.dashBadge .fa
{
    color: #00b398;
}

#jobList a, #jobList a:link, #jobList a:visited, #Job a, #Job a:link, #Job a:visited
{
    color: #00b398;
}

    #jobList a:hover, Job a:hover
    {
        color: #00b398;
    }

#JobSeeker #salary, #JobSeeker #salaryPeriod
{
    display: none;
}

#Job #fixedBtns
{
    position: fixed;
    top: 103px;
    background-color: #ffffff;
}

#Job #relativeBtns
{
    position: relative;
    top: 0;
    background-color: transparent;
}

#Job #btnApply, #Job #btnApplyBtm, #Job #btnPost
{
    background-color: #008065;
}

    #Job #btnApply:hover, #Job #btnApplyBtm:hover, #Job #btnPost:hover
    {
        background-color: #00b398;
    }

input#btnPostOptions:disabled
{
    background-image: none;
    background: #cccccc;
}

.slick-track
{
    margin: 0 auto;
}

.featuredEmployers
{
    width: calc(100% - 40px);
}

#RegisterEmployer #dateFormat, #RegisterEmployer #timeZone, #RegisterContact #timeZone
{
    display: none;
}

#Purchase .listColumn
{
    padding: 12px 6px;
}

.contentBlock p, .contentBlock ul li
{
    font-size: 14px;
}

.contentBlock p
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.contentBlock ul
{
    margin-top: 0;
}

.contentBlock #cbMore ~ label:after
{
    content: "[ + ] Show More";
}

.contentBlock #cbMore:checked ~ label:after
{
    content: "[ - ] Show Less";
}

#EmployerDefaults #htmlJobDescription
{
    display: none;
}

#Employer #lblFreePostingDays, #EmployerDefaults #lblFreePostingDays
{
    font-size: 80%;
    vertical-align: middle;
}

#Employer #htmlJobDescription
{
    display: none;
}

#EmployerJobs .listRow .title
{
    width: 100%;
    max-width: 100%;
}
/* #endregion */
/*#region #EmployerInfo*/

#EmployerInfo
{
    padding: 0;
}

    #EmployerInfo .image
    {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vn43/hero2.jpeg') no-repeat;
        background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vn43/hero2.jpeg') no-repeat;
        background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vn43/hero2.jpeg') no-repeat;
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vn43/hero2.jpeg') no-repeat;
        background-position: center center;
        background-size: cover;
        margin-top: 103px;
        padding: 120px 0;
        overflow: hidden;
    }

    #EmployerInfo .halfHeight
    {
        min-height: 160px;
    }

    #EmployerInfo .js_Info a
    {
        line-height: inherit;
        color: #2e8cb8;
        text-decoration: none;
        cursor: pointer;
    }

        #EmployerInfo .js_Info a:focus, #EmployerInfo .js_Info a:hover
        {
            color: #28789e;
        }

/* #endregion */
/*#region #JobSeeker_Info*/
#JobSeeker_Info .container
{
    background-color: #ffffff;
}

    #JobSeeker_Info .container .wrapper
    {
        text-align: center;
    }

#JobSeeker_Info .linkButton, #JobSeeker_Info input[type=submit]
{
    min-width: 180px;
}

#JobSeeker_Info .container:nth-of-type(1)
{
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vn43/js.jpg') no-repeat;
    background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vn43/js.jpg') no-repeat;
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vn43/js.jpg') no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://jobboardhq.blob.core.windows.net/assets/prod/vn43/js.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 103px;
    padding: 120px 0;
    overflow: hidden;
}

    #JobSeeker_Info .container:nth-of-type(1) h1
    {
        text-align: center;
        color: #ffffff;
        text-shadow: 2px 2px 4px #000000;
        font-size: 500%;
    }

    #JobSeeker_Info .container:nth-of-type(1) h2
    {
        text-align: center;
        color: #ffffff;
        text-shadow: 2px 2px 4px #000000;
        font-size: 300%;
    }

#JobSeeker_Info .container p
{
    max-width: 80%;
    text-align: center;
    padding: 10px;
    line-height: 28px;
    font-size: 18px;
    margin: 20px auto;
}

#JobSeeker_Info .container:nth-of-type(2)
{
    padding: 20px 0;
}

#JobSeeker_Info .js_Info, #EmployerInfo .js_Info
{
    background-color: #f9f9f9;
    position: relative;
    padding: 20px 20px;
    margin: 10px;
    margin-bottom: 40px;
    border: 1px solid #dedede;
}

#JobSeeker_Info .grid > .gc-t-1-2:nth-of-type(1) > .js_Info, #JobSeeker_Info .grid > .gc-t-1-2:nth-of-type(2) > .js_Info,
#JobSeeker_Info .grid > .gc-p-1-1:nth-of-type(1) > .js_Info, #JobSeeker_Info .grid > .gc-p-1-1:nth-of-type(2) > .js_Info
{
    margin-bottom: 10px;
}

#JobSeeker_Info .js_Info ul
{
    text-align: left;
    margin-bottom: 60px;
    padding-left: 20px;
}

    #JobSeeker_Info .js_Info ul li
    {
        margin-bottom: 10px;
    }

#JobSeeker_Info .js_Info div:last-child
{
    position: absolute;
    bottom: 15px;
    width: 100%;
    margin-left: -20px;
}

.fa-bell-o, .fa-user-o, .fa-file-text-o
{
    font-size: 50px;
    background-color: none;
    color: #666666;
}

/* #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: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

    #faqJS .topic .question, #faqEmp .topic .question
    {
        font-size: 120%;
        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: 14px;
}

    i.arrow.up
    {
        top: 19px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
/* #endregion */

/* #region Media Queries */
@media only screen and (max-width: 1275px)
{
    .homeContainer h1
    {
        font-size: 375%;
        margin: 40px 0;
    }

    .homeContainer h2
    {
        font-size: 250%;
        margin: 40px 0;
    }
}

@media only screen and (max-width: 1023px)
{
    #boardLogo
    {
        max-width: 240px;
    }

    nav span, nav a
    {
        font-size: 16px;
    }

    nav > ul > li > a, nav > ul > li > span
    {
        padding: 2px 6px;
    }

    footer .social
    {
        margin-top: auto;
        text-align: center;
    }
}

@media only screen and (max-width: 955px)
{
    .homeJS video
    {
        display: none;
    }
}

@media only screen and (max-width: 920px)
{
    #HomePage #boardLogo, #HomePage header.fixed #boardLogo, #boardLogo
    {
        max-width: 240px;
    }

    #HomePage header.fixed #boardLogo, #boardLogo
    {
        margin-top: 12px;
    }

    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;
    }

    #HomePage #boardLogo, #HomePage header.fixed #boardLogo
    {
        /*    max-width: 240px;
*/ margin-top: 0;
    }

    #HomePage nav
    {
        margin-top: 0;
    }

    .menuButton
    {
        top: 28px;
    }

    nav
    {
        margin-top: 0;
        float: none;
        clear: left;
        position: static;
    }

        nav ul li:hover > ul
        {
            padding: 0;
            background-color: #ffffff;
            border-top: 1px solid #505050;
        }

        nav li a, nav li span
        {
            border-bottom: 1px solid #505050;
        }

        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:first-child > a, nav > ul > li:first-child > span
        {
            border-top: 1px solid #505050;
        }

        nav ul li
        {
            padding: 0;
        }

        nav > ul > li:last-child a
        {
            border: none;
        }

        nav li
        {
            overflow: hidden;
        }

            nav li:hover
            {
                overflow: visible;
            }

    .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;
    }

    main
    {
        margin: 0;
    }


    footer .links
    {
        margin: auto;
        text-align: left;
    }

    footer .address, footer .termsPriv
    {
        text-align: center;
    }

    footer .address
    {
        margin-top: 10px;
        white-space: normal;
    }

        footer .address .footLogo, footer .address .footCopy
        {
            display: block;
        }

        footer .address .footCopy
        {
            position: relative;
            bottom: 0;
        }

            footer .address .footCopy p
            {
                margin-top: 0;
                margin-bottom: 5px;
            }

    .homeJS
    {
        padding-top: 60px;
        margin-top: 0;
    }

    .hideMobile
    {
        display: none;
    }

    .homeButtons
    {
        width: 90%;
    }

        .homeButtons input[type=text], .homeButtons input[type=submit], .homeButtons a
        {
            width: 100%;
            margin: 4px auto;
        }

    .homeMap
    {
        padding: 0 10px;
    }

    #JobSeeker_Info .container:nth-of-type(1), #EmployerInfo .image
    {
        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
    {
        margin: 10px 0;
        display: block;
        position: relative;
    }

        #JobSearch #jobList .listRow .logo img
        {
            position: relative;
            top: 0;
            left: 0;
            transform: none;
        }

    #JobSearch #jobList .listRow .abstract
    {
        width: auto;
        padding-right: 0;
    }

    #JobSearch #jobList .socialContainer
    {
        width: auto;
    }

    #Job #fixedBtns
    {
        top: 0;
        z-index: 999;
    }

    .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: 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;
    }

    /* TDW NEW */
    #jobSearchTop h2
    {
        padding: 0px 0;
        font-size: 190%;
        font-family: "Encode Sans Semi Condensed", sans-serif;
        font-weight: 600;
    }

    #jobSearchTop
    {
        height: 135px;
    }
}
/* #endregion */