@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 2em;
    position: relative;
    overflow-x: hidden;
    background: #EEF0EF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body p {
    margin-top: 10px;
    line-height: 2.3em;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    color: #74777F;
}

h2 {
    font-size: 22px;
    color: #74777F;
}

h3 {
    font-size: 18px;
    color: #74777F;
}

a {
    color: #007FA4;
}

a:hover {
    color: #00688E;
}

p a {
    border-bottom: 1px solid #007FA4;
}

p a:hover {
    text-decoration: none;
    color: #00688E;
    border-color: #00688E;
}

b {
    font-weight: 600;
}

.btn {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}

.btn-primary {
    padding: 6px 18px;
    background: #007396;
    border: 1px solid #007396;
    color: #FFF;
}

.btn-primary:hover {
    background: #00698C;
    border: 1px solid #00698C;
}

.btn-default {
    padding: 6px 18px;
    background: #FFF;
    border: 1px solid #007396;
    color: #007396;
    font-size: 14px;
    font-weight: 500;
}

.btn-default:hover {
    color: #4F6D87;
    background: #CFDCE9;
}

.bright-blue:hover {
    border: 1px solid #00B6C8;
    color: #FFF;
    background: #00B6C8;
}

.btn-link {
    padding: 6px 18px;
    color: #74777F;
    font-weight: 500;
    font-size: 14px;
}

.btn-link:hover {
    color: inherit;
}

button:focus {
    outline: 0;
}

.label {
    font-size: 13px;
}

.form-control {
    font-size: 14px;
}

nav {
    background: #FFF;
    height: 80px;
}

nav ul {
    list-style-type: none;
    display: inline-block;
    margin: 13px 0;
}

nav ul.top-menu li {
    display: inline;
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav ul.top-menu li a {
    text-decoration: none;
    font-weight: 600;
    color: #345875;
    margin-right: 25px;
}

nav ul.top-menu li a:hover {
    border-bottom: 1px solid #345875;
}

nav .logo {    
    margin-top: 0px;
    width: 265px;
}

nav .container {
    padding-top: 20px;
}

li.disabled {
    opacity: 0.5;
}

#navbar {
    float: right;
    display: inline;
}

.navbar .top-menu {
    width: 600px;
    display: inline-block !important;
    text-align: right;
}

.navbar-header {
    display: inline;
}

a#top-menu {
    text-decoration: none;
}

#top-menu.dropdown-toggle {
    display: inline-block;
    float: left;
    margin-top: 9px;
    margin-left: -16px;
}

.pagination-wrap {
   /*  margin: 0 -15px; */
}

.pagination {
    width: 100%;
    margin: 0;
    list-style-type: none;
    color: #154568;
    border-bottom: 1px solid #E3E5E4;
    padding: 25px 10px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a {
    padding: 6px 12px;
    border: 1px solid #DEDFDE;
    background: #FFF;
    margin-left: -1px;
    font-size: 13px;
    font-weight: 600;
}

.pagination > li > a:hover {
    text-decoration: none;
    background: #3CC2D2;
    color: #FFF;
    border: 1px solid #00A7BA;
}

.pagination > li > a:hover + li {
    background: red;
}

.pagination > li.disabled > a:hover {
    text-decoration: none;
    background: #EEF0EF;
    color: #286090;
    border: 1px solid #DEDFDE;
}

.pagination > li.disabled > a:hover .fa {
    color: #3CC2D2 !important;
}

.pagination > .active > a {
    background: #D9EFFC;
    border: 1px solid #B5E2FA;
}

.pagination > li:first-child > a {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    background: #EEF0EF;
}

.pagination > li:last-child > a {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #EEF0EF;
    margin-left: -5px;
}

.pagination > li:first-child:not(.disabled) > a:hover,
.pagination > li:last-child:not(.disabled) > a:hover {
    background: #3CC2D2;
    color: #FFF;
    border: 1px solid #00A7BA;
    z-index: 5;
}

.pagination > li:first-child > a:hover .fa,
.pagination > li:last-child > a:hover .fa {
    color: #FFF;
}

.pagination .fa {
    color: #3CC2D2;
}

.form-group {
    text-align: left;
}

.form-group .error {
    color: #a94442;
    font-size: 12px;
}

.pq .form-group .error {
    margin: 0 15px;
}

.has-danger .form-control-feedback {
    color: #d9534f;
    font-size: 12px;
    margin-top: -5px;
}

.has-error .form-control,
.has-error .select2-selection {
    border-color: #d9534f !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error.captcha iframe,
.is-invalid.captcha iframe {
    border: 2px solid #d9534f !important;
    border-radius: 0.25rem;
}

.container {
    padding: 30px 30px;
    padding-bottom: 0;
}

.container img {
    max-width: 100%;
}

.user-buttons {
    float: right;
    display: inline-block;
    margin-top: 11px;
    font-weight: 600;
}

.user-buttons .btn-default:hover {
    background: #00B6C8;
    border: 1px solid #00B6C8;
    color: #FFF;
}

.user-pic {
    margin-top: 10px;
    float: right;
    display: inline-block;
}

.user-pic a {
    color: #7DA7C3;
    text-decoration: none;
}

.user-pic a:hover {
    text-decoration: none;
}

.user-pic .notice {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    background: #d9534f;
    border: 2px solid #FFF;
    width: 24px;
    height: 24px;
    text-align: center;
    padding-top: 10px;
    line-height: 0;
    border-radius: 11px; 
    position: relative;
    bottom: 20px;
    right: -32px;
}

.open > #jobseeker-menu.dropdown-menu,
.open > #employer-menu.dropdown-menu  {
    margin-top: 10px;
    margin-left: -105px;
}

ul.dropdown-menu {
    padding: 0;
    float:right;
}

ul.dropdown-menu li {    
    padding: 5px 15px;
    border-bottom: 1px solid #D9D9D9;
}

ul.dropdown-menu li:hover {
    background: #EEF0EF;
}

ul.dropdown-menu a {
    color: #345875;
    font-size: 14px;
}

.dropdown-toggle::after {
    display: none;
}

.user-pic .dropdown .badge {
    background: #d9534f;
    float: right;
    margin-top: 2px;
}

.login-modal .modal-content {
    padding: 15px;
}

.main {
    min-height: 300px;
}

.header {
    padding: 5px;
    background: #007396;
}

.header .container {
}

.header.page {
    height: 40px;
}

.header.page > .container > .row > div {
    padding: 0;
}

.alert {
    line-height: 1em;
    border-width: 2px;
    border-radius: 3px;
}

.alert-info {
    color: #0F81A7;
    background: #D9EFFC;
    border-color: #A6BFD4;
}

.alert a:not(.close) {
    text-decoration: underline;
}

.panel {
    background: #F9FAFA;
    border: 1px solid #E3E5E4;
    box-shadow: 0px 0px 5px rgba(227, 229, 228, 0.55);
    border-radius: 3px;
    margin-bottom: 30px;
}

.panel-heading {
    padding: 10px 15px;
    background: #CCC;
    font-weight: 600;
    border-bottom: 1px solid #E3E5E4;
}

.panel-body {
    padding: 10px 15px;
    padding-bottom: 20px;
}

.modal-dialog {
    z-index: 1050;
}

/* HOME */

.header.home h1 {
    color: #FFF;
    text-align: center;
    font-size: 34px;
    padding-top: 32px;
}

.header.home {
    background-image: url('https://careerlink.com/images/cl-header.jpg');
    background-repeat: no-repeat;
    background-position: 0 30%;
    background-size: cover;
}

.container.home {
}

.home .search-form {
    width: auto;
    margin: 0;
    margin-top: 27px;
}

.home-search {
    width: 850px;
    margin: 0 auto;
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
    background: rgba(0, 115, 150, 0.75);
    padding: 0;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.header.home p {
    color: #FFF;
    font-size: 20px;
    line-height: 2em;
    padding-top: 2rem;
}

.header .home-search .form-inline .search-button {
    height: 55px;
    font-size: 20px;
    text-transform: none;
    margin-left: -4px;
    border: 0;
    width: 176px;
    background: #00B6C8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.header.home input.keyword {
    height: 55px;
    font-size: 20px;
    width: 297px;
    padding-left: 59px;
}

.header.home input.location {
    height: 55px;
    font-size: 20px;
    width: 257px;
    padding-left: 53px;
}

.header.home .search-form .form-group .fa {
    font-size: 26px;
    margin-top: 13px;
    margin-left: 13px;
}

.header.home .search-form .form-group .fa.fa-map-marker {
    font-size: 30px;
    margin-top: 13px;
    margin-left: 15px;
}

.header.home a.advanced {
    color: #FFF;
    font-weight: normal;
    background: transparent;
    display: block;
    height: auto;
    width: auto;
    margin: auto;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    position: relative;
    float: right;
    right: 90px;
    margin-bottom: -15px;
}

.header.home a.advanced:hover {
    background: transparent;
}

.header.home .go {
    width: 500px;
    margin: 35px auto;
    padding-bottom: 30px;
    color: #FFF;
    font-size: 14px;
    height: 55px;
}

.header.home .go a {
    color: #FFF;
}

.header.home .go a:hover + a.go-text,
.header.home .go a.go-text:hover {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.header.home .go a:hover {
    text-decoration: none;
    transform: scale(100);
}

.header.home .go-resume,
.header.home .go-post {
    display: inline-block;
    width: 46%;
}

.header.home .go-resume {
    float: left;
    text-align: left;
}

.header.home .go-post {
    float: right;
    text-align: right;
    padding-right: 10px;
}

.header.home .go-icon {
    width: 30px;
    height: 30px;
    background: #FF8F00;
    border-radius: 15px;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    margin-right: 6px;
    line-height: 30px;
}

.header h1 {
}

.popular-wrapper {
    background: #F9FAFA;
    padding: 0 0 31px 0;
}

.intro-wrapper {
    background: #FFF;
    padding: 0 0 31px 0;
}

.col-popular {
    padding: 15px 50px;
}

.popular h2 {
    font-size: 17px;
    text-transform: uppercase;
    color: #335775;
}

.row.popular .btn {
    background: transparent;
    margin: auto;
    display: block;
    width: auto;
    margin-top: 25px;
    border: 1px solid #00B6C8;
    color: #00B6C8;
    font-weight: 600;
    text-transform: initial;
}

.row.popular .btn:hover {
    background: #00B6C8;
    color: #FFF;
}

.popular ul {
    margin: 0;
    margin-top: 12px;
    padding: 0;
    padding-top: 7px;
    border-top: 1px solid #DEDFDE;
    list-style-type: none;
}

.popular li::before {
    content: "»";
    padding-right: 7px;
    color: #00B6C9;
}

.popular li a {
    color: #0780A5;
    line-height: 2.2em;
}

.intro {
    text-align: center;
    padding-bottom: 2rem;
}

.intro .image {
    display: block;
    height: 250px;
    width: 250px;
    margin: auto;
    margin-top: 1rem;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.intro-professional .image {
    background: url(/images/home/panels/professional-development.jpg) -160px -100px;
}

.intro-community .image {
    background: url(/images/home/panels/our-community.jpg) -30px -50px;
    background-size: 321px;
}

.intro-youth .image {
    background: url(/images/home/panels/youth-education.jpg) -60px 0px;
    background-size: 351px;
}

.intro-partner .image {
    background: url(/images/home/panels/partner.jpg) -57px 0px;
    background-size: 381px;
    z-index: 1;
}

.intro .image:before {
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    z-index: 1;
    transition: opacity 300ms linear;
}

.intro a.image:hover:before {
    opacity: 0;
}

.intro-professional .image:before {
    background-color: rgba(189, 204, 49, 0.5);
}

.intro-professional .btn-primary {
    background: rgb(160, 175, 19);
}

.intro-professional h2 {
    color: rgb(158, 175, 0);
}

.intro-community .image:before {
    background-color: rgba(248, 152, 32, 0.5);
}

.intro-community .btn-primary {
    background: rgb(248, 152, 32);
}

.intro-community h2 {
    color: rgb(248, 152, 32);
}

.intro-youth .image:before {
    background-color: rgba(4, 181, 199, 0.5);
}

.intro-youth .btn-primary {
    background: rgb(4, 181, 199);
}

.intro-youth h2 {
    color: rgb(4, 181, 199);
}

.intro-partner .image:before {
    background-color: rgba(0, 115, 150, 0.5);
}

.intro-partner .btn-primary {
    background: rgb(0, 115, 150);
}

.intro-partner h2 {
    color: rgb(0, 115, 150);
}

.intro h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 1rem;
    background: #FFF;
    margin-top: -50px;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 10;
}

.intro p {
    margin-top: 10px;
    line-height: 2.3em;
    width: 280px;
    display: block;
    margin: auto;
    font-size: 13px;
    line-height: 1.5rem;
    margin-top: -5px;
    margin-bottom: 12px;
}

.intro-professional p {
    width: 320px;
}

.intro .btn.btn-primary {
    margin: auto;
    display: inline-block;
    width: auto;
    border: none;
    color: #FFF;
    font-weight: 600;
    margin-top: 5px;
}

/*social media sidebar*/

.fl-fl {
    background: #00B6C8;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 45px;
    position: fixed;
    left: 0px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.float-sm .fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 9px;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: left;
    line-height: 38px!important;
    vertical-align: top!important;
}

.float-fb {
    top: 360px;
}

.float-tw {
    top: 415px; 
}

.float-ln {
    top: 470px;
}

.float-ig {
    top: 525px; 
}

.socialMenu {
    transition: all 1s;
}
.hide-social {
    opacity:0;
    left:0;
    position: relative;
}
.show-social {
    opacity:1;
    left:0;
}

.m-0 {
    margin: 0 !important;
}

#featured-scroll-left,
#featured-scroll-right {
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    width: 30px;
    color: #CCC;
    bottom: 15px;
}

#featured-scroll-left {    
    left: 0;
}

#featured-scroll-right {
    right: 0;
}

.featured-employer-group {    
    text-align: center;
}

.featured-employers {
    text-align: center;
    margin: auto;
}

.featured-employers img {
    margin: 25px 20px;
}

.featured-employers img:hover {
/*    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;*/
}

.row.featured h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.row.featured .btn {
    margin-top: 35px;
    border: 1px solid #00B6C8;
    color: #00B6C8;
    font-weight: bold;
}

.row.featured .btn:hover {
    background: #00B6C8;
    color: #FFF;
}

.row.featured {
    background: #FFF;
    padding-bottom: 60px;
    padding-top: 30px;
    text-align: center;
}

.header a.advanced {
    color: #00B6C8;
    font-weight: 600;
    background: #0F81A7;
    display: block;
    height: 33px;
    width: 160px;
    margin: auto;
    margin-top: 23px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}

.header a.advanced:hover {
    text-decoration: none;
    color: #33B2C5;
    background: #00698C;
}

.header a.advanced-back {
    width: 200px;
}

.popular-searches {
    border-bottom: 1px solid #DEDFDE;
    background: #04b5c7;
    padding: 7px 122px;
    text-align: center;
}

.popular-searches .rsaquo {
    color: #FFF;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 5px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.popular-searches .rsaquo.expanded {
    left: 0px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.popular-searches .container {
    padding: 0;
}

.popular-searches a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none !important;
}

.home-ad {
    text-align: center;
    background: #f4f7f6;
    padding: 20px;
    border-bottom: 1px solid #DEDFDE;
    border-top: 1px solid #DEDFDE;
    clear: both;
}

.home-ad .ad {
    float: none;
}

.home-panels {
    max-width: 1920px;
    margin: auto;
}

.home-panels .panel {
    background: #F9FAFA;
    background-position-y: 50px;
    border: none;
    border-radius: inherit;
    margin: 0;
    width: 50%;
    display: inline-block;
    float: left;
}

.home-panels .panel h2 {
    color: #FFF;
    font-weight: 500;
    padding: 15px;
    text-align: center;
    font-size: 28px;
    margin-bottom: 60px;
}

.home-panels .panel .content-bg {
    opacity: 0.85;
    height: 250px;
    position: relative;
}

.home-panels .panel .panel-content {
    position: relative;
    top: 200px;
    z-index: 100;
    text-align: center;
    width: 580px;
    margin: auto;
}

.home-panels .panel h3 {
    color: #FFF;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 25px;
}

.home-panels .panel p {
    color: #FFF;
    font-size: 18px;
    line-height: 1.5em;
}

.home-panels .panel .btn {
    border-radius: 5px;
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 8px 20px;
    font-weight: 600;
}

.home-panels .panel .btn:hover {
    background: #FFF;
}

.home-panels .panel-sya       { background-image: url(/images/home/setyouraim.jpg); 
    background-position: right center;}
.home-panels .panel-education { background-image: url(/images/home/education.jpg);
    background-position: right center; }
.home-panels .panel-events    { background-image: url(/images/home/events.jpg); }
.home-panels .panel-partner   { background-image: url(/images/home/partner.jpg); }

.panel-sya h2       { background: #9db640; }
.panel-education h2 { background: #f47c25; }
.panel-events h2    { background: #007396; }
.panel-partner h2   { background: #134669; }

.panel-sya .content-bg       { background: #bdcc31; }
.panel-education .content-bg { background: #f89820; }
.panel-events .content-bg    { background: #04b5c7; }
.panel-partner .content-bg   { background: #007396; }

.panel-sya a.btn:hover       { color: #9db640; }
.panel-education a.btn:hover { color: #f47c25; }
.panel-events a.btn:hover    { color: #04b5c7; }
.panel-partner a.btn:hover   { color: #134669; }

.ebook {
    max-width: 1920px;
    margin: auto;
    background: #134669;
    color: #FFF;
    clear: both;
}

.ebook h3 {
    font-size: 24px;
    font-weight: 600;
    color: #04b5c7;
    margin-bottom: 10px;
}

.ebook p {
    font-size: 14px;
    line-height: 28px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 24px;
}

.ebook .subtitle {
    color: #04b5c7;
    font-size: 16px;
    font-weight: 600;
}
.ebook .col-get-ebook {
    display: inline-block;
    text-align: left;
    padding: 10px 50px;
    padding-right: 0;
}

.ebook .ebook-image {
    display: inline-block;
    width: 540px;
    position: absolute;
    margin-top: 35px;
    margin-left: 30px;
}

.ebook-done {
    height: 42px;
}

.ebook-error {
    height: 42px;
    color: #ff6060;
    font-weight: 600;
}

.ebook-done a {
    color: #04b5c7;
}

.ebook input {
    border: none;
    width: 300px;
    color: #000;
    padding: 7px 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 16px;
}

.ebook input::placeholder {
    color: #999;
}

.ebook button {
    color: #FFF;
    background: #04b5c7;
    margin-left: -5px;
    border: none;
    width: 130px;
    padding: 7px 16px;
    letter-spacing: 0.5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 16px;
    font-weight: 600;
}

.recent {
    width: 100%;
    max-width: 1920px;
    background: #FFF;
    margin: auto;
}

.recent .article {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEDFDE;
    color: #74777f;
    font-size: 16px;
}

.event, .news {
    width: 50%;
    float: left;
    background: #FFF;
    padding: 80px 9%;
}

.col-events h3 {
    margin: 0;
}

.col-events .event-info {
    margin: auto;
    margin-bottom: 1rem;
}

.event-info {
    font-weight: 600;
}

.col-events, .col-news {
    padding: 15px 50px;
}

.recent h2 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    padding-bottom: 15px;
    color: #335775;
    border-bottom: 1px solid rgb(222, 223, 222);
}

.recent h3 a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.recent h3 a:hover {
    border-bottom: 1px solid #007FA4;
    text-decoration: none;
}

.recent p {
    margin-top: 0;
    line-height: 1.5rem;
}

.recent .fa {
    color: #f47c25;
    font-size: 18px;
}

.recent .btn.btn-default {
    background: transparent;
    margin: auto;
    width: auto;
    margin-top: 0;
    border: 1px solid #00B6C8;
    color: #00B6C8;
    font-weight: 600;
    text-transform: initial;
    margin-bottom: 30px;
}

.recent .btn.btn-default:hover {
    background: #00B6C8;
    color: #FFF;
}

.recent .fa-map-marker {
    margin-left: 10px;
}

.event > a, .news > a {
    text-transform: uppercase;
    color: #04b5c7;
}

.home-featured-employers {
    background: #FFF;
}

.aim-info {
    background: #007396;
    color: #FFF;
    text-align: center;
    padding: 30px 0;
}

.aim-info p {
    line-height: 2em;
    font-size: 18px;
    margin: 30px 0;
}

.aim-info img {
    width: 160px;
    margin: auto;
    display: block;
}

.aim-info .btn {
    color: #FFF;
    background: transparent;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
}

.aim-info .aim-messaging{
    border-left: 1px solid #FFF;
    padding-left: 60px;
    margin-top: 40px;
    margin-bottom: 70px;
}

/* CAREER FAIR */

.fair {
    margin: 30px 0;
}

.fair-image {
    display: block;
    float: right;
}

.fair .fa {
    margin-right: 5px;
}

.fair .fair-title a {
    font-size: 20px;
    font-weight: 600;
}

.fair .fair-title a:hover {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #00688E;
}

.fair .fair-location {
    font-weight: 600;
}

.fair-map {
    border: 1px solid #74777F;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
}

.fair-when,
.fair-where {
    width: 350px;
}

.fair-where h2 {
    margin-top: 40px;
}

.fair-logo {
    display: block;
    margin-bottom: 30px;
}

/* RESULTS */

.container.results {
/*     background: #F9FAFA;
     padding-top: 0;*/
}

.header.results {
    text-align: center;
    height: 130px;
}

.search-form {
    margin: auto;
    margin-top: 30px;
    width: 600px;
}

.search-form .form-group .fa {
    color: #7DA7C3;
    position: absolute;
    font-size: 24px;
    z-index: 5;
    margin-top: 8px;
    margin-left: 6px;
}

.search-form .fa-map-marker {
    position: absolute;
    font-size: 25px;
    z-index: 5;
    margin-top: 8px;
    margin-left: 10px;
}

.header input.keyword, 
.header input.location {
    margin-left: -4px;
    height: 40px;
    font-size: 16px;
    display: inline;
    width: 240px;
    font-weight: 600;
    padding-left: 45px;
}

.header input.keyword {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0 1px 0 0;
}

.header input.location {
    border-radius: 0;
    border-width: 0 0 0 1px;
}

.header input::-webkit-input-placeholder {
    font-style: normal;
}
 
.header input:-moz-placeholder {
    font-style: normal;
}
 
.header input::-moz-placeholder {
    font-style: normal;
}
 
.header input:-ms-input-placeholder { 
    font-style: normal;
}

.header .form-inline .search-button {
    height: 40px;
    padding: 0 20px;
    margin-left: -4px;
    border: 0;
    width: 104px;
    vertical-align: top;
    background: #00B6C8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.header .search-button:hover {
    background: #00A7BA;
}

.expand-refinements,
.unexpand-refinements
{    
    font-size: 17px;
    line-height: 20px;
    color: #89949E;
    height: 48px;
    border-bottom: 1px solid #E3E5E4;
    padding-top: 15px;
    padding-left: 45px;
}

.results .side .sort-by,
.results .side .refinements {
    background: #FFF;
    margin: 15px -15px;
    padding: 15px 15px;
    padding-bottom: 20px;
    padding-top: 0;
}

.results .side .employer-logo {
    display: block;
    margin: auto;
}

.results .side .refine-type {
    margin: 0;
    padding: 0;
    max-height: 140px;
    overflow: hidden;
}

.results .side .refine-type.expanded {
    overflow: auto;
    max-height: 195px;
}

.results .side ul li {
    list-style-type: none;
}

.results .side .badge {
    border-radius: 2px;
    display: inline-block;
    background: #EEF0EF;
    color: #89949E;
    font-weight: normal;
    float: right;
    font-size: 13px;
    line-height: 1em;
    padding: 3px 7px;
    min-width: 37px;
    text-align: center;
    margin-top: 5px;
}

.results .side .unrefine {
    border-radius: 2px;
    display: inline-block;
    color: #5393B5;
    font-weight: normal;
    float: right;
    margin-right: 5px;
}

.results .side .refine-label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 197px;
    color: #212439;
    font-size: 15px;
    border-bottom: 1px solid transparent;
}

.results .side .refine-label:hover {
    color: #00B6C8;
    border-bottom: 1px solid #00B6C8;
}

.results .side .refine-header {
    margin-top: 37px;
    font-size: 18px;
    padding-bottom: 7px;
    margin-bottom: 8px;
}

.results .side .refine-header .expandey {
    float: right;
    height: 22px;
    
    width: 22px;
    border-radius: 11px;
    color: #FFF;
    font-size: 26px;
    margin-top: 5px;
    margin-right: 5px;
    line-height: 20px;
    text-align: center;
    
    
    cursor: pointer;
}

.results .side ul.refined {
    width: 100%;
    font-size: 13px;
    background: #D9EFFC;
    color: #557190;
    border-radius: 4px;
    margin: 16px 0;
    padding: 0;
    line-height: 28px;
}

.results .side ul.refined li {
    padding: 2px 9px;
    border-bottom: solid 1px #CFDCE9;
}

.results .side ul.refined a:last-child li {
    border-bottom: solid 1px transparent;
}

.results .refined a:hover{
    text-decoration: none;
}

.results .refined a:hover li {
    background: #CFDCE9;
    color: #476586;
    border-radius: 3px;
}

.results .refined a:hover li .fa {
    color: #476586;
}

.results .side .more {
    color: #0F81A7;
    border-bottom: solid 1px transparent;
    display: inline-block;
    padding-bottom: 7px;
    white-space: nowrap;
    line-height: 1;
    padding-top: 20px;
}

.results .side .more:hover {
    color: #00B6C8;
    border-bottom: 1px solid #00B6C8;
}

.results .side .sort-by .btn-group {
    margin-top: 10px;
}

/* .results .side .sort-by #relevance {
    height: 30px;
    width: 89px;
    font-size: 13px;
    padding: 5px 0;
    border: 1px solid #0d81a7;
    color: #0d81a7;
    font-weight: 600;
    font-size: 16px;
}

.results .side .sort-by #date_posted {
    height: 30px;
    width: 89px;
    font-size: 13px;
    padding: 5px 0;

    border: 1px solid #0d81a7;
    color: #0d81a7;
    font-weight: 600;
    font-size: 16px;
} */

.results .side .sort-by .btn {
    text-transform: none;
}
.results .side .sort-by .btn-primary {
    background: #0F81A7;
    border-color: #0F81A7;
}

.results .side .sort-by .btn-primary:hover {
    background: #00688E;
    border-color: #00688E;
}

.results .side .sort-by .btn-default {
    background: #D9EFFC;
    color: #0F81A7;
    border: 0;
}

.results .side .sort-by .btn-default:hover {
    background: #CFDCE9;
    color: #154568;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: 0px;
}

.results .side h2, .results .side h3 {
    font-weight: bold;
    margin-top: 10px;
}

.results .main {
    margin-left: 15px;
    margin-right: -15px;
}

.promo .save,
.promo .resume {
    display: inline-block;
    width: 380px;
    padding: 10px;
    border-radius: 3px;
}

.promo .icon {
    text-align: center;
    float: left;
    min-height: 50px;
    min-width: 50px;
    height: 50px;
    width: 50px;
    margin-right: 14px;
}

.promo .icon .fa {
    display: block;
    height: 18px;
    width: 15px;
    margin: auto;
    margin-top: 8px;
    font-size: 20px;
}

.promo .save .icon .fa {
    width: 21px;
}

.promo .text {
    width: 100%;
    color: #212439;
    text-align: left;
    font-size: 13px;
    line-height: 2em;
}

.promo .text a {
    color: #007FA4;
    font-weight: 600;
}

.promo .text a:hover {
    text-decoration: none;
}

.promo button {
    background: transparent;
    border: 0;
}

.promo button:hover {
    background: #D3EDF3;
}

.btn-share-job {
    color: #FFF;
}

.btn-share-job .fa {
    margin-right: 6px;
}

.share-job-facebook, .share-job-facebook:hover {
    background: #4267B2;
    border-color: #4267B2;
}

.share-job-twitter, .share-job-twitter:hover {
    background: #1DA1F2;
    border-color: #1DA1F2;
}

.share-job-linkedin, .share-job-linkedin:hover {
    background: #0e76a8;
    border-color: #0e76a8;
}

.promoted {
    color: #0F81A7;
    font-weight: 600;
    padding: 1px 0px;
    margin-right: 10px;
}

.search-title {
    margin-right: -15px;
    height: 48px;
    padding-top: 20px;
    margin-bottom: 40px;
}

.tech-title {
    background: #F5F7F6;
    margin-left: -15px;
    margin-right: -15px;
    height:90px;
    border-bottom: 1px solid #E3E5E4;
    padding-top: 15px;
    padding-left: 45px;
}

.search-title h1 {
    font-size: 17px;
    line-height: 20px;
    color: #89949E;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tech-title a.btn.btn-default {
    background: #007396;
    border: none;
    color: #FFF;
    text-transform: none;
    border-radius: 2px;
    font-size: 16px;
    padding: 8px 19px;
    margin-top: 10px;
}

.tech-title h2 {
    font-size: 17px;
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 0;
}

.tech-title {
    padding: 20px 45px;
    height: inherit;
    background: #F9FAFA;
}


ul.jobs {
    margin: 0px -15px;
    padding: 0;
}

.jobs li {
    list-style-type: none;
    border-bottom: 1px solid #E3E5E4;
    width: 100%;
    background: #FFF;;
    padding: 28px 45px;
    padding-bottom: 21px;
    margin: 0;
}

.jobs li:hover {
    //background: #F9FAFA;
}

.jobs a, .jobs a:hover {
    color: inherit;
    text-decoration: none;
}

.jobs h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-transform: none;
    color: #007FA4;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    margin-bottom: 5px;
}

.jobs .hover h2 {
    border-bottom: 1px solid #007FA4;
}

.jobs .employer-location {
    margin-top: -7px;
}

.jobs .employer {
    display: inline-block;
    color: #154568;
    font-weight: 600;
}

.jobs .location {
    display: inline-block;
    color: #7DA7C3;
}

.jobs .description {
    color: #74777F;
    padding-top: 6px;
    line-height: 22px;
}

.jobs .date {
    display: inline-block;
    padding-top: 23px;
    color: #74777F;
    font-weight: 600;
}

.jobs .tools {
    display: inline-block;
    margin-top: 22px;
    margin-right: 7px;
    float: right;
    color: #0F81A7;
    font-weight: 600;
}

.jobs .tools:focus {
    outline-width: 0;
}

.jobs .tools .fa {
    color: #3CC2D2;
    font-size: 16px;
    margin-right: 3px;
}

.jobs .tools .tool {
    display: inline-block;
    padding: 0px 12px;
    border-radius: 3px;
}

.jobs .tools .tool.saved {
    opacity: 1;
}

.jobs .tools .tool:hover {
    display: inline-block;
    cursor: pointer;
    background: #D3EDF3;
}

.jobs .tools .tool:hover .fa {
    color: #0F81A7;
}

.job.featured {
    background: #eff9ff;
}

.results-ad {
    width: 100%;
}

.results-ad > div {
    display: block !important;
    width: 730px !important;
    height: 92px !important;
    margin: 30px auto;
    border: solid 1px #B0BBCE !important;
}

#save-search {
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
    box-shadow: 0 1px 6px rgb(0 0 0 / 15%);
    background-color: #ffffff;
}

#save-search .btn {
    margin-left: -24px;
}

#save-search h6 {
    font-size: 14px;
    margin-bottom: 12px;
}

#search-notify-error {
    color: #a94442;
}

#at20mc {
    display: none !important;
}

#search-alert {
    width: 350px;
    height: 170px;
    background-color: white;
    float: right;
    bottom: 15px;
    right: 10px;
    box-shadow: 0 2px 8px #4d56587d;
}

#search-alert p {
    line-height: 1.5em;
    font-size: 13px;
    color: #505256;
}

#search-alert #search-notify-submit {
    width: 100px;
    font-size: 12px;
    font-weight: 600;
    height: 37px;
    line-height: 25px;
}

#search-alert input {
    border-width: 2px;
    width: 210px;
    float: left;
    margin-right: 8px;
    box-sizing: border-box;
}

#close {
    color: #FFF;
    font-weight: normal;
    padding: 0.5rem 1rem;
}

.alert-header {
    background: #007396;
    color: #ffffffbf;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0.5rem 1rem;
}

.search-alert-content {
    padding: 0.5rem 1rem;
}

.no-result p {
    font-size: 18px;
    line-height: 2em;
    color: #74777F;
    margin: 20px 0;
}

/* EMPLOYER PROFILE */

.container.employer-profile {
    background: #F9FAFA;
    padding-top: 0;
}

.header.employer-profile {
    height: 40px;
}

.employer-profile .main {
    border-left: 1px solid #E3E5E4;
    margin-right: -15px;
    margin-left: 15px;
}

.employer-profile .main h1 {
    margin-bottom: 5px;
    font-size: 22px;
}

.employer-profile .main h2 {
    margin-bottom: 16px;
}

.employer-profile .main .description {
    border-top: 1px solid #E3E5E4;
    margin: 0 -15px;
    padding: 70px 90px;
    background: #FFF;
    line-height: 2em;
    min-height: 400px;
}

.employer-profile .main .description p {
    line-height: 2em;
}

.employer-profile .side .employer {
    background: #FFF;
    margin: 15px -15px;
    padding: 15px 15px;
    padding-bottom: 20px;
}

.employer-profile .employer-logo {
    margin-top: 30px;
}

.employer-profile img.employer-logo {
    margin-top: 10px;
    margin-bottom: 35px;
}

.employer-profile .side .posted-by {
    color: #74777F;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.employer-profile .side .more-from-employer {
    border-bottom: 1px solid #E3E5E4;
    margin-top: 34px;
    font-size: 16px;
    padding-bottom: 7px;
}

.employer-profile .side .employer-tools {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.employer-profile .side .employer-tools .btn {
    margin-top: 14px;
    border: 1px solid #00B6C8;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding: 4px 15px;
    background: transparent;
    color: #00B6C8;
}

.employer-profile .side .employer-tools .btn:hover {
    border: 1px solid #00B6C8;
    color: #FFF;
    background: #00B6C8;
}

.employer-profile .side .btn {
    margin-bottom: 10px;
}

.employer-profile .side .employer-tools li {
    list-style-type: none;
    margin-bottom: 10px;
}

/* JOB */

.container.job {
    background: #F9FAFA;
    padding-top: 0;
}

.header.job {
    height: 40px;
}

.job .title {
    padding: 35px 75px;
    padding-bottom: 20px;
}

.job .title h1 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    color: #007FA4;
}

.quick-info {
    margin-top: 5px;
    font-size: 18px;
    color: #154568;
}

.quick-info .location {
    color: #7DA7C3;
}

.job .tools {
    display: inline-block;
    margin-top: 18px;
    margin-left: -15px;
    color: #0F81A7;
    font-weight: 600;
}

.job .tools:focus {
    outline-width: 0;
}

.job .tools .tool {
    display: inline-block;
    padding: 0px 12px;
    border-radius: 3px;
}

.job .tools .fa {
    color: #3CC2D2;
    font-size: 16px;
    margin-right: 3px;
}

.job .tools .tool:hover {
    display: inline-block;
    cursor: pointer;
    background: #D3EDF3;
}

.jobs .tools .tool:hover .fa {
    color: #0F81A7;
}

.job .main {
    border-right: 1px solid #E3E5E4;
    margin-left: -15px;
    margin-right: 15px;
}

.job .main h1 {
    margin-bottom: 5px;
}

.job .main h2 {
    margin-bottom: 16px;
}

.job .main .description {
    border-top: 1px solid #E3E5E4;
    margin: 0 -15px;
    padding: 33px 90px;
    background: #FFF;
    line-height: 2em;
}

.job .main .description.preview {
    background: url('/images/preview.png');
}

.job .main .description p {
    line-height: 2em;
}

.job .main .description table {
    max-width: 100% !important;
    width: 100% !important;
    line-height: 2em;
}

.job .main .description .read-more {
    color: #26BBCC;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    background: transparent;
}

.job .main .details {
    margin: 0 -15px;
    padding: 33px 90px;
    padding-bottom: 145px;
    background: #FFF;
    line-height: 2em;
}

.job .main .details .tab-content {
    background: #F9FAFA;
    border: 1px solid #E3E5E4;
}

.job .main .details-tabs {
    margin-top: 24px;
    border-bottom: none;
}

.job .main .details-tabs li {
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

.job .main .details-tabs li a {
    color: #5393B5;
    background: transparent;
    width: 80px;
    display: inline-block;
    border: 0;
    padding: 0 10px;
    height: 28px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    top: 2px;
}

.job .main .details-tabs li.active a {
    color: #476586;
    background: #F9FAFA;
    border: 1px solid #E3E5E4;
    text-decoration: none;
    border-bottom: 0;
}


.job .main .details-tabs li:not(.active) a:hover {
    text-decoration: none;
    background: #CFDCE9;
    color: #476586;    
    height: 26px;
}

.table.job-details>tbody>tr:first-child>th,
.table.job-details>tbody>tr:first-child>td {
    border-top: 0px solid #ddd;
}

.table.job-details {
    font-size: 13px !important;
}

.contact-details.table.job-details {
    font-size: 12px !important;
    margin-left: -10px;
}

.details .tab-pane
{
    padding: 30px 60px;
    font-size: 13px;
    color: #74777F;
}

.details .tab-pane ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.details .tab-pane li:before {
    content: "•";
    padding-right: 7px;
    color: #7DA7C3;
}

.details .tab-pane .table td, .details .table th {
    padding: 6px;
}

.details .tab-pane .table th {
    color: #59728F;
    width: 150px;
}

.details .tab-pane .table .shift-table td {
    border-top: 1px solid transparent;
    padding: 0;
    padding-right: 10px;
    padding-bottom: 5px;
}

.details .shift-label {
    padding-bottom: 5px;
}

.job .side .employer {
    background: #FFF;
    margin: 15px -15px;
    padding: 15px 15px;
    padding-bottom: 20px;
}

.job .side .benefits-preview {
    border-top: 1px solid #E3E5E4;
    border-bottom: 1px solid #E3E5E4;
    margin: 0 -30px;
    padding: 12px 30px;
    background: #F6F7F7;
}

.job .benefits-preview h3 {
    margin: 0;
}

.job .benefits-preview ul {
    margin-top: 6px;
    font-size: 12px;
    line-height: 25px;
    list-style: none;
    padding: 6px 0;
    margin: 0;
    color: #74777F;
}

.job .benefits-preview li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

.job .benefits-preview li:before {
    content: "•";
    padding-right: 7px;
    color: #7DA7C3;
}

.job .glance-header {
    margin-top: 6px;
    font-size: 13px;
    color: #154568;
}

.job .employer-logo {
    margin-top: 30px;
}

.job img.employer-logo {
    margin-top: 10px;
    margin-bottom: 35px;
}

.job .no-apply {
    color: #74777f;
    background-color: #f9fafa;
    border-color: #e3e5e4;
    font-size: 13px;
    border-radius: 3px;
    margin: 5px;
}

.job .btn.apply {
    width: 125px;
    padding: 5px 15px;
    text-transform: uppercase;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}

.job .main .btn.apply {
    margin-top: 20px;
}

.job .btn.apply .fa {
    color: #3CC2D2;
    position: relative;
    top: -1px;
    left: 9px;
}

.job .side .posted-by {
    color: #74777F;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.job .side .more-from-employer {
    border-bottom: 1px solid #E3E5E4;
    margin-top: 34px;
    font-size: 16px;
    padding-bottom: 7px;
}

.job .side .employer-tools {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.job .side .employer-tools .btn {
    margin-top: 14px;
    border: 1px solid #00B6C8;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding: 4px 15px;
    background: transparent;
    color: #00B6C8;
}

.job .side .employer-tools .btn:hover {
    border: 1px solid #00B6C8;
    color: #FFF;
    background: #00B6C8;
}

.job .side .btn {
    margin-bottom: 10px;
}

.job .side .employer-tools li {
    list-style-type: none;
    margin-bottom: 10px;
}

.job .side .at-a-glance {
    border-bottom: 1px solid #E3E5E4;
    font-size: 16px;
    padding-bottom: 7px;
    color: #52565F;
}

.job .side .video {
    height: 159px;
}

.job .side .fa-play {    
    position: absolute;
    color: #E3E5E4;
    margin-top: -113px;
    margin-left: 121px;
    font-size: 70px;
}

.job .side .video-overlay {
    height: 159px;
    width: 100%;
    background: #007396;
    opacity: 0.5;
    margin-top: -159px;
}

.job .side .box {
    border: 1px solid #E3E5E4;
    border-radius: 3px;
    margin: 15px -15px;
}

.job .side .box .box-header {
    border-bottom: 1px solid #E3E5E4;
    padding: 7px 15px;
}

.job .side .box .box-header a {
    color: #25BBCB;
    font-size: 13px;
    float: right;
    font-weight: 600;
}

.job .side .box iframe {
    max-width: 100%;
}

.job .side .box .map {
    background: #F6F7F7;
    height: 185px;
}

.job .job-details .more {
    text-align: center;
    background: #EEE;
    border-bottom: 1px solid #ddd;
}

.video-shadow {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    display: none;
}

.video-container {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
}

.video-overlay, .fa-play {
    cursor: pointer;
}

.back-to-search,
.new-search {
    color: #00B6C8;
    background: #0F81A7;
    display: inline-block;
    height: 33px;
    width: 160px;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    height: 25px;
    margin-top: 10px;
    letter-spacing: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.back-to-search {
    color: #FFF;
    background: #00B6C8;
    margin-right: 10px;
    text-decoration: none;
}

.back-to-search:hover,
.back-to-posting:hover {
    text-decoration: none;
    background: #00A7BA;
    color: #FFF;
}

.new-search {
    width: 130px;
    text-decoration: none;
}

.new-search:hover {
    text-decoration: none;
    color: #00B6C8;
    background: #00698C;
}

.new-search.highlighted {
    color: #FFF;
    background: #00B6C8;
}
.all-employers {
    width: 190px;
    text-decoration: none;
}

.all-employers {
    color: #55595c;
    background: #eceeef;
    display: inline-block;
    height: 33px;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    height: 25px;
    margin-top: 10px;
    letter-spacing: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.active-employers {
    width: 100px;
}

.header .container {
    padding: 0;
}

.preview-topbar {
    z-index: 10;
    background: #00b6c8;
    color: #FFF;
    position: fixed;
    width: 100%;
    top: 0px;
    height: 53px;
    padding-left: 20px;
    padding-right: 10px;
}

.preview-topbar p {
    float: left;
    position: fixed;
}

.preview-topbar input {
    margin-right: 3px;
    background: #007396;
    border: 0;
    border-radius: 3px;
    padding: 2px 10px;
    letter-spacing: 1px;
    margin-left: 10px;
    margin-top: 10px;
}

.preview-topbar input:hover {
    background: #00698C;
}

.preview-errors {
    line-height: 2em;
    margin-bottom: 30px;
}

.preview-topbar a {
    color: #FFF;
}

.preview-topbar form {
    display: inline;
}


/* APPLY */

.container.apply {
    position: relative;
    padding: 0;
}

.col-apply {
    min-height: 650px;
    padding: 0 55px;
}

.apply-for {
    padding-top: 23px;
    font-size: 20px;
    font-style: italic;
    color: #74777F;
    border-bottom: 1px solid #E3E5E4;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.apply-section .resume-heading {
    display: inline-block;
    padding-right: 30px;
    border-right: 1px solid #E3E5E4;
    margin-right: 30px;
}

.resume-join-message {
    padding-top: 20px;
}

.resume-join-message a, .resume-join-message a:hover {
    border-bottom: 1px solid #007FA4;
    text-decoration: none;
}

.form-required {
    color: #a94442;
}

.apply label.primary-label {
    margin-top: 12px;
    font-size: 16px;
    color: #939CA5;
}

.apply-heading {
    padding: 48px 0;
}

.apply-heading .quick-info {
    margin-bottom: 30px;
}

.apply-section {
    color: #74777F;
    background: #FFF;
    margin-bottom: 15px;
}

.apply-button-section {
    background: #FFF;
    margin-bottom: 84px;
}

.apply-button-section .btn {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 40px;
    padding: 6px 28px;
}

.apply .form-inline .form-group {
    vertical-align: top;
}

.apply #resp_email {
    width: 300px;
}

.apply #phone_1_ac,
.apply #phone_1_123,
.apply #phone_1_4567,
.apply #phone_1_ext {
    width: 90px;
}

.apply input, .apply select {
    border: 2px solid #E3E5E4;
    background: #F9FAFA;
    height: 45px;
    font-size: 14px;
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 0px !important;
}

.apply .table tr {
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.apply input[type=radio] {
    height: auto;
}

.apply .form-group-wide {
    width: 100%;
}

.apply .form-group-wide .form-control {
    width: 100%;
}

.apply .question {
    font-size: 16px;
    color: #74777F;
    font-weight: normal;
}

.apply .pq_radio {
    font-weight: 600;
    color: #74777F;
    display: inline-block;
    margin: 0 15px;
}

.apply textarea {
    border: 2px solid #E3E5E4;
    background: #F9FAFA;
    margin-bottom: 10px;
    padding: 15px;
}

.back-to-posting {
    color: #FFF;
    background: #00B6C8;
    display: inline-block;
    height: 33px;
    width: 160px;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    height: 25px;
    margin-top: 10px;
    letter-spacing: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.apply h2 {
    margin: 0;
    margin-top: 36px;
    padding: 0;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 1px;
    color: #74777F;
    font-weight: 600;
}

.apply .btn.bright-blue {
    margin: 0;
    margin-right: 10px;
}

.apply h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.apply h1 {    
    font-size: 26px;
    font-weight: 600;
    color: #007FA4;
}

.apply .location {
    color: #7DA7C3;
}

.apply .btn-group-vertical {
    margin-top: 80px;
}

.apply .btn-group-vertical .btn {
    text-align: left;
    padding: 10px 15px;
}

.apply .next {
    margin: 30px 0;
}

.apply .step {
    padding-right: 10px;
}

.apply .form-group .error {
    color: #a94442;
    font-size: 12px;
    margin-top: -10px;
}

.apply .form-group.captcha .error {
    margin-top: auto;
}

.apply-signup-promo p {
    padding: 0;
    margin: 0;
    line-height: 1rem;
}

.apply-signup-promo.alert a:not(.close) {
    text-decoration: none;
}

.apply-signup-promo {
    margin-bottom: 24px;
    color: #0f81a7e0;
    background: #d9effc85;
    border-color: #a6bfd470;
}

.pq-number {
    margin-right: 10px;
}

.pq .radio {
    margin-left: 30px;
}

.pq p {
    margin-top: 20px;
}

.eeo div > h3 {
    display: none;
}

.eeo h3 {
    margin-bottom: 10px;
}

.eeo {

}

h3.submitted {
    margin-top: 50px;
    margin-bottom: 20px;
}

.my-resumes {
}

#resume-list-container ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0px;
    list-style-type: none;
}

.resume-list-helper-text {
    line-height: 1.5rem;
    font-size: smaller;
    margin-top: 24px;
}

.resume-no-resumes {
    margin-top: 24px;
    line-height: 1.5rem;
}

#resume-list-container .fa.fa-external-link {
    color: #007FA4;
}

.uploaded-resume {
    margin-top: 30px;
}

.resume-uploader ul {
    margin-top: 10px;
    list-style: none;
    margin-left: 0;
    padding-left: 0px;
    list-style-type: none;
}

.resume-uploader input[type="file"] {
    line-height: 1em;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: .25rem;
    height: auto;
}


#resume-list-container li,
.resume-uploader li {
    margin: 5px 0;
    font-weight: 600;
}

#resume-list-container .fa,
.chosen-resume .fa,
.uploaded-resume .fa,
.resume-uploader li .fa {
    color: #00B6C8;
    margin-right: 5px;
}

.chosen-resume-name,
.uploaded-resume-name {
    display: inline-block;
    font-weight: 600;
    color: #74777F;
}

.chosen-resume,
#download-in-progress {
    margin-top: 20px;
}

/* APPLY BASIC */

#basic_form_divs {
    margin-bottom: 10px;
}

#resume_loading {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    padding: 5px;
}

#download-in-progress {
    display: none;
}

#download-in-progress .fa-spin {
    color: #007396;
}

::-webkit-input-placeholder {
   font-style: normal;
}
:-moz-placeholder {
   font-style: normal;
}
::-moz-placeholder {
   font-style: normal;
}
:-ms-input-placeholder {  
   font-style: normal;
}

.apply-signup .form-group > div {
    float: none;
}

.apply-signup .checkbox input[type=checkbox] {
    margin-left: 5px;
}

.form-group.captcha {
    height: 110px;
}

.application-submitted {
    padding: 72px 0;
}

/* APPLY CUSTOM */

.custom-apply-tabs {
    position: absolute;
    border: 0;
    background: #f9fafa;
    padding: 12px;
    border-radius: 3px;
    z-index: 2;
    top: 166px;
    left: -74px;
}

.custom-apply-tabs .fa {
    color: #7da7c3;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    width: 23px;
    text-align: center;
    top: 1px;
}

.custom-apply-tabs li {
    position: relative;
}

.custom-apply-tabs li.active .fa {
    color: #FFF;
}

.custom-apply-tabs .fa-check {
    color: #5cb85c;
    position: absolute;
    margin: 0;
    margin-top: 3px;
    right: 15px;
    top: 15px;
}

.custom-apply-tabs .fa-times {
    color: #d9534f;
    position: absolute;
    margin: 0;
    margin-top: 3px;
    right: 15px;
    top: 15px;
}

.custom-apply-tabs a {
    background: #ffffff;
    color: #007fa4;
    width: 180px;
    display: block;
    padding: 12px 24px;
    margin-bottom: 12px;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid #e3e5e4;
}

.custom-apply-tabs li:last-child a {
    margin-bottom: 0;
}

.custom-apply-tabs a:hover,
.custom-apply-tabs a:focus,
.custom-apply-tabs a:active {
    text-decoration: none;
}

.custom-apply-tabs li.active a {
    background: #007396;
    color: #FFF;
}

.custom-apply-tabs li:not(.active) a:hover {
    background: #f9fafa;
}

.apply-section .alert-info {
    line-height: 1.5rem;
}

.apply-section.tab-pane {
    padding: 40px 60px;
}

.apply-subsection {
    margin-bottom: 24px;
}

.apply-subsection table {
    margin-top: 30px;
}

.apply-subsection .table .remove {
    cursor: pointer;
    color: inherit;
    opacity: 0.7;
}

.apply-subsection h3 {
    margin: 0;
    padding-top: 30px;
    border-top: 1px solid #e3e5e4;
}

.custom-apply-actions {
    padding-top: 15px;
    border-top: 1px solid #e3e5e4;
}

.apply-section .apply-subsection:first-of-type h3 {
    border: 0;
}

.apply-subsection h3:only-child {
    display: none;
}

.custom-apply-actions .btn-primary {
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 12px;
}

.custom-apply-actions .btn-link {
    margin-top: 12px;
    opacity: 0.7;
    text-transform: none;
}

.panel input,
.panel select,
.panel textarea {
    background: #FFF;
}

.apply .btn.bright-blue.open-panel {
    display: block;
    margin-bottom: 24px;
}

.validation-section {
    font-weight: 600;
    margin-top: 6px;
}

.custom-apply-validation {
    margin-top: 30px;
}

.custom-apply-validation small {
    display: block;
    margin-left: 26px;
}

.custom-apply-validation .fa {
    width: 20px;
    text-align: center;
    font-size: 18px;
}

.custom-apply-validation .fa-check {
    color: #5cb85c;
}

.custom-apply-validation .fa-times {
    color: #d9534f;
}

.custom-apply-validation .fa-times + small {
    color: #d9534f;
}

.apply label.secondary-label {
    display: block;
}

.apply .has-danger .form-control-feedback {
    margin-top: -10px;
}

.apply-subsection .pq_radio + .form-control-feedback {
    margin-left: 15px;
}

.apply-subsection label.primary-label:not(.not-required):after,
.apply-subsection label.secondary-label:not(.not-required):after,
.apply-subsection .pq-number:after {
    content: "*";
    color: #d9534f;
    padding-left: 3px;
}

.apply-subsection .panel-body label.secondary-label:after {
    content: "";

}

.tab-pane .submit-application {
    font-weight: 600;
    font-size: 16px;
    text-transform: none;
    padding: 12px;
    margin-top: 24px;
}

.form-inline .btn {
    height: 45px;
    font-weight: 600;
    text-transform: none;
    padding: 0 24px;
}

.custom-apply-progress b {
    color: #007396;
}

.custom-apply-progress progress {
    margin-top: 10px;
}

.custom-apply-mobile-menu {
    margin-top: 10px;
}

.custom-apply-schedule label {
    display: inline-block;
    width: 100px;
}

.custom-apply-schedule select {
    margin-left: 15px;
}

.table .remove {
    cursor: pointer;
    color: #d9534f;
}

.has-danger .custom-apply-schedule select {
    border: 2px solid #E3E5E4;
}

.graduated-date-box {
    display: none;
}

label[for=currently_employed] {
    margin-top: 3.2em;
}

.release-header {
    margin-top: 2rem;
}

.form-control.full-name {
    width: 300px;
}

#lang-speak, #lang-read, #lang-write, #lang-add {
    margin-left: 50px;
}

.salary-type {
    margin-top: 50px;
    margin-left: 20px;
}
/* ADVANCED */

.header.advanced h1 {
    margin-bottom: 10px;
}

.twitter-typeahead,
#advanced-search input.employer { 
    width: 100%; 
}

.container.advanced {
    padding: 0;
}

.col-advanced {
    background: #F9FAFA;
    min-height: 650px;
    padding: 0 55px;
}

.advanced .alert {
    line-height: 1em;
    font-size: 13px;
    margin: 15px;
}

.advanced .alert .close {
    line-height: inherit;
}

.advanced-for {
    padding-top: 23px;
    font-size: 20px;
    font-style: italic;
    color: #74777F;
    border-bottom: 1px solid #E3E5E4;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.advanced-section .resume-heading {
    display: inline-block;
    padding-right: 30px;
    border-right: 1px solid #E3E5E4;
    margin-right: 30px;
}


.advanced label.primary-label {
    margin-top: 20px;
    font-size: 16px;
    color: #939CA5;
}

.advanced-heading {
    padding: 0;
}

.advanced-heading .quick-info {
    margin-bottom: 30px;
}

.advanced-section {
    color: #74777F;
    background: #FFF;
    padding: 15px 50px;
    margin-bottom: 80px;
    overflow: auto;
}

.advanced .form-inline .form-group {
    vertical-align: top;
}

.advanced input, .advanced select {
    border: 1px solid #E3E5E4;
    background: #F9FAFA;
    height: 45px;
    font-size: 14px;
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 0px !important;
    color: #74777F;
}

.advanced .select2-container--bootstrap .select2-selection {
    background-color: #F9FAFA;
    color: #74777F;
    padding-top: 5px;
    height: 45px;
    font-size: 14px;
}

.advanced input[type=radio],
.advanced input[type=checkbox] {
    height: auto;
}

.advanced label {
    margin-bottom: 7px;
    margin-top: 15px;
    color: #74777F;
    font-size: 16px;
}

.advanced .tt-menu {
    margin-top: -11px;
}

.advanced .checkbox+.checkbox, .radio+.radio {
    margin-top: 0;
}

.advanced h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 1px;
    color: #74777F;
    font-weight: 600;
}

.advanced .btn.bright-blue {
    margin: 0;
    margin-right: 10px;
}

.advanced h1 {
    font-size: 26px;
    font-weight: 600;
    color: #007FA4;
    padding-top: 40px;
    padding-bottom: 20px;
}

.advanced .form-group .error {
    color: #a94442;
    font-size: 12px;
    margin-top: -10px;
}

.advanced label[for=job_type] {
    border-bottom: 1px solid #F4F5F4;
    width: 100%;
    padding-bottom: 10px;
}

.advanced .checkbox label {
    font-size: 14px;
    font-weight: 600;
    margin: 4px 10px;
}

.advanced .search-button {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* LOGIN SIGNUP */

.login > .row {
    width: 1020px;
    margin: auto;
}

.login .main{
    margin-bottom: 70px;
    padding: 50px 80px;
    width: 510px;
    z-index: 1;
    min-height: 640px;
}

.login .main.unlight {
    padding-top: 220px;
    background: #f9f9f9;
    border: 1px solid #e3e5e4;
    border-radius: 3px;
}

.login .main.unlight h1 {
    color: #72808A;
    border: none;
    margin-bottom: 0;
}

.login h1,
.signup h1 {
    font-size: 26px;
    font-weight: 600;
    margin: auto;
    color: #007FA4;
    font-style: italic;
    margin-bottom: 30px;
}

.signup p {
    line-height: 2em;
    font-size: 13px;
    color: #787B82;
}

.signup h2 {
    font-size: 20px;
    margin-left: 5px;
    margin-bottom: 40px;
}

#signup button {
    background: #00B6C9;
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    width: 150px;
    border: 0;
    margin: auto;
    letter-spacing: 1px;
    margin-top: 30px;
}

.signup button:not(.close),
.login button:not(.close) {
    background: #0F81A7;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    margin: auto;
    border: 1px solid #0F81A7;    
    min-width: 120px;
}

.signup button:not(.close):hover,
.login button:not(.close):hover {
    background: #00698C;
}

.login .unlight button:not(.close) {
    margin-top: 20px;
}

.signup input[type=checkbox],
.login input[type=checkbox],
.signup input[type=radio],
.login input[type=radio]
 {
    height: auto;
    margin-bottom: 0;
}

.signup input[type=radio],
.login input[type=radio]
 {
    margin-bottom: 40px;
}

.signup .checkbox label,
.login .checkbox label {
    color: #787B82;
    font-size: 13px;
    margin-bottom: 20px;
}

.signup .tt-menu {
    margin-top: -25px;
}

.radio-label {    
    display: inline-block;
    margin-right: 20px;
}

.or-facebook {
    font-size: 18px;
    font-style: italic;
    color: #787B82;
    margin: 20px 0;
}


.login .btn-social-auth,
.signup .btn-social-auth {
    width: 200px;
    margin-top: 10px;
    text-transform: none;
    font-size: 18px;
    margin: auto;
    font-weight: normal;
}

.login button.btn-facebook,
.signup button.btn-facebook,
.login button.btn-facebook:hover,
.signup button.btn-facebook:hover
 {
    background: #3B5999;
    border-color: #3B5999;
}

.login .btn-linkedin,
.signup .btn-linkedin,
.login .btn-linkedin:hover,
.signup .btn-linkedin:hover
 {
    background: #0072b1;
    border-color: #0072b1;
    margin-top: 12px;
}

.signup .form-group .error {
    color: #a94442;
    font-size: 12px;
    margin-top: -30px;
    height: 40px;
}

.signup .form-check .error,
.signup .form-group.captcha .error {
    margin-top: 0;
}

.forgot-link {
    display: block;
    margin-top: -24px;
}

.login .need-signup {
    color: #A9B1B9;
    font-weight: 600;
    margin-top: 24px;
}

#login-employer .need-signup {
    margin-top: 420px;
}

#login-employer.unlight .need-signup {
    margin-top: 100px;
}

.login .need-signup a {
    color: #00B6C8;
}

.form-group .col-sm-6,
.form-group .col-sm-12 {
    padding: 0 5px;
}

.modal-body.login-signup {
    padding: 20px;
    padding-top: 30px;
    font-size: 13px;
}
.login-signup .form-control, .login-signup .btn {
    font-size: 13px;
}

.login-signup .fa {
    font-size: 15px;
    margin-left: 5px;
}

.signup-half {
    border-right: 1px solid #CCC;
    padding: 0 30px;
    padding-bottom: 30px;
}

.login-half {
    padding: 0 30px;
}

.modal-body {
    padding: 50px;
}

button.js_login {
    opacity:1.9;
    margin-top: -30px;
    margin-right: -30px;
}

.modal-body h2,
.login-signup h2 {
    margin-bottom: 1rem;
    color: #7DA7C3;
}

.modal-body .btn {
    margin-top: 15px;
}
.modal-body .btn {
    font-size: 1rem;
}

.advanced_search_notify_modal_title {
    font-size: 24px;
    font-weight: 600;
    color: #007396;
}

.advanced_search_notify_modal_list_title {
    font-weight: 600;
    margin: 6px 0;
}
.advanced_search_notify_modal_btn_box {
    margin-top: 10px;
}

.login-to-use .fa {
    margin-right: 6px;
    color: #007396;
}

.login .mobile-emp-link {
    margin-top: -10px;
}

.login .unlight .mobile-emp-link button {
    margin-top: 0;
    margin-left: 10px;
}

.login .unlight .mobile-emp-link h1 {
    margin: 0;
    display: inline;
    vertical-align: middle;
}

.login .unlight .mobile-emp-link a {
    text-decoration: none;
}

.email-job {
    padding: 30px;
}

.email-job table td, .email-job table th{
    vertical-align: top;
}

.email-job .send-job-title{
    margin-bottom: 1rem;
    margin-left: 13px;
}

.email-job .checkbox {
    margin-bottom: 30px;
}

.email-job th {
    width: 80px;
    text-align: right;
    padding-right: 20px;
}

.email-job h2 {
    margin-bottom: 30px;
}

.email-job .btn {
    float: right;
    margin-left: 10px;
}

#suggested {
    cursor: pointer;
}

.container.signup .main {
    background: #FFF;
    padding: 50px 80px;
}

.signup input,
.login input,
.signup select {
    border: 1px solid #E3E5E4;
    background: #F9FAFA;
    height: 45px;
    margin-bottom: 30px;
}
.emp-signup-redirect-container {
    text-align: right;
    border-bottom: 1px solid #E6E7E5;
}

.signup .emp-signup-redirect {
    margin-bottom: 12px;
    font-size: 14px;
    color: #0d81a7;
}

.login .alert-danger {
    text-align: center;
}

/* BROWSE BY */

.nav.employer-directory-nav > li {
    display: inline;
}

.nav.employer-directory-nav > li > a {
    position: relative;
    padding: 2px 6px;
}

.employer-directory-nav.nav-pills > li.active > a {
    border-bottom: 2px solid #007396;
    background: transparent;
    color: #007396;
    border-radius: 0;
}

.employer-directory-nav {
    background: #FFF;
    padding: 20px 0;
}

.employer-directory-nav.fixed {
    position: fixed;
    top: 0px;
}

.employer-directory li {
    list-style-type: none;
    padding: 0 5px;
}

.employer-directory li:hover {
    list-style-type: none;
    background: #EEE;
    border-radius: 5px;
}


.employer-directory .badge {
    border-radius: 2px;
    display: inline-block;
    color: #aaa;
    font-weight: normal;
    float: right;
    font-size: 13px;
}

.browse-count {
    width: 80px;
    background: #EEF0EF;
    color: #85878E;
    text-align: center;
    margin-right: 20px;
}

.browse {
    padding: 0;
}

.browse-row {
    padding: 1px 0;
}

.browse a {
    color: #0F81A7;
}

.browse-heading {
    padding: 0;
}

.col-browse {
    background: #F9FAFA;
    min-height: 650px;
    padding: 0 55px;
}

.browse-section {
    color: #74777F;
    background: #FFF;
    padding: 40px 50px;
    margin-bottom: 80px;
    overflow: auto;
}

.browse-breadcrumb {
    color: #74777F;
    background: #F9FAFA;
    font-size: 13px;
    padding: 5px 15px;
}

.browse-breadcrumb .divvy {
    margin: 0 5px;
    opacity: 0.7;
}

.browse-breadcrumb div {
    display: inline-block;
}

.browse h1 {
    font-size: 26px;
    font-weight: 600;
    color: #007FA4;
    padding-top: 40px;
    padding-bottom: 20px;
}

.browse-hr {
    margin: 0 -50px;
    border-width: 2px;
    margin-bottom: 30px;
}

.browse > .row > div > form,
.browse > .row > div > .input-group {
    margin: 30px 0;
    text-align: center;
}

.browse p {
    line-height: 2em;
    color: #74777F;
    font-size: 13px;
    margin: 20px 0;
}

.browse h2 {
    color: #00B6C8;
}

.browse .breadcrumb {
    padding: 3px 15px;
    margin: 0;
    font-size: 13px;
}

.browse input,
.browse .bright-blue {
    height: 32px;
    margin: 0;
    margin-bottom: 30px;
    margin-right: 5px;
}

/* FAQ */

div.question {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

/* EXPIRED POSTING PAGE */

.page .expired p {
    margin: 0;
    margin-bottom: 34px;
}

.expired .jobs li {
    border-left: 1px solid #E3E5E4;
    border-right: 1px solid #E3E5E4;
    position: relative;
}

.page .jobs h2 {
    font-size: 20px;
    font-weight: 600;
    color: #007FA4;
}

.expired .jobs .date {
    padding: 0;
    position: absolute;
    right: 45px;
    bottom: 15px;
}

.jobs li.expired-header,
.jobs li.expired-footer {
    margin-top: 24px;
    border-top: 1px solid #E3E5E4;
    font-size: 17px;
    line-height: 16px;
    color: #89949E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #F5F7F6;
    height: 48px;
    border-bottom: 1px solid #E3E5E4;
    padding-top: 15px;
    padding-left: 45px;
}

.jobs li.expired-footer {
    border-top: none;
    margin-top: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
    height: 43px;
    line-height: 22px;
}

.expired .job a:hover h2 {
    border-bottom: 1px solid #007FA4;
}

.expired .location .fa {
    margin-left: 6px;
}

.expired-page-links {
    margin: 0;
    padding: 0;
    margin-top: -12px;
}

.expired-page-links .fa {
    margin-right: 6px;
    font-size: 18px;
    line-height: 34px;
}

.expired-page-links li {
    list-style-type: none;
}

/* GENERIC PAGE */

.container.page {
    padding: 0;
}

.page-heading {
    padding: 0;
}

.page-section {
    color: #74777F;
    background: #FFF;
    padding: 0;
}

.page h1 {
    font-size: 28px;
    font-weight: 600;
    color: #007FA4;
    margin: 0;
}

.page h2 {
    font-size: 20px;
    color: #74777F;
    font-weight: normal;
    margin-bottom: 10px;
}

.page h2:not(:first-child) {
    margin-top: 40px;
}

.browse > .row > div > form,
.browse > .row > div > .input-group {
    margin: 30px 0;
    text-align: center;
}

.page p {
    line-height: 2em;
    color: #74777F;
    font-size: 13px;
    margin: 20px 0;
}

.page input:not([type=checkbox]),
.page .bright-blue {
    height: 32px;
    margin: 0;
    margin-bottom: 30px;
    margin-right: 5px;
}

.col-page-head {
    padding: 35px 55px;
    border-bottom: 2px solid #E8EAE9;

}

.col-page {
    background: #F9FAFA;
    padding: 40px 55px;
    padding-bottom: 70px;
    background: #FFF;
    min-height: 650px;
}

.col-page-head p {
    font-size: 18px;
    color: #365E7B;
    line-height: 1em;
    margin: 0;
    margin-top: 10px;
}

/* emps cust-category jobs */
.col-page-cust {
    background: #F9FAFA;
    padding: 40px 55px;
    padding-bottom: 70px;
    background: #FFF;
    min-height: 350px;
}

.cust-cat-container {
    padding: 35px 55px;
}

#filter {
    margin-bottom: 0;
}

/* FEATURED EMPLOYER PAGE */

.page .featured-employer {
    margin-right: 25px;
    margin-bottom: 50px;
}

.page .bright-blue {
    display: block;
    margin: auto;
}

/* FEEDBACK */

#feedback input[type=text], #feedback select {
    border: 1px solid #E3E5E4;
    background: #F9FAFA;
    height: 45px;
    font-size: 14px;
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 0px !important;
    color: #74777F;
}

#feedback textarea {
    border: 1px solid #E3E5E4;
    background: #F9FAFA;
    font-size: 14px;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #74777F;
}

#feedback .form-inline {
    margin-bottom: 1rem;
}

/* SITEMAP */

.page.sitemap ul {
    margin: 0;
    padding: 0;
}

.page.sitemap li {
    list-style-type: none;
}

.page-404 {
    padding: 120px 0;
    line-height: 1.5em;
    background: #FFF;
}

.page-404 img {
    margin: auto;
    display: block;
    margin-bottom: 24px;
}

.page-404 p {
    font-size: 18px;
}

.page-404 ul {
    margin: 0;
    padding: 0;
}

.page-404 li {
    display: inline-block;
    font-size: 16px;
    line-height: 48px;
    list-style-type: none;
    margin-bottom: 12px;
}

.page-404 li a {
    background: #007396;
    color: #FFF;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 3px;
}

.page-404 li a:hover,
.page-404 li a:focus,
.page-404 li a:active {
    text-decoration: none;
    background: #00698C;
}

/* FOOTER */

footer {
    color: #0380A5;
    padding: 20px 0;
    padding-bottom: 40px;
    background: #E3E5E4;
}

footer .terms {    
    text-align: right;
}

footer .terms a {
    color: #3CC2D2;
    font-weight: 600;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul li a {
    color: #0380A5;
    font-size: 13px;
}

footer .footer-header {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #154568;
    font-size: 13px;
}

footer .footer-fifth {
    width: 25%;
    display: inline-block;
    float: left;
}

footer .products {
    border-top: 1px solid #D2D4D3;
    padding-top: 15px;
    margin-top: 15px;
}

footer .logo img {
    height: 28px;
    width: auto;
    margin-top: -10px;
}

footer .logos img {
    max-height: 35px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: block;
    margin: auto;
}

footer .logos img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

footer img.fnts-logo {
    max-height: 42px;
}

footer img.nam-logo {
    max-height: 55px;
    opacity: 1;
    margin-top: 10px;
    padding-left: 10px;
}

footer img.nam-badge {
    max-height: 65px;
    opacity: 1;
    margin-top: 5px;
}

footer small {
    color: #74777F;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 10px;
}

footer .logos {
    margin-top: 30px;
}

.copyright {
    text-align: center;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
    color: #74777F;
    background: #D2D4D3;
}

iframe[name=google_conversion_frame] {
    position: fixed;
}

.navbar-toggle {
    float: left;
    padding: 0;
    margin: 0 10px;
}

.navbar-collapse.collapse {
    width: 600px;
    display: inline-block !important;
}

.top-menu {
    background: #FFF;    
    padding: 0;
    float: left;
}

.navbar-collapse.collapsing {
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;
}

label.employer-signup {
    color: #797979;
    margin-bottom: 5px;
    font-size: 14px;
    display: block;
    margin-top: -10px;
}

.signup .extra-features select {
    margin-bottom: 0px;
    width: 70px;
}

.signup .extra-features {
    margin-top: 30px;
}

.signup .extra-features .total {
    width: 165px;
}

.employer-packages .card, 
.employer-packages .card-header:first-child {
    border-radius: 0;
}

.employer-packages .card-header,
.employer-packages .card-header a,
.employer-packages .card-header a:hover {
    background: #2687a5;
    color: #FFF;
    font-weight: 600;
    cursor: pointer;
}

.employer-packages .term-box {
    color: #373a3c;
    padding: 30px 30px;
    border: 6px solid #cce5ed;
    width: 100%;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 6px;
}

.employer-packages .term-box.disabled {
    opacity: 0.5;
    cursor: default;
}

.employer-packages label.term-box:hover {
    background: #cce5ed29;
}

.employer-packages .price {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.best-value,
.not-best-value {
    color: #fff;
    font-weight: 600;
    display: block;
    height: 30px;
    width: 100px;
    font-size: 14px;
    padding: 1px 12px;
    border-radius: 14px;
    margin: 20px auto;
}

.best-value {
    background: #3CC2D2;
}

.billed-hint {
    font-size: 12px;
    font-weight: normal;
}


.employer-packages ul {
    padding-left: 0;
}

.employer-packages .term-header {
    display: inline-block;
    font-weight: 600;
    color: #2687a5;
    font-size: 16px;
}

.employer-packages small {
    display: block;
    padding-left: 22px;
}

.employer-packages .card-block {
    padding: 1.5rem 3rem;
}

.employer-packages .card-header {
    padding: 20px;
}

.employer-packages input[type=radio] {
    margin-bottom: auto;
}

.employer-packages h5 {
    margin: 0;
}

.employer-packages small {
    color: #00688E;
}

.employer-packages li {
    list-style-type: none;
}

.employer-packages a:hover,
.employer-packages a:focus {
    text-decoration: none;
    color: #00688E;
}

.employer-packages li::before {
    content: "»";
    padding-right: 7px;
    color: #00B6C9;
}

.signup .phone-text {
    text-align: center;
    font-size: 14px;
    color: #818a91;
    margin-top: 50px;
}

.signup .phone-number {
    text-align: center;
    font-size: 20px;
    color: #818a91;
}

.signup .company-info div:nth-child(1) {
    font-size: 20px;
    margin-bottom: 10px;
}

.company-info, .rp-info {
    margin: 10px 25px;
}

.company-info {
    margin-bottom: 25px;
}

.agree-text {
    margin: 24px 0;
}

.agree-text a {
    border-bottom: 1px solid #007FA4;
}

.agree-text a:hover,
.agree-text a:focus,
.agree-text a:active {
    text-decoration: none;
    border-bottom: 1px solid #00688E;
}

.packages-header {
    background: #007396;
    padding-bottom: 60px;
    padding-top: 50px;
    color: #FFF;
}

.packages-bar {
    background: #f2f3f3;
    border-bottom: 1px solid #DEDFDE;
}

.packages-staffing {
    background: #f2f3f3;
    border-top: 1px solid #DEDFDE;
    color: #74777F;
    padding-top: 30px;
    padding-bottom: 60px;
}

.packages-staffing p {
    margin: 30px 0;
}

.packages-bar .container {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #777;
}

.packages-bar .btn-primary {
    margin-left: 18px;
    text-transform: none;
    margin-top: -5px;
    background: #00B6C8;
    border: 1px solid #00B6C8;
}

.packages-bar .btn-primary:hover {
    background: #00A7BA;
}

.packages-content a:hover {
    text-decoration: none;
}

.packages-content {
    padding-bottom: 55px;
    background: #FFF;
    border-bottom: 1px solid #DEDFDE;
}

.packages-content p {
    color: #74777f;
}

.package-col {
    width: 171px;
}

.packages-page {
    overflow: hidden;
}

.pricing-grid .fa-check {
    font-size: 20px;
    color: #3CC2D2;
}

.pricing-grid .tech-community {
    color: #00b6c8;
}

.packages-header h1 {
    color: #FFF;
    margin-bottom: 20px;
}

.packages-content h2 {
    padding-top: 30px;
    font-size: 22px;
    color: #007396;
}

.packages-content .asterisk {
    width: 800px;
    margin: auto;
    font-size: 13px;
}

table.pricing-grid {
    width: 800px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

table.pricing-grid td:first-child {
    border-left: none;
}

table.pricing-grid tbody tr:last-child td {
    border-bottom: none;
}

table.pricing-grid tbody tr:last-child td .btn-primary {    
    margin: 5px auto;
}

table.pricing-grid td {
    border: 1px solid rgba(116, 119, 127, 0.23);
    border-top: 0;
}

.package-title {
    font-weight: bold;
    color: #007396;
    font-size: 17px;
    letter-spacing: 0.8px;
    margin: 10px 0;
    text-align: center;
    text-layout:fixed;
}

.package-short {
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}

.pricing-grid .btn-primary {
    margin: auto;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: none;
}

.monthly-promotion {
    max-width: 800px;
    margin: auto;
    background: #cce5ed4f;
    border-radius: 3px;
    padding: 24px 48px;
    border: 1px solid #0073961a;
}

.monthly-promotion h2 {
    padding: 0;
    padding-top: 12px;
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
}

.monthly-promotion p {
    line-height: 1.8em;
    font-size: 14px;
    color: #007396;
}

.monthly-promotion img {
    margin-top: 24px;
    margin-left: 12px;
}

.payment-iframe {
    display: block;
    margin: auto;
}

.external-apply h2 {
    font-size: 28px;
    font-weight: bold;
    color: #007396;
}

.external-apply {
    border-top: 7px solid #007396;
}

.external-apply p {
    line-height: 1.2rem;
}

.external-apply-or {
    display: none;
}

.external-apply h3 {
    font-size: 22px;
    font-weight: bold;
    color: #007396;
    margin-top: 40px;
}

.external-apply-left {
    border-right: 3px solid #eceeef;
    padding-right: 30px;
}

.external-apply .form-control {
    width: 240px;
    margin: auto;
}

.modal-dialog {
    width: 580px;
}

.external-apply-modal .modal-dialog{
    width: 700px;
}

@media (max-width: 1300px) {
    .custom-apply-tabs .fa {
        display: none;
    }
    .custom-apply-tabs a {
            width: 130px;
    }
    .custom-apply-tabs {
        left: -23px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

}

@media screen and (max-width: 1199px) {

    nav .container {
        padding: 0;
        padding-top: 20px
    }

    /* SIGNUP LOGIN */
    .login > .row {
        width: 800px;
        margin: auto;
    }
    .login .main {
        border: 1px solid #FFF;
        height: 680px;
        margin-top: 40px;
        margin-bottom: 70px;
        padding: 40px 50px;
        width: 400px;
        z-index: 1;
    }

    .login .main.unlight {
        margin-top: 50px;
        height: 660px;
    }

    /* HOME */

    .intro-youth.intro .btn.btn-primary {
        margin-bottom: 0;
    }

    .col-popular {
        padding: 5px;
    }

    .ebook .get-ebook {
        width: auto;
        padding-top: 50px;
    }

    .ebook .ebook-image {
        width: 100%;
        float: none;
        margin-top: -23px;
    }

    .ebook .ebook-image img {
        display: none;
    }

    .ebook > div {
        width: 100%;
    }

    .event, .news {
        width: 100%;
    }

    /* RESULTS */

    .results .side {
        padding: 0;
    }
    .results .side .refine-label {
        width: 150px;
    }

    /* EMPLOYER PROFILE */

    .employer-profile .title {
        padding: 35px 50px;
    }

    .employer-profile .main .description {
        padding: 33px 60px;
    }

    .employer-profile .main .details {
        padding: 33px 60px;
        padding-bottom: 100px;
    }

    /* JOB */

    .job .title {
        padding: 35px 50px;
    }

    .job .main .description {
        padding: 33px 60px;
    }

    .job .main .details {
        padding: 33px 60px;
        padding-bottom: 100px;
    }

    .job .side .fa-play {
        margin-left: 92px;
    }

    /* APPLY */
    .custom-apply-tabs {
        display: none;
    }

    .custom-apply-progress {
        display: block;
    }
}

@media screen and (max-width: 991px) {

    .modal-dialog {
        width: auto !important;
    }

    .container {
        padding: 0;
    }

    .bootstrap-container {
        padding-right: .9375rem;
        padding-left: .9375rem;
        margin-right: auto;
        margin-left: auto;
    }

    nav .logo {
        margin-top: 5px;
        width: 200px;
    }

    /* SIGNUP LOGIN */
    .login .main {
        padding: 40px 40px;
        width: 360px;
    }

    .packages-page .container {
        padding: 30px;
    }

    table.pricing-grid {
        overflow: scroll;
        max-width: 100%;
        display: block;
    }

    /* HOME */

    .header.home {
        background-position: 40%;
    }

    .home-search {
        width: 100%;
    }

    .header.home .search-button,
    .header .home-search .form-inline .search-button {
        border-radius: 3px;
        width: 554px;
        margin: 20px 0;
        margin-left: -4px;
    }

    .header.home input.location {
        height: 55px;
        font-size: 20px;
        width: 257px;
        padding-left: 53px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .popular-wrapper {
        padding: 30px 0;
    }

    .col-events, .col-news {
        padding-top: 40px;
    }

    .ebook .col-get-ebook {
        padding: initial;
        padding-top: 30px;
    }

    /* RESULTS */

    .results .side .sort-by, .results .side .refinements {
        margin: 0;
        padding: 20px 45px;
    }

    .results .side {
        padding: 0 15px;
    }

    .results .main {
        border: 0;
        margin: 0;
    }

    .promo, .search-title, ul.jobs {
        margin: 0;
        margin-bottom: 40px;
    }

    .results .side .refine-label {
        width: 460px;
    }
    .promo {
        border-top: 1px solid #E3E5E4;
    }

    .pagination {
        border: 0;
    }

    .search-form {
        margin-top: 30px;
    }

    .pagination-wrap {
        text-align: center;
    }


    /* JOB */

    .job .main {
        border: 0;
        margin-left: 0;
    }

    .job .title {
        padding: 35px;
    }

    .job .main .description {
        margin: 0;
        padding: 33px 35px;
    }

    .job .main .details {
        padding: 33px 40px;
        padding-bottom: 40px;
        margin: 0;
    }

    .job .side .employer {
        margin: 15px;
        padding: 25px 30px;
    }

    .job .side .box {
        margin: 15px;
        width: 285px;
    }

    .job .side .video-overlay, .job .side .fa-play  {
        display: none;
    }

    /* APPLY */

    label[for=currently_employed] {
        margin-top: 0;
    }

    /* EMPLOYER PROFILE */

    .employer-profile .main {
        border: 0;
        margin-left: 0;
    }

    .employer-profile .main .description {
        margin: 0;
        padding: 33px 35px;
    }

    .employer-profile .main .details {
        padding: 33px 40px;
        padding-bottom: 40px;
        margin: 0;
    }

    .employer-profile .side .employer {
        margin: 15px;
        padding: 25px 30px;
    }

    /* CAREER FAIR */

    .fair-map {
        position: static;
        float: left;
    }

    .fair-when,
    .fair-where {
        width: auto;
    }

}

@media screen and (max-width: 767px) {

    nav .container {
        padding: 0 25px;
        padding-top: 20px;
    }

    nav .logo {
        margin-left: 10px;
    }

    #navbar {
        text-align: right;
    }

    /* LOGIN SIGNUP */

    .login > .row {
        width: auto;
        margin: auto;
    }

    .login .main {
        border: 1px solid #FFF;
        margin: 0;
        padding: 30px 40px;
        width: auto;
        height: 600px;
        height: 100vh;
        z-index: 0;
        overflow:auto;
        box-shadow: none;
        width: 100%;

        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    .login .main.unlight {
        margin: 0;
        padding: 30px 10px;
        min-height: 20px;
        height: 80px;
        box-shadow: none;
        z-index: 1;
        overflow: hidden;
        position: fixed;
        bottom: 0;
    }

    .login .need-signup {
        margin-top: 30px;
    }

    #login-employer .need-signup {
        margin-top: 30px;
    }

    .login h1, .signup h1 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .or-facebook {
        font-size: 16px;
        font-style: italic;
        color: #787B82;
    }

    .signup button, .login button {
        font-size: 16px;
        margin-top: 20px;
    }

    .login button.btn-facebook, .signup button.btn-facebook {
        font-size: 16px;
    }

    .page-404 {
        padding: 24px;
    }

    /* HOME */

    .header.home {
        padding: 5px 0;
    }

    .header .container.home {
        padding: 0;
        max-width: none;
        width: 100%;
    }

    .container.home {
        padding: 30px;
    }

    .col-popular {
        padding: 20px 0;
    }

    .popular-wrapper {
        padding: 0;
    }

    .popular-searches {
        text-align: center;
    }

    .upcoming-events .coming-soon {
        font-size: 22px;
        padding: 20px 20px;
        width: 220px;
        margin-left: -110px;
        margin-top: 50px;
    }

    .row.featured {
        margin: 15px 0;
        background: #FFF;
        padding: 20px;
        text-align: center;
    }

    .featured-employers img {
        margin: 15px 10px;
    }

    .row.featured .btn {
        margin-top: 35px;
        margin: 20px 0;
        border: 1px solid #00B6C8;
        color: #00B6C8;
        font-weight: bold;
    }

    .aim-info img {
        float: none;
    }

    .aim-info .aim-messaging {
        padding: 0;
        border: 0;
    }

    .header.home input.keyword {
        height: 45px;
        font-size: 17px;
        width: 269px;
        padding-left: 52px;
    }
    .header.home input.location {
        height: 45px;
        font-size: 17px;
        width: 235px;
        padding-left: 50px;

        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }
    .header.home .search-form .form-group .fa {
        font-size: 23px;
        margin-top: 12px;
        margin-left: 8px;
    }
    .header.home .search-form .form-group .fa.fa-map-marker {
        font-size: 25px;
        margin-top: 10px;
        margin-left: 9px;
    }
    .header.home .search-button,
    .header .home-search .form-inline .search-button {
        border-radius: 3px;
        width: 504px;
        margin: 15px 0;
        margin-left: -4px;
        height: 45px;
        font-size: 18px;
    }

    .home-panels .panel h2 {
        font-size: 22px;
        margin: 0;
    }

    .home-panels .panel {
        background-position-y: 16px;
        position: relative;
    }

    .home-panels .panel h3 {
        font-size: 20px;
    }

    .home-panels .panel p {
        font-size: 16px;
    }

    .home-panels .panel .content-bg {
        height: 290px;
    }

    .home-panels .panel .panel-content {
        top: 120px;
        width: 100%;
        padding: 0 70px;
        position: absolute;
    }

    .header.home a.advanced {
        margin: auto;
        float: none;
        position: static;
    }

    .ebook p {
        width: auto;
    }

    .event, .news {
        width: 100%;
        padding: 60px 30px;
    }

    .col-news {
        padding-top: 0;
    }

    .event {
        padding-bottom: 0;
    }

    /* ADVANCED */

    .advanced-section {
    padding: 15px 20px;
    }

    .advanced-heading {
        padding: 0 20px;
    }

    .col-advanced {
        padding: inherit;
    }

    .advanced h1 {
        text-align: center;
    }

    /* RESULTS */

    .search-form {
        width: 100%;
    }

    .header.results input.keyword, .header.results input.location {
        margin:0;
        display: block;
        width: 100%;
        border-radius: .25rem;
    }
    .header.results .search-button {
        margin: 0;
        margin-top: 5px;
        border-radius: .25rem;
        width: 525px;
    }
    .header.results {
        height: 175px;
    }
    .promo .save {
        display: block;
        width: 274px;
        margin: auto;
        margin-top: 20px;
    }

    .results-ad > div {
        display: block !important;
        width: 322px !important;
        height: 52px !important;
    }

    /* JOB */

    .job .title {
        padding: 35px 20px;
        padding-bottom: 10px;
        background: #FFF;
    }

    .job .title h1 {
        font-size: 24px;
    }

    .job .tools {
        margin-top: 10px;
    }

    .quick-info {
        font-size: 16px;
    }

    .job .main {
        margin: 0;
    }

    .job .apply-button-mobile {
        border-top: 1px solid #E3E5E4;
        padding: 0 20px;
        padding-bottom: 20px;
    }

    .job .apply-button-mobile .apply {
        width: 100%;
    }

    .job .main .description {
        margin: 0;
        padding: 33px 20px;
    }

    .job .main .details-tabs li a {
        width: 77px;
        padding: 4px 5px;
    }

    .side .btn.apply {
        width: 100%;
    }

    .preview-topbar > div > div {
        float: none !important;
        margin-top: 10px !important;
    }

    /* JOB */

    .employer-profile .main {
        margin: 0;
    }

    .employer-profile .main .description {
        margin: 0;
        padding: 33px 20px;
    }

    footer .logo {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    footer .terms {
        text-align: center;
        border-top: 1px solid #D2D4D3;
        padding-top: 15px;
    }

    footer .footer-fifth {
        width: 50%;
        display: inline-block;
        float: left;
    }

    .external-apply-left {
        border-right: 0;
        padding-right: auto;
    }

    .external-apply-or {
        display: block;
        text-transform: uppercase;
        color: #818a91;
        padding-top: 30px;
    }

    /* APPLY */

    .col-apply {
        padding: 0 25px;
    }

    .apply-section {
        padding: 20px 20px;
        margin-bottom: 5px;
    }

    .apply-section .resume-heading {
        display: block;
        padding: 0;
        border: 0;
        margin: 0;
    }

    .apply .btn.bright-blue {
        display: block;
        margin: auto;
        margin-top: 10px;
    }

    .apply #resp_email {
        width: 100%;
    }

    .apply-done .btn {
        display: block;
        margin-bottom: 15px;
    }

    .apply-section.tab-pane {
        padding: 30px 15px;
    }

    .preview-topbar {
        height: auto;
        padding: 10px;
    }
    .preview-topbar input {
        margin: 0;
        width: 40%;
    }
    .preview-topbar > div > div {
        margin: 0 !important;
        text-align: center;
        font-size: 12px;
    }

    #save-search .btn {
        margin-left: 0px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 543px) {

    nav {
        height: 55px;
    }

    nav .container {
        padding: 0 15px;
    }

    .header.home a.advanced, .header.results a.advanced {
        margin-top: 20px;
    }

    nav .logo {
        width: 162px;
        margin-top: 14px;
    }

    #top-menu.dropdown-toggle {
        margin-top: 13px;
    }

    ul#top-menu {
        margin-top: 56px;
        margin-left: -14px;
    }

    .user-buttons .btn {
        margin-top: 5px;
        padding: 5px 10px;
        font-size: 12px;
    }

    .user-pic {
        margin-right: 9px;
        margin-top: 14px;
    }

    #navbar {
        height: 30px;
    }


    .header.page > .container > .row > div {
        padding: 0 15px;
    }

    /* SIGNUP LOGIN */

    .container.signup .main {
        background: #FFF;
        padding: 60px 30px;
        padding-bottom: 50px;
    }

    .signup h1 {
        width: auto;
    }

    /* LOGIN SIGNUP */

    .login > .row {
        width: auto;
        margin: auto;
    }

    .login .main {
        padding: 30px 10px;
    }

    .login .main.unlight {
        width: 100%;
    }

    /* HOME */

    .home-search {
    padding: 0 20px;
    }

    .header.home h1 {
        color: #FFF;
        text-align: center;
        font-size: 28px;
        padding-top: 32px;
    }
    .header.home p {
        color: #FFF;
        font-size: 14px;
        line-height: 2em;
    }
    .header.home input.keyword {
        width: 100%;
        margin: 0;
        border-radius: 3px;
    }
    .header.home input.location {
        width: 100%;
        margin-left: 0;
        border-radius: 3px;
    }

    .header.home .search-button,
    .header .home-search .form-inline .search-button {
        width: 100%;
        margin: 0;
    }
    .header.home {
        padding: 0;
    }

    .home-search {
        margin: 0;
        box-shadow: none;
    }

    .header.home a.advanced {
        margin-top: 10px;
    }

    .header.results a.advanced {
        margin-top: 19px;
    }

    .home-ad {
        padding: 0;
    }

    .home-ad .ad {
        padding: 0;
    }

    .popular-searches {
        padding: 5px 0;
    }

    .row.featured {
        margin: 0;
    }


    .header.home .go {
        margin: 0;
        height: auto;
    }

    .header.home .go-resume {
        float: none;
        text-align: left;
        width: 100%;
        margin-top: 20px;
    }

    .header.home .go-post {
        float: none;
        text-align: left;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .home-panels .panel {
        background-position: center;
        background-position-y: 50px;
    }

    .home-panels .panel.panel-partner {
    }

    .home-panels .panel .panel-content {
        top: 90px;
        padding: 0 20px;
        width: 100%;
        position: absolute;
    }

    .ebook input {
        border-radius: 3px;
        font-size: 16px;
        display: block;
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }

    .ebook button {
        border-radius: 3px;
        width: 100%;
        display: block;
        margin: 0;
    }

    /* RESULTS */

    .search-form {
        margin-top: 25px;
        width: 300px;
    }

    .search-form .form-group .fa {
        margin-top: 8px;
        margin-left: 9px;
        width: 23px;
        text-align: center;
    }

    .header.results {
        height: 220px;
    }
    .header.results .search-button {
        margin: 0;
        width: 300px;
    }
    .form-group {
        margin-bottom: 10px;
    }
    

    .results .side .refine-label {
        width: 400px;
    }

    .search-title h1 {
        font-size: 15px;
    }
    .search-title {
        height: 39px;
        padding-top: 10px;
        padding-left: 20px;
    }

    .jobs li {
        padding: 25px 20px;
        padding-bottom: 15px;
    }

    .jobs h2 {
        font-size: 18px;
    }

    .jobs .employer, .job .location, .job .description {
        font-size: 13px;
    }

    .jobs .tools {
        display: block;
        margin-top: 22px;
        float: none;
        margin-right: 0;
        margin-top: 7px;
        margin-left: -5px;
    }

    .jobs .tools .tool {
        margin: 0;
        padding: 10px 10px;
    }
    .jobs .date {
        padding-top: 10px;
        font-size: 13px;
    }

    .jobs .description {
        margin-top: 4px;
        line-height: 21px;
    }

    
    .results .side .refine-header {
        margin-top: 27px;
    }

    .results .side .sort-by, .results .side .refinements {
        padding: 15px 45px;
    }

    .expand-refinements, .unexpand-refinements {
        font-size: 15px;
        height: 39px;
        padding-top: 10px;
        padding-left: 20px;
    }

    .results .side .sort-by, .results .side .refinements {
        padding: 15px 20px;
    }

    .results .side h2, .results .side h3 {
        font-weight: bold;
        margin-top: 10px;
    }

    .results .side .refine-header {
        font-size: 15px;
    }

    .results .side h2, .results .side h3 {
        font-size: 15px;
    }

    #search-alert {
        display: none;
    }

    /* JOB */

    .header.job > .container:first-child {
        margin: auto;
        width: 305px;
    }

    .job .main .details {
        padding: 33px 0;
    }

    .job .main .details-tabs li a {
        width: 60px;
    }

    .job .main .details-tabs li.active a {
        width: 75px;
    }

    .job .main .details .tab-content {
        border-left: 0;
        border-right: 0;
    }

    .details .tab-pane {
        padding: 20px 30px;
    }

    .details h2 {
        margin-left: 20px;
    }

    .details .tab-pane .table th {
        width: auto;
    }

    .main h2 {
        font-size: 18px;
    }

    .job .side .employer {
        padding: 10px 15px;
    }

    /* JOB */

    .header.employer-profile > .container:first-child {
        margin: auto;
        width: 305px;
    }

    .employer-profile .main .details .tab-content {
        border-left: 0;
        border-right: 0;
    }

    .main h2 {
        font-size: 18px;
    }

    .employer-profile .side .employer {
        padding: 10px 15px;
    }

    /* APPLY */
    .resume-uploader input[type="file"] {
        width: 100%;
    }

    /* GENERIC PAGE */

    .col-page {
        padding: 30px 35px;
    }

    .col-page-head {
        padding: 35px 35px;
    }

    .page h1 {
        font-size: 24px;
    }

    .col-page-head p {
        font-size: 16px;
    }

    .page h2 {
        font-size: 18px;
    }

    .fair-image {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }

    footer .products > div > div {
        padding-left: 60px;
        padding-bottom: 10px;
    }

    footer .logos img {
        margin-bottom: 12px;
    }
}

@media print {
    body {
        background: #FFF;
        padding: 0 15px;
        color: #000 !important;
    }

    .header.job {
        display: none;
    }

    #navbar {
        display: none;
    }

    .navbar-header {
        display: block;
        margin: auto;
    }

    #top-menu img {
        display: none;
    }

    .job .tools {
        display: none;
    }

    .side {
        display: none;
    }

    .job .main .description {
        padding: 0;
        margin: 0;
    }

    .job .title {
        padding: 0;
    }

    .job .main {
        margin: 0;
    }

    .details .tab-pane {
        padding: 0;
    }

    .tab-content > .tab-pane {
        display: block !important;
    }

    .job .main .details {
        padding: 0;
        margin: 0;
    }

    .job div {
        border: none !important;
        background: transparent !important;
    }

    .container.job {
        background: transparent;
    }

    .job .main .details-tabs {
        display: none;
    }

    #gmap iframe {
        display: none;
    }

    .job .main h2 {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .job .main h1 {
        padding: 30px 0;
    }

    .tab-pane .table {
        color: #000;
    }

    .details .tab-pane .table td, .table th {
        padding: 5px 0;
        font-size: 14px !important;
        color: #000 !important;
    }

    .details .tab-pane {
        font-size: 14px;
        color: #000;
    }

    .tab-content p {
        color: #000;
    }

    footer {
        background: transparent;
        color: #333;
        padding: 0;
    }

    footer .logo, footer .terms {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .products {
        display: none;
    }

    a {
        text-decoration: underline;
        color: #000;
    }

    .copyright {
        color: #000;
        font-weight: normal;
        background: transparent;
    }
}