﻿.clear {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 1em;
    font-weight: 400;
    font-family: Helvetica, Arial, Sans-serif;
   /* background-color: #ecf3f9;*/
    line-height: 130%;
    margin-top: 0px;
}

header, footer {
    clear: both;
}

header {
    padding-bottom: 20px;
}

footer {
    width: 100%;
}

a, a:visited {
    color: #34567b;
}

    a:hover {
        color: #206CC2;
    }

h1 {
    font-size: 1.5em;
    line-height: 130%;
}

form, fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.footerlinks {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

    .footerlinks a, .verybottom a {
        color: #34567b;
        font-family: arial;
        font-size: 1em;
    }

li.footerlinks {
    line-height: 1.6em;
}

.footer-title, .footerquicklink {
    font-weight: bold;
    line-height: 1.6em;
}

    .footer-title a {
        color: #34567b;
    }

        .footer-title a:hover {
            color: #206CC2;
        }

.footerbox {
    width: 100%;
    padding: 15px 30px 10px 30px;
}

ul.verybottom {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

li.verybottom {
    display: inline;
    margin-left: -1em;
    line-height: 1.6em;
    margin-left: 0.2em;
}

#footer-social-bar {
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    padding-top: 20px;
    display: inline-block;
}

.social-icon {
    background: url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    margin: 0 0 0 15px;
    vertical-align: middle;
    text-decoration: none;
}

    .social-icon.linkedin {
        background-position: -100px -150px;
    }

    .social-icon.twitter {
        background-position: -50px -150px;
    }

    .social-icon.fb {
        background-position: 0 -150px;
        margin-left: 0;
    }

footer ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: block;
}

    footer ul li {
        /*display: inline;*/
        /*border-left: 1px solid #34567b;*/
        padding-left: 7px;
        padding-right: 5px;
    }

        footer ul li a {
            color: #34567b;
            font-size: 1em;
            text-decoration: none;
        }

            footer ul li a:hover {
                text-decoration: underline;
            }

ul.copyright {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
    text-align: center;
    width: 100%;
}

    ul.copyright li {
        border-left: none;
    }

    ul.copyright a {
        color: #484f47;
        font-size: 11px;
        text-decoration: none;
    }

        ul.copyright a:hover {
            text-decoration: underline;
        }



footer ul .footerLinkFirst {
    border-left: none;
    padding-left: 0px;
}

footer .footerQuickLink {
    margin: 10px auto;
    padding: 0;
    list-style: none;
    display: block;
    width: 60%;
}

    footer .footerQuickLink li {
        display: inline;
        padding-left: 0px;
        padding-right: 0px;
        border-left: none;
    }

        footer .footerQuickLink li :before {
            content: " | ";
        }

        footer .footerQuickLink li a {
            color: #34567b;
            text-decoration: none;
            font-size: 1em;
        }

            footer .footerQuickLink li a:hover {
                text-decoration: underline;
            }

    footer .footerQuickLink .footerQuickLinkFirst :before {
        content: "";
    }

.bottombox {
    padding: 20px 0 50px 0;
    text-align: center;
}

#search-toggle-cb {
    display: none;
}

/*Responsive Style*/
@media screen and (min-width: 1201px) {
    ul.footerlinks {
        width: -moz-calc(20% - 40px);
        width: -webkit-calc(20% - 40px);
        width: calc(20% - 40px);
    }

        ul.footerlinks.last {
            float: right;
            width: 180px;
        }

    li.footerlinks {
        width: 100%;
    }

    ul.verybottom {
        float: left;
    }
}

@media screen and (max-width: 1200px) {
    ul.verybottom {
        float: none;
        width: 100%;
        text-align: center;
    }

    ul.copyright {
        float: none;
        width: 100%;
        text-align: center;
    }

    ul.footerlinks {
        width: 210px;
    }
}

/* Responsive Menu
-----------------------------------------------------------*/
.sal-container {
    background-color: #fff;
}

.login-topbar {
    float: right;
}

.loginlink-topbar, .countrylink-topbar {
    font-weight: 700;
    vertical-align: middle;
    text-decoration: none;
}

#header-logo {
    float: left;
}

#header-social-bar {
    float: right;
    height: 50px;
    padding-top: 20px;
}

.country-icon {
    background: url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
    width: 25px;
    height: 18px;
    display: inline-block;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

    .country-icon.us {
        background-position: 0 -100px;
    }

    .country-icon.ca {
        background-position: -50px -100px;
    }

.social-icon {
    background: url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    margin: 0 0 0 15px;
    vertical-align: middle;
}

    .social-icon.fb {
        background-position: 0 -150px;
    }

    .social-icon.twitter {
        background-position: -50px -150px;
    }

    .social-icon.linkedin {
        background-position: -100px -150px;
    }

#header-search-bar {
    display: inline-block;
    height: 50px;
    width: 60%;
    margin-left: 5%;
}


.menu-triangle {
    height: 10px;
    margin: 0 -5px;
}

.menu-container {
    box-shadow: 0 3px 5px #adadad;
    margin-bottom: 20px;
}

.triangle {
    background: transparent url("../../../../Images/Can/salary_sprite.png") no-repeat;
    width: 10px;
}

.triangle-left {
    background-position: -150px -99px;
    float: left;
}

.triangle-right {
    background-position: -200px -99px;
    float: right;
}

#primary-logo {
    background: url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
    background-position: -150px 0px;
    width: 200px;
    height: 50px;
    display: block;
}

#menu-toggle {
    display: none;
    border: 0;
    overflow: hidden;
    width: 30px;
    height: 30px;
    outline: none;
    background: url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
    background-position: 0px -50px;
    position: absolute;
    top: 4px;
}

#search-toggle {
    display: none;
    border: 0;
    overflow: hidden;
    width: 30px;
    line-height: 40px;
    outline: none;
    font-size: 1.7em;
    position: absolute;
    top: 0;
    right: 0;
}


.ads_bottom_div {
    margin: 0 auto;
    background-color: #E0E0E0;
    width: 728px;
    height: 90px;
    padding: 0 30px 0 30px;
    margin-bottom: 20px;
}


/*search bar*/
#header-search-bar-options {
    display: none;
}

.whitebg {
    background-color: #fff;
    color: #1E8700;
}

.greenbg {
    background-color: #1E8700;
    color: #fff;
}

.searchbar_container {
    color: #FFFFFF;
    padding: 10px;
    position: relative;
    height: 50px;
    margin-left: 5px;
}





.ns_textinputstyle {
    height: 30px;
    width: -moz-calc(50% - 27px);
    width: -webkit-calc(50% - 27px);
    width: calc(50% - 27px);
    margin-right: 10px;
    padding-left: 5px;
    font-size: 16px;
    color: #757575;
}

.searchbar-submit {
    background: url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
    background-position: -245px -95px;
    border: 0px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
}

@media screen and (min-width: 1080px) {
    h1 {
        margin: 20px 0 10px 0;
    }

        h1 + p {
            margin: 0 0 20px 0;
        }

  

    #header-logo {
        width: 200px;
    }

 
}

@media all and (max-width:1079px) {
    body {
        margin: 0;
        background-color: #fff;
    }

    #header-logo {
        width: 100%;
    }



    #primary-logo {
        margin: 0 auto;
    }

    #header-social-bar {
        display: none;
    }

    #header-search-bar {
        width: 100%;
        margin-left: 0;
    }

    #menu-toggle {
        display: block;
    }

    #search-toggle {
        display: block;
    }

    .menu-triangle {
        display: none;
    }

    body.active {
        margin-left: 0px;
        padding-left: 0;
    }

        body.active .nav {
            margin-left: 0px;
            margin-right: 20px;
        }

        body.active #menu-toggle {
            background-position: -100px -100px;
        }

   
    .footerbox {
        padding: 0;
    }

    .collapeslinks-footer, .footerlinks, .footer-title {
        padding-left: 15px;
    }
}

@media all and (min-width: 728px) and (max-width:1079px) {
    body {
        padding: 0;
    }

    h1 {
        margin: 20px 0 15px 0;
    }

    body.active .menu-blank {
        height: 160px;
    }

    body.active .nav {
        margin-top: -170px;
    }

    body.active .main_content {
        margin-left: 250px;
    }

    body.active .header {
        margin-right: -250px;
        transition: .2s margin ease;
    }

    body.active #sal_pg_hd, body.active footer {
        margin-left: 250px;
        transition: .2s margin ease;
    }
}

.sal-container {
    margin: 0 auto;
    background-color: #FFFFFF;
    width: 100%;
}

@media screen and (min-width: 728px) {
    .sal-container {
        margin: 0 auto;
    }

    .searchbar_container.jobs:after, .searchbar_container.jobs:before {
        top: 73%;
    }
}

@media all and (max-width:727px) {
    body {
       /* background-color: #ecf3f9;*/
    }

    .sal-container {
        margin-top: -20px;
        padding-top: 20px;
    }

        h1 + p {
            margin-top: 0;
        }

    body.active #sal_pg_hd {
        margin-left: 180px;
    }


    #header-search-bar-options {
        width: 180px;
        display: table;
        height: 30px;
        border-bottom: 0;
    }

    #header-search-bar-options-salaries, #header-search-bar-options-jobs {
        display: table-cell;
        width: 90px;
    }

    body.active .menu-blank {
        height: 180px;
    }

    body.active .nav {
        margin-top: -100px;
    }

    body.active .main_content {
        margin-left: 170px;
    }

    body.active .header {
        margin-right: -170px;
        transition: .2s margin ease;
    }

    body.active #sal_pg_hd {
        margin-left: 190px;
        transition: .2s margin ease;
    }

    body.active footer {
        margin-left: 170px;
        transition: .2s margin ease;
    }

    body.active #menu-toggle {
        left: 0;
    }

    #primary-logo {
        margin: 0 auto;
        background-position: 0 0;
        width: 150px;
    }
}

@media all and (min-width: 480px) and (max-width:727px) {
    body {
        background-color: #fff;
    }

 .ads_bottom_div {
        display: none;
    }

    .nav {
        width: 170px;
    }

    body.active .nav {
        margin-right: 0px;
    }

    #header-search-bar {
        height: 100px;
        margin-top: 3px;
    }
}

@media all and (max-width: 479px) {
 .ads_bottom_div {
        display: none;
    }

  

    #header-search-bar {
        height: 118px;
    }

    .searchbar-submit {
        bottom: 25px;
    }

    .ns_textinputstyle {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin-bottom: 5px;
    }
}



/* Footer
-----------------------------------------------------------*/
.footer-container {
    clear: left;
    list-style: none;
    padding: 0px;
    width: 100%;
    margin: 0 0 10px 0;
}

.collapeslinks-footer {
    list-style: none;
    padding: 0px;
}

/*collapes content start*/
.collapeslinks_container {
    clear: left;
    list-style: none;
    padding: 0px;
    width: 100%;
}

@media screen and (min-width: 1080px) {
    .collapeslinks_container {
        clear: both;
    }
}

.collapeslinks_header {
    width: 100%;
}

@media screen and (min-width: 1080px) {
    .collapeslinks_header {
        text-indent: 15px;
    }
}

.collapesheader {
    display: block;
}

    .collapesheader span:first-child {
        display: inline-block;
        padding-right: 10px;
        text-align: right;
    }

    .collapesheader span:last-child {
        display: inline-block;
        float: left;
    }

.collapeslinks {
    background-color: #fff;
    color:#000;
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
    padding: 15px 15px 0 15px;
    display: inline-block;
    width: 100%;
}

@media screen and (min-width: 1080px) {
    .collapeslinks {
        padding-left: 0px;
    }
}

.collapeslink {
    background-color: none;
    line-height: 1.2;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-indent: 0px;
    width: 100%;
}

    .collapeslink a {
        text-decoration: underline;
    }

@media screen and (min-width: 728px) {
    .collapeslink {
        width: 45%;
        float: left;
    }
}

.toggle-box {
    display: none;
}

    .toggle-box + .collapesheader {
        border:1px solid #e6e7e8;
        color: #34567b;
        padding: 15px 0 15px 12px;
        font-weight: 700;
        background: #f6f7f8;
        border-radius:5px;
    }

#footer_toggle + .collapesheader {
    background: none;
}

.toggle-box ~ ul {
    display: none;
}

.toggle-box:checked ~ ul {
    display: inline-block;
}

@media screen and (min-width: 1080px) {
    .toggle-box ~ ul {
        display: inline-block;
        /*text-indent: 0;*/
    }
}

@media screen and (max-width: 1079px) {
    .toggle-box + label, #search-toggle-cb + label {
        cursor: pointer;
    }

    .toggle-box + .collapesheader {
        padding-left: 31px;
        text-indent: -31px;
    }

    .toggle-box ~ .collapesheader:before {
        content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
        background: url("../../../../Images/Can/salary_sprite.png") no-repeat center right;
        background-position: -185px -48px;
        width: 100px;
        height: 50px;
    }

    .toggle-box:checked ~ .collapesheader:before {
        background: url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
        background-position: -235px -44px;
    }

    #search-toggle-cb ~ #search-toggle:before {
        content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
        background: url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
        background-position: -50px -50px;
    }

    #search-toggle-cb:checked ~ #search-toggle:before {
        content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
        background: url("../../../../Images/Can/salary_sprite.png") no-repeat center center;
        background-position: -100px -100px;
    }

    #search-toggle-cb ~ #header-search-bar {
        display: none;
    }

    #search-toggle-cb:checked ~ #header-search-bar {
        display: block;
    }
}

/*collapes content end*/

.main_content {
    position: relative;
    float: left;
    width: 100%;
}

@media screen and (min-width: 1080px) {
    .main_content {
        width: 70%;
        max-width: 1240px;
        padding: 0 30px 30px 30px;
    }
}


.span-italic {
    font-style: italic;
}

.span-bold {
    font-weight: bold;
}
